@charset "utf-8";

@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: HELVETICANEUELTPRO-THEX;
    src: url(fonts/HELVETICANEUELTPRO-THEX.OTF)
}

::-webkit-scrollbar-track-piece {
    width: 8px;
    height: 4px;
    background-color: #f0f0f0
}

::-webkit-scrollbar {
    width: 8px;
    height: 4px;
    background-color: #666
}

::-webkit-scrollbar-thumb {
    width: 8px;
    height: 4px;
    background-color: #666
}

::-webkit-scrollbar-thumb:hover {
    width: 8px;
    height: 4px;
    background-color: #2e2e2e
}

* {
    margin: 0;
    padding: 0;
}

body,
html {
    width: 100%;
    height: 100%;
    font: 0.98vw Arial, "寰蒋闆呴粦";
    font-family: Arial, "寰蒋闆呴粦";
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -overflow-scrolling: touch;
    color: #232323;
    background-color: #f7f7f7;
}

body {
    overflow-x: hidden
}


ul li {
    list-style: none
}

a {
    text-decoration: none;
    /* color: #254678; */
    color: #222;
}
a:hover{
    text-decoration: none !important;
    color: #214a9a;
}

h1 {
    font-size: 2vw;
    font-weight: 600;
}

h2 {
    font-size: 1.68vw;
    font-weight: 600;
}

h3,
h4 {
    font-size: 1.4vw;
    font-weight: 500;
}
h5 {
    font-size: 1.1vw;
    font-weight: 400;
}


h6 .title{
    font-size: 1.55vw !important;
    display: block;
    font-weight: 500;
    margin-bottom: 0.5vw;
    padding-left: 0.89vw;
    border-left: 4px solid #c6000b;
    line-height: 1.2vw;
}


img {
    border: none
}

input,
textarea {
    outline: 0;
    border: none;
    padding: 0.1vw 0.3vw;
    background: 0 0;
    font-size: 0.90vw;
    font-family: Arial, "寰蒋闆呴粦";
}

.btn {
    display: inline-block;
    background-color: #FBC400;
    padding: 0.55vw 2.5vw;
    border: none;
    color: #000;
    font-size: 0.98vw !important;
    border-radius: 0.2vw;
    transition: all 0.21s ease 0s;
	-webkit-transition: all .21s ease-in;
}



.col-md-12 {
    width: 100%;
}
.col-md-9 {
    width: 63%;
    padding-right: 3vw;
    display: inline-block;
}
.col-md-3 {
    width: 30%;
    display: inline-block;
}



.row {
    /* overflow: hidden; */
}

.clear {
    clear: both
}

.fl,
.left {
    float: left
}

.fr,
.right {
    float: right
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}


img {
    float: none;
    max-width: 100%;
    height: auto
}

.font-color-yel {
    color: #FAE007;
}

/* 缁熶竴鎶曞奖 */
.shadow {
    box-shadow: 0px 1px 17px rgb(0 0 0 / 10%);
}



.clearfix:after {
    clear: both;
    display: block;
    content: ''
}

.clearfix {
    zoom: 1
}

.show {
    display: block
}

.hide {
    display: none
}



.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    z-index: 100;
    display: none;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6)
}

.hide {
    display: none;
}

.show {
    display: block;
}


/* 鍏ㄥ眬tab 鑿滃崟  寮€濮 */
#tab  .tabList{
    width: 100%;
}
#tab  .tabList{
	border-bottom:1px solid #eee;
    margin-top: 4vw;
}

#tab .tabList ul li{
	display: inline-block;
	/* width:20vw; */
	text-align:center;
    font-size: 1.5vw;
   
}
#tab .tabList ul li a{
	display: block;
	padding:10px;
	text-align:center;
	cursor:pointer;
    font-size: 1.5vw;
    line-height: 2em;
}

#tab .tabList li a.active{
    color: #254678;
    font-weight: 600;
	border-bottom:solid 2px #254678;

}

/* 鍏ㄥ眬tab 鑿滃崟  缁撴潫 */

.popup {
    display: block;
}

