/*read from redis*/
.ModuleGridContainer[gridswidthmode="2"]{max-width:1200px;width:auto;}
.BodyMain2Zone{display:none;}
.BodyMain3Zone{display:none;}
.BodyMain4Zone{display:none;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .addnewhelper{white-space: unset;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer {display:table;width: 100%;position: relative;table-layout:fixed;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubContainer{display:table-cell; vertical-align: top;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubContainer.ModuleHoverBoxItem_2{display:none}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubPadding{
    height: 100%;
    position: relative;
    display: table-cell;
}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:after{
    display: block;
    content: '';
    width: 1px;
    border-left: 1px dashed rgba(75, 151, 255, 0);
    height: 100%;
    margin: auto;
}
.ModuleGridCustomGiant.layout-101:hover .SubDrag:after{border-left: 1px dashed rgba(75, 151, 255, .8);}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag{
    width: 6px;
    cursor: e-resize;
    position: absolute;
    z-index: 99;
    min-height: 66px;
    height: 100%;
    background-color: rgba(75, 151, 255, 0);
}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:hover{background-color: rgba(75, 151, 255, .8);}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:hover:after{border-left: 1px dashed rgba(75, 151, 255, 0);}
.ModuleGridCustomGiant.layout-101 .row {margin-right: 0px;margin-left: 0px;}
.ModuleGridCustomGiant.layout-101 .ModuleGridCol{padding: 0px;}

.ModuleGridCustomGiant.layout-101 .ModuleGridContainer{
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}
.ModuleGridCustomGiant.layout-101{height: 100%;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer{position: relative;}
.ModuleGridCustomGiant.layout-101 .gridBgVideo{display: flex; position: absolute;top: 0;left: 0;width:100%;z-index: 0;}
.ModuleGridCustomGiant.layout-101 .gridBgVideo .bgVideoMask{position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: rgb(0,0,0);}
.ModuleGridCustomGiant.layout-101 .gridBgVideo .bgVideo{width: 100%; height: 100%; object-fit: cover; object-position: center center;}
.ModuleGridCustomGiant.layout-101 .gridBgVideo.noBgVideo{display: none;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .ModuleContainer .SubPadding {height: 100%}

@media only screen and (max-width: 767px) {
    .ModuleGridCustomGiant.layout-101 .ModuleSubContainer {display: flex;flex-wrap: wrap;}
    .ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubPadding{float:left;height: 10px;}
	.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubContainer{float:left;padding-top:2px;padding-bottom:2px;}
	.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubPadding .SubDrag{display:none;}
    /* padding 宽度 用 5，子容器宽度为 (100% - (列数 - 1) * padding宽度)/列数) */
    /* 12列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-12 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-12 > .SubContainer{width:calc((100% - 55px)/12)!important;}
    /* 11列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-11 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-11 > .SubContainer{width:calc((100% - 50px)/11)!important;}
    /* 10列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-10 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-10 > .SubContainer{width:calc((100% - 45px)/10)!important;}
    /* 9列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-9 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-9 > .SubContainer{width:calc((100% - 40px)/10)!important;}
    /* 8列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-8 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-8 > .SubContainer{width:calc((100% - 35px)/8)!important;}
    /* 7列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-7 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-7 > .SubContainer{width:calc((100% - 30px)/7)!important;}
	/* 6列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-6 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-6 > .SubContainer{width:calc((100% - 25px)/6)!important;}
	/* 5列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubPadding5{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubContainer{width:calc((100% - 20px)/5)!important;}
	/* 4列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding4{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding8{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubContainer{width:calc((100% - 15px)/4)!important;}
	/* 3列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubPadding3{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubPadding6{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubContainer{width:calc((100% - 10px)/3)!important;}
	/* 2列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding2{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding4{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding6{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding8{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubContainer{width:calc((100% - 5px)/2)!important;}
	/* 1列 无padding */
	.ModuleGridCustomGiant.layout-101 .grid-col-1 > .SubPadding{width:0px;display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-1 > .SubContainer{width:100%!important;}
}

.ModuleGridCustomGiant.layout-101 .ModuleGridBorder{border:0px !important;padding: 0 !important;}
.module_446541894 .ModuleHead .HeadCenter{float:none;}
#module_446541894 {
padding:0px;
}
#module_446541894 {
position:static;
z-index:4000;
top:0px;
left:0px;
width:100%;
height: auto;
}
#module_446541894 .ModuleHead446541894 {
display:none;
}
#module_446541894 .BodyCenter.BodyCenter446541894 {
background:none;background-color:rgba(0,0,0,0);
}
#module_446541894 >.module_446541894 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_446541894 >.module_446541894{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_446541894 .BodyCenter.BodyCenter446541894 {
padding-top:0.5230%;
padding-left:5.2301%;
padding-right:5.2301%;
padding-bottom:1.5690%;
}
}
@media screen and (max-width: 767px){
#module_446541894 .BodyCenter.BodyCenter446541894 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_446541894 >.module_446541894 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_446541894 >.module_446541894 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_446541894 >.module_446541894 {box-shadow: 0px 0px 0px 0px #ccc}
#module_446541894:hover {
border:none;
}
#module_446541894:hover >.module_446541894 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_446541894 .ModuleSubContainer{background-color:transparent;}
#module_446541894 .ModuleSubContainer{background-image:none;}
#module_446541894 .ModuleSubContainer{background-repeat:no-repeat;}
#module_446541894 .ModuleSubContainer{background-position:0% 0%;}
#module_446541894 .ModuleSubContainer{background-attachment:scroll;}
#module_446541894 .ModuleSubContainer{}
#module_446541894 {!bgVideo!}{bgVideoUrl:}
#module_446541894 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_446541894 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_446541894 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer446541894 {max-width:none;width:100%;margin: auto;}
.ModuleGridContainer.ModuleGridContainer446541894 .SubPadding {width:0px;}
.ModuleImageGiant.layout-101 .BodyCenter{
	text-align:center;
}
.ModuleImageGiant.layout-101 img{
	margin: auto;
    max-width: 100%;
	border: none;
}

.module_446542164 .ModuleHead .HeadCenter{float:none;}
#module_446542164 {
padding:0px;
}
#module_446542164 {
position:static;
z-index:1;
top:23px;
left:0px;
width:100%;
height: auto;
}
#module_446542164 .ModuleHead446542164 {
display:none;
}
#module_446542164 .BodyCenter.BodyCenter446542164 {
background:none;background-color:rgba(0,0,0,0);
}
#module_446542164 >.module_446542164 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_446542164 >.module_446542164{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_446542164 .BodyCenter.BodyCenter446542164 {
padding-top:5.9524%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:5.9524%;
}
}
@media screen and (max-width: 767px){
#module_446542164 .BodyCenter.BodyCenter446542164 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_446542164 >.module_446542164 {
margin-top:41.8605%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_446542164 >.module_446542164 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_446542164 >.module_446542164 {box-shadow: 0px 0px 0px 0px #ccc}
#module_446542164:hover {
border:none;
}
#module_446542164:hover >.module_446542164 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_446542164 img{border-top-color:transparent;}
#module_446542164 img{border-top-style:none;}
#module_446542164 img{border-top-width:0px;}
#module_446542164 img{border-right-color:transparent;}
#module_446542164 img{border-right-style:none;}
#module_446542164 img{border-right-width:0px;}
#module_446542164 img{border-bottom-color:transparent;}
#module_446542164 img{border-bottom-style:none;}
#module_446542164 img{border-bottom-width:0px;}
#module_446542164 img{border-left-color:transparent;}
#module_446542164 img{border-left-style:none;}
#module_446542164 img{border-left-width:0px;}
#module_446542164 img{border-top-left-radius:0px;}
#module_446542164 img{border-top-right-radius:0px;}
#module_446542164 img{border-bottom-left-radius:0px;}
#module_446542164 img{border-bottom-right-radius:0px;}
#module_446542164 .BodyCenter{text-align: left;}

.ModuleGridContainer.ModuleGridContainer446541894 #Sub446541894_1 {width:5.0234%;}
.module_446542165 .ModuleHead .HeadCenter{float:none;}
#module_446542165 {
padding:0px;
}
#module_446542165 {
position:static;
z-index:1;
top:26px;
left:0px;
width:100%;
height: auto;
}
#module_446542165 .ModuleHead446542165 {
display:none;
}
#module_446542165 .BodyCenter.BodyCenter446542165 {
background:none;background-color:rgba(0,0,0,0);
}
#module_446542165 >.module_446542165 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_446542165 >.module_446542165{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_446542165 .BodyCenter.BodyCenter446542165 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_446542165 .BodyCenter.BodyCenter446542165 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_446542165 >.module_446542165 {
margin-top:29.3839%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_446542165 >.module_446542165 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_446542165 >.module_446542165 {box-shadow: 0px 0px 0px 0px #ccc}
#module_446542165:hover {
border:none;
}
#module_446542165:hover >.module_446542165 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_446542165 img{border-top-color:transparent;}
#module_446542165 img{border-top-style:none;}
#module_446542165 img{border-top-width:0px;}
#module_446542165 img{border-right-color:transparent;}
#module_446542165 img{border-right-style:none;}
#module_446542165 img{border-right-width:0px;}
#module_446542165 img{border-bottom-color:transparent;}
#module_446542165 img{border-bottom-style:none;}
#module_446542165 img{border-bottom-width:0px;}
#module_446542165 img{border-left-color:transparent;}
#module_446542165 img{border-left-style:none;}
#module_446542165 img{border-left-width:0px;}
#module_446542165 img{border-top-left-radius:0px;}
#module_446542165 img{border-top-right-radius:0px;}
#module_446542165 img{border-bottom-left-radius:0px;}
#module_446542165 img{border-bottom-right-radius:0px;}
#module_446542165 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer446541894 #Sub446541894_2 {width:12.3248%;}
.ModuleNavGiant.layout-116 .main-nav-content {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    line-height: 0;
    overflow:hidden;
}
.ModuleNavGiant.layout-116 .aroundMune{
    position: absolute;
    display: flex;
    align-items: center;
    right: 0px;
    padding:0 10px;
    height: 100%;
    z-index: 5;
    transform: rotateY(90deg);
}
.ModuleNavGiant.layout-116 .aroundMune.active{
    transform: rotateY(0deg);
}
.ModuleNavGiant.layout-116 .moveMenuRight, .ModuleNavGiant.layout-116 .moveMenuLeft{
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color:#666;
    text-align: center;
    border:1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    cursor: pointer;
}
.ModuleNavGiant.layout-116 .main-nav-content .moveMenuRight{
    background-color: rgba(238,238,238,.6);
}
.ModuleNavGiant.layout-116 .main-nav-content .moveMenuLeft{
    display:none;
    background-color: rgba(238,238,238,.6);
    margin-right: 10px

}
.ModuleNavGiant.layout-116 .moveMenuRight:hover, .ModuleNavGiant.layout-116 .moveMenuLeft:hover{
    color:#fff;
    background-color:rgba(204,204,204,.6);
}
.ModuleNavGiant.layout-116 .main-nav-content >.blank-solve{
    width: auto;
    display: inline-block;
    transition: all .4s;
    position: relative;
    left: 0;
}
.ModuleNavGiant.layout-116 .main-nav-item-group {
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    height: 80px;
    line-height: 80px;
    float: left;
}
.ModuleNavGiant.layout-116 .main-nav-item {
    box-sizing: content-box;
    padding: 0 25px;
    color: #000000;
    position: relative;
    display:inline-block;
}

.ModuleNavGiant.layout-116 .main-nav-item::before {
    content: '';
    position: absolute;
    width: 0%;
    transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    border-bottom-width:3px;
    border-bottom-style:solid;
    z-index: 1;
    left: 50%;
    bottom: 0;
    margin-bottom: 10px;
}

