@charset "utf-8";

/* @font-face {
	font-family: 'global';
    src: url('./fonts/gilroy-regular-3.otf') format('woff2');
    font-display: fallback;
    font-weight: normal;
	font-style: normal;
	font-display: swap;
} */

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

@font-face {
    font-family: "DisneyEnglish-Bold";
    font-weight: 400;
    font-style: normal;
    src: url("./fonts/DisneyEnglish-Bold.otf");
}


@font-face {
	font-family: 'gilroy_bold';
	src: url('./fonts/gilroy-bold-4.otf') format('truetype');
}
@font-face {
	font-family: 'gilroy_regular';
	src: url('./fonts/gilroy-regular-3.otf') format('truetype');
}

body,html{
    /* font-family:  gilroy_regular, sans-serif, Arial, sans-serif,  微软雅黑 !important; */
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    /* font-family:  gilroy_bold, sans-serif, Arial, sans-serif,  微软雅黑 !important; */
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    
    /* font-weight: 400  !important; */
}


::-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-size: 16px;
    font-weight: 400;
    /* font-family: 'Arial' !important; */
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -overflow-scrolling: touch;
    color: #333;
    background-color: #f8f8f8;
}

body {
    overflow-x: hidden;
}
::placeholder{
    color: #999;
}

ul li {
    list-style: none
}
.f35{
	font-size: 35px;
}

a {
    text-decoration: none;
    color: #333;
    -moz-transition: all .5s; 
    -ms-transition: all .5s; 
    -o-transition: all .5s; 
    transition: all .5s;
}
a:hover{
    text-decoration: none !important;
    color: #229bbc ;
}

a.underline{
    text-decoration: dotted;
    color: #229bbc ;
}

h1 {
    /* font-size: 30px !important; */
    font-weight: 600;
}

h2 {
    /* font-size: 22px !important; */
    font-weight: 600;
}

h3,
h4 {
    /* font-size: 18px !important; */
    font-weight: 500;
}
h5 {
    /* font-size: 17px !important; */
    font-weight: bold;
}


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

.btn{
    font-size: 16px;
}

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

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 {
    transition: all 0.21s ease 0s;
	-webkit-transition: all .21s ease-in;
    /* border: 1px solid transparent; */
}
.btn:hover {
    /* border: 1px solid transparent; */
}

.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: #229bbc ;
}

/* 统一投影 */
.shadow {
    box-shadow: 0px 1px 17px rgb(0 0 0 / 10%);
}

.bg-white{
    background-color: #fff;
}


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

.weizhi{
    color: #fff !important;
}
.weizhi a{
    color: #fff !important;
}


.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;
}


/* 内页 Banner  */

@keyframes bannerimg {
    from {
        transform: scale(1.2)
    }

    to {
        transform: scale(1)
    }
}

.bg-black{
    max-height: 500px;
    margin-top: 60px !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* background-color: #001621; */
}
.bg-black img{
    animation: bannerimg 2s;
    position: relative;
    width: 100%;
}
.bg-black .title{
    position: absolute;
    z-index: 2;
}
.bg-black .title h2{
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
.bg-black span{
    font-size: 20px;
    color: #fff;
    /* text-transform: uppercase;  */
    text-align: center;
    border: solid 1px rgba(255, 255, 255, .4);
    padding: 10px 20px;
    display: block;

}
.bg-black a{
    color: rgba(255, 255, 255, .4);
}
.bg-black a:hover{
    color: rgba(255, 255, 255, 1);
}
.bg-black .fa-angle-right:before{
    color: rgba(255, 255, 255, .4);
}

.bg-black .clearfix{
    text-align: center;
}


/* 全局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{

    position: relative;
    /* padding: 2vw; */
    /*margin-bottom: 30px;*/
}


.pages .pagination{
    border-top: solid 3px #229bbc;
    padding: 20px ;
    margin: 30px auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

    /* transform: translate(-50%,-50%); */
}