.popup .fixed-container {
    position: absolute;
    background: #ffffff;
    width: 100%;
    height: 100%
}

.popup .fixed-container.center {
    left: 50%;
    top: 50%;
}

.popup .closeBtn {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    cursor: pointer;
    width: 48px;
    height: 48px;
}

.popup .closeBtn:after {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 20px;
    position: absolute;
    left: 4px;
    top: 4px;
    content: '';
    transition: all ease-out .2s
}


.loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none
}

.loading.show {
    display: flex
}

.loading .spinner {
    animation-duration: 0.7s;
    animation-iteration-count: infinite;
    animation-name: rotate-forever;
    animation-timing-function: linear;
    height: 30px;
    width: 30px;
    border: 4px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.7;
    box-sizing: border-box;
}

#banner img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}




.pages .pagination li.disabled {
    background: #f4f4f4;
    cursor: not-allowed;
}

.pages a,
.pages span {
    display: inline-block;
    padding: 3px 10px;
    margin: 2px;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}

.pages a,
.pages li {
    display: inline-block;
    list-style: none;
    text-decoration: none;
}

.pages li.rows {
    margin: 0 0 0 7px;
    font-size: 14px;
    line-height: 29px;
}

.pages a.first,
.pages a.prev,
.pages a.next,
.pages a.end {
    margin: 0;
}

.pages a:hover {
    border-color: #ccc;
    background: #eee;
    color: #fff;
}
.pages li.active span {
    background: #0054be;
    color: #FFF;
    font-weight: 700;
    border-color: #0054be;
}




/* 澶撮儴 */
#header {
    position: fixed;
    transition: all .4s ease;
    -webkit-transition: All 0.3s;
    z-index: 99;
    width: 100%;
    height: 5.2vw;
    top: 0;
   
}


#header .content #headTop {
    float: left;
}

#header .content a#logo img {
    height: 2.4vw;
}

#header .smlogo {
    display: none;
}

#header .nav>ul>li>a span {
    color: #fff;
}

/* 鑿滃崟搴曢儴榛勮壊鎻愮ず */
#header .nav>ul>li>a:before {
    content: "";
    position: absolute;
    bottom: 1vw;
    left: 30%;
    width: 40%;
    height: 0;
    /* background-color: #fee307; */
    transition: all .36s ease;
}

#header .nav>ul>li a.active span,
.agent-desktop #header .nav>ul>li:hover a span,
.search a {
    color: #fff;
}

#header .nav>ul>li a.active:before,
#header .nav>ul>li:hover a:before {
    height: 3px
}

/* 鍚戜笅婊氬姩 */
#header.nav2 {
    height: 5.2vw !important;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 8%);
    backdrop-filter: blur(10px); /* 璁╄儗鏅彉妯＄硦锛屾湁纾ㄧ爞鐜荤拑鏁堟灉 */
    background-color: rgba(255, 255, 255, 0.75);

}
#header.nav2 li a span,#header.nav2 li a i{
    color: #254678 !important;
}
#header.nav2 .language span,#header.nav2 .language .icon-duoyuyan{
    color: #254678;
}





/*閫変腑*/
#header .nav>ul>li>a>i {
    color: #fff;
}


#header .nav .subnav .menu{
    background: #fff;
}

.popup .closeBtn {
    z-index: 8
}

#header.head-bg {
    background-color: #cc0e17
}

#navWrapper #searchbar.search-wrap {
    background: #cc0e17;
}

.search-close .lcitem-top,
.search-close .lcitem-bottom {
    background: #fff;
}

#header a.search-close {
    margin-right: 30px;
}



#header .wrapper {
    height: auto
}

#header>.content {
    margin: 0 3.2vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#header .content .mobile_language {
   display: none;
}

#header .content a#logo {
    display: block;
    float: left;
    /* margin-top: 1.3vw; */
    transition: all ease-out .3s
}

#header #navWrapper {
    float: right;
}

#header .nav {
    float: left;
    margin-left: 30px;
}