.ModuleNavGiant.layout-116 .mainName,
.ModuleNavGiant.layout-116 .main-nav-item-name::after{
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.ModuleNavGiant.layout-116 .mainName{
    display: block;
    text-align: center;
}

.ModuleNavGiant.layout-116 .main-nav-item-hover::before {
    width: 20%;
    left: 40%;
    opacity: 1;
}

.ModuleNavGiant.layout-116 .main-nav-item-hover .main-nav-item-name .mainName{
    opacity: 0;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
}

.ModuleNavGiant.layout-116 .main-nav-item .main-nav-item-name::after {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
}

.ModuleNavGiant.layout-116 .main-nav-item:hover .main-nav-item-name::after{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.ModuleNavGiant.layout-116 .main-nav-item-hover .main-nav-item-name::after{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.ModuleNavGiant.layout-116 .sub-nav-item-group {
    z-index: 3;
    height: 200px;
    bottom: -220px;
    left: -49px;
    width: 192px;
    text-align: center;
    display: none;
    margin: 0px !important;
}

.ModuleNavGiant.layout-116 .sub-nav-item-menu {
    transition: .15s ease-in-out;
    background-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ModuleNavGiant.layout-116 .sub-nav-item-box {
    width : 100%;
    position: relative;
    box-shadow: 0 0 rgba(0,0,0,0);
    height: auto !important;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box:last-child{
    border-bottom-width: 0px !important;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box:hover .item_sub.item_outer,
.ModuleNavGiant.layout-116 .sub-nav-item-box:hover .spanSubName{
    padding: 0 20px 0 23px;
}
.ModuleNavGiant.layout-116 .third-nav-item:hover .item_third .item_outer,
.ModuleNavGiant.layout-116 .third-nav-item:hover .thirdName{
    padding: 0 0 0 23px;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box .item_outer {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: padding .2s ease-in-out;
    -o-transition: padding .2s ease-in-out;
    transition: padding .2s ease-in-out;
    text-align: left;
    padding-right: 12px;
}

.ModuleNavGiant.layout-116 .third-nav-item .item_outer {
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-word;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box .item_sub.item_outer:before {
    content: '';
    position: absolute;
    display: block;
    top: calc(50% - 2px);
    left: -23px;
    width: 12px;
    height: 3px;
    color: inherit;
    line-height: inherit;
    font-weight: 400;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: left .2s ease-in-out;
    -o-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out;
}

.ModuleNavGiant.layout-116 a:last-child .item_third{
    border-bottom-width: 0px !important;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box .item_third .item_outer:before {
    content: '';
    position: absolute;
    display: block;
    top: calc(50% - 2px);
    left: -23px;
    width: 12px;
    height: 3px;
    color: inherit;
    line-height: inherit;
    font-weight: 400;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: left .2s ease-in-out;
    -o-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box:hover .item_sub.item_outer:before,
.ModuleNavGiant.layout-116 .third-nav-item:hover .item_third .item_outer:before{
    left: 0px;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box .outAfter:after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    top: -2px;
    right: -6px;
    content: '\35';
    font-family: ElegantIcons;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ed1d24;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box .flip:after {
    transform: rotateY(180deg);
}

.ModuleNavGiant.layout-116 .sub-nav-item-group{
position: relative;
}
.ModuleNavGiant.layout-116 .arrow{
top:13px;
width:15px;
height:15px;
position: absolute;
left: 50%;
margin-left: -7.5px;
z-index:-1;
transform:rotate(45deg);
-ms-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
-o-transform:rotate(45deg);
transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
box-shadow: 0 0 1px rgba(0,0,0,.1);
}

.ModuleNavGiant.layout-116 .sub-nav-item:first-child {
border-top: none!important;
}
.ModuleNavGiant.layout-116 .sub-nav-item:last-child {
border-bottom: none!important;
}
.ModuleNavGiant.layout-116 .maxLine{
display: inline-block;
max-width: calc(100% - 80px);
width: 100%;
}

.ModuleNavGiant.layout-116 .sub-nav-item-div {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-word;
    overflow: hidden;
}

.ModuleNavGiant.layout-116 .sub-nav-item-href {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-size: 12px;
    cursor: pointer;
    float: none;
    margin: 0;
}

.ModuleNavGiant.layout-116 .sub-nav-item-SubName {
    -webkit-transition: padding .2s ease-in-out;
    -o-transition: padding .2s ease-in-out;
    transition: padding .2s ease-in-out;
    text-align: left;
}

.ModuleNavGiant.layout-116 .spanSubName,.ModuleNavGiant.layout-116 .thirdName {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-transition: padding .2s ease-in-out;
    padding-right: 12px;
    line-height: 1.5;
    margin-bottom: 12px;
}

.ModuleNavGiant.layout-116 .sub-nav-item:hover {
background-color: #f7f7f7;
}
.ModuleNavGiant.layout-116 .sub-nav-item-hover {
background-color: #f7f7f7;
}
.ModuleNavGiant.layout-116 .sub-nav-item-group.current {
display: block;
}
.ModuleNavGiant.layout-116 .main-nav-item-group.current .main-nav-item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #1976d2;
    z-index: 11111;
    left: 0;
    bottom: 0;
}
.ModuleNavGiant.layout-116 .clearfix:after{content:'.';clear: both;display:block;width:0;height:0;overflow: hidden;visibility: hidden;}

/* 三级菜单 Begin*/
.ModuleNavGiant.layout-116 .third-nav-item-group {
    width: 100%;
    z-index: 20;
    display: none;
    list-style: none outside none;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    background-color: #fff;
    position: absolute;
    top: 0px;
    height: auto;
    overflow: hidden;
    border-radius: 2px;
    border-top-left-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity .15s ease-out;
    -o-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
}
/* 三级菜单 Begin*/
.ModuleNavGiant.layout-116 .third-nav-item-box {
    position: relative;
    padding: 0;
    margin: 0;
    display: block;
    height: auto;
}
.ModuleNavGiant.layout-116 .third-nav-item:first-child {
    /*border-top: none!important;*/
}
.ModuleNavGiant.layout-116 .third-nav-item:last-child {
    /*border-bottom: none!important;*/
}
.ModuleNavGiant.layout-116 .third-nav-item {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-family: Rajdhani,sans-serif;
    font-size: 12px;
    line-height: 38px;
    font-weight: 600;
    letter-spacing: .1em;
    /* text-transform: uppercase; */
    color: grey;
    margin: 0;
}
.ModuleNavGiant.layout-116 .third-nav-item:hover {
    background-color: #f7f7f7;
}
.ModuleNavGiant.layout-116 .third-nav-item-inner {
    display: block;
    height: calc(100%);
}
.ModuleNavGiant.layout-116 .sub-nav-item-p{
    float: left;
    margin: 0px 0px 0px 70px;
}
.ModuleNavGiant.layout-116 .sub-nav-item-span{
    float: right;
    margin: 0px 24px 0px 0px;
    font-size: 16px;
    display: none;
}
/*.ModuleNavGiant.layout-116 .sub-nav-item-box:hover .sub-nav-item:after,.ModuleNavGiant.layout-116 .sub-nav-item-box:hover .sub-nav-item-hover::after{*/
/*    content: "\e65f";*/
/*    position: absolute;*/
/*    -webkit-animation: layout-116-nav-active2 0.5s;*/
/*    -moz-animation: layout-116-nav-active2 0.5s;*/
/*    -o-animation: layout-116-nav-active2 0.5s;*/
/*    animation: layout-116-nav-active2 0.5s;*/
/*    right: 25px;*/
/*}*/
.ModuleNavGiant.layout-116 .nohover::after{
    content: ""!important;
}
.ModuleNavGiant.layout-116 .sub-nav-item{
    line-height: calc( 100% + 24px );
}
.ModuleNavGiant.layout-116 .sub-nav-item-box .icon-xiangyoujiantou:before{
    content:"";
}
.ModuleNavGiant.layout-116 .sub-nav-item-box .icon-xiangzuojiantou:before{
    position: absolute;
    -webkit-animation: layout-116-nav-active2 0.5s;
    -moz-animation: layout-116-nav-active2 0.5s;
    -o-animation: layout-116-nav-active2 0.5s;
    animation: layout-116-nav-active2 0.5s;
    left: 25px;
}
.ModuleNavGiant.layout-116 .verticalMenu {height: auto !important;}
.ModuleNavGiant.layout-116 .verticalMenu.main-nav-content >.blank-solve {width: 100% !important;}
.ModuleNavGiant.layout-116 .verticalMenu .main-nav-item-group {float: unset; width: 100%;}
.ModuleNavGiant.layout-116 .verticalMenu .main-nav-item-group:last-child {margin-bottom: 0 !important;}
.ModuleNavGiant.layout-116 .verticalMenu .main-nav-item {padding: 0 !important; text-align: center;}
.ModuleNavGiant.layout-116 .sub-nav-item-group.sub-menu{
    display: none !important;
}

@font-face {
    font-family:eleganticons;src:url(/fonts/ElegantIcons.eot);src:url(/fonts/ElegantIcons.eot?#iefix) format('embedded-opentype'),url(/fonts/ElegantIcons.woff) format('woff'),url(/fonts/ElegantIcons.ttf) format('truetype'),url(/fonts/ElegantIcons.svg#ElegantIcons) format('svg');font-weight:400;font-style:normal
}[data-icon]:before {
     font-family: eleganticons;
     content: attr(data-icon);
     speak: none;
     font-weight: 400;
     font-variant: normal;
     text-transform: none;
     line-height: 1;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale
 }.module_446542163 .ModuleHead .HeadCenter{float:none;}
#module_446542163 {
padding:0px;
}
#module_446542163 {
position:static;
z-index:1;
top:0px;
left:0px;
width:100%;
height: auto;
}
#module_446542163 .ModuleHead446542163 {
display:none;
}
#module_446542163 .BodyCenter.BodyCenter446542163 {
background:none;background-color:rgba(0,0,0,0);
}
#module_446542163 >.module_446542163 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_446542163 >.module_446542163{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_446542163 .BodyCenter.BodyCenter446542163 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_446542163 .BodyCenter.BodyCenter446542163 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_446542163 >.module_446542163 {
margin-top:6.0606%;
margin-left:0.0000%;
margin-right:5.8442%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_446542163 >.module_446542163 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_446542163 >.module_446542163 {box-shadow: 0px 0px 0px 0px #ccc}
#module_446542163:hover {
border:none;
}
#module_446542163:hover >.module_446542163 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_446542163 .main-nav-item-group{height:58px;} #module_446542163 .main-nav-item{line-height:58px;} #module_446542163 .main-nav-content{height:58px}
#module_446542163 .main-nav-content{background-color:rgba(0,0,0,0);}
#module_446542163 .main-nav-content{background-image:none;}
#module_446542163 .main-nav-content{background-repeat:no-repeat;}
#module_446542163 .main-nav-content{}
#module_446542163 .main-nav-content{}
#module_446542163 .main-nav-content{}
#module_446542163 .main-nav-content, #module_446542163 .verticalMenu .main-nav-item-group{text-align:right;}
#module_446542163 .main-nav-item{font-size:18px;}
#module_446542163 .main-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_446542163 .main-nav-item{color:#434242;}
#module_446542163 .main-nav-item{font-weight:bold;}
#module_446542163 .main-nav-item{text-decoration:none;}
#module_446542163 .main-nav-item{font-style:normal;}
#module_446542163 .main-nav-item{width:auto;}
#module_446542163 .main-nav-item,#module_446542163 .defaultMenu .main-nav-item-name::after{padding-left:8px;padding-right:8px;} #module_446542163 .verticalMenu .main-nav-item-group{margin-bottom:8px;}
#module_446542163 .main-nav-item{background-color:transparent;}
#module_446542163 .main-nav-item{background-image:none;}
#module_446542163 .main-nav-item{background-repeat:no-repeat;}
#module_446542163 .main-nav-item{}
#module_446542163 .main-nav-item{}
#module_446542163 .main-nav-item{}
#module_446542163 .sub-nav-item-group{width:244px;}
#module_446542163 .sub-nav-item-div{font-size:14px;}
#module_446542163 .sub-nav-item-div{font-family:微软雅黑,Microsoft YaHei;}
#module_446542163 .sub-nav-item-div{color:#666;},#module_446542163 .sub-nav-item:hover::after{color:#666;}
#module_446542163 .sub-nav-item-div{font-weight:bold;}
#module_446542163 .sub-nav-item-div{text-decoration:none;}
#module_446542163 .sub-nav-item-div{font-style:normal;}
#module_446542163 .sub-nav-item-SubName{font-size:12px;}
#module_446542163 .sub-nav-item-SubName{font-family:微软雅黑,Microsoft YaHei;}
#module_446542163 .sub-nav-item-SubName{color:#999;}
#module_446542163 .sub-nav-item-SubName{font-weight:normal;}
#module_446542163 .sub-nav-item-SubName{text-decoration:none;}
#module_446542163 .sub-nav-item-SubName{font-style:normal;}
#module_446542163 .sub-nav-item-box .item_sub.item_outer:before{background-color:#f10215;} #module_446542163 .sub-nav-item-box .outAfter:after{color:#f10215;}
#module_446542163 .sub-nav-item-menu,#module_446542163 .arrow,#module_446542163 .sub-normal-color{background-color:#fff;}
#module_446542163 .sub-nav-item-menu{background-image:none;}
#module_446542163 .sub-nav-item-menu{background-repeat:no-repeat;}
#module_446542163 .sub-nav-item-menu{}
#module_446542163 .sub-nav-item-menu{}
#module_446542163 .sub-nav-item-menu{}
#module_446542163 .sub-nav-item-box{border-bottom-color:#E3E9EE;}
#module_446542163 .sub-nav-item-box{border-bottom-style:dashed;}
#module_446542163 .sub-nav-item-box{border-bottom-width:1px;}
#module_446542163 .sub-nav-item-menu{padding-top:8px;}
#module_446542163 .sub-nav-item-menu{padding-bottom:8px;}
#module_446542163 .sub-nav-item-menu{padding-left:24px;}
#module_446542163 .sub-nav-item-menu{padding-right:24px;}
#module_446542163 .sub-nav-item-menu{box-shadow:0px 0px 24px 0px rgba(75, 76, 79, 0.1);}
#module_446542163 .third-nav-item-group{width:244px;}
#module_446542163 .third-nav-item{height:42px;line-height:42px;} #module_446542163 .third-nav-item {line-height:calc(100% + (42px - 10px));}
#module_446542163 .third-nav-item .item_outer{font-size:14px;}
#module_446542163 .third-nav-item .item_outer{font-family:微软雅黑,Microsoft YaHei;}
#module_446542163 .third-nav-item .item_outer{color:#666;}
#module_446542163 .third-nav-item .item_outer{font-weight:normal;}
#module_446542163 .third-nav-item .item_outer{text-decoration:none;}
#module_446542163 .third-nav-item .item_outer{font-style:normal;}
#module_446542163 .third-nav-item .thirdName{font-size:12px;}
#module_446542163 .third-nav-item .thirdName{font-family:微软雅黑,Microsoft YaHei;}
#module_446542163 .third-nav-item .thirdName{color:#999;}
#module_446542163 .third-nav-item .thirdName{font-weight:normal;}
#module_446542163 .third-nav-item .thirdName{text-decoration:none;}
#module_446542163 .third-nav-item .thirdName{font-style:normal;}
#module_446542163 .sub-nav-item-box .item_third .item_outer:before{background-color:#f10215;}
#module_446542163 .third-nav-item-group,#module_446542163 .third-normal-color{background-color:#fff;}
#module_446542163 .third-nav-item-group{background-image:none;}
#module_446542163 .third-nav-item-group{background-repeat:no-repeat;}
#module_446542163 .third-nav-item-group{}
#module_446542163 .third-nav-item-group{}
#module_446542163 .third-nav-item-group{}
#module_446542163 .item_third{border-bottom-color:#E3E9EE;}
#module_446542163 .item_third{border-bottom-style:dashed;}
#module_446542163 .item_third{border-bottom-width:1px;}
#module_446542163 .third-nav-item-group{padding-top:8px;}
#module_446542163 .third-nav-item-group{padding-bottom:8px;}
#module_446542163 .third-nav-item-group{padding-left:24px;}
#module_446542163 .third-nav-item-group{padding-right:24px;}
#module_446542163 .third-nav-item-group{box-shadow:0px 0px 24px 0px rgba(75, 76, 79, 0.1);}
#module_446542163 .main-nav-item-name::after{font-size:18px;}
#module_446542163 .main-nav-item-name::after{font-family:微软雅黑,Microsoft YaHei;}
#module_446542163 .main-nav-item-name::after{color:rgb(14, 84, 46);}  #module_446542163 .add{color:rgb(14, 84, 46);}#module_446542163 .main-nav-item-hover::afters{background-color:rgb(14, 84, 46);}
#module_446542163 .main-nav-item-name::after{font-weight:bold;}
#module_446542163 .main-nav-item-name::after{text-decoration:none;}
#module_446542163 .main-nav-item-name::after{font-style:normal;}
#module_446542163 .main-nav-item-hover{background-color:transparent;}
#module_446542163 .main-nav-item-hover{background-image:none;}
#module_446542163 .main-nav-item-hover{background-repeat:no-repeat;}
#module_446542163 .main-nav-item-hover{}
#module_446542163 .main-nav-item-hover{}
#module_446542163 .main-nav-item-hover{}
#module_446542163 .main-nav-item::before{border-bottom-color:rgba(83, 94, 43, 0.93);}
#module_446542163 .sub-nav-item-box:hover .sub-nav-item-div{font-size:14px;}
#module_446542163 .sub-nav-item-box:hover .sub-nav-item-div{font-family:微软雅黑,Microsoft YaHei;}
#module_446542163 .sub-nav-item-box:hover .sub-nav-item-div{color:rgb(14, 84, 46);}
#module_446542163 .sub-nav-item-box:hover .sub-nav-item-div{font-weight:bold;}
#module_446542163 .sub-nav-item-box:hover .sub-nav-item-div{text-decoration:underline;}
#module_446542163 .sub-nav-item-box:hover .sub-nav-item-div{font-style:normal;}
#module_446542163 .sub-nav-item:hover,#module_446542163 .sub-hover-color{background-color:#fff;}, #module_446542163 .sub-nav-item-hover{background-color:#fff;}
#module_446542163 .sub-nav-item:hover{background-image:none;}
#module_446542163 .sub-nav-item:hover{background-repeat:no-repeat;}
#module_446542163 .sub-nav-item:hover{}
#module_446542163 .sub-nav-item:hover{}
#module_446542163 .sub-nav-item:hover{}
#module_446542163 .third-nav-item:hover .item_outer{font-size:14px;}
#module_446542163 .third-nav-item:hover .item_outer{font-family:微软雅黑,Microsoft YaHei;}
#module_446542163 .third-nav-item:hover .item_outer{color:#666;}
#module_446542163 .third-nav-item:hover .item_outer{font-weight:normal;}
#module_446542163 .third-nav-item:hover .item_outer{text-decoration:none;}
#module_446542163 .third-nav-item:hover .item_outer{font-style:normal;}
#module_446542163 .third-nav-item:hover .third-nav-item-inner,#module_446542163 .third-hover-color{background-color:#fff;}
#module_446542163 .third-nav-item:hover .third-nav-item-inner{}
#module_446542163 .third-nav-item:hover .third-nav-item-inner{background-repeat:no-repeat;}
#module_446542163 .third-nav-item:hover .third-nav-item-inner{}
#module_446542163 .third-nav-item:hover .third-nav-item-inner{}
#module_446542163 .third-nav-item:hover .third-nav-item-inner{}


.ModuleGridContainer.ModuleGridContainer446541894 #Sub446541894_3 {width:53.4463%;}
.module_446542162 .ModuleHead .HeadCenter{float:none;}
#module_446542162 {
padding:0px;
}
#module_446542162 {
position:static;
z-index:1;
top:16px;
left:0px;
width:100%;
height: auto;
}
#module_446542162 .ModuleHead446542162 {
display:none;
}
#module_446542162 .BodyCenter.BodyCenter446542162 {
background:none;background-color:rgba(0,0,0,0);
}
#module_446542162 >.module_446542162 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_446542162 >.module_446542162{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_446542162 .BodyCenter.BodyCenter446542162 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_446542162 .BodyCenter.BodyCenter446542162 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_446542162 >.module_446542162 {
margin-top:90.1429%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_446542162 >.module_446542162 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_446542162 >.module_446542162 {box-shadow: 0px 0px 0px 0px #ccc}
#module_446542162:hover {
border:none;
}
#module_446542162:hover >.module_446542162 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_446542162 img{border-top-color:transparent;}
#module_446542162 img{border-top-style:none;}
#module_446542162 img{border-top-width:0px;}
#module_446542162 img{border-right-color:transparent;}
#module_446542162 img{border-right-style:none;}
#module_446542162 img{border-right-width:0px;}
#module_446542162 img{border-bottom-color:transparent;}
#module_446542162 img{border-bottom-style:none;}
#module_446542162 img{border-bottom-width:0px;}
#module_446542162 img{border-left-color:transparent;}
#module_446542162 img{border-left-style:none;}
#module_446542162 img{border-left-width:0px;}
#module_446542162 img{border-top-left-radius:0px;}
#module_446542162 img{border-top-right-radius:0px;}
#module_446542162 img{border-bottom-left-radius:0px;}
#module_446542162 img{border-bottom-right-radius:0px;}
#module_446542162 .BodyCenter{text-align: right;}

.ModuleGridContainer.ModuleGridContainer446541894 #Sub446541894_4 {width:3.2710%;}
/*图文模块 layout 101*/
.ModuleImageTextGiant.layout-101 {font-size: 14px;}
.ModuleImageTextGiant.layout-101 .imageTextGiant-Container{height: auto; word-wrap: break-word;max-height: 100%;padding:10px;max-width: 100%; overflow: hidden; position: relative;}.module_448311290 .ModuleHead .HeadCenter{float:none;}
#module_448311290 {
padding:0px;
}
#module_448311290 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_448311290 .ModuleHead448311290 {
display:none;
}
#module_448311290 .BodyCenter.BodyCenter448311290 {
background:none;background-color:rgba(0,0,0,0);
}
#module_448311290 >.module_448311290 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_448311290 >.module_448311290{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_448311290 .BodyCenter.BodyCenter448311290 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_448311290 .BodyCenter.BodyCenter448311290 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_448311290 >.module_448311290 {
margin-top:2.3411%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_448311290 >.module_448311290 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_448311290 >.module_448311290 {box-shadow: 0px 0px 0px 0px #ccc}
#module_448311290:hover {
border:none;
}
#module_448311290:hover >.module_448311290 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_448311290 .ModuleImageTextGiantContent{margin-top:0px;}
#module_448311290 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_448311290 .ModuleImageTextGiantContent{margin-left:0px;}
#module_448311290 .ModuleImageTextGiantContent{margin-right:0px;}
#module_448311290 .imageTextGiant-Container{padding-top:10px;}
#module_448311290 .imageTextGiant-Container{padding-bottom:5px;}
#module_448311290 .imageTextGiant-Container{padding-left:10px;}
#module_448311290 .imageTextGiant-Container{padding-right:10px;}
#module_448311290 .showHandle .btn{font-size:14px;}
#module_448311290 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_448311290 .showHandle .btn{color:#333;}
#module_448311290 .showHandle .btn{font-weight:400;}
#module_448311290 .showHandle .btn{text-decoration:none;}
#module_448311290 .showHandle .btn{font-style:normal;}
#module_448311290 .showHandle div{border-top-color:#ddd !important;}
#module_448311290 .showHandle div{border-top-style:solid !important;}
#module_448311290 .showHandle div{border-top-width:1px !important;}
#module_448311290 .showHandle{background-color:transparent;}
#module_448311290 .showHandle{background-image:none;}
#module_448311290 .showHandle{background-repeat:no-repeat;}
#module_448311290 .showHandle{}
#module_448311290 .showHandle{}
#module_448311290 .showHandle{}
#module_448311290 a{font-size:unset;font-family:unset}
/*纯文本模块 layout 101*/
.ModulePlainTextGiant.layout-101 {font-size: 14px;}
.ModulePlainTextGiant.layout-101 .plainTextGiant-Container{height: auto; word-wrap: break-word;max-height: 100%;padding:10px;max-width: 100%; overflow: hidden;}.module_446542160 .ModuleHead .HeadCenter{float:none;}
#module_446542160 {
padding:0px;
}
#module_446542160 {
position:static;
z-index:1;
top:30px;
left:0px;
width:100%;
height: auto;
}
#module_446542160 .ModuleHead446542160 {
display:none;
}
#module_446542160 .BodyCenter.BodyCenter446542160 {
background:none;background-color:rgba(0,0,0,0);
}
#module_446542160 >.module_446542160 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgb(14, 84, 46);
border-bottom-width:0px;
}
#module_446542160 >.module_446542160{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_446542160 .BodyCenter.BodyCenter446542160 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_446542160 .BodyCenter.BodyCenter446542160 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_446542160 >.module_446542160 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_446542160 >.module_446542160 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_446542160 >.module_446542160 {box-shadow: 0px 0px 0px 0px #ccc}
#module_446542160:hover {
border:none;
}
#module_446542160:hover >.module_446542160 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_446542160 .ModulePlainTextGiantContent{margin-top:0px;}
#module_446542160 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_446542160 .ModulePlainTextGiantContent{margin-left:0px;}
#module_446542160 .ModulePlainTextGiantContent{margin-right:0px;}
#module_446542160 .plainTextGiant-Container{padding-top:0px;}
#module_446542160 .plainTextGiant-Container{padding-bottom:2px;}
#module_446542160 .plainTextGiant-Container{padding-left:10px;}
#module_446542160 .plainTextGiant-Container{padding-right:10px;}
#module_446542160 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer446541894 #Sub446541894_5 {width:25.9346%;vertical-align: middle;}
.module_446670855 .ModuleHead .HeadCenter{float:none;}
#module_446670855 {
padding:0px;
}
#module_446670855 {
position:static;
z-index:1;
top:74px;
left:0px;
width:100%;
height: auto;
}
#module_446670855 .ModuleHead446670855 {
display:none;
}
#module_446670855 .BodyCenter.BodyCenter446670855 {
background:none;background-color:rgba(0,0,0,0);
}
#module_446670855 >.module_446670855 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_446670855 >.module_446670855{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_446670855 .BodyCenter.BodyCenter446670855 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_446670855 .BodyCenter.BodyCenter446670855 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_446670855 >.module_446670855 {
margin-top:8.3682%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_446670855 >.module_446670855 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_446670855 >.module_446670855 {box-shadow: 0px 0px 0px 0px #ccc}
#module_446670855:hover {
border:none;
}
#module_446670855:hover >.module_446670855 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_446670855 img{border-top-color:transparent;}
#module_446670855 img{border-top-style:none;}
#module_446670855 img{border-top-width:0px;}
#module_446670855 img{border-right-color:transparent;}
#module_446670855 img{border-right-style:none;}
#module_446670855 img{border-right-width:0px;}
#module_446670855 img{border-bottom-color:transparent;}
#module_446670855 img{border-bottom-style:none;}
#module_446670855 img{border-bottom-width:0px;}
#module_446670855 img{border-left-color:transparent;}
#module_446670855 img{border-left-style:none;}
#module_446670855 img{border-left-width:0px;}
#module_446670855 img{border-top-left-radius:0px;}
#module_446670855 img{border-top-right-radius:0px;}
#module_446670855 img{border-bottom-left-radius:0px;}
#module_446670855 img{border-bottom-right-radius:0px;}
#module_446670855 .BodyCenter{text-align: center;}
.module_447376090 .ModuleHead .HeadCenter{float:none;}
#module_447376090 {
padding:0px;
}
#module_447376090 {
position:static;
z-index:3;
top:41px;
left:0px;
width:100%;
height: auto;
}
#module_447376090 .ModuleHead447376090 {
display:none;
}
#module_447376090 .BodyCenter.BodyCenter447376090 {
background:none;background-color:rgba(0,0,0,0);
}
#module_447376090 >.module_447376090 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_447376090 >.module_447376090{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_447376090 .BodyCenter.BodyCenter447376090 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_447376090 .BodyCenter.BodyCenter447376090 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_447376090 >.module_447376090 {
margin-top:6.2762%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_447376090 >.module_447376090 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_447376090 >.module_447376090 {box-shadow: 0px 0px 0px 0px #ccc}
#module_447376090:hover {
border:none;
}
#module_447376090:hover >.module_447376090 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_447376090 img{border-top-color:transparent;}
#module_447376090 img{border-top-style:none;}
#module_447376090 img{border-top-width:0px;}
#module_447376090 img{border-right-color:transparent;}
#module_447376090 img{border-right-style:none;}
#module_447376090 img{border-right-width:0px;}
#module_447376090 img{border-bottom-color:transparent;}
#module_447376090 img{border-bottom-style:none;}
#module_447376090 img{border-bottom-width:0px;}
#module_447376090 img{border-left-color:transparent;}
#module_447376090 img{border-left-style:none;}
#module_447376090 img{border-left-width:0px;}
#module_447376090 img{border-top-left-radius:0px;}
#module_447376090 img{border-top-right-radius:0px;}
#module_447376090 img{border-bottom-left-radius:0px;}
#module_447376090 img{border-bottom-right-radius:0px;}
#module_447376090 .BodyCenter{text-align: center;}
.ModuleGridGiant.layout-101 .ModuleGridItem {
    padding: 0;
    min-height: 0.1px;
}

.ModuleGridGiant.layout-101 .row {
    margin-right: 0px;
    margin-left: 0px;
}

.ModuleGridGiant.layout-101 .ModuleGridCol {
    padding: 0px;
}

.ModuleGridGiant.layout-101 .ModuleGridContainer {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}
.ModuleGridGiant.layout-101{height: 100%;}
.ModuleGridGiant.layout-101 .ModuleSubContainer{position: relative;}
.ModuleGridGiant.layout-101 .gridBgVideo{display: flex; position: absolute;top: 0;left: 0;width:100%;z-index: 0;}
.ModuleGridGiant.layout-101 .gridBgVideo .bgVideoMask{position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: rgb(0,0,0);}
.ModuleGridGiant.layout-101 .gridBgVideo .bgVideo{width: 100%; height: 100%; object-fit: cover; object-position: center center;}
.ModuleGridGiant.layout-101 .gridBgVideo.noBgVideo{display: none;}

