body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "Calibri";
    src: url("./calibri.ttf");
}

* {
    font-family: Calibri,Arial,Helvetica!important;
    user-select:none;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0px;
    -moz-osx-font-smoothing: grayscale;
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
    font-family: 'iconfont';  /* Project id 3489961 */
    src: url('//at.alicdn.com/t/c/font_3489961_7wcn6mnnchd.woff2?t=1710480491438') format('woff2'),
    url('//at.alicdn.com/t/c/font_3489961_7wcn6mnnchd.woff?t=1710480491438') format('woff'),
    url('//at.alicdn.com/t/c/font_3489961_7wcn6mnnchd.ttf?t=1710480491438') format('truetype');
}

body {
    font-family: "\5FAE\8F6F\96C5\9ED1";
    font-size: 14px;
    background: #fff;
}

div {

}

input[type="text"] {
    outline: none;
}

/*header start*/
.navTop {
    width: 100%;
    background: #f6f6f6;
    display: block;
}

.navTop .navTop_div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 44px;
    padding: 0 30px;
    color: #909194;
}

.navTop_div .navTop_contact {
    display: flex;
}

.navTop_div .navTop_contact p {
    margin-left: 12px;
}

/*nav start*/
.top_line {
    width: 100%;
    box-shadow: 2px 5px 1px 0 rgb(185 185 185 / 4%);
    background: #fff;
}

#nheader {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#nheader:after {
    clear: both;
    font-size: 0px;
    height: 0px;
    display: block;
}
#nheader #nlogo {
    height: 60px;
    display: flex;
    align-items: center;
}

#nheader #nlogo .online {
    width: 140px;
    height: 48px;
    color: #fff;
    background-color: #c34b44;
    border-radius: 4px;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    margin-right: 30px;
    font-weight: bold;
}

#nheader #nlogo img {
    height: 60px;
}

#nheader #ntop-nav {
    width: 40%;
    float: right;
    padding-top: 20px;
}

#nheader  #nsearch {
    width: 520px;
    border: 1px solid #eee;
    border-radius: 4px;
    height: 46px;
    float: left;
}

#nheader #nsearch input[type="text"]#keywords {
    border: none;
    width: calc(100% - 105px);
    line-height: 46px;
    height: 46px;
    float: left;
    font-size: 14px;
    padding: 0px 15px;
    border-radius: 3px;
}

#nheader #nsearch button {
    width: 72px;
    float: right;
    padding: 0px;
    background: #4485f2;
    text-align: center;
    line-height: 46px;
    height: 46px;
    border: none;
}

#nheader #nsearch button i.iconfont {
    font-size: 24px;
    color: #fff;
}

#nheader  #nsearch:hover {
    border: 1px solid #4485f2;
}

#nheader #nsearch button i.iconfont:hover {
    color: #dde4ef;
}

/*index start*/
#index_boxs .nhot {
    padding: 0 10px;
    border-bottom: solid 1px #eee;
    margin: 0 30px;
    display: flex;
    align-items: center;
}

.nhot ul .nav {
    position: relative;
    height: 70px;
    line-height: 70px;
}

.nhot ul li a {
    padding: 6px 10px;
    color: #555;
    font-size: 16px;
    margin-right: 10px;
    border-radius: 2px;
    white-space: nowrap;
    margin-bottom: 10px;
    font-weight: bold;
}

.nhot .nav_down {
    display: none;
    width: 200px;
    padding: 10px 0;
    box-shadow: 0px 0px 5px 0px rgba(177, 177, 177, 0.22);
    position: absolute;
    top: 64px;
    left: -20px;
    background: #fff;
}

.nhot .nav_down li {
    line-height: 46px;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nhot .nav_down li a {
    font-size: 14px;
    color: #505050;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.nhot ul li a:hover {
    color: #4485f2;
}

.nhot ul li:hover .nav_down {
    display: block;
}

.nhot .nav_down li:hover {
    background: #cfd2d742;
}

#index_boxs #index_main {
    max-width: 1200px;
    margin: 0 auto;
}

#index_boxs #index_main .nlogo {
    padding: 40px 0px 36px;
}

#index_boxs #index_main .nlogo img {
    display: block;
    max-width: 100%;
    width: 220px;
    margin: 0 auto;
}