.pages .pagination li.disabled {
    background: #f4f4f4;
    cursor: not-allowed;
    border-radius: 50%;

}

.pages a,
.pages span {
    display: inline-block;
    margin: 0 2px;
    border: 1px solid #ddd;

    line-height: 45px;
    text-align: center;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

}

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

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

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

.pages a:hover {
    
}
.pages a:hover,.pages li.active span {
    background: #229bbc ;
    color: #FFF;
    font-weight: 700;
    border-color: #229bbc ;
    
}

/* 留言板提交成功后 弹出信息 */
.modal {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100vh;
    width: 100%;
    display: none;
    background-color: rgba(0,0,0, 0.5);
    transition: all 0.31s ease 0s;
    -webkit-transition: all .31s ease-in;
}

.modal .text-success {
    width: 18vw;
    padding: 2vw;
    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%);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.modal .text-success h3{
    line-height: 1.6;
    color: #001621;
}

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


/* 头部 */
#header {
    position: fixed;
    transition: all .4s ease;
    -webkit-transition: All 0.3s;
    z-index: 99;
    width: 100%;
    height: 81px;
    top: 0;
    background-color: #2296b7;
}
#header .container{
    position: relative;
}
#header .nav li::before{
    /* content: "";
    height: 13px;
    width: 2px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    right: -20px; */
}

/* 语言切换菜单 */
#header .header-column {
    display: none;
}


#header .container #headTop {
    /* float: left; */
    position: absolute;
    left: 15px;
}


#header .smlogo {
    display: none;
}

#header .nav>ul {
    margin: 0;
}

#header .nav>ul>li>a span {
    font-size: 16px;
    color: #fff;
}

/* 首页菜单，下横线 */
#header.nav_index .nav>ul>li>a:before {
    /* opacity: 0; */
    height: 0px;
}
#header.nav_index .nav>ul>li>a:hover span{
    color: #229bbc ;
}

#header .nav>ul>li>a:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 10px;
    width: 63%;
    height: 0px;
    background-color: #009ee0;
    transition: all .36s ease;
}
#header .nav>ul>li>a:hover:before  {
    background-color: #333;
    height: 3px;
}

/* #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.nav .language a,#header.nav .language img{
    /* color: #333 !important; */
    width: 24px;
}

/*选中*/
#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 4.2vw; */
    /* width: 1200px;
    max-width: 1200px; */
    margin: auto;
    position: relative
}

#header .container #headTop {
    height: 100%
}

#header .container a#logo {
    display: block;
    float: left;
    margin-top: 10px;
    transition: all ease-out .3s
}
#header .container a#logo img {
    height: 60px;
    /* width: 133px; */
}

#header #navWrapper {
    position: absolute;
    left: 235px;
    /* position: absolute; */
    /* left: 50%; */
    /* transform: translateX(-50%); */

    /* margin-left: 165px; */
}

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

#header .nav>ul>li>a {
    position: relative;
    display: block;
    overflow: hidden;
    /* padding: 0 10px; */
    height: 80px;
    line-height: 76px;
    padding: 0 16px;
    transition: all ease-out .3s;
    font-weight: bold;
    text-transform: uppercase; 
}

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

#header .nav>ul>li:last-child{
    margin-left: 40px;
}
#header .nav>ul>li:last-child a span{
    color: #fff !important;
}
#header .nav>ul>li:last-child a::after{
    content: "";
    display: block;
    width: 100%;
    height: 38px;
    position: absolute;
    top: 19px;
    left: 0px;
    background-color: #333;
    border-radius: 2px;
    z-index: -1;
}