@media only screen and (max-width: 767px) { 
    .ModuleGridGiant.layout-101 .ModuleGridItem {
        height: 100% !important;
    }
}.module_446670856 .ModuleHead .HeadCenter{float:none;}
#module_446670856 {
padding:0px;
}
#module_446670856 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_446670856 .ModuleHead446670856 {
display:none;
}
#module_446670856 .BodyCenter.BodyCenter446670856 {
background:none;background-color:rgba(0,0,0,0);
}
#module_446670856 >.module_446670856 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_446670856 >.module_446670856{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_446670856 .BodyCenter.BodyCenter446670856 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_446670856 .BodyCenter.BodyCenter446670856 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_446670856 >.module_446670856 {
margin-top:1.0460%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:4.1841%;
}
}
@media screen and (max-width: 767px){
#module_446670856 >.module_446670856 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_446670856 >.module_446670856 {box-shadow: 0px 0px 0px 0px #ccc}
#module_446670856:hover {
border:none;
}
#module_446670856:hover >.module_446670856 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_446670856 .ModuleSubContainer{background-color:transparent;}
#module_446670856 .ModuleSubContainer{background-image:none;}
#module_446670856 .ModuleSubContainer{background-repeat:no-repeat;}
#module_446670856 .ModuleSubContainer{background-position:0% 0%;}
#module_446670856 .ModuleSubContainer{background-attachment:scroll;}
#module_446670856 .ModuleSubContainer{}
#module_446670856 {!bgVideo!}{bgVideoUrl:}
#module_446670856 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_446670856 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_446670856 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer446670856 {}