#header .nav>ul>li {
    position: relative;
    float: left;
    height: auto;
}

#header .nav>ul>li>a {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 1.85vw 0;
    margin: 0 1.2vw;
    transition: all ease-out .3s;
}

#header .nav>ul>li>a span {
    position: relative;
    display: inline-block;
}

#header .nav>ul>li>a>i {
    margin-left: 0.4vw;
}


/* 涓讳綋 */
.content {
    margin: 3vw 8vw;
}

/* 涓讳綋 缁撴潫*/

/* 澶撮儴鏍囪 */
.slogan {
    color: #fff;
    position: absolute;
    top: 9vw;
    left: 8vw;
}

.slogan i {
    display: block;
    /* margin-bottom: 0.25vw; */
}

.slogan strong {
    font-size: 3.2vw;
    font-variant: initial;
    font-weight: 500;
    line-height: 1.2;
}
.slogan span em{
   margin-left: -2vw;

}
.slogan span {

    font-size: 1.5vw;

}

/* 澶撮儴鏍囪  缁撴潫*/


/* 澶撮儴闈㈠寘灞戝紑濮  缁撴潫*/
.container {
    position: absolute;
    color: #fff;
    bottom: 1vw;
    left: 8vw;
    font-size: 0.56vw;
    opacity: 0.6;
}

.container a {
    color: #fff !important;
    margin: 0 0.2vw;

}

/* 澶撮儴闈㈠寘灞戝鑸  缁撴潫*/



/* 鍏ㄧ珯 鏍囬 */
.container_header {
    display: block;
    color: #102653;
    margin: 2vw auto;
    width: 19vw;
    height: 6.2vw;
    line-height: 6.2vw;
    text-transform: uppercase;

}

.container_header span {
    color: #999;
    font-size: 0.92vw;
    font-weight: 200;
    margin-left: 0.3vw;

}

/* 鍏ㄧ珯鏍囬  缁撴潫*/


/* 鍏ㄧ珯浜岀骇鐩綍鏍囩 */
.container_category {}

.container_category li {
    display: inline-block;
    margin: 0 0.3vw;

}

.container_category li a {
    display: inline-block;
    padding: 0.4vw 0.8vw;
    border: solid 1px #ddd;
    transition: all 0.36s ease 0s;
}

.container_category li a:hover {
    display: inline-block;
    background-color: #B3D0EE;
    border: solid 1px #B3D0EE;
    color: #000;
}

.container_category li a.active {
    border: solid 1px #FAE007;
    color: #000;
    background-color: #FAE007;
}

/* 鍏ㄧ珯浜岀骇鐩綍鏍囩 缁撴潫*/


/* 鏂囩珷鍒楄〃 */

.newspage .container_hc {
    margin: 2vw 0;
    position: relative;
}

.newspage .container_hc .container_header {
    display: inline-block;
    margin: auto;
}

.newspage .container_hc .container_category {
    position: absolute;
    top: 2vw;
    right: 0;
}
.newslist{
    margin-bottom: 2vw;
}

.newslist  ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newslist ul li {
    width: 32%;
    margin-bottom: 25px;
    display: block;
    box-shadow: 0px 1vw 1vw rgb(204 204 204 / 17%);
    cursor: pointer;
    overflow: hidden;
}

.newslist ul li:nth-child(4n) {
    margin-right: 0;
}

.newslist ul li .item_img {
    overflow: hidden;
    /* height: 15.5vw; */
    margin-bottom: 1vw;
    background-color: #f8f8f8;
}

.newslist ul li img {
    width: 100%;
    transition: all 0.31s ease 0s;
    -webkit-transition: all .31s ease-in;
}

.newslist ul li .item_info {
    margin: 1vw;
    height: 15vw;
    word-break: break-word;
}