#header .nav>ul>li>a>i {
    margin-left: 3px;
}
#header .nav>ul>li>a:before {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0%;
    width: 0%;
    height: 4px;
    background-color: #78c302 ;
    transition: all .36s ease;
    z-index: 1;
}
#header .nav>ul>li:hover a:before,#header .nav>ul>li.active>a:before {
    width: 100%;
    height: 3px;
    background-color: #78c302 ;
}
.nav>ul>li.active>a span{
    color: #78c302  !important;
}
/* 向下滚动 */
#header.nav2 {
    height: 81px;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 8%);
    backdrop-filter: blur(10px); /* 让背景变模糊，有磨砂玻璃效果 */
    background-color: rgba(255, 255, 255, 1);
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;

}

#header.nav2 ul li a span, #header.nav2 ul li a i{
    color: #333 !important;
}

#header.nav2 .language  span{
    color: #333 !important;
}


.title_h3 {
    text-align: center;
    padding: 20px 0 20px 0;
}
.title_h3 h3{
    font-size: 35px !important;
    text-transform: uppercase; 
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 10px;
    margin-bottom: 10px;
}
.title_h3 h3>b{
    color: #78c302;
}
.title_h3 h3>span{
    color: #229bbc;
}
.title_h3 p{
    font-size: 18px;
}