/*layout-103*/
.ModuleNewsDetailGiant.layout-103 .social-share .social-share-icon{ width: 40px;height: 40px;line-height: 40px; font-size: 24px;}
.ModuleNewsDetailGiant.layout-103 .news-details-title{line-height: 1.5; font-size: 30px; color: #333; padding: 20px 0 35px 0; }
/* .ModuleNewsDetailGiant.layout-103 .news-details-small{ padding-bottom: 24px;} */
.ModuleNewsDetailGiant.layout-103 .news-details-small p{ display: inline-block;  color: #666;}
.ModuleNewsDetailGiant.layout-103 .news-details-desc{ position: relative;  margin: 29px 0; padding: 30px; background: #f5f5f5; color: #666666;}
.ModuleNewsDetailGiant.layout-103 .news-details-bottom-title{ padding: 29px 0; color: #333333; border-top: 1px solid #e5e5e5;}
.ModuleNewsDetailGiant.layout-103 .news-details-recommend{ margin-top: 10px; font-size: 18px; font-weight: 600; padding: 13px 20px; background: #f4f4f4;}
.ModuleNewsDetailGiant.layout-103 .news-details-tit{ padding-top: 15px;}
.ModuleNewsDetailGiant.layout-103 .PrevNextdiv{position:relative;margin-bottom:32px }
.ModuleNewsDetailGiant.layout-103 .p-l{position: absolute; left: 0;}
.ModuleNewsDetailGiant.layout-103 .p-r{position: absolute; right: 0;}
.ModuleNewsDetailGiant.layout-103 .news-details-tit a{     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; display: block; margin-left: 20px; padding-left: 18px; padding-bottom: 9px; color: #666666; position: relative;}
.ModuleNewsDetailGiant.layout-103 .news-details-tit a:hover{ text-decoration: underline; color: #333;}
.ModuleNewsDetailGiant.layout-103 .news-details-tit a:before{ content: ""; display: block; position: absolute; top: 30%; left: 0px; width: 4px; height: 4px; background: #999;}
.ModuleNewsDetailGiant.layout-103 .news-details-item{ width: 100%; margin: 0 auto;}
.ModuleNewsDetailGiant.layout-103 .news-details-item .more{cursor: pointer;text-align: center;padding: 35px 0 20px 0;border-bottom: 1px solid #eee;}
.ModuleNewsDetailGiant.layout-103 .news-details-bottom-title{border-top: 0;padding:15px 0 25px;}
.ModuleNewsDetailGiant.layout-103 .news-details-bottom-title a{font-size: 14px}
.ModuleNewsDetailGiant.layout-103 .news-context{ position: relative; }
.ModuleNewsDetailGiant.layout-103 .share .tips,.ModuleNewsDetailGiant.layout-103 .share .social-share{ color: #999; display: block;  text-align: center;    width: 100px; }
.ModuleNewsDetailGiant.layout-103 .sharediv {    position: absolute;
    left: 0;top:100px}
.ModuleNewsDetailGiant.layout-103 .news-details-item{position: relative;
    padding-left: 120px; min-height: 600px;}
.ModuleNewsDetailGiant.layout-103 .social-share .social-share-icon{ display: block; margin: 0 auto; margin-top: 10px; }
.ModuleNewsDetailGiant.layout-103 .news-details-box{    display: flex;    align-items: center;
    justify-content: space-between; margin-top: 44px;}
.ModuleNewsDetailGiant.layout-103 .news-details-box h2{height: 16px;
border-left:0.313rem solid #E52121; margin-right: 9px;}
/* .ModuleNewsDetailGiant.layout-103 .Mark{margin-top: 26px;} */
.ModuleNewsDetailGiant.layout-103 .showlike {
    min-width: 82px;
    /* border: 1px solid #cccccc; */
    border-radius: 16px;
    line-height: 32px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    padding: 0 10px;

}
.ModuleNewsDetailGiant.layout-103 .Author,.ModuleNewsDetailGiant.layout-103 .Source{
    display: flex;
    justify-content:left;
    align-items: center;
}
.ModuleNewsDetailGiant.layout-103 .Author{ margin-bottom: 24px;}
.ModuleNewsDetailGiant.layout-103 .news-details-box .AuthorandSource span{ font-size: 14px;color:#666666}
.ModuleNewsDetailGiant.layout-103 .share .share-pc {
    display:block;
}
.ModuleNewsDetailGiant.layout-103 .share .share-mobile {
    display: none;
}
.ModuleNewsDetailGiant.layout-103 .quotes{
     font-size: 48px;
      color:#999999;
      font-weight: bold;
      display: inline-block;
      line-height: 48px;
}
.ModuleNewsDetailGiant.layout-103 .desc{padding-left: 10px;

    display: inline-block;
    vertical-align: top;
    width: calc(100% - 58px);}

    .ModuleNewsDetailGiant.layout-103 .endquotes {
        vertical-align: bottom;
         position: absolute;
        bottom: 0px;
}
/*标签*/
.ModuleNewsDetailGiant.layout-103 .news-details-item .Mark{text-align: left;width: 100%;height:auto;white-space:nowrap;padding: 30px 0px 0px;}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .ModuleNewsDetailGiant.layout-103 .news-details-item .Mark{padding: 30px 15px 0px;}

}

.ModuleNewsDetailGiant.layout-103 .news-details-item .Mark label{
    float: left;
    padding-right: 15px;
    color: #666;
    font-weight: normal;
    height: 100%;
    margin: 0;
    line-height: 32px;
    margin-bottom: -12px;
}
/* .ModuleNewsDetailGiant.layout-103 .news-details-small{font-size: 11px ! important;} */
.ModuleNewsDetailGiant.layout-103 .news-details-item .Mark ul{display:block;margin:0; padding:0;width: 90%;overflow: hidden;margin-top: -12px;}
.ModuleNewsDetailGiant.layout-103 .news-details-item .Mark ul li{display:inline;margin-right:10px;float: left;
    text-align: center;
    line-height: 32px;
    /*width: 86px;*/
    max-width: 180px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 12px;
    background: rgb(233,233,233);
    border-radius: 16px;}
    .ModuleNewsDetailGiant.layout-103 .news-details-item .Mark ul li a{font-size: 0.875rem;color:#666;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 11px;}
.ModuleNewsDetailGiant.layout-103  .showlike {
    min-width: 64px;
    border-radius: 16px;
    text-align: center;
    cursor: pointer;
    line-height: 32px;
}
.ModuleNewsDetailGiant.layout-103 .next,
.ModuleNewsDetailGiant.layout-103 .prev{overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
@media only screen and (max-width: 479px) {
    .ModuleNewsDetailGiant.layout-103 .news-details-item{ width: 92%; margin: 0 auto;}
    .ModuleNewsDetailGiant.layout-103 .news-details-title{  font-size: 18px; color: #333; padding: 20px 0 10px 0; }
    .ModuleNewsDetailGiant.layout-103 .news-details-small{  font-size: 12px;}
    .p-2{ width: 100%; margin-top: 10px;}
    .ModuleNewsDetailGiant.layout-103 .news-details-recommend{ font-size: 16px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .ModuleNewsDetailGiant.layout-103 .news-details-item{ width: 92%; margin: 0 auto;}
}
/*分享样式*/
.ModuleNewsDetailGiant.layout-103 .news-details-item .shareitem{align-items: center;justify-content: space-between;padding: 40px 0 ;align-items: center;border-bottom: 1px solid #e5e5e5;padding-bottom: 20px;display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ display: -ms-flexbox; /* TWEENER - IE 10 */ display: -webkit-flex; /* NEW - Chrome */ display: flex;}
.ModuleNewsDetailGiant.layout-103 .news-details-item .share li{float:left;}
.ModuleNewsDetailGiant.layout-103 .news-details-item .share .shareitem{width: 24px;height: 24px;margin-left:8px;cursor: pointer;}
.ShareIcon{position: absolute;top: -9999px;}
@media only screen and (max-width: 991px) {
    .ModuleNewsDetailGiant.layout-103 .news-details-item .share-news-mobile{display:block;}
    .ModuleNewsDetailGiant.layout-103 .news-details-item .share-news-pc{display:none;}
}
@media only screen and (min-width: 992px) {
    .ModuleNewsDetailGiant.layout-103 .news-details-item .share-news-mobile{display:none;}
    .ModuleNewsDetailGiant.layout-103 .news-details-item .share-news-pc{display:block;}
}

/*PC端与移动端评论展示样式*/
@media only screen and (max-width: 767px) {
    .ModuleNewsDetailGiant.layout-103 .PrevNextdiv{position:relative;margin-bottom:10px }
    .ModuleNewsDetailGiant.layout-103 .p-l{position: relative; left: 0;}
    .ModuleNewsDetailGiant.layout-103 .p-r{position: relative; right: 0;}
    .ModuleNewsDetailGiant.layout-103 .share .share-pc {
        display: none !important;
    }
     .ModuleNewsDetailGiant.layout-103 .share .share-mobile {
        display: block !important;
    }
    .ModuleNewsDetailGiant.layout-103 .social-share .social-share-icon{ width:50px;height: 50px;line-height: 50px; font-size: 0;}
    .ModuleNewsDetailGiant.layout-103 .sharediv {    position:relative;
        left: 0;top:auto !important}
    .ModuleNewsDetailGiant.layout-103 .news-details-item{width: auto;margin: 0 0.714rem;}
    .ModuleNewsDetailGiant.layout-103 .news-details-item{padding-right:0px !important; padding-left:0px !important;}
	/* .ModuleNewsDetailGiant.layout-103 .news-details-item .news-comment{display: none;}
	.ModuleNewsDetailGiant.layout-103 .news-details-item .newsmobile-comment{display: block;} */
	.ModuleNewsDetailGiant.layout-103 .news-details-item .g-flexview .g-scrollview .row{margin-right: 0px; margin-left: 0px;}

    .ModuleNewsDetailGiant.layout-103 .news-details-bottom-title{padding: 10px 0 25px}
    .ModuleNewsDetailGiant.layout-103 .news-details-item .Mark ul li a{font-size: 14px;}
    .PrevNext .next{padding: 15px}
    .PrevNext{padding:0;}
    .ModuleNewsDetailGiant.layout-103 .news-details-recommend{padding: 10px 20px; margin-top: 0;}
    .ModuleNewsDetailGiant.layout-103 .news-details-tit a{font-size: 14px;width: 100% !important;
        margin: 0;}
    .ModuleNewsDetailGiant.layout-103 .p-1 {width: 100%;}
    .ModuleNewsDetailGiant.layout-103 .next,
    .ModuleNewsDetailGiant.layout-103 .prev{display: block; max-width: 100%;}
    .ModuleNewsDetailGiant.layout-103 .Author, .ModuleNewsDetailGiant.layout-103 .Source {
        display: flex;
        justify-content: left;
        align-items: center;
    }
    .ModuleNewsDetailGiant.layout-103 .Likeandshare {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        margin: 30px 0;
    }
    .ModuleNewsDetailGiant.layout-103 .news-details-box{flex-wrap: wrap;}
    .ModuleNewsDetailGiant.layout-103 .social-share .social-share-icon{display: inline-block;     margin: 0px;
        margin-right: calc((100% - 220px) / 3);}
        .ModuleNewsDetailGiant.layout-103 .share .social-share { text-align: left;}
         .ModuleNewsDetailGiant.layout-103 .moreshare .social-share-icon{background-color:unset !important}
         .ModuleNewsDetailGiant.layout-103 .moreshare .icon-shengchenghaibao{background-color:#fff !important}
        .ModuleNewsDetailGiant.layout-103 .news-details-box{    margin-top: 22px;}
        .ModuleNewsDetailGiant.layout-103 .quotes{ font-size: 24px;}
        .ModuleNewsDetailGiant.layout-103 .startquotes{position: absolute;
            top: 0;}
        .ModuleNewsDetailGiant.layout-103 .endquotes{position: absolute;
            bottom: -5px;
            right: 10px;}
        .ModuleNewsDetailGiant.layout-103 .desc{ width: 100%; display: block;margin-top: 10px;}
        .ModuleNewsDetailGiant.layout-103 .news-details-desc{ padding: 15px;}
}
@media only screen and (min-width: 768px) {
	.ModuleNewsDetailGiant.layout-103 .news-comment{display: block;}
    .ModuleNewsDetailGiant.layout-103 .newsmobile-comment{display: none;}
    .ModuleNewsDetailGiant.layout-103 .next,
    .ModuleNewsDetailGiant.layout-103 .prev{max-width: 300px; display: block;}

}

.module_443020309 .ModuleHead .HeadCenter{float:none;}
#module_443020309 {
padding:0px;
}
#module_443020309 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_443020309 .ModuleHead443020309 {
display:none;
}
#module_443020309 .BodyCenter.BodyCenter443020309 {
background:none;background-color:rgba(0,0,0,0);
}
#module_443020309 >.module_443020309 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_443020309 >.module_443020309{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_443020309 .BodyCenter.BodyCenter443020309 {
padding-top:0.0000%;
padding-left:2.5000%;
padding-right:2.5000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443020309 .BodyCenter.BodyCenter443020309 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_443020309 >.module_443020309 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443020309 >.module_443020309 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_443020309 >.module_443020309 {box-shadow: 0px 0px 0px 0px #ccc}
#module_443020309:hover {
border:none;
}
#module_443020309:hover >.module_443020309 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_443020309 .bgcolor,#module_443020309 .mobileshare{background-color:#F10215;}
#module_443020309 .news-details-box h2{border-left-color:#F10215;}
#module_443020309 .news-details-desc .desc{font-size:14px;}
#module_443020309 .news-details-desc .desc{font-family:微软雅黑,Microsoft YaHei;}
#module_443020309 .news-details-desc .desc{color:#666;}
#module_443020309 .news-details-desc .desc{font-weight:normal;}
#module_443020309 .news-details-desc .desc{text-decoration:none;}
#module_443020309 .news-details-desc .desc{font-style:normal;}
#module_443020309 .news-details-desc{background-color:#f2f4f6;}
#module_443020309 .youart .recmsg{font-size:16px;}
#module_443020309 .youart .recmsg{font-family:微软雅黑,Microsoft YaHei;}
#module_443020309 .youart .recmsg{color:#666;}
#module_443020309 .youart .recmsg{font-weight:normal;}
#module_443020309 .youart .recmsg{text-decoration:none;}
#module_443020309 .youart .recmsg{font-style:normal;}
#module_443020309 .youart .yabtn{background-color:#f84b4b;}
#module_443020309 .youart .yabtn{color:#fff;}
#module_443020309 .youart .rectext:before,#module_443020309 .youart .rectext:after{background-color:#ccc;}
#module_443020309 .youart .rectext{color:#999;}
#module_443020309 .news-details-recommend{font-size:18px;}
#module_443020309 .news-details-recommend{font-family:微软雅黑,Microsoft YaHei;}
#module_443020309 .news-details-recommend{color:#999;}
#module_443020309 .news-details-recommend{font-weight:bold;}
#module_443020309 .news-details-recommend{text-decoration:none;}
#module_443020309 .news-details-recommend{font-style:normal;}
#module_443020309 .news-details-recommend{background-color:#f4f4f4;}
#module_443020309 .news-details-tit a{font-size:16px;}
#module_443020309 .news-details-tit a{font-family:微软雅黑,Microsoft YaHei;}
#module_443020309 .news-details-tit a{color:#999;}
#module_443020309 .news-details-tit a{font-weight:normal;}
#module_443020309 .news-details-tit a{text-decoration:none;}
#module_443020309 .news-details-tit a{font-style:normal;}
#module_443020309 .PublishTime span{font-size:16px;}
#module_443020309 .PublishTime span{font-family:微软雅黑,Microsoft YaHei;}
#module_443020309 .PublishTime span{color:#666;}
#module_443020309 .PublishTime span{font-weight:normal;}
#module_443020309 .PublishTime span{text-decoration:none;}
#module_443020309 .PublishTime span{font-style:normal;}
#module_443020309 .Hits span{font-size:16px;}
#module_443020309 .Hits span{font-family:微软雅黑,Microsoft YaHei;}
#module_443020309 .Hits span{color:#666;}
#module_443020309 .Hits span{font-weight:normal;}
#module_443020309 .Hits span{text-decoration:none;}
#module_443020309 .Hits span{font-style:normal;}
#module_443020309 .Author span{font-size:14px;}
#module_443020309 .Author span{font-family:微软雅黑,Microsoft YaHei;}
#module_443020309 .Author span{color:#838383;}
#module_443020309 .Author span{font-weight:normal;}
#module_443020309 .Author span{text-decoration:none;}
#module_443020309 .Author span{font-style:normal;}
#module_443020309 .Source span{font-size:14px;}
#module_443020309 .Source span{font-family:微软雅黑,Microsoft YaHei;}
#module_443020309 .Source span{color:#838383;}
#module_443020309 .Source span{font-weight:normal;}
#module_443020309 .Source span{text-decoration:none;}
#module_443020309 .Source span{font-style:normal;}
#module_443020309 .news-details-item{max-width:100%;}
#module_443020309 .mobile-share{font-size:14px;}
#module_443020309 .mobile-share{font-family:微软雅黑,Microsoft YaHei;}
#module_443020309 .mobile-share span{color:#999;}
#module_443020309 .mobile-share{font-weight:normal;}
#module_443020309 .mobile-share{text-decoration:none;}
#module_443020309 .mobile-share{font-style:normal;}
#module_443020309 .newsDetailTitle{font-size:28px;}
#module_443020309 .newsDetailTitle{font-family:微软雅黑,Microsoft YaHei;}
#module_443020309 .newsDetailTitle{color:#333;}
#module_443020309 .newsDetailTitle{font-weight:bold;}
#module_443020309 .newsDetailTitle{text-decoration:none;}
#module_443020309 .newsDetailTitle{font-style:normal;}
#module_443020309 .social-share-icon,#module_443020309 .mobile-share{border-top-color:#ccc;}
#module_443020309 .social-share-icon,#module_443020309 .mobile-share{border-top-style:solid;}
#module_443020309 .social-share-icon,#module_443020309 .mobile-share{border-top-width:1px;}
#module_443020309 .social-share-icon,#module_443020309 .mobile-share{border-right-color:#ccc;}
#module_443020309 .social-share-icon,#module_443020309 .mobile-share{border-right-style:solid;}
#module_443020309 .social-share-icon,#module_443020309 .mobile-share{border-right-width:1px;}
#module_443020309 .social-share-icon,#module_443020309 .mobile-share{border-bottom-color:#ccc;}
#module_443020309 .social-share-icon,#module_443020309 .mobile-share{border-bottom-style:solid;}
#module_443020309 .social-share-icon,#module_443020309 .mobile-share{border-bottom-width:1px;}
#module_443020309 .social-share-icon,#module_443020309 .mobile-share{border-left-color:#ccc;}
#module_443020309 .social-share-icon,#module_443020309 .mobile-share{border-left-style:solid;}
#module_443020309 .social-share-icon,#module_443020309 .mobile-share{border-left-width:1px;}
#module_443020309 .social-share-icon,#module_443020309 .mobile-share{background-color:#fff;}
#module_443020309 .social-share-icon,#module_443020309 .mobile-share{}
#module_443020309 .social-share-icon,#module_443020309 .mobile-share .icon-fenxiang4{color:#999;}
#module_443020309 .showlike>span,#module_443020309 .showlike .icon-dianzan{font-size:20px;}
#module_443020309 .showlike>span{font-family:微软雅黑,Microsoft YaHei;}
#module_443020309 .showlike>span{color:#999;}
#module_443020309 .showlike>span{font-weight:normal;}
#module_443020309 .showlike>span{text-decoration:none;}
#module_443020309 .showlike>span{font-style:normal;}
#module_443020309 .showlike{border-top-color:#ccc;}
#module_443020309 .showlike{border-top-style:solid;}
#module_443020309 .showlike{border-top-width:0px;}
#module_443020309 .showlike{border-right-color:#ccc;}
#module_443020309 .showlike{border-right-style:solid;}
#module_443020309 .showlike{border-right-width:0px;}
#module_443020309 .showlike{border-bottom-color:#ccc;}
#module_443020309 .showlike{border-bottom-style:solid;}
#module_443020309 .showlike{border-bottom-width:0px;}
#module_443020309 .showlike{border-left-color:#ccc;}
#module_443020309 .showlike{border-left-style:solid;}
#module_443020309 .showlike{border-left-width:0px;}
#module_443020309 .showlike {background-color:transparent;}
#module_443020309 .showlike{}
#module_443020309 .showlike .icon-dianzan{color:#999;}
#module_443020309 .Mark ul li>a{font-size:16px;}
#module_443020309 .Mark ul li>a{font-family:微软雅黑,Microsoft YaHei;}
#module_443020309 .Mark ul li>a{color:#999;}
#module_443020309 .Mark ul li>a{font-weight:normal;}
#module_443020309 .Mark ul li>a{text-decoration:none;}
#module_443020309 .Mark ul li>a{font-style:normal;}
#module_443020309 .Mark ul li{border-top-color:#ccc;}
#module_443020309 .Mark ul li{border-top-style:solid;}
#module_443020309 .Mark ul li{border-top-width:0px;}
#module_443020309 .Mark ul li{border-right-color:#ccc;}
#module_443020309 .Mark ul li{border-right-style:solid;}
#module_443020309 .Mark ul li{border-right-width:0px;}
#module_443020309 .Mark ul li{border-bottom-color:#ccc;}
#module_443020309 .Mark ul li{border-bottom-style:solid;}
#module_443020309 .Mark ul li{border-bottom-width:0px;}
#module_443020309 .Mark ul li{border-left-color:#ccc;}
#module_443020309 .Mark ul li{border-left-style:solid;}
#module_443020309 .Mark ul li{border-left-width:0px;}
#module_443020309 .Mark ul li {background-color:#F2F2F2;}
#module_443020309 .Mark ul li{}
#module_443020309 .Mark ul li{color:#999;}
#module_443020309 .Mark ul li{border-top-left-radius:16px;}
#module_443020309 .Mark ul li{border-top-right-radius:16px;}
#module_443020309 .Mark ul li{border-bottom-right-radius:16px;}
#module_443020309 .Mark ul li{border-bottom-left-radius:16px;}
#module_443020309 .btn-addcomment,#module_443020309 .btncommit-mobile{background-color:#F10215;}  #module_443020309 .commentList .icon-dianzan:hover,#module_443020309 .dianzanhighlight,#module_443020309 .commentList .reply:hover, #module_443020309 .submore,#module_443020309 .btn-loadmore{color:#F10215;} 
#module_443020309 .btn-addcomment,#module_443020309 .btncommit-mobile{color:#fff;}
#module_443020309 .news-details-bottom .prev a, #module_443020309 .news-details-bottom .next a{font-size:px;}
#module_443020309 .news-details-bottom .prev a, #module_443020309 .news-details-bottom .next a{font-family:;}
#module_443020309 .news-details-bottom .prev a, #module_443020309 .news-details-bottom .next a{color:;}
#module_443020309 .news-details-bottom .prev a, #module_443020309 .news-details-bottom .next a{}
#module_443020309 .news-details-bottom .prev a,#module_443020309 .news-details-bottom .next a{}
#module_443020309 .news-details-bottom .prev a, #module_443020309 .news-details-bottom .next a{}
#module_443020309 .showlike:hover>span,#module_443020309 .showlike:hover .icon-dianzan{font-size:20px;}
#module_443020309 .showlike:hover>span{font-family:微软雅黑,Microsoft YaHei;}
#module_443020309 .showlike:hover>span{color:#FFAA00;}
#module_443020309 .showlike:hover>span{font-weight:normal;}
#module_443020309 .showlike:hover>span{text-decoration:none;}
#module_443020309 .showlike:hover>span{font-style:normal;}
#module_443020309 .showlike:hover{border-top-color:transparent;}
#module_443020309 .showlike:hover{border-top-style:none;}
#module_443020309 .showlike:hover{border-top-width:0px;}
#module_443020309 .showlike:hover{border-right-color:transparent;}
#module_443020309 .showlike:hover{border-right-style:none;}
#module_443020309 .showlike:hover{border-right-width:0px;}
#module_443020309 .showlike:hover{border-bottom-color:transparent;}
#module_443020309 .showlike:hover{border-bottom-style:none;}
#module_443020309 .showlike:hover{border-bottom-width:0px;}
#module_443020309 .showlike:hover{border-left-color:transparent;}
#module_443020309 .showlike:hover{border-left-style:none;}
#module_443020309 .showlike:hover{border-left-width:0px;}
#module_443020309 .showlike:hover{background-color:#FFECC6;background-image:none}
#module_443020309 .showlike:hover{}
#module_443020309 .showlike:hover .icon-dianzan{color:#FFAA00;}
#module_443020309 .Mark ul li:hover>a{font-size:16px;}
#module_443020309 .Mark ul li:hover>a{font-family:微软雅黑,Microsoft YaHei;}
#module_443020309 .Mark ul li:hover>a{color:#999;}
#module_443020309 .Mark ul li:hover>a{font-weight:normal;}
#module_443020309 .Mark ul li:hover>a{text-decoration:none;}
#module_443020309 .Mark ul li:hover>a{font-style:normal;}
#module_443020309 .Mark ul li:hover{border-top-color:#ccc;}
#module_443020309 .Mark ul li:hover{border-top-style:solid;}
#module_443020309 .Mark ul li:hover{border-right-color:#ccc;}
#module_443020309 .Mark ul li:hover{border-right-style:solid;}
#module_443020309 .Mark ul li:hover{border-bottom-color:#ccc;}
#module_443020309 .Mark ul li:hover{border-bottom-style:solid;}
#module_443020309 .Mark ul li:hover{border-left-color:#ccc;}
#module_443020309 .Mark ul li:hover{border-left-style:solid;}
#module_443020309 .Mark ul li:hover {background-color:#E3E3E3;}
#module_443020309 .Mark ul li:hover{}
#module_443020309 .Mark ul li:hover{color:#999;}

.module_443013264 .ModuleHead .HeadCenter{float:none;}
#module_443013264 {
padding:0px;
}
#module_443013264 {
position:static;
z-index:0;
top:0px;
left:0px;
width:100%;
height: auto;
}
#module_443013264 .ModuleHead443013264 {
display:none;
}
#module_443013264 .BodyCenter.BodyCenter443013264 {
background-color:transparent;
background-image:url(/skin/images/202207251635419c20de.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_443013264 >.module_443013264 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_443013264 >.module_443013264{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_443013264 .BodyCenter.BodyCenter443013264 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.0460%;
}
}
@media screen and (max-width: 767px){
#module_443013264 .BodyCenter.BodyCenter443013264 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_443013264 >.module_443013264 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443013264 >.module_443013264 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_443013264 >.module_443013264 {box-shadow: 0px 0px 0px 0px #ccc}
#module_443013264:hover {
border:none;
}
#module_443013264:hover >.module_443013264 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_443013264 .ModuleSubContainer{background-color:transparent;}
#module_443013264 .ModuleSubContainer{background-image:none;}
#module_443013264 .ModuleSubContainer{background-repeat:no-repeat;}
#module_443013264 .ModuleSubContainer{background-position:0% 0%;}
#module_443013264 .ModuleSubContainer{background-attachment:scroll;}
#module_443013264 .ModuleSubContainer{}
#module_443013264 {!bgVideo!}{bgVideoUrl:}
#module_443013264 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_443013264 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_443013264 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer443013264 {max-width:1380px;width:auto;}
.ModuleGridContainer.ModuleGridContainer443013264 .SubPadding {width:20px;}
/*图文模块 layout 105*/
.ModuleImageTextGiant.layout-105 .row{ margin-left:0; margin-right: 0;}
.ModuleImageTextGiant.layout-105 .imageTextGiant-Container{max-height: 100%; max-width: 100%;/*padding: 10px;*/}
.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .ModuleImageTextContent{padding:0; padding-left: 15px; margin: 0px }
.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .GraphicUpper{height:auto;padding-left: 0;padding-right: 0}
.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .normal_ImgtextBox_content{align-items: center;display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ display: -ms-flexbox; /* TWEENER - IE 10 */ display: -webkit-flex; /* NEW - Chrome */ display: flex;}
.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .GraphicUpper{text-align: left; overflow: hidden; display: block; text-align:center; position: relative;}
/*.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .GraphicUpper .dummy { padding-top: 100%; }*/
/* .ModuleImageTextGiant.layout-105 .normal_ImgtextBox_content:first-child{ margin-top: 0 !important; }
.ModuleImageTextGiant.layout-105 .normal_ImgtextBox_content:last-child{ margin-bottom: 0 !important; } */


@media only screen and (max-width: 767px) {
	.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .row .col-xs-8{padding: 0 3px;width: 91.333333%;}
}
/*@media only screen and (min-width: 992px) and (max-width: 1199px) {*/
	/*.ModuleImageTextGiant.layout-105 .imageTextGiant-Container{min-width: 100%;}*/
	/*.ModuleImageTextGiant.layout-105 .col-md-2{width: 14.666667%;}*/
/*}*/
/*@media only screen and (min-width: 769px) and (max-width: 991px) {*/
	/*.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .row{width:auto;}*/
/*}*/
@media only screen and (min-width: 768px) {
	.ModuleImageTextGiant.layout-105 .col-lg-2 {
    width: 10%;
	}
	.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .normal_ImgtextBox_content .GraphicUpper .TextImage{width: 100%}
}.module_443013275 .ModuleHead .HeadCenter{float:none;}
#module_443013275 {
padding:0px;
}
#module_443013275 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_443013275 .ModuleHead443013275 {
display:none;
}
#module_443013275 .BodyCenter.BodyCenter443013275 {
background:none;background-color:rgba(0,0,0,0);
}
#module_443013275 >.module_443013275 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgb(255, 255, 255);
border-bottom-width:1px;
}
#module_443013275 >.module_443013275{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_443013275 .BodyCenter.BodyCenter443013275 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443013275 .BodyCenter.BodyCenter443013275 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_443013275 >.module_443013275 {
margin-top:15.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443013275 >.module_443013275 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_443013275 >.module_443013275 {box-shadow: 0px 0px 0px 0px #ccc}
#module_443013275:hover {
border:none;
}
#module_443013275:hover >.module_443013275 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_443013275 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_443013275 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_443013275 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_443013275 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_443013275 .GraphicUpper{padding-top:0px;}
#module_443013275 .GraphicUpper{padding-bottom:0px;}
#module_443013275 .GraphicUpper{padding-left:0px;}
#module_443013275 .GraphicUpper {padding-right:0px;}
#module_443013275 .GraphicUpper{width:15%;} #module_443013275 .ModuleImageTextContent{width: calc(100% - 15%);}
#module_443013275 .MobileGraphicUpper{width:10%;} #module_443013275 .ModuleMobileImageTextContent{width: calc(100% - 10%);}
#module_443013275 .ModuleImageTextGiantContent{padding-top:5px;}
#module_443013275 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_443013275 .ModuleImageTextGiantContent{padding-left:12px;}
#module_443013275 .ModuleImageTextGiantContent{padding-right:0px;}
#module_443013275 .normal_ImgtextBox_content{padding-top:0px;}
#module_443013275 .normal_ImgtextBox_content{padding-bottom:0px;}
#module_443013275 .normal_ImgtextBox_content{padding-left:0px;}
#module_443013275 .normal_ImgtextBox_content{padding-right:0px;}
#module_443013275 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_443013275 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_443013275 .normal_ImgtextBox_content{background-color:transparent;}
#module_443013275 .normal_ImgtextBox_content{background-image:none;}
#module_443013275 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_443013275 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_443013275 .normal_ImgtextBox_content{background-attachment:none;}
#module_443013275 .normal_ImgtextBox_content{}
#module_443013275 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_443013275 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_443013275 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_443013275 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_443013275 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_443013275 .normal_ImgtextBox_content{border-top-style:none;}
#module_443013275 .normal_ImgtextBox_content{border-top-width:0px;}
#module_443013275 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_443013275 .normal_ImgtextBox_content{border-right-style:none;}
#module_443013275 .normal_ImgtextBox_content{border-right-width:0px;}
#module_443013275 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_443013275 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_443013275 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_443013275 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_443013275 .normal_ImgtextBox_content{border-left-style:none;}
#module_443013275 .normal_ImgtextBox_content{border-left-width:0px;}
#module_443013275 .showHandle .btn{font-size:14px;}
#module_443013275 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_443013275 .showHandle .btn{color:#333;}
#module_443013275 .showHandle .btn{font-weight:400;}
#module_443013275 .showHandle .btn{text-decoration:none;}
#module_443013275 .showHandle .btn{font-style:normal;}
#module_443013275 .showHandle div{border-top-color:#ddd !important;}
#module_443013275 .showHandle div{border-top-style:solid !important;}
#module_443013275 .showHandle div{border-top-width:1px !important;}
#module_443013275 .showHandle{background-color:transparent;}
#module_443013275 .showHandle{background-image:none;}
#module_443013275 .showHandle{background-repeat:no-repeat;}
#module_443013275 .showHandle{}
#module_443013275 .showHandle{}
#module_443013275 .showHandle{}
#module_443013275 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_443013275 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_443013275 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_443013275 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_443013275 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_443013275 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_443013275 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_443013275 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_443013275 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_443013275 a{font-size:unset;font-family:unset}
.ModuleCommonClsGiant.layout-104 .main-class-container-mobile{border:1px solid #e5e5e5;}
.ModuleCommonClsGiant.layout-104 .main-class-item-box div:nth-last-of-type(1) .main-class-line{border-bottom: 0}
.ModuleCommonClsGiant.layout-104 .sub-class-item,.ModuleCommonClsGiant.layout-104 .main-class-item{background: #fbfbfb}
.ModuleCommonClsGiant.layout-104 .main-class-item{padding-left:24px;padding-right:24px; height:50px;line-height:50px;background: #fff;display: flex;align-items: center;justify-content:space-between;cursor:pointer;}
.ModuleCommonClsGiant.layout-104 .main-class-text{display:block;width: auto;color:#333;font-size: 16px;padding-right: 4px}
.ModuleCommonClsGiant.layout-104 .main-class-item-box .main-class-line{height: 0;margin:0 24px;border-bottom:1px solid #e5e5e5;}
.ModuleCommonClsGiant.layout-104 .main-class-item-box:nth-last-of-type(1) .main-class-line{border-bottom: 0!important}
.ModuleCommonClsGiant.layout-104 .main-class-icon{color:#999;font-size: 12px;transform: rotate(90deg)}
.ModuleCommonClsGiant.layout-104 .sub-class-item{padding-left:24px;height:50px;line-height:50px;background:#fbfbfb;}
.ModuleCommonClsGiant.layout-104 .sub-class-text{color:#666;font-size:14px;display:inline-block;max-width: 100%;width: 100%}
.ModuleCommonClsGiant.layout-104 .sub-class-item.active .sub-class-text{color: #fff}
.ModuleCommonClsGiant.layout-104 .sub-class-item-box{overflow: hidden;}
.ModuleCommonClsGiant.layout-104 .class-title{display: none;}
.ModuleCommonClsGiant.layout-104.layout-104dialog{display: none}
.ModuleCommonClsGiant.layout-104 .two-classify{display: none}
.mask-layermask-layer{height:100%;width:100%;position: absolute;top:0;left:0;background: rgba(0,0,0,0.5);display: none}
.ModuleCommonClsGiant.layout-104 .main-class-icon.active{
  transform: rotate(-90deg)
}
.ModuleCommonClsGiant.layout-104 .sub-class-item.active{
  opacity: .8;
}
.ModuleCommonClsGiant.layout-104 .layout104dialog-left{
  position:absolute;
  top:0;
  left:0;
  width:20%;
  height:100%
}
.ModuleCommonClsGiant.layout-104 .forceheight{
  height: auto !important;
  line-height: 1.5 !important;
}
@media only screen and (max-width: 767px) {
  .ModuleCommonClsGiant.layout-104 .class-title{display: flex;align-items: center;justify-content: space-between;padding: 6px 6px 6px 15px;height:40px;line-height: 40px;border:1px solid #e5e5e5;}
  .ModuleCommonClsGiant.layout-104 .class-title .class-title-text{width:100%;font-size:16px;color:#333;font-weight:bold;}
  .ModuleCommonClsGiant.layout-104 .sub-class-item{color:#666}
  .mask-layer{height:100%;width:100%;position: absolute;top:0;left:0;background: rgba(0,0,0,0.5);display: none}
  .ModuleCommonClsGiant.layout-104.layout-104dialog{position: fixed;height: 100%;width: 100%;padding-left:21%;left:0;top:0px;z-index:955;background: #fff;background-clip:content-box;box-sizing: border-box;border:0;overflow: hidden;}
  .ModuleCommonClsGiant.layout-104 .main-class-container-mobile{display: none}
  .ModuleCommonClsGiant.layout-104 .sub-class-item:hover .sub-class-text{color: #666}
  .ModuleCommonClsGiant.layout-104.layout-104dialog.dialog-show{animation: dialogshow 0.5s;animation-fill-mode: forwards;}
  .ModuleCommonClsGiant.layout-104.layout-104dialog.goback{animation: dialoggoback 0.5s;animation-fill-mode: forwards;}
  .ModuleCommonClsGiant.layout-104.layout-104dialog.dialog-hide{animation: dialoggohide 0.5s;animation-fill-mode: forwards;}
  .ModuleCommonClsGiant.layout-104 .sub-class-item:hover{border-top:0;border-bottom: 0;background: #fbfbfb;}
  .ModuleCommonClsGiant.layout-104 .sub-class-text:hover{color: #ff6600;}
  .ModuleCommonClsGiant.layout-104{border:0;}
  @keyframes dialogshow
  {
    from {left: 100%;}
    to {left:0}
    }
    @keyframes dialoggoback
  {
    from {}
    to {margin-left:0}
  }

    @keyframes dialoggohide
  {
    from {}
    to {margin-left:100%;}
    }

}
.module_443013291 .ModuleHead .HeadCenter{float:none;}
#module_443013291 {
padding:0px;
}
#module_443013291 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_443013291 .ModuleHead443013291 {
display:none;
}
#module_443013291 .BodyCenter.BodyCenter443013291 {
background:none;background-color:rgba(0,0,0,0);
}
#module_443013291 >.module_443013291 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_443013291 >.module_443013291{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_443013291 .BodyCenter.BodyCenter443013291 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443013291 .BodyCenter.BodyCenter443013291 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_443013291 >.module_443013291 {
margin-top:4.0323%;
margin-left:3.2258%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443013291 >.module_443013291 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_443013291 >.module_443013291 {box-shadow: 0px 0px 0px 0px #ccc}
#module_443013291:hover {
border:none;
}
#module_443013291:hover >.module_443013291 {
border-color:#ccc;
}
#module_443013291:hover >.module_443013291 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_443013291 .main-class-item,.inlayout-104dialogmodule_443013291 .main-class-item{padding-top:px !important;}
#module_443013291 .main-class-item,.inlayout-104dialogmodule_443013291 .main-class-item{padding-bottom:px !important;}
#module_443013291 .main-class-item,.inlayout-104dialogmodule_443013291 .main-class-item{padding-left:px !important;}
#module_443013291 .main-class-item,.inlayout-104dialogmodule_443013291 .main-class-item{padding-right:px !important;}
#module_443013291 .sub-class-item.forceheight,.inlayout-104dialogmodule_443013291 .sub-class-item.forceheight{padding-top:px !important;}
#module_443013291 .sub-class-item.forceheight,.inlayout-104dialogmodule_443013291 .sub-class-item.forceheight{padding-bottom:px !important;}
#module_443013291 .sub-class-item,.inlayout-104dialogmodule_443013291 .sub-class-item{padding-left:px !important;}
#module_443013291 .sub-class-item,.inlayout-104dialogmodule_443013291 .sub-class-item{padding-right:px  !important;}
#module_443013291 .inlayout-104dialogmodule_443013291,#module_443013291 .main-class-container-mobile{border-color:#e5e5e5 !important;}
#module_443013291 .inlayout-104dialogmodule_443013291,#module_443013291 .main-class-container-mobile{border-style:solid !important;}
#module_443013291 .inlayout-104dialogmodule_443013291,#module_443013291 .main-class-container-mobile{border-width:0px !important;}
#module_443013291 .inlayout-104dialogmodule_443013291,#module_443013291 .main-class-container-mobile{background-color:rgba(0,0,0,0);}
#module_443013291 .inlayout-104dialogmodule_443013291,#module_443013291 .main-class-container-mobile{background-image:none;}
#module_443013291 .inlayout-104dialogmodule_443013291,#module_443013291 .main-class-container-mobile{}
#module_443013291 .inlayout-104dialogmodule_443013291,#module_443013291 .main-class-container-mobile{}
#module_443013291 .inlayout-104dialogmodule_443013291,#module_443013291 .main-class-container-mobile{}
#module_443013291 .inlayout-104dialogmodule_443013291,#module_443013291 .main-class-container-mobile{}
#module_443013291 .class-title{padding-left:px;}
#module_443013291 .inlayout-104dialogmodule_443013291 .class-title .class-title-text,#module_443013291 .class-title .class-title-text{font-size:16px !important;}
#module_443013291 .inlayout-104dialogmodule_443013291 .class-title .class-title-text,#module_443013291 .class-title .class-title-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_443013291 .inlayout-104dialogmodule_443013291 .class-title .class-title-text,#module_443013291 .class-title .class-title-text{color:#333 !important;}
#module_443013291 .inlayout-104dialogmodule_443013291 .class-title .class-title-text,#module_443013291 .class-title .class-title-text{font-weight:bold !important;}
#module_443013291 .inlayout-104dialogmodule_443013291 .class-title .class-title-text,#module_443013291 .class-title .class-title-text{text-decoration:none !important;}
#module_443013291 .inlayout-104dialogmodule_443013291 .class-title .class-title-text,#module_443013291 .class-title .class-title-text{font-style:normal !important;}
#module_443013291 .inlayout-104dialogmodule_443013291 .class-title,#module_443013291 .class-title{background-color:#fff  !important;}
#module_443013291 .inlayout-104dialogmodule_443013291 .class-title,#module_443013291 .class-title{background-image:none  !important;}
#module_443013291 .inlayout-104dialogmodule_443013291 .class-title,#module_443013291 .class-title{background-repeat: !important;}
#module_443013291 .inlayout-104dialogmodule_443013291 .class-title,#module_443013291 .class-title{background-position: !important;}
#module_443013291 .inlayout-104dialogmodule_443013291 .class-title,#module_443013291 .class-title{background-attachment: !important;}
#module_443013291 .inlayout-104dialogmodule_443013291 .class-title,#module_443013291 .class-title{ !important;}
#module_443013291 .inlayout-104dialogmodule_443013291 .class-title,#module_443013291 .class-title{height:40px !important;line-height:40px !important;}
#module_443013291 .main-class-item,.inlayout-104dialogmodule_443013291 .main-class-item{background-color:rgba(0,0,0,0) !important;}
#module_443013291 .main-class-item,.inlayout-104dialogmodule_443013291 .main-class-item{background-image:none !important;}
#module_443013291 .main-class-item,.inlayout-104dialogmodule_443013291 .main-class-item{background-repeat:no-repeat !important;}
#module_443013291 .main-class-item,.inlayout-104dialogmodule_443013291 .main-class-item{background-position: !important;}
#module_443013291 .main-class-item,.inlayout-104dialogmodule_443013291 .main-class-item{background-attachment: !important;}
#module_443013291 .main-class-item,.inlayout-104dialogmodule_443013291 .main-class-item{ !important;}
#module_443013291 .main-class-line,.inlayout-104dialogmodule_443013291 .main-class-line{border-bottom-color:#e5e5e5 !important;}
#module_443013291 .main-class-line,.inlayout-104dialogmodule_443013291 .main-class-line{border-bottom-style:solid !important;}
#module_443013291 .main-class-line,.inlayout-104dialogmodule_443013291 .main-class-line{border-bottom-width:0px !important;}
#module_443013291 .main-class-text,.inlayout-104dialogmodule_443013291 .main-class-text{font-size:13px !important;}
#module_443013291 .main-class-text,.inlayout-104dialogmodule_443013291 .main-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_443013291 .main-class-text,.inlayout-104dialogmodule_443013291 .main-class-text{color:rgb(255, 255, 255) !important;}
#module_443013291 .main-class-text,.inlayout-104dialogmodule_443013291 .main-class-text{font-weight:normal !important;}
#module_443013291 .main-class-text,.inlayout-104dialogmodule_443013291 .main-class-text{text-decoration:none !important;}
#module_443013291 .main-class-text,.inlayout-104dialogmodule_443013291 .main-class-text{font-style:normal !important;}
#module_443013291 .main-class-item,.inlayout-104dialogmodule_443013291 .main-class-item{height:25px;line-height:25px;}
#module_443013291 .sub-class-item,.inlayout-104dialogmodule_443013291 .sub-class-item{background-color:#fbfbfb !important;}
#module_443013291 .sub-class-item,.inlayout-104dialogmodule_443013291 .sub-class-item{background-image:none !important;}
#module_443013291 .sub-class-item,.inlayout-104dialogmodule_443013291 .sub-class-item{background-repeat:no-repeat !important;}
#module_443013291 .sub-class-item,.inlayout-104dialogmodule_443013291 .sub-class-item{background-position: !important;}
#module_443013291 .sub-class-item,.inlayout-104dialogmodule_443013291 .sub-class-item{background-attachment: !important;}
#module_443013291 .sub-class-item,.inlayout-104dialogmodule_443013291 .sub-class-item{ !important;}
#module_443013291 .sub-class-text,.inlayout-104dialogmodule_443013291 .sub-class-text{font-size:14px !important;}
#module_443013291 .sub-class-text,.inlayout-104dialogmodule_443013291 .sub-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_443013291 .sub-class-text,.inlayout-104dialogmodule_443013291 .sub-class-text{color:#666 !important;}
#module_443013291 .sub-class-text,.inlayout-104dialogmodule_443013291 .sub-class-text{font-weight:normal !important;}
#module_443013291 .sub-class-text,.inlayout-104dialogmodule_443013291 .sub-class-text{text-decoration:none !important;}
#module_443013291 .sub-class-text,.inlayout-104dialogmodule_443013291 .sub-class-text{font-style:normal !important;}
#module_443013291 .sub-class-item,.inlayout-104dialogmodule_443013291 .sub-class-item{height:50px;line-height:50px  !important;}
#module_443013291 .inlayout-104dialogmodule_443013291 .main-class-icon,.inlayout-104dialogmodule_443013291 .class-title-icon,#module_443013291 .main-class-icon,#module_443013291 .class-title-icon{color:#000 !important;}
#module_443013291 .main-class-item.active,#copy_module_443013291 .main-class-item.active,.inlayout-104dialogmodule_443013291 .main-class-item.active,.inlayout-104dialogmodule_443013291 .classify:hover{background-color:rgba(0,0,0,0) !important;}
#module_443013291 .main-class-item.active{background-image:none;}
#module_443013291 .main-class-item.active{background-repeat:no-repeat;}
#module_443013291 .main-class-item.active{}
#module_443013291 .main-class-item.active{}
#module_443013291 .main-class-item.active{}
#module_443013291 .main-class-item-box .main-class-line.active{border-bottom-color:#e5e5e5 !important;}
#module_443013291 .main-class-item-box .main-class-line.active{border-bottom-style:solid !important;}
#module_443013291 .main-class-item-box .main-class-line.active{border-bottom-width:0px !important;}
#module_443013291 .main-class-item.active .main-class-text{font-size:13px !important;}
#module_443013291 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_443013291 .main-class-item.active .main-class-text,#copy_module_443013291 .main-class-item.active .main-class-text{color:#fff !important;}
#module_443013291 .main-class-item.active .main-class-text{font-weight:normal !important;}
#module_443013291 .main-class-item.active .main-class-text{text-decoration:none !important;}
#module_443013291 .main-class-item.active .main-class-text{font-style:normal !important;}
#module_443013291 .main-class-item.active{height:25px;line-height:25px;}
#module_443013291 .sub-class-item.active,#copy_module_443013291 .sub-class-item.active,.inlayout-104dialogmodule_443013291 .sub-class-item.active,.inlayout-104dialogmodule_443013291 .sub-class-item:hover{background-color:#fd6e27 !important;}
#module_443013291 .sub-class-item.active{background-image:none;}
#module_443013291 .sub-class-item.active{background-repeat:no-repeat;}
#module_443013291 .sub-class-item.active{}
#module_443013291 .sub-class-item.active .sub-class-text{}
#module_443013291 .sub-class-item.active .sub-class-text{}
#module_443013291 .sub-class-item.active .sub-class-text{font-size:14px !important;}
#module_443013291 .sub-class-item.active .sub-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_443013291 .sub-class-item.active .sub-class-text,#copy_module_443013291 .sub-class-item.active .sub-class-text{color:#fff !important;}
#module_443013291 .sub-class-item.active .sub-class-text{font-weight:normal !important;}
#module_443013291 .sub-class-item.active .sub-class-text{text-decoration:none !important;}
#module_443013291 .sub-class-item.active .sub-class-text{font-style:normal !important;}
#module_443013291 .sub-class-item.active{height:50px;line-height:50px;}
#module_443013291 .main-class-item.active .main-class-icon,#module_443013291 .class-title:hover .class-title-icon{color:#fff !important;}


.ModuleGridContainer.ModuleGridContainer443013264 #Sub443013264_1 {width:10.7692%;}
.module_443014025 .ModuleHead .HeadCenter{float:none;}
#module_443014025 {
padding:0px;
}
#module_443014025 {
position:static;
z-index:0;
top:37px;
width:100%;
height: auto;
}
#module_443014025 .ModuleHead443014025 {
display:none;
}
#module_443014025 .BodyCenter.BodyCenter443014025 {
background:none;background-color:rgba(0,0,0,0);
}
#module_443014025 >.module_443014025 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgb(255, 255, 255);
border-bottom-width:1px;
}
#module_443014025 >.module_443014025{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_443014025 .BodyCenter.BodyCenter443014025 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443014025 .BodyCenter.BodyCenter443014025 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_443014025 >.module_443014025 {
margin-top:14.9254%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443014025 >.module_443014025 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_443014025 >.module_443014025 {box-shadow: 0px 0px 0px 0px #ccc}
#module_443014025:hover {
border:none;
}
#module_443014025:hover >.module_443014025 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_443014025 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_443014025 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_443014025 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_443014025 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_443014025 .GraphicUpper{padding-top:0px;}
#module_443014025 .GraphicUpper{padding-bottom:0px;}
#module_443014025 .GraphicUpper{padding-left:0px;}
#module_443014025 .GraphicUpper {padding-right:0px;}
#module_443014025 .GraphicUpper{width:15%;} #module_443014025 .ModuleImageTextContent{width: calc(100% - 15%);}
#module_443014025 .MobileGraphicUpper{width:10%;} #module_443014025 .ModuleMobileImageTextContent{width: calc(100% - 10%);}
#module_443014025 .ModuleImageTextGiantContent{padding-top:5px;}
#module_443014025 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_443014025 .ModuleImageTextGiantContent{padding-left:12px;}
#module_443014025 .ModuleImageTextGiantContent{padding-right:0px;}
#module_443014025 .normal_ImgtextBox_content{padding-top:0px;}
#module_443014025 .normal_ImgtextBox_content{padding-bottom:0px;}
#module_443014025 .normal_ImgtextBox_content{padding-left:0px;}
#module_443014025 .normal_ImgtextBox_content{padding-right:0px;}
#module_443014025 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_443014025 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_443014025 .normal_ImgtextBox_content{background-color:transparent;}
#module_443014025 .normal_ImgtextBox_content{background-image:none;}
#module_443014025 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_443014025 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_443014025 .normal_ImgtextBox_content{background-attachment:none;}
#module_443014025 .normal_ImgtextBox_content{}
#module_443014025 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_443014025 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_443014025 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_443014025 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_443014025 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_443014025 .normal_ImgtextBox_content{border-top-style:none;}
#module_443014025 .normal_ImgtextBox_content{border-top-width:0px;}
#module_443014025 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_443014025 .normal_ImgtextBox_content{border-right-style:none;}
#module_443014025 .normal_ImgtextBox_content{border-right-width:0px;}
#module_443014025 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_443014025 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_443014025 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_443014025 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_443014025 .normal_ImgtextBox_content{border-left-style:none;}
#module_443014025 .normal_ImgtextBox_content{border-left-width:0px;}
#module_443014025 .showHandle .btn{font-size:14px;}
#module_443014025 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_443014025 .showHandle .btn{color:#333;}
#module_443014025 .showHandle .btn{font-weight:400;}
#module_443014025 .showHandle .btn{text-decoration:none;}
#module_443014025 .showHandle .btn{font-style:normal;}
#module_443014025 .showHandle div{border-top-color:#ddd !important;}
#module_443014025 .showHandle div{border-top-style:solid !important;}
#module_443014025 .showHandle div{border-top-width:1px !important;}
#module_443014025 .showHandle{background-color:transparent;}
#module_443014025 .showHandle{background-image:none;}
#module_443014025 .showHandle{background-repeat:no-repeat;}
#module_443014025 .showHandle{}
#module_443014025 .showHandle{}
#module_443014025 .showHandle{}
#module_443014025 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_443014025 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_443014025 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_443014025 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_443014025 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_443014025 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_443014025 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_443014025 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_443014025 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_443014025 a{font-size:unset;font-family:unset}
.module_443014027 .ModuleHead .HeadCenter{float:none;}
#module_443014027 {
padding:0px;
}
#module_443014027 {
position:static;
z-index:1;
top:111px;
left:0px;
width:100%;
height: auto;
}
#module_443014027 .ModuleHead443014027 {
display:none;
}
#module_443014027 .BodyCenter.BodyCenter443014027 {
background:none;background-color:rgba(0,0,0,0);
}
#module_443014027 >.module_443014027 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_443014027 >.module_443014027{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_443014027 .BodyCenter.BodyCenter443014027 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443014027 .BodyCenter.BodyCenter443014027 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_443014027 >.module_443014027 {
margin-top:6.4103%;
margin-left:5.1282%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443014027 >.module_443014027 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_443014027 >.module_443014027 {box-shadow: 0px 0px 0px 0px #ccc}
#module_443014027:hover {
border:none;
}
#module_443014027:hover >.module_443014027 {
border-color:#ccc;
}
#module_443014027:hover >.module_443014027 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_443014027 .main-class-item,.inlayout-104dialogmodule_443014027 .main-class-item{padding-top:px !important;}
#module_443014027 .main-class-item,.inlayout-104dialogmodule_443014027 .main-class-item{padding-bottom:px !important;}
#module_443014027 .main-class-item,.inlayout-104dialogmodule_443014027 .main-class-item{padding-left:px !important;}
#module_443014027 .main-class-item,.inlayout-104dialogmodule_443014027 .main-class-item{padding-right:px !important;}
#module_443014027 .sub-class-item.forceheight,.inlayout-104dialogmodule_443014027 .sub-class-item.forceheight{padding-top:px !important;}
#module_443014027 .sub-class-item.forceheight,.inlayout-104dialogmodule_443014027 .sub-class-item.forceheight{padding-bottom:px !important;}
#module_443014027 .sub-class-item,.inlayout-104dialogmodule_443014027 .sub-class-item{padding-left:px !important;}
#module_443014027 .sub-class-item,.inlayout-104dialogmodule_443014027 .sub-class-item{padding-right:px  !important;}
#module_443014027 .inlayout-104dialogmodule_443014027,#module_443014027 .main-class-container-mobile{border-color:#e5e5e5 !important;}
#module_443014027 .inlayout-104dialogmodule_443014027,#module_443014027 .main-class-container-mobile{border-style:solid !important;}
#module_443014027 .inlayout-104dialogmodule_443014027,#module_443014027 .main-class-container-mobile{border-width:0px !important;}
#module_443014027 .inlayout-104dialogmodule_443014027,#module_443014027 .main-class-container-mobile{background-color:rgba(0,0,0,0);}
#module_443014027 .inlayout-104dialogmodule_443014027,#module_443014027 .main-class-container-mobile{background-image:none;}
#module_443014027 .inlayout-104dialogmodule_443014027,#module_443014027 .main-class-container-mobile{}
#module_443014027 .inlayout-104dialogmodule_443014027,#module_443014027 .main-class-container-mobile{}
#module_443014027 .inlayout-104dialogmodule_443014027,#module_443014027 .main-class-container-mobile{}
#module_443014027 .inlayout-104dialogmodule_443014027,#module_443014027 .main-class-container-mobile{}
#module_443014027 .class-title{padding-left:px;}
#module_443014027 .inlayout-104dialogmodule_443014027 .class-title .class-title-text,#module_443014027 .class-title .class-title-text{font-size:16px !important;}
#module_443014027 .inlayout-104dialogmodule_443014027 .class-title .class-title-text,#module_443014027 .class-title .class-title-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_443014027 .inlayout-104dialogmodule_443014027 .class-title .class-title-text,#module_443014027 .class-title .class-title-text{color:#333 !important;}
#module_443014027 .inlayout-104dialogmodule_443014027 .class-title .class-title-text,#module_443014027 .class-title .class-title-text{font-weight:bold !important;}
#module_443014027 .inlayout-104dialogmodule_443014027 .class-title .class-title-text,#module_443014027 .class-title .class-title-text{text-decoration:none !important;}
#module_443014027 .inlayout-104dialogmodule_443014027 .class-title .class-title-text,#module_443014027 .class-title .class-title-text{font-style:normal !important;}
#module_443014027 .inlayout-104dialogmodule_443014027 .class-title,#module_443014027 .class-title{background-color:#fff  !important;}
#module_443014027 .inlayout-104dialogmodule_443014027 .class-title,#module_443014027 .class-title{background-image:none  !important;}
#module_443014027 .inlayout-104dialogmodule_443014027 .class-title,#module_443014027 .class-title{background-repeat: !important;}
#module_443014027 .inlayout-104dialogmodule_443014027 .class-title,#module_443014027 .class-title{background-position: !important;}
#module_443014027 .inlayout-104dialogmodule_443014027 .class-title,#module_443014027 .class-title{background-attachment: !important;}
#module_443014027 .inlayout-104dialogmodule_443014027 .class-title,#module_443014027 .class-title{ !important;}
#module_443014027 .inlayout-104dialogmodule_443014027 .class-title,#module_443014027 .class-title{height:40px !important;line-height:40px !important;}
#module_443014027 .main-class-item,.inlayout-104dialogmodule_443014027 .main-class-item{background-color:rgba(0,0,0,0) !important;}
#module_443014027 .main-class-item,.inlayout-104dialogmodule_443014027 .main-class-item{background-image:none !important;}
#module_443014027 .main-class-item,.inlayout-104dialogmodule_443014027 .main-class-item{background-repeat:no-repeat !important;}
#module_443014027 .main-class-item,.inlayout-104dialogmodule_443014027 .main-class-item{background-position: !important;}
#module_443014027 .main-class-item,.inlayout-104dialogmodule_443014027 .main-class-item{background-attachment: !important;}
#module_443014027 .main-class-item,.inlayout-104dialogmodule_443014027 .main-class-item{ !important;}
#module_443014027 .main-class-line,.inlayout-104dialogmodule_443014027 .main-class-line{border-bottom-color:#e5e5e5 !important;}
#module_443014027 .main-class-line,.inlayout-104dialogmodule_443014027 .main-class-line{border-bottom-style:solid !important;}
#module_443014027 .main-class-line,.inlayout-104dialogmodule_443014027 .main-class-line{border-bottom-width:0px !important;}
#module_443014027 .main-class-text,.inlayout-104dialogmodule_443014027 .main-class-text{font-size:13px !important;}
#module_443014027 .main-class-text,.inlayout-104dialogmodule_443014027 .main-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_443014027 .main-class-text,.inlayout-104dialogmodule_443014027 .main-class-text{color:rgb(255, 255, 255) !important;}
#module_443014027 .main-class-text,.inlayout-104dialogmodule_443014027 .main-class-text{font-weight:normal !important;}
#module_443014027 .main-class-text,.inlayout-104dialogmodule_443014027 .main-class-text{text-decoration:none !important;}
#module_443014027 .main-class-text,.inlayout-104dialogmodule_443014027 .main-class-text{font-style:normal !important;}
#module_443014027 .main-class-item,.inlayout-104dialogmodule_443014027 .main-class-item{height:25px;line-height:25px;}
#module_443014027 .sub-class-item,.inlayout-104dialogmodule_443014027 .sub-class-item{background-color:rgba(0,0,0,0) !important;}
#module_443014027 .sub-class-item,.inlayout-104dialogmodule_443014027 .sub-class-item{background-image:none !important;}
#module_443014027 .sub-class-item,.inlayout-104dialogmodule_443014027 .sub-class-item{background-repeat:no-repeat !important;}
#module_443014027 .sub-class-item,.inlayout-104dialogmodule_443014027 .sub-class-item{background-position: !important;}
#module_443014027 .sub-class-item,.inlayout-104dialogmodule_443014027 .sub-class-item{background-attachment: !important;}
#module_443014027 .sub-class-item,.inlayout-104dialogmodule_443014027 .sub-class-item{ !important;}
#module_443014027 .sub-class-text,.inlayout-104dialogmodule_443014027 .sub-class-text{font-size:12px !important;}
#module_443014027 .sub-class-text,.inlayout-104dialogmodule_443014027 .sub-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_443014027 .sub-class-text,.inlayout-104dialogmodule_443014027 .sub-class-text{color:rgb(255, 255, 255) !important;}
#module_443014027 .sub-class-text,.inlayout-104dialogmodule_443014027 .sub-class-text{font-weight:normal !important;}
#module_443014027 .sub-class-text,.inlayout-104dialogmodule_443014027 .sub-class-text{text-decoration:none !important;}
#module_443014027 .sub-class-text,.inlayout-104dialogmodule_443014027 .sub-class-text{font-style:normal !important;}
#module_443014027 .sub-class-item,.inlayout-104dialogmodule_443014027 .sub-class-item{height:30px;line-height:30px  !important;}
#module_443014027 .inlayout-104dialogmodule_443014027 .main-class-icon,.inlayout-104dialogmodule_443014027 .class-title-icon,#module_443014027 .main-class-icon,#module_443014027 .class-title-icon{color:#000 !important;}
#module_443014027 .main-class-item.active,#copy_module_443014027 .main-class-item.active,.inlayout-104dialogmodule_443014027 .main-class-item.active,.inlayout-104dialogmodule_443014027 .classify:hover{background-color:rgba(0,0,0,0) !important;}
#module_443014027 .main-class-item.active{background-image:none;}
#module_443014027 .main-class-item.active{background-repeat:no-repeat;}
#module_443014027 .main-class-item.active{}
#module_443014027 .main-class-item.active{}
#module_443014027 .main-class-item.active{}
#module_443014027 .main-class-item-box .main-class-line.active{border-bottom-color:#e5e5e5 !important;}
#module_443014027 .main-class-item-box .main-class-line.active{border-bottom-style:solid !important;}
#module_443014027 .main-class-item-box .main-class-line.active{border-bottom-width:0px !important;}
#module_443014027 .main-class-item.active .main-class-text{font-size:13px !important;}
#module_443014027 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_443014027 .main-class-item.active .main-class-text,#copy_module_443014027 .main-class-item.active .main-class-text{color:rgb(255, 192, 0) !important;}
#module_443014027 .main-class-item.active .main-class-text{font-weight:normal !important;}
#module_443014027 .main-class-item.active .main-class-text{text-decoration:none !important;}
#module_443014027 .main-class-item.active .main-class-text{font-style:normal !important;}
#module_443014027 .main-class-item.active{height:25px;line-height:25px;}
#module_443014027 .sub-class-item.active,#copy_module_443014027 .sub-class-item.active,.inlayout-104dialogmodule_443014027 .sub-class-item.active,.inlayout-104dialogmodule_443014027 .sub-class-item:hover{background-color:rgba(0,0,0,0) !important;}
#module_443014027 .sub-class-item.active{background-image:none;}
#module_443014027 .sub-class-item.active{background-repeat:no-repeat;}
#module_443014027 .sub-class-item.active{}
#module_443014027 .sub-class-item.active .sub-class-text{}
#module_443014027 .sub-class-item.active .sub-class-text{}
#module_443014027 .sub-class-item.active .sub-class-text{font-size:12px !important;}
#module_443014027 .sub-class-item.active .sub-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_443014027 .sub-class-item.active .sub-class-text,#copy_module_443014027 .sub-class-item.active .sub-class-text{color:rgb(255, 192, 0) !important;}
#module_443014027 .sub-class-item.active .sub-class-text{font-weight:normal !important;}
#module_443014027 .sub-class-item.active .sub-class-text{text-decoration:underline !important;}
#module_443014027 .sub-class-item.active .sub-class-text{font-style:normal !important;}
#module_443014027 .sub-class-item.active{height:30px;line-height:30px;}
#module_443014027 .main-class-item.active .main-class-icon,#module_443014027 .class-title:hover .class-title-icon{color:#fff !important;}


.ModuleGridContainer.ModuleGridContainer443013264 #Sub443013264_2 {width:12.0000%;}
.module_443015244 .ModuleHead .HeadCenter{float:none;}
#module_443015244 {
padding:0px;
}
#module_443015244 {
position:static;
z-index:0;
top:37px;
left:0px;
width:100%;
height: auto;
}
#module_443015244 .ModuleHead443015244 {
display:none;
}
#module_443015244 .BodyCenter.BodyCenter443015244 {
background:none;background-color:rgba(0,0,0,0);
}
#module_443015244 >.module_443015244 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_443015244 >.module_443015244{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_443015244 .BodyCenter.BodyCenter443015244 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443015244 .BodyCenter.BodyCenter443015244 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_443015244 >.module_443015244 {
margin-top:8.9674%;
margin-left:6.7935%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443015244 >.module_443015244 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_443015244 >.module_443015244 {box-shadow: 0px 0px 0px 0px #ccc}
#module_443015244:hover {
border:none;
}
#module_443015244:hover >.module_443015244 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_443015244 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_443015244 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_443015244 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_443015244 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_443015244 .GraphicUpper{padding-top:0px;}
#module_443015244 .GraphicUpper{padding-bottom:0px;}
#module_443015244 .GraphicUpper{padding-left:0px;}
#module_443015244 .GraphicUpper {padding-right:0px;}
#module_443015244 .GraphicUpper{width:14%;} #module_443015244 .ModuleImageTextContent{width: calc(100% - 14%);}
#module_443015244 .MobileGraphicUpper{width:10%;} #module_443015244 .ModuleMobileImageTextContent{width: calc(100% - 10%);}
#module_443015244 .ModuleImageTextGiantContent{padding-top:0px;}
#module_443015244 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_443015244 .ModuleImageTextGiantContent{padding-left:15px;}
#module_443015244 .ModuleImageTextGiantContent{padding-right:0px;}
#module_443015244 .normal_ImgtextBox_content{padding-top:0px;}
#module_443015244 .normal_ImgtextBox_content{padding-bottom:30px;}
#module_443015244 .normal_ImgtextBox_content{padding-left:0px;}
#module_443015244 .normal_ImgtextBox_content{padding-right:0px;}
#module_443015244 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_443015244 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_443015244 .normal_ImgtextBox_content{background-color:transparent;}
#module_443015244 .normal_ImgtextBox_content{background-image:none;}
#module_443015244 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_443015244 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_443015244 .normal_ImgtextBox_content{background-attachment:none;}
#module_443015244 .normal_ImgtextBox_content{}
#module_443015244 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_443015244 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_443015244 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_443015244 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_443015244 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_443015244 .normal_ImgtextBox_content{border-top-style:none;}
#module_443015244 .normal_ImgtextBox_content{border-top-width:0px;}
#module_443015244 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_443015244 .normal_ImgtextBox_content{border-right-style:none;}
#module_443015244 .normal_ImgtextBox_content{border-right-width:0px;}
#module_443015244 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_443015244 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_443015244 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_443015244 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_443015244 .normal_ImgtextBox_content{border-left-style:none;}
#module_443015244 .normal_ImgtextBox_content{border-left-width:0px;}
#module_443015244 .showHandle .btn{font-size:14px;}
#module_443015244 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_443015244 .showHandle .btn{color:#333;}
#module_443015244 .showHandle .btn{font-weight:400;}
#module_443015244 .showHandle .btn{text-decoration:none;}
#module_443015244 .showHandle .btn{font-style:normal;}
#module_443015244 .showHandle div{border-top-color:#ddd !important;}
#module_443015244 .showHandle div{border-top-style:solid !important;}
#module_443015244 .showHandle div{border-top-width:1px !important;}
#module_443015244 .showHandle{background-color:transparent;}
#module_443015244 .showHandle{background-image:none;}
#module_443015244 .showHandle{background-repeat:no-repeat;}
#module_443015244 .showHandle{}
#module_443015244 .showHandle{}
#module_443015244 .showHandle{}
#module_443015244 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_443015244 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_443015244 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_443015244 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_443015244 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_443015244 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_443015244 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_443015244 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_443015244 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_443015244 a{font-size:unset;font-family:unset}
.module_443015884 .ModuleHead .HeadCenter{float:none;}
#module_443015884 {
padding:0px;
}
#module_443015884 {
position:static;
z-index:0;
top:59px;
left:0px;
width:100%;
height: auto;
}
#module_443015884 .ModuleHead443015884 {
display:none;
}
#module_443015884 .BodyCenter.BodyCenter443015884 {
background:none;background-color:rgba(0,0,0,0);
}
#module_443015884 >.module_443015884 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_443015884 >.module_443015884{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_443015884 .BodyCenter.BodyCenter443015884 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443015884 .BodyCenter.BodyCenter443015884 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_443015884 >.module_443015884 {
margin-top:4.0462%;
margin-left:6.9364%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443015884 >.module_443015884 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_443015884 >.module_443015884 {box-shadow: 0px 0px 0px 0px #ccc}
#module_443015884:hover {
border:none;
}
#module_443015884:hover >.module_443015884 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_443015884 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_443015884 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_443015884 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_443015884 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_443015884 .GraphicUpper{padding-top:0px;}
#module_443015884 .GraphicUpper{padding-bottom:0px;}
#module_443015884 .GraphicUpper{padding-left:0px;}
#module_443015884 .GraphicUpper {padding-right:0px;}
#module_443015884 .GraphicUpper{width:14%;} #module_443015884 .ModuleImageTextContent{width: calc(100% - 14%);}
#module_443015884 .MobileGraphicUpper{width:10%;} #module_443015884 .ModuleMobileImageTextContent{width: calc(100% - 10%);}
#module_443015884 .ModuleImageTextGiantContent{padding-top:0px;}
#module_443015884 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_443015884 .ModuleImageTextGiantContent{padding-left:15px;}
#module_443015884 .ModuleImageTextGiantContent{padding-right:0px;}
#module_443015884 .normal_ImgtextBox_content{padding-top:0px;}
#module_443015884 .normal_ImgtextBox_content{padding-bottom:30px;}
#module_443015884 .normal_ImgtextBox_content{padding-left:0px;}
#module_443015884 .normal_ImgtextBox_content{padding-right:0px;}
#module_443015884 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_443015884 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_443015884 .normal_ImgtextBox_content{background-color:transparent;}
#module_443015884 .normal_ImgtextBox_content{background-image:none;}
#module_443015884 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_443015884 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_443015884 .normal_ImgtextBox_content{background-attachment:none;}
#module_443015884 .normal_ImgtextBox_content{}
#module_443015884 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_443015884 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_443015884 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_443015884 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_443015884 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_443015884 .normal_ImgtextBox_content{border-top-style:none;}
#module_443015884 .normal_ImgtextBox_content{border-top-width:0px;}
#module_443015884 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_443015884 .normal_ImgtextBox_content{border-right-style:none;}
#module_443015884 .normal_ImgtextBox_content{border-right-width:0px;}
#module_443015884 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_443015884 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_443015884 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_443015884 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_443015884 .normal_ImgtextBox_content{border-left-style:none;}
#module_443015884 .normal_ImgtextBox_content{border-left-width:0px;}
#module_443015884 .showHandle .btn{font-size:14px;}
#module_443015884 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_443015884 .showHandle .btn{color:#333;}
#module_443015884 .showHandle .btn{font-weight:400;}
#module_443015884 .showHandle .btn{text-decoration:none;}
#module_443015884 .showHandle .btn{font-style:normal;}
#module_443015884 .showHandle div{border-top-color:#ddd !important;}
#module_443015884 .showHandle div{border-top-style:solid !important;}
#module_443015884 .showHandle div{border-top-width:1px !important;}
#module_443015884 .showHandle{background-color:transparent;}
#module_443015884 .showHandle{background-image:none;}
#module_443015884 .showHandle{background-repeat:no-repeat;}
#module_443015884 .showHandle{}
#module_443015884 .showHandle{}
#module_443015884 .showHandle{}
#module_443015884 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_443015884 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_443015884 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_443015884 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_443015884 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_443015884 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_443015884 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_443015884 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_443015884 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_443015884 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer443013264 #Sub443013264_3 {width:26.6154%;}
/*图文模块 layout 103*/
.ModuleImageTextGiant.layout-103 .imageTextGiant-Container{max-height: 100%; max-width: 100%;padding: 10px;}
.ModuleImageTextGiant.layout-103 .imageTextGiant-Container .GraphicUpper{text-align: center;}
.ModuleImageTextGiant.layout-103 .ModuleImageTextContent{width: 100%;}

.module_443015147 .ModuleHead .HeadCenter{float:none;}
#module_443015147 {
padding:0px;
}
#module_443015147 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_443015147 .ModuleHead443015147 {
display:none;
}
#module_443015147 .BodyCenter.BodyCenter443015147 {
background:none;background-color:rgba(0,0,0,0);
}
#module_443015147 >.module_443015147 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_443015147 >.module_443015147{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_443015147 .BodyCenter.BodyCenter443015147 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443015147 .BodyCenter.BodyCenter443015147 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_443015147 >.module_443015147 {
margin-top:16.6667%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443015147 >.module_443015147 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_443015147 >.module_443015147 {box-shadow: 0px 0px 0px 0px #ccc}
#module_443015147:hover {
border:none;
}
#module_443015147:hover >.module_443015147 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_443015147 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_443015147 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_443015147 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_443015147 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_443015147 .GraphicUpper .TextImage{margin-top:0px;}
#module_443015147 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_443015147 .GraphicUpper .TextImage{margin-left:0px;}
#module_443015147 .GraphicUpper .TextImage{margin-right:0px;}
#module_443015147 .TextImage{width:60%;}
#module_443015147 .MobileTextImage{width:50%;}
#module_443015147 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_443015147 .imageTextGiant-Container{padding-top:10px;}
#module_443015147 .imageTextGiant-Container{padding-bottom:10px;}
#module_443015147 .imageTextGiant-Container{padding-left:10px;}
#module_443015147 .imageTextGiant-Container{padding-right:10px;}
#module_443015147 .ModuleImageTextGiantContent{padding-top:0px;}
#module_443015147 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_443015147 .ModuleImageTextGiantContent{padding-left:0px;}
#module_443015147 .ModuleImageTextGiantContent{padding-right:0px;}
#module_443015147 .imageTextGiant-Container{padding-top:0px;}
#module_443015147 .imageTextGiant-Container{padding-bottom:0px;}
#module_443015147 .imageTextGiant-Container{padding-left:0px;}
#module_443015147 .imageTextGiant-Container{padding-right:0px;}
#module_443015147 .showHandle .btn{font-size:14px;}
#module_443015147 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_443015147 .showHandle .btn{color:#333;}
#module_443015147 .showHandle .btn{font-weight:400;}
#module_443015147 .showHandle .btn{text-decoration:none;}
#module_443015147 .showHandle .btn{font-style:normal;}
#module_443015147 .showHandle div{border-top-color:#ddd !important;}
#module_443015147 .showHandle div{border-top-style:solid !important;}
#module_443015147 .showHandle div{border-top-width:1px !important;}
#module_443015147 .showHandle{background-color:transparent;}
#module_443015147 .showHandle{background-image:none;}
#module_443015147 .showHandle{background-repeat:no-repeat;}
#module_443015147 .showHandle{}
#module_443015147 .showHandle{}
#module_443015147 .showHandle{}
#module_443015147 a{font-size:unset;font-family:unset}
.module_446542711 .ModuleHead .HeadCenter{float:none;}
#module_446542711 {
padding:0px;
}
#module_446542711 {
position:static;
z-index:0;
top:135px;
width:100%;
height: auto;
}
#module_446542711 .ModuleHead446542711 {
display:none;
}
#module_446542711 .BodyCenter.BodyCenter446542711 {
background:none;background-color:rgba(0,0,0,0);
}
#module_446542711 >.module_446542711 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_446542711 >.module_446542711{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_446542711 .BodyCenter.BodyCenter446542711 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_446542711 .BodyCenter.BodyCenter446542711 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_446542711 >.module_446542711 {
margin-top:5.7471%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_446542711 >.module_446542711 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_446542711 >.module_446542711 {box-shadow: 0px 0px 0px 0px #ccc}
#module_446542711:hover {
border:none;
}
#module_446542711:hover >.module_446542711 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_446542711 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_446542711 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_446542711 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_446542711 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_446542711 .GraphicUpper .TextImage{margin-top:0px;}
#module_446542711 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_446542711 .GraphicUpper .TextImage{margin-left:0px;}
#module_446542711 .GraphicUpper .TextImage{margin-right:0px;}
#module_446542711 .TextImage{width:60%;}
#module_446542711 .MobileTextImage{width:50%;}
#module_446542711 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_446542711 .imageTextGiant-Container{padding-top:10px;}
#module_446542711 .imageTextGiant-Container{padding-bottom:10px;}
#module_446542711 .imageTextGiant-Container{padding-left:10px;}
#module_446542711 .imageTextGiant-Container{padding-right:10px;}
#module_446542711 .ModuleImageTextGiantContent{padding-top:0px;}
#module_446542711 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_446542711 .ModuleImageTextGiantContent{padding-left:0px;}
#module_446542711 .ModuleImageTextGiantContent{padding-right:0px;}
#module_446542711 .imageTextGiant-Container{padding-top:0px;}
#module_446542711 .imageTextGiant-Container{padding-bottom:0px;}
#module_446542711 .imageTextGiant-Container{padding-left:0px;}
#module_446542711 .imageTextGiant-Container{padding-right:0px;}
#module_446542711 .showHandle .btn{font-size:14px;}
#module_446542711 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_446542711 .showHandle .btn{color:#333;}
#module_446542711 .showHandle .btn{font-weight:400;}
#module_446542711 .showHandle .btn{text-decoration:none;}
#module_446542711 .showHandle .btn{font-style:normal;}
#module_446542711 .showHandle div{border-top-color:#ddd !important;}
#module_446542711 .showHandle div{border-top-style:solid !important;}
#module_446542711 .showHandle div{border-top-width:1px !important;}
#module_446542711 .showHandle{background-color:transparent;}
#module_446542711 .showHandle{background-image:none;}
#module_446542711 .showHandle{background-repeat:no-repeat;}
#module_446542711 .showHandle{}
#module_446542711 .showHandle{}
#module_446542711 .showHandle{}
#module_446542711 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer443013264 #Sub443013264_4 {width:13.3846%;}
/*图文模块 layout 118*/
.ModuleImageTextGiant.layout-118 .row{ margin-left:0; margin-right: 0;}
.ModuleImageTextGiant.layout-118 .imageTextGiant-Container{max-height: 100%; max-width: 100%;/*padding: 10px;*/}
.ModuleImageTextGiant.layout-118 .imageTextGiant-Container .ModuleImageTextContent{padding:0; margin: 0px;width: 100%;}
.ModuleImageTextGiant.layout-118 .imageTextGiant-Container .ModuleMobileImageTextContent{width: 100%;}
.ModuleImageTextGiant.layout-118 .imageTextGiant-Container .GraphicUpper{height:auto;padding-left: 0;padding-right: 0}
.ModuleImageTextGiant.layout-118 .imageTextGiant-Container .normal_ImgtextBox_content{align-items: center;display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ display: -ms-flexbox; /* TWEENER - IE 10 */ display: -webkit-flex; /* NEW - Chrome */ display: flex;}
.ModuleImageTextGiant.layout-118 .imageTextGiant-Container .GraphicUpper{text-align: left; overflow: hidden; display: block; text-align:center; position: relative;}