.newslist ul li h2 {
    margin: 0.66vw 0;
    font-size: 1.2vw;
    line-height: 1.5em;
    font-weight: 550;
    color: #333;
    word-break: break-word;

    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newslist ul li .item_info p {
    color: #666;
    word-break: break-word;
    line-height: 1.5em;
    margin-bottom: 1vw;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.newslist ul li .more span {
    color: #666;
    line-height: 1.8em;
}

.newslist ul li .more b {
    float: right;
    color: #333;
    line-height: 1.2em;
    border-bottom: solid 0.2vw #FAE007;
}

.newslist ul li:hover h2 {
    color: #0054be;
}

.newslist ul li:hover .item_info p {
    color: #444;
}

.newslist ul li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* 鏂囩珷鍒楄〃 缁撴潫*/

/* 鏂囩珷璇︽儏 寮€濮?/
.newsinfo {
    /* margin: 3vw; */
}

.newsinfo .content {
    max-width: 1400px;
    margin: auto;
}

.newsinfo .title {
    margin: 2vw 0;
    /* text-align: center; */
}

.newsinfo .title h1 {
    margin-bottom: 1vw;
    font-weight: 600;
    font-size: 2.2vw;
    word-break: break-word;
}

.newsinfo .title .text-muted span {
    margin-right: 1.5vw;
    display: inline-block;
    color: #999;
}


.newsinfo .detail p, .newsinfo .detail p span{
    line-height: 1.32em !important;
    font-size: 1.25vw !important;
}
.newsinfo .detail p {
    /* margin: 0.1em 0; */
}
.newsinfo .detail img {
    width: 100% !important;
    height: auto !important;
}


.newsinfo .netpage {
    margin-top: 1.5vw;
}

.newsinfo .netpage p {
    line-height: 1.8em !important;
    font-size: 0.93vw !important;
}


.newsinfo .left{
    width: 72%;
}

/* 鍙充晶鎺ㄨ崘鍐呭 */
.newsinfo .newslist {
    margin-top: 5vw;
}
.newsinfo .newslist ul{
    display: flex;
    justify-content: space-between;
}
.newsinfo .newslist ul li{
    background: #f8f8f8;
    margin-bottom: 1vw;
    display: block;
    width: 33%;
    box-shadow: none;
    /* text-align: center; */
    word-break: break-word;

}

.newsinfo .newslist ul li h5{
    margin: 20px;
    font-size: 17px;
    line-height: 1.5em;
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

/* 鏂囩珷璇︽儏 缁撴潫*/


/* 鎶曡祫鑰呭叧绯 寮€濮 */
.touzizheguanxi .content {
    /* margin: 4vw 6vw; */
    /* max-width: 1440px; */

}
.touzizheguanxi .content .container_header {
    background: url('/skin/index/default/assets/images/fontbg-culture.png') no-repeat center center;
    background-size: cover;
    width: 20vw;
    height: 6.65vw;
    line-height: 6.2vw;
    white-space: nowrap;

}
.touzizheguanxi .content .kxiantu {
    margin: 2vw 0;
    overflow: hidden;
}

.touzizheguanxi .content .kxiantu .col-lg-6{
    width: 45%;
    padding-right: 2%;
    display: block;
    float: left;
}
.touzizheguanxi .content .kxiantu .col-lg-6 img{
    width: 100%;
}


.touzizheguanxi .content .lists{
    margin: 2vw 0;    
    overflow: hidden;
 }
.touzizheguanxi .content .lists li{
   width: 44%;
   padding-right: 6%;
   overflow: hidden;
   display: block;
   float: left;
   margin-bottom: 1.5vw;
}
.touzizheguanxi .content .lists li .box{
    /* margin: 0 2vw 2vw 0; */
}
.touzizheguanxi .content .lists li .box h5 {
    font-size: 1.2vw;
    font-weight: 500;
    margin: 0.5vw 0;
   
}
.touzizheguanxi .content .lists li .box h5 a{
    font-size: 1.2vw;
    font-weight: 500;   
}

/* tab */
.touzizheguanxi  .menu {
    position: relative;
    border-top:  solid 1px  #eee;
    padding: 2vw 0;
    bottom: -0.13vw;
    /* left: 1.4vw; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    /* cursor: pointer; */
  }
.touzizheguanxi .menu .menu-item {
    opacity: 0.95;
    display: block !important;
    min-width: 9vw;
    height: 3.5vw;
    font-size: 1.2vw;
    color: #333333;
    background-color: #f6f6f6;
    background-color: #f5f2f2;
    box-shadow: 0px 5px 15px rgba(204, 204, 204, 0.6), 1px 1px 1px #ffffff inset !important;
    text-align: center;
    line-height: 3.5vw;
    margin-right: 0.5vw;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
  }
  .touzizheguanxi .menu .menu-item:last-child {
    margin-right: 0;
  }
  .touzizheguanxi .menu .menu-item:hover {
    opacity: 1;
    color: #fff;
    background-color: #c6000b;
    box-shadow: 0px 5px 15px rgba(204, 204, 204, 0.6), 1px 1px 1px #f29398 inset;
  }
  .touzizheguanxi .menu .active-menu {
    color: #fff;
    background-color: #c6000b;
    box-shadow: 0px 5px 15px rgba(204, 204, 204, 0.6), 1px 1px 1px #f29398 inset;
  }


/* 鎶曡祫鑰呭叧绯 ~ 鑱旂郴鏂瑰紡 */
.contact {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }
  .contact .contact-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }

  .contact .contact-box .contact-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    width: 48vw;
    height: 10vw;
    background-color: #ffffff;
    box-shadow: 0px 2.5px 25px rgba(204, 204, 204, 0.3);
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
  }
  .contact .contact-box .contact-type:last-child {
    margin-left: 2vw;
  }

  .contact .contact-box .contact-type:hover {
    box-shadow: 0px 2.5px 30px rgba(0, 0, 0, 0.1);
  }
  .contact .contact-box .contact-type .contact-type-icon {
    width: 5vw;
    /* height: 4vw; */
    margin-left: 3vw;
    margin-right: 3vw;
  }
  .contact .contact-box .contact-type .contact-type-icon img {
    vertical-align: top;
    width: 100%;
    height: 100%;
    opacity: 0.5;
  }
  .contact .contact-box .contact-type .contact-way .type {
    font-family: PingFangSC-Regular;
    font-weight: 600;
    color: #000000;
    font-size:1.5vw;
    margin-bottom: 0.1vw;
  }
  .contact .contact-box .contact-type .contact-way .number {
    font-family: Arial;
    font-weight: 700;
    color: #c6000b;
    font-size: 1.8vw;
  }