#index_boxs #index_main #nsearch {
    width: 780px;
    border: 1px solid #e3e3e3;
    margin: 0 auto;
    border-radius: 4px;
    height: 50px;
}

#index_boxs #index_main #nsearch input[type="text"]#keywords {
    border: none;
    width: calc(100% - 150px);
    line-height: 50px;
    height: 50px;
    float: left;
    font-size: 14px;
    padding: 0px 15px;
    border-radius: 3px;
    outline: none;
}

#index_boxs #index_main #nsearch button {
    width: 108px;
    float: right;
    padding: 0px;
    background: #4485f2;
    text-align: center;
    line-height: 52px;
    height: 52px;
    border: none;
    font-size: 14px;
    color: #fff;
    margin-top: -1px;
    border-radius: 0 4px 4px 0;
}

#index_boxs #index_main #nsearch button i.iconfont {
    font-size: 24px;
    color: #fff;
    margin-right: 6px;
    vertical-align: sub;
}
#index_boxs #index_main #nsearch:hover {
    border: 1px solid #4485f2;
}
#index_boxs #index_main #nsearch:hover button i.iconfont {
    color: #dde4ef;
}

#key_word {
    width: 782px;
    margin: 12px auto;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
}

#key_word ul {
    display: flex;
}

#key_word ul li {
    background-color: #f7f7f7 !important;
    padding: 0 10px;
    margin-right: 16px;
}

#key_word ul li a {
    color: #808080;
    font-size: 14px;
}

#key_word ul li:hover {
    background-color: #eff0f5!important;
}
#key_word ul li a:hover {
    color: #4485f2;
}

#home-search {
    margin-top: 30px;
}

.huan2 {
    width: 320px;
    padding: 0px;
    background: none;
    text-align: center;
    border: none;
    font-size: 14px;
    color: #7d808b;
    margin: 0 0 25px;
    border-radius: 4px 4px 4px 4px;
    display: flex;
    justify-content: flex-end;
}

.huan2 img {
    width: 18px;
    margin-right: 8px;
    vertical-align: middle;
}

.huan2 img:hover {
    animation: rotate 0.4s linear;
}
@keyframes rotate{
    0%{
        transform: rotateZ(0deg);/*从0度开始*/
    }
    100%{
        transform: rotateZ(360deg);/*360度结束*/
    }
}
.huan2:hover {
    color: #4485f2;
}

#hot-content {
    display: flex;
    flex-flow: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1200px;
}

#hot-content #hot_left {
    width: 800px;
}

#hot-content #hot_left b {
    font-size: 16px;
    font-weight: bold;
    color: #89abe5;
    margin: 0 0 25px;
    display: block;
}

#hot_left .news-list_tab {
    margin: 0 0 30px;
    display: flex;
    justify-content: space-between;
}

#hot_left .news-list_tab .news-list_left {
    width: 132px;
    height: 88px;
    display: block;
    background: #bfbfbf;
}

.news-list_tab .news-list_left img {
    transition: transform .3s;
    transition-timing-function: linear;
    width: 100%;
}

.news-list_tab .news-list_left img:hover {
    transform: scale(1.06);
}

.news-list_tab .news-list_right {
    width: 640px;
}

.news-list_tab .news-list_right h1 {
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    height: 60px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list_tab .news-list_right p {
    font-size: 15px;
    color: #808080;
    height: 24px;
    line-height: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 2px;
}

.news-list_tab .news-list_right .news_time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.news-list_right .news_time span {
    color: #c3c4c8;
    font-size: 13px;
}

.news-list_right .news_time span i {
    margin-right: 10px;
    color: #c3c4c8;
}

.news-list_tab .news-list_right h1:hover {
    color: #4485f2;
    text-decoration: underline;
    overflow: hidden;
    text-overflow: ellipsis;
}



#hot-content #hot_right {
    width: 340px;
}

#hot-content #hot_right dd {
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 44px;
    color: #666;
}

#hot-content #hot_right a {

}

#hot-content #hot_right a i {
    font-size: 14px;
    margin-right: 8px;
    font-style: normal;
    color: #949699;
}

#hot-content #hot_right a span {
    color: #333;
    font-size: 16px;
}