@media only screen and (max-width: 767px) {
	.ModuleImageTextGiant.layout-118 .imageTextGiant-Container .row .col-xs-8{padding: 0 3px;width: 91.333333%;}
}
@media only screen and (min-width: 768px) {
	.ModuleImageTextGiant.layout-118 .col-lg-2 {
		width: 10%;
	}
	.ModuleImageTextGiant.layout-118 .imageTextGiant-Container .normal_ImgtextBox_content .GraphicUpper .TextImage{width: 100%}
}.module_443015017 .ModuleHead .HeadCenter{float:none;}
#module_443015017 {
padding:0px;
}
#module_443015017 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_443015017 .ModuleHead443015017 {
display:none;
}
#module_443015017 .BodyCenter.BodyCenter443015017 {
background:none;background-color:rgba(0,0,0,0);
}
#module_443015017 >.module_443015017 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_443015017 >.module_443015017{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_443015017 .BodyCenter.BodyCenter443015017 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443015017 .BodyCenter.BodyCenter443015017 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_443015017 >.module_443015017 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443015017 >.module_443015017 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_443015017 >.module_443015017 {box-shadow: 0px 0px 0px 0px #ccc}
#module_443015017:hover {
border:none;
}
#module_443015017:hover >.module_443015017 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_443015017 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_443015017 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_443015017 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_443015017 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_443015017 .GraphicUpper .TextImage{border-top-color:rgba(0,0,0,0);}
#module_443015017 .GraphicUpper .TextImage{border-top-style:none;}
#module_443015017 .GraphicUpper .TextImage{border-top-width:0px;}
#module_443015017 .GraphicUpper .TextImage{border-right-color:rgba(0,0,0,0);}
#module_443015017 .GraphicUpper .TextImage{border-right-style:none;}
#module_443015017 .GraphicUpper .TextImage{border-right-width:0px;}
#module_443015017 .GraphicUpper .TextImage{border-bottom-color:rgba(0,0,0,0);}
#module_443015017 .GraphicUpper .TextImage{border-bottom-style:none;}
#module_443015017 .GraphicUpper .TextImage{border-bottom-width:0px;}
#module_443015017 .GraphicUpper .TextImage{border-left-color:rgba(0,0,0,0);}
#module_443015017 .GraphicUpper .TextImage{border-left-style:none;}
#module_443015017 .GraphicUpper .TextImage{border-left-width:0px;}
#module_443015017 .GraphicUpper .TextImage{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_443015017 .GraphicUpper .aBox{margin-top:0px;}
#module_443015017 .GraphicUpper .aBox{margin-bottom:0px;}
#module_443015017 .GraphicUpper .aBox{margin-left:0px;}
#module_443015017 .GraphicUpper .aBox{margin-right:8px;}
#module_443015017 .GraphicUpper{width:40%;}
#module_443015017 .MobileGraphicUpper{width:30%;}
#module_443015017 .ModuleImageTextGiantContent{margin-top:0px;}
#module_443015017 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_443015017 .ModuleImageTextGiantContent{margin-left:8px;}
#module_443015017 .ModuleImageTextGiantContent{margin-right:0px;}
#module_443015017 .normal_ImgtextBox_content{padding-top:11px;}
#module_443015017 .normal_ImgtextBox_content{padding-bottom:11px;}
#module_443015017 .normal_ImgtextBox_content{padding-left:0px;}
#module_443015017 .normal_ImgtextBox_content{padding-right:0px;}
#module_443015017 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_443015017 .normal_ImgtextBox_content{margin-left:0px;margin-right:0px;}
#module_443015017 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_443015017 .normal_ImgtextBox_content{background-color:transparent;}
#module_443015017 .normal_ImgtextBox_content{background-image:none;}
#module_443015017 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_443015017 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_443015017 .normal_ImgtextBox_content{background-attachment:none;}
#module_443015017 .normal_ImgtextBox_content{}
#module_443015017 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_443015017 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_443015017 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_443015017 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_443015017 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_443015017 .normal_ImgtextBox_content{border-top-style:none;}
#module_443015017 .normal_ImgtextBox_content{border-top-width:0px;}
#module_443015017 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_443015017 .normal_ImgtextBox_content{border-right-style:none;}
#module_443015017 .normal_ImgtextBox_content{border-right-width:0px;}
#module_443015017 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_443015017 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_443015017 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_443015017 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_443015017 .normal_ImgtextBox_content{border-left-style:none;}
#module_443015017 .normal_ImgtextBox_content{border-left-width:0px;}
#module_443015017 .showHandle .btn{font-size:14px;}
#module_443015017 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_443015017 .showHandle .btn{color:#333;}
#module_443015017 .showHandle .btn{font-weight:400;}
#module_443015017 .showHandle .btn{text-decoration:none;}
#module_443015017 .showHandle .btn{font-style:normal;}
#module_443015017 .showHandle div{border-top-color:#ddd !important;}
#module_443015017 .showHandle div{border-top-style:solid !important;}
#module_443015017 .showHandle div{border-top-width:1px !important;}
#module_443015017 .showHandle{background-color:transparent;}
#module_443015017 .showHandle{background-image:none;}
#module_443015017 .showHandle{background-repeat:no-repeat;}
#module_443015017 .showHandle{}
#module_443015017 .showHandle{}
#module_443015017 .showHandle{}
#module_443015017 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_443015017 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_443015017 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_443015017 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_443015017 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_443015017 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_443015017 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_443015017 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_443015017 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_443015017 .normal_ImgtextBox_content:hover{border-top-left-radius:0px;}
#module_443015017 .normal_ImgtextBox_content:hover{border-top-right-radius:0px;}
#module_443015017 .normal_ImgtextBox_content:hover{border-bottom-left-radius:0px;}
#module_443015017 .normal_ImgtextBox_content:hover{border-bottom-right-radius:0px;}
#module_443015017 .normal_ImgtextBox_content:hover{background-color:transparent;}
#module_443015017 .normal_ImgtextBox_content:hover{background-image:none;}
#module_443015017 .normal_ImgtextBox_content:hover{background-repeat:no-repeat;}
#module_443015017 .normal_ImgtextBox_content:hover{background-position:0% 0%;}
#module_443015017 .normal_ImgtextBox_content:hover{background-attachment:none;}
#module_443015017 .normal_ImgtextBox_content:hover{}
#module_443015017 a{font-size:unset;font-family:unset}
.module_443015022 .ModuleHead .HeadCenter{float:none;}
#module_443015022 {
padding:0px;
}
#module_443015022 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_443015022 .ModuleHead443015022 {
display:none;
}
#module_443015022 .BodyCenter.BodyCenter443015022 {
background:none;background-color:rgba(0,0,0,0);
}
#module_443015022 >.module_443015022 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_443015022 >.module_443015022{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_443015022 .BodyCenter.BodyCenter443015022 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443015022 .BodyCenter.BodyCenter443015022 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_443015022 >.module_443015022 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443015022 >.module_443015022 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_443015022 >.module_443015022 {box-shadow: 0px 0px 0px 0px #ccc}
#module_443015022:hover {
border:none;
}
#module_443015022:hover >.module_443015022 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_443015022 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_443015022 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_443015022 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_443015022 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_443015022 .GraphicUpper{padding-top:0px;}
#module_443015022 .GraphicUpper{padding-bottom:0px;}
#module_443015022 .GraphicUpper{padding-left:0px;}
#module_443015022 .GraphicUpper {padding-right:0px;}
#module_443015022 .GraphicUpper{width:7%;} #module_443015022 .ModuleImageTextContent{width: calc(100% - 7%);}
#module_443015022 .MobileGraphicUpper{width:10%;} #module_443015022 .ModuleMobileImageTextContent{width: calc(100% - 10%);}
#module_443015022 .ModuleImageTextGiantContent{padding-top:0px;}
#module_443015022 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_443015022 .ModuleImageTextGiantContent{padding-left:15px;}
#module_443015022 .ModuleImageTextGiantContent{padding-right:0px;}
#module_443015022 .normal_ImgtextBox_content{padding-top:0px;}
#module_443015022 .normal_ImgtextBox_content{padding-bottom:30px;}
#module_443015022 .normal_ImgtextBox_content{padding-left:0px;}
#module_443015022 .normal_ImgtextBox_content{padding-right:0px;}
#module_443015022 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_443015022 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_443015022 .normal_ImgtextBox_content{background-color:transparent;}
#module_443015022 .normal_ImgtextBox_content{background-image:none;}
#module_443015022 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_443015022 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_443015022 .normal_ImgtextBox_content{background-attachment:none;}
#module_443015022 .normal_ImgtextBox_content{}
#module_443015022 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_443015022 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_443015022 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_443015022 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_443015022 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_443015022 .normal_ImgtextBox_content{border-top-style:none;}
#module_443015022 .normal_ImgtextBox_content{border-top-width:0px;}
#module_443015022 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_443015022 .normal_ImgtextBox_content{border-right-style:none;}
#module_443015022 .normal_ImgtextBox_content{border-right-width:0px;}
#module_443015022 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_443015022 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_443015022 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_443015022 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_443015022 .normal_ImgtextBox_content{border-left-style:none;}
#module_443015022 .normal_ImgtextBox_content{border-left-width:0px;}
#module_443015022 .showHandle .btn{font-size:14px;}
#module_443015022 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_443015022 .showHandle .btn{color:#333;}
#module_443015022 .showHandle .btn{font-weight:400;}
#module_443015022 .showHandle .btn{text-decoration:none;}
#module_443015022 .showHandle .btn{font-style:normal;}
#module_443015022 .showHandle div{border-top-color:#ddd !important;}
#module_443015022 .showHandle div{border-top-style:solid !important;}
#module_443015022 .showHandle div{border-top-width:1px !important;}
#module_443015022 .showHandle{background-color:transparent;}
#module_443015022 .showHandle{background-image:none;}
#module_443015022 .showHandle{background-repeat:no-repeat;}
#module_443015022 .showHandle{}
#module_443015022 .showHandle{}
#module_443015022 .showHandle{}
#module_443015022 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_443015022 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_443015022 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_443015022 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_443015022 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_443015022 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_443015022 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_443015022 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_443015022 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_443015022 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer443013264 #Sub443013264_5 {width:37.2308%;}
.module_443012962 .ModuleHead .HeadCenter{float:none;}
#module_443012962 {
padding:0px;
}
#module_443012962 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_443012962 .ModuleHead443012962 {
display:none;
}
#module_443012962 .BodyCenter.BodyCenter443012962 {
background-color:transparent;
background-image:url(/skin/images/20220725162339342b59.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_443012962 >.module_443012962 {
border-top-style:solid;
border-top-color:rgb(242, 242, 242);
border-top-width:1px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_443012962 >.module_443012962{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_443012962 .BodyCenter.BodyCenter443012962 {
padding-top:0.2615%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443012962 .BodyCenter.BodyCenter443012962 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_443012962 >.module_443012962 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443012962 >.module_443012962 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_443012962 >.module_443012962 {box-shadow: 0px 0px 0px 0px #ccc}
#module_443012962:hover {
border:none;
}
#module_443012962:hover >.module_443012962 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_443012962 .ModuleSubContainer{background-color:transparent;}
#module_443012962 .ModuleSubContainer{background-image:none;}
#module_443012962 .ModuleSubContainer{background-repeat:no-repeat;}
#module_443012962 .ModuleSubContainer{background-position:0% 0%;}
#module_443012962 .ModuleSubContainer{background-attachment:scroll;}
#module_443012962 .ModuleSubContainer{}
#module_443012962 {!bgVideo!}{bgVideoUrl:}
#module_443012962 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_443012962 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_443012962 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer443012962 {max-width:1380px;width:auto;}
.module_443012995 .ModuleHead .HeadCenter{float:none;}
#module_443012995 {
padding:0px;
}
#module_443012995 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_443012995 .ModuleHead443012995 {
display:none;
}

#module_443012995 .ModulePlainTextGiantContent{margin-top:0px;}
#module_443012995 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_443012995 .ModulePlainTextGiantContent{margin-left:0px;}
#module_443012995 .ModulePlainTextGiantContent{margin-right:10px;}
#module_443012995 .plainTextGiant-Container{padding-top:10px;}
#module_443012995 .plainTextGiant-Container{padding-bottom:10px;}
#module_443012995 .plainTextGiant-Container{padding-left:10px;}
#module_443012995 .plainTextGiant-Container{padding-right:10px;}
#module_443012995 a{font-size:unset;font-family:unset}
.ModuleLinkListGiant.layout-103{min-height: 36px;}
/*友情链接 layout 101*/
.ModuleLinkListGiant.layout-103 .selectlink{ display:inline-block; cursor: pointer; margin: 10px 0; border: 1px solid #d7dde4;border-radius: 5px;font-size: 14px; color: #8D95A0; text-align: left; padding: 0 15px; min-width:120px; width: 200px; line-height: 40px; height: 40px;}
.ModuleLinkListGiant.layout-103 .active{ border: 1px solid #5cacfe !important;}
.ModuleLinkListGiant.layout-103 .selectlink .icon-gengduo_huaban1_huaban1{ font-size: 27px; margin-right: 10px;}
.ModuleLinkListGiant.layout-103 .selectlink span{display: inline-block;vertical-align: middle;}
.ModuleLinkListGiant.layout-103 .selectlink .TitleName {white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: calc(100% - 40px);margin-top: -4px;}
.ModuleLinkListGiant.layout-103 .selectlink .link-item{  visibility: hidden; }
.link-item-clone{
    visibility: hidden; 
     overflow: hidden;
     transition: top,height 1s ease-in-out;
    overflow-y: auto;z-index: 9999;  display: block; position: fixed; width: 100%;max-height: 300px; background: #ffffff;border-radius: 5px;box-shadow: 0px 0px 18px 10px rgba(0,0,0,0.08); }
.link-item-clone li:hover{ cursor: pointer; background:#F8F8F8;}
.link-item-clone li{ display: flex;
    align-items: center; margin: 10px 0;   padding: 0px 20px;height: 30px; line-height: 30px;}
.link-item-clone li .btn-link { width: 100%; padding: 0; color: #8D95A0; text-decoration: unset;  text-align: left; overflow: hidden;text-overflow:ellipsis; white-space: nowrap; display: block};
.link-item-clone::-webkit-scrollbar-button{display:none;}  
.link-item-clone::-webkit-scrollbar-track,  
.link-item-clone::-webkit-scrollbar-thumb {  border-radius: 999px;  border: 5px solid transparent;background-color:#CCCCCC  }   
.link-item-clone::-webkit-scrollbar-track {  box-shadow:unset;  }  
.link-item-clone::-webkit-scrollbar-thumb {  min-height: 20px;  background-clip: content-box; box-shadow:unset !important;  }  
.link-item-clone::-webkit-scrollbar-corner{  background: transparent;  } 
.link-item-clone::-webkit-scrollbar-track{background:unset !important;}
/* .link-item-clone::-webkit-scrollbar-thumb{background:#ccc} */
.link-item-clone::-webkit-scrollbar{ width: 14px !important;  height: 14px !important; background-color: transparent; }  .module_443012996 .ModuleHead .HeadCenter{float:none;}
#module_443012996 {
padding:0px;
}
#module_443012996 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_443012996 .ModuleHead443012996 {
display:none;
}
#module_443012996 .BodyCenter.BodyCenter443012996 {
background:none;background-color:rgba(0,0,0,0);
}
#module_443012996 >.module_443012996 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_443012996 >.module_443012996{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_443012996 .BodyCenter.BodyCenter443012996 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443012996 .BodyCenter.BodyCenter443012996 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_443012996 >.module_443012996 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:14.4928%;
}
}
@media screen and (max-width: 767px){
#module_443012996 >.module_443012996 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_443012996 >.module_443012996 {box-shadow: 0px 0px 0px 0px #ccc}
#module_443012996:hover {
border:none;
}
#module_443012996:hover >.module_443012996 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_443012996 .BodyCenter{text-align: right;}
#module_443012996 .selectlink{width: 199px;}
#module_443012996 .selectlink{height: 40px; line-height: 40px;}
#module_443012996 .TitleName{font-size:14px;}
#module_443012996 .TitleName{font-family:微软雅黑,Microsoft YaHei;}
#module_443012996 .TitleName{color:rgb(255, 255, 255);}
#module_443012996 .TitleName{font-weight:normal;}
#module_443012996 .TitleName{text-decoration:none;}
#module_443012996 .TitleName{font-style:normal;}
#module_443012996 .selectlink{background-color:transparent;}
#module_443012996 .icon-gengduo_huaban1_huaban1{color:#000;}
#module_443012996 .icon-gengduo_huaban1_huaban1{font-size:27px;}
#module_443012996 .selectlink{border-top-left-radius:5px;}
#module_443012996 .selectlink{border-top-right-radius:5px;}
#module_443012996 .selectlink{border-bottom-left-radius:5px;}
#module_443012996 .selectlink{border-bottom-right-radius:5px;}
#module_443012996 .selectlink{border-top-color:rgb(255, 255, 255);}
#module_443012996 .selectlink{border-top-style:solid;}
#module_443012996 .selectlink{border-top-width:1px;}
#module_443012996 .selectlink{border-bottom-color:rgb(255, 255, 255);}
#module_443012996 .selectlink{border-bottom-style:solid;}
#module_443012996 .selectlink{border-bottom-width:1px;}
#module_443012996 .selectlink{border-left-color:rgb(255, 255, 255);}
#module_443012996 .selectlink{border-left-style:solid;}
#module_443012996 .selectlink{border-left-width:1px;}
#module_443012996 .selectlink{border-right-color:rgb(255, 255, 255);}
#module_443012996 .selectlink{border-right-style:solid;}
#module_443012996 .selectlink{border-right-width:1px;}
#module_443012996 {}#module_443012996-link-item-clone{box-shadow:0px 0px 12px 2px rgba(0, 0, 0, 0.08);}
#module_443012996 {}#module_443012996-link-item-clone{border-top-left-radius:5px;}
#module_443012996 {}#module_443012996-link-item-clone{border-top-right-radius:5px;}
#module_443012996 {}#module_443012996-link-item-clone{border-bottom-left-radius:5px;}
#module_443012996 {}#module_443012996-link-item-clone{border-bottom-right-radius:5px;}
#module_443012996 {}#module_443012996-link-item-clone{border-top-color:#ccc;}
#module_443012996 {}#module_443012996-link-item-clone{border-top-style:solid;}
#module_443012996 {}#module_443012996-link-item-clone{border-top-width:0px;}
#module_443012996 {}#module_443012996-link-item-clone{border-bottom-color:#ccc;}
#module_443012996 {}#module_443012996-link-item-clone{border-bottom-style:solid;}
#module_443012996 {}#module_443012996-link-item-clone{border-bottom-width:0px;}
#module_443012996 {}#module_443012996-link-item-clone{border-left-color:#ccc;}
#module_443012996 {}#module_443012996-link-item-clone{border-left-style:solid;}
#module_443012996 {} #module_443012996-link-item-clone{border-left-width:0px;}
#module_443012996 {}#module_443012996-link-item-clone{border-right-color:#ccc;}
#module_443012996 {}#module_443012996-link-item-clone{border-right-style:solid;}
#module_443012996 {} #module_443012996-link-item-clone{border-right-width:0px;}
#module_443012996 {} #module_443012996-link-item-clone .LinkHor{height: 30px; line-height: 30px;}
#module_443012996 {} #module_443012996-link-item-clone .LinkHor a{font-size:14px;}
#module_443012996 {} #module_443012996-link-item-clone .LinkHor a{font-family:微软雅黑,Microsoft YaHei;}
#module_443012996 {} #module_443012996-link-item-clone .LinkHor a{color:#8D95A0;}
#module_443012996 {} #module_443012996-link-item-clone .LinkHor a{font-weight:normal;}
#module_443012996 {} #module_443012996-link-item-clone .LinkHor a{text-decoration:none;}
#module_443012996 {} #module_443012996-link-item-clone .LinkHor a{font-style:normal;}
#module_443012996 .icon-gengduo_huaban1_huaban1:hover{color:rgb(255, 192, 0);}
#module_443012996 .icon-gengduo_huaban1_huaban1:hover{font-size:27px;}
#module_443012996 {} #module_443012996-link-item-clone li:hover{background-color:#F8F8F8;}
#module_443012996 {} #module_443012996-link-item-clone .LinkHor:hover a{font-size:14px;}
#module_443012996 {} #module_443012996-link-item-clone .LinkHor:hover a{font-family:微软雅黑,Microsoft YaHei;}
#module_443012996 {} #module_443012996-link-item-clone .LinkHor:hover a{color:rgb(102, 102, 102);}
#module_443012996 {} #module_443012996-link-item-clone .LinkHor:hover a{font-weight:normal;}
#module_443012996 {} #module_443012996-link-item-clone .LinkHor:hover a{text-decoration:none;}
#module_443012996 {} #module_443012996-link-item-clone .LinkHor:hover a{font-style:normal;}
#module_443012996 .TitleName:hover{font-size:14px;}
#module_443012996 .TitleName:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_443012996 .TitleName:hover{color:rgb(255, 255, 255);}
#module_443012996 .TitleName:hover{font-weight:normal;}
#module_443012996 .TitleName:hover{text-decoration:none;}
#module_443012996 .TitleName:hover{font-style:hover;}
#module_443012996 .selectlink:hover{background-color:transparent;}
#module_443012996 .selectlink:hover{border-top-color:#ccc;}
#module_443012996 .selectlink:hover{border-top-style:solid;}
#module_443012996 .selectlink:hover{border-bottom-color:#ccc;}
#module_443012996 .selectlink:hover{border-bottom-style:solid;}
#module_443012996 .selectlink:hover{border-left-color:#ccc;}
#module_443012996 .selectlink:hover{border-left-style:solid;}
#module_443012996 .selectlink:hover{border-right-color:#ccc;}
#module_443012996 .selectlink:hover{border-right-style:solid;}

.module_447371001 .ModuleHead .HeadCenter{float:none;}
#module_447371001 {
padding:0px;
}
#module_447371001 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_447371001 .ModuleHead447371001 {
display:none;
}
#module_447371001 .BodyCenter.BodyCenter447371001 {
background:none;background-color:rgb(16, 86, 49);
}
#module_447371001 >.module_447371001 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_447371001 >.module_447371001{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_447371001 .BodyCenter.BodyCenter447371001 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_447371001 .BodyCenter.BodyCenter447371001 {
padding-top:2.8818%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:2.8818%;
}
}
@media screen and (min-width: 768px){
#module_447371001 >.module_447371001 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_447371001 >.module_447371001 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_447371001 >.module_447371001 {box-shadow: 0px 0px 0px 0px #ccc}
#module_447371001:hover {
border:none;
}
#module_447371001:hover >.module_447371001 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_447371001 .ModuleSubContainer{background-color:transparent;}
#module_447371001 .ModuleSubContainer{background-image:none;}
#module_447371001 .ModuleSubContainer{background-repeat:no-repeat;}
#module_447371001 .ModuleSubContainer{background-position:0% 0%;}
#module_447371001 .ModuleSubContainer{background-attachment:scroll;}
#module_447371001 .ModuleSubContainer{}
#module_447371001 {!bgVideo!}{bgVideoUrl:}
#module_447371001 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_447371001 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_447371001 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer447371001 {}
.module_447371003 .ModuleHead .HeadCenter{float:none;}
#module_447371003 {
padding:0px;
}
#module_447371003 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_447371003 .ModuleHead447371003 {
display:none;
}

