@charset "utf-8";

/* CSS Document */

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    max-width: 1920px;
    margin: 0 auto;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #f65439;
}

b {
    font-weight: 700;
}

ul,
li {
    list-style: none;
    display: inline-block;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

img {
    border: none;
}

input {
    background: #fff;
    float: left;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    color: #666;
}

input:focus {
    outline: none;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    overflow: hidden;
    *zoom: 1;
    clear: both;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.bl {
    border-left: 1px solid #dfe2e7;
}

.br {
    border-right: 1px solid #dfe2e7;
}

.tc {
    text-align: center;
}


/* top start */

.top {
    background: #f4f4f7;
    border-bottom: 1px solid #e5e5e5;
    height: 40px;
    line-height: 40px;
}

.top .fl,
.top .fr {
    width: 50%;
}

.top .fr {
    text-align: right;
}

.top .fl a {
    color: #666;
}

.top .fl a:hover {
    color: #f65439;
}

.top .fl span {
    color: #ccc;
    margin: 0 10px;
}

.top .fr p {
    display: inline-block;
    color: #666;
    margin-right: 80px;
    line-height: 40px;
}

.top .fr p b {
    color: #f65439;
    font-size: 16px;
}

.top_nav {
    display: inline-block;
    margin-left: 20px;
    position: relative;
}

.top_nav span {
    color: #6699ff;
}

.top_nav img {
    vertical-align: middle;
}

.top_nav .top_navH {
    width: 412px;
    background: rgba(229, 229, 229, 0.9);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#cce5e5e5, endColorstr=#cce5e5e5);
    position: absolute;
    right: -10px;
    top: 40px;
    padding: 10px;
    z-index: 999;
    display: none;
    text-align: left;
}

.top_nav .top_navH h3 {
    border-bottom: 1px solid #333;
}

.top_nav .top_navH ul {
    margin: 5px 0 10px 20px;
    display: inline-block;
}

.top_nav .top_navH ul li {
    float: left;
    width: 98px;
}


/* top end */


/* logo start */

.logo {
    background: #f7f7fa;
    height: 110px;
}

.logo.home_logo{
    height: 190px;
}

.logo .logo_adv img{
    width: 100%;
}

.logo a {
    float: left;
    margin: 10px 160px 0 0;
}

.logo .w1200 .fl{
    width: 700px;
}

.logo .w1200 .fl a{
    width: 700px;
}

.logo span {
    float: left;
    margin-top: 27px;
}

.logo .fr {
    width: 230px;
    margin: 11px 0;
}

.logo .fr img {
    float: left;
    /*width:21px;*/
    /*margin:8px 8px 0 0;*/
    width: 100%;
}

.logo .logo_img{
    display: block;
}

.logo .fr span {
    margin: 0;
    font-size: 16px;
}

.logo .fr p {
    font-size: 18px;
    font-weight: 700;
    color: #f65439;
}


/* logo end */


/* nav start */

.navS {
    height: 40px;
    line-height: 20px;
    border-bottom: 3px solid #f65439;
}

.navS ul {
    display: block;
}

.navS li {
    float: left;  
    width: 97px;
    text-align: center;
    border-right: 1px solid #ccc;
    letter-spacing: 2px;
    margin: 10px 0;
    height: 20px;
}

.navS li a {
    display: inline-block;
    width: 100%;
}


.navS li.server_cates{
    width: 215px;
}

.navS li.server_cates a i{
    display: inline-block;
    width: 11px;
    height: 11px;
    background-image: url("../images/icon_list.png");
    background-repeat: no-repeat;
    margin-right: 10px;
}

.navS li.server_cates a span{
    line-height: 40px;
}

.navS .xlcd_li2:hover{
    background: #f65439;
    height: 40px;
    margin: 0;
    line-height: 40px;
}

.select .xlcdli2a{
    color: #FFFFFF;
}


.select .xlcd_a{
    color: #fff;
}

.navS li.select{
    background: #f65439;
    height: 40px;
    margin: 0;
    line-height: 40px;
}
.navS .xlcd_li:hover{
    background: #f65439;

    height: 40px;
    margin: 0;
    line-height: 40px;
}
.navS .xlcd_li:hover .navH li{

    height: 40px;
    margin: 0;
}

.navS li:hover .xlcd_a {
    color: #fff;
}


.navS li:hover .navH li{
    color: #333;
}

.navHon {
    display: block !important;
}

.navH {
    background: rgba(229, 229, 229, 0.9);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#cce5e5e5, endColorstr=#cce5e5e5);
    padding: 20px 0;
    position: absolute;
    width: 500px;
    z-index: 99;
    display: none;
}
.navH li a:hover{
    color: #f65439;!important;
}

.xlcd_li2 a:hover{
    color:#fff;
}

.navH .select a{
    color: #fff;
}

.navH .select a:hover{
    color: #fff;
}

.navH01{
	/*left:245px;*/
}
.navH02{
    /*left: 416px;*/
}
.navH03{
	/*left:587px;*/
}
.navH h3 {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #999;
    font-size: 16px;
    margin: 0;
    font-weight: 700;
}

.navH h3 p {
    margin-right: 30px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
}

.navH h3 .ztys {
    color: #f65439;
    font-weight: normal;
    margin: 0 10px;
}

.navH li {
    float: left;
    width: 126px;
}

.navH ul {
    float: left;
    width: 380px;
    margin: 0 10px;
}


/* nav end */



/*  new  竖排 nav   */
.shu_nav{
	position:absolute;
	z-index: 1;
	left:0px;
    border-bottom: #F65439 solid 1px;
    line-height: 0;
}
.shu_nav .shu_nav_list{
	display:block;
    box-sizing: border-box;
	width:215px;
	height:100px;
	background: #363636;
	padding-left:20px;
	border-bottom:1px solid rgba(179,177,177,0.52);
	cursor:pointer;
	position:relative;
	float:none;
}
.shu_nav .shu_nav_list:last-child{
	border:0px;
}

.shu_nav .shu_nav_list:hover{
    background-color: #FFFFFF;
}

.shu_nav .shu_nav_list:hover .li_left .li_tit span{
    color: #1e1d1d;
}

.shu_nav .shu_nav_list:hover .li_left .li_hot a{
    color: #232323;
}

.shu_nav .shu_nav_list:hover .li_left .li_tit i{
    color: #3D3D3D;
}

.shu_nav .shu_nav_list:hover .nav_D_shu{
    display: block;
}

.shu_nav .nav_D_shu{
	position:absolute;
	left: 215px;
    width: 475px;
    background:#fff;
    height:458px;
    padding-left:28px;
    padding-top:42px;
    display:none;
    border-bottom: #F65439 solid 1px;
    border-right: #F65439 solid 1px;
}

.shu_nav .nav_D_shu1{
    top: 0;
}

.shu_nav .nav_D_shu2{
    top: -100px;
}

.shu_nav .nav_D_shu3{
    top: -200px;
}

.shu_nav .nav_D_shu4{
    top: -300px;
}

.shu_nav .nav_D_shu5{
    top: -400px;
}

.shu_nav .nav_D_shu a{
	color:#333;
	/*margin:3px;*/
	margin-right:13px;
	font-size:14px;
	display:inline-block
}
/*.shu_nav .nav_D_shu a:hover{
	color:#f65439;
}*/
/*.shu_nav_list span{
    background:url(../images/hot.gif) no-repeat;
    width:27px;
    height:19px;
    display:inline-block;
    position:relative;
    left:-6px;
    top:-10px;
}*/
/*.shu_nav_list i{
    background:url(../images/nav_icon.png) no-repeat;
    display:inline-block;
    position: relative;
    width: 10px;
    height: 12px;
    right: -117px;
    top: -30px;
    z-index: 2;
}*/


/*.shu_nav .shu_nav_list a{
    width:100%;
    height:100%;
    line-height:48px;
    font-size:14px;
    color:#333;
    !*text-align:center;*!
    display:inline-block;
}*/

.shu_nav .shu_nav_list .li_left{
    height: 100%;
    box-sizing: border-box;
    padding-top: 20px;
    padding-right: 15px;
}

.shu_nav .shu_nav_list .li_left .li_tit{
    height: 35px;
    line-height: 35px;
}

.shu_nav .shu_nav_list .li_left .li_tit span{
    display: block;
    float: left;
    width: 70px;
    height: 35px;
    line-height: 35px;
    color: #FFFFFF;
}

.shu_nav .shu_nav_list .li_left .li_tit i{
    display: block;
    float: right;
    color: #D6D6D6;
    font-style: normal;
    position: initial;
    background: none;
    /*line-height: 1;*/
    width: auto;
    height: 35px;
    line-height: 35px;
    transform: scale(1,2.3);
    -ms-transform: scale(1,2.3);
    -webkit-transform: scale(1,2.3);
    -moz-transform: scale(1,2.3);
    -o-transform: scale(1,2.3);
}

.shu_nav .shu_nav_list .li_left .li_hot{
    height: 25px;
}

.shu_nav .shu_nav_list .li_left .li_hot a{
    display: block;
    height: 100%;
    float: left;
    line-height: 25px;
    color: #b9b9b9;
}

.shu_nav .shu_nav_list .li_left .li_hot a:hover{
    color: #F65439;
}

.shu_nav .shu_nav_list .li_left .li_hot a+a{
    margin-left: 30px;
}

.shu_nav .nav_D_shu .li_right_tit{
    height: 16px;
    margin-bottom: 25px;
}

.shu_nav .nav_D_shu .li_right_tit span{
    display: block;
    float: left;
}

.shu_nav .nav_D_shu .li_right_tit .li_deco{
    width: 2px;
    height: 16px;
    float: left;
    margin-right: 15px;
    background-color: #F65439;
}

.shu_nav .nav_D_shu .li_right_tit .li_cont{
    height: 16px;
    line-height: 16px;
    font-size: 16px;
}

.shu_nav .nav_D_shu .li_right_main{
    padding-left: 18px;
    width: 440px;
}

.shu_nav .nav_D_shu .li_right_main .line_between{
    width: 100%;
    height: 0;
    border-bottom: solid 1px #E3E3E3;
    margin-bottom: 22px;
}

.shu_nav .nav_D_shu .li_right_ul .tr{
    margin-bottom: 33px;
    overflow: hidden;
}

.shu_nav .nav_D_shu .li_right_ul .tr .li_item{
    width: 146px;
    line-height: 1;
    float: left;
}

.shu_nav .nav_D_shu .li_right_ul .tr .li_item a:hover{
    color: #F65439;
}


/*  new  竖排 nav  end  */


/* banner start */

.banner {
    width: 100%;
    height: 300px;
    overflow: hidden;
}


/* banner end */


/* 面包屑导航 start */

.position {
    margin: 10px auto;
    width: 1200px;
    font-size: 12px;
    text-align: left;
}

.position span,

/*.position a { float:left;}*/

.position a {
    margin: 0 5px;
}

.position a.on,
.position span.on {
    color: #f65439;
}


/* 面包屑导航 end */


/* foot start */

.foot {
    background: #333;
    height: 205px;
    color: #fff;
    font-size: 12px;
}

.foot a {
    display: inline-block;
    margin: 81px 0;
}

.foot p {
    line-height: 24px;
    margin: 30px 0 30px 178px;
}

.foot .fr {
    margin: 22px 0;
    width: 248px;
}

.foot .fr p {
    margin: 0 0 0 70px;
    float: left;
    width: 112px;
    text-align: center;
}

.foot .fr p i {
    font-style: normal;
    font-size: 11px;
}

.foot .fr img {
    margin: 0 5px;
}

.foot span {
    margin: 0 5px 0 33px;
    display: inline-block;
    float: left;
    text-align: right;
}

.foot .fr span img {
    margin: -4px 2px 0 5px;
    vertical-align: middle;
}

#foot_share {
    display: inline-block;
}

.foot_bottom {
    background: #f65439;
    height: 52px;
    line-height: 26px;
    text-align: center;
    padding: 9px 0;
}

.foot_bottom a,
.foot_bottom span,
.foot_bottom p {
    color: #fff;
}

.foot_bottom a:hover {
    text-decoration: underline;
}

.foot_bottom span {
    margin: 0 2px;
}

.foot_bottom p {
    font-size: 12px;
}

.eject_outer{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    height: 1000px;
    z-index: 9;
    display: none;
}

.eject_window {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -655px;
    z-index: 99;
    width: 655px;
    /*height: 350px;*/

}

.eject_window .close {
    position: absolute;
    right: 30px;
    top: 53px;
    /*right: 11px;
    top: 37px;*/
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 30px;
    cursor: pointer;
}

/*弹框，版本2*/

.eject_window{
    width: 500px;
    /*height: 454px;*/
}

.eject_window .close{
    width: 32px;
    height: 32px;
    top: 5px;
    right: 5px;
    background: url("../images/eject_close.png") no-repeat;
    background-size: 100%;
}

.eject_bot{
    padding-top: 30px;
    text-align: center;
    background-color: #FFFFFF;
}

.eject_window .eject_header{
    width: 500px;
    height: 138px;
    background: url("../images/eject_bg.png") no-repeat;
    background-color: #FFFFFF;
    background-size: 100% auto;
}

.eject_price{
    font-size: 32px;
    color: #ff210d;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
}

.eject_advance{
    margin-bottom: 15px;
}

.eject_list{
    font-size: 28px;
    color: #ff5921;
    margin-bottom: 30px;
    font-weight: bold;
    padding-left: 88px;
    overflow: hidden;
    line-height: 28px;
}

.eject_list .mr{
    margin-right: 20px;
}

.eject_list .eject_icon_point{
    width: 30px;
    height: 30px;
    background-image: url("../images/eject_checked.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 15px;
}

.eject_btns{
    height: 48px;
    padding-left: 24px;
    margin-bottom: 15px;
}

.eject_fm{
    float: left;
    width: 300px;
    margin-right: 12px;
    height: 48px;
    border: #109EF8 solid 1px;
    box-sizing: border-box;
    border-radius: 25px;
}

.eject_fm input{
    display: block;
    float: left;
    border: none;
    height: 46px;
    width: 160px;
    border-radius: 25px;
    text-indent: 1em;
}

.eject_fm #eject_sub{
    float: right;
    background-color: #109EF8;
    color: #FFFFFF;
    width: 137px;
    height: 46px;
    line-height: 46px;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
}

.eject_consult{
    height: 48px;
    float: left;
    width: 137px;
    line-height: 48px;
    border-radius: 25px;
    font-size: 16px;
    color: #FFFFFF;
    background: -webkit-linear-gradient(left top, #FB7039 , #FB4939); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom right, #FB7039, #FB4939); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom right, #FB7039, #FB4939); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom right, #FB7039 , #FB4939); /* 标准的语法 */
}

.eject_consult:hover{
    color: #FFFFFF;
}

.eject_hotline{
    font-size: 18px;
    padding-bottom: 20px;
}

.eject_hotline .hot_r{
    color: #F65439;
    font-weight: bold;
}

.advance_item{
    display: inline-block;
    margin-right: 45px;
    width: 90px;
    overflow: hidden;
}

.advance_item:last-child{
    margin-right: 0;
}

.advance_item span{
    line-height: 1;
    font-size: 16px;
    display: block;
    float: right;
}

.eject_icon_checked{
    width: 17px;
    height: 17px;
    float: left;
    background: url("../images/eject_checked.png") no-repeat;
}


.online_window {
    position: fixed;
    right: 0;
    top: 330px;
    z-index: 50;
    width: 150px;
    border-radius: 5px;
}

.online_window .top {
    width: 60px;
    height: 60px;
    background: #F65439;
    border-radius: 60px;
    position: absolute;
    left: 50px;
    top: -20px;
    border: 0px;
    z-index: 111;
}

.online_window .title {
    position: relative;
    z-index: 112;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
}

.online_window .title a {
    position: absolute;
    top: 5px;
    right: 5px;
}

.online_window ul {
    display: block;
    width: 130px;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
    padding: 15px 0px;
}

.online_window .in_txt {
    border: 1px solid #DDD;
    padding: 5px 10px;
    border-radius: 5px;
    width: 88px;
    font-size: 12px;
    color: #666;
}

.online_window .color_999 {
    color: #999;
}

.online_window li a {
    color: #777;
    font-size: 12px;
    font-size: 14px;
    padding: 10px 0px;
}

.online_window .l2 a {
    color: #F65439;
}

.online_window .l3 a {
    background: url(../images/zizhi_part32_icon4.png) left center no-repeat;
    padding-left: 25px;
}

.online_window .l4 a {
    background: url(../images/zizhi_part32_icon2.png) left center no-repeat;
    padding-left: 25px;
}

.online_window .l5 a {
    background: url(../images/zizhi_part32_icon3.png) left center no-repeat;
    padding-left: 25px;
}

.online_window .cap {
    width: 90%;
    background: #FDD4CD;
    height: 1px;
    margin: 10px 0px;
}

.online_window .back_top {
    position: absolute;
    left: 30px;
    width: 95px;
    height: 30px;
    bottom: -30px;
    background: #D93316;
    color: #FFF;
    line-height: 30px;
    text-align: center;
    border-radius: 0 0 5px 5px;
    cursor: pointer;
}

.kefu_hidden {
    display: none;
    cursor: pointer;
    position: absolute;
    right: 0;
}

.kefu_box {
    background: #F65439;
    height: 289px;
}

.kefu_box li{
    display: block;

}

#k10000{
    overflow: hidden;
}

#telInput{
    margin-left: 10px;
}


