* {
    box-sizing: border-box !important
}

html {
    scroll-behavior: smooth
}

body {
    color: #666;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden
}

.sy-container {
    max-width: 1140px;
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

button:focus {
    outline: 0
}

ul, li, ol {
    margin: 0;
    padding: 0;
    list-style: none
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px
}

a {
    color: #222;
    text-decoration: none;
    outline: none !important
}

.tlinks {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden
}

a, .btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

img {
    max-width: 100%;
    height: auto
}

:focus {
    outline: 0
}

.paddind_bottom_0 {
    padding-bottom: 0 !important
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0
}

.form-control:focus {
    border-color: #fff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25)
}

.navbar-form input {
    border: none !important
}

.badge {
    font-weight: 500
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.full {
    float: left;
    width: 100%
}

.layout_padding {
    padding-top: 30px;
    padding-bottom: 0
}

.layout_padding2 {
    padding-top: 44px;
    padding-bottom: 0
}

.padding_0 {
    padding: 0
}

.logo {
    width: 20%
}

.sy-header{
    height: 360px;
    background: url(../images/sy-bg.jpg) no-repeat center;
    background-size: cover;
}

.sy-header-center{
    width: 490px;
    margin: 0 auto;
}

.sy-header-center img{
    margin: 120px auto;
}

.sy-header-kfdx-logo{
    width: 320px;
    position: absolute;
    left: 6%;
    top: 30px;
}

.header-content{
    position: relative;
}

.sy-search{
    display: flex;
    position: absolute;
    right: 132px;
    top: 22px;
    color: #0A64C6;
}



/*.sy-header-center-search{
    margin-top: 40px;
    display: flex;
    margin-left: 0
}*/

.sy-input{
    width: 180px;
    height: 30px;
    border-radius: 4px;
    padding-left: 10px;
    /* margin: 12px auto;
     position: absolute;*/
}

.sy-input::-webkit-input-placeholder{
    font-size: 14px;
}

/*.sy-search{
    display: inline-block;
    width: 90px;
    height: 46px;
    background-color: #e33629;
    border-radius: 0 10px 10px 0;
    color: #ffffff;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
}*/

.sy-search{
    /*  position: relative;
      left: -118px;
      top: 0;
      color:#0A64C6;*/
}


.header_bg {
    background-color: #0A64C6;
    height: 60px;
}

.bg-light {
    background-color: transparent !important
}

/*.navbar {
    padding: 0.2rem 0rem
}*/

.navbar-expand-lg .navbar-nav .nav-link {
    letter-spacing: 3px;
    /* padding-right: 40px;*/
    font-size: 20px;
    color: #FFF;
    text-transform: uppercase
}

.navbar-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #eec53d
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #eec53d
}

.nav-item {
    /* margin-right: 6px;*/
    max-width: 100%;
    cursor: pointer
}

.call_section {
    float: left
}

.call_section ul {
    margin: 0;
    padding: 0
}

.call_section li {
    float: left;
    font-size: 18px;
    padding: 5px 15px;
    color: #000
}

.call_section li a {
    color: #000
}

.padding_left_15 {
    padding-left: 10px
}

.donate_bt {
    color: #fff;
    text-align: right;
    padding-left: 30px;
    line-height: 30px;
}

.donate_bt img{
    width: 16px;
    position: relative;
    top: -2px;
    right: 30px;
}

.text_Searching{
    border-radius: 20px;
    padding-left: 14px;
    margin-top: 10px;
}

.donate_bt a {
    color: #fff
}

input::placeholder {
    font-size: 14px;
    color: #ccc
}

::-webkit-input-placeholder {
    font-size: 14px;
    color: #ccc
}

:-moz-placeholder {
    font-size: 14px;
    color: #ccc
}

::-moz-placeholder {
    font-size: 14px;
    color: #ccc
}

input:-ms-input-placeholder {
    color: #ccc !important;
    font-size: 14px
}

.banner_section {
    width: 100%;
    float: left
}

.banner_taital_main {
    width: 100%;
    float: left
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #f7f7fd;
    font-weight: bold
}

.banner_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #f7f7fd;
    margin: 0
}

.btn_main {
    width: 100%;
    float: left;
    padding-top: 40px
}

.about_bt {
    width: 170px;
    float: left
}

.about_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #030101;
    background-color: #fff;
    text-align: center;
    padding: 10px 0;
    border-radius: 40px
}

.about_bt a:hover {
    color: #000;
    background-color: #fcce2d
}

.about_bt.active a {
    color: #000;
    background-color: #fcce2d
}

.quote_bt {
    width: 170px;
    float: left;
    margin-left: 15px
}

.quote_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fff;
    background-color: #191919;
    text-align: center;
    padding: 10px 0;
    border-radius: 40px
}

.quote_bt a:hover {
    color: #030101;
    background-color: #fcce2d
}

#my_slider a.carousel-control-prev {
    position: absolute;
    left: 24%;
    top: 40%
}

#my_slider a.carousel-control-next {
    position: absolute;
    right: 24%;
    top: 40%
}

#my_slider .carousel-control-prev, #my_slider .carousel-control-next {
    width: 28px;
    height: 70px;
    background: #2b2c30;
    opacity: .6;
    font-size: 14px;
    color: #FFF;
    border-radius: 10px 10px 10px 10px
}

#my_slider .carousel-control-prev:hover, #my_slider .carousel-control-next:hover, #my_slider .carousel-control-prev:focus, #my_slider .carousel-control-next:focus {
    background: #fff;
    color: #000
}

.services_section {
    width: 100%;
    float: left;
    padding: 30px 0 20px 0;
    margin: 30px 0 40px 0
}

.services_section_2 {
    width: 100%;
    float: left;
    margin: 0
}

.sy-news {
    margin-top: 30px;
}

.special_focus{
    height: 316px;
}

.special_focus img{
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.special_focus-l{
    width: 760px;
    height: 100%;
    float: left;
}

.special_focus-r{
    width: 350px;
    height: 100%;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.special_focus-r-t{
    width: 100%;
    height: 146px;
}

.services_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #170e09;
    text-align: center;
    font-weight: bold
}

.services_taital::after {
    content: '';
    position: relative;
    width: 40px;
    height: 17px;
    background-color: #fcce2d;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    border-radius: 10px
}

.gallery_main {
    width: 100%;
    float: left
}

.image_main {
    width: 100%;
    position: relative;
    margin-top: 30px
}

.image_8 {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden
}

.text_main {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    z-index: 5
}

.image_main:hover .image_8 {
    opacity:
}

.image_main:hover .text_main {
    opacity: 5
}

.image_main:hover .seemore_text {
    color: #fff
}

.seemore_text {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 500
}

.image_main::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    display: none
}

.image_main:hover::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    display: block
}

.news_section {
    width: 100%;
    float: left
}

.news_taital {
    width: 100%;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #1d1d1d
}

.news_text {
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin: 0;
    color: #0e0e0e;
    font-family: 'Open Sans', sans-serif
}

.news_section_2 {
    width: 100%;
    float: left;
    padding-top: 90px
}

.news_taital_box {
    width: 100%;
    border: 2px solid #9a9a9a;
    padding: 50px;
    margin-top: 23px
}

.date_text {
    width: 100%;
    font-size: 14px;
    color: #a6a6a6;
    margin: 0
}

.make_text {
    width: 100%;
    font-size: 22px;
    color: #131313;
    padding-top: 10px;
    font-weight: 600
}

.lorem_text {
    width: 100%;
    font-size: 16px;
    color: #7d7d7d;
    margin: 0
}

.post_text {
    width: 100%;
    font-size: 14px;
    color: #b4b4b4;
    margin: 0;
    padding-top: 15px;
    position: relative
}

.plus_text {
    width: 50px;
    height: 50px;
    background-color: #fcce2d;
    color: #fff;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 100%;
    padding: 28px;
    position: absolute;
    bottom: 150px;
    left: -10px
}

