/* 云 */

.cloud {
    background-color: #f5f7f8;
    margin-top: 100px;
}

.cloud_container {
    width: 1268px;
    margin: 0 auto;
    padding: 35px 0;
}

.cate {
    margin-bottom: 15px;
    overflow: hidden;
}

.cate ul {
    width: 105%;
    overflow: hidden;
}

.cate li {
    width: 150px;
    height: 30px;
    float: left;
    margin-right: 10px;
    margin-bottom: 12px;
}

.cate li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    background-color: #fff;
    border: 1px #e6e6e6 solid;
    font-size: 14px;
    color: #333;
}

.cate li a.on {
    background-color: #0675f2;
    border: 1px #0675f2 solid;
    color: #fff;
}

.cloud_content {
    display: flex;
    justify-content: space-between;
}

.cloud_left {
    width: 910px;
}

.cloud_slide {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
}

.cloud_slide img {
    height: 250px;
}

.search {
    display: flex;
    margin-bottom: 20px;
    background-color: #fff;
}

.search_in {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 15px;
    height: 42px;
}

.search_in img {
    width: 17px;
    height: 17px;
    margin-right: 8px;
}

.search_in input {
    flex: 1;
    font-size: 15px;
    border: none;
    outline: none;
    background: none;
}

.search input[type="submit"] {
    width: 72px;
    height: 42px;
    background-color: #0675f2;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    border: none;
}
.search input[type="button"] {
    width: 72px;
    height: 42px;
    background-color: #0675f2;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    border: none;
}
.cloud_list {
    background-color: #fff;
}

.cloud_list li {
    padding: 20px;
    border-bottom: 1px #e6e6e6 solid;
}

.cloud_title {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.cloud_title i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    border-radius: 6px;
    border: 1px #dc6156 solid;
    font-size: 16px;
    color: #dc6156;
    font-style: normal;
}

.cloud_name {
    width: 830px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 21px;
    font-weight: bold;
    color: #333;
}

.cloud_name a {
    color: #333;
}

.cloud_name a:hover {
    color: #0675f2;
}

.cloud_info {
    margin-bottom: 20px;
    height: 52px;
    font-size: 15px;
    color: #8f969b;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.cloud_row {
    display: flex;
    align-items: center;
}

.label {
    margin-right: 7px;
    padding: 4px 13px;
    border-radius: 2px;
    background-color: #e8f1fa;
    font-size: 14px;
    color: #0675f2;
}
.cloud_row span.label {
    margin-right: 7px;
    padding: 4px 13px;
    border-radius: 2px;
    background-color: #e8f1fa;
    font-size: 14px;
    color: #0675f2;
}
.cloud_row span {
    margin-right: 7px;
    padding: 4px 13px;
    border-radius: 2px;
    background-color: #f9f9f9;
    font-size: 14px;
    color: #9a9a9a;
}

.cloud_row p {
    font-size: 14px;
    color: #8f969b;
}

.cloud_right {
    width: 340px;
}

.cop {
    margin-bottom: 20px;
    padding: 0 10px;
    background-color: #fff;
}

.grid {
    margin-bottom: 20px;
    padding:17px 10px;
    background-color: #fff;
    text-align: center;
}
.grid img{
    max-width:240px;
    max-height:240px;
}
.cop_title {
    height: 52px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    border-bottom: 1px #e6e6e6 solid;
    font-size: 20px;
    color: #333;
}

.cop ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cop li img {
    height: 73px;
    object-fit: contain;
}

.cop1 {
    width: 73px;
    height: 73px;
    margin-bottom: 14px;
    box-shadow: 0px 4px 12px 0px rgba(214, 214, 214, 0.5);
}

.cop2 {
    width: 156px;
    height: 73px;
    margin-bottom: 14px;
    box-shadow: 0px 4px 12px 0px rgba(214, 214, 214, 0.5);
}

.adviser {
    margin-bottom: 20px;
    padding: 0 10px;
    background-color: #fff;
}

.adviser_box {
    padding: 10px;
    padding-top: 0;
}

.adviser_img {
    margin-bottom: 10px;
}

.talk {
    display: flex;
    flex-wrap: wrap;
}

.talk a {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    background-color: #e4f1ff;
    font-size: 15px;
    color: #3f86d6;
}

.dn {
    display: none;
}

.hot_ti {
    margin-bottom: 20px;
}

.hot_ti ul {
    display: flex;
}

.hot_ti li {
    width: 50%;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px #e6e6e6 solid;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.hot_ti li.on {
    border: 1px #0675f2 solid;
    background-color: #0675f2;
    color: #fff;
}

.hot_ti li.active {
    border: 1px #0675f2 solid;
    background-color: #0675f2;
    color: #fff;
}
.hot_list {
    padding-bottom: 20px;
}

.hot_list li {
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.hot_list i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 14px;
    margin-top: 5px;
    border-radius: 2px;
    background-color: #e6f0fb;
    font-size: 12px;
    color: #0675f2;
    font-style: normal;
}

.hot_link {
    width: 268px;
    font-size: 14px;
    line-height: 26px;
}

.hot_link a {
    color: #333;
}

.hot_link a:hover {
    color: #0675f2;
}

.hot_link span {
    display: inline-block;
    padding: 2px 15px;
    margin-left: 10px;
    border-radius: 2px;
    background-color: #f6f6f6;
    font-size: 12px;
    line-height: 12px;
    color: #999;
}

.good_btn {
    margin-bottom: 20px;
}

.call {
    padding: 20px;
    background-color: #fff;
}

.call_top {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
}

.call_top img {
    width: 17px;
    height: 17px;
    margin-right: 9px;
}