/* 主体 */
/* .content {
    margin: 0 4.2vw;
} */
.content {
    width: 1230px;
    /* max-width: 1200px; */
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.container .row{
    margin-right: -15px;
    margin-left: -15px;
}

/* 主体 结束*/

/* 当前位置 */
.location img{
    margin-right: 5px;
}
.location .clearfix{
    display: flex;
    align-items: center;
}
.location{
    background-color: #007d4f;
    padding: 25px 0;
    color: #fff;
}
.location a,.location i{
    color: #fff;
    display: block;
    height: 20px;
    line-height: 20px;
    margin: auto 5px;
}

/* 头部标语 */
.slogan {
    color: #fff;
    position: relative;
    top: 140px;
    left: 10px;
    text-align: center;

}

.slogan h3{
    font-size: 40px;
    font-weight: bold;
    display: block;
    margin-bottom: 1vw;
}
.slogan p{
    font-size: 16px;
    font-weight: 200;
    display: block;
    /* margin-bottom: 0.25vw; */
}
/* 头部标语  结束*/


.more{
    text-align: center;
    padding: 40px 0;
}


/* 头部面包屑开始  结束*/
/* .header-bg .container {
    position: absolute;
    color: #fff;
    top:500px;
    font-size: 0.56vw;
    opacity: 0.6;
}

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

} */

/* 头部面包屑导航  结束*/

/* 产品列表 */
.products_swiper .swiper{
    padding: 30px 0;
}
.products_swiper a img {
    transition: all 0.26s ease 0s;
    -webkit-transition: all .26s ease-in;
}
.products_swiper a:hover img {
    /* -webkit-transform: scale(1.1);
     transform: scale(1.1);  */
}

/* 全站 标题 */
.container_header {
    display: block;
    width: 100%;
    padding: 30px  0 30px 0;
    

}
.container_header h2 {
    display: block;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 12px;
    margin: auto;
    text-transform: uppercase; 

}
.container_header p {
    display: block;
    font-size: 16px;
    /* font-weight: 200; */
}

/* 全站标题  结束*/


/* 全站二级目录标签 */
.container_category {
   display: flex;
   margin: 0;
   /* justify-content: center; */
   /* flex-direction: row; */
   /* flex-wrap: nowrap; */
}
.container_category li {
    display: inline-block;
    margin-right: 10px;

}
.container_category li  a{
    display: inline-block;
    padding: 13px 25px;
    color: #229bbc;
    background-color: #ebebeb;
    transition: all 0.36s ease 0s;
    font-weight: 600;
}

.container_category li a:hover {
    display: inline-block;
    color: #fff;

    background-color: #333;
    /* color: #000; */
}

.container_category li a.active {
    color: #fff;
    background-color: #2296b7;
}

/* 全站二级目录标签 结束*/


/* 文章列表 */

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

.newspage .container_hc .container_header {
    display: inline-block;
    margin: 1vw auto;
    text-align: left;
}

.newspage .container_hc .container_category {
    position: absolute;
    top: 2vw;
    right: 0;
}
.newslist{
    width: 100%;
}

.newslist li {
    display: inline-block;
    width: 33.4%;
    margin: -4px;
    border: 1px solid rgba(170, 170, 170, 0.2);
    /* box-shadow: 0px 1vw 1vw rgb(204 204 204 / 17%); */
    cursor: pointer;
    overflow: hidden;
    padding: 3vw;
    background-color: #fff;
}

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

.newslist li .item_img {
    overflow: hidden;
    max-height: 12vw;
    margin-bottom: 1vw;
    border-radius: 18px;
    background-color: #f5f5f7;
}

.newslist li img {
    width: 100%;
    /* min-height: 12vw; */
    transition: all 0.31s ease 0s;
    -webkit-transition: all .31s ease-in;
}

.newslist li .item_info {
    margin: 0.5vw;
    height: 13vw;
}

.newslist li h5 {
    margin: 0.66vw 0;
    font-size: 1.2vw;
    font-weight: 550;
    color: #333;
    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 li strong {
    display: block;
    font-size: 100px;
    font-family:  "DisneyEnglish-Bold";
    color: #f3f3f6;
}
.newslist li .item_info span {
    margin: 1vw 0;
    display: block;
}
.newslist li .item_info p {
    color: #666;
    line-height: 1.5em;
    margin: 1vw 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}


.newslist li:hover h5 {
    color: #229bbc ;
}

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

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

/* 文章列表 结束*/

/* 文章详情 开始*/
.newsinfo {
    /* margin: 3vw; */
    margin-top: 8vw;
}


.newsinfo .container {
    /* max-width: 1400px; */
    margin: 3vw auto;
}

.newsinfo .title {
    margin: 2vw 0;
    border-bottom: 1px solid #ddd;
    /* text-align: center; */
}

.newsinfo .title h1 {
    margin-bottom: 1vw;
    font-weight: 600;
    font-size: 2.5vw;

}

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

.newsinfo .right .title {
    border-bottom: none;
}

.newsinfo .detail p, .newsinfo .detail p span{
    line-height: 1.86em !important;
    font-size: 17px !important;
}
.newsinfo .detail p {
    margin: 1vw 0 !important;
}
.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: 66%;
}

/* 右侧推荐内容 */
.newsinfo .newslist {
    /* margin-top: 5vw; */
    width: 27%;
}
.newsinfo .newslist ul li{
    margin-bottom: 1vw;
    display: block;
    width: 100%;
    padding: 2vw;
    box-shadow: none;
    border: solid 1px #ddd;
}
.newsinfo .newslist ul li h5{
    font-weight: bold;
    margin: 1vw 0;
 
 }
.newsinfo .newslist ul li strong{
   font-size: 5vw;
   font-family:  "DisneyEnglish-Bold";
   font-weight: bold;
   color: #f3f3f6;
   /* margin: 3vw 0; */

}

.newsinfo .newslist ul li span,.newsinfo .newslist ul li p{
    font-size: 14px;
    margin: 1vw 0;
    color: #666;
}

.newsinfo .newslist ul li .item_img{
    width: 100%;
    border-radius: 18px;
}

/* 文章详情 结束*/


/* 下拉菜单 */
#header .nav .subnav {
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 199;
    /* visibility: hidden; */
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,.1);

    border-radius: 2px;
    /* opacity: 0; */
    display: none;
    transition: all .36s ease;
    padding: 15px 0 15px;
    min-width: 210px;
    white-space: nowrap;

}

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

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

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



#header .nav .subnav li a {
    display: block;
    padding: 15px 27px 15px 15px;
    transition: all .2s ease-in-out;
    position: relative;
    color: #333;
    left: 0;


}

#header .nav .subnav li a i {
    /* float: right; */
    margin-top: 0.2vw;
    position: absolute;
    right: 13px;
    /* transition: all .1s ease-in-out; */

}