#module_447371003 .ModuleImageTextGiantContent{margin-top:0px;}
#module_447371003 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_447371003 .ModuleImageTextGiantContent{margin-left:0px;}
#module_447371003 .ModuleImageTextGiantContent{margin-right:0px;}
#module_447371003 .imageTextGiant-Container{padding-top:10px;}
#module_447371003 .imageTextGiant-Container{padding-bottom:10px;}
#module_447371003 .imageTextGiant-Container{padding-left:10px;}
#module_447371003 .imageTextGiant-Container{padding-right:10px;}
#module_447371003 .showHandle .btn{font-size:14px;}
#module_447371003 .showHandle .btn{font-family:;}
#module_447371003 .showHandle .btn{color:#333;}
#module_447371003 .showHandle .btn{font-weight:400;}
#module_447371003 .showHandle .btn{text-decoration:none;}
#module_447371003 .showHandle .btn{font-style:normal;}
#module_447371003 .showHandle div{border-top-color:#ddd !important;}
#module_447371003 .showHandle div{border-top-style:solid !important;}
#module_447371003 .showHandle div{border-top-width:1px !important;}
#module_447371003 .showHandle{background-color:transparent;}
#module_447371003 .showHandle{}
#module_447371003 .showHandle{background-repeat:no-repeat;}
#module_447371003 .showHandle{}
#module_447371003 .showHandle{}
#module_447371003 .showHandle{}
#module_447371003 a{font-size:unset;font-family:unset}
.ModuleMobileNavGiant.layout-101 p {
    color: #fff;
}

