
.content-wrap {
    width: 1200px;
    margin: 0 auto;
}


.wrap-banner-a {
    position: relative;
    display: flex;
    align-items: center;
    width: 124px;
    height: 38px;
    padding-left: 22px;
    border: 1px solid #fc2729;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(to right, #fc2729, #ff4f2d);
    box-shadow: 0px 6px 13px rgba(254, 65, 44, .2)
}

.wrap-banner-a::after {
    position: absolute;
    right: 20px;
    content: '';
    width: 20px;
    height: 11px;
    background: url(../images/tcsc/wrap-banner-a-after.png) no-repeat;
}

.wrap-banner-a:hover {
    color: #fc2729;
    background: #fff;
}


/* 标题 */

.home-title1 {
    text-align: center;
}

.home-title1 h2 {
    font-size: 30px;
    color: #313131;
}

.home-title1 h3 {
    font-size: 30px;
    color: #384c78;
}

.home-title1 p {
    margin: 15px auto 0;
    font-size: 16px;
    line-height: 28px;
    color: #777;
}

.home-title2 h2 {
    color: #fff;
}

.home-title2 p {
    color: rgba(255, 255, 255, .75);
}

.home-title2 p {
    max-width: 980px;
}


/* 按钮 */

.home-more {
    display: flex;
}

.home-more a {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    width: 118px;
    height: 50px;
    padding-top: 5px;
    border-radius: 8px;
    font-size: 16px;
}

.home-more .home-more1 {
    color: #3862ff;
    background: url(../images/index/home-more1.png);
}

.home-more .home-more2 {
    color: #fff;
    background: url(../images/index/home-more2.png);
}

.home-more .home-more1:hover {
    color: #fff;
    background: url(../images/index/home-more2.png);
}

.home-more .home-more2:hover {
    color: #3862ff;
    background: url(../images/index/home-more1.png);
}


.head-top {
    background: #f4f4f4;
}

.head-top .head-top-box {
        height: 30px;
    line-height: 30px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
}

.head-top span{
    font-size: 12px;
}.head-top span:first-child{
    margin-left: 30px;
}

.head-logo {
    height: 108px;
    display: flex;
    background: #fff;
}

.head-logo .head-logo-box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.head-logo .head-logo-box .head-logo-l {
    display: flex;
    align-items: center;
}

.head-logo .head-logo-box .head-logo-l span {
    display: inline-block;
    width: 2px;
    background: #0173FA;
    height: 75px;
    margin: 0 24px;
}

.head-logo .head-logo-box .head-logo-l div h2 {
    font-size: 24px;
    font-weight: bold;
    color: #0366c9;
    margin-bottom: 6px;
}

.head-logo .head-logo-box .head-logo-l div p {
    height: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #4C4C4C;
    margin-top: 7px;
    line-height: 23px;
}

