

html,body{
    padding: 0;
    margin: 0;
}
.navtops {
    height: 40px;
    width: 100%;
    position: fixed;
    background: #fff;
    top: 0;
    z-index: 999
}

.navtops>.navbox {
    height: 40px;
    width: 86%;
    min-width: 1200px;
    margin: 0 auto;
    text-align: right;
    line-height: 40px
}

.navtops>.navbox>div {
    display: inline-block
}

.navtops>.navbox>.login:hover {
    color: #D50100
}

.navtops>.navbox>.login,.navtops>.navbox>.outlogin {
    cursor: pointer
}

.menu_height {
    height: 100px;
    width: 100%
}

.menu-box {
    height: 100px;
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 5px rgba(170,174,186,.1);
    position: fixed;
    z-index: 999
}

.menu-box>.nav_wraps {
    width: 90%;
    min-width: 1200px;
    margin: 0 auto;
    height: 100px;
    font-size: 16px;
    color: #4e4e4e;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.menu-box>.nav_wraps .logo {
    width: 400px;
    cursor: pointer
}

.menu-box>.nav_wraps .logo img {
    width: 100%
}

.menu-box>.nav_wraps>.menu_list {
    display: flex;
    align-items: center
}

.menu-box>.nav_wraps>.menu_list>div:hover {
    color: #fff;
    background-color: #D50100;
    transition: all .3s linear
}

.menu-box>.nav_wraps>.menu_list>div {
    cursor: pointer;
    width: 160px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #333;
    font-size: 18px;
    font-weight: 700
}

.content-box {
    width: 1200px;
    margin: 40px auto 30px
}

.content-box>.title {
    margin-bottom: 20px;
    width: 100%;
    height: 35px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e3
}

.content-box>.title h1 {
    font-size: 24px;
    font-weight: 400;
    color: #D50100;
    border-left: 3px solid #D50100;
    padding-left: 8px;
    line-height: 24px;
    display: inline-block
}

.content-box>.link_list {
    display: flex;
    flex-wrap: wrap
}

.content-box>.link_list>.link_list_block:hover {
    box-shadow: 0 0 15px rgba(170,174,186,.8)
}

.content-box>.link_list>.link_list_block {
    display: inline-block;
    width: 280px;
    height: 65px;
    border-radius: 5px;
    margin-top: 15px;
    margin-right: 19px;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(170,174,186,.2);
    transition: all .2s linear
}

.content-box>.link_list>.link_list_block img {
    width: 100%;
    height: 100%
}

.swiper-container {
    width: 100%
}

.swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%
}

.swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%
}

.news_box {
    width: 1200px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between
}

.news_box>.news-box {
    width: 570px;
    display: inline-block
}

.news_box>.news-box>.title {
    width: 100%;
    height: 35px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
}

.news_box>.news-box>.title h1 {
    font-size: 24px;
    font-weight: 400;
    color: #D50100;
    border-left: 3px solid #D50100;
    padding-left: 8px;
    display: inline-block;
    line-height: 24px
}

.news_box>.news-box>.title>.see-more:hover {
    color: #D50100!important
}

.news_box>.news-box>.title>.see-more {
    float: right;
    font-size: 16px;
    color: #999;
    line-height: 24px;
    cursor: pointer
}

.news_box>.news-box>.news_list>.list:hover {
    color: #D50100!important
}

.news_box>.news-box>.news_list>.list {
    border-bottom: 1px solid #e3e3e3;
    padding-top: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
    cursor: pointer
}

.news_box>.news-box>.news_list>.list>.title {
    width: 450px;
    line-height: 40px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px
}

.news_box>.news-box>.news_list>.list>.title>.sign {
    background-color: transparent;
    color: #D50100;
    font-size: 16px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
    border-radius: 2px;
    margin-right: 10px
}

.news_box>.news-box>.news_list>.list>.time {
    line-height: 40px;
    color: #999;
    text-align: right
}

.guanggao_box1 {
    width: 1200px;
    margin: 20px auto 0
}

.guanggao_box1>div {
    width: 100%;
    border-radius: 5px;
    overflow: hidden
}

.guanggao_box1>div img:hover {
    transform: scale(1.03)
}

