khtml,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body,
th,
td,
button,
input,
select,
textarea {
    font: 14px/1.6 "Microsoft YaHei", Arial, Tahoma, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    resize: none;
}

html,
body {
    *position: static;
    height: 100%;
    width: 100%;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

ul,
ol,
li,
dl {
    list-style-type: none;
}

label {
    cursor: pointer;
}

fieldset,
img {
    border: 0;
}

button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea {
    font-size: 100%;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

img {
    border: 0;
    vertical-align: middle;
}

i {
    display: inline-block;
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    zoom: 1;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

i,
s,
b,
em {
    font-weight: normal;
    font-style: normal;
}

textarea.resize {
    resize: both !important;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input,
button {
    overflow: visible;
    vertical-align: middle;
    outline: none;
    border: none;
    border-radius: 0;
}

button,
input[type="button"],
input[type="submit"] {
    line-height: normal !important;
    cursor: pointer;
}

textarea,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type=tel],
input[type=text] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: none;
    border-radius: 0;
}

/* 去掉number输入框右边点击上下的小三角 */
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

/*placeholder 文字颜色设置*/
input::-moz-placeholder,
input::-ms-input-placeholder,
input::-webkit-input-placeholder,
textarea::-moz-placeholder,
textarea::-ms-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

/* Chrome浏览器会在输入控制聚集的时候添加一个蓝色的outline*/
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

/* 去掉select的默认样式 */
select {
    -webkit-appearance: none;
}

/* 如果有输入内容IE会给输入框右边加一个大大的X */
input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

body,
html {
    min-width: 1200px;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}

.ellipsis3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.tl {
    text-align: left;
}

.bb {
    border-bottom: 1px solid #ececec;
}

.ml-10 {
    margin-left: 10px
}

.ml-20 {
    margin-left: 20px
}

.ml-30 {
    margin-left: 30px
}

.mr-10 {
    margin-right: 10px
}

.mr-20 {
    margin-right: 20px
}

.mr-30 {
    margin-right: 30px
}

.ml {
    margin-left: 20px
}

.re {
    position: relative
}

.ab {
    position: absolute
}

.mt10 {
    margin-top: 10px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mt40 {
    margin-top: 40px
}

.mb10 {
    margin-bottom: 10px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.mb40 {
    margin-bottom: 40px
}

.pd {
    padding: 20px
}

.ov {
    overflow: hidden
}

.hide {
    display: none
}

.auto0 {
    margin: 0 auto
}

.w100 {
    width: 100%
}

.b-b {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.bold {
    font-weight: 700
}

.v-h-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.h-center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.v-center {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.table-v-h-center td,
.table-v-h-center th {
    vertical-align: middle
}

.i-b {
    display: inline-block
}

.block {
    display: block
}

.font12 {
    font-size: 12px
}

.font10 {
    font-size: 10px
}

.font14 {
    font-size: 14px
}

.font16 {
    font-size: 16px
}

.font18 {
    font-size: 18px
}

.gray-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: .6;
    background: #000;
    z-index: 199;
    top: 0;
    left: 0
}

.w1200 {
    width: 1200px
}

.com-w100 {
    width: 100%;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: auto 100%
}

.c-p {
    cursor: pointer
}

.u-box-s {
    -webkit-box-shadow: -1px 0 21px -3px rgba(122, 116, 122, .69);
    box-shadow: -1px 0 21px -3px rgba(122, 116, 122, .69)
}

.cl-gray9 {
    color: #999
}

.cl-gray6 {
    color: #666
}

.cl-oran {
    color: #f90
}

.cl-whi {
    color: #fff
}

.cl-black {
    color: #555
}

.table-v-h-center,
.tc {
    text-align: center
}

.bbox {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #df1d1e !important;
}

.layui-laypage>a:first-child,
.layui-laypage>a:first-child em {
    border-radius: 2px 0 0 2px;
    background-color: #f6f6f6;
    border: none;
}

.layui-laypage a,
.layui-laypage span {
    background-color: #f6f6f6 !important;
    margin-right: 10px !important;
    border: none !important;
}




.slideBox {
    width: 100%;
    height: 732px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 6px;
    overflow: hidden;
    position: absolute;
    right: 48%;
    bottom: 40px;
    z-index: 7;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    overflow: hidden;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    opacity: 0.5;
    filter: alpha(opacity=50);
    color: transparent;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    width: 30px;
    border-radius: 3px;
    background: #df1d1e;
    opacity: 1;
    filter: alpha(opacity=100);
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

/* .slideBox .bd {
    background: url("../img/ico-index-banner.png") no-repeat center center;
} */

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

/*.slideBox .bd img{ width:100%; height:747px; display:block;}*/
.slideBox .bd li {
    position: relative;
    height: 732px;
    width: 100%;
}

.slideBox .bd li .banner_f {
    height: 100%;
    position: absolute;
    left: 50%;
    top: 40%;
}

.slideBox .bd li .banner_f .p1 {
    font-size: 38px;
    line-height: 65px;
    color: #fff;
}

.slideBox .bd li .banner_f .p2 {
    font-size: 40px;
    color: #fff;
}

.slideBox .bd li .banner_f .p2 span {
    color: #df1d1e;
}


/*.slideBox .bd li .banner_s .p1{ font-size: 60px; font-weight: bold; line-height: 90px; }*/
/*.slideBox .bd li .banner_s .p2{ font-size: 56px; font-weight: lighter; }*/
.slideBox .bd .p3 {
    font-size: 12px;
    margin-top: 6px;
    color: rgba(255, 255, 255, .3);
    letter-spacing: 4px;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 40%;
    margin-top: -25px;
    display: block;
    width: 36px;
    height: 68px;
    background: url(http://file.digua.com/common/dg/style/css/img/bg-sprite.png) no-repeat;
    background-position: -109px -170px;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: -109px -248px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

.onForone_con {
    width: 1200px;
    margin: 0 auto;
}

.onForone_con li a {
    display: block;
    border: 1px solid #dfdfdf;
}

.picScroll_left {
    position: relative;
    height: 450px;
}

.picScroll_left .hd .next,
.picScroll_left .hd .prev {
    position: absolute;
    right: -50px;
    top: 160px;
    width: 26px;
    height: 46px;
    overflow: hidden;
    cursor: pointer;
    background: url("../img/go-right.png") no-repeat center center;
}

.picScroll_left .hd .next {
    left: -50px;
    background: url("../img/go-left.png") no-repeat center center;
}

.picScroll_left .hd ul {
    position: absolute;
    left: 45%;
    bottom: 0px;
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.picScroll_left .hd ul li {
    float: left;
    width: 36px;
    height: 2px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ccc;
}

.picScroll_left .hd ul li.on {
    background-color: #e24b2d;
}



/* nav-start */
.nav {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 90px;
    background-color: rgba(0, 0, 0, .6);
}

.nav.active {
    background-color: #141414;
}

.w_nav {
    width: 1200px;
    height: 90px;
    margin: 0 auto;
}

.w_nav .logo {
    width: 125px;
    height: 39px;
    vertical-align: middle;
    line-height: 90px;
    margin-top: 25px;
}

.w_nav .nav_tit {
    margin-left: 75px;
}

.w_nav .nav_tit li {
    position: relative;
    float: left;
    line-height: 90px;
    text-align: center;
    margin: 0 20px;
    font-size: 15px;
}
.mao-box{
    position: absolute;
    display: none;
    padding-top: 20px;
    margin-top: -4px;
    background-color: transparent;
    left: -28px;
    top: 85px;
}
.mao-drop{
    position: relative;
	width: 120px;
	height: 80px;
	background-color: #df1d1e;
    z-index: 999;
    border-radius: 4px;
}
.mao-drop:before{
    position: absolute;
    top: -6px;
    z-index: 1000;
    display: inline-block;
    content:"";
    width: 11px;
    height: 6px;
    background: url(../img/mao-dot.png) no-repeat center center;
}
.mao-drop a{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 4px 4px 0 0;
}
.mao-drop a:first-child+a{
    border-radius: 0 0 4px 4px;
}
.mao-drop a:hover{
    background-color: #a00001;
}

.w_nav .nav_tit li>a {
    display: block;
    height: 100%;
    color: #fff;
    min-width: 70px
}

.w_nav .nav_tit li>a:hover,
.w_nav .nav_tit .on {
    color: #df1d1e;
    background: url("../img/line-bg.png") no-repeat bottom center;
}

.w_nav .nav_tit li>a:hover,
.w_nav .nav_tit .on >a {
    color: #df1d1e;
}

.w_nav .nav_tit li:hover .mao-box{
    display: block;
}


/*.w_nav .nav_tit li:first-child a{ width: 30px;}*/
.w_nav .nav_dz {
    margin-top: 30px;
}

.w_nav .nav_dz li {
    float: left;
    margin-left: 20px;
}

.w_nav .eng span {
    margin: 6px;
    float: left;
    width: 34px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    border: 1px solid transparent;
    background-color: rgba(223, 29, 30, .5);
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/*.w_nav .eng .ch{  margin-right: 12px; }*/
.w_nav .eng .en {
    background-color: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .5);
}

.w_nav .eng .ch:hover {
    border-color: #df1d1e;
    background-color: #df1d1e;
}

.w_nav .eng .en:hover {
    color: #df1d1e;
}

/* nav-end */

/* banner start */
.w_banner {
    position: relative;
    width: 100%;
    height: 747px;
}

.w_banner .slider_img {
    width: 100%;
}

.w_banner .xq_form {
    position: absolute;
    top: 190px;
    left: 360px;
    z-index: 2;
}

.w_banner .tab_tit {
    width: 130px;
    margin-right: 2px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .3);
}

.w_banner .tab_tit li {
    width: 100%;
    height: 130px;
    padding-top: 72px;
    text-align: center;
    background: url(../img/ico-1.png) no-repeat center top 38px;
    color: #f5f5f5;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.w_banner .tab_tit li:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

/*.w_banner .tab_tit li:last-child{border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;}*/
.w_banner .tab_tit .bt0 {
    border-top: 0;
}

.w_banner .tab_tit .tab_qy {
    background: url(../img/ico-2.png) no-repeat center top 40px;
}

.w_banner .tab_tit .tab_dz {
    background: url(../img/ico-3.png) no-repeat center top 40px;
}

.w_banner .tab_tit .on {
    background-color: rgba(0, 0, 0, .6);
}

.w_banner .tab_con {
    height: 390px;
    padding: 40px;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 2px;
}

.w_banner .tab_con_ul>li {
    width: 300px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 2px;
}
.person .w_banner .tab_con_ul>li {margin-bottom: 25px;}
.w_banner .tab_con .person {
    padding-top: 26px;
}

.person .tab_con_ul>li:last-child {
    margin-top: 30px;
    background-color: transparent;
}

.w_banner .tab_con .dingzhi {
    padding-top: 6px;
}

.w_banner .ul_t {
    float: left;
    padding: 0 10px;
    background: url(../img/ico-line.png) no-repeat center right;
    color: #555;
}

.w_banner .mm_inp {
    line-height: 36px;
}

.w_banner .lab_f label {
    display: inline-block;
    margin: 0 24px;
    color: #333;
}

.w_banner .lab_f label input {
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    border: 1px solid #656565;
    background-color: #fff;
    -webkit-appearance: none;
    border-radius: 50%;
    outline: none;
}

.w_banner .lab_f label input:checked {
    background: url(../img/ico-checked.png) no-repeat center center;
    border-color: #df1d1e;
}

.w_banner .lab_s {
    display: inline-block;
    height: 100%;
    text-indent: 12px;
    width: 60%;
    background-color: #f5f5f5;
    border-radius: 2px;
}

.w_banner .q_inp {
    display: inline-block;
    width: 68px;
    background-color: #f5f5f5;
    margin-left: 12px;
}

.w_banner .tab_con_ul>.f_yzm {
    background-color: transparent;
}

.w_banner .f_yzm .lab_t {
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 2px;
}

.w_banner .f_yzm input {
    background-color: #f5f5f5;
    text-indent: 12px;
    display: inline-block;
    width: 60%;
}

.w_banner .lab_s input {
    background-color: #f5f5f5;
}

.w_banner .yzm_btn {
    width: 90px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #df1d1e;
    border-radius: 2px;
    color: #fff;
}

.w_banner .yzm_btn:disabled {
    background-color: #ccc;
    color: #333;
}

.w_banner .tab_con_ul>.tips {
    margin-bottom: 0;
    line-height: 12px;
    font-size: 12px;
    background-color: transparent;
    color: #909090;
}

.w_banner .tab_con_ul>li .imm_btn {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background-color: #df1d1e;
    border-radius: 2px;
}
.wt_sell_p{
    text-align: right;
}
.wt_sell_btn{
    display: inline-block;
    color: #fff;
}
.wt_sell_btn:hover{
    color: #e24b2d;
    text-decoration: underline; 
}

.w_banner .tab_con_ul>li:last-child {
    margin-bottom: 0;
}

.w_banner .tab_con_ul>.li_area {
    height: 104px;
}

.w_banner .li_area .ul_t {
    width: 100%;
}

.w_banner .area {
    outline: none;
    border: 0;
    width: 100%;
    line-height: 18px;
    padding: 0 14px 0 10px;
    background-color: #f5f5f5;
}

/* banner end */

/* 我们的优势 start */
.good {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 90px;
}

.index_tit {
    padding: 80px 0;
    text-align: center;
}

.index_tit .tit_p {
    margin-top: 24px;
    font-size: 20px;
    color: #121212;
}

.good .good_con {
    height: 450px;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.08);
}

.good .good_con li {
    width: 240px;
    height: 450px;
    float: left;
    border-right: 1px solid #ebebeb;
    padding-top: 60px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.good .good_con li:last-child {
    border-right: 0;
}

.good .good_con li:hover {
    transition: all .3s;
    transform: scale(1.1);
    background: url(../img/good-bg.png) no-repeat center center;
}

.good .good_con .p1 {
    width: 120px;
    margin: 0 auto;
    padding: 80px 0 30px;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
    font-size: 18px;
    color: #333;
    background: url(../img/ico-good-1.png) no-repeat top center;
}

.good .good_con .p2 {
    height: 235px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    word-break: break-all;
    padding: 24px 25px 0;
    line-height: 26px;
    color: #666;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.good .good_con li:nth-child(2) .p1 {
    background: url(../img/ico-good-2.png) no-repeat top center;
}

.good .good_con li:nth-child(3) .p1 {
    background: url(../img/ico-good-3.png) no-repeat top center;
}

.good .good_con li:nth-child(4) .p1 {
    background: url(../img/ico-good-4.png) no-repeat top center;
}

.good .good_con li:nth-child(5) .p1 {
    background: url(../img/ico-good-5.png) no-repeat top center;
}

.good .good_con li:nth-child(1):hover .p1 {
    background: url(../img/ico-good-01.png) no-repeat top center;
}

.good .good_con li:nth-child(2):hover .p1 {
    background: url(../img/ico-good-02.png) no-repeat top center;
}

.good .good_con li:nth-child(3):hover .p1 {
    background: url(../img/ico-good-03.png) no-repeat top center;
}

.good .good_con li:nth-child(4):hover .p1 {
    background: url(../img/ico-good-04.png) no-repeat top center;
}

.good .good_con li:nth-child(5):hover .p1 {
    background: url(../img/ico-good-05.png) no-repeat top center;
}

.good .good_con li:hover .p1,
.good .good_con li:hover .p2 {
    color: #fff;
    border-color: rgba(255, 255, 255, .3);
}

/* 我们的优势 end */

/* 我们的客户 start */
.w_custom {
    width: 100%;
    padding-bottom: 80px;
    background-color: #f5f5f5;
}

.custom_con {
    width: 1200px;
    margin: 0 auto;
}

.custom_con li {
    position: relative;
    float: left;
    margin: 0 26px 20px 0;
    width: 280px;
    height: 120px;
    background-color: #fbfbfb;
    border: solid 1px #e5e5e5;
    vertical-align: middle;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.custom_con li:nth-child(4n) {
    margin-right: 0;
}

.custom_con li img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.gw_custom_con li img{
    width: 160px;
    height: auto;   
}

.custom_con li:hover {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

/* 我们的客户end */

/* 经纪人 start */
.w_agent {
    width: 100%;
    height: 771px;
    background: url("../img/index_agent_bg.png") no-repeat center center;
    background-size: cover;
}

.w_agent .tit_p {
    color: #fff;
}

.agent_con {
    width: 1200px;
    margin: 0 auto;
	height: 480px;
}

.agent_con li {
    position: relative;
    float: left;
    width: 260px;
    height: 420px;
    margin-right: 50px;
    margin-bottom: 10px;
    background-color: #ffffff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.agent_con li:last-child {
    margin-right: 0;
}

.agent_con .agent_img {
    position: relative;
}

.agent_con .agent_img .detail {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 35px 0;
    line-height: 30px;
    color: #fff;
    background-color: rgba(0, 0, 0, .7);
}

.agent_con .agent_img .detail .p_js {
    height: 95px;
    line-height: 24px;
    /* overflow: hidden; */
    color: #fff;
    word-wrap: break-word;
    word-break: normal;
}

.agent_con .agent_img:hover .detail {
    display: block;
    transition: all .3s;
}

.agent_con .detail .tit {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: left;
}

.agent_con .btn {
    text-align: center;
    margin-top: 30px;
}

.agent_con .go_btn {
    display: inline-block;
    text-align: center;
    width: 134px;
    height: 36px;
    line-height: 36px;
    transition: all .3s;
    text-align: center;
    color: #fff;
    background-color: transparent;
    border-radius: 18px;
    border: solid 1px #fff;
}

.agent_con .go_btn:hover {
    background-color: #de1e1d;
    border-color: #de1e1d;
}

.agent_con .agent_info {
    padding: 10px 0 0 12px;
}

.agent_con .agent_info h4 {
    text-align: left;
    font-size: 16px;
    color: #373737;
    padding-top: 16px;
}

.agent_con .agent_info .time {
    text-align: left;
    font-size: 12px;
    color: #999;
}

.agent_con .agent_info .line {
    display: inline-block;
    margin: 0 10px;
    color: #ebebeb;
}

.agent_info .agent_info_list {
    width: 60%;
}

.agent_info .agent_info_code {
    width: 38%;
}

.agent_info .agent_info_code img {
    width: 85px;
    height: 85px;
}


.agent_con .rank {
    position: absolute;
    bottom: 45px;
    left: 51px;
    width: 130px;
    height: 36px;
    line-height: 36px;
    text-align: left;
    margin-left: 10px;
    color: #fff;
    /*background-color: #de1e1d;*/
    border-radius: 0 36px 36px 0;
}
.agent_con .rank a{
    border: none!important;
    display: inline-block;
}

/*  经纪人 end */

/* 域名精选 start */
.w_domainSelect {
    width: 100%;
    padding-bottom: 80px;
}

.ymjx_banner {
    height: 390px;
    background: url("../img/jx_banner.jpg") no-repeat;
    text-align: center;
    padding-top: 270px;
    background-size: cover;
}

.ymjx_banner h2 {
    font-size: 32px;
    color: #fff;
    font-weight: normal;
}

.ymjx_banner p {
    color: #fff;
    opacity: 0.5;
    font-size: 16px;
    line-height: 4;
}

.domainSelect_con {
    width: 1200px;
    margin: 0 auto;
}

.domainSelect_con li {
    float: left;
    width: 260px;
    height: 90px;
    border: solid 1px #eee;
    line-height: 90px;
    margin: 0 53px 30px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    background: #fff url("../img/ico-select.png") no-repeat top left;
}

.domainSelect_con li:hover {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.domainSelect_con li a {
    display: block;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    font-family: arial;
}

.domainSelect_con li:nth-child(4n) {
    margin-right: 0;
}

.domainSelect_more {
    display: block;
    margin: 30px auto 0;
    width: 200px;
    height: 46px;
    line-height: 45px;
    text-align: center;
    color: #df1d1e;
    border-radius: 30px;
    border: solid 2px #df1d1e;
}

.domainSelect_more:hover {
    /*box-shadow: 0px 4px 10px 0px rgba(55, 0, 0, 0.3); */
    color: #fff;
    background-color: #df1d1e;
}

/* 域名精选 end */

/*回购意义 start*/
.signi_con {
    width: 1200px;
    margin: 0 auto;
}
.signi_con li {
    float: left;
    width: 282px;
    height: 209px;
    background-color: #fff;
    margin: 0 0 0 24px;
    padding:45px 40px 35px 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
}
.signi_con li:first-child{
    margin-left:0;
}
.signi_con li img{
    height: auto;
    margin-bottom: 25px;
}
.signi_con li p{
    font-size: 16px;
    line-height: 30px;
    color: #003333;
}
/*回购意义 end*/

/* start*/
.huigou_con {
    width: 1200px;
    margin: 0 auto;
}
.huigou_con li {
    float: left;
    width:25%;
    /*height: 209px;*/
    padding:0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
   
}
.huigou_con li .linebox{
    width: 100%;
    height:1px;
    background-color: #e5e5e5;
    position: relative;
    margin: 40px auto;
}
.huigou_con li .linebox span{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -14px;
    margin-left: -14px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background-color: #df1d1e;
    display: block;
    font-size: 14px;
    color: #ffffff;
}
.huigou_con li img{
    height: auto;
    margin-bottom: 25px;
}
.huigou_con li h3{
    font-size: 20px;
    /*line-height: 60px;*/
    color: #121212;
    font-weight: normal;
}
.huigou_con li p{
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #666666;
    margin: 0 40px;
}
/*回购流程 end*/


/* 域名领域 start */
.w_field {
    width: 100%;
    padding-bottom: 80px;
    background-color: #f5f5f5;
}

/* 域名领域 end */

/* 域名资讯 start */
.w_news {
    width: 100%;
    padding-bottom: 74px;
}

.index_news_con {
    width: 1200px;
    margin: 0 auto;
}

.index_news_con li {
    float: left;
    width: 380px;
    margin-right: 29px;
}

.index_news_con li img {
    width: 380px;
    height: 173px;
}

.index_news_con .time {
    margin: 14px 0 10px;
    font-size: 12px;
    color: #999;
}

.index_news_con .tit {
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}

.index_news_con .desc {
    line-height: 24px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    color: #999;
    margin-bottom: 12px;
}

.index_news_con li:nth-child(3n) {
    margin-right: 0;
}

.index_news_con li:hover .tit {
    color: #df1d1e;
}

.w_news .domainSelect_more {
    margin-top: 70px;
}

/* 域名资讯 end */

/* 底部 start */
.footer {
    width: 100%;
    height: 258px;
    background-color: #141414;
}

.footer .footer_con {
    width: 1200px;
    margin: 0 auto;
}

.footer_list h4 {
    padding-top: 60px;
    color: #fff;
}

.footer_list .help_list {
    margin: 20px 0;
}

.footer_list .help_list li {
    float: left;
    margin-right: 20px;
}

.help_list li a {
    font-size: 12px;
    color: #aaa;
}

.help_list li a:hover {
    color: #fff;
}

.footer_list .adr {
    margin-bottom: 20px;
    font-size: 12px;
    color: #aaa;
}

.footer_list .copyright {
    font-size: 12px;
    color: #aaa;
}

.footer_list .copyright a {
    color: #aaa;
}

.footer_list .copyright a:hover {
    color: #fff;
}

.footer_right {
    text-align: right;
}

.footer_right_ul {
    padding: 50px 0;
}

.footer_right_ul li {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    margin-left: 20px;
    background: url("../img/ico-footer-2.png") no-repeat center center;
}

.footer_right_ul li:nth-child(2) {
    background: url("../img/ico-footer-3.png") no-repeat center center;
}

.footer_right_ul li:nth-child(3) {
    background: url("../img/ico-footer-01.png") no-repeat center center;
}

.footer_right_ul .code {
    display: none;
    position: absolute;
    left: -110px;
    top: -28px;
    width: 99px;
    height: 90px;
    background: url("../img/ico-code-bg.png") no-repeat center center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 6px 16px 6px 8px;
}

.footer_right_ul .code img {
    width: 76px;
    height: 76px;
    vertical-align: middle;
}

.footer_right_ul li:nth-child(1):hover .code {
    display: block;
}

.online_btn {
    display: inline-block;
    width: 151px;
    height: 37px;
    line-height: 37px;
    font-size: 12px;
    color: rgba(255, 255, 255, .5);
    text-align: center;
    border: solid 1px rgba(255, 255, 255, .5);
}

.online_btn:hover {
    color: #fff;
    border-color: #fff;
}

/* 底部end */


/************************** 关于我们**************************** */
.about_banner {
    height: 340px;
    background: url("../img/about_banner.jpg") no-repeat;
    text-align: center;
    padding-top: 210px;
    background-size: cover;
}

.about_banner h2 {
    font-size: 32px;
    color: #fff;
    font-weight: normal;
}

.about_banner p {
    color: #fff;
    opacity: 0.5;
    font-size: 16px;
    line-height: 4;
}

.about_main {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 65px;
}

.inner_tit {
    padding: 90px 0 90px;
    text-align: center;
}

.inner_tit .tit_p {
    margin-top: 24px;
    font-size: 20px;
    color: #121212;
}

.about_msg .about_info p {
    line-height: 32px;
    font-size: 16px;
    color: #555;
    text-align: center;
}

.about_msg .about_info a {
    color: #df1d1e;
}

.about_msg .about_info img {
    display: inline-block;
    margin-top: 80px;
}

.about_kh .kh_list li {
    position: relative;
    margin: 0 -1px -1px 0;
    float: left;
    width: 300px;
    height: 142px;
    vertical-align: middle;
    text-align: center;
    background-color: #fff;
    border: solid 1px #e5e5e5;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.about_kh .kh_list li img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.kh_bottom {
    margin: 0 auto;
    text-align: center;
}

.kh_bottom .btn {
    margin: 70px 0;
    display: inline-block;
    width: 202px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    color: #999;
    font-size: 16px;
    border: solid 1px #aaa;
}

.kh_bottom:hover .btn {
    background-color: #df1d1e;
    color: #fff !important;
    border: solid 1px #df1d1e;
}

/* *********************关于我们 end *********************** */

/* ***********************经纪人 start ***************************** */

.w_oneForone {
    width: 100%;
    padding-bottom: 80px;
    background-color: #f5f5f5;
}

.oneForone {
    width: 1200px;
    margin: 0 auto;
}

.jjr_about {
    width: 100%;
}

.jjr_about .about_msg {
    width: 1200px;
    margin: 0 auto 80px;
}

/* 我们的优势 start */
.w_ygood {
    width: 100%;
    padding-bottom: 80px;
    background: url("../img/ico-jjr-bg3.png") no-repeat center center;
}

.ygood {
    width: 1200px;
    margin: 0 auto;
}

.ygood .tit_p {
    color: #fff;
}

.ygood_con li {
    position: relative;
    float: left;
    width: 243px;
    height: 257px;
    margin-right: 75px;
    text-align: center;
    background: url("../img/ico-van-bg.png") no-repeat center center;
    color: #003333;
    cursor: pointer;
    border-radius: 5px;
}

.ygood_con li img {
    position: absolute;
    left: 50%;
    top: 38%;
    transform: translate(-50%, -50%);
}

.ygood_con li p {
    width: 100%;
    position: absolute;
    bottom: 7%;
    transform: translate(0, -50%);
    font-size: 18px;
    color: #333;
}

.ygood_con li:last-child {
    margin-right: 0;
}

/* 我们的优势 end */

/* 流程 start */
.w_process {
    width: 100%;
    /* height: 544px;*/
    background-color: #fff;
}

.w_process .process {
    width: 1200px;
    margin: 0 auto;
}

.process_con li {
    float: left;
    /* width: 160px; margin-right: 98px; */
    background: url("../img/ico-process-1.png") no-repeat left top;
    text-align: center;
    cursor: pointer;
}

.process_con li:nth-child(2) {
    background: url("../img/ico-process-2.png") no-repeat left top
}

.process_con li:nth-child(3) {
    background: url("../img/ico-process-3.png") no-repeat left top
}

.process_con li:nth-child(4) {
    background: url("../img/ico-process-4.png") no-repeat left top
}

.process_con li:last-child {
    background: url("../img/ico-process-5.png") no-repeat left top;
    margin-right: 0;
}

.process_con li p {
    /* padding-top: 184px; font-weight: bold; font-size: 18px; color: #666; */
    padding-top: 184px;
    font-weight: bold;
    font-size: 18px;
    color: #666;
    float: left;
    text-align: center;
    width: 134px;
}

.process_con li img {
    float: right;
    margin-left: 53px;
    margin-right: 53px;
    margin-top: 60px;
}

.jjr_kehu {
    width: 100%;
}

.jjr_kehu .about_kh {
    width: 1200px;
    margin: 0 auto;
}

.jjr_agent_con li {
    float: left;
    width: 235px;
    height: 356px;
    text-align: center;
    margin-right: 5px;
    background-color: #fff;
    /*box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.04); */
    border-radius: 5px;
}

.jjr_agent_con .head_img {
    position: relative;
    width: 136px;
    height: 136px;
    margin: 24px auto 20px;
}

.jjr_agent_con .head_img .head_span {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    width: 136px;
    height: 136px;
    position: relative;
}

.jjr_agent_con .head_img .img_detail {
    max-width: 100%;
    height: auto;
}

.jjr_agent_con .head_img .img_code {
    display: none;
    position: absolute;
    width: 85px;
    height: 85px;
    top: 50%;
    left: 50%;
    margin-left: -43px;
    margin-top: -43px;
    z-index: 15;
}

.jjr_agent_con .head_img .img_b {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 10;
}


.jjr_agent_con li:hover .img_code {
    display: block;
}

.jjr_agent_con li:hover .img_b {
    display: block;
}


.jjr_agent_con .tip_msg {
    display: inline-block;
    width: 36px;
    height: 25px;
    background: url("../img/ico-jjr-msg2.png") no-repeat center center;
    position: absolute;
    top: 12px;
    right: -11px;
}

.jjr_agent_con h4 {
    font-size: 16px;
    font-weight: bold;
    color: #373737;
}

.jjr_agent_con .gold {
    margin: 9px 0;
    color: #666;
}

.jjr_agent_con .time {
    font-size: 12px;
    color: #999;
    line-height: 23px;
}

.jjr_agent_con .btn {
    margin-top: 16px;
    width: 116px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #333;
    background-color: #fff;
    border-radius: 14px;
    border: solid 1px #dcdcdc;
}

.jjr_agent_con .btn:hover {
    background-color: #df1d1e;
    color: #fff;
    border-color: #df1d1e;
}

/* 流程end */

/* *************************  经纪人 end   ************************************* */




/******************委托购买 *************************/
/* 动画 */
.left {
    transition: all 1.5s;
}

.right {
    transition: all 1.5s;
}

@-webkit-keyframes fade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}


.section1 {
    background: url("../img/wt-01.png") 50%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.section2 {
    background: url("../img/wt-02.png") 50%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.section3 {
    background: url("../img/wt-03.png") 50%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.section4 {
    background: url("../img/wt-04.png") 50%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.mi_1 {
    margin-bottom: 10px;
    font-size: 60px;
    font-weight: bold;
}

.mi_1 span {
    color: #df1d1e;
    letter-spacing: 3px;
}

.mi_2 {
    font-size: 24px;
    line-height: 48px;
}

.section2_main {
    width: 940px;
    margin: 0 auto;
}

.section2_main .mi_1 {
    margin: 50px 0 40px;
}

.section2_main .mi_2 {
    font-size: 18px;
    opacity: 0.7;
}

.section2_main .btn {
    display: inline-block;
    margin-top: 60px;
    color: #fff;
    width: 184px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: solid 1px #e5e5e5;
    opacity: 0.5;
}

.section3_main {
    width: 1200px;
    margin: 0 auto;
}

.section3_main .mi_1 span {
    color: #df1d1e;
}

.section3_main .mi_2 {
    margin: 10px 0;
    font-size: 24px;
}

.section_ul {
    margin-top: 50px;
}

.section_ul li {
    float: left;
    width: 25%;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .1);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.section_ul li:last-child {
    border-right: none;
}

.section3_img {
    margin: 30px 0;
}

.section3_main .p3 {
    color: rgba(255, 255, 255, .3);
}

.section4_main {
    width: 1200px;
    margin: 0 auto;
}

.section4_main .section4_list {
    width: 974px;
    margin: 60px auto 0;
}

.section4_list li {
    margin-bottom: 26px;
    overflow: hidden;
}

.section4_list .inp {
    height: 53px;
    line-height: 53px;
    font-size: 16px;
    text-indent: 20px;
    border: solid 1px #e5e5e5;
    background-color: #fff;
}

.section4_list ._inp1 {
    width: 516px;
}

.section4_list ._inp2 {
    width: 436px;
}

.section4_list ._inp3 {
    width: 248px;
    margin-right: 18px
}

.section4_list ._inp4 {
    width: 364px;
}

.section4_list ._inp5 {
    display: inline-block;
    text-align: center;
    padding: 0 16px 0 0px;
    float: right;
    height: 53px;
    line-height: 55px;
    font-size: 16px;
    text-indent: 20px;
    border: solid 1px #e5e5e5;
    background-color: #fff;
    border-left: none;
    color: #666;
}

.section4_list .area {
    width: 100%;
    height: 165px;
    padding: 20px;
    font-size: 16px;
    line-height: 24px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
}

.section4_list .btn {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
    background-color: #df1d1e;
    border: none;
    color: #fff;
}

.sellyzm_btn {
    height: 55px;
    width: 170px;
    font-size: 16px;
    text-indent: 20px;
    border: solid 1px #df1d1e;
    text-align: center;
    padding: 0 10px 0 0;
    background-color: #df1d1e;
    color: #fff
}


/*委托购买动画 start*/

.section1 .mi_1,
.section4 .section4_list {
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    transition: all 1s;
}

.active.section1 .mi_1,
.active.section4 .section4_list {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-delay: 0.7s;
}

.section1 .mi_2 {
    opacity: 0;
    transition: all 0.5s;
}

.active.section1 .mi_2 {
    opacity: 1;
    transition-duration: 1s;
    transition-delay: 1.5s;
}

.section2 .mi_img,
.section2 .btn {
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    transition: all 1s;
}

.active.section2 .mi_img,
.active.section2 .btn {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-delay: 0.7s;
}

.section2 .mi_1,
.section3 .mi_1,
.section4 .mi_1 {
    transition: all 1s;
    opacity: 0;
    margin-left: -1108px;
}

.active.section2 .mi_1,
.active.section3 .mi_1,
.active.section4 .mi_1 {
    opacity: 1;
    margin-left: 0;
    transition-delay: 0.7s;
}

.section2 .mi_2 {
    width: 940px;
    height: 144px;
    margin-left: 320px;
    transition: all 1s;
    opacity: 0;
}

.active.section2 .mi_2,
.active.section3 .mi_2,
.active.section4 .mi_2 {
    opacity: 1;
    margin-left: 0;
    transition-delay: 0.7s;
}

.section3 .mi_2,
.section4 .mi_2 {
    width: 1200px;
    transition: all 1s;
    opacity: 0;
    margin-left: 500px;
}

.section3 .section_ul {
    width: 1200px;
    opacity: 0;
    transition: all 0.5s;
}

.active.section3 .section_ul {
    opacity: 1;
    transition-duration: 1s;
    transition-delay: 1.5s;
}

.section4 {
    position: relative;
}



/*委托购买动画 end*/



/*域名估价*/
.gj_banner {
    width: 100%;
    height: 580px;
    background: url("../img/ico-gj-bg.png") no-repeat center center;
    background-size: cover;
}

.gj_banner .banner_head {
    width: 1104px;
    margin: 0 auto;
    padding-top: 205px;
    text-align: center;
    color: #fff;
}

.banner_head h2 {
    font-weight: normal;
    font-size: 36px;
}

.banner_head .p_info {
    margin: 20px 0 30px;
    color: rgba(255, 255, 255, .5);
}

.banner_head .banner_search .inp {
    width: 924px;
    height: 55px;
    line-height: 55px;
    text-indent: 24px;
    background-color: #fff;
}

.banner_head .banner_search .btn {
    width: 180px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    background-color: #df1d1e;
}

.banner_head .tips {
    margin-top: 26px;
}

.banner_head .ss {
    color: #df1d1e;
}

.w_price .price {
    width: 1200px;
    margin: 0 auto 50px;
}

.w_price .price_tit {
    text-align: center;
    margin: 60px 0 40px;
    font-size: 20px;
    color: #121212;
    padding-bottom: 24px;
    background: url("../img/line-bg.png") no-repeat center bottom;
}

.w_price .price_con li {
    position: relative;
    float: left;
    width: 240px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    margin: 0 -1px -1px 0;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    border: solid 1px #eee;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.w_price .price_con li:hover {
    background-color: #df1d1e;
    border-color: #eee;
    color: #fff;
}

.gj_zz {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 10;
}

.index_gj_pop {

    margin-bottom: 50px;
    width: 705px;
    height: 700px;
    display: none;
    position: fixed;
    top: 55%;
    left: 50%;
    margin: -350px 0 0 -350px;
    z-index: 111111;
}

.gj_pop {
    margin: 0 auto;
    background: url("../img/gj-result_03.png") no-repeat center;
    width: 705px;
    height: 555px;
}

.index_gj_pop .zs {
    width: 705px;
    height: 555px;
}

.index_gj_pop .close {
    position: absolute;
    right: -36px;
    top: -36px;
    z-index: 1400;
    cursor: pointer;
}

.index_gj_pop .bottom {
    margin: 0 auto;
    text-align: center;
}

.index_gj_pop .download {
    display: block;
    margin: 30px auto 20px;
    width: 210px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    height: 50px;
    border-radius: 25px;
    border: solid 2px #fff;
}

.index_gj_pop .desc {
    color: #fff
}

.index_gj_pop .desc a {
    color: #ff3e3f
}

.index_gj_pop .popbox {
    text-align: center;
    width: 580px;
    height: 580px;
    margin: 0 auto
}

.index_gj_pop .popbox h2 {
    font-size: 30px;
    font-weight: 400;
    position: relative;
    display: block
}

.index_gj_pop .popbox h2:after,
.index_gj_pop .popbox h2:before {
    content: "";
    background: url(../img/pg_07.png) no-repeat center;
    position: absolute;
    width: 45px;
    height: 15px
}

.index_gj_pop .popbox h2:before {
    left: 110px;
    top: 16px
}

.index_gj_pop .popbox h2:after {
    right: 110px;
    top: 16px
}

.index_gj_pop .popbox .gj_img1 {
    margin: 40px auto 15px auto;
    width: 85px
}

.index_gj_pop .gj_name {
    width: 295px;
    height: 60px;
    background: url(../img/pg_11.png) no-repeat center;
    font: 30px/60px Arial;
    color: #fff;
    margin: 10px auto;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 20px;
    box-sizing: border-box;
}

.index_gj_pop .gj_price {
    font-size: 48px;
    color: #df1d1e;
    font-weight: 600;
    line-height: 1.4
}

.index_gj_pop .des {
    font-size: 14px;
    color: #999;
    line-height: 1.7;
    width: 90%;
    margin: 0 auto
}

.gj_bot span {
    font-size: 14px;
    color: #999;
    line-height: 1.54;
    margin-top: 25px;
}

.gj_bot {
    margin-top: 15px;
}

/*精选域名*/
/* .level_dc{ width: 100%; }
.dc_con{ width: 1200px; margin: 0 auto; }
.level_dc li{ position: relative; float: left; width: 374px;height: 326px;border-radius: 5px;border: solid 1px #e6e7eb; margin-right: 38px; margin-bottom: 34px; text-align: center;box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;-moz-box-sizing: border-box;  }
.level_dc li:nth-child(3n){ margin-right: 0; }
.level_dc li .info{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;-moz-box-sizing: border-box; }
.level_dc li .zh{ font-size: 18px; color: #999; }
.level_dc li .en{ font-family: Arial; font-size: 38px; color: #666; }
.level_dc li .btn{ display: none; margin-top: 30px;background-color: #df1d1e; color: #fff; }
.level_dc li:hover{ box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08); }
.level_dc li:hover .btn{ display: inline-block; }
.level_dc .bottom{ margin:0 auto; padding:55px 0 90px; text-align: center; }
.level_dc .btn{ display: inline-block; width: 230px; height: 60px; line-height: 60px; text-align: center; font-size: 16px;color: #df1d1e; background-color: transparent; border-radius: 5px; border: solid 2px #df1d1e;box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;-moz-box-sizing: border-box; } */

.level_dc {
    width: 100%;
}

.dc_con {
    width: 1200px;
    margin: 0 auto;
}

.level_dc li {
    position: relative;
    float: left;
    width: 374px;
    height: 326px;
    border-radius: 5px;
    border: solid 1px #e6e7eb;
    margin-right: 38px;
    margin-bottom: 34px;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.level_dc li:nth-child(3n) {
    margin-right: 0;
}

.level_dc li .info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.level_dc li .zh {
    font-size: 18px;
    color: #999;
}

.level_dc li .en_div {
    overflow: hidden;
    line-height: 50px;
    margin: 10px 0;
}

.level_dc li .en {
    font-size: 38px;
    color: #666;
}

.level_dc li .btn {
    /*opacity: 0; */
    display: none;
    margin-top: 20px;
    background-color: #df1d1e;
    color: #fff;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    transition: all .4s;
}

.level_dc li:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    transition: all .3s;
}

.level_dc li:hover .btn {
    /*opacity: 1;*/
    display: block;
    ;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: inline-block;
    transition: all .3s;
}

.level_dc li:hover .en {
    -webkit-animation: moveUp .4s forwards;
    animation: moveUp .4s forwards;
    -webkit-animation-timing-function: cubic-bezier(.7, 0, .3, 1);
    animation-timing-function: cubic-bezier(.7, 0, .3, 1);
}

.level_dc .bottom {
    margin: 0 auto;
    padding: 40px 0 60px;
    text-align: center;
}

.level_dc .btn {
    display: inline-block;
    width: 230px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #df1d1e;
    background-color: transparent;
    border-radius: 5px;
    border: solid 2px #df1d1e;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.level_dc .btn:hover {
    background-color: #df1d1e;
    color: #fff;
}

@-webkit-keyframes moveUp {
    50% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    52% {
        opacity: 1;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes moveUp {
    50% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    52% {
        opacity: 1;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}




/*荣耀级*/
.level_ry {
    background: url("../img/ico-ry-bg.png") no-repeat center center;
    background-size: cover;
}

.level_ry li {
    border: solid 1px rgba(230, 231, 235, .3);
}

.level_ry li .zh,
.level_ry li .en {
    color: #fff;
}

.level_ry .tit_p {
    color: #fff;
}

/*至尊级*/
.level_zz li .btn {
    background-color: #141414;
}

.level_zz .btn {
    border-color: #141414;
    color: #141414;
}

.level_zz .btn:hover {
    background-color: #141414;
    color: #fff;
}


/******************成功案例 *************************/
/*案例banner  start*/
.case_banner {
    height: 330px;
    background: url("../img/case_banner.jpg") no-repeat;
    text-align: center;
    padding-top: 220px;
    background-size: cover;
}

.case_banner h2 {
    font-size: 32px;
    color: #fff;
    font-weight: normal;
}

.case_banner p {
    color: #fff;
    opacity: 0.5;
    font-size: 16px;
    line-height: 4;
}

/*案例banner  end*/

/*成功案例start*/
.hq_Casebox {
    width: 100%;
    padding-bottom: 80px;
    background-color: #fff;
}

.case_tit {
    padding: 80px 0 55px;
}

.case_tit .tit_p {
    margin-top: 24px;
    font-size: 20px;
    color: #121212;
}

.hqCase_con li {
    float: left;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 20px 30px;
    margin: 0 -1px -1px 0;
    width: 300px;
    height: 95px;
    background-color: #fff;
    border: solid 1px #eee;
}

.hqCase_con .ym {
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 18px;
    color: #333;
}

.hqCase_con .fw {
    color: #999;
}

.hqCase_con li:hover {
    transform: scale(1.05);
    z-index: 6;
    background-color: #df1d1e;
    box-shadow: 0px 2px 38px 0px rgba(0, 0, 0, 0.12);
    border: solid 1px #e5e5e5;
    transition: all .3s;
}

.hqCase_con li:hover p {
    color: #fff !important;
}

.hqCase .goMore {
    display: block;
    margin: 60px auto 20px;
    width: 202px;
    height: 49px;
    text-align: center;
    font: 16px/49px 微软雅黑;
    color: #999;
    background-color: #fff;
    border: solid 1px #aaa;
}

.hqCase .goMore:hover,
.hqDeal .goMore:hover {
    color: #fff;
    background-color: #df1d1e !important;
    border: solid 1px #df1d1e;
}

/*成功案例end*/

/*最近成交start*/
.hq_Dealbox {
    width: 100%;
    padding-bottom: 80px;
    background-color: #f8f8f8;
}

.hq_Dealbox .hqDeal {
    width: 1200px;
    margin: 0 auto;
}

.u-box {
    background-color: #fff;
}

.m-table {
    min-height: 420px;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.05);
}

.m-table table tr:nth-of-type(2n) {
    background-color: #fafafa !important;
}

.layui-table {
    color: #333 !important;
}

.layui-table td,
.layui-table th {
    text-align: center !important;
    padding: 15px 15px !important;
}

.layui-table th {
    background-color: #df1d1e !important;
    color: #fff;
    font-size: 16px !important;
    cursor: pointer
}

.hqDeal .goMore {
    display: block;
    margin: 60px auto 0;
    width: 202px;
    height: 49px;
    text-align: center;
    font: 16px/49px 微软雅黑;
    color: #999;
    background-color: #fff;
    border: solid 1px #aaa;
}

/*最近成交end*/

/******************新闻中心 *************************/
.news_banner {
    height: 220px;
    background: url("../img/news_banner.jpg") no-repeat;
    text-align: center;
    padding-top: 225px;
    background-size: cover;
}

.news_banner h2 {
    font-size: 32px;
    color: #fff;
    font-weight: normal;
    font-family: 微软雅黑;
}

.news_banner p {
    color: #fff;
    font-size: 16px;
    line-height: 3;
    font-family: 微软雅黑;
}

/*域名资讯 start*/
.hq_newsbox {
    padding: 65px 0 80px 0;
}

.tab-item {
    display: none;
}

.tab-title h2 {
    font: 20px/50px 微软雅黑;
    color: #333;
}

.tab-title li {
    float: right;
    width: 80px;
    height: 50px;
    line-height: 50px;
}

.tab-title li a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.tab-title li.active a,
.tab-title li:hover a {
    border-bottom: #de1e1d 3px solid;
}

.tab_itemBox {
    width: 100%;
    display: inline-block;
}

.tab_itemBox li {
    float: left;
    width: 31%;
    margin-right: 3.5%;
    margin-top: 40px;
    text-align: left;
    transition: 0.3s all;
    overflow: hidden;
}

.tab_itemBox li:nth-of-type(3n) {
    margin-right: 0;
}

._botbox {
    padding: 20px;
}

.tab_itemBox li img {
    /*display: block;*/
    margin: 0 auto;
    width: 380px;
    height: 260px;
}

.tab_itemBox li p {
    font: 14px/1.5 "MicrosoftYaHei";
    margin-bottom: 20px;
    height: 42px;
    overflow: hidden;
}

.tab_itemBox li h3 {
    font: 16px/2 MicrosoftYaHei;
    color: #333;
}

.tab_itemBox li time {
    padding-left: 23px;
    margin-top: 20px;
    background: url(../img/time.png) no-repeat left center;
}

.tab_itemBox li:hover {
    background-color: #fafafa;
}

.help_item_li {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 40px 0px;
    border-bottom: solid 1px #f3f3f3;
}

.help_item_li span {
    display: inline-block;
    margin-right: 35px;
    height: 80px;
    width: 86px;
    border: solid 1px #eee;
}

.help_item_li b {
    display: inline-block;
    color: #df1d1e;
    line-height: 40px;

}

.help_item_li span>p {
    color: #666;
    line-height: 40px;
    background-color: #f3f3f3;
}

.help_right {
    width: 1050px;
}

.help_right h2 {
    padding-bottom: 8px;
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.help_right p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font: 14px/2 微软雅黑;
    color: #999;
}

/*域名资讯 end*/

/*新闻详情页*/
.cont-newsdetail {
    padding-top: 50px;
}

.cont-newsdetail ._title {
    font-size: 28px;
    color: #333;
}

.cont-newsdetail ._cont {
    padding: 40px 0;
    font-size: 16px;
    border-bottom: dashed 1px #e5e5e5;
    border-top: dashed 1px #e5e5e5;
}

.cont-newsdetail ._cont p {
    /*text-indent: 32px;*/
    line-height: 2;
    color: #666;
}

.cont-newsdetail ._cont img {
    max-width: 100%;
    /*display: block;*/
    height: auto;
    margin: 15px 0;
}

.cont-newsdetail ._box1 ._l,
.cont-newsdetail ._box1 ._r {
    width: 49.5%;
    padding: 15px;
    text-overflow: ellipsis;
    font-size: 15px;
    background-color: #fff;
}

.cont-newsdetail ._box1 span,
.cont-newsdetail ._box1 span {
    display: inline-block;
    max-width: 400px;
}

.cont-newsdetail ._box1 ._l:hover,
.cont-newsdetail ._box1 ._r:hover {
    color: #df1d1e;
}

/*右侧悬浮窗*/

#toolbar {
    width: 48px;
    position: fixed;
    right: 0px;
    bottom: 280px;
    z-index: 1;
    height: 180px;
}

#toolbar #to-top {
    position: relative;
    margin: 5px 0 0;
    width: 47px;
    height: 41px;
    font-size: 20px;
    text-align: center;
    line-height: 41px;
    cursor: pointer;
    background: #e1e1e1;
    border-radius: 3px;
}

#toolbar i {
    color: #666666;
    font-size: 20px;
}

#toolbar #to-top {
    display: none;
}

#toolbar #to-top:hover {
    background: #ef1e25;
}

#toolbar #to-top:hover i {
    color: #fff
}

#toolbar .to-comm {
    position: relative;
    width: 47px;
    height: 41px;
    text-align: center;
    line-height: 41px;
    cursor: pointer;
    margin-top: 5px;
    background: #e1e1e1;
    border-radius: 3px;
}

#toolbar .to-comm i {
    font-size: 26px;
}

#toolbar .to-comm ._ibox {
    position: absolute;
    height: 41px;
    padding: 0 10px;
    line-height: 41px;
    right: 0;
    top: 0;
    /* transition: all 0.3s; */
    z-index: 99;
    display: none;
    background-color: #ef1e25;
    overflow: hidden;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;

}
#toolbar .to-comm ._ibox_new {
    position: absolute;
    height: 41px;
    padding: 0 10px;
    line-height: 41px;
    right: 0;
    top: 50px;
    /* transition: all 0.3s; */
    z-index: 99;
    display: none;
    background-color: #ef1e25;
    overflow: hidden;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;

}


#toolbar .to-comm ._ibox0,
#toolbar .to-comm ._ibox1 {
    transition: all 0.3s;
    width: 47px;
}



#toolbar .to-comm ._ibox2 {
    background-color: #fff;
    color: #333;
    font-size: 12px;
    position: absolute;
    width: 90px;
    height: 110px;
    padding: 20px;
    right: 58px;
    top: 50px;
    transition: all 0.3s;
    z-index: 99;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    display: none;
}

#toolbar ._ibox2 img {
    width: 100%;
    height: auto;
}

#toolbar ._ibox2 p {
    font-size: 12px;
    line-height: 2.4;
}

#toolbar .to-comm ._ibox3 {
    display: block;
    background-color: #e1e1e1;
    color: #333;
    font-size: 12px;
    position: absolute;
    width: 47px;
    height: 41px;
    line-height: 41px;
    right: 0;
    top: 0;
    transition: all 0.3s;
    z-index: 99;
    overflow: hidden;
    border-radius: 3px;
}

#toolbar .to-comm:hover {
    background-color: #ef1e25;
}

#toolbar .to-comm:hover i {
    color: #fff;
}