/*news start*/
#new_content {
    background: #f5f5f5;
    padding: 20px 0;
}

#new_content #index-bigbox {
    background: #fff;
    width: 1200px;
    margin: 0 auto 30px;
}

#index-bigbox .box_tabNav {
    width: 100%;
}

#index-bigbox .box_tabNav .tab {
    display: flex;
    flex-flow: nowrap;
    padding: 25px 30px 20px;
    align-items: center;
}

.box_tabNav .tab li {
    width: auto;
    color: #555555;
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    cursor: pointer;
    margin-right: 40px;
}

.box_tabNav .tab li.xz {
    font-weight: bold;
}

.box_tabNav .content {
    background: #f7f9fc;
    padding: 14px 30px;
}

.box_tabNav .content ul {
    display: flex;
    color: #aeaeae;
    font-size: 14px;
}

.box_tabNav .content ul div {
    margin-right: 30px;
}

#index-bigbox #box-news {
    display: flex;
    justify-content: space-between;
    padding: 10px 40px 30px;
}

#index-bigbox #news-list {
    width: 820px;
}

#index-bigbox #news-list dl {
    padding: 20px 0px;
    border-bottom: 1px dashed #eee;
    transition: all 0.3s;
    display: flex;
    justify-content: space-between;
}

#index-bigbox #news-list dl dt {
    width: 180px;
    height: 120px;
}

#index-bigbox #news-list dl dt img {
    width: 100%;
    height: 100%;
    transition: transform .3s;
    transition-timing-function: linear;
}

#index-bigbox #news-list dl dd {
    width: 606px;
}

#index-bigbox #news-list dl dt img:hover {
    transform: scale(1.06);
}

#news-list dl dd a.ntitlex {
    font-size: 18px;
    color: #333;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#news-list dl dd a.ntitlex:hover {
    color: #4485f2;
    text-decoration: underline;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#news-list dl dd p.des {
    height: 42px;
    line-height: 22px;
    color: #999;
    overflow: hidden;
    margin-bottom: 18px;
}

#news-list dl dd .news_time {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#news-list dl dd .news_time span {
    color: #c3c4c8;
    font-size: 13px;
}

#news-list dl dd .news_time span i {
    margin-right: 10px;
}

#news-list dl dd .news_time a {
    color: #c3c4c8;
    font-size: 13px;
}

#news-list dl dd .news_time a i {
    margin: 0 10px;
}

#news-listRight {
    width: 260px;
}

#news-listRight .right_hot {
    background: #fff;
    border-radius: 2px;
    margin-top: 20px;
    border: solid 1px #f3f3f3;
}

.right_hot .right_title {
    font-size: 15px;
    font-weight: bold;
    color: #4485f2;
    line-height: 48px;
    height: 48px;
    background: #f8f8f8;
}

.right_hot .right_title span {
    padding-left: 12px;
    border-left: solid 2px #4485f2;
    margin-left: 10px;
}

.right_hot .web-search {
    padding: 16px;
}

.right_hot .web-search a {
    font-size: 13px;
    margin: 0 10px 10px 0;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 3px;
    background: #f2f2f2;
}

.right_hot .web-search a:hover {
    background: #6a86b5;
    color: #fff;
}

.right_hot .right-list {
    width: 230px;
    margin: 0 auto;
    padding: 0 12px;
}

.right_hot .right-list dl {
    border-bottom: 1px dotted #eee;
    padding: 15px 0px;
    display: flex;
    justify-content: space-between;
}

.right_hot .right-list dl dt {
    width: 40px;
    line-height: 40px;
    height: 40px;
    float: left;
}

.right_hot .right-list dl dt a {
    line-height: 40px;
    width: 40px;
    height: 40px;
    display: block;
}

.right_hot .right-list dl dd {
    width: 180px;
    overflow: hidden;
}

.right_hot .right-list dl dd a {
    line-height: 40px;
    height: 40px;
    font-size: 13px;
    font-weight: bold;
    display: block;
    color: #515151;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.right_hot .right-list dl dt a img {
    width: inherit;
    height: inherit;
}

/*news_show start*/
#news-list .news-show {
    margin: 0 auto;
}

#news-list .news-show h1 {
    font-size: 24px;
    color: #444;
    padding: 20px 0px 10px;
    word-break: break-word;
}