.guanggao_box1>div img {
    display: flex;
    transition: all .5s;
    width: 100%
}

.guanggao_box {
    width: 1200px;
    margin: 20px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.guanggao_box>div {
    width: 590px;
    border-radius: 5px;
    overflow: hidden
}

.guanggao_box>div img:hover {
    transform: scale(1.03)
}

.guanggao_box>div img {
    display: flex;
    transition: all .5s;
    width: 100%
}

.study_block {
    width: 1200px;
    margin: 40px auto 0
}

.study_block>.title {
    width: 100%;
    height: 35px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e3
}

.study_block>.title h1 {
    font-size: 24px;
    font-weight: 400;
    color: #D50100;
    border-left: 3px solid #D50100;
    padding-left: 8px;
    display: inline-block;
    line-height: 24px
}

.study_block>.title>.see-more:hover {
    color: #D50100!important
}

.study_block>.title>.see-more {
    float: right;
    font-size: 16px;
    color: #999;
    line-height: 24px;
    cursor: pointer
}

.study_block>.evaluate {
    display: flex;
    margin-left: 0;
    margin-top: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto
}

.study_block>.evaluate>.wow:hover {
    box-shadow: 0 0 15px #ff4d4d;
    opacity: 0.6;
}

.study_block>.evaluate>.wow {
    display: inline-block;
    width: 285px;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    margin: 15px 12px 0 0;
    transition: all .3s linear;
    color: #333;
    display: flex;
    align-items: center;
    padding: 14px 0;
    cursor: pointer
}

.study_block>.evaluate>.wow img {
    width: 45px;
    margin-left: 20px
}

.study_block>.evaluate>.wow h1 {
    font-weight: 400;
    font-size: 18px;
    color: #333;
    display: inline-block;
    margin-left: 10px
}

.queryblock {
    width: 1200px;
    margin: 40px auto 0
}

.queryblock>.title {
    width: 100%;
    height: 35px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e3
}

.queryblock>.title h1 {
    font-size: 24px;
    font-weight: 400;
    color: #D50100;
    border-left: 3px solid #D50100;
    padding-left: 8px;
    display: inline-block;
    line-height: 24px
}

.queryblock>.query_list_block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between
}