.head-logo .head-logo-box .head-logo-r {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 5px;
}
.head-logo .head-logo-box .head-logo-r .r-button{
    margin-bottom: 10px;
}
.head-logo .head-logo-box .head-logo-r .r-button span{
    font-size: 16px;
    color: #333;
    margin-right: 10px;
}
.head-logo .head-logo-box .head-logo-r .r-button a{
        width: 110px;
    height: 34px;
    background-color: #0366c9;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    line-height: 34px;
    color: #fefefe;
    font-size: 16px;
}
.head-logo .head-logo-box .head-logo-r .r-contact {
    display: flex;
    align-items: center;
}
.head-logo .head-logo-box .head-logo-r .r-contact div {
        display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.head-logo .head-logo-box .head-logo-r .r-contact div:first-child div:first-child {
        margin-right: 8px;
    margin-bottom: 4px;
}
.head-logo .head-logo-box .head-logo-r .r-contact div:first-child div:first-child img {
    width: 30px;
}
.head-logo .head-logo-box .head-logo-r .r-contact .contact-line {
    display: inline-block;
    width: 1px;
    height: 28px;
    background: #d9d9d9;
    margin: 0 20px;
}
.head-logo .head-logo-box .head-logo-r .r-contact div div {
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.head-logo .head-logo-box .head-logo-r .r-contact div div span:first-child{
     font-size: 12px;
    color: #767676;
        line-height: 10px;
}
.head-logo .head-logo-box .head-logo-r .r-contact div div span:last-child{
        font-size: 18px;
    font-weight: bold;
    color: #ec7a00;
    /*margin-top: -10px;*/
        line-height: 26px;
}





.news_li {
    overflow: hidden;
    height: 36px;
}

.nav_menu div.content-wrap {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news_li p {
    height: 36px;
    line-height: 36px;
}

.head-top p {
    position: relative;
    font-size: 12px;
    line-height: 36px;
    color: #666;
}

.head-top .head-top-p::before {
    position: absolute;
    top: 11px;
    left: -19px;
    content: '';
    width: 14px;
    height: 14px;
    background: url(../images/index/icon-top-phone.png) no-repeat;
}

.nav_menu .logo {
    float: left;
    /*padding-top: 15px;*/
}

.nav_menu .logo .logo2 {
    display: none;
}

.nav_menu {
    position: absolute;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 90px;
    background-color: #2f54eb;
}
.nav-view{
        display: flex;
    align-items: center;
    height: 55px;
}

.nav_menu .list {
    float: right;
}

.nav_menu .list li {
    position: relative;
    float: left;
}

.nav_menu .list li a {
    display: inline-block;
    line-height: 89px;
    margin: 0 16px;
    font-size: 17px;
}

.nav_menu .list li.hot::after {
    position: absolute;
    right: -10px;
    top: 30%;
    content: '';
    width: 22px;
    height: 10px;
    background: url(../images/index/hot.gif);
}

.nav_menu .list li a {
    color: #ececec;
}

.nav_menu .list li a:hover {
    color: #FFA304;
}

.nav_menu .list li.li2 a::after {
    content: '';
    position: absolute;
    top: 41px;
    right: 5px;
    width: 5px;
    height: 5px;
    border-right: 1px solid #ececec;
    border-top: 1px solid #ececec;
    transform: rotate(136deg);
}

.nav_menu .list li a:hover,
.nav_menu .list li .now {
    border-bottom: 1px solid #fff;
    color: #fff;
}

.nav_menu .list .li2 .now {
    color: #fff;
}

.nav_menu .list .li2 .now::after,
.nav_menu .list li.li2 a:hover::after {
    border-color: #fff;
}

.nav_menu .list .li2 .now::after {
    border-color: #fff !important;
}

.nav_menu .list #navfouce {
    float: left;
}

.nav_menu .list .nav-ckys {
    float: right;
    display: flex;
    flex-direction: column;
    padding-top: 21px;
    padding-left: 37px;
}

.nav_menu .list .nav-ckys img {
    width: 50px;
}

.nav_menu .list .nav-ckys span {
    font-size: 14px;
    color: #fff;
}

.nav_menu .box {
    position: absolute;
    left: 0px;
    top: 90px;
    width: 100%;
    z-index: 999999999;
    overflow: hidden;
    filter: alpha(opacity=0);
}

.nav_menu .cont {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 6px 29px 0px rgba(62, 176, 255, 0.16);
}

.nav_menu .nav-box {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 42px;
}
.nav-view .logo-view{
    display: none;
}
.nav-view .list-view{
    float: none;
    width: 1200px;
}
.nav-view .ul-view{
    float: none !important;
    display: flex;
    justify-content: space-between;
}
.nav-view .ul-view li a{
    line-height: 55px;
}
.nav-view .ul-view li.li2 a::after{
    top: 24px;
}
.nav-view .view-box{
    top: 55px;
}


/* sublist */

.sublist li {
    float: left;
    width: 168px;
    padding-right: 24px;
    padding-bottom: 24px;
}

.sublist li h3.mcate-item-hd {
    padding-left: 2px;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    border-bottom: 1px dashed #666666;
}

.sublist li p.mcate-item-bd {
    padding-left: 2px;
}

.sublist li p.mcate-item-bd a {
    height: 26px;
    line-height: 26px;
    margin-right: 5px;
    font-size: 12px;
    color: #666666;
    text-decoration: none;
    display: inline-block;
}

.sublist li p.mcate-item-bd a:hover {
    color: #6c5143;
    text-decoration: underline;
}

.nav_menu.sticky {
    position: fixed;
    z-index: 999999;
    top: 0;
    width: 100%;
    border: none;
    background: #fff;
    box-shadow: 0px 6px 29px 0px rgba(62, 176, 255, .16)
}
.head-logo.sticky {
    position: absolute;
    z-index: 999999;
    width: 100%;
    top: -20px;
}

.nav_menu.sticky .list li a {
    /*line-height: 78px;*/
}

.nav_menu.sticky .list a {
    border-color: #0a6dee;
    color: #222d45;
}

.nav_menu.sticky .list li.li2 a::after {
    border-color: #222d45;
}

.nav_menu.sticky .list li.li2 a {
    border-color: #0a6dee;
}

.nav_menu.sticky .list li.li2 a:hover::after {
    border-color: #0a6dee;
}

.nav_menu.sticky .box {
    top: 80px;
}

.nav_menu.sticky .logo .logo1 {
    display: none;
}

.nav_menu.sticky .logo .logo2 {
    display: block;
}

.nav_menu.sticky .list .nav-ckys span {
    color: #222d45;
}

.nav_menu.sticky .list .li2 .now {
    color: #0a6dee;
}

.nav_menu.sticky .list a:hover {
    color: #0a6dee;
    border-color: #0a6dee
}

.nav_menu.sticky .list .li2 .now::after,
.nav_menu.sticky .list li.li2 a:hover::after {
    border-color: #0a6dee !important;
}


/* footer */

footer {
    clear: both;
}

.foot-top {
    height: 132px;
    background: #272727;
}

.foot-top .content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 132px;
}

.foot-top dl {
    display: flex;
    align-items: center;
}

.foot-top dl dt img {
    width: 50px;
}

.foot-top dl dd {
    padding-left: 19px;
}

.foot-top dl dd p {
    padding-bottom: 6px;
    font-size: 18px;
    color: #fff;
}

.foot-top dl dd span {
    font-size: 14px;
    color: #999;
}

.foot-top p {
    line-height: 1;
}

.foot-bottom {
    height: 455px;
    background: #222;
}

.foot-bottom-top {
    display: flex;
    justify-content: space-between;
    height: 280px;
    padding-top: 48px;
}

.foot-bottom-left-qybh dl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 64px;
    margin-top: 24px;
    border: 1px solid #343434;
}