/* foot end */


/* link */

.link {
    height: 60px;
    line-height: 60px;
    font-size: 12px;
    color: #666;
    text-align: left;
}

.link a {
    color: #666;
    margin: 0 10px;
}

.link a:hover {
    color: #f65439;
}

#bdimgshare_1471838256158 {
    display: none;
}

.right_adv{
    /*position: fixed;*/
    /*right: 0;*/
    /*top: 0;*/
    z-index: 99;
    width: 100%;
}

.right_adv img{
    width: 100%;
    height: 100%;
}

/*底部悬浮表单*/

.bot_center{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 77px;
    padding-top: 22px;
}

.bot_left{
    margin-left: 200px;
    float: left;
    width: 295px;
    text-align: center;
    margin-right: 15px;
    letter-spacing: 2px;
}

.bot_text{
    font-size: 21px;
    font-weight: 600;
    color: #ff6e3e;
    margin-bottom: 15px;
}

.bot_phone{
    color: #ff6e3e;
    font-size: 30px;
}

.bot_form{
    float: left;
    width: 690px;
    padding-top: 20px;
}

.bot_form input{
    width: 200px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    margin-right: 15px;
}

.bot_form button{
    width: 200px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #ffffff;
    background-color: #F65439;
    border: #F65439 solid 2px;
    cursor: pointer;
}

