/*@font-face {
    font-family:PingFang Medium;
    src:url('../fonts/PingFang Medium.ttf');
}*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    margin:0px;
}
body{
    width: 100%;
    font-size: 16px;
    color: #333;
    background: #f8f8f8;
    font-family: Pingfang SC;

    min-height:100vh;
    display:flex;
    flex-direction: column;
}
em {
    font-style: normal;
}
ul,li{
    list-style: none;
}
a {
    text-decoration: none;
    outline: 0;
    color: #333;
}
a:hover { 
    color: #f67300;
}
img{
    width: 100%;
    line-height:0;
    border: none;
    vertical-align: middle;
}
input, textarea,button {
    padding: 0;
    font-family: Pingfang SC;
}
textarea {
    resize: none;
    overflow: auto;
}
textarea:focus {
    outline: none;
}
input:focus {
    outline: none;
}
input{
    background:none;    
    outline:none; 
    border:0px;
}
button{
    outline:none; 
    border:0px;
}
table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;  
}
select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: none;
    border:none;
}
h1,h2,h3,h4{font-weight: normal;}
h1{
    /*font-family: PingFang Medium;*/
}
::-webkit-input-placeholder {
    color: #c1c1c1;
}
:-moz-placeholder {
    color: #c1c1c1;
}
::-moz-placeholder {
    color: #c1c1c1;
}
:-ms-input-placeholder {
    color: #c1c1c1;
}
.clear {
    zoom: 1;
}
.clear:after{
    content: "";
    display: block;
    clear: both;
}
.medium{
    /*font-family:PingFang Medium;*/
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.ell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.over{
    overflow: hidden;
}
.flex {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
}
.flex2{
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-box{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
}
.fw {
    flex-wrap: wrap;
}
.w-1200{
    width: 1200px;
    margin: 0 auto;
}


/*多选 单选*/
input.check:checked {
    background: url(../images/checked.png) no-repeat center left;
    background-size: 20px 20px;
}
input.check{
    background: url(../images/check.png) no-repeat center left;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    border: none;
}
input.check2:checked {
    background: url(../images/check2ed.png) no-repeat center left;
    background-size: 13px 13px;
}
input.check2{
    background: url(../images/check2.png) no-repeat center left;
    background-size: 13px 13px;
    width: 13px;
    height: 13px;
    border: none;
}
input.check3:checked {
    background: url(../images/check3ed.png) no-repeat center left;
    background-size: 20px 20px;
}
input.check3{
    background: url(../images/check.png) no-repeat center left;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    border: none;
}
input.check4:checked {
    background: url(../images/check4ed.png) no-repeat center left;
    background-size: 12px 12px;
}
input.check4{
    background: url(../images/check4.png) no-repeat center left;
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    border: none;
}
input[type=checkbox], input[type=radio] {
    vertical-align: middle;
}
input[type="checkbox"], input[type=radio] {
    -webkit-appearance: none;
    outline: none;
}







/*head*/
.head-top{
    width: 100%;
    height: 38px;
    line-height: 38px;
    background: #f8f8f8;
    z-index: 100;
}
.head-left span{
    font-size: 16px;
    color: #6b6b6b;
}
.head-left .name{
    font-size: 14px;
    color: #333333;
}
.head-left .head-portrait{
    width: 25px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    border-radius: 100%;
    overflow: hidden;
    margin: 6.5px 7px 6.5px 20px;
}
.head-left .head-portrait img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.head-phone{
    height: 38px;
    font-size: 24px;
    font-weight: bold;
    color: #ce6000;
    font-family: Candara;
    padding-left: 45px;
    background: url('../images/icon-phone.png') no-repeat left center;
    background-size: 26px;
}
.head-phone p{
    line-height: 32px;
}




.location{
    padding-left: 25px;
    background:url('../images/location.png') no-repeat left center;
    background-size: 15px;
}
.location span{
    font-size: 14px;
    color: #6b6b6b;
}
.location a{
    font-size: 14px;
    color: #6b6b6b;
}
.head-nav{
    margin-right: 25px;
}
.head-nav a{
    font-size: 14px;
    color: #6b6b6b;
    margin-right: 10px;
}
.head-nav a:hover{
    color: #f67300;
}



.header{
    flex: 0 0 auto;
}
.head{
    height: 100px;
    padding: 30px 0;
    background: #fff;
    z-index: 100;
}
.head .logo img{
    width: auto;
    height: 40px;
}
.head .nav{
    line-height: 40px;
    font-size: 18px;
}
.head .nav a{
    color: #111111;
    margin-right: 35px;
}
.head .nav a:hover{
    color: #f67300;
}
.head .nav .active{
    color: #f67300;
}
.head .nav button{
    float: right;
    width: 68px;
    height: 40px;
    border-radius: 50px;
    background:#f67300 url('../images/search2.png') no-repeat center center;
    background-size: 22px; 
    cursor: pointer;
}

/*头部搜索*/
.head-search{
    display: none;
}
.head-search img{
    width: 19px;
    margin-right: 20px;
}
.head-search input{
    width: 430px;
    height: 30px;
    margin-right: 20px;
    font-size: 16px;
    color: #000;
}
.head-search button{
    float: right;
    width: 68px;
    height: 30px;
    background: url('../images/search.png') no-repeat center center;
    background-size: 26px; 
    cursor: pointer;
}

/*搜索*/
.index-search{
    padding: 60px 0 70px;
    background: #fff;
}
.index-search .logo{
    margin:5px 180px 0 10px;
}
.index-search .logo img{
    width: auto;
    height: 90px;
}

.search{
    max-width: 790px;
}
.classify li{
    width: 84px;
    height: 32px;
    float: left;
    line-height: 32px;
    color: #f67300;
    font-size: 13px;
    text-align: center;
    cursor:pointer;
}
.classify li:hover{
    background: #fff5ec;
}
.classify li.active{
    background: #f67300;
    color: #fff;
}
.search-input{
    width: 470px;
    height: 36px;
    border:2px solid #f67300;
    display: flex;
}
.search-input input{
    height: 32px;
    line-height: 33px;
    padding: 0 10px;
    flex: 1;
    color: #000;
    font-size: 12px;
}
.search-input input::-webkit-input-placeholder {
    color: #7c7c7c;
}
.search-input input:-moz-placeholder {
    color: #7c7c7c;
}
.search-input input::-moz-placeholder {
    color: #7c7c7c;
}
.search-input input:-ms-input-placeholder {
    color: #7c7c7c;
}
.search-input button{
    width: 80px;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    background:#f67300 url('../images/search2.png') no-repeat center center;
    background-size: 20px;
    float: right;
    cursor:pointer;
}
.search-input button:hover{
    opacity: 0.9;
}
.hot-search{
    color: #282828;
    font-size: 12px;
    margin-top: 20px;
}
.hot-search a{
    color: #7c7c7c;
    margin: 0 10px;
}
.hot-search a:hover { 
    color: #f67300;
}















/*右侧悬浮*/
.box {
    width: 64px;
    position:fixed;
    top:30%;
    right:10px;
    z-index: 1;
}
.box ul li {
    width: 64px;
    display: block;
    height: 64px;
    line-height: 64px;
    /*padding: 4px;*/
    color: #fff;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 12px;
    box-shadow:0 0 7px rgba(119,119,119,0.28);
}
.box .box-hover{
    display: none;
}
.box li:hover .box-show{
    display: none;
}
.box li:hover .box-hover{
    display: inline;
}
.box ul li a{
    color: #fff;
}
.box ul li a p{
    display: none;
    line-height: 21px;
    font-size: 14px;
}
.box ul li img{
    width: 25px;
    vertical-align: middle;
}
.box ul li:hover{
    background: #f67300;
    transition:all 0.5s ease 0;
}
.box .weixin p{
    line-height: 42px;
}

.weixin:hover .weixin-logo {
    width: 170px;
    height: 204px;
}
.idea {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.hotline {
    background: url(../images/elevator.png) no-repeat;
    background-position: 0 55%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.hotline:hover {
    background-position: 0 61%;
}
.weixin-logo {
    width: 0px;
    height: 0px;
    overflow: hidden;
    position: absolute;
    top: 80px;
    left: -180px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.qq:hover .weixin-logo {
    width: 170px;
    height: 204px;
}
.qq .weixin-logo {
    top: 5px;
}
.weixin-logo {
    text-align: center;
    background: #fff;
    /*width: 170px;
    height: 204px;*/
    padding-top: 15px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.weixin-logo p{
    font-size: 14px;
    color: #333;
    margin: 0;
    line-height: 20px !important;
}
.weixin-logo img{
    width:130px !important;
    margin-top: 5px;
}
.service-phone {
    /*width: 220px;*/
    /*height: 185px;*/
    /*padding: 20px;*/
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.service-phone{
    color: #333;
    text-align: left;
}
.service-phone h1{
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}
.service-phone p{
    font-size: 14px;
    line-height: 20px;
    color: #999;
    margin: 0;
}
.service-phone-img {
    line-height: 50px;
    margin: 20px 15px 20px 20px;
}
.service-phone-img img{
    width: 40px !important;
    vertical-align: middle;
}
.phone-num{
    margin: 20px 20px 20px 0px;
}
.service-phone {
    overflow: hidden;
    background:#fff;
    width: 0px;
    height: 0px;
    overflow: hidden;
    position: absolute;
    top: 64px;
    left: -257px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.hotline:hover .service-phone {
    width: 246px;
    height: 90px;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}



/*分页*/
.page{
    padding: 40px 0 30px;
    text-align: center;
}
.orange{
    color: #f67300;
}



/*右侧内容*/
.content-right{
    width: 21%;
}
.container{
    flex: 1 0 auto;
}
.top-20{
    margin-top: 20px;
}
/*热门机构*/
.popular{
    border-radius: 5px;
    background: #fff;
    margin-bottom: 15px;
}
.popular-title{
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    color: #000000;
    padding: 0 10px;
    border-bottom: 1px solid #eeeeee;
}
.popular-card li{
    padding: 20px 0;
    margin: 0  10px;
    border-bottom: 1px dashed #eee;
}
.popular-img{
    width: 80px;
    height: 50px;
    border-radius: 3px;
    margin-right: 8px;
    overflow: hidden;
}
.popular-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.popular-text{
    line-height: 25px;
}
.popular-text h1{
    font-size: 14px;
    color: #333333;
    /*line-height: 25px;*/
}
.popular-text p{
    font-size: 14px;
    color: #333333;
    /*line-height: 25px;*/
}
.popular-card li:hover{
    background: #f9f9f9;
}
.popular-card li:hover h1{
    color: #f67300;
}

/*分页*/
.popular-page{
    text-align: center;
    padding: 15px 0;
}
.popular-page a{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 3px;
    color: #333333;
    margin: 0 2px;
}
.popular-page .active{
    background: #ff4b00;
    border-radius: 3px;
    color: #fff;
}


/*商城公告*/
.notice-card{
    padding: 15px 10px 5px;
}
.notice-card li{
    margin-bottom: 10px;
    display: flex;
}
.notice-card h3{
    font-size: 14px;
    flex: 1;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}


.notice-card .order{
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    font-size:14px;
    margin:3.5px 5px 3.5px 0;
}
.notice-card .one{
    background: #ff0000;
}
.notice-card .two{
    background: #ff7e00;
}
.notice-card .three{
    background: #006cff;
}


/*专家访谈*/
.expert{
    padding-bottom: 15px;
}
.expert .popular-img{
    width: 44px;
    height: 44px;
}
.expert .popular-text{
    line-height: 22px;
}
.expert li{
    /*margin-top: 15px;*/
    margin:15px 30px 0;
    padding: 0;
    border-bottom:none;
}


.advert{
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 15px;
}
.advert img{
    transition-duration:1s;
}
.advert img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); /*Safari 和 Chrome*/
    -moz-transform: scale(1.05); /*Firefox*/
    -ms-transform: scale(1.05); /*IE9*/
    -o-transform: scale(1.05); /*Opera*/
} 






/*底部*/
.foot{
    padding: 25px 0;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    border-top: 2px solid #e0e0e0;
    background: #f8f8f8;
    clear:both;
    flex: 0 0 auto;
    color: #000;
}
.foot img{
    width: 25px;
}
.foot span{
    color: #30a5dd;
}







/*注册成功弹窗*/
.mask{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 999;
}
.success-pupop{
    width: 4rem;
    height: 4.45rem;
    text-align: center;
    background: #fff;
    border-radius: 0.15rem;
    position: fixed;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}





.empty{
    padding:50px 0;
    text-align: center;
}
.empty img{
   width: 405px; 
}
.empty p{
    font-size: 18px;
    color: #999;
}