.image_6 {
    width: 100%;
    float: left
}

.blog_section {
    width: 100%;
    float: left;
    padding-bottom: 90px
}

.blog_section_2 {
    width: 100%;
    border: 2px solid #000;
    padding: 20px;
    margin-top: 50px
}

.classes_text {
    width: 100%;
    font-size: 30px;
    color: #111;
    padding-top: 10px;
    font-weight: bold;
    padding-top: 100px
}

.ipsum_text {
    width: 100%;
    font-size: 16px;
    color: #111;
    margin: 0
}

.image_7 {
    width: 100%
}

.read_bt {
    width: 170px;
    float: left;
    margin-top: 50px
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fff;
    background-color: #fcce2d;
    text-align: center;
    padding: 14px;
    border-radius: 40px
}

.read_bt a:hover {
    color: #fff;
    background-color: #000
}

.client_section_word {
    width: 100%;
    float: left;
    height: 140px
}

.client_section {
    width: 100%;
    float: left;
    background-color: #111;
    height: auto;
    padding: 90px
}

.client_taital {
    width: 100%;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #fff
}

.client_taital::after {
    content: '';
    position: relative;
    width: 150px;
    height: 2px;
    background-color: #f7f6f6;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block
}

.client_section_2 {
    width: 80%;
    margin: 0 auto;
    padding: 10px;
    margin-top: 30px;
    display: flex
}

.client_left {
    width: 30%;
    padding: 50px 0 0 40px
}

.client_right {
    width: 70%;
    padding: 110px 0 0 40px
}

.client_img {
    width: 100%
}

.client_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fff;
    margin: 0;
    padding-top: 20px;
    font-family: 'Open Sans', sans-serif
}

.client_name {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #fff;
    padding-top: 20px
}

#main_slider a.carousel-control-prev {
    position: absolute;
    left: 0;
    top: 60%
}

#main_slider a.carousel-control-next {
    position: absolute;
    right: 0;
    top: 60%
}

#main_slider .carousel-control-prev, #main_slider .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #fff;
    opacity: 1;
    font-size: 30px;
    color: #000;
    border-radius: 100%
}

#main_slider .carousel-control-prev:hover, #main_slider .carousel-control-next:hover, #main_slider .carousel-control-prev:focus, #main_slider .carousel-control-next:focus {
    background: #fcce2d;
    color: #fff
}

.newsletter_section {
    width: 100%;
    float: left
}

.newsletter_main {
    width: 100%;
    display: flex
}

.newsletter_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #111;
    font-weight: bold;
    padding: 0
}

.get_quote_bt {
    width: 370px;
    float: right;
    margin-top: 30px
}

.get_quote_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fff;
    background-color: #111;
    text-align: center;
    padding: 14px;
    border-radius: 40px
}

.get_quote_bt a:hover {
    color: #fff;
    background-color: #fcce2d
}

.dolor_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #2c2c2c;
    margin: 0;
    padding-top: 20px;
    font-family: 'Open Sans', sans-serif
}

.contact_section {
    width: 100%;
    float: left
}

.contact_img {
    width: 100%;
    float: left;
    background-image: url(../images/img-8.png);
    height: 490px;
    background-size: 100%;
    padding: 100px 100px
}

.padding_left0 {
    padding-left: 0
}

.contact_taital {
    width: 37%;
    float: right;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-right: 60px
}

.map_main {
    width: 100%;
    float: left;
    padding-top: 80px
}

.footer_section {
    width: 100%;
    float: left;
    height: 181px
}

.mail_section {
    width: 100%;
    float: left
}

.email_text {
    width: 65%;
    float: right;
    font-size: 18px;
    color: #363636;
    background-color: #fff !important;
    border: 0;
    padding: 16px 20px 10px 30px;
    height: auto;
    border-radius: 40px
}

.subscribe_bt {
    width: 350px;
    float: left
}

.subscribe_bt a {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #151515;
    text-align: center;
    background-color: #fcce2d;
    padding: 10px 0;
    text-transform: uppercase;
    border-radius: 40px
}

.subscribe_bt a:hover {
    color: #000;
    background-color: #fff
}

.margin_top {
    margin-top: 90px
}

.call_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fff;
    padding-top: 20px
}

.call_text a {
    color: #fff
}

.call_text a:hover {
    color: #fcce2d
}

.xys-nav {
    display: none
}

.footer_section_2 {
    width: 100%;
    float: left;
    margin-top: 100px
}

.footer_logo {
    width: 100%;
    float: left;
    padding: 134px 0
}

.footer_menu {
    width: 100%;
    float: left
}

.footer_menu ul {
    margin: 0;
    padding: 0
}

.footer_menu li {
    font-size: 16px;
    color: #fff;
    padding: 12px 0
}

.footer_menu li a {
    color: #fff
}

.footer_menu li a:hover {
    color: #fcce2d
}

.information_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #fff
}

.many_text {
    width: 87%;
    float: left;
    font-size: 16px;
    color: #fff;
    margin-left: 0;
    line-height: 40px;
    margin-top: 0
}

.information_main {
    width: 100%;
    float: left;
    border-left: 1px solid #fff;
    padding-left: 50px
}

.copyright_section {
    width: 100%;
    float: left;
    background-color: #f7f6f6;
    height: auto
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    margin-left: 0;
    color: #131313;
    text-align: center
}

.copyright_text a {
    color: #131313
}

.copyright_text a:hover {
    color: #fcce2d
}

.margin_top_90 {
    margin-top: 90px
}

#head-carousel .is-carousel {
    height: 250px
}

.video-item {
    margin-bottom: 10px
}

.video-item h2, .video-item h2 a {
    font-size: 15px;
    line-height: 1.4;
    color: #5f5f5f;
    margin: 0 0 10px 0
}

.video-item h2 a:hover, .video-item h3 a:hover {
    text-decoration: none;
    color: #4141a0
}

.video-item .item-thumbnail {
    position: relative;
    overflow: hidden;
    max-height: 100%;
    /*border-radius: 10px;*/
    height: 250px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
    border-radius: 14px 0 14px 0;
}

.video-item .item-thumbnail > a {
    display: block
}

.video-item .item-thumbnail img {
    max-width: 100%;
    width: 100%;
    height: 140px
}

.video-item .item-thumbnail .rating-bar {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    line-height: 30px;
    padding: 0 8px
}

.video-item .item-thumbnail .link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.bg_thumbnail {
    background-image: url('../images/moreAndMore.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.video-item .item-thumbnail .title-overlay_bx {
    position: absolute;
    top: 0;
    right: 5%;
    background: #E33629;
    padding: 0 2%;
    text-align: center;
    border-radius: 0 0 5px 5px;
    color: #fff;
}

.video-item .item-thumbnail .title-overlay_xx {
    position: absolute;
    top: 0;
    right: 5%;
    background: #FEAC1C;
    padding: 0 2%;
    text-align: center;
    border-radius: 0 0 5px 5px;
    color: #fff;
}

.video-item .item-thumbnail .title-font {
    background-color: #fff;
    height: 110px
}

.video-item .item-thumbnail .title-font h3 {
    color: red;
    padding: 15px 15px 5px 15px;
    font-size: 16px;
    height: 75px
}

.video-item .item-thumbnail .title-font span {
    margin-left: 10px;
    color: #808080;
    font-size: 12px
}

.video-item .item-thumbnail:hover .mb {
    bottom: 0
}

.mbdiv {
    background-color: #fff;
    text-align: center;
    width: 100px;
    height: 35px;
    font-size: 14px;
    margin-top: 42px;
    line-height: 35px;
    margin-left: 75px;
    border-radius: 17px;
    color: #1976DB;
}

#head-carousel {
    color: #000;
    padding-top: 40px;
    margin-right: -46px;
}

#head-carousel .container {
    padding-top: 0
}