.news-show .news-info {
    color: #999;
    font-size: 12px;
    padding: 6px 0px 12px;
    border-bottom: solid 1px #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-show .news-info span i {
    margin-right: 10px;
}

.news-show .news-info div {
    display: flex;
    align-items: center;
}

.news-show .news-info div a {
    display: flex;
    align-items: center;
}

.news-show .news-info div a img {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 6px;
}

.news-show .news-content {
    line-height: 190%;
    padding: 25px 0px;
    word-break: break-all;
    background: url(/images/bg.png);
}

.news-show .note {
    color: #437aab;
    padding: 30px 20px 20px;
    border-bottom: 1px solid #eee;
}

.news-show .note p {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}

.news-show .note i.iconfont {
    color: #5596cf;
    margin-right: 10px;
}

.news-show .note span {
    font-size: 14px;
}

#pagefy .digg {
    padding-bottom: 25px;
    padding-top: 25px;
}
#pagefy .digg:after {
    clear: both;
    content: '';
    font-size: 0px;
    width: 100%;
    height: 0px;
    display: block;
}
div.digg {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 14px;
}
div.digg a {
    display: block;
    float: left;
    padding: 5px 12px;
    margin: 0 0 0 8px;
    border: 1px solid #e1e2e3;
    line-height: 20px;
    height: 20px;
    color: #3b8dd1;
    background: #fff;
    text-decoration: none;
}
div.digg a:hover {
    border: 1px solid #3b8dd1;
}
div.digg span {
    display: block;
    float: left;
    padding: 5px 0;
    line-height: 20px;
    height: 20px;
}
div.digg span.current {
    padding: 5px 12px;
    margin: 0 0 0 8px;
    color: #555;
    font-weight: bold;
}
div.digg span.disabled {
    border: 1px solid #eee;
    padding: 5px 12px;
    margin: 0 0 0 8px;
    color: #ddd;
}

/*search start*/

#new_content #index-bigbox .ntitle {
    width: 100%;
    font-style: normal;
    padding: 20px 30px 0;
}

#index-bigbox .ntitle i {
    font-style: normal;
    color: #808080;
}

#index-bigbox .ntitle .blue {
    color: #6a86b5;
}

#index-bigbox .ntitle .red {
    color: #4485f2;
}

.right_hot .web-nav {
    padding: 16px;
}

.right_hot .web-nav a {
    display: block;
    width: 220px;
    height: 36px;
    line-height: 36px;
    text-indent: 12px;
    color: #505050;
    background-color: #e5e9eecc;
    font-size: 14px;
    text-align: left;
    margin-bottom: 12px;
    transition: transform .3s;
    transition-timing-function: linear;
}

.right_hot .web-nav a:hover {
    color: #4485f2;
    transform: scale(1.02);
}

/*online start*/
#new_content #index-bigbox h3 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 38px;
    text-align: center;
    color: #4485f2;
}

#new_content #index-bigbox .box_online {
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
}

.box_online .online_left {
    width: 660px;
    background-color: #fafafa;
    align-self: start;
    margin-bottom: 50px;
}

.box_online .online_left h2 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin: 34px 0;
}

.box_online .online_left .form-box {
    padding: 0 50px 40px;
}

.form-box .form-box_item {
    margin-top: 30px;
}

.form-box .form-box_item span {
    font-size: 16px;
    margin-bottom: 10px;
}

.form-box .form-box_item .form-box_c {
    margin-top: 10px;
}

.form-box .form-box_item .form-box_c input[type="text"] {
    font-size: 15px;
    box-sizing: border-box;
    padding: 12px 12px;
    border: 1px solid #eee;
    border-radius: 2px;
    width: 100%;
}

.form-box .form-box_item .form-box_c input[type="text"]:focus {
    border: 1px solid #eee;
}

.form-box .form-box_item .form-box_c .textarea {
    font-size: 15px;
    box-sizing: border-box;
    padding: 12px 12px;
    border: 1px solid #eee;
    width: 100%!important;
    margin: 0!important;
}

.form-box .form-box_item .form-box_c {
    margin: 10px 0 15px;
}

.form-box .summit-bnt {
    background: #4485f2;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    transition: all 0.3s;
    width: 130px;
    border: none;
    padding: 15px 0px;
    display: block;
    margin: 0 auto;
}