.foot-bottom-left-qybh dl dd {
    padding-left: 10px;
}

.foot-bottom-left-qybh dl dd p {
    padding-bottom: 5px;
    font-size: 14px;
    color: #fff;
}

.foot-bottom-left-qybh dl dd span {
    font-size: 12px;
    color: #999;
}

.foot-bottom-left-jspt p {
    padding-top: 10px;
    font-size: 12px;
    color: #999;
}

.foot-bottom-left-jspt a {
    float: left;
    padding-top: 5px;
    padding-right: 10px;
}

.foot-bottom-left-jspt a img {
    width: 22px;
}

.foot-bottom-center {
    display: flex;
    justify-content: space-between;
    width: 600px;
}

.foot-bottom-center dl dt {
    padding-bottom: 24px;
    text-align: center;
}

.foot-bottom-center dl dt a {
    font-size: 18px;
    color: #fff;
}

.foot-bottom-center dl dd {
    padding-bottom: 15px;
    text-align: center;
}

.foot-bottom-center dl dd a {
    font-size: 14px;
    color: #999;
}

.foot-bottom-center dl dd a:hover {
    color: #fff;
}

.foot-bottom-right dl {
    display: flex;
    align-items: center;
    height: 50px;
}

.foot-bottom-right dl dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #2d2d2d;
    border-radius: 50%;
}

.foot-bottom-right dl dd {
    padding-left: 10px;
}

.foot-bottom-right dl dd span {
    font-size: 12px;
    color: #999;
}

.foot-bottom-right dl dd p {
    padding-top: 8px;
    font-size: 21px;
    color: #fff;
}

.foot-bottom-wx {
    padding-top: 30px;
    text-align: center;
}

.foot-bottom-wx img {
    width: 112px;
}

.foot-bottom-wx p {
    padding-top: 6px;
    line-height: 1;
    font-size: 12px;
    color: #999;
}

.link {
    display: flex;
    align-items: center;
    height: 68px;
    border: 1px solid #343434;
    border-left: none;
    border-right: none;
}

.link span {
    font-size: 14px;
    color: #fff;
    padding: 0 25px;
}

.link .list-none {
    display: flex;
}

.link a {
    padding: 0 15px;
    font-size: 12px;
    color: #999;
}

.link a:hover {
    color: #fff;
}

.foot-bottom-bototm {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    font-size: 14px;
    color: #999;
}

.foot-bottom-bototm a {
    font-size: 14px;
    color: #999;
}


/* 导航 */

.page {
    text-align: center;
    padding: 68px 0 88px;
}

.met_pager .PreSpan {
    padding: 9px 15px;
    background: #fff;
    color: #5f5f5f;
    cursor: default;
    border: 1px solid #c1c1c1;
    border-radius: 6px;
}

.met_pager span.NextA {
    padding: 9px 15px;
    background: #fff;
    color: #5f5f5f;
    cursor: default;
    border: 1px solid #c1c1c1;
    border-radius: 6px;
}