#header .nav .subnav li a:hover {
    color: #fff;
    background-color: #78c302;

	transform: scaleX(1);
}

#header .nav .subnav li a:hover i{
    /* right: 0px; */
}

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

#siteWrapper{
    /* margin-top: 81px; */
}


.header-bg {
    /* background: url('/skin/index/default/assets/images/siteWrapper-bg.jpg')  no-repeat center; */
    background-color: rgb(0, 14, 27) !important;
    height: 400px;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    margin-top: 64px;
}
.header-bg .container{
    padding: 0 0;
}
.header-bg .banner-font{
    width: 790px;
    /* margin-top: 30px; */
    /* margin: auto; */
    /* margin-left: 0; */
}


/* 顶部搜索栏 */
.search{
    position: absolute;
    right: 70px;
    top: 29px;
    
}
.search img{
    cursor: pointer;
    height: 24px;
}

.nav2 .search img{
    content: url('../images/tosearchImg-2.png');
}
.nav2 .language img{
    content: url('../images/language_2.png');
}

#search_form{
    /* display: none; */
    overflow: hidden;
    -moz-transition: all .5s; 
    -ms-transition: all .5s; 
    -o-transition: all .5s; 
    transition: all .5s;

    height: 0;
    z-index: 10;
    position: absolute;
    right: 0;
    top: 47px;
    width: 300px;
    background-color: #fff;
   
    border-radius: 4px;
    transition: all .3s cubic-bezier(.075,.82,.165,1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
}
#search_form .input-group{
 padding: 10px;
}

/* 语言切换 */
#header .language {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 29px;
    transition: all 0.36s ease 0s;
    font-weight: 600;
}

#header .language span{
    position: relative;
    color: #fff !important;
    transition: all 0.36s ease 0s;
    margin: 0 10px;
    font-weight: 600;
}
#header .language span a{
    color: #999 !important;
}

#header .language img{
    cursor: pointer;
}

#header .language:hover .language_box{
    display: block;
}
#header .language_box{
    display: none;
    overflow: hidden;
    -moz-transition: all .5s; 
    -ms-transition: all .5s; 
    -o-transition: all .5s; 
    transition: all .5s;
    /* height: 0; */
    z-index: 10;
    position: absolute;
    right: -78px;
    top: 20px;

}

#header .language_box ul{
    margin-top: 15px;
    width: 150px;
    padding: 10px;
    margin: 15px;
    background-color: #fff;
    border-radius: 10px ;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    -moz-transition: all .5s; 
    -ms-transition: all .5s; 
    -o-transition: all .5s; 
    transition: all .5s;
}
#header .language_box ul li:last-child a{
   border-bottom: none;
}
#header .language_box ul li{
    display: block;
    width: 100%;
}
#header .language_box ul li a{
    display: block;
    /* line-height: 2.5em; */
    font-size: 16px;
    padding: 10px 20px;
    width: 100% !important;
    border-bottom: solid 1px #eee;
}


/* 搜索框 */
.search_form {
    background-color: #229bbc;
    padding: 30px;
    transition: all 0.26s ease 0s;
}
.search_form form{
    width: 60%;
    margin: auto;
}
.search_form .input-group .form-control{
    height: 60px;
    width: 100%;
    padding: 0 35px;
    border-radius: 50px !important;
    position: relative;
    font-size: 17px;
    font-weight: bold;
    border: none;
}
.search_form .input-group>.input-group-append>.btn{
    position: absolute;
    right: 10px;
    top: 4px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 5;
    /* background-color: #229bbc; */
}
.search_form .input-group>.input-group-append>.btn .fa-search{
    color: #fff;
}

/* 手机端下拉菜单按钮 */

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





