/* ====================公共样式========================= */


/* 头部 */

.Header-wrapper {
    width: 100%;
    /* background: rgba(255, 255, 255, 0.041); */
	background-color: rgba(255,255,255,0);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	/* border-bottom: 1px solid rgb(255,255,255,.2); */
}

.Header-wrapper.on{
	background-color: white !important;
	color: #333;
}


.Header-wrapper:after {
    content: "";
    width: 100%;
    height: 1px;
    /* background: #e8e8ea; */
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    display: none;
}

.Header-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 60px;
}

.icona {
    margin: 3% 0;
}

.mt30 {
    margin-top: 0.3rem;
}


/* .justify ::after {
    content: '.';
    width: 100%;
    display: inline-block;
    overflow: hidden;
    height: 0;
}
 */

.justify:after {
    content: "";
    height: 0;
    width: 100%;
    display: inline-block;
    overflow: hidden;
}

.Header-logo {
    float: left;
    position: relative;
    z-index: 999;
}

.Header-logo a {
    height: 80px;
    line-height: 80px;
    float: left;
    user-select: none;
	font-size: 0;
}
.Header-logo a img{
	display: inline-block;
	position: relative;
	filter: drop-shadow(100vw 0px 0 white);
	-webkit-filter: drop-shadow(100vw 0px 0 white);
	right: 100vw;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.Header-wrapper.on .Header-logo a img,.Header-wrapper.ind_header .Header-logo a img{
	right: auto;
	filter: none;
}


.Header-search {
    float: right;
}

.Header-search-click {
    width: 52px;
    height: 80px;
    background: transparent url('../image/searchW.png') no-repeat center;
    cursor: pointer;
    user-select: none;
    position: relative;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.Header-wrapper.on .Header-search-click,.Header-wrapper.ind_header .Header-search-click{
	background-image: url('../image/search.png');
}

.Header-search-click:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 14px;
	background-color: #fff;
    margin-top: -7px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.Header-wrapper.on .Header-search-click:before,.Header-wrapper.ind_header .Header-search-click:before{
	background-color: #666;
}

.Header-search-click.ontrue {
    background: transparent url('../image/closeH.png') no-repeat center;
}

.Header-navbar {
    font-size: 0;
    width: 100%;
    text-align: center;
	padding-right: 0.4rem;
}

.Header-navbar ul li {
    display: inline-block;
    margin: 0 0.25rem;
}

.Header-Menu {
    display: block;
    height: 80px;
    line-height: 82px;
    font-size: 18px;
	color: white;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
}

.Header-wrapper.on .Header-Menu,.Header-wrapper.ind_header .Header-Menu{
	color: #202020;
}



.Header-navbar ul li.active .Header-Menu{
	color: #036eb8;
}

/* .Header-wrapper.on .Header-Menu{
	color: #333;
} */

.Header-Menu:after {
    content: "";
    position: absolute;
    width: 0;
    right: 0;
    height: 3px;
    bottom: 0;
    background: #036eb8;
    transition: all .4s ease-in-out;
}

.Header-navbar ul li.ontrue .Header-Menu,
.Header-navbar ul li:hover .Header-Menu {
    color: #036eb8;
}

.Header-navbar ul li.ontrue .Header-Menu:after,
.Header-navbar ul li:hover .Header-Menu:after {
    width: 100%;
    right: auto;
    left: 0;
}


/* 下拉 */

.Header-arr {
    display: none;
}

.Header-drop {
    position: absolute;
    display: none;
    z-index: 99;
    background: #fff;
    padding: 0.3rem 0;
    width: 100%;
    left: 0;
    top: 80px;
    border-top: 1px solid #eee;
}

.Header-drop.Header-droppro {
    padding: 48px 0 60px;
}

.Header-drop-contain {
    width: 1400px;
    margin: 0 auto;
	max-width: 92%;
}

.Header-pro {
    width: 100%;
}

.Header-pro-menu {
    width: 200px;
    float: left;
    text-align: left;
}

.Header-pro-menu p {
    width: 100%;
}

.Header-pro-menu p a {
    display: inline-block;
    padding-left: 32px;
    height: 36px;
    line-height: 36px;
    position: relative;
    font-size: 15px;
    color: #333;
    transition: all .4s ease;
    background: url('../image/dropArr.png') no-repeat left center;
}

.Header-pro-menu p a:hover,
.Header-pro-menu p.ontrue a {
    color: #036eb8;
}

.Header-pro-item {
    width: calc(100% - 200px);
    float: right;
}

.Header-pro-li {
    display: none;
    width: 100%;
    overflow: hidden;
}

.Header-pro-li.ontrue {
    display: block;
}

.Header-pro-link {
    width: 400px;
    float: left;
    min-height: 180px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    overflow: hidden;
}

.Header-pro-link p {
    width: 50%;
    float: left;
}

.Header-pro-link a {
    display: inline-block;
    font-size: 15px;
    color: #666;
    height: 36px;
    line-height: 36px;
    transition: all .4s ease;
}

.Header-pro-link p a:hover,
.Header-pro-link p.ontrue a {
    color: #036eb8;
}

.Header-pro-img {
    width: calc(100% - 400px);
    float: left;
    text-align: center;
}

.Header-pro-img img {
    max-width: 100%;
    display: none;
    margin: 0 auto;
    max-height: 180px;
}

.Header-pro-img img.ontrue {
    display: block;
}

.Header-more {
    width: 100%;
}

.Header-more-ul {
}

.Header-more-link {
    display: inline-block;
    padding: 0 0.25rem;
    vertical-align: top;
    text-align: center;
}

.Header-more-img {
    width: 100%;
    overflow: hidden;
}

.Header-more-img img {
    width: 100%;
    object-fit: cover;
    transition: all .4s linear;
}

.Header-more-wd {
    width: 100%;
	padding-left: 10px;
    text-align: left;
}
.Header-more-wd .ico{
	height: 80px;
	line-height: 80px;
	margin-bottom: 0.2rem;
}
.Header-more-wd .ico img{
	display: inline-block;
	max-width: 100%;
}

.Header-more-wd h1 {
    display: inline-block;
    font-size: 16px;
    color: #333;
    transition: all .4s ease;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-position: right center;
    background-repeat: no-repeat;
}

.Header-more-wd p {
    opacity: 0;
    transition: all .4s ease;
    font-size: 14px;
    margin-top: 10px;
    color: #888;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.Header-more-link:hover .Header-more-img img {
    transform: scale(1.06);
}

.Header-more-link:hover .Header-more-wd h1 {
    color: #036eb8;
    /* background-image: url('../image/dropic.png'); */
}

.Header-more-link:hover .Header-more-wd p {
    opacity: 1;
}

.Header-more.Header-more-5 .Header-more-ul {
    margin-left: -2%;
}

.Header-more.Header-more-5 .Header-more-link {
    width: 18%;
    margin-left: 2%;
}

.Header-more.Header-more-4 .Header-more-ul {
    margin-left: -3%;
}

.Header-more.Header-more-4 .Header-more-link {
    width: 22%;
    margin-left: 3%;
}

.Header-search-message {
    width: 100%;
    height: 80px;
    position: absolute;
    z-index: 99;
    background: #fff;
    right: 0;
    top: 0;
    display: none;
}

.Header-search-words {
    width: 1360px;
    margin: 0 auto;
}

.Header-search-wordsform {
    float: right;
    height: 80px;
    line-height: 80px;
    font-size: 0;
}

.Header-search-submit {
    width: 54px;
    height: 80px;
    background: url('../image/search.png') no-repeat center center;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.Header-search-wordsform input {
    width: 580px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    outline: none;
    border: none;
    font-size: 16px;
    color: #333;
    margin-right: 40px;
    border-bottom: 1px solid #dadada;
}

.Header-search-close {
    width: 54px;
    height: 80px;
    background: url('../image/closeH.png') no-repeat center center;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    user-select: none;
}

.H-lang {
    position: relative;
    float: right;
}

.H-lang .Hlang-menu {
    display: block;
	padding-right: 0.2rem;
    height: 100%;
    font-size: 20px;
	 font-weight: 700; 
    text-align: center;
    color: white;
    line-height: 80px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.Header-wrapper.on .H-lang .Hlang-menu,.Header-wrapper.ind_header .H-lang .Hlang-menu{
	color: #202020;
}
.H-lang .Hlang-menu span{
    font-weight: 700;
}

.H-lang .Hlang-menu i {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url('../image/lang.png');
    display: inline-block;
    vertical-align: middle;
    margin: -2px 4px 0 0;
}


/* 多个语言 */

.Hlang-box {
    display: none;
    padding: 16px 0px;
    z-index: 4;
    width: 160px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    background: #fff;
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -80px;
}

.Hlang-box:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 8px 8px;
    border-color: transparent transparent #efefef transparent;
    position: absolute;
    top: -8px;
    left: 50%;
    margin: 0 0 0 -4px;
}

.Hlang-box a {
    display: block;
    padding: 5px 10px 5px 60px;
    line-height: 30px;
    background-repeat: no-repeat !important;
    background-position: 20px center !important;
    font-size: 16px;
    color: #666;
}

.Hlang-box a:hover {
    color: #fff;
    background: #036eb8;
}

.Hlang-box a.CN {
    background-image: url('../image/icon-cn.png');
}

.Hlang-box a.JP {
    background-image: url('../image/icon-jp.png');
}

.Hlang-box a.EN {
    background-image: url('../image/icon-en.png');
}

.Hlang-box a.ES {
    background-image: url('../image/icon-es.png');
}

.Hlang-box a.FR {
    background-image: url('../image/icon-fr.png');
}

.Hlang-box a.RU {
    background-image: url('../image/icon-ru.png');
}

.Hlang-box a.EU {
    background-image: url('../image/icon-eu.png');
}

.Hlang-box a.BR {
    background-image: url('../image/icon-br.png');
}

.Hlang-box a.DE {
    background-image: url('../image/icon-de.png');
}

.Hlang-box a.KR {
    background-image: url('../image/icon-kr.png');
}

.H-lang.ontrue .Hlang-box {
    display: block;
    animation: fadeInUpV .6s ease-in-out;
    -webkit-animation: fadeInUpV .6s ease-in-out;
}

@keyframes fadeInUpV {
    0% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}


/* 手机汉堡键 */

.Header-navclick {
    height: 60px;
    cursor: pointer;
    float: right;
    user-select: none;
    display: none;
}

.Header-navclick span {
    width: 24px;
    height: 2px;
    background: #666;
    display: block;
    position: relative;
    margin-top: 28.5px;
    transition: all .2s linear;
}

.Header-navclick span:before,
.Header-navclick span:after {
    content: "";
    position: absolute;
    height: 2px;
    background: #666;
    display: block;
    left: 0;
    width: 100%;
    transition: all .2s linear;
}

.Header-navclick span:before {
    top: -7px;
}

.Header-navclick span:after {
    top: 7px;
}

.Header-navclick.ontrue span {
    -moz-animation: buttonAnimation 0.3s ease forwards;
    -webkit-animation: buttonAnimation 0.3s ease forwards;
    animation: buttonAnimation 0.3s ease forwards;
}

.Header-navclick.ontrue span:before {
    -moz-animation: buttonAnimationBefore 0.3s ease forwards;
    -webkit-animation: buttonAnimationBefore 0.3s ease forwards;
    animation: buttonAnimationBefore 0.3s ease forwards;
}

.Header-navclick.ontrue span:after {
    -moz-animation: buttonAnimationAfter 0.3s ease forwards;
    -webkit-animation: buttonAnimationAfter 0.3s ease forwards;
    animation: buttonAnimationAfter 0.3s ease forwards;
}

@-moz-keyframes buttonAnimationBefore {
    0% {
        -moz-transform: translateY(0px) rotate(0);
        transform: translateY(0px) rotate(0);
    }
    50% {
        -moz-transform: translateY(7px) rotate(0);
        transform: translateY(7px) rotate(0);
    }
    100% {
        -moz-transform: translateY(7px) rotate(45deg);
        transform: translateY(7px) rotate(45deg);
    }
}

@-webkit-keyframes buttonAnimationBefore {
    0% {
        -webkit-transform: translateY(0px) rotate(0);
        transform: translateY(0px) rotate(0);
    }
    50% {
        -webkit-transform: translateY(7px) rotate(0);
        transform: translateY(7px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(7px) rotate(45deg);
        transform: translateY(7px) rotate(45deg);
    }
}

@keyframes buttonAnimationBefore {
    0% {
        -moz-transform: translateY(0px) rotate(0);
        -ms-transform: translateY(0px) rotate(0);
        -webkit-transform: translateY(0px) rotate(0);
        transform: translateY(0px) rotate(0);
    }
    50% {
        -moz-transform: translateY(7px) rotate(0);
        -ms-transform: translateY(7px) rotate(0);
        -webkit-transform: translateY(7px) rotate(0);
        transform: translateY(7px) rotate(0);
    }
    100% {
        -moz-transform: translateY(7px) rotate(45deg);
        -ms-transform: translateY(7px) rotate(45deg);
        -webkit-transform: translateY(7px) rotate(45deg);
        transform: translateY(7px) rotate(45deg);
    }
}

@-moz-keyframes buttonAnimationAfter {
    0% {
        -moz-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    50% {
        -moz-transform: translateY(-7px) rotate(0);
        transform: translateY(-7px) rotate(0);
    }
    100% {
        -moz-transform: translateY(-7px) rotate(-45deg);
        transform: translateY(-7px) rotate(-45deg);
    }
}

@-webkit-keyframes buttonAnimationAfter {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(-7px) rotate(0);
        transform: translateY(-7px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-7px) rotate(-45deg);
        transform: translateY(-7px) rotate(-45deg);
    }
}

@keyframes buttonAnimationAfter {
    0% {
        -moz-transform: translateY(0) rotate(0);
        -ms-transform: translateY(0) rotate(0);
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    50% {
        -moz-transform: translateY(-7px) rotate(0);
        -ms-transform: translateY(-7px) rotate(0);
        -webkit-transform: translateY(-7px) rotate(0);
        transform: translateY(-7px) rotate(0);
    }
    100% {
        -moz-transform: translateY(-7px) rotate(-45deg);
        -ms-transform: translateY(-7px) rotate(-45deg);
        -webkit-transform: translateY(-7px) rotate(-45deg);
        transform: translateY(-7px) rotate(-45deg);
    }
}

@-moz-keyframes buttonAnimation {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(255, 255, 255, 0);
    }
    100% {
        background: rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes buttonAnimation {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(255, 255, 255, 0);
    }
    100% {
        background: rgba(255, 255, 255, 0);
    }
}

@keyframes buttonAnimation {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(255, 255, 255, 0);
    }
    100% {
        background: rgba(255, 255, 255, 0);
    }
}


/* 底部 */

.Footer-wrapper {
    width: 100%;
    background: #18294a;
}

.Footer-container {
    width: 1720px;
    margin: 0 auto
}

.Footer-infotit h3 {
    margin: 10px 0;
    font-size: 24px;
	line-height: 1.5;
    color: white;
}

.Footer-infotit h4 {
    font-size: 26px;
    color: white;
}

.Footer-infonav {
    width: 100%;
    padding: 54px 0 40px;
}

.Footer-info {
    width: 360px;
    float: right;
    text-align: center;
}

.Footer-info img {
    margin: 0 auto;
}

.Footer-infotit {
    width: 100%;
}

.Footer-infotit h6 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 16px;
}

.Footer-infotit p {
    font-size: 16px;
    color: #9c9c9c;
    line-height: 22px;
}

.Footer-infodes {
    width: 100%;
    margin: 12px 0 24px;
}

.Footer-infodes p {
    font-size: 16px;
    color: #9c9c9c;
    line-height: 22px;
}

.Footer-infoto {
    width: 100%;
    position: relative;
}

.Footer-infoto li {
    width: 72px;
    margin-right: 20px;
    text-align: center;
    /* float: left; */
    display: inline-block;
}

.Footer-infoto li:last-child {
    margin-right: 0;
}

.Footer-infoto li img {
    width: 100%;
}

.Footer-infoto li p {
    font-size: 14px;
    color: #9c9c9c;
    margin-top: 10px;
}

.Footer-navbar {
    width: calc(100% - 380px);
    /* padding-right: 100px; */
    float: left;
    position: relative;
}

.Footer-navbar ul li {
   /* width: 12.5%;
    float: left; */
}

.Footer-navclick {
    width: 100%;
    position: relative;
}

.Footer-navclick a {
    font-size: 20px;
    color: #fff;
    display: block;
    width: 100%;
    height: 42px;
    line-height: 42px;
}

.Footer-navclick i {
    width: 42px;
    height: 42px;
    display: none;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    background: url('../image/iconArrW.png') no-repeat center center /14px auto;
}

.Footer-navclick i.ontrue {
    transform: rotate(180deg);
}

.Footer-navwords {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.Footer-navwords a {
    display: block;
    padding: 7px 0;
    font-size: 14px;
    color: rgb(255,255,255,.6);
    transition: all .4s ease-in-out;
}

.Footer-navwords a:hover {
    color: #fff;
}

.Footer-share {
    width: 100%;
    font-size: 0;
    padding: 24px 0 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
	font-size: 16px;
	line-height: 24px;
}

.Footer-share span {
    color: #fff;
    margin-right: 0.2rem;
}

.Footer-share a{
    color: #adadad;
    margin-right: 12px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.Footer-share a:last-of-type {
    margin-right: 0;
}

.Footer-share a:hover {
    color: #fff;
}

.Footer-copyright {
    width: 100%;
    padding: 24px 0;
    background: #101f3d;
}

.Footer-copyright p,
.Footer-copyright span {
    font-size: 14px;
    color: #9c9c9c;
    line-height: 24px;
}

.Footer-copyright p {
    float: left;
}

.Footer-copyright span {
    float: right;
}


/* 中间+共用部分 */

.Container-wrapper {
    width: 100%;
    /* margin-top: 80px; */
}

.contain {
    width: 1580px;
    margin: 0 auto;
}

.pubTitle {
    width: 100%;
    text-align: center;
}

.pubTitle h6 {
    font-size: 40px;
    color: #202020;
	font-weight: 700;
}


/* -------------------------PC端--------------------------- */

@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
    .contain {
        width: 92%;
    }
    .Footer-container {
        width: 92%;
    }
    .Header-container {
        padding: 0 4%;
    }
	.Header-navbar{
		padding-right: 0.3rem;
	}
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
    .Footer-navbar {
        /*padding-left: 100px;*/
    }
    .pubTitle h6 {
        font-size: 36px;
    }
	
	.Header-navbar{
		padding-right: 0.2rem;
	}
	
	.Header-navbar ul li{
		margin: 0  0.2rem;
	}
	.H-lang .Hlang-menu{
		font-size: 16px;
	}
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
    .Header-navbar ul li {
        margin: 0 16px;
    }
    .Header-search-words {
        width: 92%;
    }
    .pubTitle h6 {
        font-size: 32px;
    }
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
    .Header-navbar ul li {
        margin: 0 14px;
    }
    .pubTitle h6 {
        font-size: 28px;
    }
   
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
    .Header-navbar ul li {
        margin: 0 10px;
    }
    .Header-search-wordsform input {
        width: 480px;
    }
    
    .Header-drop-contain {
        width: 92%;
    }
	
	.Header-Menu{
		font-size: 16px;
	}
	.Header-logo a img{
		height: 40px;
	}
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
    .Header-navbar ul li {
        margin: 0 4px;
    }
    .pubTitle h6 {
        font-size: 24px;
    }
	.Footer-navbar{
		display: none;
	}
	.Footer-info{
		width: 100%;
	}
}


/* ------------------------手机端-------------------------- */

@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
   .Container-wrapper {
    }
	.mt{
		margin-top: 60px;
	}
    .Header-container {
        height: 60px;
    }
    .Header-logo {
        height: 60px;
    }
    .Header-logo a {
        height: 60px;
        line-height: 60px;
    }
    .Header-logo a img {
        height: 36px;
		filter: none;
		left: 0;
    }
    .H-lang .Hlang-menu {
        line-height: 60px;
		display: none;
    }
	.Header-search-click:before{
		display: none;
	}
    .Hlang-box {
        top: 60px;
    }
    .Header-navbar ul li.ontrue .Header-Menu:after,
    .Header-navbar ul li:hover .Header-Menu:after {
        display: none;
    }
    .Header-navbar ul li:hover .Header-Menu {
        color: #333;
    }
    .Header-search-click {
        height: 60px;
        line-height: 60px;
        background: url("../image/search.png") no-repeat center;
    }
    .Header-navclick {
        display: block;
    }
    .Header-navbarbox {
        display: none;
        width: 100%;
        background: #fff;
        position: absolute;
        top: 60px;
        left: 0;
    }
    .Header-navbar {
        float: left;
        width: 100%;
        margin-right: 0;
        max-height: 666px;
        overflow-y: auto !important;
        padding: 10px 0 16px;
        text-align: left;
    }
    .Header-navbar ul li {
        display: block;
        width: 100%;
        position: relative;
        margin: 0;
    }
    .Header-Menu {
        width: 100%;
        height: 42px;
        line-height: 42px;
        padding: 0 4%;
    }
    .Header-search-message {
        height: 45px;
        top: 60px;
    }
    .Header-search-close {
        display: none;
    }
    .Header-search-wordsform {
        height: 44px;
        line-height: 44px;
        float: initial;
    }
    .Header-search-submit {
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
        width: 44px;
        background: #036eb8 url("../image/searchW.png") no-repeat center;
    }
    .Header-search-wordsform input {
        width: 100%;
        margin-right: 0;
        height: 44px;
        padding-right: 46px;
        box-sizing: border-box;
        border-bottom: none;
    }
    .Header-wrapper:after {
        display: block;
    }
  /*  .Header-wrapper {
        box-shadow: none;
    } */
	.Header-wrapper.on {
	    background-color: rgb(255,255,255);
	    box-shadow: -2px 0px 3px 1px rgb(0 0 0 / 12%);
	    color: #333;
	}ss
    .Footer-share {
        display: none;
    }
    .Header-arr {
        display: block;
        width: 42px;
        height: 42px;
        position: absolute;
        z-index: 9;
        right: 0;
        top: 0;
        background: url("../image/iconArrH.png") no-repeat center center /14px auto;
    }
    .Header-arr.ontrue {
        transform: rotate(180deg);
    }
    .Header-drop {
        position: static;
        padding: 10px 0 28px;
        top: 0;
        border-bottom: 1px solid #eee;
    }
    .Header-drop.Header-droppro {
        padding: 24px 0 28px;
    }
    .Header-pro-menu p a {
        padding-left: 18px;
        height: 32px;
        line-height: 32px;
    }
    .Header-pro-menu {
        width: 150px;
    }
    .Header-pro-item {
        width: calc(100% - 150px);
    }
    .Header-pro-img {
        display: none !important;
    }
    .Header-pro-link {
        width: 100%;
        min-height: 160px;
        border-right: none;
        padding-left: 16px;
    }
    .Header-more-wd p {
        display: none;
    }
   
    .Header-more-wd h1 {
        font-size: 16px;
        padding-right: 20px;
        color: #036eb8;
        background-image: url('../image/dropic.png');
    }
	.Header-more-wd .ico{
		display: none;
	}
    .Header-more-ul {
        /* margin-left: -2%; */
		flex-wrap: wrap;
    }
    .Header-more-link {
        width: 100%;
		padding: 10px 0;
        /* margin-left: 2%; */
    }
    .Header-more.Header-more-5 .Header-more-ul {
        margin-left: -2%;
    }
    .Header-more.Header-more-5 .Header-more-link {
        width: 31.3333%;
        margin-left: 2%;
    }
    .Header-more.Header-more-4 .Header-more-ul {
        margin-left: -2%;
    }
    .Header-more.Header-more-4 .Header-more-link {
        width: 31.3333%;
        margin-left: 2%;
    }
    .Footer-infonav {
        padding: 0.6rem 0;
    }
    .Footer-navbar {
        width: 100%;
        padding: 0;
        margin-top: 20px;
        margin-left: 0;
    }
    .Footer-navbar ul li {
        width: 100%;
    }
    .Footer-navclick h6 {
        line-height: 40px;
    }
    .Footer-navwords a {
        padding: 4px 0;
        font-size: 16px;
    }
    .Footer-navwords {
        margin-top: 0;
        display: none;
    }
    .Footer-navclick i {
        display: block;
    }
    .Footer-copyright {
        padding: 20px 0;
    }
}

@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
	.Footer-info h6 img{
		height: 36px;
	}
	.Footer-infotit h3{
		font-size: 20px;
	}
	.Footer-infotit p{
		margin-top: 5px;
	}
	.Footer-infodes{
		margin: 5px 0 20px;
	}
	.Footer-infoto li p{
		margin-top: 5px;
	}
}

.Header-more-link {
    vertical-align: 0;
}

.prolbcd .active {
    background: #036eb8;
    color: #fff;
}

.container {
    background: #f7f8fa;
    height: auto;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 80px;
}

.price {
    width: 85%;
    margin: 0 auto;
}

.price h2 {
    font-size: 24px;
    color: #333;
    line-height: 1;
    font-weight: 400;
    padding-bottom: 10px;
    padding-left: 10px;
}

.price .category {
    width: 100%;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    margin-left: 10px;
}

.price .category:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 1px;
    background-color: #EDEDED;
    z-index: 2;
}

.price .category:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #EDEDED;
    z-index: 2;
}