#head-carousel .video-item {
    float: left;
    margin: 0 1px 0 0;
    width: 250px;
    height: 250px;
    opacity: .7;
    transition: all .3s ease-in .1s
}

#head-carousel .video-item .item-head a {
    color: #000
}

#head-carousel .video-item .item-head span a {
    text-transform: uppercase
}

#head-carousel .current-carousel-item2 {
    opacity: 1
}

#head-carousel .video-item .item-head {
    text-align: center;
    padding-bottom: 20px
}

#head-carousel #big-carousel .video-item .item-thumbnail img {
    opacity: 1
}

#head-carousel .video-item .item-head h3 a {
    font-size: 18px;
    line-height: 1.4em;
    text-transform: uppercase;
    font-weight: 300;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, .2)
}

#head-carousel .is-carousel {
    position: relative;
    margin: 0;
    height: auto;
    max-height: 850px;
    overflow: hidden
}

#head-carousel .is-carousel .carousel-content {
    position: absolute;
    z-index: 0;
    width: 1140px;
    max-width: 1140px;
    height: 320px;
    overflow: hidden;
    margin: 15px
}

#head-carousel:hover #big-carousel #head-carousel #big-carousel:hover .shadow-right, #head-carousel:hover #big-carousel .shadow-left {
    opacity: 1
}

#head-carousel #metro-carousel .video-item {
    opacity: 1;
    width: 250px;
    height: 250px;
    margin: 0 46px 40px 0
}

#head-carousel #metro-carousel .video-item:first-child {
    margin-left: 0
}

#head-carousel #metro-carousel .video-item > .video-item .item-head {
    text-align: inherit;
    padding-bottom: 5px
}

#head-carousel #metro-carousel .video-item > .video-item .item-head h3 a {
    font-size: 17.5px
}

.bg_ztzl {
    height: auto;
    /*background: url("../images/sy-kczx-bg-12.jpg") no-repeat top;*/
    background-size: cover
}

#head-ztzl .is-ztzl {
    height: 230px
}

.ztzl-item {
    margin-bottom: 10px
}

.ztzl-item h2, .ztzl-item h2 a {
    font-size: 15px;
    line-height: 1.4;
    color: #5f5f5f;
    margin: 0 0 10px 0
}

.ztzl-item h2 a:hover, .ztzl-item h3 a:hover {
    text-decoration: none;
    color: #4141a0
}

.ztzl-item .item-ztzl {
    position: relative;
    overflow: hidden;
    max-height: 100%;
    /*border-radius: 10px;*/
    height: 140px;

}

.ztzl-item .item-ztzl > a {
    display: block;
    overflow: hidden;
}

.ztzl-item .item-ztzl img {
    max-width: 100%;
    width: 100%;
    height: 140px;
    object-fit: cover;
    transition: all 1s ease 0s;
    -webkit-transform: all 1s ease 0s;
}

.ztzl-item .item-ztzl img:hover {
    transform: scale(1.2);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.2);
    -webkit-transform: all 1s ease 0s;
}

.ztzl-item .item-ztzl .rating-bar {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    line-height: 30px;
    padding: 0 8px
}

.ztzl-item .item-ztzl .link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.ztzl-item .item-meta {
    color: #ccc
}

.ztzl-item .item-meta [class^="fa-"], .ztzl-item .item-meta [class*=" fa-"] {
    font-size: 14px
}

.ztzl-item .item-meta span {
    line-height: 21px;
    margin-right: 20px
}

.ztzl-item .item-meta span > i {
    margin-right: 2px
}

.ztzl-item .item-ztzl .title-overlay {
    position: absolute;
    top: 0;
    left: 5;
    bottom: 0;
    right: 0;
    background: #feac1c;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
    margin-right: 15px;
    width: 40px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border-radius: 0 0 5px 5px;
    color: #fff
}

.ztzl-item .item-ztzl .title-font h3 {
    color: red;
    padding: 15px 12px 12px 15px;
    font-size: 18px
}

.ztzl-item .item-ztzl .title-font span {
    margin-left: 10px;
    color: #808080;
    font-size: 12px
}

.ztzl-item .item-ztzl:hover .mb {
    bottom: 0
}

.ztzl_mbdiv {
    background-color: #e33629;
    text-align: center;
    width: 250px;
    height: 42px;
    font-size: 14px;
    line-height: 42px;
    color: #fff
}

.ztzl_mb {
    height: 42px;
    width: 240px;
    background: rgba(20, 22, 23, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all linear .5s
}

#head-ztzl {
    color: #000
}

#head-ztzl .container {
    padding-top: 0
}

#head-ztzl .ztzl-item {
    float: left;
    margin: 0 1px 0 0;
    width: 250px;
    height: 230px;
    opacity: .5;
    transition: all .3s ease-in .1s
}

#head-ztzl .ztzl-item .item-head a {
    color: #000
}

#head-ztzl .ztzl-item .item-head span a {
    text-transform: uppercase
}

#head-ztzl .current-ztzl-item2 {
    opacity: 1
}

#head-ztzl .ztzl-item .item-head {
    text-align: center;
    padding-bottom: 20px
}

#head-ztzl #big-ztzl .ztzl-item .item-ztzl img {
    opacity: .85
}

#head-ztzl .ztzl-item .item-head h3 a {
    font-size: 18px;
    line-height: 1.4em;
    text-transform: uppercase;
    font-weight: 300;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, .2)
}

#head-ztzl .is-ztzl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    position: relative;
    margin: 0;
    height: 370px;
    overflow: hidden;
    margin-top: 0;
    padding-top: 30px
}

#head-ztzl .shadow-left {
    position: absolute;
    opacity: 0;
    transition: all .2s ease;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    width: 120px;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%)
}

#head-ztzl .shadow-right {
    position: absolute;
    opacity: 0;
    transition: all .2s ease;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: 0;
    width: 120px;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%)
}

#head-ztzl:hover #big-ztzl #head-ztzl #big-ztzl:hover .shadow-right, #head-ztzl:hover #big-ztzl .shadow-left {
    opacity: 1
}

#head-ztzl #metro-ztzl .ztzl-item {
    opacity: 1;
    width: 260px;
    height: 144px;
    margin: 0 0 24px 0
}

#head-ztzl #metro-ztzl .ztzl-item > .ztzl-item {
    width: 240px;
    height: 140px;
    margin: 0;
    clear: both
}

#head-ztzl #metro-ztzl .ztzl-item > .ztzl-item .item-head {
    text-align: inherit;
    padding-bottom: 5px
}

#head-ztzl #metro-ztzl .ztzl-item > .ztzl-item .item-head h3 a {
    font-size: 17.5px
}

/*.ztzl_more {*/
/*    margin-top: 30px*/
/*}*/

.ztzlM {
    width: 150px;
    height: 35px;
    padding: 3px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    -khtml-border-radius: 17px;
    vertical-align: middle;
    color: #1976DB;
    border: 1.5px solid #1976DB
}

.ztzlM a {
    color: #e33629;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 2px
}

.hiSlider {
    overflow: hidden;
    height: 350px;
    width: 550px;
    background: #eee
}

.hiSlider img {
    background: blue;
    width: 100%;
    height: 100%
}

.hiSlider-item {
    height: 100%;
    float: left
}

.bgimg {
    top: 0;
    left: 0;
    margin-bottom: 40px;
    width: 100%;
    height: 50px;
    min-width: 100%;
    background-color: #fff;
    background: url(../images/11111.png) no-repeat;
    color: #fff;
    background-position: center 0
}

.bg_foot {
    height: 100%;
    width: 100%;
    background: url('../images/footer.jpg') no-repeat;
    background-size: cover;
    overflow: hidden
}

/*.bg_copy {
    height: 20px;
    width: 100%;
    background-color: #1345A8;
    background-size: cover;
    overflow: hidden
}*/