.ModuleMobileNavGiant.layout-101 .subnav li a {
    font-size: 15px;
}

.ModuleMobileNavGiant.layout-101 .mobileNav_1.showFloatNav {
    -ms-transform: translateX(17rem) !important;
    -khtml-transform: translateX(17rem) !important;
    -webkit-transform: translateX(17rem) !important;
    -o-transform: translateX(17rem) !important;
    -moz-transform: translateX(17rem) !important;
    transform: translateX(17rem) !important;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.mobileFootNav_1.showFloatNav {
    -ms-transform: translateX(17rem) !important;
    -khtml-transform: translateX(17rem) !important;
    -webkit-transform: translateX(17rem) !important;
    -o-transform: translateX(17rem) !important;
    -moz-transform: translateX(17rem) !important;
    transform: translateX(17rem) !important;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.ModuleMobileNavGiant.layout-101 .maxlarge {
    max-width: 10rem;
}

.ModuleMobileNavGiant.layout-101 .maxmiddle {
    max-width: 8rem;
}

.ModuleMobileNavGiant.layout-101 .header-model {
    width: 100%;
    height: 3rem;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item {
    background: #333333;
    max-height: calc(100vh);
    z-index: 99999;
    -webkit-overflow-scrolling: touch;
}

.mobileNavFloatLayer_1 {
    display: block;
    visibility: hidden;
    width: 17rem;
    height: 100%;
    -ms-transform: translateX(-17rem);
    -khtml-transform: translateX(-17rem);
    -webkit-transform: translateX(-17rem);
    -o-transform: translateX(-17rem);
    -moz-transform: translateX(-17rem);
    transform: translateX(-17rem);
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
    -ms-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    -moz-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    -o-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
    z-index: 9999
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li {
    color: #fff;
    border-bottom: 1px solid #666;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li.on {
    border-left: 5px solid #888888;
    transition: all .3s ease-out
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item>ul>li>a {
    padding-left: 15%;
    font-size: 15px;
    color: #fff;
    display: block;
    height: 65px;
    position: relative;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item>ul>li>a .main-class-colorlump {
    width: 10px;
    height: 66px;
    background-color: #888;
    display: none;
    vertical-align: middle;
    top: unset;
    margin-right: 0;
    transform: unset;
    position: unset;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li i {
    width: 18.5px;
    height: 20px;
    display: inline-block;
    margin-right: 1.06rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 2.06rem;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li.open>a .more:before {
    content: "\e6a6";
}

.ModuleMobileNavGiant.layout-101 .subnav {
    z-index: -99;
}

.ModuleMobileNavGiant.layout-101 .micro-nav {
    position: absolute;
    top: 50px;
    width: 100%;
    display: none;
}

.ModuleMobileNavGiant.layout-101 .more {
    line-height: 65px;
    z-index: 999;
    font-size: 20px;
    text-align: center;
    width: 50px;
    height: 100%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease;
}

.ModuleMobileNavGiant.layout-101 .treenav li a.treemenu {
    padding-left: 30%;
}

/*滚动条*/

.ModuleMobileNavGiant.layout-101 .micro-nav-item {
    overflow: auto;
    height: 100%;
}

.ModuleMobileNavGiant.layout-101 #accordion {
    position: relative;
    top: 0;
}

/*二级导航*/

.ModuleMobileNavGiant.layout-101 .subnav a {
    padding-left: 25%;
    display: block;
    font-size: 15px;
    position: relative;
    height: 65px;
    /*line-height: 65px;*/
}

.ModuleMobileNavGiant.layout-101 .containers {
    width: 100%;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.ModuleMobileNavGiant.layout-101 header {
    display: flex;
    height: 50px!important;
    background: #000;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 50px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 0 0
}

.ModuleMobileNavGiant.layout-101 header {
    box-sizing: border-box;
    width: 100%
}



.bodyfixd {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.bodyabstre {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}



.ModuleMobileNavGiant.layout-101 .subnav li:first-child {
    border-top: 1px solid #666;
}

.ModuleMobileNavGiant.layout-101 .subnav li {
    border: 0 ! important
}

.ModuleMobileNavGiant.layout-101 .subnav li:last-child {
    border-bottom: 0;
}

.ModuleMobileNavGiant.layout-101 #mobileDesignerContainer #pagebody {
    margin-top: 3rem;
}

.ModuleMobileNavGiant.layout-101 #header p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 0;
    width: 100%;
    /* max-width: 80%; */
}

.ModuleMobileNavGiant.layout-101 #header p img {
    max-height: 40px;
    padding-right: 8pt;
    padding-left: 8pt;
    /* margin-right: 8px;
     margin-left: 15px;
    padding-left: 40px; */
}

.ModuleMobileNavGiant.layout-101 .navcontent {
    display: flex;
    width: calc(100% - 60px);
    margin-left: 50px;
    margin-right: 8pt;
}

.ModuleMobileNavGiant.layout-101 .navcontent a {
    width: 56px;
    text-align: center;
    display: block;
}

.ModuleMobileNavGiant.layout-101 .icons {
    font-size: 16pt;
    color: #fff;
}

.ModuleMobileNavGiant.layout-101 .svgdiv {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999;
}

.ModuleMobileNavGiant.layout-101 .svgdiv svg {
    width: 16pt;
    height: 16pt;
    position: relative;
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .mobileNav {
        width: 100%;
        height: 3rem;
        line-height: 3rem;
        text-align: center;
        position: fixed;
    }
    .mobileNavFloatLayer_1 {
        display: block;
        visibility: hidden;
        width: 17rem;
        height: 100%;
        -ms-transform: translateX(-17rem);
        -khtml-transform: translateX(-17rem);
        -webkit-transform: translateX(-17rem);
        -o-transform: translateX(-17rem);
        -moz-transform: translateX(-17rem);
        transform: translateX(-17rem);
        -ms-transition: 0.5s;
        -webkit-transition: 0.5s;
        -khtml-transition: 0.5;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
        -webkit-box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
        -ms-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
        -moz-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
        -o-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
        box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
        z-index: 9999
    }
    .mobileNavFloatLayer_r {
        right: 0;
        -ms-transform: translateX(17rem);
        -khtml-transform: translateX(17rem);
        -webkit-transform: translateX(17rem);
        -o-transform: translateX(17rem);
        -moz-transform: translateX(17rem);
        transform: translateX(17rem);
    }
}

@media only screen and (min-width: 768px) {
    .ModuleMobileNavGiant.layout-101 #mobileDesignerContainer #pagebody {
        margin-top: 0px;
    }
    .ModuleMobileNavGiant.layout-101 .header-model {
        display: none;
    }
}

.ModuleMobileNavGiant.layout-101 .icon-dianhua-moren {
    font-weight: normal;
}

.ModuleMobileNavGiant.layout-101 .icon-sousuo {
    font-weight: 750;
}

.ModuleMobileNavGiant.layout-101 .MobileNavClickLayer{
    top: 0;
    z-index: 9998;
    opacity: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    display: none;
}.module_442933597 .ModuleHead .HeadCenter{float:none;}
#module_442933597 {
padding:0px;
}
#module_442933597 {
}
#module_442933597 .ModuleHead442933597 {
display:none;
}
#module_442933597 .BodyCenter.BodyCenter442933597 {
background:none;background-color:rgba(0,0,0,0);
}
#module_442933597 >.module_442933597 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_442933597 >.module_442933597{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_442933597 .BodyCenter.BodyCenter442933597 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_442933597 .BodyCenter.BodyCenter442933597 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_442933597 >.module_442933597 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_442933597 >.module_442933597 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_442933597 >.module_442933597 {box-shadow: 0px 0px 0px 0px #ccc}
#module_442933597:hover {
border:none;
}
#module_442933597:hover >.module_442933597 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_442933597 .langlistbox{background-color:#fff} #module_442933597 .langlistbox .jt{border-bottom-color:#fff}
#module_442933597 .langlistbox .langinfo{color:#333333}
#module_442933597 .langlistbox .langinfo{background-color:#fff}
#module_442933597 .langlistbox .langinfo{border-color:#333333}
#module_442933597 .langlistbox .langtxt{ font-size:16px }
#module_442933597 .langlistbox .langtxt{ color:#333333 }
#module_442933597 {}#module_442933597.layout-101 #header{border-bottom-color:transparent;}
#module_442933597 {}#module_442933597.layout-101 #header{border-bottom-style:none;}
#module_442933597 {}#module_442933597.layout-101 #header{border-bottom-width:0px;}
#module_442933597 {}#module_442933597.layout-101 #header{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);}
#module_442933597 {}#module_442933597.layout-101 #MobileNav{background-color: transparent;} #module_442933597.layout-101 #header{background-color:rgb(16, 86, 49);}
#module_442933597 {}#module_442933597.layout-101 #header{}
#module_442933597 {}#module_442933597.layout-101 #header p{font-Family:微软雅黑,Microsoft YaHei;}
#module_442933597 {}#module_442933597.layout-101 #header p{font-size:16px;}
#module_442933597 {}#module_442933597.layout-101 #header p{color:#fff;}
#module_442933597 {}#module_442933597.layout-101 #header p{font-weight:normal;}
#module_442933597 {}#module_442933597.layout-101 #header p{text-decoration:none;}
#module_442933597 {}#module_442933597.layout-101 #header p{font-style:normal;}
#module_442933597 {}#module_442933597.layout-101 .lcitem .rect{background:#fff;} #module_442933597.layout-101 .icons{color:#fff;} #module_442933597.layout-101 .svgdiv svg>*{fill:#fff;}
#module_442933597 {}#module_442933597.layout-101 .micro-nav-item ul li{border-bottom-color:rgb(16, 111, 61);}
#module_442933597 {}#module_442933597.layout-101 .micro-nav-item,#module_442933597.layout-101 #MobileNavFloatLayer{background-color:rgb(16, 86, 49);}
#module_442933597 {}#module_442933597.layout-101 .micro-nav-item,#module_442933597.layout-101 #MobileNavFloatLayer{}
#module_442933597 {}#module_442933597.layout-101 .micro-nav-item>ul>li>a{background:rgb(16, 86, 49);}
#module_442933597 {}#module_442933597.layout-101 .micro-nav-item>ul>li>a{}
#module_442933597 {}#module_442933597.layout-101 .micro-nav-item>ul>li>a,#module_442933597.layout-101 .micro-nav-item>ul>li>a p{color:#fff;}
#module_442933597 {}#module_442933597.layout-101 .micro-nav-item>ul>li .subnav a{background:rgb(17, 101, 57);}
#module_442933597 {}#module_442933597.layout-101 .micro-nav-item>ul>li .subnav a{}
#module_442933597 {}#module_442933597.layout-101 .micro-nav-item>ul>li .subnav a,#module_442933597.layout-101 .micro-nav-item>ul>li .subnav a p{color:#fff;}
#module_442933597 {}#module_442933597.layout-101 .micro-nav-item>ul>li>a,#module_442933597.layout-101 .micro-nav-item>ul>li>a p{font-family:微软雅黑,Microsoft YaHei;}
#module_442933597 {}#module_442933597.layout-101 .micro-nav-item>ul>li>a,#module_442933597.layout-101 .micro-nav-item>ul>li>a p{font-size:15px;}
#module_442933597 {}#module_442933597.layout-101 .micro-nav-item>ul>li .subnav a,#module_442933597.layout-101 .micro-nav-item>ul>li .subnav a p{font-family:微软雅黑,Microsoft YaHei;}
#module_442933597 {}#module_442933597.layout-101 .micro-nav-item>ul>li .subnav a,#module_442933597.layout-101 .micro-nav-item>ul>li .subnav a p{font-size:15px;}
#module_442933597 .langlistbox li:hover .langinfo,#module_442933597 .langactive .langinfo {color:#fff}
#module_442933597 .langlistbox li:hover .langinfo,#module_442933597 .langactive .langinfo{background-color:#333333}
#module_442933597 .langlistbox li:hover .langinfo,#module_442933597 .langactive .langinfo{border-color:#333333}
#module_442933597 .langlistbox li:hover .langtxt,#module_442933597 .langactive .langtxt{ color:#333333 }
#module_442933597 {}#module_442933597.layout-101 .micro-nav-item>ul>li>a:hover{}
#module_442933597 {}#module_442933597.layout-101 .micro-nav-item>ul>li>a:hover,#module_442933597.layout-101 .micro-nav-item>ul>li>a:hover p{color:#fff;}
#module_442933597 {}#module_442933597.layout-101 .micro-nav-item>ul>li>a:hover .main-class-colorlump{display:block; background-color:rgb(27, 138, 80);}
#module_442933597 {}#module_442933597.layout-101 .micro-nav-item>ul>li .subnav a:hover{background:rgb(16, 86, 49);}
#module_442933597 {}#module_442933597.layout-101 .micro-nav-item>ul>li .subnav a:hover{}
#module_442933597 {}#module_442933597.layout-101 .micro-nav-item>ul>li .subnav a:hover,#module_442933597.layout-101 .micro-nav-item>ul>li .subnav a:hover p{color:#fff;}
.ModuleMobileFloatNavGiant {position: fixed;
     z-index: 4998;}