.call h3 {
    margin-bottom: 28px;
    font-size: 36px;
    font-weight: bold;
    color: #2a87f1;
}

.btns {
    display: flex;
    justify-content: space-between;
}

.btn1,
.btn2 {
    width: 140px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.btn1 {
    background-color: #e0f0ff;
    color: #0675f2;
}

.btn1:hover {
    opacity: 0.8;
}

.btn2 {
    background-color: #fb7a08;
    color: #fff;
}

.btn2:hover {
    color: #fff;
    opacity: 0.8;
}

.your_position {
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
}

.your_position a {
    color: #333;
}

.detail {
    padding: 30px;
    margin-bottom: 20px;
    background-color: #fff;
}

.detail_top {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px #e6e6e6 solid;
}

.detail_top h3 {
    margin-bottom: 20px;
    font-size: 34px;
}

.detail_content {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px #e6e6e6 solid;
}

.detail_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.detail_pages {
    width: 580px;
}

.detail_pages li {
    padding: 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
}

.detail_pages span {
    font-weight: bold;
}

.detail_pages a {
    color: #333;
}

.back_list {
    width: 180px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    background-color: #0675f2;
    font-size: 16px;
    color: #fff;
}

.back_list img {
    width: 14px;
    height: 12px;
    margin-right: 6px;
}

.back_list:hover {
    color: #fff;
    opacity: 0.8;
}

.recom {
    padding: 30px;
    background-color: #fff;
}

.recom h3 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #333;
}

.recom ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.recom li {
    padding: 10px;
    padding-left: 14px;
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.recom li:before {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 2px;
    background-color: #dcdcdc;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.recom li a {
    color: #333;
}

.recom li:hover a {
    color: #0675f2;
}

.recom li:hover:before {
    background-color: #0675f2;
}

.company {
    margin-top: 35px;
}

.company ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.company ul:after {
    display: block;
    content: '';
    width: 400px;
}

.company_title {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
}

.company li {
    width: 400px;
    background-color: #fff;
}

.company_img {
    height: 240px;
    border-radius: 4px;
    overflow: hidden;
}

.company_img img {
    height: 240px;
    transition: all 0.3s;
}

.company_img:hover img {
    transform: scale(1.1);
}

.company_info {
    padding: 20px;
    text-align: center;
}

.company_info h3 {
    margin-bottom: 20px;
    font-size: 18px;
    color: #333;
}

.company_info p {
    margin-bottom: 30px;
    font-size: 15px;
    color: #999;
}

.company_info a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 34px;
    margin: 0 auto;
    border: 1px #e6e6e6 solid;
    font-size: 14px;
    color: #999;
}

.company_info a:hover {
    background-color: #0675f2;
    color: #fff;
    border: 1px #0675f2 solid;
}


.grid p{
    font-size: 17px;
    line-height:34px;
}

/*分页*/
.pageshow{clear:both; margin:30px 0;padding-bottom:20px;  }
.pageshow .current{
background-color:#1C6CD7; color:#ffffff;width:35px;height:35px; margin-right:10px;display: inline-block;line-height: 35px;text-align: center;
    
}
.pageshow .btn-danger,.pageshow .num,.pageshow .prev,.pageshow .first,.pageshow .end{
    width: 35px;height: 35px;  margin-right:3px; background:#F3F3F3;color:#868686;display: inline-block;line-height:35px;text-align: center;
}
.pageshow .next{
    width:43px;height:35px ;display: inline-block;line-height:35px;text-align: center;background:#F3F3F3;color:#868686;
    
}


.imb{
    width: 850px;
    margin: 20px auto 30px;
}
.imb img{
    max-width:100%;
}
.ombp{
   width: 100%;
   overflow: hidden;
   margin: 20px auto 30px;
}
.ombp a{
    float: left;
    margin-right:10px;
    text-decoration: underline;
    color: #55565A;
    font-size: 14px;
}


/* 我要留言 */

.mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    display: none;
}

.msn_popup {
    width: 800px;
    height: 540px;
    padding: 50px;
    box-sizing: border-box;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 91;
    display: none;
}

.msn_close {
    display: block;
    width: 17px;
    height: 17px;
    background: url(../images/x.png) no-repeat;
    position: absolute;
    top: 20px;
    right: 30px;
}

.msn_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.msn_title h3 {
    font-size: 32px;
    color: #333;
}

.msn_title img {
    width: 137px;
    height: 95px;
}

.msn_row {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.entry_in {
    padding: 15px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background-color: #f5f7f8;
}

.entry_in input {
    flex: 1;
    padding: 0 20px;
    font-size: 18px;
    border: none;
    background: none;
    outline: none;
}

.entry_in span {
    padding-right: 15px;
    border-right: 1px #e6e6e6 solid;
    font-size: 18px;
    color: #999;
    white-space: nowrap;
}

.msn_popup textarea {
    width: 100%;
    height: 170px;
    margin-bottom: 20px;
    padding: 15px;
    box-sizing: border-box;
    background-color: #f5f7f8;
    font-size: 18px;
    border: none;
    outline: none;
    font-family: '微软雅黑';
}

.code_img {
    width: 230px;
}

.code_img img {
    width: 160px;
    height: 50px;
    margin-left: 15px;
}
.msn_row input[type="button"] {
    width: 185px;
    height: 65px;
    background-color: #0675f2;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    border: none;
    outline: none;
}
.msn_row input[type="submit"] {
    width: 185px;
    height: 65px;
    background-color: #0675f2;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    border: none;
    outline: none;
}

.exm{
    font-size: 16px;
    color: #55565A;
    line-height:24px;
}