/* 底部样式 */
#footer,
#footer a {
    color: #fff;
    /* margin: auto 5px; */
}
#footer a:hover{
    color: #229bbc;
}
#footer {
    color: #fff;
    width: 100%;
    overflow: hidden;
    padding: 60px 0 30px 0;
    background-color: #022742;
    /* margin-top: 30px; */
}
.bottom2{
    /* text-align: center; */
    /* border-top: solid 1px #eee; */
    position: relative;
    z-index: 10;
    background: #021f34;
    padding: 20px;
    color: #989898;
}

#footer .fot_tag li{
    margin-bottom: 8px;
    float: left;
    width: 40%;
}
#footer .fot_tag li a {
    position: relative;
    display: block;
    transition: all .5s;
    line-height: 24px;
}
#footer .fot_tag li a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s;
    color: #999;
    z-index: 2;
    line-height: 22px;
    opacity: 0;
    filter: alpha(opacity=0);
}

#footer .fot_tag li a:hover:before {
	left: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
#footer .fot_tag li a:hover {
	padding-left: 8px;
}

#footer .container ul.nowrap li{
    width:100%;

}

#footer .fot_title strong {
    display: block;
    color: #2296b7;
    font-size: 30px;
    /* line-height: 24px; */
    /* 强制大写 */
    /* text-transform: uppercase;  */
    font-weight: 500;
    margin-bottom: 18px;
}

.fot_con{
    /* padding-right: 50px; */
}
.fot_con li {
	margin-bottom:12px;
	display: flex;
	align-items: flex-start;
}
.fot_con li a {
	font-size: 14px;
	line-height: 20px;
	color: #b2b2b2;
}
.fot_con li p {
	margin: 0;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 2px;
	color: #b2b2b2;
	font-size: 13px;
	margin-left: 10px;
    line-height: 1.56em;
}
.fot_con li a:hover {
	color: #fff;
}
.fot_con li .icon {
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	min-width: 20px;
    display: inline-block;
	height: 20px;
	max-width: 20px;
}
/* 底部样式 结束 */


/* 第一列 */
.bury .fot_con{
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}
.bury .fot_con p{
    text-align: center;
    margin: 20px 0;
    
}
/* 底部联系方式 */
.contact_us ul li{
    margin: 8px 0;
    display: flex;
}
.contact_us ul li span img{
    max-width: none;
    width: 20px;
}
.contact_us ul li span{
    display: block;
    /* width: 30px; */
}
.contact_us ul li p{
    display: block;
    margin-left: 10px;
}

.newsletter p{
    margin-bottom: 30px;
}
.newsletter .btn-success{
    margin-top: 10px;
    padding: 11px 30px;
    /* border-radius: 50px; */
    /* background: rgba(141, 144, 150, 0.5); */
    border-color: transparent;
    transition: .3s;
}

.newsletter .form-control-lg{
    height: 45px;
}
/*联系方式 开始*/

.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 .other {
    text-align: center;
    color: #666;
    line-height: 1.8em;

}



.fengongsi {
    background-color: #fff;
    overflow: hidden;
    padding: 4.5vw;
    /* height: 50vw; */
}

.fengongsi li {
    display: block;
    /* margin: 1vw 5; */
}

.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;
    padding-left: 1vw;
    padding-right: 1vw;
} */


.fengongsi li h1{
    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;
}

/* 底部 */

.social_icons li {

	display: inline-block;

	margin-bottom: 5px;

}

#footer .erweima{
    display: flex;
}
#footer .erweima img{
    width: 50%;
}



/* 视频宣传片 */
.show_vid {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgb(32, 32, 32,.7);
	/* opacity: .7; */
	text-align: center;
	display: none;
	z-index: 99;
}
.show_vid .vid_box {
	width: 800px;
    height: 450px;
    background-color: #2e2e2e;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.show_vid .vid_box >img{
	width: 1.5vw;
	min-width: 18px;
	position: fixed;
	top: 25px;
    right: -47px;
	transform: translate(-50%,-50%);
}
.show_vid .vid_box video {
	width: 100%;
	min-width: 800px;
    height: 450px;
	/* position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%); */
}