#toolbar .to-comm:hover ._ibox1 {
    color: #fff;
    right: 50px;
    top: 0;
    display: block;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
#toolbar .to-comm:hover ._ibox_new {
    color: #fff;
    right: 50px;
    top: 50px;
    display: block;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}


#toolbar .to-comm:hover ._ibox3 {
    background-color: #ef1e25;
    color: #fff;
}

#toolbar .to-comm:hover ._ibox2 {
    display: block;
}

#toolbar .to-comm:hover ._ibox0 {
    width: 60px;
}

#toolbar .to-comm:hover ._ibox1,#toolbar .to-comm:hover ._ibox_new {
    width: 180px;
}

#toolbar .to-comm:hover i {
    background-position: 0 0;
    z-index: 100;
}

/*表单弹窗*/
.gj_form {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -300px 0 0 -300px;
    z-index: 99;
    width: 460px;
    padding: 40px 80px 40px 60px;
    background-color: #fff;
    display: none;
}

.gj_form .close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 14;
    cursor: pointer;
}

.gj_form h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: normal;
}

.layui-form-item {
    margin-bottom: 20px;
    clear: both;
    *zoom: 1;
}

.layui-form-label {
    float: left;
    display: block;
    padding: 9px 15px;
    width: 100px;
    font-weight: 400;
    text-align: right;
    font-size: 14px;
    color: #666;
}

