.container {
    width: 1200px;
    margin: 0 auto;
}

.flex {
    display: flex;
}

.flexBetten {
    display: flex;
    justify-content: space-between;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .logo a {
    display: block;
}

.header .logo img {
    display: block;
    height: 70px;
}
.daohang{
    display: none;
}
.header .language {
    display: flex;
    flex-direction: column;
}

.header .language>a {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin: 5px 0;
}

.header .language a img {
    margin-right: 10px;
    width: 32px;
    height: 32px;
}

.navbar .nav>ul>li {
    margin-right: 1px;
}

.navbar .nav>ul>li>a {
    padding: 0 15px;
    font-size: 17px;
    line-height: 110px;
    display: block;
    width: 100%;
    text-align: center;
}

.navbar .nav>ul>li.active,
.navbar .nav>ul>li:hover {
    background: #004b98;
}

.navbar .nav>ul>li.active a,
.navbar .nav>ul>li:hover a {
    color: #fff;
}

.headContact {
    display: flex;
}

.headContact .hicon {
    padding: 0 4px;
    height: 110px;
    background: #004b98;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
}

.headContact .hicon i.iconfont {
    color: #fff;
    font-size: 32px;
}

.headContact .hcontact {
    padding-left: 15px;
    color: #333333;
    line-height: 1;
    padding-top: 25px;
}

.headContact .hcontact .p1 {
    font-size: 16px;
    margin-bottom: 8px;
}

.headContact .hcontact .p2 {
    font-size: 22px;
    font-weight: 600;
}

.banner {
    width: 100%;
}

.banner .owl-theme .owl-controls {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.fluid {
    padding: 80px 0;
}

.main-title {
    text-align: center;
    margin-bottom: 40px;
}

.main-title .title {
    font-size: 30px;
    font-weight: 600;
}

.main-title .smtit {
    font-size: 16px;
    margin-top: 10px;
    color: #909090;
    text-transform: capitalize;
}

.main-title .title span {
    color: #004b98;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
}

.protitlist {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.protitlist a {
    display: block;
    color: #555;
    font-size: 16px;
    font-weight: normal;
    line-height: 38px;
    padding: 0 10px;
    background: #e9e9e9;
    text-align: center;
    border-radius: 30px;
    margin: 0 10px;
    text-transform: lowercase;
}

.protitlist a.active,
.protitlist a:hover {
    background: #004b98;
    color: #fff;
}

.skxt-fluid {
    background: #fff6ed;
    background: #fff4f4;
    background: #f0f0f0;
}

.skxtlist,
.product-list {
    display: flex;
    flex-wrap: wrap;
}

.skxtlist .skxt-item {
    width: calc(100%/4 - 15px);
    margin-right: 20px;
    margin-bottom: 20px;
}

.product-list .pro-item {
    width: calc(100%/3 - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
}

.skxtlist .skxt-item:nth-of-type(4n),
.product-list .pro-item:nth-of-type(3n) {
    margin-right: 0;
}

.skxtlist .skxt-item a,
.product-list .pro-item a {
    display: block;
    background: #f8f8f8;
    border: 1px solid #ddd;
    transition: all .3s;
    -webkit-transition: all .3s;
}

/* .skxtlist .skxt-item a{
    background: #404040;
    color:#fff;
} */
.skxtlist .skxt-item a:hover,
.product-list .pro-item a:hover {
    background: #004b98;
    border-color: #004b98;
    color: #fff;
}

.skxtlist .skxt-item a .img,
.product-list .pro-item a .img {
    width: 100%;
    overflow: hidden;
}

.skxtlist .skxt-item a .img img,
.product-list .pro-item a .img img {
    display: block;
    width: 100%;
    transition: all .3s;
}

.skxtlist .skxt-item a:hover .img img,
.product-list .pro-item a:hover .img img {
    transform: scale(1.1);
}

.skxtlist .skxt-item .info,
.product-list .pro-item .info {
    padding: 10px 5px;
}

.skxtlist .skxt-item .info .title,
.product-list .pro-item .info .title {
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.pro-box {
    display: none;
}

.pro-box.active {
    display: block;
}

.about-fluid {
    position: relative;

}

.about-fluid::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/aboutbg.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    z-index: 1;
}

.about-fluid::after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 2;
}

.about {
    position: relative;
    z-index: 10;
}

.about-title .title {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    font-family: Microsoft YaHei;
}

.about-title .smtit {
    line-height: normal;
    font-size: 24px;
    color: rgba(255, 255, 255, 1);
    margin-top: 10px;
    font-family: Arial;
}

.aboutCont {
    margin-top: 50px;
}

.about-info {
    width: 42%;
    margin-top: 50px;
}

.about-des {
    color: #fff;
    font-size: 17px;
    color: #fff;
    line-height: 2;
    text-align: justify;
}

.about-img {
    width: 55%;

}

.about-img img {
    display: block;
    width: 100%;
}

.aboutlist {
    display: flex;
    margin-top: 50px;
}

.aboutlist .item {
    width: calc(100%/6);
    text-align: center;
    background: rgba(240, 241, 245, 1);
    padding: 25px;
    border-right: 1px solid rgba(221, 221, 221, 1);
}

.aboutlist .item:last-of-type {
    border-right: 0;
}

.aboutlist .item:nth-of-type(4),
.aboutlist .item:nth-of-type(5),
.aboutlist .item:nth-of-type(6) {
    /* background:rgba(0,117,204,0.8); */
    /* background:rgba(206,0,8,.9); */
    background: rgba(0, 75, 152, 0.9);
}

.aboutlist .item .tit {
    font-size: 40px;
    line-height: 1;
    color: #004b98;
    /* color:rgba(0,117,204,1); */
    font-weight: 600;
}

.aboutlist .item .tit span {
    font-size: 14px;
    padding-left: 10px;
    color: #333;
    font-weight: normal;
}

.aboutlist .item .des {
    font-size: 14px;
    margin-top: 15px;
}

.aboutlist .item:nth-of-type(4) .tit,
.aboutlist .item:nth-of-type(5) .tit,
.aboutlist .item:nth-of-type(6) .tit,
.aboutlist .item:nth-of-type(4) .tit span,
.aboutlist .item:nth-of-type(5) .tit span,
.aboutlist .item:nth-of-type(6) .tit span,
.aboutlist .item:nth-of-type(4) .des,
.aboutlist .item:nth-of-type(5) .des,
.aboutlist .item:nth-of-type(6) .des {
    color: #fff;
}

.about-more {
    margin-top: 50px;
}

.about-more>a {
    display: block;
    width: 180px;
    line-height: 42px;
    text-align: center;
    /* background:rgba(206, 0, 8,0.6); */
    background: rgba(0, 75, 152, 0.6);
    color: #fff;
    transition: all .3s;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    font-size: 16px;
}

.about-more>a:hover {
    background: #004b98;
    color: #fff;
    overflow: hidden;
}

.case-fluid {
    background: #f0f0f0;
}

.case .item a {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    transition: all .3s;
}

.case .info {
    padding: 10px;
    background: #fff;
    border-top: 1px solid #ddd;
    transition: all .3s;
}

.case .info .title {
    font-size: 16px;
    text-align: center;
    transition: all .3s;
}

.case .owl-theme .owl-controls {
    margin-top: 30px;
}

.case .item a:hover {
    border-color: #004b98;

}

.case .item a:hover .info {
    background: #004b98;
    border-top: 0;
}

.case .item a:hover .info .title {
    color: #fff;
}

.news-list {
    display: flex;
    flex-wrap: wrap;
}

.news-item {
    width: calc(100%/3 - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
}

.news-item:nth-of-type(3n) {
    margin-right: 0;
}

.news-item a {
    display: block;
    position: relative;
    padding-top: 30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    margin-top: 5px;
}

.news-item a:hover {
    margin-top: -5px;
}

.news-item a .time {
    position: absolute;
    top: 0;
    left: 20px;
    /* background:#2e64c1; */
    background: #004b98;
    width: 110px;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 15px;
}

.news-item a .time .md {
    font-size: 30px;
    font-family: Impact;
    line-height: 1.5;
}

.news-item a .time .y {
    font-size: 16px;
}

.news-item a .info {
    width: 100%;
    height: 200px;
    padding: 80px 20px 20px;
    background: rgba(245, 245, 245, 1);
    border-radius: 8px;
    overflow: hidden;
}

.news-item a .info .title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 1.5;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news-item a .info .des {
    margin-top: 10px;
    font-size: 14px;
    color: #999999;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.footer-fluid {
    background: #26333b;
    padding: 60px 0px 40px;
}

.footer {
    display: flex;
    justify-content: space-between;
}

.footer-box1 {
    width: 200px;
    padding-right: 50px;
}

.footer-box1 .title {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}

.footer-box1 .subtitle {
    color: #eee;
    font-size: 14px;
    text-transform: capitalize;
}

.footer-box2 {
    width: 400px;
    padding-right: 50px;
}

.footer-box2 .title,
.footer-box3 .title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-info p {
    margin-bottom: 14px;
    color: #eee;
    font-size: 14px;
}

.footer-box3 {
    width: 300px;
    padding-right: 50px;
}

.footer-box3 .footer-info a {
    color: #eee;
    font-size: 14px;
    display: block;
    float: left;
    margin-right: 20px;
    margin-bottom: 14px;
}

.ewmBox {
    display: flex;
    align-items: center;
}

.ewmBox .imgBox {
    /* float: left; */
    width: 100px;
    height: 100px;
    margin-right: 6px;
}

.ewmBoxr {
    /* float: left; */
    margin-left: 20px;
    text-align: center;
}

.ewmBoxr p {
    font-size: 14px;
    color: #eee;
    line-height: 24px0;
}

.ewmBoxr .zxzx {
    display: block;
    width: 100%;
    color: #fff;
    line-height: 40px;
    margin-top: 10px;
    text-align: center;
    background: #397ED4;
    font-size: 16px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.ewmBoxr .zxzx:hover {
    background: #004b98;
}

.ewmBoxr .tels {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    margin-top: -5px;
    display: block;
}

.footer-bottom {
    text-align: center;
    background: #131d23;
    color: #ddd;
    padding: 10px 0px;
    font-size: 14px;
}

.footer-bottom a {
    color: #ddd;
    font-size: 14px;
    line-height: 28px;
}

.bottom-fluid {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 2000;
    width: 100%;
    padding: 5px 0px;
    background: #2e64c1;
    display: none;
}
.bottom-fluid ul{
    display: flex;
    width:100%;
}
.bottom-fluid ul li {
    flex:1;
    text-align: center;
}

.bottom-fluid ul li a {
    color: #fff;
}

.bottom-fluid ul li i.iconfont {
    font-size: 24px;
    line-height: 1.2;
}

.bottom-fluid ul li p {
    font-size: 12px;
}

.floatBar {
    width: 34px;
    height: 113px;
    position: fixed;
    right: 0px;
    top: 50%;
    overflow: hidden;
    border-radius: 5px;
    transform: translateY(-50%);
    z-index: 999;
    background: #004b98 url(../images/contact-icon.png) no-repeat center;
    cursor: pointer;
    display: none;
}

.floatBox {
    position: fixed;
    bottom: 10px;
    font-family: "microsoft yahei";
    right: 10px;
    z-index: 999;
    font-size: 14px;
    line-height: 28px;
}

.float-closed {
    position: absolute;
    right: 0;
    top: -25px;
    width: 18px;
    height: 18px;
    line-height: 14px;
    cursor: pointer;
    font-weight: 100;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
}

.float-box .float-item {
    width: 58px;
    position: relative;
}

.float-box .float-item .float-info {
    bottom: 0;
    right: 107%;
    width: 150px;
    color: #7f7f7f;
    display: none;
    text-align: center;
    position: absolute;
    padding: 10px;
    background-color: #4c4c4c;
    padding-top: 20px;
    display: none;
}

.float-box .float-item:hover .float-info {
    display: block;
}

.float-box .float-item .float-info::before {
    content: "";
    right: -10px;
    bottom: 20px;
    position: absolute;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #4c4c4c;
    border-width: 5px;
    width: 0;
    height: 0;
}

.float-box .float-item .float-info p {
    font-size: 15px;
    color: #a8a8a8;
}

.float-box .float-item .float-info p.p-1 {
    font-size: 14px;
    margin-bottom: 0px;
}

.float-box .float-item .float-info p.p-2 {
    font-size: 17px;
    color: #dcdcdc;
    margin-bottom: 0px;
}

.float-box .float-item .float-info p img {
    margin: 0px auto;
}

.float-box .float-item .float-info a {
    display: block;
    margin-bottom: 15px;
}

.float-box .float-item .float-info a img {
    display: inline-block;
    /* vertical-align: middle; */
    background: #8e8e8e;
    border-radius: 50%;
    display: block;
    height: 50px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
}

.float-box .float-item .float-info a span {
    color: #fff;
    font-size: 12px;
}

.float-box .float-item>a {
    color: #fff;
    display: block;
    border-top: 1px solid #fff;
    background: rgba(0, 0, 0, 0.6);
    transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    padding: 5px 0px;
    border-radius: 5px;
}

.float-box .float-item:first-of-type>a {
    border-top: 0px;
}

.float-box .float-item>a:hover {
    /* background: rgba(206, 0, 8,0.8); */
    background: rgba(0, 75, 152, 0.8);
}

.float-box .float-item .float-icon {
    text-align: center;
    height: 25px;
}

.float-box .float-item .float-icon i.iconfont {
    font-size: 20px;
}

.float-box .float-item .float-tit {
    font-size: 12px;
    text-align: center;
}

.float-item-top {
    display: none;
}


.news {
    width: 100%;
}

.sub-banner {
    width: 100%;
    height:450px;
    position: relative;
    overflow: hidden;
}
.sub-banner .img{
    width:100%;
    height: 100%;
    position: relative;
}
.sub-banner .img img{
    position: absolute;
    top:0;
    left:50%;
    transform: translateX(-50%);
    z-index:1;
    max-width: 300%;
    transition: all 1s;
}
.sub-banner .img:hover img{
    transform:translateX(-50%) scale(1.02);
}
.menuBox {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    left: 0;
    bottom: 0;
    width: 100%;
    z-index:100;
}

.menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* height: 70px; */
}

.menu .l .title {
    font-size: 18px;
    color: #191919;
    color: #004b98;
    position: relative;
    display: block;
    line-height: 55px;
    padding-left: 15px;
}

.menu .l .title::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 24px;
    width: 3px;
    border-radius: 4px;
    overflow: hidden;
    transform: translateY(-50%);
    background: #004b98;
}

.menu .l ul {
    display: flex;
    align-items: center;
}

.menu .l ul>li {
    margin-right: 25px;
}

.menu .l ul>li>a {
    font-size: 18px;
    color: #191919;
    /* color:#ce0008; */
    /* color:#004b98; */
    position: relative;
    display: block;
    line-height: 65px;
    padding: 0 5px;
}

.menu .l ul>li.active>a {
    color: #004b98;
}

.menu .l ul>li.active>a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #004b98;
}

.menu .r .crumb {
    background: url('../images/home_icon.png') no-repeat left center;
    padding-left: 25px;
    opacity: 0.8;
    color: #666;
    font-size: 14px;
}

.menu .r .crumb a:hover {
    color: #004b98;
}

.sub-wraper-fluid {
    padding: 80px 0;
}

.sub-about {
    width: 100%;
}
.sub-title{
    margin-bottom: 40px;
    text-align: center;
}
.sub-title .title {
    font-size: 30px;
    color: #191919;
}
.sub-title p{
    margin-top: 10px;
    color:#888888;
    font-size:15px;
}
.sub-content {
    font-size: 18px;
    line-height: 1.8;
}

.sub-content ul,
.sub-content li {
    list-style-type: disc;
}

.sub-links {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
}

.sub-links p {
    line-height: 30px;
}

.sub-links p span {
    color: #999;
}

.sub-links p a:hover {
    text-decoration: underline;
    color: #004b98;
}

.sub-caselist {
    display: flex;
    flex-wrap: wrap;
}

.sub-caselist .item {
    width: calc(25% - 15px);
    margin-right: 20px;
    margin-bottom: 30px;
}

.sub-caselist .item:nth-of-type(4n) {
    margin-right: 0;
}

.sub-caselist .item a {
    width:100%;
    box-sizing: border-box;
    display: block;
    border: 1px solid #ddd;
}
.sub-caselist .item .img{
    width:100%;
    overflow: hidden;
}
.sub-caselist .item .img,
.sub-caselist .item .img img {
    display: block;
    width: 100%;
    transition: all .3s;
}
.sub-caselist .item a:hover .img img{
    transform: scale(1.1);
}
.sub-caselist .item .info {
    width: 100%;
    padding: 10px;
    background: #fff;
    border-top: 1px solid #ddd;
    transition: all .3s;
}

.sub-caselist .item .info .title {
    font-size: 16px;
    text-align: center;
    transition: all .3s;
}

.sub-caselist .item a:hover {
    border-color: #004b98;
}

.sub-caselist .item a:hover .info {
    background: #004b98;
    border-top: 0;
}

.sub-caselist .item a:hover .info .title {
    color: #fff;
}

.pages {
    text-align: center;
    margin-top: 50px;
}

.pages .page {
    display: inline-block;
}

.pages .page a,
.pages .page span {
    display: block;
    float: left;
    min-width: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0px 5px;
    border: 1px solid #ddd;
    margin: 5px;
}

.pages .page span {
    background: #004b98;
    color: #fff;
}

.pages .page a:hover {
    background: #f8f8f8;
    color: #004b98;
    border-color: #004b98;
}

.sub-swapper-title {
    text-align: center;
	border-bottom: 1px solid #e2e2e2;
}

.sub-swapper-title h1 {
	font-size: 24px;
	color: #000;
	padding: 15px 0;
	line-height: 1.5;
}
.sub-swapper-title p{
    line-height: 20px;
    padding-bottom: 10px;
    color:#666;
}
.sub-swapper-title-category {
	font-size: 14px;
	margin-bottom: 15px;
	color: #888;
	overflow: hidden;
	line-height: 25px;
}

.sub-swapper-title-category .left {
	float: left;
}

.sub-swapper-title-category .left span {
	margin-right: 20px;
	position: relative;
	padding-left: 25px;
}

.sub-swapper-title-category .left span i.iconfont {
	margin-right: 5px;
	font-size: 20px;
	float: left;
	position: absolute;
	left: 0px;
}

.sub-swapper-title-category .right {
	float: right;
}

.sub-swapper-title-category .right a {
	color: #888;
}

.sub-swapper-title-category .right a:hover {
	text-decoration: underline;
	color: #284b9e;
}

.sub-swapper-info {
	padding-top: 30px;
	font-size: 16px;
	line-height: 2;
	color: #191919;
}

.sub-swapper-info p {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 20px;
	color: #191919;
}

.sub-swapper-info img {
	display: inline-block;
	max-width: 100%;
}

.sub-contact-title {
	font-size: 20px;
	color: #004b98;
	margin-top: 20px;
	line-height: 50px;
	font-weight: 600;
	position: relative;
	margin-bottom: 20px;
	border-top: 1px dashed #ddd;
}

.sub-contact-title:first-of-type {
	border-top: 0px;
}

.sub-contact-title::after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
	width: 20px;
	height: 2px;
	background: #004b98;
}
.sub-contact-info{
    display: flex;
    justify-content: space-between;
}
.sub-contact-info .list{
	line-height: 40px;
	font-size: 16px;
}
.sub-contact-info .ewm .img{
    width:180px;
}
.sub-contact-info .ewm .img img{
    display: block;
    width:100%;
}