.met_pager .NextSpan {
    padding: 9px 15px;
    background: #fff;
    color: #888;
    cursor: default;
    border-radius: 6px;
    border: 1px solid #c1c1c1;
}

.met_pager a {
    margin: 0 7px;
    padding: 9px 15px;
    border: 1px solid #c1c1c1;
    border-radius: 6px;
    background: #fff;
    text-align: center;
    font-weight: normal;
    color: #5f5f5f;
}

.met_pager a.Ahover,
.met_pager a:hover {
    border-color: #163CCA;
    background: #163CCA;
    color: #fff;
    cursor: default
}

.met_pager .PageText {
    display: none;
    margin-left: 10px;
    color: #aaa;
}

.met_pager input {
    display: none;
}

#navbox > .cont:nth-of-type(3) {
    padding-bottom: 1rem;
}

.nav-bottom1 {
    padding-top: 42px;
}

.nav-bottom11 {
    padding-top: 23px;
}

.nav-bottom1 h3 {
    position: relative;
    height: 18px;
    font-size: 18px;
    font-weight: 700;
    color: #2b2b2b;
}

.nav-bottom2 {
        display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.nav-bottom2 dl {
    width: 280px;
    height: 100px;
    margin-top: 10px;
    border-radius: 5px;
    background: #f7f7f7;
    margin-right: 20px;
}

.nav-bottom2 dl a {
    display: flex;
    color: #444;
}

.nav-bottom2 dl dt {
    width: 41px;
    padding-top: 17px;
    padding-left: 20px;
}

.nav-bottom2 dl dt .nav-bottom2-img2 {
    display: none;
}

.nav-bottom2 dl dd {
    position: relative;
    width: 192px;
    padding-top: 15px;
}

.nav-bottom2 dl dd span {
    font-size: 14px;
    color: #282828;
    display: flex;
    align-items: center;
}

.nav-bottom2 dl dd.hot::after {
    position: absolute;
    right: 34%;
    top: 5px;
    content: '';
    width: 22px;
    height: 10px;
    background: url(../images/index/hot.gif);
}

.nav-bottom2 dl dd span i {
    padding-left: 8px;
}

.nav-bottom2 dl dd p {
    padding-top: 12px;
    font-size: 12px;
    line-height: 20px;
    color: #748598;
}

.nav-bottom2 dl:hover {
    background: linear-gradient(to right, #1566df, #3083ff);
}

.nav-bottom2 dl:hover a dt .nav-bottom2-img1 {
    display: none;
}

.nav-bottom2 dl:hover a dt .nav-bottom2-img2 {
    display: block;
}

.nav-bottom2 dl:hover a dd span,
.nav-bottom2 dl:hover a dd p {
    color: #fff;
}

.nav_menu .cont1 {
    width: 175px;
    position: absolute;
    right: 220px;
    text-align: center;
    line-height: 2;
    padding: 3px 0;
    background: #fff;
    box-shadow: 0px 6px 29px 0px rgb(62 176 255 / 16%);
}

.app-section8 {
    height: 260px;
    /*margin-top: 48px;*/
    background: url(../images/app/app-section7-bg.png);
    text-align: center;
}

.app-section8 p {
    padding-top: 85px;
    font-size: 30px;
    color: #fff;
}

.app-section8 a {
    display: inline-block;
    width: 187px;
    height: 45px;
    margin-top: 36px;
    border: 1px solid #ffffff !important;
    border-radius: 5px;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    color: #fff !important;
}

.app-section8 a:hover {
    color: #0382ff;
    background: #fff;
}

.home-section9 {
    /* display: none; */
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    height: 100px;
    border-top: 1px solid #d0deee;
    background: #fff;
}

.home-section9 .content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}

.home-section9-left p {
    font-size: 22px;
    color: #333;
}

.home-section9-left p span {
    color: #fb6703;
}

.home-section9-left p b {
    padding-right: 10px;
    font-size: 36px;
    font-style: italic;
    font-weight: 700;
    color: #f81528;
    vertical-align: middle;
}

.home-section9-right a {
    display: flex;
    justify-content: center;
    width: 160px;
    height: 70px;
    margin-top: 20px;
    font-size: 18px;
    line-height: 50px;
    background: url(../images/index/button-red-a.png) no-repeat;
}

.home-section9-right a {
    color: #fff;
}

.home-section9-right a:hover {
    background: url(../images/index/button-red-a.png) no-repeat right;
}

.home-section9 .home-section9-close {
    position: absolute;
    top: 11px;
    right: 224px;
    width: 24px;
    height: 24px;
    background: url(../images/index/close.png) no-repeat;
}