/* 鎶曡祫鑰呭叧绯 ~ 鑱旂郴鏂瑰紡  缁撴潫*/

/* 涓嬫媺鑿滃崟 */
#header .nav .subnav {
    position: absolute;
    top: 5vw;
    left: 0;
    z-index: 199;
    /* visibility: hidden; */
    overflow: hidden;
    background-color: #fff;
    border-radius: 0.2vw;
    /* opacity: 0; */
    display: none;
    transition: all .36s ease;
    padding: 1vw 0 1vw;
    min-width: 15vw;
}

#header .nav .navitem:last-child .subnav {
    left: auto;
    right: 0
}

#header .nav .subnav li {
    border-bottom: 1px solid #ececec;
}
#header .nav .menu {
    margin: 0;
}

#header .nav .navitem .subnav {
    border: 1px solid #7171711f;
    padding: 0;
    display: none;
}



#header .nav .subnav li a {
    display: block;
    padding: 0.95vw 2.1vw;
    transition: all .2s ease-in-out;
    position: relative;
    left: 0;


}

#header .nav .subnav li a i {
    float: right;
    margin-top: 0.25vw;
}

#header .nav .subnav li a:hover {
    color: #000 !important;
    font-weight: 600;
    background-color: #FAE007;
}

#header .nav .subnav li a:hover {
    padding-left: 2.5vw;
}

#header .nav>ul>li:hover .subnav {
    /* visibility: visible; */
    display: block;
    /* opacity: 1 */
}

.header-bg {
    background: url('/skin/index/default/assets/images/siteWrapper-bg.jpg')  no-repeat center;
    background-color: #102653 !important;
    height: 25vw;
    background-size: cover !important;
    position: relative;
}