.form-box_item .form-box_agreement span {
    color: #505050;
    line-height: 1.6;
    font-size: 14px;
    margin-left: 10px;
}

.form-box_item .form-box_agreement a {
    color: #4485f2;
}

.box_online .online_right .con-tab {
    width: 310px;
    border: 1px solid #eee;
    padding: 20px 20px 20px 60px;
    position: relative;
    margin-bottom: 30px;
}

.online_right .con-tab i.iconfont {
    font-size: 24px;
    color: #808080;
    position: absolute;
    left: 20px;
    top: 30px;
}

.online_right .con-tab b {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 16px;
}

.online_right .con-tab p {
    font-size: 14px;
    padding: 2px 0px;
    line-height: 2;
    color: #505050;
}


/*footer start*/
#copyright-n {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #bbb;
    line-height: 32px;
    height: 32px;
    margin: 20px auto 10px;
}

#copyright-n a {
    font-size: 14px;
    color: #bbb;
    margin: 0 4px;
}

/*右漂浮栏 start*/
.f_pf1 {
    padding: 0 8px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 6px rgba(117, 117, 117, 0.29);
    position: fixed;
    top: 64%;
    right: 4px;
    z-index: 999;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.f_pf1 a.Kf, .f_pf1 .Dh a, .f_pf1 .Yx a, .f_pf1 .Wx a, .f_pf1 a.totop {
    display: block;
    width: 36px;
    height: 36px;
    overflow: hidden;
    margin: 0 auto;
    padding: 16px 10px;
    background-color: #fff;
    border-radius: 0;
    cursor: pointer;
    border-bottom: 1px solid #ececec;
}

.f_pf1 a.Kf i, .f_pf1 .Dh a i, .f_pf1 .Yx a i, .f_pf1 .Wx a i, .f_pf1 a.totop i {
    display: block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.f_pf1 .Wx a i {
    background: url(../images/pfIco02.png) center center no-repeat;
    background-size: 36px 36px;
}

.f_pf1 .whatsAPP a i {
    background: url(../images/pfIco03.png) center center no-repeat;
    background-size: 36px 36px;
}

.f_pf1 .Dh a i {
    background: url(../images/pfIco04.png) center center no-repeat;
    background-size: 36px 36px;
}

.f_pf1 .Yx a i {
    background: url(../images/pfIco01.png) center center no-repeat;
    background-size: 36px 36px;
}

.f_pf1 a.totop i {
    background: url(../images/pfIco05.png) center center no-repeat;
    background-size: 36px 36px;
}

.f_pf1 .Dh, .f_pf1 .Yx, .f_pf1 .Wx {
    position: relative;
}

.f_pf1 .Dh .tel {
    display: none;
    width: 240px;
    height: 49px;
    overflow: hidden;
    line-height: 49px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 10px 20px;
    background-color: #c34b44;
    border-radius: 0;
    position: absolute;
    right: 70px;
    top: 0;
}

.f_pf1 .Dh:hover .tel {
    display: block;
}

.f_pf1 .Yx .email {
    display: none;
    width: 270px;
    height: 49px;
    overflow: hidden;
    line-height: 49px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 10px 20px;
    background-color: #c34b44;
    border-radius: 0;
    position: absolute;
    right: 70px;
    top: 0;
}

.f_pf1 .Yx:hover .email {
    display: block;
}

.f_pf1 .Wx .code {
    display: none;
    width: 140px;
    height: 140px;
    margin: 0;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(117, 117, 117, 0.29);
    border-radius: 0;
    position: absolute;
    right: 72px;
    top: 0;
}

.f_pf1 .Wx .code img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.f_pf1 .Wx:hover .code {
    display: block;
}

.f_pf1 .whatsAPP .code {
    display: none;
    width: 140px;
    height: 140px;
    margin: 0;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(117, 117, 117, 0.29);
    border-radius: 0;
    position: absolute;
    right: 72px;
    top: 0;
}

.f_pf1 .whatsAPP .code img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.f_pf1 .whatsAPP:hover .code {
    display: block;
}



@media screen and (max-width: 1300px) {
    .footer-div {
        width: 1000px;
    }
}