.bot_form button:focus{
    outline: none;
}

.bot_form button:hover{
    background-color: #f60d19;
    border-color: #f60d19;
}

.right_bg{
    width: 100%;
    /*height: 620px;
    background: url("../images/right_bg.png") no-repeat center;*/
    /*position: fixed;*/
    /*right: 0;*/
    /*top: 105px;*/
    z-index: 99;
    /*float: left;*/
    position: relative;
}

.right_bg a{
    width: 100%;
    height: 100%;
    display: block;
}

.right_bg a img{
    width: 100%;
    height: 100%;
    display: block;
}

.right_bg .right_hotline{
    width: 147px;
    height: 78px;
    position: absolute;
    top: 162px;
    left: 18px;
    text-align: center;
}

.right_bg .right_hotline .text1{
    color: #FFFFFF;
    line-height: 1;
    font-size: 14px;
    margin-bottom: 11px;
    padding-top: 18px;
}

.right_bg .right_hotline .text2{
    color: #FFFFFF;
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
}

.right_fixed{
    width: 171px;
    height: 720px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    z-index: 8;
    overflow: hidden;
}

.right_head{
    width: 171px;
    height: 240px;

    background-size: 100% 100%;
}

.right_main{
    position: relative;
    width: 147px;
    margin-left: 18px;
}