/* 椤堕儴鎼滅储妗 */
.search {
    margin: 0;
    padding: 1.45vw 0.8vw;
    border: 0;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.search #search_form {
    width: 14vw;
    display: block;
    border: 1px solid rgba(100, 100, 100, 0.09);
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50px;
    padding: 0.32vw 1vw;
    margin-right: 1vw;
    position: relative;

}
.search #search_form>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search #search_form input {
    width: 90%;
    color: #333 !important;
    /* font-size: 16px; */
    border: none;
}


.search #search_form button {
    border: none;
    width: 1.2vw;
    height: 1.2vw;
    background: url('../images/ico-search-2.png') no-repeat top;
    background-size: cover;
    /* vertical-align: middle; */
}

.search .search_submit {
    /* position: absolute;
    right: 18px;
    top: 0.5vw; */
    vertical-align: middle;
}

#header .language {
    display: inline-block;
    display: flex;
    align-items: center;
    /* position: absolute; */
    /* top: 1.75vw; */
    /* right: 3.5vw; */
    /* height: 1.4vw; */
    color: #fff !important;
    transition: all 0.36s ease 0s;

}


#header .language .icon-duoyuyan {
    /* height: 1.2vw; */
    font-size: 1.2vw;
    margin-right: 0.2vw;
    /* top: 0.08vw; */
    /* left: -1.56vw; */
    /* position: absolute; */
    color: #fff;
    transition: all 0.26s ease 0s;

}
#header .language:hover,  #header .language:hover .icon-duoyuyan, #header .language:hover span{
    /* left: -0.7vw; */
    color: #fee307 !important;
}
#header .language span {
    /* position: absolute; */
    /* margin-left: 0.5vw; */
    /* top: 0.15vw; */
    font-size: .8rem;
    transition: all 0.26s ease 0s;
}



/* 鎵嬫満绔笅鎷夎彍鍗曟寜閽 */

#header #openBtn {
    cursor: pointer;
    display: none
}







/* 搴曢儴鏍峰紡 */
#footer,
#footer a {
    color: #666;
    margin-right: 0.9vw;
}

#footer {
    color: #102653;
    width: 100%;
    overflow: hidden;
    /* height: 900px; */
    /* padding-left: 3.2vw;
    padding-right: 3.2vw; */
    padding-top: 0vw;
    background: url('../images/footer-bg.png') no-repeat center #ccc;
    background-size: cover;

}

#footer .module_container .logo {
    max-width: 17vw;
    padding-top: 4vw;
    padding-bottom: 3vw;
    display: block;
}

#footer #flinks {
    overflow: hidden;
    margin-bottom: 1vw;
}

#footer #flinks .fitem_block_text .richtext {
    color: #102653;
    line-height: inherit
}

#footer #flinks .content_list .fitem_block_link {
    width: 70%;
    float: left;
}

#footer #flinks .content_list .richtext {
    width: 25%;
    float: right;
}

#footer #flinks .content_list .richtext strong {
    font-size: 2.2vw;
    font-weight: 400;
    margin-top: 0;
    display: inline-block;
}

#footer #flinks .content_list .richtext .more {
    margin-top: 1vw;
    position: relative;
}

#footer #flinks .content_list .richtext .more p {
    margin-bottom: 1vw;
}

#footer #flinks .content_list .richtext .more .erweima {
    width: 8vw;
    margin-right: 1vw;
    display: block;
    float: left;
    font-size: 0.76vw;
    text-align: center;
}

#footer #flinks .content_list .richtext .more .erweima img {
    margin-bottom: 0.4vw;
    display: inline-block;
}

#footer #flinks .content_list .richtext .more .weibo {
    width: 6vw;
    display: block;
    padding-top: 1.2vw;
}


#footer #flinks .fitem_block_link h2 {
    margin-bottom: 1.3vw;
}
#footer #flinks .fitem_block_link h2 i{
   display: none;
}
#footer #flinks .fitem_block_link li {
    line-height: 3.6vw;
}