.bg_section {
    height: 650px;
    width: 100%;
    /*  background: url('../images/section2.jpg') no-repeat;*/
    background-size: cover;
    overflow: hidden
}

.mb {
    height: 110px;
    width: 250px;
    background: rgba(20, 22, 23, 0.5);
    position: absolute;
    bottom: -110px;
    left: 0;
    transition: all linear .5s
}

input:focus {
    outline: 0;
}

button {
    outline: none !important;
    border: 0;
    background: transparent
}

button:hover {
    cursor: pointer
}

iframe {
    border: none !important
}

.txt1 {
    font-family: 'Microsoft Yahei';
    font-size: 14px;
    line-height: 1.5;
    color: #f00
}

.txt2 {
    font-family: 'Microsoft Yahei';
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    text-transform: uppercase
}

.bg1 {
    background-color: #3b5998
}

.bg2 {
    background-color: #1da1f2
}

.bg3 {
    background-color: #ea4335
}

.limiter {
    width: 100%;
    margin: 0 auto
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.wrap-login100 {
    background: #fff;
    border-radius: 10px;
    overflow: hidden
}

.login100-form {
    width: 100%
}

.login100-form-title {
    display: block;
    font-family: 'Microsoft Yahei';
    font-size: 20px;
    color: #fff;
    line-height: .8;
    text-align: center
}

.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #d9d9d9
}

.container-login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.wrap-login100-form-btn {
    width: 70%;
    height: 34px;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 auto
}