.layui-form-label i {
    color: #df1d1e;
}

.layui-input-block {
    margin-left: 80px;
    min-height: 36px;
}

.layui-input,
.layui-textarea {
    display: block;
    width: 90%;
    padding-left: 10px;
}

.yzm_i {
    width: 55% !important;
    display: inline-block;
}

.layui-input,
.layui-select,
.layui-textarea {
    height: 38px;
    line-height: 38px;
    line-height: 36px\9;
    border: 1px solid #eeeeee;
    background-color: #fff;
    border-radius: 2px;
}

.layui-form-select .layui-input {
    padding-right: 30px;
    cursor: pointer;
}

.layui-btn {
    display: inline-block;
    height: 38px;
    width: 80%;
    line-height: 38px;
    padding: 0 18px;
    margin-top: 10px;
    background-color: #df1d1e !important;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 18px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    opacity: .9;
    filter: alpha(opacity=90);
}

.layui-btn2 {
    display: inline-block;
    height: 38px;
    width: 30%;
    line-height: 38px;
    padding: 0 18px;
    background-color: #df1d1e;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    opacity: .9;
    margin-left: 4%;
    filter: alpha(opacity=90);
}

.gj_info_form {
    padding: 20px 40px;
    z-index: 9999;
    margin: -250px 0 0 -267px;
}