#footer #flinks .fitem_block_link li a {
    color: #102653;
}



#footer #copyright {
    border-top: solid 1px #ddd;
    line-height: 1.5em;
    padding: 1vw 0;
    color: #666;
}

#footer #copyright .ellipsis{
   display: inline-block;
}


/* 搴曢儴鏍峰紡 缁撴潫 */



/* 涓€琛 4鍒 */
.bury {
    width: 29%;
    float: left;
    overflow: hidden;
    padding-left: 1%;
}



#pages {
    padding-top: 30px;
}




/*鑱旂郴鏂瑰紡 寮€濮?/


.contact .content .container_header {
    background: url('/skin/index/default/assets/images/fontbg-culture.png') no-repeat center center;
    background-size: 100%, 6.2vw;
    /* background-size: cover; */
}


.liangxifangshi {
    background-color: #fff;
    border-radius: 0.6vw;
    margin: 2.5vw 0;
}

.liangxifangshi li {
    display: inline-block;
    width: 28.1%;
    text-align: center;
    border-right: solid 1px #eee;
    padding: 2vw 2vw;
}

.liangxifangshi li:last-child {
    border-right: none;
}

.liangxifangshi li p {
    display: block;
    line-height: 1.96em;
}


.liangxifangshi li img {
    width: 4vw;
}

.contact .content .container_header {
    text-align: center;

}

.contact .content .other {
    text-align: center;
    color: #666;
    line-height: 1.8em;

}


/* 鍒嗗叕鍙歌仈绯绘柟寮?/
.fengongsi {
    background-color: #fff;
    border-radius: 0.6vw;
    margin: 3.5vw 0;
    overflow: hidden;
}

.fengongsi li {
    display: block;
    float: left;
}

.fengongsi li div {

}
.fengongsi li:nth-child(1) {
    width: 32%;
}
.fengongsi li:nth-child(2) {
    width: 33%;
}
.fengongsi li:nth-child(3) {
    width: 35%;
}

.fengongsi li:nth-child(2) div{
    margin-left: 1vw;
    margin-right: 1vw;

    border-right: solid 1px #eee;
    border-left: solid 1px #eee;
    padding-left: 1vw;
    padding-right: 1vw;
}


.fengongsi li h2 {
    margin-bottom: 1.2vw;
}

.fengongsi li:last-child {
    /* border-right: none; */
  
}

.fengongsi li p {
    display: block;
    text-align: left;
    line-height: 1.96em;
}

.fengongsi li img {
    width: 1.66vw;
    margin-right: 0.45vw;
}

/* 涓€浜涢〉闈㈤《绔殑 鎻忚堪鏂囧瓧 */
.title-font {
    margin: 3vw 0;
}

.title-font strong {
    font-size: 1.9vw;
    margin-bottom: 1vw;
    font-weight: 400 !important;
    color: #254678;
}

.title-font p {
    color: #666;
    margin: 0.5vw auto;
}



/* 鎷涜仒鑱屼綅 */

.joblist .container_hc {
    margin: 2vw 0;
    position: relative;
    overflow: hidden;
}

.joblist .container_hc .container_header {
    display: inline-block;
    margin: 0;
}

.joblist .container_hc .container_category {
    position: absolute;
    top: 2vw;
    right: 0;
}

.joblist .lists {
    margin: 3vw 0;
}

.joblist .lists ul li {
    display: block;
    float: left;
    width: 26.5%;
    height: 18vw;
    margin: 0 2.2vw 2.2vw 0;
    padding: 2vw;
    color: #4D5E82;
    background-color: #fff;
    border-top: solid 0.2vw #fff;
    overflow: hidden;
    
    border-radius: 0.5vw;
}
.joblist .lists ul li:hover {
    box-shadow: 0px 1vw 1vw rgb(204 204 204 / 17%);
    border-top: solid 0.2vw #2376D2;
    transition: all 0.31s ease 0s;
	-webkit-transition: all .31s ease-in;
}



.joblist .lists ul li:nth-child(3n) {
    margin-right: 0;
}

