* {margin: 0;padding: 0;}
html{background: #f6f6f6;}
body {position:relative;background:#fff;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}
body,button,input,select,textarea{font:14px/1.6 "Microsoft YaHei"; color:#414141;}
h1, h2, h3, h4, h5, h6 {font-size:100%;}
section, article, aside, header, footer, nav, dialog, figure {display: block;}
a {color:#333; text-decoration:none;}
a:hover {color:#e30e13; cursor:pointer;}
img{border:0;border-style: none; vertical-align:middle;}
ul,ol{list-style:none;}
input#wd:-webkit-autofill, textarea#wd:-webkit-autofill, select#wd:-webkit-autofill { background-color: #ddd;color: #ccc;}
.clear{clear:both;font-size:1px;width:1px;height:0;visibility:hidden;margin-top:0px!important;*margin-top:-1px;line-height:0}
.clear::after {content: "";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix:after{content:"\20";display:block;height:0;line-height:0;font-size:0;clear:both; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.left{ float:left;}
.right{ float:right;}
abbr[title] {border-bottom: none;text-decoration: underline;text-decoration: underline dotted;}
b,strong {font-weight: bolder;}
code,kbd,samp {font-family: monospace, monospace;font-size: 1em;}
sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sub {bottom: -0.25em;}
sup {top: -0.5em;}
button,input,optgroup,select, textarea {font-family: inherit;font-size: 100%;line-height: 1.15;margin: 0;}
button, input {overflow: visible;}
button,select {text-transform: none;}
button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance: button;}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {border-style: none;padding: 0;}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {outline: 1px dotted ButtonText;}
fieldset {padding: 0.35em 0.75em 0.625em;}
legend {box-sizing: border-box;color: inherit;display: table;max-width: 100%;padding: 0;white-space: normal;}
progress {vertical-align: baseline;}
textarea {overflow: auto;}
[type="checkbox"], [type="radio"] {box-sizing: border-box;padding: 0;}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {height: auto;}
[type="search"] {-webkit-appearance: textfield;outline-offset: -2px;}
[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
::-webkit-file-upload-button {-webkit-appearance: button;font: inherit;}
details {display: block;}
summary {display: list-item;}
template {display: none;}
[hidden] {display: none;}

li {list-style-type: none;}
i {font-style: normal;}
.left {float: left;}
.right {float: right;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.h10 {height: 10px;width: 100%;clear: both;}
.h15 {height: 15px;width: 100%;clear: both;}
.h20 {height: 20px;width: 100%;clear: both;}
.h25 {height: 25px;width: 100%;clear: both;}
.h30 {height: 30px;width: 100%;clear: both;}
.mr0 {margin-right: 0 !important;}
.line{border-bottom: 1px solid #eee;}
.line1 {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.line2 {word-break: break-all;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}


.w1400 {box-sizing: border-box;width: 1400px;height:100%;margin: 0 auto;}
.w1240 {box-sizing: border-box;width: 1240px;height:100%; margin: 0 auto;}


.header_gg{
   /* width: 100%;*/
    background: #fff;
}
.header_gg a{
    display: block;
    width: 100%;
    /*margin: 0 auto;*/
    margin-left: 50%;
    transform: translateX(-50%);
}
.header_gg a img{
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.top-bar {
    background-color: #f8f8f8;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #666;
    max-width: 1400px;
    margin: 0px auto;
}
.top-bar-left {
    color: #333;
}
.top-bar-right {
    display: flex;
    gap: 20px;
}
.header{
    width: 100%;
    height: 130px;
    background:#fff;
}
.header .header_box{
    height:130px;
    width: 1400px;
    margin: 0 auto;
    display: flex;
}
.header .header_box .logo_box{
    width: 260px;padding-top: 35px;
}
.header .header_box .logo_box img{
    width: 220px;
}
.header .header_box .top_rili{
    width:200px;
    padding-top: 44px;
}
.header .header_box .top_tianqi {width:200px;padding-top: 30px;}


.topInfo {
    width: 370px;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-top: 40px;
}
.topInfo .service_fun {
    display: flex;
}

.topInfo .service_fun li {    
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-sizing: border-box;
    position: relative;
    margin-left: 10px;
}


.topInfo .service_fun li:hover .navIcon {
    animation: rongJump .2s forwards linear
}

.topInfo .service_fun li .jumpNav {
    width: 200px;
    background: rgba(255,101,101,.8);
    position: absolute;
    top: 55px;
    left: calc((100% - 200px)/2);
    z-index: 99;
    padding: 15px 0 40px;
    box-sizing: border-box;
    border-radius: 5px;   
    visibility: hidden;
    text-align: center;
    transition: .3s;
    opacity: 0;
    /*box-shadow: 0px 0px 8px rgba(0, 0, 0, .2)*/
}

.topInfo .service_fun li .jumpNav.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(5%)
}

.topInfo .service_fun li .jumpNav p {
    font-size: 16px;
    color: #666
}

.topInfo .service_fun li .jumpNav p strong {
    color: #000
}

.topInfo .service_fun li .jumpNav img {
    width: 60%;
    height: auto;
    margin-top: 20px;
    padding: 7px;
    border: 1px solid #ebebeb;
    border-radius: 6px
}

.topInfo .service_fun li .jumpNav span {
    display: inline-block;
    padding: 0 25px;
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    margin-top: 13px;
    border-radius: 5px;
    background: #ff2626;
    transition: background .3s
}

.topInfo .service_fun li .jumpNav span:hover {
    background: rgba(255, 38, 38, .8)
}
.topInfo .service_fun li .jumpNav .triangle {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(255,101,101,.8);
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translateX(-10px);
    opacity: 0.8;
}

.topInfo .service_fun img {
    border-radius: 0
}

.topInfo .service_fun span {
    margin-top: 12px;
    display: block;
    line-height: 1em
}
@keyframes rongJump {
    50% {
        transform: translateY(-5px)
    }

    100% {
        transform: translateY(0)
    }
}

.navIcon {
    width: 50px;
    height: 50px;
    background-position: 50% 0;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto
}

.navIcon.wapIcon {
    background-image: url("../img/icon_1.png")
}

.navIcon.radioIcon {
    background-image: url("../img/icon_2.png")
}

.navIcon.tvIcon {
    background-image: url("../img/icon_3.png")
}

.navIcon.phoneIcon {
    background-image: url("../img/icon_4.png")
}

.navIcon.clientIcon {
    background-image: url("../img/icon_5.png")
}

.navIcon.rongIcon {
    background-image: url("../img/icon_6.png")
}


.search {
    width: 370px;
    height:42px;
    line-height:42px;
    position: relative;
    margin-top: 42px;
}
.search .commonSearchInput {
    float: left;
    width: 370px;
    height: 48px;
    line-height: 48px;
    padding-left:10px;
    padding-right:40px;
    border: none;
    color: #8C8C8C;
    box-sizing: border-box;
    border-radius: 15px;
    border: 1px solid #ccc;
}
input:focus{
    outline-color: #eee;
}
.search .commonSearchBtn {
    position: absolute;
    right: 7px;
    top: 8px;
    cursor: pointer;
    height: 34px;
    width: 34px;
    border: none;
    background: url("../img/search.png") no-repeat center left;
}
.search .commonSearchBtn:hover {
    background: url("../img/search_h.png") no-repeat center left;
}

/*gotop*/
.toTop {
    position: fixed;
    left: 50%;
    transform: translateX(720px);
    cursor: pointer;
    z-index: 10;
}

/* nav-top */
.nav_top{
    width: 1400px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
	text-align:center;
    background: #d60f1a url('../img/nav_bg.png') no-repeat center top;
}
.menu{
    width: 1400px;
    color: #FFFFFF;
    margin: 0 auto;
}
.menu a{
    display: inline-block;
    padding: 0 30px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
.menu a:hover{
    font-weight: bold;
    background: rgba(255, 255, 255, 0.3);
}

/*footer*/
.footer {margin: 0 auto;padding: 0px 0px;}
.footer-nav {height:60px; font-size:16px; color:#fff; line-height:60px; text-align:center;background: #d60f1a url('../img/nav_bg.png') no-repeat center top;}
.footer-nav a {padding:0 10px;color:#fff;}
.footer-nav a:hover{color:#e8e8e8; text-decoration:none;}
.foot-word{text-align: center; font-size:13px; color:#454545; line-height:26px; padding-top:20px; padding-bottom:10px;}
.foot-word a {color:#454545;}
.foot-word span{ padding:10px;}
.footer-icon{margin:0 auto;text-align:center;padding-bottom:20px;}
.footer-icon2 {text-align:center;padding-bottom:50px;}
.footer-icon2 img{margin:0px 5px;}

.footer-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.footer-row a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}
.footer-row a:hover {
    text-decoration: none;
}
.footer-divider {
    color: #fff;
}
.footer-row.center {
    font-size: 15px;
    color: #fff;
}
.footer-row.center a {
    color: #fff;
}
.footer-row.bottom {
    font-size: 15px;
    color: #fff;
}
.footer-certs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.footer_wap {display: none;}
.cert-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cert-item img {
    width: 125px;
    height: 45px;
}
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease;
    z-index: 999;
}
.back-to-top:hover {
    background-color: #2a55a8;
}

.tabs-container {
    background-color: #fff;            
    overflow: hidden;
    max-width: 1400px;
    margin: 0 auto;
}
.tabs-header {
    display: flex;
    border-bottom: 1px solid #eee;
    position: relative;
}
.tab-item {
    padding: 5px 20px;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}
.tab-item.active {
    color: #333;
    font-weight: bold;
}
.tab-item::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 20px;
    right: 30px;
    height: 2px;
    background-color: #1a4598;
    width: 65px;
}
.tab-item:hover {
    color: #333;
}
.tabs-content {
    padding: 20px;
}
.tab-panel.active {
    display: block;
}
.media-grid {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 10px;
}
.media-item {
    padding: 0px;
}
.media-item a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    display: block;
    line-height: 1.6;
}
.media-item a:hover {
    color: #c11016;
    text-decoration: none;
}

/*定义竖屏 css*/
@media screen and (orientation:portrait) {
    .nav-list {gap:0px;}
    .nav-list li a {padding: 0px 16px;}
    .media-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