.right_main .right_block{
    width: 100%;
    height: 57px;
    background-color: #FFFFFF;
    margin-bottom: 2px;
}

.right_main .right_block a{
    display: block;
    width: 100%;
    height: 100%;
}

.right_main .right_block .right_block_icon{
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 18px;
    margin-left: 20px;
}

.right_main .right_block .right_block_icon1{
    background-image: url("../images/right_zx.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.right_main .right_block .right_block_icon2{
    background-image: url("../images/right_qq.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.right_main .right_block .right_block_cont{
    line-height: 57px;
    box-sizing: border-box;
    padding-left: 57px;
}

.right_main .right_block .right_block_cont:hover{
    background-color: #ededed;
}

.right_link{
    width: 113px;
    height: 36px;
    margin-left: 4px;
    background-color: #ff7e00;
    margin-top: 6px;
    border-radius: 3px;
}

.right_connect{
    display: block;
    width: 4.5px;
    height: 20.25px;
    background: url("../images/fixed_6.png") no-repeat center;
    background-size: 100%;
    position: absolute;
}

.right_connect_1{
    top: -13px;
}
.right_connect_2{
    top: 29px;
}
.right_connect_3{
    top: 71px;
}
.right_connect_4{
    top: 113px;
}
.right_connect_5{
    top: 155px;
}

.right_connect_l{
    left: 12px;
}

.right_connect_r{
    right: 12px;
}

.right_link_cont{
    height: 15px;
    overflow: hidden;
    padding-top: 10.5px;
}

.right_link_icon{
    width: 15px;
    height: 15px;
    margin-left: 11px;
    margin-right: 5px;
    float: left;
}

.right_link_icon1{
    background: url("../images/fixed_2.png") no-repeat center;
    background-size: 100%;
}

.right_link_icon2{
    background: url("../images/fixed_3.png") no-repeat center;
    background-size: 100%;
}

.right_link_icon3{
    background: url("../images/fixed_4.png") no-repeat center;
    background-size: 100%;
}

.right_link_icon4{
    background: url("../images/fixed_5.png") no-repeat center;
    background-size: 100%;
}

.right_link_class{
    line-height: 15px;
    color: #ffffff;
}

.right_link:hover{
    background-color: #F65439;
}

.right_link:hover .right_link_class{
    color: #ffffff;
}

.right_foot{
    width: 147px;
    height: 253px;
    box-sizing: border-box;
    padding-top: 5px;
    background-color: #FFFFFF;
    margin-left: 18px;
}

.right_foot .right_wximg{
    width: 144px;
    height: 188px;
    margin: 0 auto 8px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.right_foot .right_bot_text1{
    text-align: center;
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    color: #5ec1df;
    margin-bottom: 10px;
}

.right_foot .right_bot_text2{
    text-align: center;
    line-height: 1;
    font-size: 12px;
    color: #787878;
}

.right_scrtop{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    box-sizing: border-box;
    padding-top: 6px;
    text-align: center;
    background-color: #e96a06;
    margin: 5px 0 0 65px;
    cursor: pointer;
    user-select: none;
}

.right_scrtop .text1{
    margin-bottom: 6px;
    line-height: 1;
    color: #FFFFFF;
    font-size: 16px;
}

.right_scrtop .text2{
    line-height: 1;
    color: #FFFFFF;
    font-size: 16px;
}

.hb_fixed{
    position: fixed;
    width: 70px;
    height: 70px;
    left: 22px;
    top: 100px;
    z-index: 8;
    display: none;
}

.hb_icon{
    width: 70px;
    height: 70px;
    position: absolute;
    background: url("../images/hongbao.png") no-repeat;
    border-radius: 50%;
    background-position: center;
    background-size: 55%;
    background-color: #FFFFFF;
    top: 0;
    left: 0;
    cursor: pointer;
}

.hb_bg{
    border-radius: 50%;
    background-color: red;
    width: 70px;
    height: 70px;
    -webkit-animation-name: scal;
    animation-name: scal;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


@-webkit-keyframes scal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale3d(1.5, 1.5, 1);
        opacity: 0
    }
}

@keyframes scal {
    0% {
        transform: scale3d(1, 1, 1);
        opacity: 1
    }
    100% {
        transform: scale3d(1.5, 1.5, 1);
        opacity: 0
    }
}

.hb_closed{
    width: 380px;
    height: 435px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 11;
    background: url("../images/packetbg.png") no-repeat center;
    background-size: contain;
    text-align: center;
    display: none;
}

.hb_shade{
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10;
    background-color: rgba(0,0,0,0.5);
    display: none;
}

.hb_closed .hb_cl_p1{
    font-size: 30px;
    color: #d20003;
    margin-top: 140px;
    margin-bottom: 8px;
}

.hb_closed .hb_cl_p2{
    color: #e1a73b;
    font-size: 30px;
    margin-bottom: 48px;
}

.hb_closed .hb_cl_p3{
    color: #fff;
    font-size: 26px;
    margin-bottom: 35px;
}

.hb_closed .hb_open{
    width: 280px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: #630;
    margin: 0 auto;
    background: #f7c745;
    border-radius: 20px;
    cursor: pointer;
}

.hb_openned{
    width: 410px;
    height: 580px;
    position: fixed;
    z-index: 11;
    background: url("../images/getbg.png") no-repeat center;
    background-size: contain;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    display: none;
}

.hb_openned p{
    font-size: 22px;
    color: #fff;
}

.hb_openned .hb_op_p1{
    margin-top: 187px;
    margin-bottom: 45px;
    font-size: 30px;
    color: red;
}

.hb_openned .hb_op_p2{
    margin-bottom: 15px;
}

.hb_openned .hb_op_p2 span{
    color: #fccf00;
}

.hb_openned .hb_op_p3{
    margin-bottom: 10px;
}

.hb_openned input{
    display: block;
    margin: 0 auto;
    float: none;
    width: 370px;
    height: 40px;
    text-indent: 8px;
    font-size: 16px;
}

.hb_openned .hb_fm_name{
    margin-bottom: 3px;
}

.hb_openned .hb_fm_phone{
    margin-bottom: 10px;
}

.hb_openned #hb_fm_sub{
    width: 130px;
    height: 40px;
    color: #630;
    background: #f7c745;
    margin: 0 auto;
    line-height: 40px;
    border-radius: 20px;
    font-size: 22px;
    cursor: pointer;
}

/*新底部
2019-3-26
*/
.foot{

    height: 310px;
    box-sizing: border-box;
    padding-top: 50px;
}

.bot_li1,.bot_line2,.bot_mid{
    float: left;
}

.bot_logo{
    width: 216px;
    height: 46px;
    margin-bottom: 18px;
}

.bot_logo a{
    margin: 0;
}

.bot_logo img{
    width: 100%;
    height: 100%;
}

.bot_line1{
    width: 122px;
    height: 2px;
    background-color: #616161;
    margin-bottom: 38px;
}

.foot p{
    line-height: 1;
    margin: 0;
}

.bot_li1{
    margin-right: 60px;
}

.bot_li1 .bot_left_p1{
    font-size: 16px;
    color: #FFFFFF;
    text-align: left;
    letter-spacing: 4px;
    margin-bottom: 13px;
}

.bot_li1 .bot_text_o{
    color: #F65439;
    text-align: left;
    font-size: 14px;
}

.bot_li1 .bot_text_o span{
    float: none;
    margin: 0;
}

.bot_li1 .bot_text_o .bot_text_mr{
    margin-right: 15px;
}

.bot_line2{
    width: 1px;
    height: 170px;
    background-color: #4D4D4D;
    margin-right: 60px;
}

.bot_mid{
    margin-right: 60px;

}

.bot_mid .bot_mid_tit{
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.bot_mid .bot_mid_link{
    margin-bottom: 20px;
}

.bot_mid_link a{
    color: #999999;
    font-size: 14px;
    margin: 0;
}

.bot_mid_link a:hover{
    color: #FFFFFF;
}

.foot .wxbl{
    overflow: hidden;
    float: left;
}

.foot .wxbl .bot_wx_li{
    float: left;
}

.foot .wxbl .bot_wx_li:first-child{
    margin-right: 30px;
}

.foot .wxbl .bot_wx_li .wximg{
    margin-bottom: 25px;
}

.foot .wxbl .bot_wx_li p{
    text-align: center;
    font-size: 14px;
    color: #999999;
}

.foot .bot_right{
    float: right;
}

.foot .bot_right .bot_ph{
    font-size: 28px;
    color: #F65439;
    margin-bottom: 18px;
}

.foot .bot_right .note{
    font-size: 12px;
    color: #a3a3a3;
    margin-bottom: 50px;
}

.foot .bot_right .zxbtn{
    margin: 0 auto;
    width: 152px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #F65439;
    font-size: 14px;
    border: #F65439 1px solid;
    border-radius: 3px;
    display: block;
}

.foot .bot_right .zxbtn:hover{
    background-color: #F65439;
    color: #FFFFFF;
}

#newBridge #nb_icon_wrap,#newBridge .nb-show{
    display: none!important;
}

@media screen and (max-width: 1400px){
    .top {
        height: 40px;
        line-height: 40px;
    }

    .top .fr p {
        margin-right: 80px;
        line-height: 40px;
    }

    .logo .w1200 .fl{
        width: 700px;
    }

    .logo .w1200 .fr{
        width: 220px;
    }

    .logo .w1200 .fr a{
        width: 220px;
    }

    .navS li.server_cates {
        width: 160px;
    }

    .navS li {
        width: 93px;
    }

    .logo .w1200,.navS .w1200,.shu_div .w1200 ,.foot .w1200{
        width: 920px;
    }

    .position {
        margin: 6px auto;
        width: 920px;
    }

    .shu_nav .shu_nav_list {
        width: 160px;
        height: 75px;
        padding-left: 15px;
    }

    .navS li a {
        font-size: 13px;
    }

    .shu_nav .shu_nav_list .li_left {
        height: 100%;
        padding-top: 10px;
        padding-right: 12px;
    }

    .shu_nav .shu_nav_list .li_left .li_tit {
        height: 30px;
        line-height: 30px;
    }

    .shu_nav .shu_nav_list .li_left .li_tit span {
        width: 70px;
        height: 30px;
        line-height: 30px;
    }

    .shu_nav .shu_nav_list .li_left .li_hot {
        height: 22px;
    }

    .shu_nav .shu_nav_list .li_left .li_hot a {
        line-height: 22px;
        font-size: 13px;
    }

    .shu_nav .shu_nav_list .li_left .li_hot a+a {
        margin-left: 20px;
    }

    .shu_nav .shu_nav_list .li_left .li_tit i {
        height: 30px;
        line-height: 30px;
    }

    .shu_nav .nav_D_shu{
        left: 160px;
        width: 420px;
        height:355px;
        padding-left:20px;
        padding-top:20px;
    }

    .shu_nav .nav_D_shu .li_right_main{
        padding-left: 12px;
        width: 405px;
    }

    .shu_nav .nav_D_shu a{
        margin-right:10px;
        font-size:13px;
    }

    .shu_nav .nav_D_shu .li_right_ul .tr .li_item{
        width: 135px;
    }

    .shu_nav .nav_D_shu2{
        top: -75px;
    }

    .shu_nav .nav_D_shu3{
        top: -150px;
    }

    .shu_nav .nav_D_shu4{
        top: -225px;
    }

    .shu_nav .nav_D_shu5{
        top: -300px;
    }

    #newBridge .icon-left-center{
        left: -20px !important;
        transform: scale(0.8,0.8);
        -ms-transform: scale(1,2.3);
        -webkit-transform: scale(0.8,0.8);
        -moz-transform: scale(1,2.3);
        -o-transform: scale(1,2.3);
    }

    .right_fixed{
        width: 130px;
        height: 550px;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        position: fixed;
        z-index: 8;
        overflow: hidden;
    }

    .right_head{
        width: 130px;
        height: 183px;
    }

    .right_bg .right_hotline{
        width: 110px;
        height: 60px;
        position: absolute;
        top: 124px;
        left: 14px;
        text-align: center;
    }


    .right_bg .right_hotline .text1{
        font-size: 12px;
        margin-bottom: 8px;
        padding-top: 12px;
    }

    .right_bg .right_hotline .text2{
        font-size: 15px;
    }

    .right_main{
        position: relative;
        width: 110px;
        margin-left: 14px;
    }

    .right_main .right_block{
        height: 43px;
    }

    .right_main .right_block .right_block_icon{
        width: 16px;
        height: 16px;
        margin-top: 13px;
        margin-left: 16px;
    }

    .right_main .right_block .right_block_cont{
        line-height: 43px;
        padding-left: 43px;
        font-size: 13px;
    }

    .right_link{
        width: 100px;
        height: 30px;
        margin-left: 4px;
        margin-top: 5px;
        border-radius: 2px;
    }

    .right_link_cont{
        padding-top: 6px;
    }

    .right_connect_r{
        right: 14px;
    }

    .right_connect_2{
        top: 23px;
    }
    .right_connect_3{
        top: 58px;
    }

    .right_connect_4{
        top: 94px;
    }

    .right_connect_5{
        top: 129px;
    }

    .right_foot{
        width: 110px;
        height: 193px;
        padding-top: 4px;
        margin-left: 14px;
    }

    .right_foot .right_wximg{
        width: 108px;
        height: 141px;
        margin: 0 auto 5px;
    }

    .right_foot .right_bot_text1{
        font-size: 16px;
        margin-bottom: 5px;
    }

    .right_scrtop{
        width: 45px;
        height: 45px;
        padding-top: 4px;
        margin: 4px 0 0 48px;
    }

    .right_scrtop .text1{
        margin-bottom: 4px;
        font-size: 13px;
    }

    .right_scrtop .text2{
        font-size: 13px;
    }

    .foot .bot_right{
        float: left;
        width: 230px;
        text-align: center;
        padding-top: 8px;
    }

    .foot .wxbl .bot_wx_li{
        width: 100px;
    }

    .foot .wxbl .bot_wx_li .wximg{
        margin-bottom: 10px;
    }

    .foot .wxbl .bot_wx_li .wximg img{
        width: 100%;
    }

    .foot .bot_right .bot_ph{
        margin-bottom: 10px;
    }

    .foot .bot_right .note{
        margin-bottom: 10px;
    }

    .foot{
        height: 290px;
        padding-top: 30px;
    }

    .eject_window{
        width: 400px;
    }

    .eject_window .eject_header{
        width: 400px;
        height: 112px;
    }

    .eject_bot{
        padding-top: 20px;
    }

    .eject_list{
        font-size: 23px;
        margin-bottom: 20px;
        padding-left: 65px;
        line-height: 22px;
    }

    .eject_list .eject_icon_point{
        width: 25px;
        height: 25px;
        margin-right: 12px
    }

    .eject_list .mr {
        margin-right: 15px;
    }

    .eject_price{
        font-size: 26px;
        margin-bottom: 10px;
    }

    .eject_advance{
        margin-bottom: 10px;
        height: 25px;
        line-height: 25px;
    }

    .eject_btns{
        height: 42px;
        padding-left: 20px;
        margin-bottom: 12px;
    }

    .eject_fm{
        width: 243px;
        margin-right: 12px;
        height: 42px;
    }

    .eject_fm input{
        height: 40px;
        width: 135px;
    }

    .eject_fm #eject_sub{
        width: 95px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .eject_consult{
        height: 42px;
        width: 110px;
        line-height: 42px;
        font-size: 16px;
    }

    .advance_item{
        margin-right: 25px;
        width: 90px;
    }

    .logo.home_logo{
        height: 171px;
    }
	
	.shu_nav ul{
		padding: 0;
		margin-top: 0;
	}




}