.price .category a:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.price .category .prev {
    display: none;
    position: absolute;
    top: 0;
    width: 59px;
    height: 100%;
    box-shadow: 0 0 3px #c6c6c7;
    background: #fff;
    text-align: center;
    font-size: 0;
    left: 0;
    border-right: 1px solid #e1e3e6;
}

.price .category .prev span {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 14px;
    background-repeat: no-repeat;
    background-image: url(../images/arrow.svg);
    background-position: 96.77% 25%;
    background-size: initial;
}

.price .category .next span {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 14px;
    background-repeat: no-repeat;
    background-image: url(../images/arrow.svg);
    background-position: 61.29% 25%;
    background-size: initial;
}

.price .category .next {
    position: absolute;
    top: 0;
    width: 59px;
    height: 100%;
    box-shadow: 0 0 3px #c6c6c7;
    background: #fff;
    text-align: center;
    font-size: 0;
    right: 0;
    border-left: 1px solid #e1e3e6;
}

.price .category ul li {
    float: left;
    display: table-cell;
    white-space: nowrap;
    font-size: 14px;
    text-align: center;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    position: relative;
    padding: 18px 23px;
}

.price .category ul li.active {
    border-bottom-color: #00a4ff;
    color: #00a4ff;
}

.price .cont {
    display: none;
}