.login100-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 100%;
    background: #a64bf4;
    background: -webkit-linear-gradient(right, #e33629, #e33629, #e33629, #e33629);
    background: -o-linear-gradient(right, #e33629, #e33629, #e33629, #e33629);
    background: -moz-linear-gradient(right, #e33629, #e33629, #e33629, #e33629));
    background: linear-gradient(right, #e33629, #e33629, #e33629, #e33629);
    top: 0;
    left: -100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.login100-form-btn {
    font-family: 'Microsoft Yahei';
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 30px
}

.wrap-login100-form-btn:hover .login100-form-bgbtn {
    left: 0
}

.login100-social-item {
    font-size: 25px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 5px
}

.login100-social-item:hover {
    color: #fff;
    background-color: #333
}

.show {
    display: block
}

.hidd {
    display: none
}

.swiper-container {
    width: 100%;
    height: 100%
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.swiper-slide img {
    border-radius: 20px;
    width: 1140px;
    height: 450px;
    object-fit: cover
}

.uname {
    background: #fff url(../images/user.png) no-repeat 95% center;
    display: block;
    margin-top: 15px;
    border-radius: 25px;
    padding-left: 15px;
    width: 85%;
    height: 34px;
    border: 2px solid #c6c6c6
}

.pword {
    background: #fff url(../images/locked.png) no-repeat 95% center;
    display: block;
    margin-top: 15px;
    border-radius: 25px;
    padding-left: 15px;
    width: 85%;
    height: 34px;
    border: 2px solid #c6c6c6
}

.inputW {
    width: 100%;
    padding-bottom: 10px
}

.checkbox-custom {
    position: relative;
    padding: 0 15px 0 20px;
    margin: 7px;
    display: inline-block;
    float: left
}

.kczx.pc {
    width: 100%;
    display: inline-block;
    vertical-align: top
}

.kczx.pc .kczx-top{
    width: 100%;
    margin: 0 auto;
}

.kczx.pc .title {
    font-size: 22px;
    line-height: 22px;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    position: relative;
    padding-left: 20px
}

.kczx.pc .title a {
    color: #e23628
}

.kczx.pc .title:before {
    content: '';
    position: absolute;
    left: 0;
    top: .5px;
    display: inline-block;
    width: 5px;
    height: 22px;
    background-color: #e23628
}

.kczx.pc .title:hover a {
    color: #e23628
}

.kczx.pc .line {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #eee
}

.kczx.pc .line:after {
    position: absolute;
    content: none;
    width: 69px;
    height: 4px;
    background-color: #e23627;
    display: inline-block;
    bottom: 0;
    left: 0
}

.kczxM {
    width: 100%;
    margin-top:24px;
    color: #000000;
}

.kczx.pc ul {
    width: 96%;
    margin-left:0;
    display: flex;
    float: left;
    /*justify-content: space-between*/
}

.kczx.pc ul li {
    position: relative;
    display: list-item;
    text-align: -webkit-match-parent;
    list-style: none;
    font-size: 18px;
    margin-right: 12px;
}
.kczx.pc ul li .navActive::after {
    /* content: '';
     position: absolute;
     left: 50%;
     bottom: -16px;
     border: 7px solid transparent;
     border-top-color: #e33629;
     margin-left: 0;
     -webkit-transform: translateX(-50%);
     transform: translateX(-50%);*/
}
.kczx.pc ul li .navActive {
    color: #1976DB;
    font-weight: bold;
}
.kczx.pc ul li .kczx-navItem {
    cursor: pointer;
    padding-bottom: 5px;
    padding-right: 12px;
}

/*.kczx.pc li {
    font-size: 18px;
    width: 12%;
    text-align: center;
    background: #fcf5f5;
    padding: 2px 20px;
    border-radius: 5px
}

.kczx.pc li:hover {
    background: #e33629
}

.kczx.pc li div {
    width: 100%;
    line-height: 32px
}

.kczx.pc li a {
    width: 100%;
    font-weight: normal;
    letter-spacing: 1px;
    color: #e33629;
}

.kczx.pc li:hover a {
    color: #fff;
}*/

.zhengjidiaocha.pc {
    display: inline-block;
    vertical-align: top;
    width: 100%
}

.zhengjidiaocha.pc .title {
    font-size: 22px;
    line-height: 22px;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    position: relative;
    padding-left: 20px
}

.tzgg_more {
    text-align: center;
    float: right;
    width: 60px;
    height: 25px;
    border: 1.5px solid #e33629;
    color: #e33629;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px
}

.tagg_title {
    float: left;
    color: #e33629
}

.zhengjidiaocha.pc .title a {
    color: #e23628
}

.zhengjidiaocha.pc .title:before {
    content: '';
    position: absolute;
    left: 0;
    top: .5px;
    display: inline-block;
    width: 5px;
    height: 22px;
    background-color: #e23628
}

.zhengjidiaocha.pc .title:hover a {
    color: #e23628
}

.zhengjidiaocha.pc .line {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #eee
}

.zhengjidiaocha.pc .line:after {
    position: absolute;
    content: none;
    width: 69px;
    height: 4px;
    background-color: #e23627;
    display: inline-block;
    bottom: 0;
    left: 0
}

.zhengjidiaocha.pc .zhenjilist {
    font-size: 0
}

.zhengjidiaocha.pc .zhenjilist .zhengjiitem {
    display: inline-block;
    width: 48%;
    padding-right: 0;
    box-sizing: border-box
}

.zhengjidiaocha.pc .zhenjilist .zhengjiitemline {
    width: 1px;
    height: 60px;
    background-color: #b4b2b2;
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 40px
}

.zhengjidiaocha.pc .zhenjilist .zhengjiitem .itemtitle .realfix {
    position: relative;
    padding-left: 17px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 30px;
    max-height: 30px;
    color: #000;
    margin-top: 0
}

.zhengjidiaocha.pc .zhenjilist .zhengjiitem .itemtitle .realfix .rtitle {
    font-size: 16px;
    color: #c69b6d;
    font-weight: bold;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: justify
}

.zhengjidiaocha.pc .zhenjilist .zhengjiitem .itemtitle .realfix .rcontent {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: justify
}

.zhengjidiaocha.pc .zhenjilist .zhengjiitem .itemtitle .realfix a:hover {
    color: #e23628;
    font-weight: bold;
    text-decoration: underline
}

.zhengjidiaocha.pc .zhenjilist .zhengjiitem .itemtitle {
    width: 87%;
    display: inline-block;
    float: left
}

.zhengjidiaocha.pc .zhenjilist .zhengjiitem .itemdetails {
    width: 12%;
    padding-top: 7px;
    font-size: 0;
    border-bottom: 1px solid #eee;
    float: left
}

.zhengjidiaocha.pc .zhenjilist .zhengjiitem .itemdetails .zhuangtai.show span {
    display: inline-block
}

.zhengjidiaocha.pc .zhenjilist .zhengjiitem .itemdetails .zhuangtai {
    display: inline-block;
    box-sizing: border-box;
    width: 40%;
    height: 20px
}

.zhengjidiaocha.pc .zhenjilist .zhengjiitem .itemdetails .zhuangtai span {
    display: none;
    margin-left: 3px;
    width: 60px;
    height: 30px;
    background-color: #e23628;
    border-radius: 3px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #fff
}

.zhengjidiaocha.pc .zhenjilist .zhengjiitem .itemdetails .endtime {
    text-align: center;
    font-size: 12px;
    line-height: 40px;
    color: #e23628
}

.zhengjidiaocha.phone {
    display: inline-block;
    vertical-align: top;
    margin-top: 40px;
    margin-left: 0;
    width: 100%
}

.zhengjidiaocha.phone .title {
    padding-bottom: 10px
}

.zhengjidiaocha.phone .title a {
    font-size: 32px;
    line-height: 32px;
    color: #e23628;
    font-weight: bold
}

.zhengjidiaocha.phone .title:hover a {
    color: #e23628
}

.zhengjidiaocha.phone .line {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #eee
}

.zhengjidiaocha.phone .line:after {
    position: absolute;
    content: "";
    width: 131px;
    height: 4px;
    background-color: #e23628;
    display: inline-block;
    bottom: 0;
    left: 0
}

.zhengjidiaocha.phone .zhenjilist .zhengjiitem .itemtitle .realfix {
    position: relative;
    padding-left: 17px;
    box-sizing: border-box;
    font-size: 30px;
    line-height: 48px;
    max-height: 97px;
    color: #000
}

.zhengjidiaocha.phone .zhenjilist .zhengjiitem .itemtitle .realfix a:hover {
    color: #e23628;
    font-weight: bold;
    text-decoration: underline
}

.zhengjidiaocha.phone .zhenjilist .zhengjiitem .itemtitle .realfix i {
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #434343;
    top: 21px;
    left: 2px
}

.zhengjidiaocha.phone .zhenjilist .zhengjiitem .itemdetails {
    padding-top: 7px;
    padding-bottom: 20px;
    font-size: 0;
    border-bottom: 1px solid #eee
}

.zhengjidiaocha.phone .zhenjilist .zhengjiitem .itemdetails .zhuangtai.show span {
    display: inline-block
}

.zhengjidiaocha.phone .zhenjilist .zhengjiitem .itemdetails .zhuangtai {
    display: inline-block;
    box-sizing: border-box;
    width: 40%;
    height: 36px
}

.zhengjidiaocha.phone .zhenjilist .zhengjiitem .itemdetails .zhuangtai span {
    display: none;
    margin-left: 15px;
    width: 110px;
    height: 100%;
    background-color: #e23628;
    border-radius: 3px;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    color: #fff
}

.zhengjidiaocha.phone .zhenjilist .zhengjiitem .itemdetails .endtime {
    width: 60%;
    text-align: right;
    display: inline-block;
    font-size: 28px;
    line-height: 36px;
    color: #666
}

.tmNewsInformation {
    float: left;
    overflow: hidden;
    width: 584px
}

.tmNewsInformation .right_news_box {
    float: left;
    width: 100%;
    height: auto;
    max-height: 350px;
    overflow: hidden;

}

.tmNewsInformation .right_news_box .top {
    padding: 0;
    border-bottom: 1px solid #ddd
}

.tmNewsInformation .right_news_box .top .title {
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    color: #333;
    padding: 15px 0 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.tmNewsInformation .right_news_box .top .description {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 15px 0;
    font-weight: normal
}

.tmNewsInformation .right_news_box .news_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 0
}

.tmNewsInformation .right_news_box .news_item ul {
    width: 100%
}

.tmNewsInformation .right_news_box .news_item ul li {
    width: 100%;
    float: left
}

.tmNewsInformation .right_news_box .news_item a {
    width: 100%;
    display: block;
    height: 42px;
    padding: 0;
    margin: 0
}

.tmNewsInformation .right_news_box .news_item .time {
    float: left
}

.tmNewsInformation .right_news_box .news_item .time span {
    font-size: 16px;
    font-weight: 700;
    color: #000
}

.tmNewsInformation .right_news_box .news_item .time .year {
    font-size: 12px
}

.tmNewsInformation .right_news_box .news_item .title {
    display: inline-block;
    position: relative;
    float: left;
    font-size: 16px;
    width: 85%;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-left: 10px
}

.main_title {
    height: 40px;
    line-height: 40px;
    /*background-color: #E5EEFA;*/
    background: linear-gradient(to bottom,#def,#ffffff);
}

.main_title a{
    color:#1976DB ;
}

.main_title .title {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    font-size: 20px;
    font-weight: 700
}

.main_title .title:after {
    content: "";
    display: block;
    width: 100%;
    background: #e33629;
    position: absolute;
    left: 0
}

.main_title .title_list {
    display: inline-block
}

.main_title .title_list .title_item {
    position: relative;
    color: #1976DB;
    display: inline-block;
    padding: 0 15px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-left: 10px;
    cursor: pointer
}

.main_title .title_list .title_item + .title_item {
    margin-left: 10px
}

.main_title .title_list .title_item + .title_item:before {
    position: absolute;
    left: -10px;
    top: 50%;
    width: 1px;
    height: 18px
}

.main_title .title_list .title_item.active:after {
    display: block;
    width: 100%;
    background: #e33629;
    position: absolute;
    left: 0
}

.main_title .more {
    font-size: 14px;
    float: right;
    color: #1976DB;
    margin-right: 10px
}

.main_title .title .title-pre, .main_title .title_list .title_item.active .title-pre {
    color: #1976DB;
    font-weight: bold;
    border-bottom: 2px solid #1976DB;
    padding-bottom:8px;
}

.applyInvoice .description {
    margin: 10px 10px 10px 40px;
    border: 1px solid #d9d9d9;
    padding: 10px 10px 10px 20px
}

.applyInvoice .description li .dian {
    background-color: #f56a00;
    position: relative;
    left: -10px
}

.clearFix, .clearfix, .container_24 {
    zoom: 1
}

.clear, .clearFix:after, .clearfix:after, .container_24:after, .pdfjs .clearBoth {
    clear: both
}

.clear, .clearfix:after, .clearfix:before, .container_24:after, .container_24:before, .grid_1, .grid_10, .grid_11, .grid_12, .grid_13, .grid_15, .grid_16, .grid_16_2, .grid_17, .grid_17_2, .grid_18, .grid_19, .grid_2, .grid_20, .grid_21, .grid_22, .grid_23, .grid_24, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_7_2, .grid_7_3, .grid_8, .grid_8_2, .grid_9 {
    display: block
}

.clearfix:after, .clearfix:before, .container_24:after, .container_24:before {
    content: '.';
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0
}

.clearFix:after, .clearFix:before {
    content: " ";
    display: table
}

.clearFix:after {
    visibility: hidden;
    font-size: 0;
    height: 0
}

.phtitle {
    font-size: 16px;
    text-align: center;
    font-weight: 800;
    padding: 0;
    margin: 0;
    color: #000
}

.phdiv {
    width: 100%;
    height: 320px;
    padding: 0;
    margin: 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.phdiv .phtop {
    width: 90%;
    margin: 0 auto;
    height: 60px;
    /* padding-left: 0;*/
    line-height: 60px;
    text-align: center
}

.phlist {
    width: 90%;
    margin: 0 auto
}

.phlist ul {
    margin: 0 auto
}

.phlist ul li {
    border-bottom: 1px solid #ccc
}

.phdiv .phlist .news_item {
    width: 100%;
    display: block;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #000
}

.phdiv .phlist .news_item .title {
    position: relative;
    float: left;
    width: 66%;
    text-align: center;
    margin: auto;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.phdiv .phlist .news_item .num {
    float: left;
    text-align: center;
    width: 15%;
    height: 52px;
    font-size: 14px;
    margin: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.phdiv .phlist .news_item .num img {
    position: relative;
    top: 5px
}

.numTop {
    color: #e33629;
    font-weight: 900
}

.phdiv .phlist .news_item .sore {
    float: left;
    margin: auto;
    text-align: center;
    width: 18%;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ph-item {
    margin-bottom: 10px
}

.ph-item h2, .ph-item h2 a {
    font-size: 15px;
    line-height: 1.4;
    color: #5f5f5f;
    margin: 0 0 10px 0
}

.ph-item h2 a:hover, .ph-item h3 a:hover {
    text-decoration: none;
    color: #4141a0
}

.ph-item .item-ph {
    position: relative;
    overflow: hidden;
    max-height: 100%;
    border-radius: 10px;
    height: 96px;
    box-shadow: 1px 1px 10px rgb(0 0 0/10%)
}

.ph-item .item-ph > a {
    display: block
}

.ph-item .item-ph img {
    max-width: 100%;
    width: 100%;
    height: 96px
}

.ph-item .item-ph .rating-bar {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    line-height: 30px;
    padding: 0 8px
}

.ph-item .item-ph .link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.ph_mbdiv {
    margin-left: 15px;
    top: 5px;
    width: 190px;
    height: 42px;
    font-size: 14px;
    color: #000
}

.ph_mb {
    height: 42px;
    width: 190px;
    position: absolute;
    bottom: 40px;
    left: 0;
    transition: all linear .5s
}

.ph_mbdiv1 {
    margin-left: 15px;
    width: 190px;
    font-size: 26px;
    font-weight: 800;
    color: #000
}

.ph_mb1 {
    width: 190px;
    position: absolute;
    bottom: 10px;
    left: 0;
    transition: all linear .5s
}

.jj {
    margin-left: -10px
}

.kcphjj {
    margin-top: 0
}

.phdiv_f {
    /*float: left;*/
    margin: 0 -15px 10px 5px
}

.phdiv_c {
    float: left;
    margin: 0 -15px 10px 5px
}

.phdiv_s {
    float: left;
    margin: 10px 0 10px 36px
}

.phdiv_s:before {
    float: left;
    margin: 10px 0 10px 0
}

.rowtop {
    margin-top: 22px
}

.phdiv_s select {
    color: #000000;
    width: 200px;
    height: 40px;
    padding-left: 10px;
    padding-right: 36px;
    text-overflow: ellipsis;
    border: 1.2px solid #0A64C6;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    background: url('../images/select.png') 95% 50% no-repeat scroll transparent;
    background-size: 24px;
}

.links_bottom ul li {
    color: #fff;
    font-size: 14px
}

.login_w {
    font-size: 14px;
    color: #808080;
    text-align: left;
    padding: 0
}

.login_p {
    font-size: 10px;
    color: #808080;
    text-align: left;
    padding: 12px 0 24px 5px
}

.list-left-span {
    font-size: 16px;
    margin: 5px 10px;
    color: #857575;
    cursor: pointer
}

.list-left-title {
    background-color: #f3f1f6;
    width: 180px;
    float: left;
    line-height: 35px;
    height: 50px;
    margin-bottom: 14px;
    border-radius: 4px
}

.list-left-logo {
    float: left;
    margin: 6px 22px 6px 20px;
    text-align: center
}

.arrow {
    border: solid #ccc;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    float: right;
    margin: 15px 9px 9px 9px
}

.rightArrow {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.bar6 {
    float: left;
    padding-right: 20px
}

.bar6 input {
    padding-left: 10px;
    width: 124px;
    height: 34px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    background: transparent;
    top: 0;
    right: 0
}

.bar6 select {
    color: #000;
    font-size: 14px;
    width: 156px;
    height: 34px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    background: transparent;
    top: 0;
    right: 0
}

.courseButton {
    height: 34px;
    cursor: pointer;
    background: #298BED;
    border-radius: 5px 5px 5px 5px;
    width: 80px;
    top: 0;
    right: 0
}

.courseButton:before {
    content: "\641c\7d22";
    font-size: 14px;
    color: white
}

.course-search-title {
    margin-top: 6px;
    margin-right:0;
    float: right;
    font-size: 14px
}

.course-search-title > li {
    float: left;
    cursor: pointer;
    margin-left:  20px;
}

.course_title_show {
    line-height: 28px;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box{
    width: 1140px;
    background-color: #ffffff;
    margin: 0 auto;
    padding:30px 50px 0 50px;
}

.list-content-l span {
    font-size: 22px;
    font-weight: bold;
    color: #1976DB;
    line-height: 34px;
    margin-right: 10px;
}

#change_password .modal-dialog {
    max-width: 400px !important
}

#addJHMo .modal-dialog {
    max-width: 650px !important
}

#addJHMo .modal-title, #change_password .modal-title {
    font-size: .8vw;
    color: #000;
    font-weight: bold
}

#addJHMo .modal-header i, #change_password .modal-header i {
    color: #e33729;
}

#change_password .modal-header {
    align-items: center !important
}

#addJHMo .form-group, #change_password .form-group {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative
}

#addJHMo input, #addJHMo select, #addJHMo textarea, #addJHMo .gj-unselectable {
    width: 80%;
    color: #000
}

#change_password input, #change_password select, #change_password textarea, #change_password .gj-unselectable {
    width: 60%;
    color: #000
}

#addJHMo .gj-textbox-md, #change_password .gj-textbox-md {
    width: 100%
}

#addJHMo label {
    text-align: right;
    width: 20%;
    color: #f6615a
}

#change_password label {
    text-align: right;
    width: 30%;
    color: #1976db;
}

#addJHMo .gj-textbox-md, #change_password .gj-textbox-md {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.gj-datepicker-md [role=right-icon] {
    top: 18% !important
}

