* {
    /*box-sizing: border-box;*/

}

body {
    margin: 0;
    padding: 0;
    font-family: 'SourceHanSansCN-Regular';
}

.container {
    width: 1200px;
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

.header {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}

.header .header_right {
    width: 158px;
    height: 38px;
    display: flex;
    margin-top: 11px;
    align-items: center;
    border-radius: 50px;
    border: 2px solid #229dff;
}

.header_right .login a {
    color: #229dff;
    font-size: 14px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_right a:hover {
    font-weight: bold;
}

.header_right .login {
    width: 57%;
    border-right: 2px solid #90ceff;

}

.header_right .login a img {
    margin-right: 10px;
}

.header_right .register {
    width: 43%;
}

.header_right .register a {
    color: #229dff;
    font-size: 14px;
    margin-left: 13px;
    letter-spacing: 1px;
}

.nav {
    margin-top: 25px;
}

.nav_list {
    display: flex;
    justify-content: space-between;
}

.nav_list .nav_li {
    position: relative;
    width: 16.6%;
    text-align: center;
}

.nav_list>.nav_li>a {
    font-size: 22px;
    color: #666666;
    display: block;
    padding-bottom: 25px;
    text-decoration: none;
}

.nav_active {
    border-radius: 3px;
    color: #229dff !important;
    border-bottom: 5px solid #229dff;
}
.nav_list>.nav_li:hover{
    border-bottom: 5px solid #229dff;
}
.nav_active:hover {
    border: 0;
}

.nav_li .sub_menu {
    /*margin-top: -10px;*/
    width: 147px;
    display: none;
    position: absolute;
    border-radius: 5px;
    left: 15%;
    text-align: center;
    z-index: 100;
}

.nav_li:hover .sub_menu {
    display: block;
}

.nav_li .sub_menu .arrow {
    /* background: #79c1ff; */
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.sub_menu .arrow img {
    position: relative;
    top: 3px;
}

.submenu_content a {
    display: block;
    font-size: 18px;
    color: #333333;
}

.submenu_content {
    padding: 5px 0 5px 0;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 10px #6299d0;
}

.submenu_content>.submenu_li {
    margin: 0 5px;
    border-bottom: 1px solid #e5e5e5;

}

.submenu_content>.submenu_li>a {
    display: block;
    height: 100%;
    padding: 10px 0;
    border-radius: 5px;
    text-decoration: none;
}

.submenu_content>.submenu_li>a img {
    margin-left: 10px;
    position: relative;
    top: -3px;
}

.tree_menu {
    display: none;
}

.submenu_content>.submenu_li:hover .tree_menu {
    display: block;
}

.tree_menu a:last-child,
.submenu_content>.submenu_li:last-child {
    border: 0;
}

.submenu_content>a img {
    margin-left: 22px;
}

.submenu_content>.submenu_li>a:hover {
    color: #fff;
    background: linear-gradient(to bottom, #62b7ff, #289bff);
}

.tree_menu a {
    color: #666666;
    padding: 5px 0;
    border-bottom: 1px solid #e5e5e5;
    font-family: 'SourceHanSansCN-Regular';
}

.banner {
    width: 100%;
    height: 466px;
    padding-top: 100px;
    background: url("../images/banner.png") no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.banner_content {
    padding-left: 9px;
}

.banner_search {
    width: 620px;
    height: 62px;
    display: flex;
    align-items: center;
    background: #fff;
    padding-right: 5px;
}

.banner_search .icon {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_search .ipt input {
    width: 457px;
    height: 60px;
    font-size: 18px;
    outline: none;
    padding-left: 10px;
    padding-right: 20px;
    border: 0;
}

.banner_search .ipt input::placeholder {
    color: #999999;
    letter-spacing: 2px;
}

.banner_search .gjbtn {
    width: 150px;
    color: #fff;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    letter-spacing: 1px;
    cursor: pointer;
    border-radius: 3px;
    background: linear-gradient(to bottom, #62b7ff, #289bff);
}

.banner_search .gjbtn:hover {
    opacity: .9;
}

.banner_menu {
    width: 342px;
    display: flex;
    font-size: 20px;
    margin-top: 18px;
    border-radius: 5px;
}

.banner_menu .menu_item {
    width: 50%;
    color: #fff;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    background: url("../images/banner_menu_bg.png") no-repeat;
    background-size: 100% 100%;
}

.banner_menu .menu_active {
    color: #1990ff;
    background: #fff;
    border-radius: 3px;
}

footer .footer_content {
    background: #d4e7f9;
}

.footer_link .link_top {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer_link .link_top a {
    display: block;
    font-size: 16px;
    color: #333333;
    margin-bottom: 5px;
}

.footer_link .link_top .link_li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer_link .link_top a:hover {
    font-weight: bold;
}

.link_bottom {
    margin-top: 26px;
}

.link_bottom .title {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    justify-content: space-between;
}

.link_bottom .title .line {
    width: 100%;
    height: 1px;
    background: #63727e;
}

.link_ul .link_top_li a {
    color: #6c7a85;
    margin-bottom: 26px;
}

.footer_support {
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #229dff;
    color: #d4edff;
    font-size: 16px;
}



.Medium {
    font-family: 'SourceHanSansCN-Medium';
}

.Regular {
    font-family: 'SourceHanSansCN-Regular';
}

@font-face {
    font-family: 'SourceHanSansCN-Medium';
    src: url('../fonts/SourceHanSansCN-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url('../fonts/SourceHanSansCN-Regular.otf') format('opentype');
}









.zixun_tt{width:1200px; margin:auto; text-align:left; height:70px; line-height:70px;font-size:16px;}
.zixun_tt img{float:left;margin-top:24px;display:inline;margin-right:8px;}
.zixun_tt span{float:left;}
.zixun_tt a:link, .zixun_tt a:visited{ color:#5598e7; text-decoration:none;}

.zixun_con{width:1200px; margin:auto;}
.zixun_txt{width:1200px; margin:auto; background:#fff; text-align:center;box-shadow:0 2px 10px rgba(0,0,0,0.2);margin-bottom:20px;float:left;display:inline;}
.zixun_tit{width:1140px; margin:auto; text-align:left; height:75px; line-height:55px;font-size:18px;font-weight:bold; color:#333;padding-top:10px;}
.zixun_tit img{float:left;margin-top:18px;margin-right:15px;display:inline;}

.zixun_txt ul{width:1200px; margin:auto;float:left; display:inline;}
.zixun_txt li{width:1140px; margin:auto; height:120px;border-top:#ccc 1px solid;padding-top:30px;}
.zixun_tit_left{float:left;width:16px;display:inline;margin-top:5px}
.zixun_tit_right{width:1106px;float:left;margin-left:18px;}
.zixun_tit_right h2{margin:0;padding:0; height:18px;font-size:16px; color:#666; text-align:left;}
.zixun_tit_right h2 span{float:right;font-size:14px; color:#666;font-weight:100}

.zixun_tit_right p{width:1084px;float:left;text-align:left; color:#999;font-size:14px; line-height:28px;margin-top:10px;display:inline;overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break:break-all;}

.zixun_tit_right a:link, .zixun_tit_right a:visited{ color:#666; text-decoration:none;}
.zixun_tit_right a:hover{ color:#06C;}

.zuixin_pages{wdith:1200px; margin:auto;margin-top:50px; height:80px;}
.zuixin_pages p{width:300px; margin:auto;margin-top:30px;}
.zuixin_pages p a:link, .zuixin_pages p a:visited{ color:#666; background:#f3f3f3;  display:block; border:#ccc 1px solid; border-radius:4px;width:50px; height:30px; line-height:30px; text-align:center;font-size:13px; text-align:center;float:left;margin-left:5px;margin-right:5px; text-decoration:none;}
.zuixin_pages p a:hover{ background:#5499e7; color:#fff;}


.detail_tt{width:1140px; margin:auto;padding:30px 0 30px 0;}
.detail_01{ text-align:center;font-size:18px; font-weight:bold;color:#333;}
.detail_02{ height:36px; line-height:36px;font-size:14px;}
.detail_p{font-size:16px; color:#666;width:1140px; margin:auto; text-indent:32px; line-height:32px;padding-bottom:40px; text-align:left;}

.xiangmu{width:1200px; margin:auto;padding-bottom:30px;}
.xiangmu img{margin-right:30px;margin-left:10px;}

.btn_bg3{ background:#5499e7;padding:10px 20px 10px 20px; display:block; border-radius:5px;font-size:14px; color:#fff; text-decoration:none;float:right; display:inline; line-height:20px;}
.btn_bg3 img{float:left;display:inline;margin-right:7px;margin-top:2px!important}


.dengji{width:1200px; margin:auto; background:#fff; box-shadow:0 2px 10px rgba(0,0,0,0.2);margin-bottom:20px;}
.dengji_cn{width:1140px; margin:auto;}
.dengji ul{width:1140px; border-top:#ccc 1px solid;padding-top:30px;}
.dengji li{width:1140px; height:56px; line-height:56px;margin-top:10px;}
.dengji li span {float:left;width:370px; text-align:right;font-weight:bold;height:48px; line-height:48px;}
.dengji li span strong{ color:#c00; font-size:16px;}
.dengji li input[type="text"]{width:490px; background:#efefef; border-radius:5px; height:48px; line-height:48px; border:0; outline:none;float:left;margin-left:30px;display:inline;padding-left:30px; color:#999;}
.dengji li input[type="file"]{width:490px; background:#efefef; border-radius:5px; height:48px; line-height:48px; border:0; outline:none;margin-left:30px;display:inline;padding-left:30px; color:#999;}
.dengji li select{width:520px; height:48px; line-height:48px; border-radius:5px;outline:none;float:left;margin-left:30px;display:inline; color:#999;background:#efefef; border:0;padding-left:30px;}
.dengji li img{float:left; text-align:left;padding-left:30px;}
.dengji li textarea{width:520px; height:110px; border-radius:5px;outline:none;float:left;margin-left:30px;display:inline;color:#999;background:#efefef; border:0;padding-left:30px; text-align:left;padding-top:10px;font-size:16px; line-height:32px;font-family:\5FAE\8F6F\96C5\9ED1;}
.dengji li p{width:400px; height:48px; line-height:48px; border:0; outline:none;float:left;margin-left:30px;display:inline;padding-left:120px; }
.dengji li a:link, .dengji li a:visited{border-radius:50px;width:105px; height:45px; line-height:45px; text-align:center; display:block;float:left;margin-left:30px; text-decoration:none;}
.dengji_act{ background:#5399e7; color:#fff;}
.shuju_link{ background:#e5e5e5; color:#666;}
.dengji li a:hover{ color:#fff; background:#5399e7;}

.weiquan{width:1200px; margin:auto; background:#fff; box-shadow:0 2px 10px rgba(0,0,0,0.2);margin-bottom:20px;}
.weiquan_cn{width:1140px; margin:auto;}
.weiquan ul{width:1140px; border-top:#ccc 1px solid;padding-top:30px;}
.weiquan li{width:1140px; height:56px; line-height:56px;margin-top:10px;}
.weiquan li span {float:left;width:300px; text-align:right;font-weight:bold;height:48px; line-height:48px;}
.weiquan li span strong{ color:#c00; font-size:16px;}
.weiquan li label{float:left;margin-left: 12px;}
.weiquan li input[type="text"]{width:490px; background:#efefef; border-radius:5px; height:48px; line-height:48px; border:0; outline:none;float:left;margin-left:30px;display:inline;padding-left:30px; color:#999;}
.weiquan li select{width:520px; height:48px; line-height:48px; border-radius:5px;outline:none;float:left;margin-left:30px;display:inline; color:#999;background:#efefef; border:0;padding-left:30px;}
.weiquan li img{float:left; text-align:left;padding-left:30px;}
.weiquan li textarea{width:520px; height:110px; border-radius:5px;outline:none;float:left;margin-left:30px;display:inline;color:#999;background:#efefef; border:0;padding-left:30px; text-align:left;padding-top:10px;font-size:16px; line-height:32px;font-family:\5FAE\8F6F\96C5\9ED1;}
.weiquan li p{width:400px; height:48px; line-height:48px; border:0; outline:none;float:left;margin-left:30px;display:inline;padding-left:120px; }
.weiquan li a:link, .weiquan li a:visited{border-radius:50px;width:105px; height:45px; line-height:45px; text-align:center; display:block;float:left;margin-left:30px; text-decoration:none;}
.weiquan li button{border-radius:50px;width:105px; height:45px; line-height:45px; text-align:center; display:block;float:left;margin-left:30px; text-decoration:none;font-size: 16px;border: 0px;}
.weiquan .fieldError {color:#c00;}
.weiquan_act{ background:#5399e7; color:#fff;}
.weiquan li button:hover{ color:#fff; background:#5399e7;cursor: pointer;}
.weiquan li a:hover{ color:#fff; background:#5399e7;}


.zhanshi{width:1200px; float:left; background:#fff; margin-bottom:20px;}
.zhanshi_left{float:left; text-align:left;margin:30px;}
.zhanshi_right{width:700px; float:left; text-align:left;display:inline;margin-top:30px;}
.zhanshi_right p{font-size:18px; color:#333;}
.zhanshi_right span{float:right;font-size:14px; color:#e1b129}
.zhanshi_right span img{float:left;margin-right:10px;display:inline;}

.zhanshi_right ul{width:680px; background:url(../images/shuju21.jpg) repeat-x; height:250px;box-shadow:none;margin-top:30px;padding-top:10px;}
.zhanshi_right li{float:left;width:290px;border:0; height:36px; line-height:36px;margin:0;padding:0; margin-left:20px;}
.zhanshi_right li img{float:left;margin-top:9px;display:inline;margin-right:5px;}
.zhanshi_right li span{float:left; color:#666;font-size:16px;}
.zhanshi_right li p{font-size:22px; color:#c00; font-weight:bold;}

.xiangmu_dt{width:1200px; background:#f7f7f7; margin:auto;margin-top:30px;}
.xiangmu_dt_tt{width:1200px; margin:auto; border-bottom:#5499e7 2px solid; height:45px; line-height:45px;}
.xiangmu_dt_tt span{width:100px; height:45px; line-height:45px; background:#5499e7; color:#fff;float:left; text-align:center;}
.xiangmu_03{width:1140px; margin:auto;margin-top:25px; font-size:16px;line-height:28px;}
.xiangmu_03 span{float:left;width:75px;}
.xiangmu_03 span img{float:left;margin-top:6px;display:inline;}
.xiangmu_03 p{width:1060px;float:left;  text-align:left;}
.xiangmu_04{width:1140px; margin:auto;margin-top:25px; font-size:16px; line-height:28px;}
.xiangmu_04 span{float:left;width:75px;}
.xiangmu_04 span img{float:left;margin-top:6px;display:inline;}
.xiangmu_04 p{width:1060px;float:left; text-align:left;padding-bottom:30px;}





.xuqiu{width:1200px; margin:auto;}
.xuqiu_nr{width:1200px; float:left; background:#fff; box-shadow:0 2px 10px rgba(0,0,0,0.2);margin-bottom:30px;padding-bottom:30px;}
.xuqiu_tt{width:1140px; margin:auto;margin-top:30px;font-size:16px; color:#333; text-align:left;}
.xuqiu_tt span{ color:#c00;}
.xuqiu_nr ul{width:1140px; border-top:#ccc 1px solid; margin:auto;margin-top:30px;}
.xuqiu_nr li{width:1140px; marign-top:30px;float:left;display:inline;margin-top:40px;}
.xuqiu_nr li span{float:left;width:100px; text-align:left;font-size:18px;margin-top:5px;display:inline;}
.xuqiu_list{width:1000px;float:left; text-align:left;}
.xuqiu_list p{float:left;}
.xuqiu_list p:hover{cursor:pointer}
.gg_btn03:link, .gg_btn03:visited{width:100px; height:40px; line-height:40px; text-align:center; display:block; background:url(../images/shuju46.png) no-repeat; color:#fff; text-decoration:none;float:left;margin-right:30px;display:inline;}
.gg_btn04:link, .gg_btn04:visited{width:100px; height:40px; line-height:40px; text-align:center; display:block; background:url(../images/shuju47.png) no-repeat;color:#fff; text-decoration:none;float:left;margin-right:30px;display:inline;}


.xuqiu_list1 p a:hover{ background:url(../images/shuju46.png) no-repeat;}

.xuqiu_01{border:#ccc 1px solid; border-radius:3px 0 0 3px; height:35px; line-height:35px;padding:0px 20px 0px 20px; }
.xuqiu_02{height:35px; line-height:35px;padding:0px 20px 0px 20px;border:#ccc 1px solid;border-left:0;}
.xuqiu_03{height:35px; line-height:35px;padding:0px 20px 0px 20px;border:#ccc 1px solid;border-left:0; border-radius:3px 3px 3px 3px;}
.xuqiu_list .curr{ border:#5399e7 1px solid;background:#eff7ff;}

.xuqiu_cha{width:1200px; float:left; background:#fff; box-shadow:0 2px 10px rgba(0,0,0,0.2);margin-bottom:30px;}
.xuqiu_cha ul{width:1140px; margin:auto;}
.xuqiu_cha li{width:1140px;margin-top:30px;float:left;display:inline; border-bottom:#ccc 1px solid;padding-bottom:30px;}
.xuqiu_left{float:left;margin-top:10px;display:inline;}
.xuqiu_mid{float:left;width:990px;margin-left:20px;display:inline;}

.xuqiu_mid a:link, .xuqiu_mid a:visited{ color:#333; text-decoration:none;}
.xuqiu_mid a:hover{ color:#06F;}

.xuqiu_04{width:990px; text-align:left;font-size:18px; font-weight:bold; color:#444;line-height:36px;}
.xuqiu_05{width:990px; text-align:left;font-size:16px; color:#666; line-height:32px;}
.xuqiu_06{width:990px; text-align:left;font-size:14px; color:#999;margin-top:5px;}
.xuqiu_06 img{float:left;margin-right:5px;display:inline;}
.xuqiu_06 span{float:left;margin-right:20px;display:inline;}

.xuqiu_right{float:left;margin-top:30px;display:inline;}

.xilan{width:1200px; float:left; background:#fff; box-shadow:0 2px 10px rgba(0,0,0,0.2);margin-bottom:30px;}
.xilan p{width:1140px; margin:auto; text-align:center;margin-top:30px;font-size:18px; color:#333;font-weight:bold;}
.xilan img{vertical-align:middle;}

.xilan table{width:1140px; margin:auto;border-left:#ccc 1px solid;border-top:#ccc 1px solid;margin-top:30px;margin-bottom:30px;table-layout: fixed;}
.xilan table td{border-right:#ccc 1px solid;border-bottom:#ccc 1px solid;word-break: break-word;}

.pingjia{width:1200px; margin:auto;}
.pingjia p{width:1140px; margin:auto; text-align:left; height:36px; line-height:36px;font-size:18px;}
.pingjia p img{float:left;margin-top:8px;display:inline;}
.pingjia p span{float:left;margin-left:10px;display:inline;font-weight:bold;}

.pingjia table{ border-radius:5px;border:1px solid #eee;margin-top:30px;}
.pingjia table td{ height:40px; line-height:40px;}


.jiage{ color:#c00;}


.zhuanjia{width:1140px; margin:auto; background:#f7f7f7; border-radius:5px; float:left;margin-left:30px;margin-top:30px;margin-bottom:30px;display:inline;padding-bottom:40px;}
.zhuanjia p{width:740px; text-align:center;}
.zhuanjia p span{font-size:16px; color:#333;font-weight:400;float:left;margin-left:20px; margin-right:20px;display:inline;}
.zhuanjia .expertPic{width:220px;height:300px;}
.zhuanjia p span img{float:left;margin-right:5px;display:inline;}

.zhanjia_nr{width:1140px; margin:auto;font-family:"微软雅黑";padding-bottom:30px;}
.zhanjia_nr h6{width:1140px; margin:auto; text-align:left;font-size:18px; font-weight:bold;margin-top:20px;}
.zhanjia_nr h6 img{float:left;margin-top:4px;margin-right:8px;display:inline;}
.zhanjia_nr p{font-size:14px; color:#666; line-height:28px; text-align:left;margin-top:20px;}

.gg_btn01{ background:#5399e7;width:100px; height:40px; line-height:40px; text-align:center; margin:auto;margin-bottom:40px; border-radius:100px;}
.gg_btn01 a:link, .gg_btn01 a:visited{ color:#fff; text-decoration:none; display:block;font-size:16px;}
.gg_btn01 a:hover{ color:#009;}
.gg_btn01:hover .pingjia_box{ display:block;}
.btn.sml.pjbtn :hover .pingjia_box{ display:block;}


.gg_btn02{ background:#5399e7;width:480px; height:50px; line-height:50px; text-align:center; margin:auto;margin-bottom:40px; border-radius:100px;position: relative}
.gg_btn02 a:link, .gg_btn02 a:visited{ color:#fff; text-decoration:none; display:block;font-size:16px;}
.gg_btn02 a:hover{ color:#009;}
/*.gg_btn02:hover .zixun_box{ display:block;}*/

.red{ color:#c00;}
.baise{ color:#fff;}


.pingjia_box{ background:url(../images/shuju48.png) no-repeat;width:310px; height:308px; position:absolute;left:-300px; top:-150px; display:none;}
.pingjia_box ul{width:210px; margin:auto;margin-top:10px;margin-left:60px;}
.pingjia_box li{width:210px; border-bottom:#ccc 1px dotted;line-height:45px;}
.pingjia_box li span{float:left;width:70px;display:inline; text-align:left;}
.pingjia_box li img{margin-right:6px;}
.pingjia_box li p{width:200px; float:left;margin:0;padding:0;margin-top:10px;}
.pingjia_box li p textarea{width:200px; height:45px; background:#eee; border:0; outline:none;padding:5px;font-size:14px; color:#666;}
.tan_btn a:link, .tan_btn a:visited{ background:#5399e7;width:100px; height:40px; line-height:40px; text-align:center; margin:auto;margin-bottom:40px; border-radius:100px; display:block;float:left;margin:15px 0 0 110px}

.zixun_box{ background-color: #f7f7f7; width:510px; height:358px; position:absolute;left:0px; top:-400px; display:none;border:1px solid #5399e7;border-radius:20px}
.zixun_box ul{width:410px; margin:auto;margin-top:10px;margin-left:60px;}
.zixun_box li{border-bottom:#ccc 1px dotted;line-height:45px;}
.zixun_box li img{margin-right:6px;}
.zixun_box li p{width:400px; float:left;margin:0;padding:0;margin-top:10px;}
.zixun_box li p textarea{width:400px; height:205px; background:#eee; border:0; outline:none;padding:5px;font-size:14px; color:#666;}
.zixun_box li input[type="text"]{width: 280px; background:#efefef; border-radius:5px; height:40px; line-height:35px; border:0; outline:none;display:inline;padding-left:35px; color:#999;}
.zixun_btn a:link, .zixun_btn a:visited{ background:#5399e7;width:100px; height:40px; line-height:40px; text-align:center; margin:auto;margin-bottom:40px; border-radius:100px; display:block;float:left;margin:15px 0 0 105px}

.reply_box{ background:url(../images/shuju48.png) no-repeat;width:310px; height:308px; position:absolute;left:-300px; top:-150px; display:none;}
.reply_box ul{width:210px; margin:auto;margin-top:10px;margin-left:60px;}
.reply_box li{width:210px; border-bottom:#ccc 1px dotted;line-height:45px;}
.reply_box li span{float:left;width:70px;display:inline; text-align:left;}
.reply_box li img{margin-right:6px;}
.reply_box li p{width:200px; float:left;margin:0;padding:0;margin-top:10px;}
.reply_box li p textarea{width:200px; height:200px; background:#eee; border:0; outline:none;padding:5px;font-size:14px; color:#666;}
.reply_btn a:link, .reply_btn a:visited{ background:#5399e7;width:100px; height:40px; line-height:40px; text-align:center; margin:auto;margin-bottom:40px; border-radius:100px; display:block;float:left;margin:15px 0 0 110px}



/* .xuqiu_nr a:visited{
    text-decoration:none; color:#000000;
}
.xuqiu_nr a:link{
    text-decoration:none; color:#000000;
} */
.xuqiu_nr a:link{
    text-decoration:none;
}
.xuqiu_a_isselect{
    color:#65a1e9;
}
.xuqiu_a_noselect{
    color:#000000;
}
#xuqiu_li1_p1, #xuqiu_li2_p1, #xuqiu_li3_p1, #xuqiu_li4_p1{
    border-left: 1px solid #ccc !important;
}


/* topage分页插件 */
.page-mod{padding:40px 0;text-align:center}
.topage{display:inline-block;margin:0 auto;text-align:center;cursor:default}
.topage a,.topage .current_page{display:inline-block;width:38px;height:38px;line-height:38px;margin-right:-1px;border:1px solid #ddd;background-color:#fff;font-size:14px;color:#333}
.topage a:hover{position:relative;border-color:#034da1;color:#034da1;text-decoration:none}
.topage .current_page,.topage .current_page:hover{border-color:#034da1;background-color:#034da1;color:#fff;cursor:default}
.topage .btn_dis{color:#bbb}
.topage .btn_dis:hover{border-color:#ddd;color:#bbb;cursor:default}
.topage .page_dot{display:inline-block;margin:-10px 10px 0;font-weight:700;vertical-align:middle}
.topage .prev_page ,.topage .next_page{width:78px}
.topage i{font-family:\5b8b\4f53;font-weight:700}
.topage .prev_page i{margin-right:2px}
.topage .next_page i{margin-left:2px}
.topage .page_total{display:inline-block;margin-left:10px;color:#666}
.topage .page_total b{margin:0 1px}
.topage .input_page_num{width:30px;height:38px;line-height:38px;margin:0 2px;border:1px solid #ddd;text-align:center}
.topage .input_page_num:focus{border-color:#034da1}
.topage .to_page_num{float:none;width:60px;margin:0 0 0 10px}
.page-mini{padding:10px 0;text-align:center}
.page-mini .topage a,.page-mini .topage .active{width:30px;height:30px;line-height:30px;font-size:12px}
.page-mini .topage .prev_page,.page-mini .topage .next_page{width:50px}
.page-mini .input_page_num{height:30px;line-height:30px;}

.dengji li select option{
    padding-top: 10px;
    padding-bottom: 10px;
}
.dengji_checkbox{
    width:40px !important;
}
.dengji_div_forcheckbox{
    width:520px !important;
    display:inline-block;
    float:left;
    margin-left:30px;
    height:48px;
    line-height:24px;
    color: #666;
}
.dengji_input{width:490px; background:#efefef; border-radius:5px; height:48px; line-height:48px; border:0; outline:none;float:left;margin-left:30px;display:inline;padding-left:30px; color:#999;}

/*专家展示*/
.banner15{width:100%; background:url(../images/an_zhanshi03.jpg) no-repeat; height:225px; margin:auto;}
.banner15 span{float:left;margin:80px 0 0 10px;display:inline;font-size:38px; color:#fff;}

.xuqiu_nr2 ul{width:1140px;margin:auto;}
.xuqiu_nr2 li{width:1140px; marign-top:30px;float:left;display:inline;margin-top:40px;}
.xuqiu_nr2 li span{float:left;width:130px; text-align:left;font-size:18px;margin-top:5px;display:inline;}

.ch_cn{width:1223px; margin:auto;}
.ch_cntop{width:1223px;height:23px; margin:auto;}
.ch_cntopp{width:1223px; background:url(../images/an_ch_bg01.png) no-repeat; height:23px; margin:auto;}
.ch_cnmid{width:1223px; background:url(../images/an_ch_bg02.png) repeat-y; height:auto;margin:auto;}
.ch_cnbotm{width:1223px; background:url(../images/an_ch_bg03.png) no-repeat; height:23px;margin:auto;}

.zhanshi_tt{width:1140px; margin:auto;height:60px; line-height:60px;font-size:16px; border-bottom:#ccc 1px solid; }
.zhanshi_tt span{margin:0;padding:0; color:#f00;}

.zhanshi_list2{width:1160px; margin:auto; overflow:hidden;}
.zhanshi_list2 ul{width:1300px;float:left;margin-top:20px;display:inline;}
.zhanshi_list2 li{ background:url(../images/an_zhan10.png) no-repeat;width:286px; height:322px;float:left;margin:0 5px 0 0px;display:inline;}
.zhanshi_list2 li img{margin:5px 0 0 10px;}
.zhanshi_list2 li h1{overflow: hidden;

    text-overflow:ellipsis;

    white-space: nowrap;width:220px; margin:auto;font-size:18px; color:#666; font-weight:100; height:45px; line-height:45px;margin-bottom:20px;}

.zhanshi_list2 li img{margin:5px 0 0 10px;width:270px; height:160px;object-fit: scale-down;}
.zhanshi_list2 li h1 a:link, .zhanshi_list2 li h1 a:visited{ color:#333; text-decoration:none;}
.zhanshi_list2 li p{width:230px; margin:auto; height:35px; line-height:35px; border-bottom:#ccc 1px solid;margin-top:10px;font-size:16px;}
.zhanshi_list2 li p span{float:right;}
.zhanshi_list2 h2{width:263px; margin:auto; text-align:center;font-size:18px;font-weight:800; height:50px; line-height:50px; color:#333;}
.zhanshi_list2 h3{width:263px; margin:auto; text-align:center;font-size:16px;font-weight:400;}


/** 海南项目列表页样式**/
.details {
    width: 1230px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.dangqian {
    width: 100%;
    height: 22px;
    font-size: 14px;
}
.damgqian_left {
    float: left;
    width: 156px;
    height: 22px;
    background-color: #5399e7;
    line-height: 22px;
    text-align: center;
}
.damgqian_left img {
    height: 15px;
    width: 15px;
    vertical-align:middle;
    margin-right: 5px;
}
.damgqian_left span {
    line-height: 22px;
    color: #fff;
    vertical-align:middle;
}
.damgqian_right {
    float: left;
    height: 22px;
    width: 1050px;
    line-height: 22px;
    text-align: left;
    background-color: #fff;
    margin-left: 24px;
}
.damgqian_right span {
    margin-left: 10px;
}
.damgqian_right a {
    color: #5399e7;
    text-decoration: none;
}
.left_nav {
    width: 156px;
    background-color: #fff;
    float: left;
    margin-top: 20px;
}
.el-submenu .el-menu-item {
    min-width: 80px !important;
}
.right_info {
    width: 1050px;
    float: right;
    margin-top: 20px;
}
.obj_num {
    width: 150px;
    height: 26px;
    background-color: #5399e7;
    padding-left: 12px;
    box-sizing: border-box;
}
.obj_num span {
    width: 150px;
    height: 26px;
    line-height: 26px;
    color: #fff;
}
.obj_num_info {
    color: #d2030d;
}
.obj {
    width: 1050px;
    max-height: 1630px;
    background: url('../images/beijing1.png') no-repeat;
    padding: 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.date {
    height: 26px;
    width: 198px;
}
.shuru {
    height: 26px;
    margin-left: 20px;
    width: 198px !important;
}
.el-button {
    margin-left: 20px !important;
    background-color: #5399e7 !important;
    border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -ms-border-radius: 2px !important;
    -o-border-radius: 2px !important;
}
.obj_list {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.obj_item {
    width: 228px;
    height: 262px;
    background-color: #fff;
    margin-right: 26px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 12px #ddd;
    position: relative;
}
.obj_item:nth-child(4n){
    margin-right: 0;
}
.obj_item_text {
    font-size: 14px;
    padding-left: 12px;
    box-sizing: border-box;
}
.obj_item_text p {
    margin-top: 8px;
}
.obj_item_text span {
    margin-left: 8px;
}
.obj_item_title {
    font-size: 14px;
    font-weight: 700;
}
.obj_item_jiage {
    color: #f00;
}

.obj_item_photo img {
    width: 228px;
    height: 130px;
}

.biaoqian1 {
    width: 110px;
    height: 22px;
    background: url('../images/biaoqian1.png') no-repeat;
    color: #5399e7;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    position: absolute;
    top: 224px;
    left: 5px;
    background-size: 100%;
}
.biaoqian2 {
    width: 110px;
    height: 22px;
    background: url('../images/biaoqian2.png') no-repeat;
    color: #e79c53;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    position: absolute;
    top: 224px;
    left: 117px;
    background-size: 100%;
}

.shoucang {
    width: 60px;
    height: 20px;
    background: url('../images/jx.png') no-repeat;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    position: absolute;
    top: 10px;
    right: 12px;
    cursor: pointer;
}
.shoucang img {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-bottom: 6px;
}
.obj_item_zl {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 138px;
    right: 36px;
}
.obj_item_lxwm {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 138px;
    right: 12px;
    cursor:pointer;
}

.page {
    padding-left: 320px;
    margin-top: 30px;
}
.el-pager .number {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.btn-prev {
    width: 40px;
    height: 40px !important;
    line-height: 40px;
}
.btn-quicknext {
    width: 40px;
    height: 40px !important;
}
.el-pager .more::before {
    line-height: 40px !important;
}
.btn-next {
    width: 40px;
    height: 40px !important;
    line-height: 40px;
}
.el-pagination__jump {
    height: 40px !important;
    line-height: 40px !important;
}
.el-input__inner {
    height: 40px !important;
}
.el-menu-item {
    width: 125px;
    height: 40px !important;
    line-height: 40px !important;
}
/* .is-active {
    border-right: 3px solid #5399e7;
} */
.el-submenu__title {
    height: 40px !important;
    line-height: 40px !important;
}
.el-submenu__icon-arrow {
    display: none !important;
}
.el-icon-arrow-down {
    display: none !important;
}
.left_nav_two {
    display: none;
}
.left_nav_two li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    cursor:pointer;
}
.left_nav_two span {
    margin-left: 30px;
}
.left_nav_two li:hover {
    /* background: url('../images/xuanzhong.png') no-repeat;
    background-size:100% 100%; */
    color: #5399e7!important;
}
.left_nav_one p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    cursor:pointer
}
.left_nav_one img {
    margin-left: 10px;
}
.left_nav_one span {
    vertical-align: middle;
}
.isSelect {
    background: url('../images/xuanzhong.png') no-repeat;
    background-size:100% 100%;
}
.isSelect_two {
    color: #5399e7!important;
}
/** 海南列表页样式end **/
/*文件上传名称框*/
.file_postion{
    float: left;
    height: 35px;
    border: 0;
    background: #efefef;
    border-radius: 5px;
    padding-left: 30px;
}
/*全局    横幅隐藏*/
/*.banner02,.banner,.banner6,.banner11,.banner15,.banner17,.banner18,.banner18_guanli{*/
/*    display: none;*/
/*}*/
.banner02,.banner6,.banner11,.banner15,.banner17,.banner18,.banner18_guanli{
    display: none;
}

ul{
    list-style-type: none;
    padding-inline-start: 0px;
}
.error{font-size:12px;color:red}