.queryblock>.query_list_block>.query_block:hover {
    background-image: linear-gradient(#ff4d4d,#D50100)
}

.queryblock>.query_list_block>.query_block:hover h1 {
    color: #fff
}

.queryblock>.query_list_block>.query_block {
    cursor: pointer;
    display: inline-block;
    width: 570px;
    height: 175px;
    border-radius: 5px;
    margin-top: 35px;
    margin-right: 24px;
    overflow: hidden;
    background-image: url(channel-bg.png);
    box-shadow: 0 0 8px rgba(170,174,186,.3);
    transition: all .3s linear;
    position: relative
}

.queryblock>.query_list_block>.query_block img {
    position: absolute;
    width: 60px;
    right: 20px;
    bottom: 20px
}

.queryblock>.query_list_block>.query_block h1 {
    width: 340px;
    margin: 35px auto 0;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 5px;
    color: #333
}

a {
    color: #666
}


.foolter {
    border-top: 3px solid #D50100
}

.foolterbox {
    width: 100%;
    margin: auto;
    color: #333
}

.foolterbox .tab {
    padding: 20px 0;
    font-size: 14px;
    background: #333;
    border-bottom: 2px solid #D50100;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #000
}

.foolterbox .tab>div {
    padding: 0 10px;
    cursor: pointer
}

.foolterbox .tab .mobile {
    font-weight: 700;
    font-size: 24px;
    position: absolute;
    left: 50px
}

.foolterbox .textbox {
    padding: 20px 0;
    text-align: center;
    font-size: 14px
}

.foolterbox .textbox>div {
    padding: 5px 0
}

.foolterbox .textbox .bottomtext:hover a {
    cursor: pointer
}

.chaxunbox {
    width: 100%;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 1.06383rem 0;
    min-height: 70vh;
    background-image: url("channel-bg.png");
}

.chaxunbox .logo {
    width: 1018px
}

.chaxunbox .logo img {
    width: 100%
}

.chaxunbox .titlebox {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: .21277rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 500px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-bottom: .10638rem solid #D50100;
    padding: 0 0 .21277rem 0
}

.chaxunbox .titlebox .icon {
    width: 1.06383rem
}

.chaxunbox .titlebox .icon img {
    width: 100%
}

.chaxunbox .titlebox .titletext {
    color: #D50100;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.chaxunbox .shenfenzhengbox {
    width: 500px;
    position: relative;
    border: .05319rem solid #D50100;
    padding: .53191rem 0;
    margin-top: .53191rem;
    border-radius: .21277rem
}

.chaxunbox .shenfenzhengbox .icon {
    width: 1.2234rem;
    position: absolute;
    z-index: 99;
    left: .26596rem;
    top: 15px;
}

.chaxunbox .shenfenzhengbox .icon img {
    width: 100%
}

.chaxunbox .shenfenzhengbox .inputbox input {
    outline: none;
    border: none;
    padding-left: 1.8617rem;
    font-size: 18px;
    width: calc(100% - 2.12766rem)
}

.chaxunbox .chaxunbtn {
    background: #D50100;
    color: #fff;
    padding: .53191rem 0;
    width: 500px;
    text-align: center;
    border-radius: .21277rem;
    margin-top: 1.06383rem;
    cursor: pointer;
    border: unset;
}

.chaxunbox .zhuyibox {
    width: 500px;
    font-size: 18px;
    margin-top: 1.06383rem
}

.chaxunbox .zhuyibox div {
    margin-top: .26596rem
}
.contact-com-body .input-control {
    padding: 5px;
    line-height: 30px;
    height: 30px;
    width: 400px;
    border: 1px solid #ccc;
}
.contact-com-body .col-2 {
    width: 60px;
    line-height: 40px;
    margin-right: 10px;
    text-align: left;
}

.contact-com-body .input-shade {
    background-color: #f8f8f8;
}
.contact-com-body .input-control {
    padding: 5px;
    line-height: 30px;
    height: 1.5rem;
    width: 20rem;
    border: 1px solid #ccc;
}
.contact-com-body .help-inline {
    line-height: 40px;
    color: #F00;
}
.row {
    margin-bottom: 15px;
}
.nytit {
    border-bottom: 1px solid #ededed;
    line-height: 30px;
    font-size: .8rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}
.article_txt {
    font-size: .8rem;
    line-height: 28px;
    color: #666;
    margin-top: 20px;
    overflow: hidden;
}
button, input, select, textarea {
    font-size: 100%;
}
button, input, select, textarea {
    vertical-align: middle;
    font-family: Microsoft Yahei;
    margin: 0;
    padding: 0;
}
.contact-com-btn .btn {
    margin-right: 30px;
}
.btn-danger {
    padding: 12px 44px;
    font-weight: bold;
    color: #fff;
    border: none;
    background-color: #13bd49;
    background: -webkit-linear-gradient(top, #08d248, #13bd49);
    background: -moz-linear-gradient(top, #08d248, #13bd49);
    background: -ms-linear-gradient(top, #08d248, #13bd49);
    background: -o-linear-gradient(top, #08d248, #13bd49);
}

.contact-com-btn .btn {
    margin-right: 30px;
}
.btn-warning {
    padding: 12px 44px;
    font-weight: bold;
    color: #fff;
    border: none;
    background-color: #ff8942;
    background: -webkit-linear-gradient(top, #ff9454, #ff7f30);
    background: -moz-linear-gradient(top, #ff9454, #ff7f30);
    background: -ms-linear-gradient(top, #ff9454, #ff7f30);
    background: -o-linear-gradient(top, #ff9454, #ff7f30);
}
.content-box>.link_list>.link_list_block img{
    width: 100%;
}
.content-box>.link_list>.link_list_block{
    display: inline-block;
    width: 100%;
    border-radius: .26596rem;
    margin-top: .79787rem;
    overflow: hidden;
    box-shadow: 0 0 .42553rem rgba(170, 174, 186, .2);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.content-box>.title h1 {
    font-size: 24px;
    font-weight: 400;
    color: #D50100;
    border-left: .15957rem solid #D50100;
    padding-left: .42553rem;
    display: inline-block;
    line-height: 1.2766rem;
}
.el-pager li a{
    color: #D50100!important;
}