#addJHMo .modal-title, #addJHMo .modal-footer, #change_password .modal-title, #change_password .modal-footer {
    align-items: center !important;
    border-top: 0 !important
}

#addJHMo .modal-footer button {
    width: 20%
}

#change_password .modal-footer button {
    width: 30%
}

#addJHMo .modal-content, #change_password .modal-content {
    /*background-image: linear-gradient(#fff, #ffdfd2)*/
    background-color: #f9f9f9;
}

#addJHMo .modal-dialog {
    margin: 15% auto !important
}

#change_password .modal-dialog {
    margin: 18% auto !important
}

#addJHMo .form-control, #change_password .form-control {
    font-size: unset
}

#addJHMo .modal-footer, #change_password .modal-footer {
    justify-content: center
}

.icon_s {
    color: white !important;
    background-color: white !important
}

.close {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 25px
}

.imgDiv {
    border-radius: 10px;
    position: absolute;
    z-index: 20000;
    overflow: hidden
}

.closeA {
    position: absolute;
    right: 8px;
    top: 0;
    color: #666;
    cursor: pointer
}

.imgDiv img {
    width: 330px;
    height: 220px
}

.swiper-container swiper-container-initialized swiper-container-horizontal swiper-container-pointer-events {
    height: 450px;
    position: relative
}

.sy-kczx {
    margin-top: 30px
}

.course_list .video-item {
    display: flex;
    justify-content: space-between
}

.phlist ul li:last-child {


}

.zhengjidiaocha.pc .zhenjilist .zhengjiitem .itemtitle .realfix .rtitle {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: justify
}

.services_section {
    padding: 30px 0 20px 0;
    margin: 30px 0 40px 0
}

