/*头部公共导航*/

*{
    font-family:"Microsoft YaHei","Source Han Sans CN";
}


a,h1,h2,h3,h4,h5,h6,body,div,a,span,b,ul,li{
    margin: 0;
    padding: 0;
}

a{
    text-decoration:none;
    color:#fff;
}
.clearfix:before, .clearfix:after {
    content:"";
    display:table;
}
.clearfix:after{
    clear:both;
    overflow:hidden;
}
.clearfix{
    *zoom:1;
}
.header_warp {
    width: 100%;
    height: 90px;
    position: fixed;
    top:0;
    z-index: 1000;
	background-color: rgba(0, 97, 176, 0.498039);
}

.header_logo {
    width: 236px;
    height: 61px;
    margin-left: 3.9%;
    margin-top:13px;
    display: inline-block;
}

.header_logo img {
    width: 100%;
    height: 100%;
}

.nav_tag {
    width: 1000px;
    height: 100%;
    display: inline-block;
    position: absolute;
    right:0;
}

.nav_tag ul{
    float:left;
}

.nav_tag ul li {
    list-style: none;
    float: left;
    font-size: 14px;
    display: inline-block;
    line-height: 90px;
	padding:0 30px;
    height: 90px;
}

.nav_tag ul li a{
    display: inline-block;
    color:#fff;
    font-size: 14px;
    width: 100%;
    height: 100%;
    font-family:"Microsoft YaHei";
}

.active_nav{
    display: inline-block;
    font-size: 14px;
    height: 90px;
	background:#0061b0;
}

.active_nav a{
    color: #FFF !important;
}
.nav_tag .active_nav a{
    color: #FFF !important;
}

.Login {
    width: 155px;
    height: 100%;
    float:right;
    position: relative;
}

.vip {
    width: 96px;
    height: 36px;
    line-height: 36px;
    font-size:14px;
    border: 1px solid #edeff2;
    border-radius: 20px;
    background: #FFF;
    opacity: 0.3;
    text-align: center;
    cursor:pointer;
    position: relative;
    top:50%;
    margin-top:-18px;
}

.Login span{
    width:60px;
    height:20px;
    font-size:14px;
    position: absolute;
    top:50%;
    left:50%;
    margin-top:-8px;
    margin-left:-56px;
    color:#fff;
    font-family:"Microsoft YaHei";
    cursor:pointer;
}

.active{
    color:red;
}

.Login_state{
    float: left;
    font-size:15px;
    color:#FFF;
    display: none;
    margin-top:25px;
    cursor:pointer;
}

/*页脚*/
.footer_warp {
    width: 100%;
    height: 435px;
    background: #3d434e;
}

.footer_friendly {
    width: 100%;
    height: 325px;
    padding-top: 35px;
}
.footer_friendly a{
    color:#9298a2;
    font-size:12px !important;
}

.footer_logo {
    width: 1200px;
    height: 57px;
    margin: 0px auto;
    position: relative;
    border-bottom: 1px solid #454c58;
}

.footer_logo img {
    position: relative;
    top: 0px;
    margin-top: 10px;
}

.footer_logo span {
    position: relative;
    top: -12px;
    left: 15px;
    color: #575e69;
    font-size: 18px;
}

.public_numbe {
    width: 1200px;
    height: 267px;
    margin: 0px auto;
    position: relative;
}

.footer_left {
    width: 750px;
    height: 100%;
}

.footer_left h3 {
    padding-top: 55px;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
}

.footer_left ul {
    margin-top: 30px;
}

.footer_left li {
    list-style: none;
    width: 100px;
    margin-bottom: 18px;
    float: left;
    color: #9298a2;
}

.footer_right {
    width: 130px;
    height: 130px;
    position: absolute;
    top: 50%;
    right: 105px;
    margin-top: -75px;
}

.footer_right img {
    width: 100%;
    height: 100%;
}

.footer_right div {
    width: 128px;
    height: 14px;
    font-size: 14px;
    font-stretch: normal;
    margin-top: 30px;
    letter-spacing: 0px;
    color: #9298a2;
}

.footer_copy {
    width: 100%;
    height: 75px;
    margin: 0px auto;
    background: #373d48;
}

.copyright {
    width: 1200px;
    height: 80px;
	line-height:80px;
    margin: 0px auto;
    margin-top:35px;
    font-size: 14px;
    color: #c3cbd9;
}

