/* @头部 */
/* @小图标 */
.zong-icon {
    display: inline-block;
    overflow: hidden;
    background: url(https://semstatic.hao315.com/wwwhao315com/1/index/images/icon/zongIcon.png) no-repeat;
}

/* @顶部条 */
.page-top {
    position: relative;
    width: 100%;
    height: 42px;
    border-bottom: 1px solid #f3f3f3;
    background: #fff;
    font-size: 12px;
}
.suosuo {
    width: 50px;
    height: 42px;
    padding: 0 10px;
    line-height: 42px;
    border: 0;
    float: left;
    color: #333;
    font-size: 12px;
    background-color: #fff;
    cursor: pointer;
}
.paget-left {
    color: #cecece;
    line-height: 42px;
    font-size: 12px;
}

.paget-right {
    color: #999;
    line-height: 42px;
}

.paget-right form>.navbar-search-icon,
.paget-right>a {
    position: relative;
    float: left;
    height: 42px;
    padding: 0 10px;
    line-height: 42px;
    border: 0;
    color: #333;
    font-size: 12px;
    background-color: #fff;
    cursor: pointer;
}

.paget-right form>.navbar-search-icon::after,
.paget-right>a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #eee;
}

.paget-right>a:last-of-type::after {
    width: 0;
}

.paget-right i {
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 12px;
    margin-right: 5px;
    vertical-align: middle;
}