.main_title .title_list .title_item {
    letter-spacing: 1px
}

.phdiv .phlist .news_item .num img {
    position: relative;
    top: 5px
}

.layout_padding2 {
    padding-top: 44px;
    padding-bottom: 0
}

.title-bp1 {
    width: 15%;
}

.title-bp2 {
    width: 66%;
}

.title-bp3 {
    width: 18%;
}

.wwnnf {
    display: none;
}

.ztzl_more-2 {
    display: none;
}

.news_new {
    width: 48px;
    padding-bottom: 8px;
}

.kczx_on {
    background: #e33629 !important
}

.kczx_on span {
    color: #fff !important
}

/*404*/
.error-body h1 {
    font-size: 160px;
    font-weight: 500;
    text-shadow: 4px 4px 0 #f5f6fa, 6px 6px 0 #3e3a39;
    line-height: 160px;
    color: #3e3a39;
}

.error-body h4 {
    margin: 30px 0px;
}

.btn-primary {
    background-color: #E23628;
    border: none;
    color: #fff;
}


.btn-primary{
    width: 100px;
    height: 34px;
    border-radius: 4px;
    border: 1.5px solid #1976DB;
    background-color: #ffffff;
    color: #1976DB;
    font-size: 16px;
    line-height: 24px;
}

.btn-primary:hover{
    background-color: #1976DB;
    border: 1.5px solid #1976DB;
    color: #ffffff;
}

/****************** 首页 网上专题班 start***********************/


#head-wsztb .is-wsztb {
    height: 300px
}

#head-wsztb .is-wsztb {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*padding: 0 5px;*/
    position: relative;
    margin: 0;
    height: 500px;
    overflow: hidden;
    margin-top: 0;
    padding-top: 15px
}

#head-wsztb .wsztb-item {
    float: left;
    margin: 0 1px 0 0;
    width: 350px;
    height: 230px;
    /*opacity: .5;*/
    /*transition: all .3s ease-in .1s*/
}

.wsztb-item .wsztb-img-parent {
    max-width: 100%;
    width: 350px;
    height: 140px;
    object-fit: cover;
    overflow: hidden;
}

.wsztb-img-parent img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease 0s;
    -webkit-transform: all 1s ease 0s;
}

.wsztb-img-parent img:hover{
    cursor: pointer;
    transform: scale(1.2);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.2);
    -webkit-transform: all 1s ease 0s;

}


#head-wsztb #metro-wsztb .wsztb-item {
    opacity: 1;
    width: 350px;
    height: 230px;
    margin: 0 0 30px 0
}

#head-wsztb #metro-wsztb .wsztb-item > .wsztb-item {
    width: 350px;
    height: 230px;
    margin: 0;
    clear: both
}

.wsztb-title{
    width: 100%;
}

.wsztb-font-title a{
    color: #000000;
    font-size: 16px;
}

.wsztb-font-title a:hover{
    color: #000000;
}

.wsztb-item .wsztb-thumbnail .wsztb-font {
    background-color: #fff;
    height: 90px;
}

.wsztb-item .wsztb-thumbnail .wsztb-font .wsztb-font-title{
    height: 30px;
    width: 100%;
    text-align: left;
    padding: 5px 0px 5px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wsztb-item .wsztb-thumbnail .wsztb-font span {
    color: #808080;
    font-size: 12px
}

.wsztb-btn{
    width:80px;
    height: 25px;
    line-height: 25px;
    background-color: #e8e8e8;
    color: #808080;
    verflow:hidden;
    display:inline-block;
    float:right;
    margin-right: 0px;
    border-radius: 5px;
}

.wsztb-btn:hover{
    cursor: not-allowed;
}

.more-li{
    color: #e33629!important;
    font-size: 14px;
    position: relative;
    margin-right: 0;
    /*user-select: none;*/
}

.wsztb-no-class{
    width: 100%;
    height: 520px;
    background: url("../images/no_cource.jpg") no-repeat top;
    background-size: cover;
    margin-right: 34px;
}

.wsztb-no-class{
    font-size: 16px;
    color: #808080;
    text-align: center;
    padding-top:300px;
}

.wsztb-no-pxb{
    width: 100%;
    height: 230px;
    background: url("../images/no_cource2.jpg") no-repeat top;
    background-size: cover;
    margin-right: 34px;
}

.wsztb-no-pxb{
    font-size: 16px;
    color: #808080;
    text-align: center;
    padding-top: 150px;
}

/* 网上专题班 页签 */
.wsztb-nav-wrap {
    width: 1140px;
    margin: 0 auto;
    margin-top: 24px;
}

.nav-ul-wsztb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 5px;
    list-style: none;
    /*margin: 0!important;*/
    color: #000000;
}
.wsztb-nav-wrap .nav-ul-wsztb li {
    margin-right: 12px;
    position: relative;
    display: list-item;
    text-align: -webkit-match-parent;
    list-style: none;
    font-size: 18px;
}
.wsztb-nav-wrap .nav-ul-wsztb li .wsztb-navActive::after {
    /* content: '';
     position: absolute;
     left: 50%;
     bottom: -16px;
     margin-left: 0;
     -webkit-transform: translateX(-50%);
     transform: translateX(-50%);*/
}
.wsztb-nav-wrap .nav-ul-wsztb li .wsztb-navActive {
    color: #1976DB;
    font-weight: bold;
    padding-bottom: 5px;
    padding-right: 12px;
}
.wsztb-nav-wrap .nav-ul-wsztb li .wsztb-navItem {
    cursor: pointer;
    padding-right: 12px;
}

.tab-line{
    color: #808080;
}


/****************** 首页 网上专题班 end***********************/

/******************首页登录 start******************/

.sy-login{
    width: 930px;
    height: 530px;
    border-radius: 20px;
    background-color: #ffffff;
    line-height: 50%;
    position: absolute;
    top: 50%;left: 50%;
    margin: -265px 0 0 -465px;
}

.sy-login-l{
    width: 465px;
    height: 100%;
    background: url("../images/dl-l.jpg");
    border-radius: 20px 0 0 20px;
    float: left;
}