.joblist .lists ul li h5 a {
    color: #102653 !important;
}

.joblist .lists ul li h5 {
    font-size: 1.2vw;
    margin-bottom: 1vw;
    color: #2376D2;
}

.joblist .lists ul li p {
    margin-bottom: 1.6vw;
}

.joblist .lists ul li p.description {
    /* height: 12vw; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    line-clamp: 9;
    -webkit-box-orient: vertical;
}

.joblist .lists ul li span {
    float: right;
}


/* 鎷涜仒鑱屼綅璇︽儏 */
.jobinfo .col-md-9 {
    border-right: solid 1px #eee;
}
.jobinfo .col-md-9 p{
   font-size: 1.2vw !important;
}

.jobinfo h1 {
    margin-bottom: 2vw;
}
.jobinfo .netpage {
    margin-top: 5vw;
    line-height: 3em;
}
.jobinfo .job-list li {
    font-size: 1vw;
    padding: 1.5vw 0;
    font-size: 1.2vw !important;
    border-bottom: solid 1px #eee;

}


/* 楂樺痉鍦板浘 */
.contact .content #container {
    height: 30vw;

}

/* 鐣欒█鏉 */
.feedback {
    margin: 2vw 0;
    border-top: solid 1px #ddd;
}

.feedback p {
    text-align: center;
    display: block;
    margin-bottom: 1.5vw;
}

.feedback .col-md-12,
.feedback .col-md-12 {
    line-height: 3em;
    margin-bottom: 1.5vw;
    height: 3vw;
}

.feedback .col-md-12 .text-danger {
    line-height: 3.2em;
    display: block;
    width: 8.3vw;
    float: left;
    word-wrap: break-word;
    word-break: break-all;
}

.feedback .col-md-12 .fr {
    width: 75vw;
    float: right;
}

.feedback .col-md-12 em {
    color: #ff0e17;
}



.feedback .col-md-12 .form-control {
    height: 1.2vw;
    font-size: 1.2vw;
    border: 1px solid #E1E1E1;
    line-height: 3vw;
    border-radius: 0;
    padding: 1vw;
    width: 97%;
}

.feedback .col-md-12 textarea {
    height: 10vw;
    font-size: 1.2vw;
    border: 1px solid #E1E1E1;
    padding: 1vw;
    width: 97%;
}

.feedback .col-md-12 label {
    margin-right: 2vw;
}

.feedback .col-md-12.verify {
    padding-top: 1.5vw;
    clear: both;
}

.feedback .col-md-12.verify input,
.feedback .col-md-12.verify img {
    display: inline-block;
    margin-right: 2vw;
    width: 12vw !important;
    float: none !important;
}

.feedback .col-md-12.verify span {
    /* margin-left: 0.5vw; */
}

.feedback .col-md-12.verify .btn {
    width: 12vw !important;
    padding: 0.95vw 2.8vw;
    cursor:pointer
}




/* 鐣欒█鏉挎彁浜ゆ垚鍔熷悗 寮瑰嚭淇℃伅 */
.modal {
    z-index: 5;
    position: fixed;
    top: 20vw;
    width: 100%;
    display: none;
    transition: all 0.31s ease 0s;
    -webkit-transition: all .31s ease-in;
}

.modal .text-success {
    width: 18vw;
    margin: auto;
    padding: 3vw;
    text-align: center;
    background-color: #fff;
    border-radius: 0.52vw;
    transition: all 0.31s ease 0s;
    -webkit-transition: all .31s ease-in;

    box-shadow: 0px 1px 17px rgb(0 0 0 / 10%);
}

.modal .text-success .btn {
    margin-top: 2vw;
}

/*鑱旂郴鏂瑰紡 缁撴潫*/


/* 浜у搧灞曠ず */

.carousel-control-prev-icon{
    background-image: url('../images/jiantou-left.png') !important;
    width: 3vw !important;
    height: 3vw !important;
}
.carousel-control-next-icon{
    background-image: url('../images/jiantou-right.png') !important;
    width: 3vw !important;
    height: 3vw !important;
}