.paget-right .icon-sousuo {
    width: 18px;
    height: 18px;
    background: url(https://semstatic.hao315.com/wwwhao315com/1/index/images/icon-sousuo.png) no-repeat center center/18px;
}

.paget-right .icon-shouji {
    background: url(https://semstatic.hao315.com/wwwhao315com/1/index/images/icon-shouji.png) no-repeat center center/17px;
}

.paget-right .icon-liebiao {
    background: url(https://semstatic.hao315.com/wwwhao315com/1/index/images/icon-liebiao.png) no-repeat center center/16px;
}

.paget-right .navbar-search-icon:hover,
.paget-right a:hover {
    color: #ff3333;
}

.paget-right .navbar-search-icon:hover .icon-sousuo {
    background-image: url(https://semstatic.hao315.com/wwwhao315com/1/index/images/icon-sousuo2.png);
}

.paget-right a:hover .icon-shouji {
    background-image: url(https://semstatic.hao315.com/wwwhao315com/1/index/images/icon-shouji2.png);
}

.paget-right a:hover .icon-liebiao {
    background-image: url(https://semstatic.hao315.com/wwwhao315com/1/index/images/icon-liebiao2.png);
}

/* @搜索 */
.paget-search {
    position: relative;
    width: 221px;
    left: 82px;
    height: 42px;
    box-sizing: border-box;
    display: none;
    vertical-align: top;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
}

.navbar-search-input {
    width: 140px;
    height: 42px;
    padding: 0;
    border: 0;
    font-size: 14px;
    float: left;
    color: #666;
    line-height: 42px;
    background: none;
    outline: 0;
    transition: all .3s ease-out 0s;
}

.paget-search.active {
    display: block !important;
    width: 250px;
    left: -194px;
    background: #fff;
    transition: all .3s ease-out 0s
}

.paget-search.active::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 1px;
    height: 30px;
    background-color: #eee;
}

.paget-search.active .navbar-search-icon::after {
    height: 30px;
    transition: all .3s ease-out 0s;
}

.paget-search.active>.navbar-search-icon {
    float: right;
}

.paget-search.active .navbar-search-input {
    width: 155px;
    padding: 0 10px;
    transition: all .3s ease-out 0s;
}

.paget-search.warning,
.paget-search.warning .navbar-search-icon {
    background: #fff0f0;
}

.paget-search.warning .navbar-search-icon::after,
.paget-search.warning::before {
    height: 42px;
    background: #ffc9c9;
}

.webmap-wrap {
    display: none;
    position: absolute;
    top: 42px;
    left: 0;
    right: 0;
    margin: auto;
    width: 1300px;
    padding: 15px 0;
    border: 1px solid #eeeeee;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 66;
    box-shadow: 0 10px 15px 3px rgba(221, 221, 221, .6);
}

.webmap-wrap>div {
    float: left;
    font-size: 12px;
    border-right: 1px solid #eee;
}

.webmap-wrap>div.w4 {
    width: 365px;
}

.webmap-wrap>div.w3 {
    width: 275px;
}

.webmap-wrap>div dl:first-of-type {
    margin-bottom: 8px;
}

.webmap-wrap dl {
    padding-left: 20px;
}

.webmap-wrap dt {
    height: 26px;
    line-height: 26px;
    color: #666666;
    font-weight: bold;
    font-size: 14px;
}

.webmap-wrap dd a {
    float: left;
    width: 84px;
    height: 24px;
    padding-right: 5px;
    line-height: 24px;
    color: #999999;
    overflow: hidden;
    box-sizing: border-box;
}

/* @logo */
.logo-wrap {
    padding: 15px 0;
}

.logo-wrap .fl {
    width: 250px;
    padding-top: 4px;
}

.logo-wrap .fl .logo {
    display: block;
    width: 268px;
}

.logo-wrap .fr {
    padding: 7px 0 0;
}

.logo-wrap .fr li {
    float: left;
    height: 48px;
    padding-left: 12px;
    /* padding-right: 12px; */
    border-right: 1px solid #eee;
    box-sizing: border-box;
    overflow: hidden;
}

.logo-wrap .fr li:last-of-type {
    border-right: 0;
}

.logo-wrap .fr li a {
    float: left;
    height: 24px;
    overflow: hidden;
    /* font-size: 12px; */
    /* margin-right: 15px; */
}

.logo-wrap .fr li .text-red,
.cls-moudle>a:hover {
    color: #ff3333;
}

.logo-wrap .fr .w4 {
    width: 176px;
}

.logo-wrap .fr .w5 {
    width: 233px;
}

.logo-wrap .fr .w3 {
    width: 145px;
}

.logo-wrap .fr .w4 a {
    width: 25%;
}

.logo-wrap .fr .w5 a {
    width: 20%;
}

.logo-wrap .fr .w3 a {
    width: 33.3%;
}

/* .logo-wrap .fr .w4 a:nth-child(4n),
.logo-wrap .fr .w5 a:nth-child(5n),
.logo-wrap .fr .w3 a:nth-child(3n){
    margin-right: 0;
} */
/* @头部导航 */
.bb-ff6666 {
    border-bottom: 1px solid #ff3333
}

.head-nav {
    height: 44px;
    line-height: 44px;
    background-color: #ff3333;
    overflow: hidden;
}

.head-nav a {
    float: left;
    width: 7.693%;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

/* @图四 */
.recommend-smf a {
    position: relative;
    float: left;
    width: 102px;
    height: 66px;
    padding: 0 2.6px;
    border: 1px solid #eee;
    border-left: 0;
}

.recommend-smf a:first-of-type {
    border-left: 1px solid #eee;
}

.recommend-smf a:last-of-type {
    border-right: 1px solid #eee !important;
}

.recommend-smf a:hover {
    border-bottom-color: #ff3333
}

.recommend-smf a img {
    display: block;
    width: 102px;
    height: 62px;
    margin: 2px auto 0;
}

.recommend-smo-tu a {
    float: left;
    width: 144px;
    margin-right: 21px;
}

.recommend-smo-tu a img {
    display: block;
    width: 144px;
    height: 90px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.recommend-smo-tu a:hover img {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
}

.recommend-smo-tu a span {
    display: block;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
}

.main-btm li {
    float: left;
    width: 144px;
    margin-right: 21px;
    line-height: 26px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.main-btm li a {
    display: block;
    width: 100%;
    line-height: 26px;
    text-decoration: none;
}

.main-btm li a:hover {
    background-color: #ff3333;
    color: #fff;
}

.text-red a {
    color: #ff3333;
}

.text-red {
    color: #ff3333 !important;
}


.main-g {
    width: 474px;
    height: 222px;
}

.main-g a {
    display: block;
}

.main-g a img {
    display: block;
    width: 474px;
    height: 222px;
}

.main-m {
    width: 804px;
}

.main-m li {
    float: left;
    width: 144px;
    margin-right: 21px;
}

.main-m li.has-txt {
    height: 116px;
    margin-bottom: 8px;
}

.main-m li img {
    display: block;
    width: 144px;
    height: 90px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.main-m li span {
    display: block;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
}

.main-m li :hover img {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
}

.public-t-wrap {
    height: 42px;
    line-height: 42px;
}

.public-t {
    font-size: 22px;
    font-weight: bold;
}

.slogan-t {
    margin-left: 18px;
    color: #999;
    font-size: 12px;
}

.video-t {
    padding-top: 8px;
    margin-left: 30px;
}

.video-t li {
    float: left;
    height: 30px;
    padding: 0 10px;
    border: 1px solid #ff3333;
    line-height: 30px;
    cursor: pointer;
    user-select: none;
    background-color: #fff;
    font-size: 12px;
}

.video-t .select {
    position: relative;
    background-color: #ff3333;
    color: #fff;
}

.video-t .select::after {
    content: '';
    position: absolute;
    bottom: -11px;
    right: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #fe3e52;
}

.cls-moudle {
    max-width: 1040px;
    height: 42px;
    overflow: hidden
}

.cls-moudle a {
    position: relative;
    float: left;
    padding: 0 8px;
    color: #666;
    font-size: 14px;
}

.cls-moudle>a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #eee;
}

.cls-moudle>a:last-of-type::after {
    width: 0;
}

/* @视频 */
.remenCon .xm {
    display: none;
}

.remenCon .xm:first-of-type {
    display: block;
}

.videoul li {
    float: left;
    width: 144px;
    margin-right: 21px;
    margin-bottom: 15px;
}

.videoul a {
    position: relative;
    display: block;
    overflow: hidden;
    font-size: 14px;
}

.videoul li>a {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.videoul a img {
    display: block;
    width: 146px;
    height: 90px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}

.videoul a:hover img,
.xm-img-text dt:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.videoul a>p {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 5px;
    height: 24px;
    line-height: 24px;
    box-sizing: border-box;
    color: #fff;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}

.videoul a>p span {
    float: left;
    width: 50%;
    height: 24px;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 12px;
}

.videoul a>p .t {
    padding-left: 18px;
    background: url(https://semstatic.hao315.com/wwwhao315com/1/index/images/icon-time.png) no-repeat left center/15px;
}

.videoul .p1 {
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}

.videoul .p2 {
    height: 20px;
    line-height: 20px;
    color: #999;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* @广告图 */
.list-gg-1300 {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list-gg-1300 a {
    position: relative;
    float: left;
    width: 33.2%;
    margin-bottom: 3px;
    margin-right: .2%;
}

.list-gg-1300 img {
    display: block;
    width: 100%;
    height: 70px;
}

.list-gg-1300-two a {
    width: 49.9%;
    margin-right: .2%;
}

.list-gg-1300-one a {
    width: 100%;
    margin-right: 0;
}

/* @图四 多排 */
.recommend-smf-more a {
    position: relative;
    float: left;
    width: 102px;
    height: 66px;
    padding: 0 2.6px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}

.recommend-smf-morea:last-of-type {
    border-right: 1px solid #eee !important;
}

.recommend-smf-more a:hover {
    border-bottom-color: #ff3333
}

.recommend-smf-more a img {
    display: block;
    width: 102px;
    height: 62px;
    margin: 2px auto 0;
}


/* @main-five */
.pub-tit {
    position: relative;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
}

.pub-tit p {
    padding-left: 10px;
}

.pub-tit p span {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.pub-tit p em {
    padding-left: 15px;
    font-size: 14px;
    color: #999;
}

.pub-tit .more {
    width: 30px;
    height: 30px;
    font-size: 14px;
    color: #999;
    text-align: center;
}

.pub-tit .text {
    font-size: 12px;
    color: #999;
}

.main-five-l {
    width: 330px;
}

.seefocus {
    position: relative;
}

.seefocus img {
    display: block;
    width: 100%;
}

.seefocus p {
    padding-left: 8px;
    height: 25px;
    margin: 2px 0 3px;
    line-height: 25px;
    font-size: 12px;
    overflow: hidden;
}

.seefocus .limit-w {
    width: 210px;
}

.seefocus p em {
    display: inline-block;
    padding-left: 24px;
    color: #999;
    vertical-align: top;
}

.seefocus p .em1 {
    background: url(https://semstatic.hao315.com/wwwhao315com/1/index/images/icon-seefocus.png) no-repeat 0 3px/20px;
}

.seefocus p .em2 {
    background: url(https://semstatic.hao315.com/wwwhao315com/1/index/images/icon-seefocus.png) no-repeat 0 -23px/20px;
}

.seefocus .more {
    position: absolute;
    right: 10px;
    bottom: 8px;
    width: 65px;
    height: 20px;
    border: 1px solid #ff3333;
    color: #ff3333;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.seefocus .more:hover {
    background-color: #ff3333;
    color: #fff;
}

.main-five-c {
    width: 620px;
    margin: 0 20px;
}

.main-five-c-tit {
    height: 45px;
    line-height: 45px;
    color: #999;
    overflow: hidden;
}

.mb8 {
    margin-bottom: 8px;
}

.main-five-c-tit a {
    margin-right: 5px;
    font-size: 14px;
    color: #999;
}

.five-keng li {
    height: 29px;
    padding-left: 12px;
    line-height: 29px;
    font-size: 14px;
    color: #333;
    background: url(https://semstatic.hao315.com/wwwhao315com/1/index/images/icon-yuandian.png) no-repeat center left;
    overflow: hidden;
}

.five-keng span {
    font-weight: normal;
    color: #999;
    font-size: 12px;
}

.five-keng li a {
    display: inline-block;
    width: 485px;
    height: 29px;
    overflow: hidden;
    vertical-align: top;
}

.five-keng li span {
    display: inline-block;
    width: 82px;
    height: 29px;
    vertical-align: top;
    text-align: right;
}

.i1 {
    display: inline-block;
    width: 38px;
    height: 20px;
    margin: 3px 8px 0 0;
    background: url(https://semstatic.hao315.com/wwwhao315com/1/index/images/icon-new.png) no-repeat 0 0/cover;
    vertical-align: top;
    overflow: hidden;
}

.five-keng .zuixin {
    padding-left: 0;
    background: none;
}

.five-keng .zuixin a {
    width: 448px;
    font-weight: bold;
}

.diary-mo ul {
    width: 97px;
    border-right: 1px solid #eee;

}

.diary-mo ul li {
    height: 55.5px;
    line-height: 55.5px;
    text-align: center;
    font-size: 14px;
    background-color: #f2f2f2;
    cursor: pointer;
}

.diary-mo ul .select {
    width: 97px;
    border-right: 1px solid #fff;
    border-left: none;
    background-color: #fff;
}

.i2-pub {
    display: inline-block;
    overflow: hidden;
    background: url(https://semstatic.hao315.com/wwwhao315com/1/index/images/icon-diary.png) no-repeat;
    vertical-align: top
}

.i2 {
    width: 13px;
    height: 16px;
    background-position: 0 0;
    line-height: 16px;
    margin: 20px 5px 0 9px;
}

.i3 {
    width: 17px;
    height: 15px;
    background-position: -40px 0;
    line-height: 15px;
    margin: 20px 3px 0 8px;
}

.i4 {
    width: 14px;
    height: 17px;
    background-position: -79px 0;
    line-height: 17px;
    margin: 20px 5px 0 9px;
}

.i5 {
    width: 15px;
    height: 15px;
    background-position: -132px 0;
    margin: 6px 2px 0 0;
}

.diary-mo .diary-mo-r {
    width: 520px;
}

.diary-mo-r-s {
    display: none;
    padding: 0 10px;
    line-height: 24px;
}

.diary-mo-r .diary-mo-r-s:first-of-type {
    display: block;
}

.diary-mo-r-s dl {
    padding: 10px 0;
}

.diary-mo-r-s img {
    display: block;
    width: 97px;
    height: 59px;
    padding: 1px 0;
    border: 1px solid #eee
}

.diary-mo-r-s dd {
    width: 390px;
    padding-left: 10px;
    margin-top: 6px;
}

.diary-mo-r-s a {
    font-size: 14px;
    color: #666;
}

.diary-mo-r-s dd>a {
    display: block;
    width: 100%;
    height: 18px;
    overflow: hidden;
}

.diary-mo-r-s dd p a {
    padding: 0 8px;
    height: 21px;
    border: 1px solid #6b80aa;
    color: #6b80aa;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.diary-mo-r-s span {
    float: right;
    font-size: 13px;
    color: #6b80aa;
    text-indent: 0;
}

.main-five-r {
    width: 310px;
}

.xm-img-text {
    padding-bottom: 5px;
}

.xm-img-text dt {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}

.xm-img-text dt img {
    display: block;
    width: 100%;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
}

.xm-img-text dt p {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    padding: 20px 10px 0;
    line-height: 45px;
    background: url(https://semstatic.hao315.com/wwwhao315com/1/index/images/icon-bg2.png);
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}

.xm-img-text dd {
    height: 28px;
    line-height: 28px;
}

.xm-img-text dd a {
    width: 80%;
    height: 28px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xm-img-text dd span {
    width: 20%;
    height: 28px;
    font-size: 12px;
    color: #999;
    text-align: right;
}

/* @切换 */
.hot-xm-t li {
    position: relative;
    float: left;
    height: 45px;
    margin-right: 62px;
    line-height: 45px;
    font-size: 16px;
    cursor: pointer;
}

.hot-xm-t .select {
    font-weight: bold;
    ;
}

.hot-xm-t .select:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: #ff3333;
}

.hot-xm-b {
    padding: 4px 0;
}

.hot-xm-b a {
    float: left;
    width: 172px;
    height: 26px;
    margin-right: 15px;
    line-height: 26px;
    font-size: 14px;
    overflow: hidden;
    text-align: left;
}

.hot-xm-b .limit-w a {
    width: 204px;
}

.hot-xm-b .limit-w2 a {
    width: 312px;
}

.hot-xm-b .limit-w3 a {
    width: 248px;
}

.hot-xm-b .no-mr {
    margin-right: 0;
}

.hot-xm-b-s {
    display: none;
}

.hot-xm-b .hot-xm-b-s:first-of-type {
    display: block;
}

/* @友情链接 */
.yline-con {
    margin-top: 10px;
}

.yline-con a {
    display: inline-block;
    height: 28px;
    margin-right: 8px;
    line-height: 28px;
    color: #999;
    font-size: 12px;
}

.chuangye5 {
    display: block;
    width: 1300px;
    height: 60px;
}

/* @底部 */
.bg232830 {
    background: #232830;
}

.foot-wrap {
    padding: 35px 0;
    min-width: 1200px;
}

.foot-t {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #31343a;
}

.foot-l img {
    margin-bottom: 5px;
}

.foot-l {
    font-size: 14px;
}

.foot-l p {
    margin-bottom: 3px;
    line-height: 20px;
    color: #78808d;
}

.foot-l b {
    font-size: 28px;
    font-weight: bold;
    color: #78808d;
}


.foot-r dl {
    width: 99px;
    margin-left: 35px;
}

.foot-r a {
    color: #78808d;
}

.foot-r dt {
    height: 28px;
    margin-bottom: 5px;
    border-bottom: 1px solid #31343a;
    font-size: 16px;
    color: #78808d;
    line-height: 16px;
}

.foot-r dd {
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
}

.foot-b p {
    line-height: 26px;
    color: #78808d;
    font-size: 14px;
    text-align: left;
}

/* @入驻 */
.pt50 {
    padding-top: 50px;
}

.pb50 {
    padding-bottom: 50px;
}

.en-title {
    text-align: center;
}

.en-title h2 {
    margin-bottom: 10px;
    line-height: 35px;
    font-size: 32px;
    color: #333;
    font-weight: bold;
}

.en-title .line {
    display: inline-block;
    width: 24px;
    height: 4px;
    border-radius: 2px;
    background-color: #dddddd;
}

.en-title p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 14px;
    color: #ddd;
    text-transform: uppercase;
}

.process-content {
    padding-top: 45px;
    padding-bottom: 50px;
    text-align: center;
}

/* @申请 */
.entry-form {
    background: url(https://semstatic.hao315.com/wwwhao315com/1/index/images/3000213.png) top center no-repeat;
    height: 855px;
    box-sizing: border-box;
}

.entry-form .en-title .line {
    background-color: #ecc0c0
}

.entry-form .en-title p {
    color: #ecc0c0
}

.en-form {
    width: 1300px;
    margin: 0 auto;
}

.en-form dl {
    height: 44px;
    margin-bottom: 20px;
    line-height: 44px;
}

.en-form dl:last-child {
    margin-bottom: 0;
}

.en-form dl dt {
    width: 300px;
    float: left;
    text-align: right;
    font-size: 16px;
    color: #333;
}

.en-form dl dt .icon-must {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 6px;
    margin-top: -5px;
    background: url(https://semstatic.hao315.com/wwwhao315com/1/index/images/must-icon.png) center center no-repeat;
    vertical-align: middle;
}

.en-form dl dd {
    position: relative;
    float: left;
    width: 888px;
    margin-left: 12px;
}

.en-form .inputBox {
    width: 660px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #e7baba;
    border-radius: 4px;
    background-color: #fff;
    font-size: 16px;
    padding: 0 10px;
}

.en-form .inputBox:focus {
    border-color: #ff7373;
}

.en-form .tips {
    display: none;
    position: absolute;
    left: 705px;
    top: 7px;
    height: 30px;
    padding: 0 10px;
    border: 1px solid #ed4014;
    background-color: #ffefe6;
    line-height: 28px;
    border-radius: 4px;
    font-size: 14px;
    color: #f01e1e;
    box-sizing: border-box;
}

.en-form .tips .aricon {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: -7px;
    width: 8px;
    height: 8px;
    background: url(https://semstatic.hao315.com/wwwhao315com/1/index/images/aricon.png) center center no-repeat;
}

.en-form .halfWid,
.en-form .telInp {
    width: 314px;
    margin-right: 10px;
}

.en-form .province {
    float: left;
    position: relative;
}

.en-form .city {
    position: relative;
    float: left;
}

.en-form .provinceChoice,
.en-form .cityChoice {
    position: relative;
    width: 314px;
    margin-right: 10px;
    background: url(https://semstatic.hao315.com/wwwhao315com/1/index/images/V.png) 305px center no-repeat, #fff;
}

.choiceCon {
    display: none;
    width: 572px;
    max-height: 362px;
    overflow: auto;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    position: absolute;
    left: 0;
    top: 48px;
    z-index: 10;
}

.choiceCon li:first-child {
    margin-top: 5px;
}

.choiceCon li:last-child {
    margin-bottom: 5px;
}

.choiceCon li {
    font-size: 16px;
    color: #333;
    line-height: 44px;
    padding-left: 10px;
}

.choiceCon li:hover,
.typeExt li.on {
    background-color: #f3f3f3;
}

.en-form .provinceTxt,
.en-form .cityTxt {
    width: 335px;
}


.en-form .wx-num {
    display: inline-block;
    line-height: 20px;
    background: url(https://semstatic.hao315.com/wwwhao315com/1/index/images/check-icon.png) left 1px no-repeat;
}

.en-form .wx-num input {
    width: 18px;
    height: 18px;
    margin-right: 6px;
    opacity: 0;
    vertical-align: middle;
}

.en-form .wx-num.on {
    background-position-y: -30px;
}

.en-form .getCode {
    width: 140px;
    height: 44px;
    border: 0;
    background-color: #f01e1f;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
}

.en-form .getCode:hover {
    background-color: #d91b1b;
}

.en-form .getCode.disable {
    background-color: #f2d2d3;
    color: #c88282;
    cursor: not-allowed;
}

.en-form .getCode.sending {
    background-color: #f2d2d3;
    color: #c88282;
}

.en-form .getCode span {
    color: #ed4014;
}

.en-form .commitBtn {
    width: 560px;
    height: 60px;
    display: block;
    border: 0;
    margin-left: 54px;
    line-height: 60px;
    background: url(https://semstatic.hao315.com/wwwhao315com/1/index/images/commit-btn.png) top center no-repeat;
    color: #fff;
    text-align: center;
    font-size: 26px;
    border-radius: 30px;
    margin-top: 40px;
}

.en-form .commitBtn:hover {
    background-position-y: -91px;
}

.en-form .commitBtn.disable {
    color: #c88282;
    background: #f3d3d3;
    cursor: not-allowed;
}

.en-form .entry-tel {
    width: 690px;
    text-align: center;
    font-size: 16px;
    color: #999999;
    margin-top: 15px;
}

.en-form .entry-tel span {
    display: inline-block;
    padding-right: 40px;
    background: url(https://semstatic.hao315.com/wwwhao315com/1/index/images/tel-icon.png) 210px center no-repeat;
    line-height: 24px;
}

.en-form .telTips {
    left: 455px;
}


/* 提示弹窗 */
.mask {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 100;
}

.tipsLayer {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 262px;
    height: 143px;
    border-radius: 8px;
    background-color: #FFFFFF;
    overflow: hidden;
    z-index: 101;
}

.tipsLayer .content {
    padding: 40px 20px;
    font-size: 14px;
    color: #333;
    text-align: center;
}

.tipsLayer .ok-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 44px;
    border: 0;
    border-top: 1px solid #f1f1f1;
    background-color: #fff;
    line-height: 44px;
    font-size: 14px;
    color: #F01E1E;
    text-align: center;
}

.tipsLayer .ok-btn:hover {
    color: #d81b1b;
}

/* @合作 */
/* partner */
.partnerWrap {
    padding-top: 100px;
    padding-bottom: 50px;
}

.partnerBox {
    margin-top: 40px;
    height: 600px;
    position: relative;
}

.partnerBox li {
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    background-color: #fff;
    float: left;
    font-size: 0;
    border-radius: 50%;
    border: 1px solid #f1f1f1;
    overflow: hidden;
    position: absolute;
}

.partnerBox li img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

.partnerBox li:hover {
    border-color: rgba(255, 54, 0, .1);
    box-shadow: 0px 0px 18px rgba(255, 54, 0, .3);
}

.partnerBox li.w90 {
    width: 90px;
    height: 90px;
    line-height: 90px;
}

.partnerBox li.w98 {
    width: 98px;
    height: 98px;
    line-height: 98px;
}

.partnerBox li.w140 {
    width: 140px;
    height: 140px;
    line-height: 140px;
}

.partnerBox li.logo1 {
    top: 14px;
    left: 460px;
}

.partnerBox li.logo2 {
    top: 0;
    right: 482px;
}

.partnerBox li.logo3 {
    top: 44px;
    right: 216px;
}

.partnerBox li.logo4 {
    top: 72px;
    left: 272px;
}

.partnerBox li.logo5 {
    top: 135px;
    left: 140px;
}

.partnerBox li.logo6 {
    top: 242px;
    left: 84px;
}

.partnerBox li.logo7 {
    top: 212px;
    left: 254px;
}

.partnerBox li.logo8 {
    top: 166px;
    left: 425px;
}

.partnerBox li.logo9 {
    top: 212px;
    right: 500px;
}

.partnerBox li.logo10 {
    top: 145px;
    right: 326px;
}

.partnerBox li.logo11 {
    top: 201px;
    right: 170px;
}

.partnerBox li.logo12 {
    top: 157px;
    right: 60px;
}

.partnerBox li.logo13 {
    top: 376px;
    left: 171px;
}

.partnerBox li.logo14 {
    top: 396px;
    left: 324px;
}

.partnerBox li.logo15 {
    top: 310px;
    left: 513px;
}

.partnerBox li.logo16 {
    top: 303px;
    right: 382px;
}

.partnerBox li.logo17 {
    top: 422px;
    right: 280px;
}

.partnerBox li.logo18 {
    top: 330px;
    right: 100px;
}

.partnerBox li.logo19 {
    top: 413px;
    right: 455px;
}

.partnerBox li.logo20 {
    top: 165px;
    right: 635px;
}

.partnerBox li.logo21 {
    top: 462px;
    right: 658px;
}


.more-box {
    text-align: center;
    margin-top: 20px;
}

.moreProject {
    display: inline-block;
    width: 190px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #f01e1e;
    border-radius: 22px;
    color: #f01e1e;
    font-size: 18px;
    text-align: center;
}

.moreProject span {
    padding-right: 20px;
    background: url(https://semstatic.hao315.com/wwwhao315com/1/index/images/arrow-right.png) right center no-repeat;
    color: #f01e1e;
}

.moreProject:hover {
    color: #f01e1e;
}
/* @首页新加行业板块20200519 */
.major-xm{
    border-radius: 20px 0 0 0;
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius: 20px 0 0 0;
    -ms-border-radius: 20px 0 0 0;
    -o-border-radius: 20px 0 0 0;
    background-clip: content-box;
}
.wavebg{
    position: absolute;
    bottom:-13px;
    left:0;
    width: 160px;
    height: 38px;
}
.major-xm-l{
    width: 142px;
    border-radius: 20px 0 0 0;
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius: 20px 0 0 0;
    -ms-border-radius: 20px 0 0 0;
    -o-border-radius: 20px 0 0 0;
}
.major-xm-r{
    width: 1158px;
    border-radius: 0 0 0 20px;
    -webkit-border-radius: 0 0 0 20px;
    -moz-border-radius: 0 0 0 20px;
    -ms-border-radius: 0 0 0 20px;
    -o-border-radius: 0 0 0 20px;
}
.hot-list{
    padding: 0 10px;
    text-align: center;
}
.hot-list h4{
    height: 25px;
    margin-bottom: 16px;
    line-height: 25px;
    font-size: 16px;
    color: #fff;
}
.hot-list li{
    position: relative;
    height: 24px;
    border: 1px solid rgba(255,255,255,.5);
    margin-bottom: 10px;
    line-height: 24px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.hot-list a{
    display: block;
    height: 24px;
    font-size: 12px;
    color: #fff;
    overflow:hidden;
}
.hot-list li i {
    position: absolute;
    top: -5px;
    right: 0px;
    width: 24px;
    height: 10px;
}
.hot-list li i.new {
    background: url(https://semstatic.hao315.com/wwwhao315com/1/index/images/icon_new.png) no-repeat;
}
.hot-list li i.hot {
    background: url(https://semstatic.hao315.com/wwwhao315com/1/index/images/icon_hot.png) no-repeat;
}
.hot-list li:hover{
    border-color: #fff;
}
.hot-list li:hover i{
   animation: runi .8s linear alternate infinite;
   -webkit-animation: runi .8s linear alternate infinite;
}
@keyframes runi{
    0%{
        top: -5px;
    }
    50%{
        top: -1px;
    }
    100%{
        top:  -5px;
    }
}
@-o-keyframes runi{
    0%{
        top: -5px;
    }
    50%{
        top: -1px;
    }
    100%{
        top:  -5px;
    }
}
@-moz-keyframes runi{
    0%{
        top: -5px;
    }
    50%{
        top: -1px;
    }
    100%{
        top:  -5px;
    }
}
@-webkit-keyframes runi{
    0%{
        top: -5px;
    }
    50%{
        top: -1px;
    }
    100%{
        top:  -5px;
    }
}
.hot-xmss{
    position: absolute;
    left:0;
    bottom:30px;
    width:140px;
    margin-top: 25px;
}
.hot-xmss a{
    position: relative;
    display: block;
    margin-top: 10px;
    overflow: hidden;
}
.hot-xmss a .shadow-light {
    position: absolute;
    top: -10px;
    left: -24px;
    width: 10%;
    height: 150%;
    background: url(https://semstatic.hao315.com/wwwhao315com/1/index/images/icon_shadow_light.png) no-repeat left/100% 100%;
    transform: rotateZ(30deg);
    transform-origin: top;
}

.hot-xmss a:hover .shadow-light {
    animation: move .7s ease-in-out;
    -webkit-animation: move .7s ease-in-out;
}

@keyframes move {
    0% {
        left: -24px;
        opacity: .6
    }

    100% {
        left: 180%;
        opacity: .1
    }
}

@-webkit-keyframes move {
    0% {
        left: -24px;
        opacity: .6
    }

    100% {
        left: 180%;
        opacity: .1
    }
}
.hot-xmss img{
    display: block;
    width:100%;
}
.major-xm-rt{ 
    border-top: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-radius: 0 20px 0 0;
    -webkit-border-radius: 0 20px 0 0;
    -moz-border-radius: 0 20px 0 0;
    -ms-border-radius: 0 20px 0 0;
    -o-border-radius: 0 20px 0 0;
}
.circular{
    padding: 15px 0 15px 5px;
}
.circular li{
    float: left;
    position: relative;
    width: 68px;
    height: 68px;
    border:1px solid #eee;
    margin-right: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
    box-sizing: border-box;
}
.circular li img{
    position: absolute;
    left:0;
    right: 0;
    top:0;
    bottom:0;
    margin: auto;
    display: block;
    max-width: 100%;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}
.circular li:hover{
    border-color: #23cf1b;
}
.circular li:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.major-xm-rb{
    border: 1px solid #eee;
    position: relative;
    z-index: 1;
    padding: 15px 15px 0;
    border-radius: 20px 0 20px 20px;
    -webkit-border-radius: 20px 0 20px 20px;
    -moz-border-radius: 20px 0 20px 20px;
    -ms-border-radius: 20px 0 20px 20px;
    -o-border-radius: 20px 0 20px 20px;
    background-color: #fff;
}
.recommend-smo-tusm a{
    width: 127.5px;
    margin-right: 15px;
}
.recommend-smo-tusm a img{
    width: 127.5px;
    height: 82px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
/* @每块 */
.major-pro{
    position: relative;
    width: 25%;
    height:98px;
    padding: 10px 20px;
    font-size: 12px;
    box-sizing: border-box;
    overflow: hidden;
}
.major-pro h4{
    width: 155px;
    height: 24px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
}
.major-pro p{
    width: 155px;
    height: 24px;
    color: #909090;
    overflow: hidden;
}
.major-pro span{
    display: inline-block;
    height: 22px;
    padding: 0px 10px;
    margin-top: 6px;
    background: #b4a5ff;
    color: #fff;
    border-radius: 11px;
    line-height: 22px;
    cursor: pointer;
    vertical-align: middle;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}
.major-pro h4:hover,
.major-pro p:hover{
    color: #ff3333;
}
.major-pro span:hover{
    padding: 0px 14px;
}
.major-pro img {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 142px;
}
.major-xm .recommend-smf a{
    width: 106.2px;
}
.pro1 .major-xm-l {
    border-top: 1px solid #dff0de;
}

.pro1 .wavebg {
    background: url(https://semstatic.hao315.com/wwwhao315com/1/index/images/icon_wave.png) no-repeat left center/160px;
}

.pro1 .major-pro span,
.pro1 .major-xm {
    background: #23cf1b;
}

.pro1 .major-xm-r {
    background: #fff url(https://semstatic.hao315.com/wwwhao315com/1/index/images/bg_r_pro1.png) repeat-y;
}

.pro1 .major-xm,
.pro1 .major-xm-rt,
.pro1 .circular li,
.pro1 .major-xm-rb {
    border-color: #dff0de;
}

.pro2 .major-xm-l {
    border-top: 1px solid #f1e8df;
}

.pro2 .wavebg {
    background: url(https://semstatic.hao315.com/wwwhao315com/1/index/images/icon_wave2.png) no-repeat left center/160px;
}

.pro2 .major-pro span,
.pro2 .major-xm {
    background: #ffa442;
}

.pro2 .major-xm-r {
    background: #fff url(https://semstatic.hao315.com/wwwhao315com/1/index/images/bg_r_pro2.png) repeat-y;
}

.pro2 .major-xm,
.pro2 .major-xm-rt,
.pro2 .circular li,
.pro2 .major-xm-rb {
    border-color: #f1e8df;
}

.pro3 .major-xm-l {
    border-top: 1px solid #deeaf0;
}

.pro3 .wavebg {
    background: url(https://semstatic.hao315.com/wwwhao315com/1/index/images/icon_wave3.png) no-repeat left center/160px;
}

.pro3 .major-pro span,
.pro3 .major-xm {
    background: #00afff;
}

.pro3 .major-xm-r {
    background: #fff url(https://semstatic.hao315.com/wwwhao315com/1/index/images/bg_r_pro3.png) repeat-y;
}

.pro3 .major-xm,
.pro3 .major-xm-rt,
.pro3 .circular li,
.pro3 .major-xm-rb {
    border-color: #deeaf0;
}

.pro4 .major-xm-l {
    border-top: 1px solid #f0dfe9;
}

.pro4 .wavebg {
    background: url(https://semstatic.hao315.com/wwwhao315com/1/index/images/icon_wave4.png) no-repeat left center/160px;
}

.pro4 .major-pro span,
.pro4 .major-xm {
    background: #ff4cb5;
}

.pro4 .major-xm-r {
    background: #fff url(https://semstatic.hao315.com/wwwhao315com/1/index/images/bg_r_pro4.png) repeat-y;
}

.pro4 .major-xm,
.pro4 .major-xm-rt,
.pro4 .circular li,
.pro4 .major-xm-rb {
    border-color: #f0dfe9;
}

.pro5 .major-pro li span {
    background: #d9c35e;
}

.pro5 .major-xm-l {
    border-top: 1px solid #f0ede0;
}

.pro5 .wavebg {
    background: url(https://semstatic.hao315.com/wwwhao315com/1/index/images/icon_wave5.png) no-repeat left center/160px;
}

.pro5 .major-pro span,
.pro5 .major-xm {
    background: #d9c35e;
}

.pro5 .major-xm-r {
    background: #fff url(https://semstatic.hao315.com/wwwhao315com/1/index/images/bg_r_pro5.png) repeat-y;
}

.pro5 .major-xm,
.pro5 .major-xm-rt,
.pro5 .circular li,
.pro5 .major-xm-rb {
    border-color: #f0ede0;
}

.pro6 .major-pro li span {
    background: #d067f7;
}

.pro6 .major-xm-l {
    border-top: 1px solid #ece0f0;
}

.pro6 .wavebg {
    background: url(https://semstatic.hao315.com/wwwhao315com/1/index/images/icon_wave6.png) no-repeat left center/160px;
}

.pro6 .major-pro span,
.pro6 .major-xm {
    background: #d067f7;
}

.pro6 .major-xm-r {
    background: #fff url(https://semstatic.hao315.com/wwwhao315com/1/index/images/bg_r_pro6.png) repeat-y;
}

.pro6 .major-xm,
.pro6 .major-xm-rt,
.pro6 .circular li,
.pro6 .major-xm-rb {
    border-color: #ece0f0;
}

.pro7 .major-pro li span {
    background: #00deff;
}

.pro7 .major-xm-l {
    border-top: 1px solid #e1eef0;
}

.pro7 .wavebg {
    background: url(https://semstatic.hao315.com/wwwhao315com/1/index/images/icon_wave7.png) no-repeat left center/160px;
}

.pro7 .major-pro span,
.pro7 .major-xm {
    background: #00deff;
}

.pro7 .major-xm-r {
    background: #fff url(https://semstatic.hao315.com/wwwhao315com/1/index/images/bg_r_pro7.png) repeat-y;
}

.pro7 .major-xm,
.pro7 .major-xm-rt,
.pro7 .circular li,
.pro7 .major-xm-rb {
    border-color: #e1eef0;
}

.pro8 .major-pro li span {
    background: #9ad936;
}

.pro8 .major-xm-l {
    border-top: 1px solid #eaf0e1;
}

.pro8 .wavebg {
    background: url(https://semstatic.hao315.com/wwwhao315com/1/index/images/icon_wave8.png) no-repeat left center/160px;
}

.pro8 .major-pro span,
.pro8 .major-xm {
    background: #9ad936;
}

.pro8 .major-xm-r {
    background: #fff url(https://semstatic.hao315.com/wwwhao315com/1/index/images/bg_r_pro8.png) repeat-y;
}

.pro8 .major-xm,
.pro8 .major-xm-rt,
.pro8 .circular li,
.pro8 .major-xm-rb {
    border-color: #eaf0e1;
}