.icp {
    color: #c3cbd9;
    margin: 0px 21px;
}

#site {
    margin-right: 28px;
    margin-left:5px;
}

.iphone{
    float:right;
}

.iphone i{
    display:inline-block;
    width:16px;
    height:16px;
    margin-right:10px;
    vertical-align: middle;
    background:url("../image/common/ico_phone.png");
    background-repeat:no-repeat;
    background-size:16px 16px;
}

.flag{
    vertical-align:middle;
    border:none;
}



/*去掉友情链接页脚*/

.footer_unWarp {
    width: 100%;
    height: 300px;
    background: #3d434e;
}
.footer_unfriendly{
    width: 1200px;
    height: 190px;
    margin: 0 auto;
    padding-top: 35px;
    background: #3d434e;
}
.footer_left{
    display: inline-block;
    width: 900px;
    height: 57px;
    margin: 0px auto;
    position: relative;
}
.footer_logo_un {
    width: 100%;
    height: 57px;
    margin: 20px auto 0;
    position: relative;
    border-bottom: 1px solid #454c58;
}
.footer_logo_un img {
    position: relative;
    top: 0px;
    margin-top: 10px;
}

.footer_logo_un span {
    position: relative;
    top: -12px;
    left: 15px;
    color: #575e69;
    font-size: 18px;
}
.footer_right_un{
    float: right;
    margin: 10px 0 0 0;
}
.footer_right_un div {
    height: 14px;
    font-size: 14px;
    font-stretch: normal;
    margin-top: 10px;
    letter-spacing: 0px;
    color: #9298a2;
}




/*联系我们*/
.contact_warp{
    clear:both;
}

.contact_centent{
    width: 1000px;
    height: 465px;
    margin: 100px auto;
    position: relative;
}

.contact_title{
    width: 256px;
    height: 86px;
    margin:0px auto;
    position: relative;
}

.contact_title p:nth-child(1){
    width: 100%;
    height: 32px;
    font-size: 40px;
    font-weight: 800;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: -2px;
    color: #f2f2f2;
    text-align: center;
    font-family: "Arial";
}

.contact_title p:nth-child(2){
    width: 100%;
    height: 30px;
    font-weight: 800;
    font-size: 30px;
    line-height: 28px;
    text-align: center;
    margin-top:-15px;
    color: #e43b3f;
    font-family: "Microsoft YaHei";
}

.contact_title p:nth-child(3){
    width: 100%;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    bottom:0px;
    color: #999999;
    font-family: "Microsoft YaHei";
}

.contact_row{
    width: 700px;
    height: 320px;
    position: absolute;
    left:50%;
    bottom:0px;
    margin-left:-350px;
    border:1px solid #f7f7f9;
    background:url("../image/common/zixun.png");
    background-repeat: no-repeat;
    background-position: right bottom;
}