.sy-login-r{
    width: 465px;
    height: 100%;
    float: right;
    padding: 60px 90px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sl-i{
    width: 100%;
    height: 46px;
    border-radius: 24px;
    border: 2px solid #e6e6e6;
    padding-left: 20px;
}

.sl-i::-webkit-input-placeholder{
    color: #cccccc;
}

.sl-line{
    width: 1px;
    height: 26px;
    background-color: #1976DB;
    position: absolute;
    right: 140px;
}

.sl-line-1{
    top: 240px;
}

.sl-line-2{
    top:306px;
}


.sl-jz[type=checkbox]{
    cursor: pointer;
    position: relative;
    width: 13px;
    height: 13px;
    font-size: 14px;
    -webkit-appearance: none;
}

.sl-jz[type=checkbox]::after{
    border: solid 1px #000000;
    position: absolute;
    top: 0;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    background-color: #fff;
}

.sl-jz[type=checkbox]:checked::after{
    content: "✓";
    color: #ffffff;
    background-color: #298bed;
    font-size: 12px;
    font-weight: bold;
    border: solid 1px #298bed;
}
.l-f{
    width:100%;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.opearations li a .fa{
    padding-right: 20px;
}

.empty{
    width: 100%;
    height: 60px;
    background-color:#f2f2f2;
}

.col-sm-4 img{
    width: 90px;
}

.nav-logo{
    display: none;
}

.fa-user-circle{
    right: 110px;
    top: 242px;
}

.fa-key{
    right: 110px;
    top: 308px;
}

.sy-tzgg{
    background-color: #f5f6f6;
    height: 60px;
    width: 1140px;
    margin: 30px auto;
    padding: 0 30px;
    line-height: 35px;
    overflow: hidden;
    margin-top: 30px;
}
.sy-tzgg1{
    background-color: #ffffff;
    height: 60px;
    width: 1140px;
    margin: 30px auto;
    padding: 0 30px;
    line-height: 35px;
    overflow: hidden;
    margin-top: 30px;
}

.sy-tzgg-l{
    float: left;
    display: flex;
    padding-top: 12px;
    width: 790px;
    border-right: 1px solid #fff;
}

.sy-tzgg-l div{
    margin-right: 20px;
}

.sy-tzgg-r{
    float: right;
    padding-top: 12px;
}

.sy-tzgg-l span:first-child{
    padding-top: 10px;
}

.sy-tzgg span,
.sy-tzgg a{
    font-size: 16px;
}

.sy-tzgg-r span{
    color: #000000;
}

.sy-tzgg-l-title{
    display: inline-block;
    color: #333333;
    width: 500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sy-tzgg-l-span{
    display: inline-block;
    overflow: hidden;

}

.sy-tzgg-r span:last-child{
    padding-left: 20px;
}

/*首页专题推荐页签*/
.nav-wrap {
    width: 1140px;
    margin: 0 auto;
    margin-top: 24px;
}

.nav-ul-wrap {
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 5px;
    list-style: none;
    margin: 0!important;
    width: 96%;
    float: left;
}
.nav-wrap .nav-ul-wrap li {
    margin-right: 12px;
    position: relative;
    display: list-item;
    text-align: -webkit-match-parent;
    list-style: none;
    font-size: 18px;
}
.nav-wrap .nav-ul-wrap li .navActive::after {
    /* content: '';
     position: absolute;
     left: 50%;
     bottom: -16px;
     border: 7px solid transparent;
     border-top-color: #e33629;
     margin-left: 0;
     -webkit-transform: translateX(-50%);
     transform: translateX(-50%);*/
}
.nav-wrap .nav-ul-wrap li .navActive {
    color: #1976DB;
    font-weight: bold;
}
.nav-wrap .nav-ul-wrap li .navItem {
    cursor: pointer;
    padding-right: 12px;
}

.sy-container-ztzl {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto
}

.zltj-title{
    width: 100%;
}

.sy-login-zh{
    width: 54px;
    position: absolute;
    top: 14px;
    right: 14px;
}

.sy-login-sm{
    width: 54px;
    position: absolute;
    top: 14px;
    right: 14px;
}

.sy-front{
    margin-top: 50px;
}

.sy-front-2{
    margin-top: 20px;
}

.sy-more a{
    color: #1976DB;
    font-size: 16px;
}

.sy-more{
    float: right;
    color: #1976DB;
}
/******************首页登录 end******************/



/******************头部登录 start******************/

.tab-covers{
    font-size: 16px;
    border-bottom: 1px solid #eeeeee;
    margin: 0 0 14px 22px;
}

.tab-list{
    color: #999999;
    display: inline-block;
    border-bottom: 2px solid transparent;
    padding-bottom: 10px;
    cursor: pointer;
    margin: -2px 20px;
}

.tab-covers .tab-list:hover, .tab-covers .tab-list.current {
    color: #000000;
    border-bottom: 2px solid #1976db;
    font-weight: 500;
}

/*文章分类*/
.main_title .title_list .articleCategory_item {
    position: relative;
    color: #1976DB;
    display: inline-block;
    padding: 0 15px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-left: 10px;
    cursor: pointer
}

.main_title .title_list .articleCategory_item + .articleCategory_item {
    margin-left: 10px
}

.main_title .title_list .articleCategory_item + .articleCategory_item:before {
    position: absolute;
    left: -10px;
    top: 50%;
    width: 1px;
    height: 18px
}

.main_title .title_list .articleCategory_item.active:after {
    display: block;
    width: 100%;
    background: #e33629;
    position: absolute;
    left: 0
}

.main_title .more {
    font-size: 14px;
    float: right;
    color: #1976DB;
    margin-right: 10px
}

.main_title .title .articleCategory-pre, .main_title .title_list .articleCategory_item.active .articleCategory-pre {
    color: #1976DB;
    font-weight: bold;
    border-bottom: 2px solid #1976DB;
    padding-bottom:8px;
}


/******************头部登录 end******************/

.footer-new{
    width: 100%;
    height: 300px;
    background: url("../images/footer-bg.jpg") no-repeat top;
    background-size: cover;
    padding: 44px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 60px;
}

.footer-t{
    width: 550px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer-t img{
    height: 60px;
}

.footer-m{
    width: 900px;
    margin: 0 auto;
    text-align: center;
    color: white;
}

.yqlink{
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 4px;
}

.link-list{
    font-size: 16px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: 0 20px;
}

.link-list a{
    color: white;
}

.footer-b{
    width: 680px;
    height: 180px;
    margin: 0 auto;
    color: white;
    display: flex;
    justify-content: space-between;
}

.footer-b img{
    height: 70px;
    margin-right: 26px;
}

.footer-b-l,
.footer-b-r{
    display: flex;
    align-items: center;
}

.fg-line{
    width: 1px;
    height: 100%;
    background-color: white;
}

.footer-m hr{
    margin: 10px 0;
}

.links_bottom {
    margin-left: 20px;
}
#head-carousel #metro-carousel .video-item-2{
    margin: 0 24px 46px 0;
}
.old-password{
    position: relative;
}

.old-password .fa-eye-slash{
    position: absolute;
    right: 32px;
    top: 24px;
}

.old-password .fa-eye{
    position: absolute;
    right: 32px;
    top: 24px;
}

.old-password-eye-open{
    border: 1px solid #ccc;
    border-radius: 8px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    height: 40px;
    padding: 0 0 0 34px;
    margin: 10px 0px 0px 10px;
    transition: background 0.3s ease-in-out;
    width: 260px;
    float: right;
    margin-left: 18px;
}

.old-mima{
    position: relative;
}

.old-mima .fa-eye-slash{
    position: absolute;
    right: 32px;
    top: 24px;
}

.old-mima .fa-eye{
    position: absolute;
    right: 32px;
    top: 24px;
}

.old-mima-repeat{
    position: relative;
}

.old-mima-repeat .fa-eye-slash{
    position: absolute;
    right: 32px;
    top: 24px;
}

.old-mima-repeat .fa-eye{
    position: absolute;
    right: 32px;
    top: 24px;
}

.tc-key{
    position: relative;
}

.tc-key .fa-eye-slash{
    position: absolute;
    right: 12px;
    top: 56px;
}

.tc-key .fa-eye{
    position: absolute;
    right: 12px;
    top: 56px;
}

.header-menu{
    width: 100%;
    background-color: #0a64c6;
    padding: 12px 0;
}

.header-menu .sy-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-menu-logo{
    width: 180px;
}

.header-menu-list{
    font-size: 20px;
    color: white;
    letter-spacing: 2px;
}

.header-menu-list span{
    padding: 20px 30px;
}

.header-menu-list span:hover{
    background-color: #07409b;
    cursor: pointer;
    border-radius: 10px;
}

.header-login a{
    font-size: 16px;
    color: white;
    display: inline-block;
    padding: 4px 20px;
    border: none;
    font-weight: normal;
}

.header-login a:hover{
    color: white;
}

.header-search{
    background: url("../images/sy-bg.jpg") no-repeat top;
    height: 300px;
    background-size: cover;
    padding: 60px 0;
}

.header-title{
    width: 450px;
    margin: 0 auto;
}

.header-search-box{
    width: 430px;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
}

.header-search-box input{
    width: 100%;
    height: 36px;
    background-color: white;
    border-radius: 50px;
    border: none;
    padding: 0 100px 0 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    color: black;
    font-size: 16px;
}

.header-search-box a{
    position: absolute;
    right: 10px;
    top: 4px;
    color: white;
    background-color: #3572e8;
    border-radius: 20px;
    padding: 0 20px;
    font-size: 16px;
}

.logo-xys{
    display: none;
}