.gj_info_form .layui-input-block {
    margin-left: 120px;
}

.gj_info_form h2 {
    margin-bottom: 20px;
}

.gj_info_form .layui-form-label {
    float: left;
    display: block;
    padding: 9px 11px;
    width: 91px;
    font-weight: 400;
    text-align: right;
    font-size: 14px;
    color: #666;
}

/*分页*/
.am-fr {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    margin: 10px 0;
}

.am-fr a {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    margin: 0 -1px 5px 0;
    background-color: #fff;
    color: #333;
    font-size: 12px;
    background-color: #f6f6f6 !important;
    margin-right: 10px !important;
    border: none !important;
    border-radius: 3px;
}

.am-fr a:hover {
    background-color: #df1d1e !important;
    color: #fff !important;
}


.wrap {
    position: relative;
    width: 1200px;
    height: 270px;
    margin: 80px auto;
    margin-top: 0;
}

.content {
    position: absolute;
    width: 1200px;
    height: 270px;
}

.content li {
    position: absolute;
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 95;
    border-bottom: 30px #fff solid;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.14);
}

.wrap a {
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -30px;
    text-align: center;
    color: #999;
    width: 26px;
    height: 46px;
    overflow: hidden;
    cursor: pointer;
}

.prev2 {
    left: 0px;
    background: url("../img/go-left.png") no-repeat center center;
}