.ModuleMobileFloatNavGiant .defaultbtn{ position: relative; box-shadow: 0pt 1.5pt 3pt 0pt rgba(0,0,0,0.16); background-color: #fff;  
    width:50px; height: 50px; border-radius: 50%;}
.ModuleMobileFloatNavGiant .spotgroup,.ModuleMobileFloatNavGiant .itemicon{  position: absolute;color: green;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-45%);
    font-size: 16px;
}
.ModuleMobileFloatNavGiant svg {
    width: 22px;
    height: 22px;
    margin-top: 5px;
}


.ModuleMobileFloatNavGiant .itemicon{ color: black;}
.ModuleMobileFloatNavGiant .itembtn{ display: block; position: relative; box-shadow: 0pt 1.5pt 3pt 0pt rgba(0,0,0,0.16); background-color: #fff;  
    width:45px; height: 45px; border-radius: 50%; margin-bottom: 15px;}
.ModuleMobileFloatNavGiant .itemtext{
    position: relative;
    left: -60px;
    background: #fff;
    padding: 5px 14px;
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    box-shadow: 0px 1.5px 10px 0px rgba(0,0,0,0.16); 
    color: #666;
    box-sizing: content-box;
    /* min-width: 80px; */
}
.ModuleMobileFloatNavGiant .defaultbtnbghover{
    transform: rotate(180deg);
    transition: all 0.5s;
}
.ModuleMobileFloatNavGiant .itemtextright{
    text-align: right;
}
.ModuleMobileFloatNavGiant .itemtextleft{
    text-align: left;
}
.ModuleMobileFloatNavGiant .itemtextright::before{
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 50%;
    right: -8px;
    position: absolute;
    transform: translateY(-50%);
    content: '';
}
.ModuleMobileFloatNavGiant .itemtextleft::before{
    border-right: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 50%;
    left: -7px;
    position: absolute;
    transform: translateY(-50%);
    content: '';
}
.ModuleMobileFloatNavGiant .FloatNavitemlist{ height: 0; display: none; transition:all} 
.itemimg{
    max-height: 25px;
    max-width: 25px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    width: 100%;
    height: 100%
}
.FloatNavMask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    opacity: 0.50;
    background: #000;
    z-index: 15;
}
.FloatNavQRCode span img {
    border: solid 0.625rem #fff;
}
.FloatNavQRCode span {
    display: block;
    overflow: hidden;
    bottom: 3.750rem;
    right: 0.625rem;
    position: fixed;
    z-index: 20;
}
.FloatNavQRCode {
    display: none;
    position: fixed;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-align: center;
}.module_442933598 .ModuleHead .HeadCenter{float:none;}
#module_442933598 {
padding:0px;
}
#module_442933598 {
}
#module_442933598 .ModuleHead0 {
display:none;
}

#module_442933598 .defaultbtn{background-color:#fff}
#module_442933598 .defaultbtn{}
#module_442933598 .spotgroup{color:#000}
#module_442933598 .itembtn{background-color:#fff}
#module_442933598 .itembtn{}
#module_442933598 .itemicon{color:#666} #module_442933598 svg>*{fill:#666}
#module_442933598 .itemtext{background-color:#fff} #module_442933598 .itemtextright::before{border-left-color:#fff} #module_442933598 .itemtextleft::before{border-right-color:#fff}
#module_442933598 .itemtext{}
#module_442933598 .itemtext{font-size:12px;}
#module_442933598 .itemtext{font-family:;}
#module_442933598 .itemtext{color:#666 !important;}
#module_442933598 .itemtext{font-weight:normal;}
#module_442933598 .itemtext{text-decoration:none;}
#module_442933598 .itemtext{font-style:normal;}
#module_442933598 .defaultbtnbghover{background-color:#000000}
#module_442933598 .defaultbtnbghover{}
#module_442933598 .defaultbtniconbghover{color:#fff}
.module_442933599 .ModuleHead .HeadCenter{float:none;}
#module_442933599 {
padding:0px;
}
#module_442933599 {
}
#module_442933599 .ModuleHead442933599 {
display:none;
}
#module_442933599 .BodyCenter.BodyCenter442933599 {
background:none;background-color:rgba(0,0,0,0);
}
#module_442933599 >.module_442933599 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_442933599 >.module_442933599{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_442933599 .BodyCenter.BodyCenter442933599 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_442933599 .BodyCenter.BodyCenter442933599 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_442933599 >.module_442933599 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_442933599 >.module_442933599 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_442933599 >.module_442933599 {box-shadow: 0px 0px 0px 0px #ccc}
#module_442933599:hover {
border:none;
}
#module_442933599:hover >.module_442933599 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_442933599 .foot-nav-list{background-color:rgb(16, 86, 49) !important;}
#module_442933599 .foot-nav-list{border-top-color:rgb(255, 255, 255);}
#module_442933599 .foot-nav-list{border-top-style:solid;}
#module_442933599 .foot-nav-list{border-top-width:1px;}
#module_442933599 #MobileFootNav{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);}
#module_442933599 .icon{color:#fff !important;} #module_442933599 .icon svg >*{fill:#fff}
#module_442933599 .itemText{font-size:12px;}
#module_442933599 .itemText{font-family:微软雅黑,Microsoft YaHei;}
#module_442933599 .itemText{color:#fff !important;}
#module_442933599 .itemText{font-weight:normal;}
#module_442933599 .itemText{text-decoration:none;}
#module_442933599 .itemText{font-style:normal;}
#module_442933599 .iconh{color:#fff !important;}  #module_442933599 .iconh svg >*{fill:#fff}
#module_442933599 .itemTexth{font-size:12px;}
#module_442933599 .itemTexth{font-family:微软雅黑,Microsoft YaHei;}
#module_442933599 .itemTexth{color:#fff !important;}
#module_442933599 .itemTexth{font-weight:normal;}
#module_442933599 .itemTexth{text-decoration:none;}
#module_442933599 .itemTexth{font-style:normal;}