.price .cont.active {
    display: block;
}

.price .cont ul li {
    width: 23%;
    float: left;
    margin: 0 10px;
    box-sizing: border-box;
}

.price .cont ul li:nth-child(4n) {
    /* margin-right: 0px!important; */
}

.price .cont ul li a {
    display: block;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    margin-top: 20px;
    padding: 13px 20px 15px;
}

.price .cont ul li a:hover {
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .1);
    border-color: rgba(229, 229, 229, .73);
}

.price .cont ul li a:hover .cont_main h3.title {
    color: #00a4ff;
}

.price .cont ul li a .cont_main {
    display: table-cell;
    vertical-align: top;
}

.price .cont ul li a .cont_main h3.title {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}

.price .cont ul li a .cont_main p.desc {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    height: 42px;
    margin-top: -2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.nnn {
    width: 1221px !important;
}

.low_pro_index ul li {
    width: 300px;
}


/* xinwen */

.thumb_news_index ol {
    width: 48%;
    float: left;
    height: 120px;
    padding: 10px 0;
}

.thumb_news_index ol img {
    width: 180px;
    height: 120px;
}

.thumb_news_index ol dd {
    float: right;
    width: 400px;
    padding: 0 10px;
}

.thumb_news_index ol dd em {
    font-size: 13px;
    font-style: normal;
    color: #999;
}

.thumb_news_index ol dd a.tni_t {
    font-weight: normal;
    font-size: 16px;
    display: block;
    width: 400px;
}

.uk-section {
    width: 1440px;
    margin: 0 auto;
	margin-bottom: 60px;
	max-width: 92%;
}

.ukli {
    margin: 10px;
    display: inline-block;
    width: 23%;
    margin-top: 20px;
}

.uk-content .uk-card img {
    width: 40%;
    margin-bottom: 15px;
	display: inline-block;
}

.uk-card-default {
    text-align: center;
    padding: 40px 40px;
    background: #fff;
    color: #666;
    box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
}

.uk-content .uk-card h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

.ukli:first-child {
    margin-left: 0;
}

.ukli:last-child {
    margin-right: 0;
}

@media all and (max-width:1200px) {
    .uk-content .uk-card h3 {
        font-size: 16px;
    }
    .ukli {
        width: 22%;
    }
}

@media all and (max-width:550px) {
    .uk-card-default {
        text-align: center;
        padding: 20px 5%;
    }
    
}

.uk-drop {
    /* display: none; */
    position: absolute;
    z-index: 1020;
    box-sizing: border-box;
    width: 80%;
}


@media all and (max-width:564px) {
  
}