.next2 {
    right: 0px;
    background: url("../img/go-right.png") no-repeat center center;
}

.field_white {
    width: 576px;
    height: 30px;
    background-color: #fff;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.14);
    position: absolute;
    left: 50%;
    margin-left: -300px;
    bottom: -30px;
    z-index: 99;
}

.field_linear {
    width: 576px;
    height: 30px;
    background-image: linear-gradient(90deg,
            #ffffff 0%,
            #707070 100%);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.14);
    position: absolute;
    left: 110px;
    bottom: -10px;
    z-index: 0;
}

.field_linear2 {
    width: 576px;
    height: 30px;
    background-image: linear-gradient(90deg,
            #707070 0%,
            #ffffff 100%);
    box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.14);
    position: absolute;
    right: 106px;
    bottom: -10px;
    z-index: 0;
}




/*emaiL邮箱*/
.email_form {
    z-index: 999;
    margin: -230px 0 0 -230px;
    width: 460px;
    padding: 20px 30px 10px 0px;
}

.email_form .layui-form-label {
    width: 50px;
}

.email_form h2 {
    margin-bottom: 20px;
}

.m-page .active {
    color: #fff;
    background-color: #df1d1e !important;
}

@media (min-width: 750px) and (max-width: 1600px) {
    .w_banner .xq_form {
        left: 160px;
    }

    .slideBox .bd li .banner_f {
        left: 55%;
    }
}

.email_submit_btn.on {
    background-color: #666;
}

@media (min-width: 750px) and (max-width: 1400px) {
    .index_gj_pop {
        margin-bottom: 50px;
        width: 540px;
        height: 425px;
        position: fixed;
        top: 50%;
        left: 50%;
        margin: -214px 0 0 -270px;
        z-index: 111111;
    }


    .gj_pop {
        margin: 0 auto;
        background: url(../img/gj-result_03.png) no-repeat center center;
        width: 520px;
        height: 420px;
        background-size: cover;
    }

    .index_gj_pop .popbox {
        text-align: center;
        width: 520px;
        height: 420px;
        margin: 0 auto;
    }

    .index_gj_pop .popbox .gj_img1 {
        width: 60px;
        margin: 33px auto 2px auto;
    }

    .index_gj_pop .popbox h2 {
        font-size: 24px;
    }

    .index_gj_pop .popbox h2:before {
        top: 9px;
    }

    .index_gj_pop .popbox h2:after {
        top: 9px;
    }

    .index_gj_pop .gj_price {
        font-size: 30px;
    }

    .index_gj_pop .gj_name {
        width: 260px;
        height: 44px;
        background: url(../img/pg_11.png) no-repeat center center;
        font: 20px/44px Arial;
        color: #fff;
        margin: 6px auto;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 0 20px;
        box-sizing: border-box;
        background-size: cover;
    }

    .gj_bot {
        width: 85%;
        margin: 20px auto 0;
    }

    .gj_bot img {
        width: 60px;
    }

    .index_gj_pop .download {
        display: block;
        margin: 10px auto 8px;
        width: 170px;
        line-height: 30px;
        text-align: center;
        color: #fff;
        height: 30px;
        border-radius: 25px;
        border: solid 2px #fff;
    }

    .index_gj_pop .des {
        font-size: 12px;
    }

    .section4 .mi_1 {
        font-size: 40px;
    }

    .section4 .mi_2 {
        font-size: 20px;
    }

    .section4_main .section4_list {
        margin: 10px auto 0;
    }

    .section4_list .area {
        height: 140px;
    }

    .section4_list .inp,
    .section4_list ._inp5 {
        height: 40px;
        line-height: 40px;
    }

    .section4_list li,
    .sellyzm_btn {
        margin-bottom: 10px;
    }

}


.gg_left{
    position: fixed;
    left: 0;
    top: 30%;
    z-index: 1000;
    width: 100px;
    height: 100px;
}
.gg_left img{
    width: 100px;
    height: 100px;
}
.zz_gg{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9999;
}
.gg_pop{
    display: none;
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -180px;
    width: 300px;
    height: 360px;
    z-index: 10000;
}
.gg_pop .img1{
    width: 300px;
    height: 360px;
}

.gg_pop .img2{
    position: absolute;
    top: -28px;
    right: -28px;
    z-index: 100000;
}


#activity-web {
    position: fixed;
    top: 650px;
    left: 50px;
    z-index: 999;
    width: 182px;
    height: 265px;
}
#activity-web .close-btn {
    position: absolute;
    right: 77px;
    top: -37px;
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    transition:1s;
}


.w_nav .nav_tit{
    margin-left: 45px;
}
.w_nav .nav_tit li{
    margin: 0 16px;
}
.w_nav .nav_tit li:nth-child(5) a{
    min-width: 100px;
}
.mao-box{
    position: absolute;
    padding-top: 20px;
    margin-top: -4px;
    background-color: transparent;
    left:0;
    top: 85px;
}
.mao-drop{
    min-height: 40px;
    height: auto;
}
.mao-drop:before{
    position: absolute;
    top: -6px;
    z-index: 1000;
    display: inline-block;
    content:"";
    width: 11px;
    height: 6px;
    /* background: url(./好域名_优质域名_精品域名_files/mao-dot.png) no-repeat center center; */
}		

.w_nav .nav_tit li:first-child .mao-box{
    left:-30px;
}
.w_nav .nav_tit li:nth-child(4) .mao-box{
    left: -20px;
}
.w_nav .nav_tit li:nth-child(5) .mao-box{
    left: -15px;
}	