* {margin:0;padding:0;list-style-type:none;}
html{font-size:14px;color: #333;}
ul,li {margin:0px;padding:0px;list-style-type:none;text-decoration:none;}
a:active,a:link,a:visited {text-decoration:none;color:#333;}
em{font-style: normal;}
.clear {clear:both;}
.fl{float:left}
.fr{float:right}
.web{max-width:1200px;margin:0 auto;}
.h50{height:50px}
.t-c{text-align:center;}
.pointer{cursor:pointer;}
.clearfix:after{clear:both;content:'';display:table;}

/*header start*/
.header-section {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  position: absolute;
}
.header-section .header-top {
  padding-top: 15px;
  font-size: 16px;
}
.header-section .header-top p{
  line-height: 25px;
  color: #acc0e7;
}
.header-section .header-top p:last-child{
    font-size: 14px;
}
.header-section .header-top .fr a,.header-section .header-top .fr span{
    color: #fff;
}

.nav{
    position: relative;
    left: 0;
    top: 10px;
    width: 100%;
    z-index: 5;
    background-color: transparent;
    transition: 0.5s;
    justify-content: flex-start;
    display: flex;
    align-items: center;
    padding: .5rem 0;
}
.nav .logo {
    display: inline-block;
    padding-bottom: .3125rem;
    margin-top: -1.8rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    white-space: nowrap;
    width: 25%;
    background: #fff;
    padding: 0.8rem 1rem;
    border-radius: 3rem;
}
.nav .logo img{
    max-height: 45px;
}
.nav .logo span{
    font-size: 20px;
    color: #15346d;
    max-width:160px;
    text-align: center;
    display: inline-block;
}
.navBar{
    width: 80%;
    margin-left: 2%;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}    
.navBar ul{
    border-radius: 70px;   
    background: #fff;
    padding: 2% 3%;
}
.navBar ul li{
    float: left;
    font-size: 16px;
    color: #143250;
    padding: 15px 18px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}
.navBar ul li a{
    color: #4a5061;
}
.navBar ul li:hover a{
    font-weight: bold;
    color: #15346d;
}
.navBar ul li.fbxx a{
    color: #fff;
    padding: 20px 14px;
    font-weight: 400;
    background-color:  var(--primary-color);
    border-radius: 20px;
}
.fixed-navbar {
  position: fixed;
  width: 100%;
  color: #4a5061 !important;
  z-index: 9999;
  background: #e2edfe;
  box-shadow: 0px 1px 5px 0px rgba(59, 55, 188, 0.5);
}
/*header end*/

/*banner start*/
.banner{
    width: 100%;
    height: 750px;
}
.banner img{
    width: 100%;
    height: 100%;
}
.swiper-pagination {
    margin-top: 5rem;
}
.swiper-pagination-bullet-active{
    background: var(--primary-color) !important;
    width: 25px !important;
    border-radius: 8px !important;
}
.search{
    position: absolute;
    top: 45%;
    left: 40%;
    z-index: 9;
    display: flex;
}
.search input {
    width: 25rem;
    padding: 10px 25px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
.search button {
    padding: 12px;
    background: var(--primary-color);
    color: #fff;
    font-weight: 700;
    width: 100px;
    border-radius: 5px;
    border: none;
    margin-left: 1%;
}
.banner_title{
    position: absolute;
    top: 30%;
    left: 40%;
    z-index: 10;
    font-size: 5rem;
    color: #fff;
}
/*banner end*/

/*hotInfo start*/
.hotInfo{
    height: 34rem;
    position: relative;
    margin-top: -10rem;
}
.hotInfoItem{
    width: 21% !important;
    height: 28rem !important;
    cursor: pointer;
    overflow: hidden;
    border-radius:1rem;
    box-shadow: 0px 15px 30px 0px rgba(74, 113, 249, 0.3);
}
.hotInfoItem .hotInfoPic img{
    width: 100%;
    height: 15rem;
}
.hotInfo .swiper-button-next:after,.hotInfo .swiper-button-prev:after{
    background-color: #fff;
    box-shadow: 0 11px 22px 0 rgba(74, 113, 249, 0.3);
    border: none;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
    padding: 0 20px;
    font-size: 2rem;
     position: relative; 
    text-align: center;
}
.hotInfo .swiper-button-next:after{
    right: -1rem;
}
.hotInfo .swiper-button-prev:after{
     left: -1rem; 
}
.hotInfoTitle{
    padding:25px 30px 40px;
}
.hotInfoTitle p:first-child{
    height: 3rem;
    margin-bottom: 2rem;
    font-size: 16px;
    color: #143250;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 控制显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}
.hotInfoTitle p:nth-of-type(2) .fa{
    padding:1rem 1rem;
    color: #fff;
    background: var(--primary-color);
    border-radius: 50%;
}
.hotInfoTitle p:nth-of-type(2) span{
    color: #56585A;
    text-align: right;
    width: 60%;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}
.hotInfoTitle p:last-child{
    display: none;
}
.hotInfoItem:hover{
    height: 29rem !important;
    box-shadow: 0px 15px 30px 0px rgba(74, 113, 249, 0.8);
}
.hotInfoTitle:hover p:nth-of-type(2){
    display: none;
}
.hotInfoTitle:hover p:last-child{
    display: block;
    background: var(--primary-color);
    padding: .8rem 1rem;
    color: #fff;
    border-radius: 5rem;
}
.hotInfoTitle:hover p:last-child span{
    text-align: left;
    width: 80%;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}
.hotInfoTitle:hover p:last-child .fa{
    text-align: right;
}
/*hotInfo end*/

/*section-product start*/
.section-product{
    margin:1rem auto 3rem;
}
.section-product .section-product-title{
    font-size: 20px;
    line-height: 38px;
    color: var(--primary-color);
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.357;
}
.section-product .section-product-list{
    margin-top:.5rem;
}
.section-product-item{
    float: left;
    margin: 11px;
    width: 23.334% !important;
    border: 1px solid #d4d7db;
    box-shadow: none;
}
.section-product-item:hover{
    height: auto !important;
    box-shadow: 0px 0px 30px 0px #1432504D;
    transition: all 0.3s;
    border: 1px solid #fff;
    height: 27.8rem !important;
}
.section-product-item .hotInfoTitle{
    background: #F5F8FF;
    padding-bottom: 44px;
}
.section-product .section-product-item:first-child{
    margin-left: 0px;
}
/*section-product end*/

/*recommend start*/
.recommend-box{
    background: url('../img/section-bg.png');
    padding: 10rem 0 8rem;
}
.recommend{
    height: 40rem;
    margin-top: 2rem;
}
.recommend .hotInfoItem{
    width: 16.5% !important;
    box-shadow: none;
    border-radius: 0;
    height: 35rem !important;
    background: #fff;
}
.recommend .hotInfoPic img{
    height: 20rem;
}
/*recommend end*/

/*category start*/
.section-subtitle {
    position: relative;
    text-align: center;
    font-size: 30px;
    line-height: 60px;
    color: #143250;
    font-weight: 500;
    margin: 40px 0 47px;
}
/*category end*/

/*footer start*/
.backtop{
    width: 45px;
    height: 45px;
    line-height: 45px;
    padding-top: 1rem;
    text-align: center;
    color: #ffffff;
    z-index: 999;
    bottom: 1rem;
    right: 1rem;
    position: fixed;
    border-radius: 5px;
    -ms-transform: translateY(150px);
    background: var(--primary-color);
    cursor: pointer;
}
.footer{
    padding: 6rem 0 3rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #020f64;
}
.footer a{
    color: #bac9e6;
}
.footer-head{
    padding-bottom: 3rem;
}
.footer-head-item .newsletter-head{
    font-size: 24px;
    color: #fff;
    line-height: 34px;
    font-weight: 600;
    width: 200px;
    margin-bottom: 22px;
}
.footer-head-item .footer-head-item-info li{
    font-size: 16px;
    color: #bac9e6;
    margin-bottom: 20px;
    line-height: 26px;
    transition: all 0.3s;
}
.footer-head-item .footer-head-item-info li a {
    display: inline-block;
}
.footer .footer-end{
    color: #bac9e6;
    font-size: 16px;
    border-top: 2px dashed #8080a5;
    padding: 1.5rem 0;
}
/*footer end*/

/*list start*/
.listBanner{
    margin-bottom: 3rem;
    padding: 10rem 0 15rem;
}
.listLeft {
    width: 25%;
    padding: 2rem;
    border: 1px solid #dfe1e4;
    border-radius: 5px;
    margin-bottom: 3rem;
}
.listLeft h3{
    font-size: 18px;
    color: #143250;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #eee;
}
.listLeft .hotInfoTitle{
    padding: 1rem;
}
.listLeft .listLeft-item:hover{
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px #1432504D;
}
.listRight{
    width: 72%;
    margin-left: 2.5%;
}
.listRight .listItem{
    height: 20rem;
    margin-bottom: 3rem;
    border-radius: 10px;
    transition: all 0.3s;
    border: 1px solid #d4d7db;
}
.listRight .listItem .listItemPic{
    width: 35%;
    border-radius: 10px 0 0 10px;
}
.listRight .listItem .listItemPic img{
    width: 100%;
    height: 100%;
    border-radius: 10px 0 0 10px;
}
.listRight .listItem .listItemInfo{
    width: 35%;
    margin: 2rem 0 0 2rem;
}
.listRight .listItem .listItemInfo h3{
    font-size: 18px;
    color: #143250;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.listRight .listItem .listItemInfo p{
    margin-top: 1rem;
    line-height: 2rem;
    color: #d4d7db;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.listRight .hotInfoTitle{
   width: 25%; 
   margin-top: 3rem;
   border-left: 2px solid #eee;
}
.listRight .hotInfoTitle p:first-child{
  height: 0;  
}
/*list end*/

/*viewproduct start*/
.viewBox{
    /*border: 1px solid #dbdce4;*/
    border-radius: 10px;
    width: 100%;
    margin-bottom: 3rem;
}
.viewBox .information_title {
    color: #143250;
    font-weight: 600;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
}
.viewBox .viewBoxLeft{
    width: 34%;
    margin-right: 1%;
    border: 1px solid #dbdce4;
    padding: 1rem;
    border-radius: 10px;
}
.viewBox .viewBoxLeft img{
    width: 100%;
    max-height: 30rem;
}
.viewBox .viewBoxCenter{
    width: 44%;
}
.viewBox .viewBoxCenter p{
    margin-bottom: 1rem;
}
.viewBox .viewBoxCenter .contactBtn{
    padding: 1rem 3rem;
    font-weight: 400;
    background-color: var(--primary-color);
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
    max-width: 15rem;
    text-align: center;
}
.viewBox .viewBoxCenter p span{
    display: inline-block;
    width: 4rem;
    color: #999;
}
.viewBox .viewBoxRight{
    width: 20%;
    margin-left: 1%;
    border: 1px solid #dbdce4;
    padding: 1rem;
    border-radius: 10px;
    text-align: center;
    background-image: linear-gradient(#e2edfe, #fff);
}
.viewBox .viewBoxRightImg img{
    width: 8rem;
    border: 1px solid rgb(238, 238, 238);
    border-radius: 50%;
    margin-bottom:1rem;
}
.viewBox .viewBoxRight p{
    color: #143250;
    margin-bottom: 2rem;
}
.viewBox .viewBoxRight p:nth-of-type(2) .fa{ 
    font-size: 16px;
}
.viewBox .viewBoxRight p .provider-contant {
    padding: 1rem 1.5rem;
    font-weight: 400;
    background-color: var(--primary-color);
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
}
.viewInfoBox{
    margin-right: 2.5%;
    margin-left: 0;
    border: 1px solid #dbdce4;
    padding: 1rem;
    line-height: 2rem;
    border-radius: 10px;
    min-height: 35rem;
    margin-bottom: 3rem;
}
.viewInfoBox img{
    max-width: 790px;
    vertical-align: bottom;
}
.linkphone{
    font-size: 24px;
    color: var(--primary-color);
    text-align: center;
}
/*viewproduct end*/

/*contact start*/
.contactLeft{
    width: 30%;
    margin-right: 5%;
    margin-bottom:3rem;
}
.contactRight{
    width: 65%;
}
.contactRight .name{
    font-size: 18px;
    color: #143250;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #eee;
}
.contactRight .text {
    font-size: 16px;
    line-height: 2.2rem;
    color: #56585A;
}
/*contact end*/

/*login start*/
.loginBody{
    background: url('/static/cms/htuyscm/img/loginBody.png') no-repeat;
    background-size: 100% 100%;
    height: 100vh;
}
.center-box {
    display: flex;
    width: 549px;
    height: 660px;
    margin: 60px auto;
    background-color: #fff;
    box-shadow: 0px 6px 38px 0px rgba(103, 122, 255, 0.15);
    border-radius: 10px;
    padding-left: 46px;
    box-sizing: border-box;
}
.center-box .login-box p.head-tit {
    font-size: 36px;
    font-weight: bold;
    margin: 40px 0 35px;
}
.center-box .login-box .form .input-group {
    width: 32rem;
    padding-left: 1px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(145, 145, 145, 0.3);
}
.center-box .login-box .form .input-group img {
    padding-right: 13px;
}
.center-box .login-box .form .input-group input {
    flex-grow: 1;
    padding-right: 16px;
    padding: 18px 0;
    border: none;
    background: transparent;
}
.center-box .login-box .form button {
    width: 460px;
    height: 59px;
    border-radius: 8px;
    background-color: var(--primary-color);
    font-size: 18px;
    color: #fff;
    margin: 36px 0 17px;
    border: none;
}
.center-box .login-box .prompt-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #4f4d4d;
    padding: 0 9px;
}
.center-box .login-box .prompt-box .seek a{
    color: var(--primary-color);
}
.center-box .login-box .form .input-group.agree{
    margin-top: 20px;
    border-bottom:none;
}
/*login end*/

/*help_view start*/
.conttitle{
    font-size: 18px;
    color: #143250;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #eee;
}
.community_content {
    font-size: 16px;
    line-height: 2.2rem;
    color: #56585A;
}
/*help_view end*/

/*ucenter start*/
.uphoto{
    float:left;
}
.uInfo{
    float:left;
    margin:20px 40px;
}
.dp_bd dl {
    width: 100%;
    height: 5rem;
    clear: both;
    border-bottom: 1px solid #E6E6E6;
    line-height: 60px;
    overflow: hidden;
}
.dp_bd dl dt {
    width: 10%;
    line-height: 5rem;
    float: left;
    text-align: left;
    font-size: 16px;
}
.dp_bd dl dd {
    width: 88%;
    float: right;
    text-align: left;
}
.ss1_in {
    color: #333;
    text-align: left;
    border: none;
    background: #fff;
    float: left;
    line-height: 60px;
    width: 100%;
    font-size: 15px;
}
.text5_r {
    color: #333;
    text-align: left;
    border: none;
    background: #fff;
    float: left;
    line-height: 30px;
    width: 100%;
    font-size: 15px;
    height: 150px;
    padding-top: 16px;
}
.submit1 {
    width: 212px;
    background: var(--primary-color);
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
    border: none;
    margin-top: 20px;
    margin-bottom: 50px;
}
.sex div{
    margin-right:80px;
    float: left;
}
.sex div input{
    margin-right:5px;
}
.distpicker5 div{
    width: 33.333333333%;
    float: left;
}
.distpicker5 div select{
    width: 60%;
    margin-top: 10px;
    background-color: #FFFFFF;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    padding: 6px 12px;
}
ul.mony li{
    width: 96px;
    height: 40px;
    line-height:40px;
    cursor: pointer;
    text-align: center;
    margin:5px 20px 5px 0;
    border: 1px solid #CCCCCC;
    float:left;
}
ul.mony li:hover,ul.mony li.selected{
    color: #FE0003;
    border: 2px solid #FE0003;
    transition: all .5s ease .1s;
}

.upublish{margin-top:20px;}
.ydc-group-table-item {
    position: relative;
    font-size: 16px;
    border: 1px solid #ddd;
    border-top: 0;
    width: 100%;
    height: 140px;
}
.ydc-group-table-item:first-child {
    border-top: 1px solid #ddd;
}
.ydc-group-table-item-img {
    overflow: hidden;
    background-color: #eee;
    position: relative;
    float: left;
    height: 95px;
    width: 133px;
    margin: 20px;
}
.ydc-group-table-item-img img {
    max-width: none;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.ydc-actions {
    font-size: 12px;
    float: right;
    margin-right: 40px;
    height: 100%;
    line-height: 140px;
}
.ydc-actions-trigger {
    font-size: 14px;
    color: #3b77be;
    margin-left: 20px;
    cursor: pointer;
    background: none;
    border: none;
}
.ydc-group-table-item-text {
    word-break: break-all;
    padding-top: 40px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.ydc-group-table-item-tag {
    display: inline-block;
    border-radius: 2px;
    margin-left: 6px;
    padding: 1px 6px;
    font-size: 12px;
    color: #3b77be;
    border: 1px solid #3b77be;
    margin-right: 6px;
}
.ydc-group-table-item-info {
    margin-left: 20px;
    font-size: 12px;
    color: #a5a5a5;
}
.userPhtoto {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 16px 15px;
    color: #333;
}
.userPhtoto img {
    margin-right: 25px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.userPhtoto .name {
    display: flex;
    flex-direction: column;
}
.userPhtoto .name p {
    font-size: 22px;
    padding-bottom: 15px;
}

/*ucenter end*/

/*position start*/
.position{
    margin:2rem auto 3rem;
    color: var(--primary-color);
}
.position a{
    color: #212529;
}
/*position end*/

/*page start*/
.page{
    text-align: center;
    padding: 50px 0 80px;
    display: flex;
}
.page a{
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    padding: 5px 10px;
    text-align: center;
    margin: 0 10px;
    color: #636363;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #d4d7db;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
}
/*page end*/

/*弹出层 start*/
.layui-layer{
    top: 25% !important;
}
/*弹出层 end*/