.contact_row:hover{
    width: 700px;
    height: 320px;
    position: absolute;
    left:50%;
    bottom:0px;
    margin-left:-350px;
    border:1px solid #f7f7f9;
    background:url("../image/common/action_zixun.png");
    box-shadow: 0px 5px 30px rgba(96, 99, 102, .1);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.zixun{
    width: 327px;
    height: 216px;
    margin-top:50px;
    margin-left:60px;
}

.zixun_title{
    font-size: 40px;
    line-height: 42px;
    color: #333333;
    margin-bottom:20px;
}

.zixun_time1,.zixun_time2{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #999999;
}

.zixun_btn{
    display: inline-block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #e43b3f;
    border-radius: 4px;
    color:#FFFFFF;
    margin-top:65px;
    cursor: pointer;
}





/*登录 忘记密码框*/
.login_box{
    width: 422px;
    position: fixed;;
    top:50%;
    left:50%;
    margin-left:-210px;
    margin-top:-163.5px;
    z-index: 100000;
    display: none;
}

.forget_module{
    display: none;
}

.header{
    width:100%;
    height:60px;
    background:#CCC;
    text-align: center;
    line-height: 60px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.login_center{
    width:382px;
    height:267px;
    padding:0px 20px;
    background:#FFF;
    box-sizing: content-box !important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.forget_center{
    width:382px;
    height:418px;
    background:#fff;
    padding:0px 20px;
    box-sizing: content-box !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.login_number,.forget_number{
    padding-top:30px;
}

.login_password_number{
    padding-top:10px;
}

.login_number span,.login_password_number span,.forget_center span,.identifying span,.forget_pw1 span,forget_pw2 span{
    font-size: 12px;
    color: #333;
}

.login_number input,.login_password_number input,.forget_number input,.forget_pw1 input,.forget_pw2 input{
    width: 310px;
    height: 44px;
    padding-left:10px;
    font-size: 12px;
    border: 1px solid #dfdfe3;
    border-radius: 4px;
    outline: none;
}

.login_number input,.forget_number input{
    margin-left:12px;
}

.login_password_number input{
    margin-left:24px;
}

.forget_pw{
    width: 100%;
    font-size: 12px;
    color: #868686;
    line-height: 20px;
    margin-top:5px;
    position: relative;
    cursor:pointer
}

.forget_pw #enter_forget_pw{
    position: absolute;
    right:30px;
}

.login_but{
    width:100%;
    height:40px;
    margin-top:20px;
}

.login_but .confirm_but{
    width:140px;
    height:40px;
    line-height: 40px;
    display: inline-block;
    border:none;
    border-radius: 4px;
    text-align: center;
    color:#fff;
    background:#e43b3f;
    margin-left:52px;
    cursor:pointer;
}

.cancel_but{
    width:140px;
    height:40px;
    line-height: 40px;
    display: inline-block;
    border:none;
    text-align: center;
    color: #999999;
    background:#fff;
    border: 1px solid #dfdfe3;
    border-radius: 4px;
    margin-left:37px;
    cursor:pointer
}

.back_login{
    display: block;
    width:20px;
    height:15px;
    background:url("../image/common/backjiaotou.png");
    background-repeat: no-repeat;
    position: absolute;
    top:20px;
    left:20px;
    cursor:pointer
}

.identifying{
    width:100%;
    height:40px;
    padding-top:9px;
}

.identifying input{
    width:169px;
    height:40px;
    padding-left:10px;
    border: 1px solid #dfdfe3;
    border-radius: 4px;
    outline: none;
    margin-left:12px;
    font-size: 12px;
}

.get_code{
    width:110px;
    height:42px;
    font-size: 12px;
    background: #efefef;
    border-radius: 4px;
    border: 1px solid #dbdbdb;
    position: absolute;
    right: 30px;
    cursor:pointer
}

.forget_pw1{
    width:100%;
    height:40px;
    padding-top:9px;
}

.forget_pw2{
    width:100%;
    height:40px;
    padding-top:9px;
}

.forget_but{
    width:100%;
    height:40px;
    margin-top:25px;
}

.rest_but{
    width:140px;
    height:40px;
    line-height: 40px;
    display: inline-block;
    border:none;
    border-radius: 4px;
    text-align: center;
    color:#fff !important;
    background:#e43b3f;
    margin-left:52px;
    cursor:pointer
}

.error_info{
    width:100%;
    height:15px;
    font-size:12px;
    color:#e43a3d;
    margin-left:65px;
    margin-top:8px;
}


/*遮罩层*/
.mark{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    display: none;
    background: rgba(0, 0, 0, .55)
}


/*置顶跟咨询*/
#fixed_index {
    position: fixed;
    bottom: 20%;
    right: 5%;
    width: 70px;
    height: 130px;
    z-index: 1000;
}

#fixed_index .Adv {
    display: inline-block;
    width: 30px;
    height: 35px;
    padding: 19px;
    padding-top: 10px;
    background: #bd3339;
    opacity: 0.9;
    margin-bottom: 10px;
    cursor: pointer;
}

#fixed_index .toHeader {
    display: inline-block;
    width: 32px;
    height: 35px;
    padding: 18px;
    background: rgba(0, 0, 0, .6);
    margin-bottom: 10px;
    cursor: pointer;
}

#fixed_index .advisory {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../img/index/advisory.svg");
    background-size: 100% 100%;
}

.cooperate{
    font-size: 12px;
    color: rgb(255, 255, 255);
    width: 51px;
    margin-left: -8px;
    margin-top: -2px;
}

#fixed_index .to_header {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url("../img/index/to_header.svg");
    background-size: 100% 100%;
}

#fixed_index .online{
    font-size:12px;
    color:#fff;
    width: 100px;
    margin-left: -8px;
    margin-top: -2px;
}










