/*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;}
.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_447371113 .ModuleHead .HeadCenter{float:none;}
#module_447371113 {
padding:0px;
}
#module_447371113 {
position:static;
z-index:1;
top:24px;
left:0px;
width:100%;
height: auto;
}
#module_447371113 .ModuleHead447371113 {
display:none;
}
#module_447371113 .BodyCenter.BodyCenter447371113 {
background:none;background-color:rgba(0,0,0,0);
}
#module_447371113 >.module_447371113 {
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_447371113 >.module_447371113{
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_447371113 .BodyCenter.BodyCenter447371113 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_447371113 .BodyCenter.BodyCenter447371113 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_447371113 >.module_447371113 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_447371113 >.module_447371113 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_447371113 >.module_447371113 {box-shadow: 0px 0px 0px 0px #ccc}
#module_447371113:hover {
border:none;
}
#module_447371113:hover >.module_447371113 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_447371113 .ModuleSubContainer{background-color:transparent;}
#module_447371113 .ModuleSubContainer{background-image:none;}
#module_447371113 .ModuleSubContainer{background-repeat:no-repeat;}
#module_447371113 .ModuleSubContainer{background-position:0% 0%;}
#module_447371113 .ModuleSubContainer{background-attachment:scroll;}
#module_447371113 .ModuleSubContainer{}
#module_447371113 {!bgVideo!}{bgVideoUrl:}
#module_447371113 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_447371113 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_447371113 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer447371113 {max-width:none;width:100%;}
/*轮播图样式*/
.ModuleSlideV2Giant.layout-103 .slider-layout-103 {width: 100%; height: auto; margin: auto; position: relative;font-size: 0;}
.ModuleSlideV2Giant.layout-103 .slider-layout-103 .slider-layout-content:not(:first-child) {position: absolute; left: 0; top: 0; opacity: 0;}
.ModuleSlideV2Giant.layout-103 .slick-dotted.slick-slider {margin-bottom: 0; font-size: 0;}
.ModuleSlideV2Giant.layout-103 .slider-layout-103 .slick-active .scaleBigToSmall {-webkit-animation: scaleBigToSmall .9s linear; animation: scaleBigToSmall .9s linear;}
.ModuleSlideV2Giant.layout-103 .slider-layout-103 .slick-active .nextScalePage {-webkit-animation: nextScalePage .9s linear; animation: nextScalePage .9s linear;}
.ModuleSlideV2Giant.layout-103 .slide-box img {position: relative; left: 50%; transform: translate(-50%);}
.ModuleSlideV2Giant.layout-103 .slide-box .swiperImg {width:100%;}
.ModuleSlideV2Giant.layout-103 .slick-dots {bottom: 30px;}
.ModuleSlideV2Giant.layout-103 .slick-dots li {width: 12px; height: 12px; margin-left: unset; margin-right: 20px; padding: 0;}
.ModuleSlideV2Giant.layout-103 .slick-dots li:last-child {margin-right: unset;}
.ModuleSlideV2Giant.layout-103 .slick-dots li button {width: 12px; height: 12px; padding: 0;}
.ModuleSlideV2Giant.layout-103 .slick-dots li button:before {line-height: 12px; width: 12px; height: 12px; opacity: 1;}
.ModuleSlideV2Giant.layout-103 .slick-dots li:hover button:before {color: #139d8f;}
.ModuleSlideV2Giant.layout-103 .slick-dots li.slick-active button:before {color: #139d8f;}
.ModuleSlideV2Giant.layout-103 .slick-prev, .ModuleSlideV2Giant.layout-103 .slick-next {font-size: 0; z-index: 1; width: 30px; height: 70px; border-radius: 4px; background-color: rgba(0, 0, 0, .5); line-height: 70px;}
.ModuleSlideV2Giant.layout-103 .slick-prev {left: 20px; padding: 2px 2px 2px 0;}
.ModuleSlideV2Giant.layout-103 .slick-next {right: 20px; padding: 2px 0 2px 2px;}
.ModuleSlideV2Giant.layout-103 .slick-prev:before,
.ModuleSlideV2Giant.layout-103 .slick-next:before {content: unset;}
.ModuleSlideV2Giant.layout-103 .icon-leftMenu {color: #fff; font-size: 16px; display: inline-block;}
.ModuleSlideV2Giant.layout-103 .slick-prev .icon-leftMenu {transform: rotateY(180deg);}
.ModuleSlideV2Giant.layout-103 .slick-prev div, .ModuleSlideV2Giant.layout-103 .slick-next div {width: 100px; height: 100%; position: relative; display: none;}
.ModuleSlideV2Giant.layout-103 .slick-prev div {float: right;}
.ModuleSlideV2Giant.layout-103 .slick-next div {float: left;}
.ModuleSlideV2Giant.layout-103 .slick-prev img, .ModuleSlideV2Giant.layout-103 .slick-next img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%;}
.ModuleSlideV2Giant.layout-103 .slick-prev:hover,
.ModuleSlideV2Giant.layout-103 .slick-next:hover{width: 130px; background-color: #139d8f;}
.ModuleSlideV2Giant.layout-103 .slick-prev:hover div,
.ModuleSlideV2Giant.layout-103 .slick-next:hover div {display: inline-block;}
.ModuleSlideV2Giant.layout-103 .slide-box video{
    width: 100%;
    height: 100%;
    min-height: 32px;
    display: block;
}
@media (min-width: 1000px) and (max-width: 1920px) {
    .ModuleSlideV2Giant.layout-103 .slick-dots {bottom: 6%;}
    .ModuleSlideV2Giant.layout-103 .slick-prev {left:2.5%;}
    .ModuleSlideV2Giant.layout-103 .slick-next {right:2.5%;}
}

@media (min-width: 600px) and (max-width: 999px) {
    .ModuleSlideV2Giant.layout-103 .slick-dots {bottom:9%;}
    .ModuleSlideV2Giant.layout-103 .icon-leftMenu{font-size: 14px;}
    .ModuleSlideV2Giant.layout-103 .slick-active{width: 6px; height: 100%;}
    .ModuleSlideV2Giant.layout-103 .slick-prev .slick-arrow{width: 26px; height: 58px; line-height: 58px;}
    .ModuleSlideV2Giant.layout-103 .slick-prev{left: 3.5%;}
    .ModuleSlideV2Giant.layout-103 .slick-next{right: 3.5%;}
}

@media (min-width: 599px) and (max-width: 766px) {
    .ModuleSlideV2Giant.layout-103 .slick-dots {bottom:10% !important;}
    .ModuleSlideV2Giant.layout-103 .icon-leftMenu{font-size: 12px;}
    .ModuleSlideV2Giant.layout-103 .slick-active{width: 4px; height: 4px;}
    .ModuleSlideV2Giant.layout-103 .slick-prev .slick-arrow{width: 22px;height: 48px;line-height: 48px;}
    .ModuleSlideV2Giant.layout-103 .slick-prev{left: 3.5%;}
    .ModuleSlideV2Giant.layout-103 .slick-next{right: 3.5%;}
}

@media only screen and (max-width: 767px) {
    .ModuleSlideV2Giant.layout-103 .slick-dots {bottom: 20px;}
    .ModuleSlideV2Giant.layout-103 .slick-dots li {width: 9px; height: 9px;}
    .ModuleSlideV2Giant.layout-103 .slick-dots li button {width: 9px; height: 9px;}
    .ModuleSlideV2Giant.layout-103 .slick-dots li button:before {line-height: 9px; width: 9px; height: 9px;}
    .ModuleSlideV2Giant.layout-103 .slick-prev, .ModuleSlideV2Giant.layout-103 .slick-next {display: none !important;}
}.module_447371114 .ModuleHead .HeadCenter{float:none;}
#module_447371114 {
padding:0px;
}
#module_447371114 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_447371114 .ModuleHead447371114 {
display:none;
}

#module_447371114 .slick-dots li button:before{color:rgba(0, 0, 0, .3);}
#module_447371114 .slick-prev .icon-leftMenu, #module_447371114 .slick-next .icon-leftMenu{color:#fff;}
#module_447371114 .slick-prev, #module_447371114 .slick-next {background-color:rgba(0, 0, 0, .5);}
#module_447371114 .slick-dots li:hover button:before, #module_447371114 .slick-dots li.slick-active button:before{color:rgba(0, 0, 0, 1);}
#module_447371114 .slick-prev:hover .icon-leftMenu, #module_447371114 .slick-next:hover .icon-leftMenu{color:#fff;}
#module_447371114 .slick-prev:hover, #module_447371114 .slick-next:hover {background-color:rgba(0, 0, 0, 1);}
#module_447371114 .SubContainer {max-width:1380px !important;}

.module_442935176 .ModuleHead .HeadCenter{float:none;}
#module_442935176 {
padding:0px;
}
#module_442935176 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_442935176 .ModuleHead442935176 {
display:none;
}
#module_442935176 .BodyCenter.BodyCenter442935176 {
background:none;background-color:rgba(0,0,0,0);
}
#module_442935176 >.module_442935176 {
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_442935176 >.module_442935176{
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_442935176 .BodyCenter.BodyCenter442935176 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_442935176 .BodyCenter.BodyCenter442935176 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_442935176 >.module_442935176 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_442935176 >.module_442935176 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_442935176 >.module_442935176 {box-shadow: 0px 0px 0px 0px #ccc}
#module_442935176:hover {
border:none;
}
#module_442935176:hover >.module_442935176 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

#module_442935184 .slick-dots li button:before{color:rgba(0, 0, 0, .3);}
#module_442935184 .slick-prev .icon-leftMenu, #module_442935184 .slick-next .icon-leftMenu{color:#fff;}
#module_442935184 .slick-prev, #module_442935184 .slick-next {background-color:rgba(0, 0, 0, .5);}
#module_442935184 .slick-dots li:hover button:before, #module_442935184 .slick-dots li.slick-active button:before{color:rgba(0, 0, 0, 1);}
#module_442935184 .slick-prev:hover .icon-leftMenu, #module_442935184 .slick-next:hover .icon-leftMenu{color:#fff;}
#module_442935184 .slick-prev:hover, #module_442935184 .slick-next:hover {background-color:rgba(0, 0, 0, 1);}
#module_442935184 .SubContainer {max-width:1380px !important;}

.module_447369095 .ModuleHead .HeadCenter{float:none;}
#module_447369095 {
padding:0px;
}
#module_447369095 {
position:static;
z-index:1;
top:189px;
left:0px;
width:100%;
height: auto;
}
#module_447369095 .ModuleHead447369095 {
display:none;
}
#module_447369095 .BodyCenter.BodyCenter447369095 {
background-color:transparent;
background-image:url(/skin/images/202207151449526088af.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_447369095 >.module_447369095 {
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_447369095 >.module_447369095{
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_447369095 .BodyCenter.BodyCenter447369095 {
padding-top:1.2552%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.0460%;
}
}
@media screen and (max-width: 767px){
#module_447369095 .BodyCenter.BodyCenter447369095 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_447369095 >.module_447369095 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_447369095 >.module_447369095 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_447369095 >.module_447369095 {box-shadow: 0px 0px 0px 0px #ccc}
#module_447369095:hover {
border:none;
}
#module_447369095:hover >.module_447369095 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_447369095 .ModuleSubContainer{background-color:transparent;}
#module_447369095 .ModuleSubContainer{background-image:none;}
#module_447369095 .ModuleSubContainer{background-repeat:no-repeat;}
#module_447369095 .ModuleSubContainer{background-position:0% 0%;}
#module_447369095 .ModuleSubContainer{background-attachment:scroll;}
#module_447369095 .ModuleSubContainer{}
#module_447369095 {!bgVideo!}{bgVideoUrl:}
#module_447369095 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_447369095 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_447369095 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer447369095 {max-width:1380px;width:auto;}
.module_447369096 .ModuleHead .HeadCenter{float:none;}
#module_447369096 {
padding:0px;
}
#module_447369096 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_447369096 .ModuleHead447369096 {
display:none;
}
#module_447369096 {
border:none;
}
@media screen and (min-width: 768px){
#module_447369096 >.module_447369096 {
margin-top:2.3188%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_447369096 >.module_447369096 {
margin-top:5.7637%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_447369096 .ModulePlainTextGiantContent{margin-top:0px;}
#module_447369096 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_447369096 .ModulePlainTextGiantContent{margin-left:0px;}
#module_447369096 .ModulePlainTextGiantContent{margin-right:10px;}
#module_447369096 .plainTextGiant-Container{padding-top:10px;}
#module_447369096 .plainTextGiant-Container{padding-bottom:10px;}
#module_447369096 .plainTextGiant-Container{padding-left:10px;}
#module_447369096 .plainTextGiant-Container{padding-right:10px;}
#module_447369096 a{font-size:unset;font-family:unset}
.module_443564852 .ModuleHead .HeadCenter{float:none;}
#module_443564852 {
padding:0px;
}
#module_443564852 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_443564852 .ModuleHead443564852 {
display:none;
}
#module_443564852 .BodyCenter.BodyCenter443564852 {
background-color:transparent;
background-image:url(/skin/images/202207151449526088af.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_443564852 >.module_443564852 {
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_443564852 >.module_443564852{
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_443564852 .BodyCenter.BodyCenter443564852 {
padding-top:1.2552%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.0460%;
}
}
@media screen and (max-width: 767px){
#module_443564852 .BodyCenter.BodyCenter443564852 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_443564852 >.module_443564852 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443564852 >.module_443564852 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_443564852 >.module_443564852 {box-shadow: 0px 0px 0px 0px #ccc}
#module_443564852:hover {
border:none;
}
#module_443564852:hover >.module_443564852 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_443564852 .ModuleSubContainer{background-color:transparent;}
#module_443564852 .ModuleSubContainer{background-image:none;}
#module_443564852 .ModuleSubContainer{background-repeat:no-repeat;}
#module_443564852 .ModuleSubContainer{background-position:0% 0%;}
#module_443564852 .ModuleSubContainer{background-attachment:scroll;}
#module_443564852 .ModuleSubContainer{}
#module_443564852 {!bgVideo!}{bgVideoUrl:}
#module_443564852 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_443564852 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_443564852 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer443564852 {max-width:1380px;width:auto;}
.module_443564954 .ModuleHead .HeadCenter{float:none;}
#module_443564954 {
padding:0px;
}
#module_443564954 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_443564954 .ModuleHead443564954 {
display:none;
}
#module_443564954 {
border:none;
}
@media screen and (min-width: 768px){
#module_443564954 >.module_443564954 {
margin-top:2.3188%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443564954 >.module_443564954 {
}
}

#module_443564954 .ModulePlainTextGiantContent{margin-top:0px;}
#module_443564954 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_443564954 .ModulePlainTextGiantContent{margin-left:0px;}
#module_443564954 .ModulePlainTextGiantContent{margin-right:10px;}
#module_443564954 .plainTextGiant-Container{padding-top:10px;}
#module_443564954 .plainTextGiant-Container{padding-bottom:10px;}
#module_443564954 .plainTextGiant-Container{padding-left:10px;}
#module_443564954 .plainTextGiant-Container{padding-right:10px;}
#module_443564954 a{font-size:unset;font-family:unset}
.module_443565290 .ModuleHead .HeadCenter{float:none;}
#module_443565290 {
padding:0px;
}
#module_443565290 {
position:static;
z-index:0;
top:1507px;
left:1789px;
width:100%;
height: auto;
}
#module_443565290 .ModuleHead443565290 {
display:none;
}
#module_443565290 .BodyCenter.BodyCenter443565290 {
background:none;background-color:rgba(0,0,0,0);
}
#module_443565290 >.module_443565290 {
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_443565290 >.module_443565290{
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_443565290 .BodyCenter.BodyCenter443565290 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443565290 .BodyCenter.BodyCenter443565290 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_443565290 >.module_443565290 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443565290 >.module_443565290 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_443565290 >.module_443565290 {box-shadow: 0px 0px 0px 0px #ccc}
#module_443565290:hover {
border:none;
}
#module_443565290:hover >.module_443565290 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_443565290 .ModuleSubContainer{background-color:rgb(255, 255, 255);}
#module_443565290 .ModuleSubContainer{background-image:none;}
#module_443565290 .ModuleSubContainer{background-repeat:no-repeat;}
#module_443565290 .ModuleSubContainer{background-position:0% 0%;}
#module_443565290 .ModuleSubContainer{background-attachment:scroll;}
#module_443565290 .ModuleSubContainer{}
#module_443565290 {!bgVideo!}{bgVideoUrl:}
#module_443565290 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_443565290 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_443565290 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer443565290 {max-width:1380px;width:auto;}
.ModuleCommonClsGiant.layout-105 .one-classify-box{white-space:nowrap;overflow-x:auto;overflow-y: hidden;font-size: 0;}
.ModuleCommonClsGiant.layout-105 .one-classify-box.show{white-space:normal;}
.ModuleCommonClsGiant.layout-105 .one-classify-box.show .main-class-item{margin-bottom: 5px;}
/*到手机应该隐藏*/
.ModuleCommonClsGiant.layout-105 .one-classify-box::-webkit-scrollbar{height:4px}
.ModuleCommonClsGiant.layout-105 .one-classify-box::-webkit-scrollbar-thumb {height:4px;width: 40px;background-color: rgba(94,94,94,.5);border-radius: 2px}
.ModuleCommonClsGiant.layout-105 .one-classify-box::-webkit-scrollbar-track-piece{height:8px;width: 40px;background-color: #fff}
.ModuleCommonClsGiant.layout-105 .main-class-item{background: #fff;border-top:0;color:#666;width: auto;display:inline-flex;align-content: center;
  justify-content: center;
  justify-items: center;
  align-items: center;
  float:none;
}
.ModuleCommonClsGiant.layout-105  .ItemCount .main-class-item {
  float:left;
}
.ModuleCommonClsGiant.layout-105 .main-class-text{
  font-size:12px;width:100%;padding: 0 10px;color:#666;overflow: hidden;   text-align: center;
 }

.ModuleCommonClsGiant.layout-105 .main-class-item.active{background: #303135}
.ModuleCommonClsGiant.layout-105 .main-class-item.active .main-class-text{color:#fff;}


/*PC屏幕*/
@media (min-width: 768px){
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-1 {width: 100% !important; }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-2 {width: calc((100% - 5px) / 2) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-2 {width: calc((100% - 5px) / 2) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-3 {width: calc((100% - 5px) / 3) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-4 {width: calc((100% - 5px) / 4) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-5 {width: calc((100% - 5px) / 5) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-6 {width: calc((100% - 5px) / 6) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-7 {width: calc((100% - 5px) / 7) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-8 {width: calc((100% - 5px) / 8) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-9 {width: calc((100% - 5px) / 9) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-10 {width: calc((100% - 5px) / 10) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-11 {width: calc((100% - 5px) / 11) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-12 {width: calc((100% - 5px) / 12) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-2:nth-child(2n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-3:nth-child(3n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-4:nth-child(4n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-5:nth-child(5n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-6:nth-child(6n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-7:nth-child(7n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-8:nth-child(8n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-9:nth-child(9n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-10:nth-child(10n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-11:nth-child(11n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-11:nth-child(12n) {margin-right: 0 !important;}
}


@media (max-width: 767px) {
  .ModuleCommonClsGiant.layout-105 .main-class-text {
    font-size: 12px;
    line-height: 30px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0 5px;
    text-align: center;
  }
  .ModuleCommonClsGiant.layout-105 .one-classify-box::-webkit-scrollbar {  display: none!important;  width: 0px;  height: 0px; }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-1 {width: 100% !important; }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-2:nth-child(2n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-3:nth-child(3n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-4:nth-child(4n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-5:nth-child(5n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-2 {width: calc((100% - 5px) / 2) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-3 {width: calc((100% - 5px * 2) / 3) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-4 {width: calc((100% - 5px * 3) / 4) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-5 {width: calc((100% - 5px * 4) / 5) !important;}

}.module_443565279 .ModuleHead .HeadCenter{float:none;}
#module_443565279 {
padding:0px;
}
#module_443565279 {
position:static;
z-index:0;
top:987px;
left:1099px;
width:100%;
height: auto;
}
#module_443565279 .ModuleHead443565279 {
display:none;
}
#module_443565279 .BodyCenter.BodyCenter443565279 {
background:none;background-color:rgba(0,0,0,0);
}
#module_443565279 >.module_443565279 {
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_443565279 >.module_443565279{
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_443565279 .BodyCenter.BodyCenter443565279 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443565279 .BodyCenter.BodyCenter443565279 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_443565279 >.module_443565279 {
margin-top:1.4493%;
margin-left:0.4348%;
margin-right:0.0000%;
margin-bottom:1.4493%;
}
}
@media screen and (max-width: 767px){
#module_443565279 >.module_443565279 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_443565279 >.module_443565279 {box-shadow: 0px 0px 0px 0px #ccc}
#module_443565279:hover {
border:none;
}
#module_443565279:hover >.module_443565279 {
border-color:#ccc;
}
#module_443565279:hover >.module_443565279 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_443565279 .one-classify-box{text-align:center;}
#module_443565279 .main-class-item{background-color:rgba(0,0,0,0);}
#module_443565279 .main-class-item{background-image:url(/skin/images/20220725162339342b59.jpg);}
#module_443565279 .main-class-item{background-repeat:no-repeat;}
#module_443565279 .main-class-item{}
#module_443565279 .main-class-item{}
#module_443565279 .main-class-item{}
#module_443565279 .main-class-item{height:45px;}
#module_443565279 .main-class-item{border-top-color:rgb(0, 112, 192);}
#module_443565279 .main-class-item{border-top-style:solid;}
#module_443565279 .main-class-item{border-top-width:0px;}
#module_443565279 .main-class-item{border-right-color:#000;}
#module_443565279 .main-class-item{border-right-style:solid;}
#module_443565279 .main-class-item{border-right-width:0px;}
#module_443565279 .main-class-item{border-bottom-color:rgb(0, 112, 192);}
#module_443565279 .main-class-item{border-bottom-style:solid;}
#module_443565279 .main-class-item{border-bottom-width:0px;}
#module_443565279 .main-class-item{border-left-color:#000;}
#module_443565279 .main-class-item{border-left-style:solid;}
#module_443565279 .main-class-item{border-left-width:0px;}
#module_443565279 .main-class-item{border-top-left-radius:10px;}
#module_443565279 .main-class-item{border-top-right-radius:0px;}
#module_443565279 .main-class-item{border-bottom-left-radius:0px;}
#module_443565279 .main-class-item{border-bottom-right-radius:10px;}
#module_443565279 .main-class-item{margin-right:9px;} @media (max-width: 767px){#module_443565279 .ItemCount li.col-xs-2 {width: calc((100% - 9px) / 2) !important;}#module_443565279 .ItemCount li.col-xs-3 {width: calc((100% - 9px * 2) / 3) !important;}#module_443565279 .ItemCount li.col-xs-4 {width: calc((100% - 9px * 3) / 4) !important;}#module_443565279 .ItemCount li.col-xs-5 {width: calc((100% - 9px * 4) / 5) !important;}} @media (min-width: 768px){#module_443565279 .ItemCount li.col-lg-2 {width: calc((100% - 9px) / 2) !important;}#module_443565279 .ItemCount li.col-lg-3 {width: calc((100% - 9px * 2) / 3) !important;}#module_443565279 .ItemCount li.col-lg-4 {width: calc((100% - 9px * 3) / 4) !important;}#module_443565279 .ItemCount li.col-lg-5 {width: calc((100% - 9px * 4) / 5) !important;}#module_443565279 .ItemCount li.col-lg-6 {width: calc((100% - 9px * 5) / 6) !important;}#module_443565279 .ItemCount li.col-lg-7 {width: calc((100% - 9px * 6) / 7) !important;}#module_443565279 .ItemCount li.col-lg-8 {width: calc((100% - 9px * 7) / 8) !important;}#module_443565279 .ItemCount li.col-lg-9 {width: calc((100% - 9px * 8) / 9) !important;}#module_443565279 .ItemCount li.col-lg-10 {width: calc((100% - 9px * 9) / 10) !important;}#module_443565279 .ItemCount li.col-lg-11 {width: calc((100% - 9px * 10) / 11) !important;}#module_443565279 .ItemCount li.col-lg-12 {width: calc((100% - 9px * 11) / 12) !important;}}
#module_443565279 .main-class-item{margin-Bottom:px;} 
#module_443565279 .main-class-text{font-size:18px;}
#module_443565279 .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_443565279 .main-class-text{color:rgb(255, 255, 255);}
#module_443565279 .main-class-text{font-weight:bold;}
#module_443565279 .main-class-text{text-decoration:none;}
#module_443565279 .main-class-text{font-style:normal;}
#module_443565279 .main-class-item{width:162px;width:162;}
#module_443565279 .main-class-text{padding-left:10px;}
#module_443565279 .main-class-text{padding-right:10px}
#module_443565279 .main-class-item:hover{border-top-color:;}
#module_443565279 .main-class-item:hover{border-top-style:;}
#module_443565279 .main-class-item:hover{border-right-color:;}
#module_443565279 .main-class-item:hover{border-right-style:;}
#module_443565279 .main-class-item:hover{border-bottom-color:;}
#module_443565279 .main-class-item:hover{border-bottom-style:;}
#module_443565279 .main-class-item:hover{border-left-color:;}
#module_443565279 .main-class-item:hover{border-left-style:;}
#module_443565279 .main-class-item.active{background-color:rgb(31, 73, 125);}
#module_443565279 .main-class-item.active{background-image:none;}
#module_443565279 .main-class-item.active{background-repeat:no-repeat;}
#module_443565279 .main-class-item.active{}
#module_443565279 .main-class-item.active{}
#module_443565279 .main-class-item.active{}
#module_443565279 .main-class-item.active .main-class-text{font-size:18px;}
#module_443565279 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_443565279 .main-class-item.active .main-class-text{color:rgb(255, 192, 0);}
#module_443565279 .main-class-item.active .main-class-text{font-weight:bold;}
#module_443565279 .main-class-item.active .main-class-text{text-decoration:none;}
#module_443565279 .main-class-item.active .main-class-text{font-style:normal;}


.module_443589109 .ModuleHead .HeadCenter{float:none;}
#module_443589109 {
padding:0px;
}
#module_443589109 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_443589109 .ModuleHead443589109 {
display:none;
}
#module_443589109 .BodyCenter.BodyCenter443589109 {
background:none;background-color:rgba(0,0,0,0);
}
#module_443589109 >.module_443589109 {
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_443589109 >.module_443589109{
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_443589109 .BodyCenter.BodyCenter443589109 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443589109 .BodyCenter.BodyCenter443589109 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_443589109 >.module_443589109 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443589109 >.module_443589109 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_443589109 >.module_443589109 {box-shadow: 0px 0px 0px 0px #ccc}
#module_443589109:hover {
border:none;
}
#module_443589109:hover >.module_443589109 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_443589109 .ModuleSubContainer{background-color:transparent;}
#module_443589109 .ModuleSubContainer{background-image:none;}
#module_443589109 .ModuleSubContainer{background-repeat:no-repeat;}
#module_443589109 .ModuleSubContainer{background-position:0% 0%;}
#module_443589109 .ModuleSubContainer{background-attachment:scroll;}
#module_443589109 .ModuleSubContainer{}
#module_443589109 {!bgVideo!}{bgVideoUrl:}
#module_443589109 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_443589109 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_443589109 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer443589109 {max-width:1380px;width:auto;}
.ModuleTabContainerV2Giant.layout-112 .tabContainer.TabContainer-Container {overflow: hidden; visibility: visible;}
.ModuleTabContainerV2Giant.layout-112 .tabContainer.TabContainer-Container .tabContainerGiantGrid {flex-shrink: 0;}
.ModuleTabContainerV2Giant.layout-112  div[id ^= "tab_content_clone_"] {
    display: block;
    position: absolute;
    height: 0;
    overflow: hidden;
    width: 100% !important;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    z-index: 900;
}
.ModuleTabContainerV2Giant.layout-112  .tabContentGiant.tab-content-clone .ModuleContainer {padding: 0;}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container {display: flex;  align-items: center;}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .nav {margin: 0 20px;}

.ModuleTabContainerV2Giant.layout-112  .Nav-Container .glyphicon {display: inline-block; background: unset; position: static; font-size: 16px; color: #333;cursor: pointer;}

/** xiaxiao **/
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .nav{position:absolute;z-index: 99;display: flex;margin:0!important;padding-right: 20px;}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .nav li{width:6px;height:6px;border-radius:3px;background:#cccccc;margin-left:10px;
transition: width 350ms;
-moz-transition: width 350ms;	/* Firefox 4 */
-webkit-transition: width 350ms;	/* Safari 和 Chrome */
-o-transition: width 350ms;
}
.ModuleTabContainerV2Giant.layout-112 .Nav-Container .nav li:first-of-type{margin-left:0;}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .nav li a:hover{background:none;width:auto;height:auto;}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .nav li.active{width:24px;background:#E4CEAE;}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .title{position:absolute;z-index:99;}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .title .glyphicon{width:55px;height:55px;position: relative;
transition: all 350ms;
-moz-transition: all 350ms;
-webkit-transition: all 350ms;
-o-transition: all 350ms;
overflow:hidden;
top: 0;

}
.ModuleTabContainerV2Giant.layout-112  .tabContainerCommon .btnScrollLeft{
    left: -8px;
}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .title .glyphicon:before{border-top-color:transparent}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .title .glyphicon span{color:#333;    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .title .glyphicon span:before{transition: all 350ms;-moz-transition: all 350ms;-webkit-transition: all 350ms;-o-transition: all 350ms;}

.ModuleTabContainerV2Giant.layout-112  .Nav-Container .title .btnScrollRight{margin-left:15px;margin-right:20px;}

.ModuleTabContainerV2Giant.layout-112  .moduleContainerHelper{margin-top: -5px;}
.ModuleTabContainerV2Giant.layout-112  .moduleContainerHelper .moduleContainerHelpers{margin-right: 3px;}
.ModuleTabContainerV2Giant.layout-112  .ModuleTabContainerV2Giant .addnewhelper{min-height:80px!important;padding:20px 10px;}
@media only screen and (max-width: 768px) {
    .ModuleTabContainerV2Giant.layout-112  .ModuleTabContainerV2Giant.layout-112 .Nav-Container {position: static; justify-content: center; margin-top: 28px;}
	.ModuleTabContainerV2Giant.layout-112  .Nav-Container .title .btnScrollRight{ margin-left:15px!important; }
	/* .ModuleTabContainerV2Giant.layout-112  .Nav-Container .title .glyphicon{max-width:50px!important;max-height:50px!important;} */
}


.module_443593621 .ModuleHead .HeadCenter{float:none;}
#module_443593621 {
padding:0px;
}
#module_443593621 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_443593621 .ModuleHead443593621 {
display:none;
}
#module_443593621 .BodyCenter.BodyCenter443593621 {
background:none;background-color:rgb(242, 242, 242);
}
#module_443593621 >.module_443593621 {
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_443593621 >.module_443593621{
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_443593621 .BodyCenter.BodyCenter443593621 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443593621 .BodyCenter.BodyCenter443593621 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_443593621 >.module_443593621 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443593621 >.module_443593621 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_443593621 >.module_443593621 {box-shadow: 0px 0px 0px 0px #ccc}
#module_443593621:hover {
border:none;
}
#module_443593621:hover >.module_443593621 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_443593621 .tabContainerGiantGrid{background-color:transparent;}
#module_443593621 .tabContainerGiantGrid{background-image:none;}
#module_443593621 .tabContainerGiantGrid{background-repeat:no-repeat;}
#module_443593621 .tabContainerGiantGrid{}
#module_443593621 .tabContainerGiantGrid{}
#module_443593621 .tabContainerGiantGrid{}
#module_443593621 .tabContainerGiantGrid{padding-top:10px;}
#module_443593621 .tabContainerGiantGrid{padding-bottom:70px;}
#module_443593621 .tabContainerGiantGrid{padding-left:10px;}
#module_443593621 .tabContainerGiantGrid{padding-right:10px;}
#module_443593621 .tabContainerGiantGrid{border-top-color:transparent;}
#module_443593621 .tabContainerGiantGrid{border-top-style:solid;}
#module_443593621 .tabContainerGiantGrid{border-top-width:0px;}
#module_443593621 .tabContainerGiantGrid{border-right-color:transparent;}
#module_443593621 .tabContainerGiantGrid{border-right-style:solid;}
#module_443593621 .tabContainerGiantGrid{border-right-width:0px;}
#module_443593621 .tabContainerGiantGrid{border-bottom-color:transparent;}
#module_443593621 .tabContainerGiantGrid{border-bottom-style:solid;}
#module_443593621 .tabContainerGiantGrid{border-bottom-width:0px;}
#module_443593621 .tabContainerGiantGrid{border-left-color:transparent;}
#module_443593621 .tabContainerGiantGrid{border-left-style:solid;}
#module_443593621 .tabContainerGiantGrid{border-left-width:0px;}
#module_443593621 .Nav-Container .title{bottom:10px;top:auto;left:calc(50% + 0px);transform:translateX(-50%);}
#module_443593621 .Nav-Container .title .glyphicon{border-top-color:#000000;}
#module_443593621 .Nav-Container .title .glyphicon{border-top-style:solid;}
#module_443593621 .Nav-Container .title .glyphicon{border-top-width:0px;}
#module_443593621 .Nav-Container .title .glyphicon{border-right-color:#000000;}
#module_443593621 .Nav-Container .title .glyphicon{border-right-style:solid;}
#module_443593621 .Nav-Container .title .glyphicon{border-right-width:0px;}
#module_443593621 .Nav-Container .title .glyphicon{border-bottom-color:#000000;}
#module_443593621 .Nav-Container .title .glyphicon{border-bottom-style:solid;}
#module_443593621 .Nav-Container .title .glyphicon{border-bottom-width:0px;}
#module_443593621 .Nav-Container .title .glyphicon{border-left-color:#000000;}
#module_443593621 .Nav-Container .title .glyphicon{border-left-style:solid;}
#module_443593621 .Nav-Container .title .glyphicon{border-left-width:0px;}
#module_443593621 .Nav-Container .title .glyphicon{border-top-left-radius:10px;}
#module_443593621 .Nav-Container .title .glyphicon{border-top-right-radius:10px;}
#module_443593621 .Nav-Container .title .glyphicon{border-bottom-left-radius:10px;}
#module_443593621 .Nav-Container .title .glyphicon{border-bottom-right-radius:10px;}
#module_443593621 .Nav-Container .title .glyphicon{background-color:rgb(31, 73, 125);} #module_443593621 .nav li{background-color:rgb(31, 73, 125);}
#module_443593621 .Nav-Container .title .glyphicon{}
#module_443593621 .Nav-Container .title .btnScrollRight{ margin-left:15px; }
#module_443593621 .Nav-Container .title .glyphicon{width:150px;}
#module_443593621 .Nav-Container .title .glyphicon{height:40px;line-height:40px}
#module_443593621 .Nav-Container .title .glyphicon span{font-size:16px;}
#module_443593621 .Nav-Container .title .glyphicon span{color:#fff;}
#module_443593621 .Nav-Container .nav{top:10px;right:10px;left:auto;transform:none;}
#module_443593621 .Nav-Container .nav li{background-color:#333333;}
#module_443593621 .Nav-Container .title .glyphicon:hover{border-top-color:#333333;}
#module_443593621 .Nav-Container .title .glyphicon:hover{border-top-style:solid;}
#module_443593621 .Nav-Container .title .glyphicon:hover{border-top-width:0px;}
#module_443593621 .Nav-Container .title .glyphicon:hover{border-right-color:#333333;}
#module_443593621 .Nav-Container .title .glyphicon:hover{border-right-style:solid;}
#module_443593621 .Nav-Container .title .glyphicon:hover{border-right-width:1px;}
#module_443593621 .Nav-Container .title .glyphicon:hover{border-bottom-color:#333333;}
#module_443593621 .Nav-Container .title .glyphicon:hover{border-bottom-style:solid;}
#module_443593621 .Nav-Container .title .glyphicon:hover{border-bottom-width:2px;}
#module_443593621 .Nav-Container .title .glyphicon:hover{border-left-color:#333333;}
#module_443593621 .Nav-Container .title .glyphicon:hover{border-left-style:solid;}
#module_443593621 .Nav-Container .title .glyphicon:hover{border-left-width:1px;}
#module_443593621 .Nav-Container .title .glyphicon:hover{border-top-left-radius:10px;}
#module_443593621 .Nav-Container .title .glyphicon:hover{border-top-right-radius:10px;}
#module_443593621 .Nav-Container .title .glyphicon:hover{border-bottom-left-radius:5px;}
#module_443593621 .Nav-Container .title .glyphicon:hover{border-bottom-right-radius:5px;}
#module_443593621 .Nav-Container .title .glyphicon:hover{background-color:rgba(83, 94, 43, 0.93);background-image:none;}
#module_443593621 .Nav-Container .title .glyphicon:hover{}
#module_443593621 .Nav-Container .title .glyphicon:hover{width:150px;}
#module_443593621 .Nav-Container .title .glyphicon:hover{height:40px;line-height:40px}
#module_443593621 .Nav-Container .title .glyphicon:hover span{font-size:16px;}
#module_443593621 .Nav-Container .title .glyphicon:hover span{color:#fff;}
#module_443593621 .Nav-Container .nav li.active{background-color:#000000;}

#module_443593621__tabPane_2314 #Sub443593621_2314 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_443593621__tabPane_2314 #Sub443593621_2314 > .SubContainer {display: table-cell; vertical-align: top;}
#module_443593621__tabPane_2314 .SubPadding {width:0px; height: 100%; position: relative; display: table-cell;}
#module_443593621__tabPane_2314 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_443593621__tabPane_2314 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_443593621__tabPane_2314:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_443593621__tabPane_2314 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_443593621__tabPane_2314 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_443593621__tabPane_2314 #Sub443593621_2314 {display: block;}
#module_443593621__tabPane_2314 #Sub443593621_2314 > .SubPadding {float:left; height: 10px;}
#module_443593621__tabPane_2314 #Sub443593621_2314 > .SubContainer {float:left; padding-top:2px; padding-bottom:2px;}
#module_443593621__tabPane_2314 #Sub443593621_2314 > .SubContainer .SubDrag {display:none;}
#module_443593621__tabPane_2314 #Sub443593621_2314 > .SubPadding {width:0px; display:none;}
#module_443593621__tabPane_2314 #Sub443593621_2314 > .SubContainer {width:100% !important; height: auto;}
}
#module_443593621__tabPane_2314 #Sub443593621_Tab2314_1 {width:50%;}
/*图文模块 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_446917217 .ModuleHead .HeadCenter{float:none;}
#module_446917217 {
padding:0px;
}
#module_446917217 {
position:static;
z-index:2;
top:1228px;
left:774px;
width:100%;
height: auto;
}
#module_446917217 .ModuleHead446917217 {
display:none;
}
#module_446917217 .BodyCenter.BodyCenter446917217 {
background:none;background-color:rgb(255, 255, 255);
}
#module_446917217 >.module_446917217 {
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_446917217 >.module_446917217{
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_446917217 .BodyCenter.BodyCenter446917217 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_446917217 .BodyCenter.BodyCenter446917217 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_446917217 >.module_446917217 {
margin-top:4.4118%;
margin-left:4.4118%;
margin-right:2.2059%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_446917217 >.module_446917217 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_446917217 >.module_446917217 {box-shadow: 0px 0px 0px 0px #ccc}
#module_446917217:hover {
border:none;
}
#module_446917217:hover >.module_446917217 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_446917217 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_446917217 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_446917217 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_446917217 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_446917217 .GraphicUpper .TextImage{border-top-color:rgba(0,0,0,0);}
#module_446917217 .GraphicUpper .TextImage{border-top-style:none;}
#module_446917217 .GraphicUpper .TextImage{border-top-width:0px;}
#module_446917217 .GraphicUpper .TextImage{border-right-color:rgba(0,0,0,0);}
#module_446917217 .GraphicUpper .TextImage{border-right-style:none;}
#module_446917217 .GraphicUpper .TextImage{border-right-width:0px;}
#module_446917217 .GraphicUpper .TextImage{border-bottom-color:rgba(0,0,0,0);}
#module_446917217 .GraphicUpper .TextImage{border-bottom-style:none;}
#module_446917217 .GraphicUpper .TextImage{border-bottom-width:0px;}
#module_446917217 .GraphicUpper .TextImage{border-left-color:rgba(0,0,0,0);}
#module_446917217 .GraphicUpper .TextImage{border-left-style:none;}
#module_446917217 .GraphicUpper .TextImage{border-left-width:0px;}
#module_446917217 .GraphicUpper .TextImage{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_446917217 .GraphicUpper .aBox{margin-top:0px;}
#module_446917217 .GraphicUpper .aBox{margin-bottom:0px;}
#module_446917217 .GraphicUpper .aBox{margin-left:0px;}
#module_446917217 .GraphicUpper .aBox{margin-right:8px;}
#module_446917217 .GraphicUpper{width:100%;}
#module_446917217 .MobileGraphicUpper{width:30%;}
#module_446917217 .ModuleImageTextGiantContent{margin-top:10px;}
#module_446917217 .ModuleImageTextGiantContent{margin-bottom:140px;}
#module_446917217 .ModuleImageTextGiantContent{margin-left:0px;}
#module_446917217 .ModuleImageTextGiantContent{margin-right:0px;}
#module_446917217 .normal_ImgtextBox_content{padding-top:11px;}
#module_446917217 .normal_ImgtextBox_content{padding-bottom:0px;}
#module_446917217 .normal_ImgtextBox_content{padding-left:20px;}
#module_446917217 .normal_ImgtextBox_content{padding-right:0px;}
#module_446917217 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_446917217 .normal_ImgtextBox_content{margin-left:0px;margin-right:0px;}
#module_446917217 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_446917217 .normal_ImgtextBox_content{background-color:transparent;}
#module_446917217 .normal_ImgtextBox_content{background-image:none;}
#module_446917217 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_446917217 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_446917217 .normal_ImgtextBox_content{background-attachment:none;}
#module_446917217 .normal_ImgtextBox_content{}
#module_446917217 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_446917217 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_446917217 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_446917217 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_446917217 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_446917217 .normal_ImgtextBox_content{border-top-style:none;}
#module_446917217 .normal_ImgtextBox_content{border-top-width:0px;}
#module_446917217 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_446917217 .normal_ImgtextBox_content{border-right-style:none;}
#module_446917217 .normal_ImgtextBox_content{border-right-width:0px;}
#module_446917217 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_446917217 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_446917217 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_446917217 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_446917217 .normal_ImgtextBox_content{border-left-style:none;}
#module_446917217 .normal_ImgtextBox_content{border-left-width:0px;}
#module_446917217 .showHandle .btn{font-size:14px;}
#module_446917217 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_446917217 .showHandle .btn{color:#333;}
#module_446917217 .showHandle .btn{font-weight:400;}
#module_446917217 .showHandle .btn{text-decoration:none;}
#module_446917217 .showHandle .btn{font-style:normal;}
#module_446917217 .showHandle div{border-top-color:#ddd !important;}
#module_446917217 .showHandle div{border-top-style:solid !important;}
#module_446917217 .showHandle div{border-top-width:1px !important;}
#module_446917217 .showHandle{background-color:transparent;}
#module_446917217 .showHandle{background-image:none;}
#module_446917217 .showHandle{background-repeat:no-repeat;}
#module_446917217 .showHandle{}
#module_446917217 .showHandle{}
#module_446917217 .showHandle{}
#module_446917217 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_446917217 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_446917217 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_446917217 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_446917217 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_446917217 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_446917217 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_446917217 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_446917217 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_446917217 .normal_ImgtextBox_content:hover{border-top-left-radius:0px;}
#module_446917217 .normal_ImgtextBox_content:hover{border-top-right-radius:0px;}
#module_446917217 .normal_ImgtextBox_content:hover{border-bottom-left-radius:0px;}
#module_446917217 .normal_ImgtextBox_content:hover{border-bottom-right-radius:0px;}
#module_446917217 .normal_ImgtextBox_content:hover{background-color:transparent;}
#module_446917217 .normal_ImgtextBox_content:hover{background-image:none;}
#module_446917217 .normal_ImgtextBox_content:hover{background-repeat:no-repeat;}
#module_446917217 .normal_ImgtextBox_content:hover{background-position:0% 0%;}
#module_446917217 .normal_ImgtextBox_content:hover{background-attachment:none;}
#module_446917217 .normal_ImgtextBox_content:hover{}
#module_446917217 a{font-size:unset;font-family:unset}
.module_446917233 .ModuleHead .HeadCenter{float:none;}
#module_446917233 {
padding:0px;
}
#module_446917233 {
position:static;
z-index:2;
top:1393px;
left:777px;
width:100%;
height: auto;
}
#module_446917233 .ModuleHead446917233 {
display:none;
}
#module_446917233 .BodyCenter.BodyCenter446917233 {
background:none;background-color:rgb(255, 255, 255);
}
#module_446917233 >.module_446917233 {
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_446917233 >.module_446917233{
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_446917233 .BodyCenter.BodyCenter446917233 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_446917233 .BodyCenter.BodyCenter446917233 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_446917233 >.module_446917233 {
margin-top:4.4118%;
margin-left:4.4118%;
margin-right:2.2059%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_446917233 >.module_446917233 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_446917233 >.module_446917233 {box-shadow: 0px 0px 0px 0px #ccc}
#module_446917233:hover {
border:none;
}
#module_446917233:hover >.module_446917233 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_446917233 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_446917233 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_446917233 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_446917233 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_446917233 .GraphicUpper .TextImage{border-top-color:rgba(0,0,0,0);}
#module_446917233 .GraphicUpper .TextImage{border-top-style:none;}
#module_446917233 .GraphicUpper .TextImage{border-top-width:0px;}
#module_446917233 .GraphicUpper .TextImage{border-right-color:rgba(0,0,0,0);}
#module_446917233 .GraphicUpper .TextImage{border-right-style:none;}
#module_446917233 .GraphicUpper .TextImage{border-right-width:0px;}
#module_446917233 .GraphicUpper .TextImage{border-bottom-color:rgba(0,0,0,0);}
#module_446917233 .GraphicUpper .TextImage{border-bottom-style:none;}
#module_446917233 .GraphicUpper .TextImage{border-bottom-width:0px;}
#module_446917233 .GraphicUpper .TextImage{border-left-color:rgba(0,0,0,0);}
#module_446917233 .GraphicUpper .TextImage{border-left-style:none;}
#module_446917233 .GraphicUpper .TextImage{border-left-width:0px;}
#module_446917233 .GraphicUpper .TextImage{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_446917233 .GraphicUpper .aBox{margin-top:0px;}
#module_446917233 .GraphicUpper .aBox{margin-bottom:0px;}
#module_446917233 .GraphicUpper .aBox{margin-left:0px;}
#module_446917233 .GraphicUpper .aBox{margin-right:8px;}
#module_446917233 .GraphicUpper{width:100%;}
#module_446917233 .MobileGraphicUpper{width:30%;}
#module_446917233 .ModuleImageTextGiantContent{margin-top:10px;}
#module_446917233 .ModuleImageTextGiantContent{margin-bottom:140px;}
#module_446917233 .ModuleImageTextGiantContent{margin-left:0px;}
#module_446917233 .ModuleImageTextGiantContent{margin-right:0px;}
#module_446917233 .normal_ImgtextBox_content{padding-top:11px;}
#module_446917233 .normal_ImgtextBox_content{padding-bottom:0px;}
#module_446917233 .normal_ImgtextBox_content{padding-left:20px;}
#module_446917233 .normal_ImgtextBox_content{padding-right:0px;}
#module_446917233 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_446917233 .normal_ImgtextBox_content{margin-left:0px;margin-right:0px;}
#module_446917233 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_446917233 .normal_ImgtextBox_content{background-color:transparent;}
#module_446917233 .normal_ImgtextBox_content{background-image:none;}
#module_446917233 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_446917233 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_446917233 .normal_ImgtextBox_content{background-attachment:none;}
#module_446917233 .normal_ImgtextBox_content{}
#module_446917233 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_446917233 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_446917233 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_446917233 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_446917233 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_446917233 .normal_ImgtextBox_content{border-top-style:none;}
#module_446917233 .normal_ImgtextBox_content{border-top-width:0px;}
#module_446917233 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_446917233 .normal_ImgtextBox_content{border-right-style:none;}
#module_446917233 .normal_ImgtextBox_content{border-right-width:0px;}
#module_446917233 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_446917233 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_446917233 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_446917233 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_446917233 .normal_ImgtextBox_content{border-left-style:none;}
#module_446917233 .normal_ImgtextBox_content{border-left-width:0px;}
#module_446917233 .showHandle .btn{font-size:14px;}
#module_446917233 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_446917233 .showHandle .btn{color:#333;}
#module_446917233 .showHandle .btn{font-weight:400;}
#module_446917233 .showHandle .btn{text-decoration:none;}
#module_446917233 .showHandle .btn{font-style:normal;}
#module_446917233 .showHandle div{border-top-color:#ddd !important;}
#module_446917233 .showHandle div{border-top-style:solid !important;}
#module_446917233 .showHandle div{border-top-width:1px !important;}
#module_446917233 .showHandle{background-color:transparent;}
#module_446917233 .showHandle{background-image:none;}
#module_446917233 .showHandle{background-repeat:no-repeat;}
#module_446917233 .showHandle{}
#module_446917233 .showHandle{}
#module_446917233 .showHandle{}
#module_446917233 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_446917233 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_446917233 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_446917233 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_446917233 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_446917233 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_446917233 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_446917233 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_446917233 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_446917233 .normal_ImgtextBox_content:hover{border-top-left-radius:0px;}
#module_446917233 .normal_ImgtextBox_content:hover{border-top-right-radius:0px;}
#module_446917233 .normal_ImgtextBox_content:hover{border-bottom-left-radius:0px;}
#module_446917233 .normal_ImgtextBox_content:hover{border-bottom-right-radius:0px;}
#module_446917233 .normal_ImgtextBox_content:hover{background-color:transparent;}
#module_446917233 .normal_ImgtextBox_content:hover{background-image:none;}
#module_446917233 .normal_ImgtextBox_content:hover{background-repeat:no-repeat;}
#module_446917233 .normal_ImgtextBox_content:hover{background-position:0% 0%;}
#module_446917233 .normal_ImgtextBox_content:hover{background-attachment:none;}
#module_446917233 .normal_ImgtextBox_content:hover{}
#module_446917233 a{font-size:unset;font-family:unset}
#module_443593621__tabPane_2314 #Sub443593621_Tab2314_2 {width:50%;}
.module_443681819 .ModuleHead .HeadCenter{float:none;}
#module_443681819 {
padding:0px;
}
#module_443681819 {
position:static;
z-index:2;
top:42px;
left:0px;
width:100%;
height: auto;
}
#module_443681819 .ModuleHead443681819 {
display:none;
}
#module_443681819 .BodyCenter.BodyCenter443681819 {
background:none;background-color:rgb(255, 255, 255);
}
#module_443681819 >.module_443681819 {
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_443681819 >.module_443681819{
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_443681819 .BodyCenter.BodyCenter443681819 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443681819 .BodyCenter.BodyCenter443681819 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_443681819 >.module_443681819 {
margin-top:4.4118%;
margin-left:2.2059%;
margin-right:4.4118%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443681819 >.module_443681819 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_443681819 >.module_443681819 {box-shadow: 0px 0px 0px 0px #ccc}
#module_443681819:hover {
border:none;
}
#module_443681819:hover >.module_443681819 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_443681819 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_443681819 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_443681819 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_443681819 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_443681819 .GraphicUpper .TextImage{border-top-color:rgba(0,0,0,0);}
#module_443681819 .GraphicUpper .TextImage{border-top-style:none;}
#module_443681819 .GraphicUpper .TextImage{border-top-width:0px;}
#module_443681819 .GraphicUpper .TextImage{border-right-color:rgba(0,0,0,0);}
#module_443681819 .GraphicUpper .TextImage{border-right-style:none;}
#module_443681819 .GraphicUpper .TextImage{border-right-width:0px;}
#module_443681819 .GraphicUpper .TextImage{border-bottom-color:rgba(0,0,0,0);}
#module_443681819 .GraphicUpper .TextImage{border-bottom-style:none;}
#module_443681819 .GraphicUpper .TextImage{border-bottom-width:0px;}
#module_443681819 .GraphicUpper .TextImage{border-left-color:rgba(0,0,0,0);}
#module_443681819 .GraphicUpper .TextImage{border-left-style:none;}
#module_443681819 .GraphicUpper .TextImage{border-left-width:0px;}
#module_443681819 .GraphicUpper .TextImage{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_443681819 .GraphicUpper .aBox{margin-top:0px;}
#module_443681819 .GraphicUpper .aBox{margin-bottom:0px;}
#module_443681819 .GraphicUpper .aBox{margin-left:0px;}
#module_443681819 .GraphicUpper .aBox{margin-right:8px;}
#module_443681819 .GraphicUpper{width:100%;}
#module_443681819 .MobileGraphicUpper{width:30%;}
#module_443681819 .ModuleImageTextGiantContent{margin-top:1.6260%;}
#module_443681819 .ModuleImageTextGiantContent{margin-bottom:22.7642%;}
#module_443681819 .ModuleImageTextGiantContent{margin-left:0.0000%;}
#module_443681819 .ModuleImageTextGiantContent{margin-right:0.0000%;}
#module_443681819 .normal_ImgtextBox_content{padding-top:11px;}
#module_443681819 .normal_ImgtextBox_content{padding-bottom:0px;}
#module_443681819 .normal_ImgtextBox_content{padding-left:20px;}
#module_443681819 .normal_ImgtextBox_content{padding-right:0px;}
#module_443681819 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_443681819 .normal_ImgtextBox_content{margin-left:0px;margin-right:0px;}
#module_443681819 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_443681819 .normal_ImgtextBox_content{background-color:transparent;}
#module_443681819 .normal_ImgtextBox_content{background-image:none;}
#module_443681819 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_443681819 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_443681819 .normal_ImgtextBox_content{background-attachment:none;}
#module_443681819 .normal_ImgtextBox_content{}
#module_443681819 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_443681819 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_443681819 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_443681819 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_443681819 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_443681819 .normal_ImgtextBox_content{border-top-style:none;}
#module_443681819 .normal_ImgtextBox_content{border-top-width:0px;}
#module_443681819 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_443681819 .normal_ImgtextBox_content{border-right-style:none;}
#module_443681819 .normal_ImgtextBox_content{border-right-width:0px;}
#module_443681819 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_443681819 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_443681819 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_443681819 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_443681819 .normal_ImgtextBox_content{border-left-style:none;}
#module_443681819 .normal_ImgtextBox_content{border-left-width:0px;}
#module_443681819 .showHandle .btn{font-size:14px;}
#module_443681819 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_443681819 .showHandle .btn{color:#333;}
#module_443681819 .showHandle .btn{font-weight:400;}
#module_443681819 .showHandle .btn{text-decoration:none;}
#module_443681819 .showHandle .btn{font-style:normal;}
#module_443681819 .showHandle div{border-top-color:#ddd !important;}
#module_443681819 .showHandle div{border-top-style:solid !important;}
#module_443681819 .showHandle div{border-top-width:1px !important;}
#module_443681819 .showHandle{background-color:transparent;}
#module_443681819 .showHandle{background-image:none;}
#module_443681819 .showHandle{background-repeat:no-repeat;}
#module_443681819 .showHandle{}
#module_443681819 .showHandle{}
#module_443681819 .showHandle{}
#module_443681819 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_443681819 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_443681819 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_443681819 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_443681819 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_443681819 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_443681819 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_443681819 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_443681819 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_443681819 .normal_ImgtextBox_content:hover{border-top-left-radius:0px;}
#module_443681819 .normal_ImgtextBox_content:hover{border-top-right-radius:0px;}
#module_443681819 .normal_ImgtextBox_content:hover{border-bottom-left-radius:0px;}
#module_443681819 .normal_ImgtextBox_content:hover{border-bottom-right-radius:0px;}
#module_443681819 .normal_ImgtextBox_content:hover{background-color:transparent;}
#module_443681819 .normal_ImgtextBox_content:hover{background-image:none;}
#module_443681819 .normal_ImgtextBox_content:hover{background-repeat:no-repeat;}
#module_443681819 .normal_ImgtextBox_content:hover{background-position:0% 0%;}
#module_443681819 .normal_ImgtextBox_content:hover{background-attachment:none;}
#module_443681819 .normal_ImgtextBox_content:hover{}
#module_443681819 a{font-size:unset;font-family:unset}
.module_446977911 .ModuleHead .HeadCenter{float:none;}
#module_446977911 {
padding:0px;
}
#module_446977911 {
position:static;
z-index:2;
top:537px;
left:774px;
width:100%;
height: auto;
}
#module_446977911 .ModuleHead446977911 {
display:none;
}
#module_446977911 .BodyCenter.BodyCenter446977911 {
background:none;background-color:rgb(255, 255, 255);
}
#module_446977911 >.module_446977911 {
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_446977911 >.module_446977911{
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_446977911 .BodyCenter.BodyCenter446977911 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_446977911 .BodyCenter.BodyCenter446977911 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_446977911 >.module_446977911 {
margin-top:4.4118%;
margin-left:2.2059%;
margin-right:4.4118%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_446977911 >.module_446977911 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_446977911 >.module_446977911 {box-shadow: 0px 0px 0px 0px #ccc}
#module_446977911:hover {
border:none;
}
#module_446977911:hover >.module_446977911 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_446977911 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_446977911 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_446977911 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_446977911 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_446977911 .GraphicUpper .TextImage{border-top-color:rgba(0,0,0,0);}
#module_446977911 .GraphicUpper .TextImage{border-top-style:none;}
#module_446977911 .GraphicUpper .TextImage{border-top-width:0px;}
#module_446977911 .GraphicUpper .TextImage{border-right-color:rgba(0,0,0,0);}
#module_446977911 .GraphicUpper .TextImage{border-right-style:none;}
#module_446977911 .GraphicUpper .TextImage{border-right-width:0px;}
#module_446977911 .GraphicUpper .TextImage{border-bottom-color:rgba(0,0,0,0);}
#module_446977911 .GraphicUpper .TextImage{border-bottom-style:none;}
#module_446977911 .GraphicUpper .TextImage{border-bottom-width:0px;}
#module_446977911 .GraphicUpper .TextImage{border-left-color:rgba(0,0,0,0);}
#module_446977911 .GraphicUpper .TextImage{border-left-style:none;}
#module_446977911 .GraphicUpper .TextImage{border-left-width:0px;}
#module_446977911 .GraphicUpper .TextImage{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_446977911 .GraphicUpper .aBox{margin-top:0px;}
#module_446977911 .GraphicUpper .aBox{margin-bottom:0px;}
#module_446977911 .GraphicUpper .aBox{margin-left:0px;}
#module_446977911 .GraphicUpper .aBox{margin-right:8px;}
#module_446977911 .GraphicUpper{width:100%;}
#module_446977911 .MobileGraphicUpper{width:30%;}
#module_446977911 .ModuleImageTextGiantContent{margin-top:10px;}
#module_446977911 .ModuleImageTextGiantContent{margin-bottom:140px;}
#module_446977911 .ModuleImageTextGiantContent{margin-left:0px;}
#module_446977911 .ModuleImageTextGiantContent{margin-right:0px;}
#module_446977911 .normal_ImgtextBox_content{padding-top:11px;}
#module_446977911 .normal_ImgtextBox_content{padding-bottom:0px;}
#module_446977911 .normal_ImgtextBox_content{padding-left:20px;}
#module_446977911 .normal_ImgtextBox_content{padding-right:0px;}
#module_446977911 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_446977911 .normal_ImgtextBox_content{margin-left:0px;margin-right:0px;}
#module_446977911 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_446977911 .normal_ImgtextBox_content{background-color:transparent;}
#module_446977911 .normal_ImgtextBox_content{background-image:none;}
#module_446977911 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_446977911 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_446977911 .normal_ImgtextBox_content{background-attachment:none;}
#module_446977911 .normal_ImgtextBox_content{}
#module_446977911 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_446977911 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_446977911 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_446977911 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_446977911 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_446977911 .normal_ImgtextBox_content{border-top-style:none;}
#module_446977911 .normal_ImgtextBox_content{border-top-width:0px;}
#module_446977911 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_446977911 .normal_ImgtextBox_content{border-right-style:none;}
#module_446977911 .normal_ImgtextBox_content{border-right-width:0px;}
#module_446977911 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_446977911 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_446977911 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_446977911 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_446977911 .normal_ImgtextBox_content{border-left-style:none;}
#module_446977911 .normal_ImgtextBox_content{border-left-width:0px;}
#module_446977911 .showHandle .btn{font-size:14px;}
#module_446977911 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_446977911 .showHandle .btn{color:#333;}
#module_446977911 .showHandle .btn{font-weight:400;}
#module_446977911 .showHandle .btn{text-decoration:none;}
#module_446977911 .showHandle .btn{font-style:normal;}
#module_446977911 .showHandle div{border-top-color:#ddd !important;}
#module_446977911 .showHandle div{border-top-style:solid !important;}
#module_446977911 .showHandle div{border-top-width:1px !important;}
#module_446977911 .showHandle{background-color:transparent;}
#module_446977911 .showHandle{background-image:none;}
#module_446977911 .showHandle{background-repeat:no-repeat;}
#module_446977911 .showHandle{}
#module_446977911 .showHandle{}
#module_446977911 .showHandle{}
#module_446977911 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_446977911 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_446977911 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_446977911 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_446977911 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_446977911 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_446977911 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_446977911 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_446977911 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_446977911 .normal_ImgtextBox_content:hover{border-top-left-radius:0px;}
#module_446977911 .normal_ImgtextBox_content:hover{border-top-right-radius:0px;}
#module_446977911 .normal_ImgtextBox_content:hover{border-bottom-left-radius:0px;}
#module_446977911 .normal_ImgtextBox_content:hover{border-bottom-right-radius:0px;}
#module_446977911 .normal_ImgtextBox_content:hover{background-color:transparent;}
#module_446977911 .normal_ImgtextBox_content:hover{background-image:none;}
#module_446977911 .normal_ImgtextBox_content:hover{background-repeat:no-repeat;}
#module_446977911 .normal_ImgtextBox_content:hover{background-position:0% 0%;}
#module_446977911 .normal_ImgtextBox_content:hover{background-attachment:none;}
#module_446977911 .normal_ImgtextBox_content:hover{}
#module_446977911 a{font-size:unset;font-family:unset}

#module_443593621__tabPane_7413 #Sub443593621_7413 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_443593621__tabPane_7413 #Sub443593621_7413 > .SubContainer {display: table-cell; vertical-align: top;}
#module_443593621__tabPane_7413 .SubPadding {width:0px; height: 100%; position: relative; display: table-cell;}
#module_443593621__tabPane_7413 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_443593621__tabPane_7413 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_443593621__tabPane_7413:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_443593621__tabPane_7413 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_443593621__tabPane_7413 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_443593621__tabPane_7413 #Sub443593621_7413 {display: block;}
#module_443593621__tabPane_7413 #Sub443593621_7413 > .SubPadding {float:left; height: 10px;}
#module_443593621__tabPane_7413 #Sub443593621_7413 > .SubContainer {float:left; padding-top:2px; padding-bottom:2px;}
#module_443593621__tabPane_7413 #Sub443593621_7413 > .SubContainer .SubDrag {display:none;}
#module_443593621__tabPane_7413 #Sub443593621_7413 > .SubPadding {width:0px; display:none;}
#module_443593621__tabPane_7413 #Sub443593621_7413 > .SubContainer {width:100% !important; height: auto;}
}
#module_443593621__tabPane_7413 #Sub443593621_Tab7413_1 {width:50%;}
.module_446977914 .ModuleHead .HeadCenter{float:none;}
#module_446977914 {
padding:0px;
}
#module_446977914 {
position:static;
z-index:2;
top:1507px;
left:720px;
width:100%;
height: auto;
}
#module_446977914 .ModuleHead446977914 {
display:none;
}
#module_446977914 .BodyCenter.BodyCenter446977914 {
background:none;background-color:rgb(255, 255, 255);
}
#module_446977914 >.module_446977914 {
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_446977914 >.module_446977914{
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_446977914 .BodyCenter.BodyCenter446977914 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_446977914 .BodyCenter.BodyCenter446977914 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_446977914 >.module_446977914 {
margin-top:4.4118%;
margin-left:4.4118%;
margin-right:2.2059%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_446977914 >.module_446977914 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_446977914 >.module_446977914 {box-shadow: 0px 0px 0px 0px #ccc}
#module_446977914:hover {
border:none;
}
#module_446977914:hover >.module_446977914 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_446977914 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_446977914 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_446977914 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_446977914 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_446977914 .GraphicUpper .TextImage{border-top-color:rgba(0,0,0,0);}
#module_446977914 .GraphicUpper .TextImage{border-top-style:none;}
#module_446977914 .GraphicUpper .TextImage{border-top-width:0px;}
#module_446977914 .GraphicUpper .TextImage{border-right-color:rgba(0,0,0,0);}
#module_446977914 .GraphicUpper .TextImage{border-right-style:none;}
#module_446977914 .GraphicUpper .TextImage{border-right-width:0px;}
#module_446977914 .GraphicUpper .TextImage{border-bottom-color:rgba(0,0,0,0);}
#module_446977914 .GraphicUpper .TextImage{border-bottom-style:none;}
#module_446977914 .GraphicUpper .TextImage{border-bottom-width:0px;}
#module_446977914 .GraphicUpper .TextImage{border-left-color:rgba(0,0,0,0);}
#module_446977914 .GraphicUpper .TextImage{border-left-style:none;}
#module_446977914 .GraphicUpper .TextImage{border-left-width:0px;}
#module_446977914 .GraphicUpper .TextImage{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_446977914 .GraphicUpper .aBox{margin-top:0px;}
#module_446977914 .GraphicUpper .aBox{margin-bottom:0px;}
#module_446977914 .GraphicUpper .aBox{margin-left:0px;}
#module_446977914 .GraphicUpper .aBox{margin-right:8px;}
#module_446977914 .GraphicUpper{width:99%;}
#module_446977914 .MobileGraphicUpper{width:30%;}
#module_446977914 .ModuleImageTextGiantContent{margin-top:10px;}
#module_446977914 .ModuleImageTextGiantContent{margin-bottom:139px;}
#module_446977914 .ModuleImageTextGiantContent{margin-left:0px;}
#module_446977914 .ModuleImageTextGiantContent{margin-right:0px;}
#module_446977914 .normal_ImgtextBox_content{padding-top:10px;}
#module_446977914 .normal_ImgtextBox_content{padding-bottom:0px;}
#module_446977914 .normal_ImgtextBox_content{padding-left:20px;}
#module_446977914 .normal_ImgtextBox_content{padding-right:0px;}
#module_446977914 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_446977914 .normal_ImgtextBox_content{margin-left:0px;margin-right:0px;}
#module_446977914 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_446977914 .normal_ImgtextBox_content{background-color:transparent;}
#module_446977914 .normal_ImgtextBox_content{background-image:none;}
#module_446977914 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_446977914 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_446977914 .normal_ImgtextBox_content{background-attachment:none;}
#module_446977914 .normal_ImgtextBox_content{}
#module_446977914 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_446977914 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_446977914 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_446977914 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_446977914 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_446977914 .normal_ImgtextBox_content{border-top-style:none;}
#module_446977914 .normal_ImgtextBox_content{border-top-width:0px;}
#module_446977914 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_446977914 .normal_ImgtextBox_content{border-right-style:none;}
#module_446977914 .normal_ImgtextBox_content{border-right-width:0px;}
#module_446977914 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_446977914 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_446977914 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_446977914 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_446977914 .normal_ImgtextBox_content{border-left-style:none;}
#module_446977914 .normal_ImgtextBox_content{border-left-width:0px;}
#module_446977914 .showHandle .btn{font-size:14px;}
#module_446977914 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_446977914 .showHandle .btn{color:#333;}
#module_446977914 .showHandle .btn{font-weight:400;}
#module_446977914 .showHandle .btn{text-decoration:none;}
#module_446977914 .showHandle .btn{font-style:normal;}
#module_446977914 .showHandle div{border-top-color:#ddd !important;}
#module_446977914 .showHandle div{border-top-style:solid !important;}
#module_446977914 .showHandle div{border-top-width:1px !important;}
#module_446977914 .showHandle{background-color:transparent;}
#module_446977914 .showHandle{background-image:none;}
#module_446977914 .showHandle{background-repeat:no-repeat;}
#module_446977914 .showHandle{}
#module_446977914 .showHandle{}
#module_446977914 .showHandle{}
#module_446977914 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_446977914 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_446977914 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_446977914 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_446977914 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_446977914 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_446977914 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_446977914 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_446977914 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_446977914 .normal_ImgtextBox_content:hover{border-top-left-radius:0px;}
#module_446977914 .normal_ImgtextBox_content:hover{border-top-right-radius:0px;}
#module_446977914 .normal_ImgtextBox_content:hover{border-bottom-left-radius:0px;}
#module_446977914 .normal_ImgtextBox_content:hover{border-bottom-right-radius:0px;}
#module_446977914 .normal_ImgtextBox_content:hover{background-color:transparent;}
#module_446977914 .normal_ImgtextBox_content:hover{background-image:none;}
#module_446977914 .normal_ImgtextBox_content:hover{background-repeat:no-repeat;}
#module_446977914 .normal_ImgtextBox_content:hover{background-position:0% 0%;}
#module_446977914 .normal_ImgtextBox_content:hover{background-attachment:none;}
#module_446977914 .normal_ImgtextBox_content:hover{}
#module_446977914 a{font-size:unset;font-family:unset}
.module_446918752 .ModuleHead .HeadCenter{float:none;}
#module_446918752 {
padding:0px;
}
#module_446918752 {
position:static;
z-index:2;
top:165px;
left:774px;
width:100%;
height: auto;
}
#module_446918752 .ModuleHead446918752 {
display:none;
}
#module_446918752 .BodyCenter.BodyCenter446918752 {
background:none;background-color:rgb(255, 255, 255);
}
#module_446918752 >.module_446918752 {
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_446918752 >.module_446918752{
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_446918752 .BodyCenter.BodyCenter446918752 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_446918752 .BodyCenter.BodyCenter446918752 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_446918752 >.module_446918752 {
margin-top:4.4118%;
margin-left:4.4118%;
margin-right:2.2059%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_446918752 >.module_446918752 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_446918752 >.module_446918752 {box-shadow: 0px 0px 0px 0px #ccc}
#module_446918752:hover {
border:none;
}
#module_446918752:hover >.module_446918752 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_446918752 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_446918752 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_446918752 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_446918752 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_446918752 .GraphicUpper .TextImage{border-top-color:rgba(0,0,0,0);}
#module_446918752 .GraphicUpper .TextImage{border-top-style:none;}
#module_446918752 .GraphicUpper .TextImage{border-top-width:0px;}
#module_446918752 .GraphicUpper .TextImage{border-right-color:rgba(0,0,0,0);}
#module_446918752 .GraphicUpper .TextImage{border-right-style:none;}
#module_446918752 .GraphicUpper .TextImage{border-right-width:0px;}
#module_446918752 .GraphicUpper .TextImage{border-bottom-color:rgba(0,0,0,0);}
#module_446918752 .GraphicUpper .TextImage{border-bottom-style:none;}
#module_446918752 .GraphicUpper .TextImage{border-bottom-width:0px;}
#module_446918752 .GraphicUpper .TextImage{border-left-color:rgba(0,0,0,0);}
#module_446918752 .GraphicUpper .TextImage{border-left-style:none;}
#module_446918752 .GraphicUpper .TextImage{border-left-width:0px;}
#module_446918752 .GraphicUpper .TextImage{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_446918752 .GraphicUpper .aBox{margin-top:0px;}
#module_446918752 .GraphicUpper .aBox{margin-bottom:0px;}
#module_446918752 .GraphicUpper .aBox{margin-left:0px;}
#module_446918752 .GraphicUpper .aBox{margin-right:8px;}
#module_446918752 .GraphicUpper{width:100%;}
#module_446918752 .MobileGraphicUpper{width:30%;}
#module_446918752 .ModuleImageTextGiantContent{margin-top:10px;}
#module_446918752 .ModuleImageTextGiantContent{margin-bottom:140px;}
#module_446918752 .ModuleImageTextGiantContent{margin-left:0px;}
#module_446918752 .ModuleImageTextGiantContent{margin-right:0px;}
#module_446918752 .normal_ImgtextBox_content{padding-top:11px;}
#module_446918752 .normal_ImgtextBox_content{padding-bottom:0px;}
#module_446918752 .normal_ImgtextBox_content{padding-left:20px;}
#module_446918752 .normal_ImgtextBox_content{padding-right:0px;}
#module_446918752 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_446918752 .normal_ImgtextBox_content{margin-left:0px;margin-right:0px;}
#module_446918752 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_446918752 .normal_ImgtextBox_content{background-color:transparent;}
#module_446918752 .normal_ImgtextBox_content{background-image:none;}
#module_446918752 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_446918752 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_446918752 .normal_ImgtextBox_content{background-attachment:none;}
#module_446918752 .normal_ImgtextBox_content{}
#module_446918752 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_446918752 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_446918752 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_446918752 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_446918752 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_446918752 .normal_ImgtextBox_content{border-top-style:none;}
#module_446918752 .normal_ImgtextBox_content{border-top-width:0px;}
#module_446918752 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_446918752 .normal_ImgtextBox_content{border-right-style:none;}
#module_446918752 .normal_ImgtextBox_content{border-right-width:0px;}
#module_446918752 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_446918752 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_446918752 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_446918752 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_446918752 .normal_ImgtextBox_content{border-left-style:none;}
#module_446918752 .normal_ImgtextBox_content{border-left-width:0px;}
#module_446918752 .showHandle .btn{font-size:14px;}
#module_446918752 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_446918752 .showHandle .btn{color:#333;}
#module_446918752 .showHandle .btn{font-weight:400;}
#module_446918752 .showHandle .btn{text-decoration:none;}
#module_446918752 .showHandle .btn{font-style:normal;}
#module_446918752 .showHandle div{border-top-color:#ddd !important;}
#module_446918752 .showHandle div{border-top-style:solid !important;}
#module_446918752 .showHandle div{border-top-width:1px !important;}
#module_446918752 .showHandle{background-color:transparent;}
#module_446918752 .showHandle{background-image:none;}
#module_446918752 .showHandle{background-repeat:no-repeat;}
#module_446918752 .showHandle{}
#module_446918752 .showHandle{}
#module_446918752 .showHandle{}
#module_446918752 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_446918752 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_446918752 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_446918752 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_446918752 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_446918752 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_446918752 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_446918752 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_446918752 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_446918752 .normal_ImgtextBox_content:hover{border-top-left-radius:0px;}
#module_446918752 .normal_ImgtextBox_content:hover{border-top-right-radius:0px;}
#module_446918752 .normal_ImgtextBox_content:hover{border-bottom-left-radius:0px;}
#module_446918752 .normal_ImgtextBox_content:hover{border-bottom-right-radius:0px;}
#module_446918752 .normal_ImgtextBox_content:hover{background-color:transparent;}
#module_446918752 .normal_ImgtextBox_content:hover{background-image:none;}
#module_446918752 .normal_ImgtextBox_content:hover{background-repeat:no-repeat;}
#module_446918752 .normal_ImgtextBox_content:hover{background-position:0% 0%;}
#module_446918752 .normal_ImgtextBox_content:hover{background-attachment:none;}
#module_446918752 .normal_ImgtextBox_content:hover{}
#module_446918752 a{font-size:unset;font-family:unset}
#module_443593621__tabPane_7413 #Sub443593621_Tab7413_2 {width:50%;}
.module_446918738 .ModuleHead .HeadCenter{float:none;}
#module_446918738 {
padding:0px;
}
#module_446918738 {
position:static;
z-index:3;
top:45px;
left:0px;
width:100%;
height: auto;
}
#module_446918738 .ModuleHead446918738 {
display:none;
}
#module_446918738 .BodyCenter.BodyCenter446918738 {
background:none;background-color:rgb(255, 255, 255);
}
#module_446918738 >.module_446918738 {
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_446918738 >.module_446918738{
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_446918738 .BodyCenter.BodyCenter446918738 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_446918738 .BodyCenter.BodyCenter446918738 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_446918738 >.module_446918738 {
margin-top:4.4118%;
margin-left:2.2059%;
margin-right:4.4118%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_446918738 >.module_446918738 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_446918738 >.module_446918738 {box-shadow: 0px 0px 0px 0px #ccc}
#module_446918738:hover {
border:none;
}
#module_446918738:hover >.module_446918738 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_446918738 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_446918738 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_446918738 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_446918738 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_446918738 .GraphicUpper .TextImage{border-top-color:rgba(0,0,0,0);}
#module_446918738 .GraphicUpper .TextImage{border-top-style:none;}
#module_446918738 .GraphicUpper .TextImage{border-top-width:0px;}
#module_446918738 .GraphicUpper .TextImage{border-right-color:rgba(0,0,0,0);}
#module_446918738 .GraphicUpper .TextImage{border-right-style:none;}
#module_446918738 .GraphicUpper .TextImage{border-right-width:0px;}
#module_446918738 .GraphicUpper .TextImage{border-bottom-color:rgba(0,0,0,0);}
#module_446918738 .GraphicUpper .TextImage{border-bottom-style:none;}
#module_446918738 .GraphicUpper .TextImage{border-bottom-width:0px;}
#module_446918738 .GraphicUpper .TextImage{border-left-color:rgba(0,0,0,0);}
#module_446918738 .GraphicUpper .TextImage{border-left-style:none;}
#module_446918738 .GraphicUpper .TextImage{border-left-width:0px;}
#module_446918738 .GraphicUpper .TextImage{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_446918738 .GraphicUpper .aBox{margin-top:0px;}
#module_446918738 .GraphicUpper .aBox{margin-bottom:0px;}
#module_446918738 .GraphicUpper .aBox{margin-left:0px;}
#module_446918738 .GraphicUpper .aBox{margin-right:8px;}
#module_446918738 .GraphicUpper{width:100%;}
#module_446918738 .MobileGraphicUpper{width:30%;}
#module_446918738 .ModuleImageTextGiantContent{margin-top:1.6260%;}
#module_446918738 .ModuleImageTextGiantContent{margin-bottom:22.7642%;}
#module_446918738 .ModuleImageTextGiantContent{margin-left:0.0000%;}
#module_446918738 .ModuleImageTextGiantContent{margin-right:0.0000%;}
#module_446918738 .normal_ImgtextBox_content{padding-top:11px;}
#module_446918738 .normal_ImgtextBox_content{padding-bottom:0px;}
#module_446918738 .normal_ImgtextBox_content{padding-left:20px;}
#module_446918738 .normal_ImgtextBox_content{padding-right:0px;}
#module_446918738 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_446918738 .normal_ImgtextBox_content{margin-left:0px;margin-right:0px;}
#module_446918738 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_446918738 .normal_ImgtextBox_content{background-color:transparent;}
#module_446918738 .normal_ImgtextBox_content{background-image:none;}
#module_446918738 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_446918738 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_446918738 .normal_ImgtextBox_content{background-attachment:none;}
#module_446918738 .normal_ImgtextBox_content{}
#module_446918738 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_446918738 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_446918738 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_446918738 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_446918738 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_446918738 .normal_ImgtextBox_content{border-top-style:none;}
#module_446918738 .normal_ImgtextBox_content{border-top-width:0px;}
#module_446918738 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_446918738 .normal_ImgtextBox_content{border-right-style:none;}
#module_446918738 .normal_ImgtextBox_content{border-right-width:0px;}
#module_446918738 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_446918738 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_446918738 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_446918738 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_446918738 .normal_ImgtextBox_content{border-left-style:none;}
#module_446918738 .normal_ImgtextBox_content{border-left-width:0px;}
#module_446918738 .showHandle .btn{font-size:14px;}
#module_446918738 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_446918738 .showHandle .btn{color:#333;}
#module_446918738 .showHandle .btn{font-weight:400;}
#module_446918738 .showHandle .btn{text-decoration:none;}
#module_446918738 .showHandle .btn{font-style:normal;}
#module_446918738 .showHandle div{border-top-color:#ddd !important;}
#module_446918738 .showHandle div{border-top-style:solid !important;}
#module_446918738 .showHandle div{border-top-width:1px !important;}
#module_446918738 .showHandle{background-color:transparent;}
#module_446918738 .showHandle{background-image:none;}
#module_446918738 .showHandle{background-repeat:no-repeat;}
#module_446918738 .showHandle{}
#module_446918738 .showHandle{}
#module_446918738 .showHandle{}
#module_446918738 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_446918738 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_446918738 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_446918738 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_446918738 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_446918738 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_446918738 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_446918738 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_446918738 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_446918738 .normal_ImgtextBox_content:hover{border-top-left-radius:0px;}
#module_446918738 .normal_ImgtextBox_content:hover{border-top-right-radius:0px;}
#module_446918738 .normal_ImgtextBox_content:hover{border-bottom-left-radius:0px;}
#module_446918738 .normal_ImgtextBox_content:hover{border-bottom-right-radius:0px;}
#module_446918738 .normal_ImgtextBox_content:hover{background-color:transparent;}
#module_446918738 .normal_ImgtextBox_content:hover{background-image:none;}
#module_446918738 .normal_ImgtextBox_content:hover{background-repeat:no-repeat;}
#module_446918738 .normal_ImgtextBox_content:hover{background-position:0% 0%;}
#module_446918738 .normal_ImgtextBox_content:hover{background-attachment:none;}
#module_446918738 .normal_ImgtextBox_content:hover{}
#module_446918738 a{font-size:unset;font-family:unset}
.module_446918753 .ModuleHead .HeadCenter{float:none;}
#module_446918753 {
padding:0px;
}
#module_446918753 {
position:static;
z-index:4;
top:219px;
left:0px;
width:100%;
height: auto;
}
#module_446918753 .ModuleHead446918753 {
display:none;
}
#module_446918753 .BodyCenter.BodyCenter446918753 {
background:none;background-color:rgb(255, 255, 255);
}
#module_446918753 >.module_446918753 {
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_446918753 >.module_446918753{
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_446918753 .BodyCenter.BodyCenter446918753 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_446918753 .BodyCenter.BodyCenter446918753 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_446918753 >.module_446918753 {
margin-top:4.4118%;
margin-left:2.2059%;
margin-right:4.4118%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_446918753 >.module_446918753 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_446918753 >.module_446918753 {box-shadow: 0px 0px 0px 0px #ccc}
#module_446918753:hover {
border:none;
}
#module_446918753:hover >.module_446918753 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_446918753 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_446918753 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_446918753 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_446918753 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_446918753 .GraphicUpper .TextImage{border-top-color:rgba(0,0,0,0);}
#module_446918753 .GraphicUpper .TextImage{border-top-style:none;}
#module_446918753 .GraphicUpper .TextImage{border-top-width:0px;}
#module_446918753 .GraphicUpper .TextImage{border-right-color:rgba(0,0,0,0);}
#module_446918753 .GraphicUpper .TextImage{border-right-style:none;}
#module_446918753 .GraphicUpper .TextImage{border-right-width:0px;}
#module_446918753 .GraphicUpper .TextImage{border-bottom-color:rgba(0,0,0,0);}
#module_446918753 .GraphicUpper .TextImage{border-bottom-style:none;}
#module_446918753 .GraphicUpper .TextImage{border-bottom-width:0px;}
#module_446918753 .GraphicUpper .TextImage{border-left-color:rgba(0,0,0,0);}
#module_446918753 .GraphicUpper .TextImage{border-left-style:none;}
#module_446918753 .GraphicUpper .TextImage{border-left-width:0px;}
#module_446918753 .GraphicUpper .TextImage{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_446918753 .GraphicUpper .aBox{margin-top:0px;}
#module_446918753 .GraphicUpper .aBox{margin-bottom:0px;}
#module_446918753 .GraphicUpper .aBox{margin-left:0px;}
#module_446918753 .GraphicUpper .aBox{margin-right:8px;}
#module_446918753 .GraphicUpper{width:100%;}
#module_446918753 .MobileGraphicUpper{width:30%;}
#module_446918753 .ModuleImageTextGiantContent{margin-top:1.6260%;}
#module_446918753 .ModuleImageTextGiantContent{margin-bottom:22.7642%;}
#module_446918753 .ModuleImageTextGiantContent{margin-left:0.0000%;}
#module_446918753 .ModuleImageTextGiantContent{margin-right:0.0000%;}
#module_446918753 .normal_ImgtextBox_content{padding-top:11px;}
#module_446918753 .normal_ImgtextBox_content{padding-bottom:0px;}
#module_446918753 .normal_ImgtextBox_content{padding-left:20px;}
#module_446918753 .normal_ImgtextBox_content{padding-right:0px;}
#module_446918753 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_446918753 .normal_ImgtextBox_content{margin-left:0px;margin-right:0px;}
#module_446918753 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_446918753 .normal_ImgtextBox_content{background-color:transparent;}
#module_446918753 .normal_ImgtextBox_content{background-image:none;}
#module_446918753 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_446918753 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_446918753 .normal_ImgtextBox_content{background-attachment:none;}
#module_446918753 .normal_ImgtextBox_content{}
#module_446918753 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_446918753 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_446918753 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_446918753 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_446918753 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_446918753 .normal_ImgtextBox_content{border-top-style:none;}
#module_446918753 .normal_ImgtextBox_content{border-top-width:0px;}
#module_446918753 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_446918753 .normal_ImgtextBox_content{border-right-style:none;}
#module_446918753 .normal_ImgtextBox_content{border-right-width:0px;}
#module_446918753 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_446918753 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_446918753 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_446918753 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_446918753 .normal_ImgtextBox_content{border-left-style:none;}
#module_446918753 .normal_ImgtextBox_content{border-left-width:0px;}
#module_446918753 .showHandle .btn{font-size:14px;}
#module_446918753 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_446918753 .showHandle .btn{color:#333;}
#module_446918753 .showHandle .btn{font-weight:400;}
#module_446918753 .showHandle .btn{text-decoration:none;}
#module_446918753 .showHandle .btn{font-style:normal;}
#module_446918753 .showHandle div{border-top-color:#ddd !important;}
#module_446918753 .showHandle div{border-top-style:solid !important;}
#module_446918753 .showHandle div{border-top-width:1px !important;}
#module_446918753 .showHandle{background-color:transparent;}
#module_446918753 .showHandle{background-image:none;}
#module_446918753 .showHandle{background-repeat:no-repeat;}
#module_446918753 .showHandle{}
#module_446918753 .showHandle{}
#module_446918753 .showHandle{}
#module_446918753 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_446918753 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_446918753 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_446918753 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_446918753 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_446918753 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_446918753 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_446918753 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_446918753 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_446918753 .normal_ImgtextBox_content:hover{border-top-left-radius:0px;}
#module_446918753 .normal_ImgtextBox_content:hover{border-top-right-radius:0px;}
#module_446918753 .normal_ImgtextBox_content:hover{border-bottom-left-radius:0px;}
#module_446918753 .normal_ImgtextBox_content:hover{border-bottom-right-radius:0px;}
#module_446918753 .normal_ImgtextBox_content:hover{background-color:transparent;}
#module_446918753 .normal_ImgtextBox_content:hover{background-image:none;}
#module_446918753 .normal_ImgtextBox_content:hover{background-repeat:no-repeat;}
#module_446918753 .normal_ImgtextBox_content:hover{background-position:0% 0%;}
#module_446918753 .normal_ImgtextBox_content:hover{background-attachment:none;}
#module_446918753 .normal_ImgtextBox_content:hover{}
#module_446918753 a{font-size:unset;font-family:unset}


.module_447369608 .ModuleHead .HeadCenter{float:none;}
#module_447369608 {
padding:0px;
}
#module_447369608 {
position:static;
z-index:0;
top:439px;
left:181px;
width:100%;
height: auto;
}
#module_447369608 .ModuleHead447369608 {
display:none;
}

#module_447369608 .ModuleSubContainer{background-color:transparent;}
#module_447369608 .ModuleSubContainer{}
#module_447369608 .ModuleSubContainer{background-repeat:no-repeat;}
#module_447369608 .ModuleSubContainer{background-position:0% 0%;}
#module_447369608 .ModuleSubContainer{background-attachment:scroll;}
#module_447369608 .ModuleSubContainer{}
#module_447369608 {!bgVideo!}{bgVideoUrl:}
#module_447369608 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_447369608 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_447369608 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer447369608 {}
.ModuleTabContainerV2Giant.layout-109 .TabConOption{
	width:100%;
	background: #1e88e5;
	cursor: pointer;
	position: static;
	color:#fff;
	text-align: left;
	padding-left: 35px;
	border:none;
}
.ModuleTabContainerV2Giant.layout-109 .TabConOption:hover,.ModuleTabContainerV2Giant.layout-109 .TabConOption.active{
	background: #f7f7f5;
	color:#1e88e5;
}
.ModuleTabContainerV2Giant.layout-109 .TabConContainer{
	background: #f7f7f5;
}
.ModuleTabContainerV2Giant.layout-109 .inTabConContainer{
	padding:5px;
}
.ModuleTabContainerV2Giant.layout-109 .tabContentGiant{
	margin-left: 0px!important;

}
.ModuleTabContainerV2Giant.layout-109 .portrait .Nav-Container:first-child .TabConOption{
	border:none;
}
.ModuleTabContainerV2Giant.layout-109 .portrait .Nav-Container{
	float:none;
	margin-bottom: 6px;
}
.ModuleTabContainerV2Giant.layout-109 .portrait .iconimg{
	display: block;
	float: right;
	padding-right: 35px
}

.ModuleTabContainerV2Giant.layout-109 .TabConOptiontext{
	float:left;
	max-width: 80%;
	width: 100%;
}.module_447369323 .ModuleHead .HeadCenter{float:none;}
#module_447369323 {
padding:0px;
}
#module_447369323 {
position:static;
z-index:0;
top:304px;
left:253px;
width:100%;
height: auto;
}
#module_447369323 .ModuleHead447369323 {
display:none;
}
#module_447369323 .BodyCenter.BodyCenter447369323 {
background:none;background-color:rgba(0,0,0,0);
}
#module_447369323 >.module_447369323 {
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_447369323 >.module_447369323{
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_447369323 .BodyCenter.BodyCenter447369323 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_447369323 .BodyCenter.BodyCenter447369323 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_447369323 >.module_447369323 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_447369323 >.module_447369323 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_447369323 >.module_447369323 {box-shadow: 0px 0px 0px 0px #ccc}
#module_447369323:hover {
border:none;
}
#module_447369323:hover >.module_447369323 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_447369323 .TabConOption{background-color:#fff;}
#module_447369323 .TabConOption{background-image:none;}
#module_447369323 .TabConOption{background-repeat:no-repeat;}
#module_447369323 .TabConOption{}
#module_447369323 .TabConOption{}
#module_447369323 .TabConOption{}
#module_447369323 .TabConOption {border-top-color:#eee;}
#module_447369323 .TabConOption {border-top-style:solid;}
#module_447369323 .TabConOption {border-top-width:1px;}
#module_447369323 .TabConOption {border-right-color:#eee;}
#module_447369323 .TabConOption {border-right-style:solid;}
#module_447369323 .TabConOption {border-right-width:1px;}
#module_447369323 .TabConOption {border-bottom-color:#eee;}
#module_447369323 .TabConOption {border-bottom-style:solid;}
#module_447369323 .TabConOption {border-bottom-width:1px;}
#module_447369323 .TabConOption {border-left-color:#eee;}
#module_447369323 .TabConOption {border-left-style:solid;}
#module_447369323 .TabConOption {border-left-width:1px;}
#module_447369323 .TabConOption{width:100%px;}  #module_447369323 .tabContentGiant{margin-left:100%}
#module_447369323 .TabConOption{height:50px;line-height:50px;}
#module_447369323 .TabConOptiontext{font-size:16px;}
#module_447369323 .TabConOptiontext{font-family:微软雅黑,Microsoft YaHei;}
#module_447369323 .TabConOption {color:rgb(16, 86, 49);}
#module_447369323 .TabConOptiontext{font-weight:bold;}
#module_447369323 .TabConOptiontext{text-decoration:none;}
#module_447369323 .TabConOptiontext{font-style:normal;}
#module_447369323 .inTabConContainer{background-color:transparent;}
#module_447369323 .inTabConContainer{background-image:none;}
#module_447369323 .inTabConContainer{background-repeat:no-repeat;}
#module_447369323 .inTabConContainer{}
#module_447369323 .inTabConContainer{}
#module_447369323 .inTabConContainer{}
#module_447369323 .inTabConContainer{padding-top:10px;}
#module_447369323 .inTabConContainer{padding-bottom:10px;}
#module_447369323 .inTabConContainer{padding-left:10px;}
#module_447369323 .inTabConContainer{padding-right:10px;}
#module_447369323 .inTabConContainer{border-top-color:transparent;}
#module_447369323 .inTabConContainer{border-top-style:none;}
#module_447369323 .inTabConContainer{border-top-width:1px;}
#module_447369323 .inTabConContainer{border-right-color:#eee;}
#module_447369323 .inTabConContainer{border-right-style:solid;}
#module_447369323 .inTabConContainer{border-right-width:1px;}
#module_447369323 .inTabConContainer{border-bottom-color:#eee;}
#module_447369323 .inTabConContainer{border-bottom-style:solid;}
#module_447369323 .inTabConContainer{border-bottom-width:1px;}
#module_447369323 .inTabConContainer{border-left-color:#eee;}
#module_447369323 .inTabConContainer{border-left-style:solid;}
#module_447369323 .inTabConContainer{border-left-width:1px;}
#module_447369323 .Nav-Container li:hover,#module_447369323 .TabConOption.active{background-image:none;}
#module_447369323 .Nav-Container li:hover,#module_447369323 .TabConOption.active{background-repeat:no-repeat;}
#module_447369323 .Nav-Container li:hover,#module_447369323 .TabConOption.active{}
#module_447369323 .Nav-Container li:hover,#module_447369323 .TabConOption.active{}
#module_447369323 .TabConOption:hover,#module_447369323 .TabConOption.active{background-color:rgb(16, 86, 49);}
#module_447369323 .TabConOption:hover,#module_447369323 .TabConOption.active{}
#module_447369323 .TabConOption:hover .TabConOptiontext,#module_447369323 .TabConOption.active .TabConOptiontext{font-size:16px;}
#module_447369323 .TabConOption:hover .TabConOptiontext,#module_447369323 .TabConOption.active .TabConOptiontext{font-family:微软雅黑,Microsoft YaHei;}
#module_447369323 .TabConOption:hover .TabConOptiontext,#module_447369323 .TabConOption.active .TabConOptiontext{color:#fff;}
#module_447369323 .TabConOption:hover .TabConOptiontext,#module_447369323 .TabConOption.active .TabConOptiontext{font-weight:bold;}
#module_447369323 .TabConOption:hover .TabConOptiontext,#module_447369323 .TabConOption.active  .TabConOptiontext {text-decoration:none;}
#module_447369323 .TabConOption:hover .TabConOptiontext,#module_447369323 .TabConOption.active  .TabConOptiontext{font-style:normal;}
#module_447369323 .TabConOption:hover,#module_447369323 .TabConOption.active {border-top-color:transparent;}
#module_447369323 .TabConOption:hover,#module_447369323 .TabConOption.active{border-top-style:none;}
#module_447369323 .TabConOption:hover,#module_447369323 .TabConOption.active{border-top-width:0px;}
#module_447369323 .TabConOption:hover,#module_447369323 .TabConOption.active{border-right-color:rgb(16, 86, 49);}
#module_447369323 .TabConOption:hover,#module_447369323 .TabConOption.active{border-right-style:none;}
#module_447369323 .TabConOption:hover,#module_447369323 .TabConOption.active{border-right-width:0px;}
#module_447369323 .TabConOption:hover,#module_447369323 .TabConOption.active{border-bottom-color:transparent;}
#module_447369323 .TabConOption:hover,#module_447369323 .TabConOption.active{border-bottom-style:none;}
#module_447369323 .TabConOption:hover,#module_447369323 .TabConOption.active{border-bottom-width:0px;}
#module_447369323 .TabConOption:hover,#module_447369323 .TabConOption.active{border-left-color:rgb(16, 86, 49);}
#module_447369323 .TabConOption:hover,#module_447369323 .TabConOption.active{border-left-style:solid;}
#module_447369323 .TabConOption:hover,#module_447369323 .TabConOption.active{border-left-width:3px;}

.module_447369346 .ModuleHead .HeadCenter{float:none;}
#module_447369346 {
padding:0px;
}
#module_447369346 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_447369346 .ModuleHead447369346 {
display:none;
}

#module_447369346 .ModuleImageTextGiantContent{margin-top:0px;}
#module_447369346 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_447369346 .ModuleImageTextGiantContent{margin-left:0px;}
#module_447369346 .ModuleImageTextGiantContent{margin-right:0px;}
#module_447369346 .imageTextGiant-Container{padding-top:10px;}
#module_447369346 .imageTextGiant-Container{padding-bottom:10px;}
#module_447369346 .imageTextGiant-Container{padding-left:10px;}
#module_447369346 .imageTextGiant-Container{padding-right:10px;}
#module_447369346 .showHandle .btn{font-size:14px;}
#module_447369346 .showHandle .btn{font-family:;}
#module_447369346 .showHandle .btn{color:#333;}
#module_447369346 .showHandle .btn{font-weight:400;}
#module_447369346 .showHandle .btn{text-decoration:none;}
#module_447369346 .showHandle .btn{font-style:normal;}
#module_447369346 .showHandle div{border-top-color:#ddd !important;}
#module_447369346 .showHandle div{border-top-style:solid !important;}
#module_447369346 .showHandle div{border-top-width:1px !important;}
#module_447369346 .showHandle{background-color:transparent;}
#module_447369346 .showHandle{}
#module_447369346 .showHandle{background-repeat:no-repeat;}
#module_447369346 .showHandle{}
#module_447369346 .showHandle{}
#module_447369346 .showHandle{}
#module_447369346 a{font-size:unset;font-family:unset}
.module_447369573 .ModuleHead .HeadCenter{float:none;}
#module_447369573 {
padding:0px;
}
#module_447369573 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_447369573 .ModuleHead447369573 {
display:none;
}

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


.module_447369863 .ModuleHead .HeadCenter{float:none;}
#module_447369863 {
padding:0px;
}
#module_447369863 {
position:static;
z-index:0;
top:38px;
width:100%;
height: auto;
}
#module_447369863 .ModuleHead447369863 {
display:none;
}

#module_447369863 .ModuleImageTextGiantContent{margin-top:0px;}
#module_447369863 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_447369863 .ModuleImageTextGiantContent{margin-left:0px;}
#module_447369863 .ModuleImageTextGiantContent{margin-right:0px;}
#module_447369863 .imageTextGiant-Container{padding-top:10px;}
#module_447369863 .imageTextGiant-Container{padding-bottom:10px;}
#module_447369863 .imageTextGiant-Container{padding-left:10px;}
#module_447369863 .imageTextGiant-Container{padding-right:10px;}
#module_447369863 .showHandle .btn{font-size:14px;}
#module_447369863 .showHandle .btn{font-family:;}
#module_447369863 .showHandle .btn{color:#333;}
#module_447369863 .showHandle .btn{font-weight:400;}
#module_447369863 .showHandle .btn{text-decoration:none;}
#module_447369863 .showHandle .btn{font-style:normal;}
#module_447369863 .showHandle div{border-top-color:#ddd !important;}
#module_447369863 .showHandle div{border-top-style:solid !important;}
#module_447369863 .showHandle div{border-top-width:1px !important;}
#module_447369863 .showHandle{background-color:transparent;}
#module_447369863 .showHandle{}
#module_447369863 .showHandle{background-repeat:no-repeat;}
#module_447369863 .showHandle{}
#module_447369863 .showHandle{}
#module_447369863 .showHandle{}
#module_447369863 a{font-size:unset;font-family:unset}
.module_447369867 .ModuleHead .HeadCenter{float:none;}
#module_447369867 {
padding:0px;
}
#module_447369867 {
position:static;
z-index:0;
top:573px;
left:171px;
width:100%;
height: auto;
}
#module_447369867 .ModuleHead447369867 {
display:none;
}

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


.module_447370083 .ModuleHead .HeadCenter{float:none;}
#module_447370083 {
padding:0px;
}
#module_447370083 {
position:static;
z-index:0;
top:7px;
width:100%;
height: auto;
}
#module_447370083 .ModuleHead447370083 {
display:none;
}

#module_447370083 .ModuleImageTextGiantContent{margin-top:0px;}
#module_447370083 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_447370083 .ModuleImageTextGiantContent{margin-left:0px;}
#module_447370083 .ModuleImageTextGiantContent{margin-right:0px;}
#module_447370083 .imageTextGiant-Container{padding-top:10px;}
#module_447370083 .imageTextGiant-Container{padding-bottom:10px;}
#module_447370083 .imageTextGiant-Container{padding-left:10px;}
#module_447370083 .imageTextGiant-Container{padding-right:10px;}
#module_447370083 .showHandle .btn{font-size:14px;}
#module_447370083 .showHandle .btn{font-family:;}
#module_447370083 .showHandle .btn{color:#333;}
#module_447370083 .showHandle .btn{font-weight:400;}
#module_447370083 .showHandle .btn{text-decoration:none;}
#module_447370083 .showHandle .btn{font-style:normal;}
#module_447370083 .showHandle div{border-top-color:#ddd !important;}
#module_447370083 .showHandle div{border-top-style:solid !important;}
#module_447370083 .showHandle div{border-top-width:1px !important;}
#module_447370083 .showHandle{background-color:transparent;}
#module_447370083 .showHandle{}
#module_447370083 .showHandle{background-repeat:no-repeat;}
#module_447370083 .showHandle{}
#module_447370083 .showHandle{}
#module_447370083 .showHandle{}
#module_447370083 a{font-size:unset;font-family:unset}
.module_447370084 .ModuleHead .HeadCenter{float:none;}
#module_447370084 {
padding:0px;
}
#module_447370084 {
position:static;
z-index:1;
top:682px;
left:164px;
width:100%;
height: auto;
}
#module_447370084 .ModuleHead447370084 {
display:none;
}

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


.module_447370220 .ModuleHead .HeadCenter{float:none;}
#module_447370220 {
padding:0px;
}
#module_447370220 {
position:static;
z-index:1;
top:40px;
left:0px;
width:100%;
height: auto;
}
#module_447370220 .ModuleHead447370220 {
display:none;
}

#module_447370220 .ModuleImageTextGiantContent{margin-top:0px;}
#module_447370220 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_447370220 .ModuleImageTextGiantContent{margin-left:0px;}
#module_447370220 .ModuleImageTextGiantContent{margin-right:0px;}
#module_447370220 .imageTextGiant-Container{padding-top:10px;}
#module_447370220 .imageTextGiant-Container{padding-bottom:10px;}
#module_447370220 .imageTextGiant-Container{padding-left:10px;}
#module_447370220 .imageTextGiant-Container{padding-right:10px;}
#module_447370220 .showHandle .btn{font-size:14px;}
#module_447370220 .showHandle .btn{font-family:;}
#module_447370220 .showHandle .btn{color:#333;}
#module_447370220 .showHandle .btn{font-weight:400;}
#module_447370220 .showHandle .btn{text-decoration:none;}
#module_447370220 .showHandle .btn{font-style:normal;}
#module_447370220 .showHandle div{border-top-color:#ddd !important;}
#module_447370220 .showHandle div{border-top-style:solid !important;}
#module_447370220 .showHandle div{border-top-width:1px !important;}
#module_447370220 .showHandle{background-color:transparent;}
#module_447370220 .showHandle{}
#module_447370220 .showHandle{background-repeat:no-repeat;}
#module_447370220 .showHandle{}
#module_447370220 .showHandle{}
#module_447370220 .showHandle{}
#module_447370220 a{font-size:unset;font-family:unset}
.module_447370238 .ModuleHead .HeadCenter{float:none;}
#module_447370238 {
padding:0px;
}
#module_447370238 {
position:static;
z-index:1;
top:82px;
left:0px;
width:100%;
height: auto;
}
#module_447370238 .ModuleHead447370238 {
display:none;
}

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


.module_447370246 .ModuleHead .HeadCenter{float:none;}
#module_447370246 {
padding:0px;
}
#module_447370246 {
position:static;
z-index:2;
top:20px;
left:0px;
width:100%;
height: auto;
}
#module_447370246 .ModuleHead447370246 {
display:none;
}

#module_447370246 .ModuleImageTextGiantContent{margin-top:0px;}
#module_447370246 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_447370246 .ModuleImageTextGiantContent{margin-left:0px;}
#module_447370246 .ModuleImageTextGiantContent{margin-right:0px;}
#module_447370246 .imageTextGiant-Container{padding-top:10px;}
#module_447370246 .imageTextGiant-Container{padding-bottom:10px;}
#module_447370246 .imageTextGiant-Container{padding-left:10px;}
#module_447370246 .imageTextGiant-Container{padding-right:10px;}
#module_447370246 .showHandle .btn{font-size:14px;}
#module_447370246 .showHandle .btn{font-family:;}
#module_447370246 .showHandle .btn{color:#333;}
#module_447370246 .showHandle .btn{font-weight:400;}
#module_447370246 .showHandle .btn{text-decoration:none;}
#module_447370246 .showHandle .btn{font-style:normal;}
#module_447370246 .showHandle div{border-top-color:#ddd !important;}
#module_447370246 .showHandle div{border-top-style:solid !important;}
#module_447370246 .showHandle div{border-top-width:1px !important;}
#module_447370246 .showHandle{background-color:transparent;}
#module_447370246 .showHandle{}
#module_447370246 .showHandle{background-repeat:no-repeat;}
#module_447370246 .showHandle{}
#module_447370246 .showHandle{}
#module_447370246 .showHandle{}
#module_447370246 a{font-size:unset;font-family:unset}
.module_447370249 .ModuleHead .HeadCenter{float:none;}
#module_447370249 {
padding:0px;
}
#module_447370249 {
position:static;
z-index:1;
top:33px;
left:0px;
width:100%;
height: auto;
}
#module_447370249 .ModuleHead447370249 {
display:none;
}

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


.module_447370539 .ModuleHead .HeadCenter{float:none;}
#module_447370539 {
padding:0px;
}
#module_447370539 {
position:static;
z-index:2;
top:21px;
left:0px;
width:100%;
height: auto;
}
#module_447370539 .ModuleHead447370539 {
display:none;
}

#module_447370539 .ModuleImageTextGiantContent{margin-top:0px;}
#module_447370539 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_447370539 .ModuleImageTextGiantContent{margin-left:0px;}
#module_447370539 .ModuleImageTextGiantContent{margin-right:0px;}
#module_447370539 .imageTextGiant-Container{padding-top:10px;}
#module_447370539 .imageTextGiant-Container{padding-bottom:10px;}
#module_447370539 .imageTextGiant-Container{padding-left:10px;}
#module_447370539 .imageTextGiant-Container{padding-right:10px;}
#module_447370539 .showHandle .btn{font-size:14px;}
#module_447370539 .showHandle .btn{font-family:;}
#module_447370539 .showHandle .btn{color:#333;}
#module_447370539 .showHandle .btn{font-weight:400;}
#module_447370539 .showHandle .btn{text-decoration:none;}
#module_447370539 .showHandle .btn{font-style:normal;}
#module_447370539 .showHandle div{border-top-color:#ddd !important;}
#module_447370539 .showHandle div{border-top-style:solid !important;}
#module_447370539 .showHandle div{border-top-width:1px !important;}
#module_447370539 .showHandle{background-color:transparent;}
#module_447370539 .showHandle{}
#module_447370539 .showHandle{background-repeat:no-repeat;}
#module_447370539 .showHandle{}
#module_447370539 .showHandle{}
#module_447370539 .showHandle{}
#module_447370539 a{font-size:unset;font-family:unset}
.module_447370552 .ModuleHead .HeadCenter{float:none;}
#module_447370552 {
padding:0px;
}
#module_447370552 {
position:static;
z-index:1;
top:805px;
left:195px;
width:100%;
height: auto;
}
#module_447370552 .ModuleHead447370552 {
display:none;
}

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


.module_447370589 .ModuleHead .HeadCenter{float:none;}
#module_447370589 {
padding:0px;
}
#module_447370589 {
position:static;
z-index:2;
top:49px;
left:0px;
width:100%;
height: auto;
}
#module_447370589 .ModuleHead447370589 {
display:none;
}

#module_447370589 .ModuleImageTextGiantContent{margin-top:0px;}
#module_447370589 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_447370589 .ModuleImageTextGiantContent{margin-left:0px;}
#module_447370589 .ModuleImageTextGiantContent{margin-right:0px;}
#module_447370589 .imageTextGiant-Container{padding-top:10px;}
#module_447370589 .imageTextGiant-Container{padding-bottom:10px;}
#module_447370589 .imageTextGiant-Container{padding-left:10px;}
#module_447370589 .imageTextGiant-Container{padding-right:10px;}
#module_447370589 .showHandle .btn{font-size:14px;}
#module_447370589 .showHandle .btn{font-family:;}
#module_447370589 .showHandle .btn{color:#333;}
#module_447370589 .showHandle .btn{font-weight:400;}
#module_447370589 .showHandle .btn{text-decoration:none;}
#module_447370589 .showHandle .btn{font-style:normal;}
#module_447370589 .showHandle div{border-top-color:#ddd !important;}
#module_447370589 .showHandle div{border-top-style:solid !important;}
#module_447370589 .showHandle div{border-top-width:1px !important;}
#module_447370589 .showHandle{background-color:transparent;}
#module_447370589 .showHandle{}
#module_447370589 .showHandle{background-repeat:no-repeat;}
#module_447370589 .showHandle{}
#module_447370589 .showHandle{}
#module_447370589 .showHandle{}
#module_447370589 a{font-size:unset;font-family:unset}
.module_447370590 .ModuleHead .HeadCenter{float:none;}
#module_447370590 {
padding:0px;
}
#module_447370590 {
position:static;
z-index:2;
top:57px;
left:0px;
width:100%;
height: auto;
}
#module_447370590 .ModuleHead447370590 {
display:none;
}

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


.module_447370782 .ModuleHead .HeadCenter{float:none;}
#module_447370782 {
padding:0px;
}
#module_447370782 {
position:static;
z-index:2;
top:19px;
left:0px;
width:100%;
height: auto;
}
#module_447370782 .ModuleHead447370782 {
display:none;
}

#module_447370782 .ModuleImageTextGiantContent{margin-top:0px;}
#module_447370782 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_447370782 .ModuleImageTextGiantContent{margin-left:0px;}
#module_447370782 .ModuleImageTextGiantContent{margin-right:0px;}
#module_447370782 .imageTextGiant-Container{padding-top:10px;}
#module_447370782 .imageTextGiant-Container{padding-bottom:10px;}
#module_447370782 .imageTextGiant-Container{padding-left:10px;}
#module_447370782 .imageTextGiant-Container{padding-right:10px;}
#module_447370782 .showHandle .btn{font-size:14px;}
#module_447370782 .showHandle .btn{font-family:;}
#module_447370782 .showHandle .btn{color:#333;}
#module_447370782 .showHandle .btn{font-weight:400;}
#module_447370782 .showHandle .btn{text-decoration:none;}
#module_447370782 .showHandle .btn{font-style:normal;}
#module_447370782 .showHandle div{border-top-color:#ddd !important;}
#module_447370782 .showHandle div{border-top-style:solid !important;}
#module_447370782 .showHandle div{border-top-width:1px !important;}
#module_447370782 .showHandle{background-color:transparent;}
#module_447370782 .showHandle{}
#module_447370782 .showHandle{background-repeat:no-repeat;}
#module_447370782 .showHandle{}
#module_447370782 .showHandle{}
#module_447370782 .showHandle{}
#module_447370782 a{font-size:unset;font-family:unset}
.module_447370783 .ModuleHead .HeadCenter{float:none;}
#module_447370783 {
padding:0px;
}
#module_447370783 {
position:static;
z-index:2;
top:48px;
left:0px;
width:100%;
height: auto;
}
#module_447370783 .ModuleHead447370783 {
display:none;
}

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



.module_443576185 .ModuleHead .HeadCenter{float:none;}
#module_443576185 {
padding:0px;
}
#module_443576185 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_443576185 .ModuleHead443576185 {
display:none;
}
#module_443576185 .BodyCenter.BodyCenter443576185 {
background:none;background-color:rgba(0,0,0,0);
}
#module_443576185 >.module_443576185 {
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_443576185 >.module_443576185{
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_443576185 .BodyCenter.BodyCenter443576185 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443576185 .BodyCenter.BodyCenter443576185 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_443576185 >.module_443576185 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443576185 >.module_443576185 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_443576185 >.module_443576185 {box-shadow: 0px 0px 0px 0px #ccc}
#module_443576185:hover {
border:none;
}
#module_443576185:hover >.module_443576185 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_443576185 .ModuleSubContainer{background-color:rgba(0,0,0,0);}
#module_443576185 .ModuleSubContainer{background-image:url(/skin/images/2022072015075479013d.jpg);}
#module_443576185 .ModuleSubContainer{background-repeat:no-repeat;background-size:100% 100%;}
#module_443576185 .ModuleSubContainer{background-position:50% 0%;}
#module_443576185 .ModuleSubContainer{background-attachment:scroll;}
#module_443576185 .ModuleSubContainer{}
#module_443576185 {!bgVideo!}{bgVideoUrl:}
#module_443576185 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_443576185 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_443576185 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer443576185 {max-width:1380px;width:auto;}
.ModuleGridContainer.ModuleGridContainer443576185 .SubPadding {width:0px;}
.module_443577943 .ModuleHead .HeadCenter{float:none;}
#module_443577943 {
padding:0px;
}
#module_443577943 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_443577943 .ModuleHead443577943 {
display:none;
}
#module_443577943 {
border:none;
}
@media screen and (min-width: 768px){
#module_443577943 >.module_443577943 {
margin-top:11.2319%;
margin-left:39.8551%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443577943 >.module_443577943 {
}
}

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

.ModuleGridContainer.ModuleGridContainer443576185 #Sub443576185_1 {width:20.0000%;}
.module_443578189 .ModuleHead .HeadCenter{float:none;}
#module_443578189 {
padding:0px;
}
#module_443578189 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_443578189 .ModuleHead443578189 {
display:none;
}
#module_443578189 {
border:none;
}
@media screen and (min-width: 768px){
#module_443578189 >.module_443578189 {
margin-top:3.4161%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443578189 >.module_443578189 {
}
}

#module_443578189 .ModulePlainTextGiantContent{margin-top:0px;}
#module_443578189 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_443578189 .ModulePlainTextGiantContent{margin-left:0px;}
#module_443578189 .ModulePlainTextGiantContent{margin-right:10px;}
#module_443578189 .plainTextGiant-Container{padding-top:10px;}
#module_443578189 .plainTextGiant-Container{padding-bottom:10px;}
#module_443578189 .plainTextGiant-Container{padding-left:10px;}
#module_443578189 .plainTextGiant-Container{padding-right:10px;}
#module_443578189 a{font-size:unset;font-family:unset}
.module_443578832 .ModuleHead .HeadCenter{float:none;}
#module_443578832 {
padding:0px;
}
#module_443578832 {
position:static;
z-index:1;
top:61px;
left:0px;
width:100%;
height: auto;
}
#module_443578832 .ModuleHead443578832 {
display:none;
}
#module_443578832 .BodyCenter.BodyCenter443578832 {
background:none;background-color:rgba(0,0,0,0);
}
#module_443578832 >.module_443578832 {
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_443578832 >.module_443578832{
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_443578832 .BodyCenter.BodyCenter443578832 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443578832 .BodyCenter.BodyCenter443578832 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_443578832 >.module_443578832 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443578832 >.module_443578832 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_443578832 >.module_443578832 {box-shadow: 0px 0px 0px 0px #ccc}
#module_443578832:hover {
border:none;
}
#module_443578832:hover >.module_443578832 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_443578832 .ModulePlainTextGiantContent{margin-top:0px;}
#module_443578832 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_443578832 .ModulePlainTextGiantContent{margin-left:0px;}
#module_443578832 .ModulePlainTextGiantContent{margin-right:0px;}
#module_443578832 .plainTextGiant-Container{padding-top:2px;}
#module_443578832 .plainTextGiant-Container{padding-bottom:2px;}
#module_443578832 .plainTextGiant-Container{padding-left:10px;}
#module_443578832 .plainTextGiant-Container{padding-right:10px;}
#module_443578832 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer443576185 #Sub443576185_2 {width:46.6667%;}
.ModuleCustomFormGiant.layout-107 .submitbtnbox{display: flex; width: 20%; margin-bottom: 0px;}
.ModuleCustomFormGiant.layout-107 .icon-riqixuanze{
    padding-right: 10px;
    position: absolute;
    right: 0;
    color: #b3b6b7;
}
/*新验证码开始*/
.ModuleCustomFormGiant.layout-107 .vciline{
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.ModuleCustomFormGiant.layout-107 .VCClose:hover .VCLine1 {
    display: none;
}
.ModuleCustomFormGiant.layout-107 .VCClose:hover .VCLine2 {
  transform: rotate(180deg);
  transition:all 0.5s;
}
.ModuleCustomFormGiant.layout-107 .VCClose{
   position: relative;
   margin-right: 20px;
   width: 30px;
   float: right;
   margin-top: 17px;
   height: 30px;
   cursor: pointer;
}
.ModuleCustomFormGiant.layout-107 .VCLine1{
    border-top:#ccc solid 2px;
    width: 18px;
    transform: rotate(45deg);
    right: 0;
    position: absolute;
    top: 9px;

}
.ModuleCustomFormGiant.layout-107 .VCLine2{
   border-top:#ccc solid 2px;
   width: 18px;
   transform: rotate(-45deg);
   right: 0;
   position: absolute;
   top: 9px;

}
.ModuleCustomFormGiant.layout-107 .VCTitle{
   color:#333;
   font-size:20px;
   font-weight: bold;
   margin-top: 41px;
   margin-bottom: 25px;

}
.ModuleCustomFormGiant.layout-107 .VerificationCodediv .vcbtn{
    margin-top: 22px;
    text-align: right;
}
.ModuleCustomFormGiant.layout-107 .VerificationCodediv .vcbtn1{

   width: 80px;
   height: 36px;
   background: #1e88e5;
   border-radius: 18px;
   line-height: 36px;
   text-align: center;
   color: #fff;
   display: inline-block;
   margin-left: 10px;
   cursor: pointer;
   font-size: 16px;
}
.ModuleCustomFormGiant.layout-107 .VerificationCodediv .vcbtn2{

   width: 80px;
   height: 36px;
   background: #fff;
   border-radius: 18px;
   line-height: 36px;
   text-align: center;
   color: #666666 ;
   border: 1px #ccc solid;
   display: inline-block;
   cursor: pointer;
   font-size: 16px;
}
.ModuleCustomFormGiant.layout-107 .VerificationCodediv .vcinput::placeholder{
   color:#999999
}
.ModuleCustomFormGiant.layout-107 .VerificationCodediv .vcinput{
    border:none;
    padding: 20px 0 ;
    background: #fff !important;
    border-bottom: solid #ccc 1px;
    color: #666;
    line-height: 1;
}
.ModuleCustomFormGiant.layout-107 .VerificationCodediv .changebtn{
     text-align: right;
     display: block;

}
.ModuleCustomFormGiant.layout-107 .VerificationCodediv .VerificationCode{
   width: 100%;
   height: 100px;
}
.ModuleCustomFormGiant.layout-107 .VerificationCodecontext{
   padding:0 33px;
}
.ModuleCustomFormGiant.layout-107 .VerificationCodediv{

   position: absolute;;
   bottom: 0;
   z-index: 12;
   background: #fff;
   transform: translate(-50%,-50%);
   top:auto;
   left: 50%;
   max-width: 350px;
   height: 380px;
   border-radius: 6px;
   box-shadow: 9.9px 9.9px 49px 0px rgba(0,0,0,0.11);
   display: none;
   width: 100%;
}
/*新验证码结束*/


.ModuleCustomFormGiant.layout-107 .title {
    text-align: center;
    line-height: 50px;
    height: 50px;
    color: #333;
    font-size: 24px;
    margin-bottom: 14px;
    font-weight: normal;
    min-height: 30px;
}
.ModuleCustomFormGiant.layout-107 .multi-row-text {
    width: 90%;
}
.ModuleCustomFormGiant.layout-107 input[type=text] {
    font-size: 14px;
    border: none;
    background: #fff;
    padding: 0 0 0 10px;
    /* flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1; */
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ModuleCustomFormGiant.layout-107 .customFormicon {
    width: 20px;
    height: 20px;
    margin-top: -5px;
    margin-right: 5px;
    display: inline-block !important
}

/* .ModuleCustomFormGiant.layout-107 .Select_Simulate li:hover {
    color: #fff
} */

.ModuleCustomFormGiant.layout-107 .content-title {
    font-size: 14px;
    line-height: 44px;
    height: 44px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -moz-flex-shrink: 0;
    /* max-width: 30%; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ModuleCustomFormGiant.layout-107 .in-formList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: inline-flex;
    /* -webkit-box-pack: justify; */
    /* -webkit-justify-content: space-between; */
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.ModuleCustomFormGiant.layout-107 .formList-content {
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 16px;
    width: 100%;
}

.ModuleCustomFormGiant.layout-107 .pcCitybox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.ModuleCustomFormGiant.layout-107  .areabox .area ul{
    top:55px
}
.ModuleCustomFormGiant.layout-107 .pcCitybox .City-select,.ModuleCustomFormGiant.layout-107 .pcCitybox .Couty-select {
    flex-grow: 1;
    flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    margin-right: 10px;
    height: 44px;
    line-height: 44px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /* padding: 0 10px; */
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ccc;
    /* background: url(/skinp/modules/ModuleCustomFormGiant/images/arrow1.png) no-repeat center right; */
}

.ModuleCustomFormGiant.layout-107 .pcCitybox .frist-city-select select {
    border: 0;
    border-radius: 0;
    margin-right: 0;
}

.ModuleCustomFormGiant.layout-107 .pcCitybox .frist-city-select .frist-city-title {
    font-size: 14px;
    margin-left: 16px;
    white-space: nowrap;
}
.ModuleCustomFormGiant.layout-107 .Browse-file{
    line-height: 44px;
    height: 44px;
}
.ModuleCustomFormGiant.layout-107 .Browse-img{

    height: 80px;
}
.ModuleCustomFormGiant.layout-107 .pcCitybox .frist-city-select {
    border-radius: 5px;
    border: 1px solid #ccc;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    margin-right: 10px;
    /* background: url(/skinp/modules/ModuleCustomFormGiant/images/arrow1.png) no-repeat center right; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ModuleCustomFormGiant.layout-107 .choose-time-mobile {
    font-size: 14px;
}

.ModuleCustomFormGiant.layout-107 .pcCitybox .Couty-select {
    margin-right: 0;
}

.ModuleCustomFormGiant.layout-107 .pcCitybox .Province-select {
    height: 40px;
    margin-top: 1px;
    width:100%
}

.ModuleCustomFormGiant.layout-107  .areabox .frist_item{
    height: 100%;
}
.ModuleCustomFormGiant.layout-107 input.VerificationCodeinput {
    width: 188px;
    line-height: 34px;
    margin-right: 10px;
    float: left;
}

.ModuleCustomFormGiant.layout-107 .VerificationCode {
    width: 90px;
    height: 50px;
    display: inline-block;
}

.ModuleCustomFormGiant.layout-107 .file-box .Browse-file-input {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    margin-right: 10px;
    border-radius: 5px;
}

.ModuleCustomFormGiant.layout-107 .file-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ModuleCustomFormGiant.layout-107 .Browse-file {
    border: 1px solid #eee;
    border-radius:5px;
}

.ModuleCustomFormGiant.layout-107 .Browse-file:hover {
    color: #666;
    background: #eee;
    border: 1px solid #ccc;
}

.ModuleCustomFormGiant.layout-107 .input-text-color {
    color: #999;
    display: flex;
    align-items: center;
    line-height: 1.5;
}
.ModuleCustomFormGiant.layout-107 .smsvaldatebox {
   height: 44px;
   line-height: 44px;
}
.ModuleCustomFormGiant.layout-107  .smsvcode,.ModuleCustomFormGiant.layout-107  .smsbtn{
    border-radius: 5px;
}

.ModuleCustomFormGiant.layout-107 .Describ-text-color {
    color: #333;
}

.ModuleCustomFormGiant.layout-107 .submibtn-color {
    color: #fff;
    background: #1e88e5;
    border-radius: 5px;
    cursor: pointer;
}
.ModuleCustomFormGiant.layout-107 .areabox .frist_item{
    padding-right: 4px;
}
.ModuleCustomFormGiant.layout-107 .Select_Simulate .Select_sanjiao {
    border: 0;
    height: 44px;
    width: 30px;
    background: url(/skinp/modules/ModuleCustomFormGiant/images/arrow2.png) no-repeat center right;
    line-height: 44px;
    margin: 0;
    margin-right: 16px;
}

.ModuleCustomFormGiant.layout-107 .formList-content.mgb0 {
    margin-bottom: 0
}

.ModuleCustomFormGiant.layout-107 .in-formList-content.pdLf0 {
    padding-left: 0
}

.ModuleCustomFormGiant.layout-107 .Select_Simulate.layout2 li {
    padding: 0 16px;
}

.ModuleCustomFormGiant.layout-107 .Select_Simulate .frist_item {
    padding-right: 0;
}

.ModuleCustomFormGiant.layout-107 .submitbtn {
    min-height: 50px;
    text-align: center;
    margin-left: 15px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}

.ModuleCustomFormGiant.layout-107 .submibtn-color:hover {
    color: #fff;
    background: #1976d2;
}

.ModuleCustomFormGiant.layout-107 .pd-0 {
    padding: 0;
}

.ModuleCustomFormGiant.layout-107 .formList-content-no-style .in-formList {
    align-items: flex-start;
}

.ModuleCustomFormGiant.layout-107 .multi-row-text {
    margin-top: 3px;
    border: 0;
    padding-left: 10px;
}

.ModuleCustomFormGiant.layout-107 .formList-content-no-border {
    border: none;
    padding-left: 0;
}
.ModuleCustomFormGiant.layout-107 .in-formList-checkbox {
    white-space: normal;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.ModuleCustomFormGiant.layout-107  .vertical{
    width: auto;
    display: initial;
}
.ModuleCustomFormGiant.layout-107 input[type=radio],.ModuleCustomFormGiant.layout-107 input[type=checkbox]{
    top:0;
    margin-top:0
}

.ModuleCustomFormGiant.layout-107 .formList-content-no-border .in-formList {
    /* align-items: flex-start; */
}

.ModuleCustomFormGiant.layout-107 .content-title-checkbox {
    margin-right: 16px;
}

.ModuleCustomFormGiant .in-formList-checkbox label {
    font-weight: normal;
    font-size: 14px;
    color: #666;
}

.ModuleCustomFormGiant.layout-107 .choose-time {
    border: none;
    line-height: 44px;
    height: 44px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ModuleCustomFormGiant.layout-107 .chooseTimeicon {
    margin-top: 0;
    margin-right: 10px;
}

.ModuleCustomFormGiant.layout-107 .VerificationCodeinputWb {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: auto;
    margin-right: 8px;
    padding-left: 16px;
    display: inline-block;
    height: 50px;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ModuleCustomFormGiant.layout-107 .verifica{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ModuleCustomFormGiant.layout-107 .VerificationCodeinputWb .input-text-checking {
    width: 66.5%;
    vertical-align: top;
    margin-top: 1px;
}

.ModuleCustomFormGiant.layout-107 .changebtn {
    line-height: 50px
}

.ModuleCustomFormGiant.layout-107 .cityPickerBox {
    border: 0;
}

.ModuleCustomFormGiant.layout-107 .cityval {
    line-height: 48px;
    height: 48px;
    display: none;
    width: 100%;
}

.ModuleCustomFormGiant.layout-107 .choose-city-content {
    font-size: 14px;
    line-height: 44px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 97%;
    display: block;
}

.ModuleCustomFormGiant.layout-107 .cityPickerBoxwb {
    height: 44px;
}

.ModuleCustomFormGiant.layout-107 .padL16 {
    padding-left: 16px;
    line-height: 1;
    height: auto;
    margin-top: 0;
    margin-right: 16px;
}

.ModuleCustomFormGiant.layout-107 .padL16.radioBox {
    margin-top: 8px
}

.ModuleCustomFormGiant.layout-107 .formList-content.mg0 {
    margin-bottom: 0
}

.ModuleCustomFormGiant.layout-107 .Select_Simulate.layout2 .frist_item {
    padding-left: 0;
}

.ModuleCustomFormGiant.layout-107 .in-formList-content {
    border: 1px solid #ccc;
    padding-left: 16px;
    border-radius: 5px;
}

.ModuleCustomFormGiant.layout-107 .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ModuleCustomFormGiant.layout-107 .select_box {
    display: none;
}

.ModuleCustomFormGiant.layout-107 .in-formList-img {
    min-height: 60px;
    height: auto;
}
.ModuleCustomFormGiant.layout-107 .file-operation{
    display: flex;
}
.ModuleCustomFormGiant.layout-107 .file-operation .content-title {
    max-width: 100%;
}
.ModuleCustomFormGiant.layout-107 .UploadFileSpan {
    line-height: 30px;
    font-size: 12px;
    /* border: 1px solid #e5e5e5;
    background: #fbfbfb; */
    padding: 0 10px;
    box-sizing: border-box;
    min-height: 30px;
    width: 316px;
    display: none;
    padding-left: 0px;
}

.ModuleCustomFormGiant.layout-107 .textbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.ModuleCustomFormGiant.layout-107 .w-100{
    width: 100%;
    flex-wrap: wrap;
}

.ModuleCustomFormGiant.layout-107  .desctxt{
    max-width: 100%;
    overflow: inherit;
    white-space: normal;
    line-height: 1.5;
    height: 100%;
}
.ModuleCustomFormGiant.layout-107 .customform-upload-img-preview {  border-radius: 5px;}
.ModuleCustomFormGiant.layout-107 .in-formList-checkbox  label span {
    min-width: 36px;
    display: initial;
    word-break: break-all;
}
.ModuleCustomFormGiant.layout-107 .customFormTextarea::placeholder{  white-space: nowrap; width:100%;  text-overflow: ellipsis; overflow: hidden;}
.ModuleCustomFormGiant.layout-107 .formbox{ text-align:left;display:flex;}
.ModuleCustomFormGiant.layout-107 .Special{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; align-items: center;
}

@media screen and (max-width: 767px) {
    .ModuleCustomFormGiant.layout-107 .submitbtnbox{ width: 100% !important}
    .ModuleCustomFormGiant.layout-107 .submitbtn{
        line-height:50px !important;
        margin-left: 0;
    }
    .ModuleCustomFormGiant.layout-107 .formbox{ text-align:left;display:flex;flex-wrap: wrap;justify-content: space-between; align-items: center;}

    .ModuleCustomFormGiant.layout-107 .vertical{
        margin-left:16px ;
    }
    .ModuleCustomFormGiant.layout-107 .textbox{
        flex-wrap: wrap;
    }
    .ModuleCustomFormGiant.layout-107 .multi-row-text{
        padding: 5px 10px 10px 10px;
    }


    .ModuleCustomFormGiant.layout-107 .content-title{
        max-width: 75%;
    }
    .ModuleCustomFormGiant.layout-107 .desctxt{
        max-width: 100%;
    }
    .ModuleCustomFormGiant.layout-107 .choose-time-mobile{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: calc(100% - 30px);
        display: block;

    }
    .ModuleCustomFormGiant.layout-107 .VerificationCodeinputWb .input-text-checking {
        width: 120px;
    }
    .ModuleCustomFormGiant.layout-107 .dq{
    margin-bottom: 0;
    }
    .ModuleCustomFormGiant.layout-107 .VerificationCode {
        width: 90px;
        height: 50px;
    }
    .ModuleCustomFormGiant.layout-107 .formList-content.mg0 {
        margin-bottom: 16px;
    }
    .ModuleCustomFormGiant.layout-107 .InsidePage-title-text {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: calc(100% - 76px);
        display: inline-block;
    }
}


@media screen and (max-width: 768px) {
    .ModuleCustomFormGiant.layout-107 .vertical{
        display: flex;
    }
    .ModuleCustomFormGiant.layout-107 .Pc-formList-content{
        flex-wrap: wrap;
    }
    .ModuleCustomFormGiant.layout-107 .in-formList-checkbox{
        flex-wrap: wrap;
    }
    .ModuleCustomFormGiant.layout-107 .VerificationCodeinputWb .input-text-checking {
        width: 65%;
        padding: 0;
    }
    .ModuleCustomFormGiant.layout-107 .textbox{
        flex-wrap: wrap;
    }
    .ModuleCustomFormGiant.layout-107 .VerificationCodeinputWb .Describ-text-color {
        padding-left:13px;


    }
    .ModuleCustomFormGiant.layout-107 .VerificationCodeinputWb {
        width: 100%;
        padding-left: 5px;
    }
    .ModuleCustomFormGiant.layout-107 .VerificationCode {
        width: 90px;
        height: 50px;
    }
    .ModuleCustomFormGiant.layout-107 .formList-content.mg0 {
        margin-bottom: 16px;
    }
    .ModuleCustomFormGiant.layout-107 input[type=text] {
        line-height: 48px;
    }
}

.module_443571807 .ModuleHead .HeadCenter{float:none;}
#module_443571807 {
padding:0px;
}
#module_443571807 {
position:static;
z-index:0;
top:2200px;
left:1310px;
width:100%;
height: auto;
}
#module_443571807 .ModuleHead443571807 {
display:none;
}
#module_443571807 .BodyCenter.BodyCenter443571807 {
background:none;background-color:rgba(0,0,0,0);
}
#module_443571807 >.module_443571807 {
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_443571807 >.module_443571807{
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_443571807 .BodyCenter.BodyCenter443571807 {
padding-top:3.2609%;
padding-left:3.2609%;
padding-right:3.2609%;
padding-bottom:3.2609%;
}
}
@media screen and (max-width: 767px){
#module_443571807 .BodyCenter.BodyCenter443571807 {
padding-top:15px;
padding-left:15px;
padding-right:15px;
padding-bottom:15px;
}
}
@media screen and (min-width: 768px){
#module_443571807 >.module_443571807 {
margin-top:8.4783%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:2.8261%;
}
}
@media screen and (max-width: 767px){
#module_443571807 >.module_443571807 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_443571807 >.module_443571807 {box-shadow: 0px 0px 0px 0px #ccc}
#module_443571807:hover {
border:none;
}
#module_443571807:hover >.module_443571807 {
border-color:#ccc;
}
#module_443571807:hover >.module_443571807 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_443571807 .vcbtn1{background-color:#1e88e5;}
#module_443571807 .vcbtn1{color:#fff;}
#module_443571807 .title{font-size:24px;}
#module_443571807 .title{font-family:微软雅黑,Microsoft YaHei;}
#module_443571807 .title{color:#333;}
#module_443571807 .title{font-weight:normal;}
#module_443571807 .title{text-decoration:none;}
#module_443571807 .title{font-style:normal;}
#module_443571807 .title{background-color:transparent;}
#module_443571807 .title{background-image:none;}
#module_443571807 .title{background-repeat:no-repeat;}
#module_443571807 .title{background-position:50% 50%;}
#module_443571807 .title{background-attachment:scroll;}
#module_443571807 .title{}
#module_443571807 .title{height:50px;line-height:50px;}
#module_443571807 .title{text-align:center;}
#module_443571807 .Describ-text-color{font-size:14px;}
#module_443571807 .Describ-text-color{font-family:微软雅黑,Microsoft YaHei;}
#module_443571807 .Describ-text-color{color:#666;},
#module_443571807 .Describ-text-color{font-weight:normal;}
#module_443571807 .Describ-text-color{text-decoration:none;}
#module_443571807 .Describ-text-color{font-style:normal;}
#module_443571807 .submitbtn{font-size:16px;}
#module_443571807 .submitbtn{font-family:微软雅黑,Microsoft YaHei;}
#module_443571807 .submitbtn{color:#fff;}
#module_443571807 .submitbtn{font-weight:normal;}
#module_443571807 .submitbtn{text-decoration:none;}
#module_443571807 .submitbtn{font-style:normal;}
#module_443571807 .submitbtnbox{width:20%;}
#module_443571807 .submitbtnbox .submitbtn{text-align:center;}
#module_443571807 .submitbtn{background-color:rgba(0,0,0,0);} #module_443571807 input[type=radio]:checked, #module_443571807 input[type=checkbox]:checked{background:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0)}
#module_443571807 .submitbtn{background-image:url(/skin/images/20220720151307bd8005.png);}
#module_443571807 .submitbtn{background-repeat:no-repeat;}
#module_443571807 .submitbtn{background-position:50% 50%;}
#module_443571807 .submitbtn{background-attachment:scroll;}
#module_443571807 .submitbtn{}
#module_443571807 .smsvcode,#module_443571807 .VerificationCodeinput,#module_443571807 .Browse-file,#module_443571807 .customFormCheckbox,#module_443571807 input[type=radio],#module_443571807 .formList-content-no-style,#module_443571807 .customFormTextarea,#module_443571807 .in-formList-content,#module_443571807 .frist_item,#module_443571807 .Browse-file-input,#module_443571807 input[type=text],#module_443571807 .VerificationCodeinputWb,#module_443571807 .frist-city-select,#module_443571807 .pcCitybox select{background-color:#fff;}
#module_443571807 .smsvcode,#module_443571807 .Pc-formList-content .in-formList-content,#module_443571807 .Browse-file,#module_443571807 .VerificationCodeinput,#module_443571807 .customFormCheckbox,#module_443571807 input[type=radio],#module_443571807  .in-formList-content,#module_443571807 .frist-city-select,#module_443571807 .Couty-select,#module_443571807 .City-select,#module_443571807 .VerificationCodeinputWb{border-top-color:#ccc;}
#module_443571807 .smsvcode,#module_443571807 .Pc-formList-content .in-formList-content,#module_443571807 .Browse-file,#module_443571807 .VerificationCodeinput,#module_443571807 .customFormCheckbox,#module_443571807 input[type=radio],#module_443571807  .in-formList-content,#module_443571807 .frist-city-select,#module_443571807 .Couty-select,#module_443571807 .City-select,#module_443571807 .VerificationCodeinputWb{border-top-style:solid;}
#module_443571807 .smsvcode,#module_443571807 .Pc-formList-content .in-formList-content,#module_443571807 .Browse-file,#module_443571807 .VerificationCodeinput,#module_443571807 .customFormCheckbox,#module_443571807 input[type=radio],#module_443571807  .in-formList-content,#module_443571807 .frist-city-select,#module_443571807 .Couty-select,#module_443571807 .City-select,#module_443571807 .VerificationCodeinputWb{border-top-width:1px;}
#module_443571807 .smsvcode,#module_443571807 .Pc-formList-content .in-formList-content,#module_443571807 .Browse-file,#module_443571807 .VerificationCodeinput,#module_443571807 .customFormCheckbox,#module_443571807 input[type=radio],#module_443571807  .in-formList-content,#module_443571807 .frist-city-select,#module_443571807 .Couty-select,#module_443571807 .City-select,#module_443571807 .VerificationCodeinputWb{border-right-color:#ccc;}
#module_443571807 .smsvcode,#module_443571807 .Pc-formList-content .in-formList-content,#module_443571807 .Browse-file,#module_443571807 .VerificationCodeinput,#module_443571807 .customFormCheckbox,#module_443571807 input[type=radio],#module_443571807  .in-formList-content,#module_443571807 .frist-city-select,#module_443571807 .Couty-select,#module_443571807 .City-select,#module_443571807 .VerificationCodeinputWb{border-right-style:solid;}
#module_443571807 .smsvcode,#module_443571807 .Pc-formList-content .in-formList-content,#module_443571807 .Browse-file,#module_443571807 .VerificationCodeinput,#module_443571807 .customFormCheckbox,#module_443571807 input[type=radio],#module_443571807  .in-formList-content,#module_443571807 .frist-city-select,#module_443571807 .Couty-select,#module_443571807 .City-select,#module_443571807 .VerificationCodeinputWb{border-right-width:1px;}
#module_443571807 .smsvcode,#module_443571807 .Pc-formList-content .in-formList-content,#module_443571807 .Browse-file,#module_443571807 .VerificationCodeinput,#module_443571807 .customFormCheckbox,#module_443571807 input[type=radio],#module_443571807  .in-formList-content,#module_443571807 .frist-city-select,#module_443571807 .Couty-select,#module_443571807 .City-select,#module_443571807 .VerificationCodeinputWb{border-bottom-color:#ccc;}
#module_443571807 .smsvcode,#module_443571807 .Pc-formList-content .in-formList-content,#module_443571807 .Browse-file,#module_443571807 .VerificationCodeinput,#module_443571807 .customFormCheckbox,#module_443571807 input[type=radio],#module_443571807  .in-formList-content,#module_443571807 .frist-city-select,#module_443571807 .Couty-select,#module_443571807 .City-select,#module_443571807 .VerificationCodeinputWb{border-bottom-style:solid;}
#module_443571807 .smsvcode,#module_443571807 .Pc-formList-content .in-formList-content,#module_443571807 .Browse-file,#module_443571807 .VerificationCodeinput,#module_443571807 .customFormCheckbox,#module_443571807 input[type=radio],#module_443571807  .in-formList-content,#module_443571807 .frist-city-select,#module_443571807 .Couty-select,#module_443571807 .City-select,#module_443571807 .VerificationCodeinputWb{border-bottom-width:1px;}
#module_443571807 .smsvcode,#module_443571807 .Pc-formList-content .in-formList-content,#module_443571807 .Browse-file,#module_443571807 .VerificationCodeinput,#module_443571807 .customFormCheckbox,#module_443571807 input[type=radio],#module_443571807  .in-formList-content,#module_443571807 .frist-city-select,#module_443571807 .Couty-select,#module_443571807 .City-select,#module_443571807 .VerificationCodeinputWb{border-left-color:#ccc;}
#module_443571807 .smsvcode,#module_443571807 .Pc-formList-content .in-formList-content,#module_443571807 .Browse-file,#module_443571807 .VerificationCodeinput,#module_443571807 .customFormCheckbox,#module_443571807 input[type=radio],#module_443571807  .in-formList-content,#module_443571807 .frist-city-select,#module_443571807 .Couty-select,#module_443571807 .City-select,#module_443571807 .VerificationCodeinputWb{border-left-style:solid;}
#module_443571807 .smsvcode,#module_443571807 .Pc-formList-content .in-formList-content,#module_443571807 .Browse-file,#module_443571807 .VerificationCodeinput,#module_443571807 .customFormCheckbox,#module_443571807 input[type=radio],#module_443571807  .in-formList-content,#module_443571807 .frist-city-select,#module_443571807 .Couty-select,#module_443571807 .City-select,#module_443571807 .VerificationCodeinputWb{border-left-width:1px;}
#module_443571807 .smsvcode,#module_443571807 .formList-content-no-style,#module_443571807  .frist_item,#module_443571807 .Pc-formList-content .in-formList-content,#module_443571807 .Browse-file,#module_443571807 .VerificationCodeinput,#module_443571807  .in-formList-content,#module_443571807 .frist-city-select,#module_443571807 .Couty-select,#module_443571807 .City-select,#module_443571807 .VerificationCodeinputWb{border-top-left-radius:5px;}
#module_443571807 .smsvcode,#module_443571807 .formList-content-no-style,#module_443571807  .frist_item,#module_443571807 .Pc-formList-content .in-formList-content,#module_443571807 .Browse-file,#module_443571807 .VerificationCodeinput,#module_443571807  .in-formList-content,#module_443571807 .frist-city-select,#module_443571807 .Couty-select,#module_443571807 .City-select,#module_443571807 .VerificationCodeinputWb{border-top-right-radius:5px;}
#module_443571807 .smsvcode,#module_443571807 .formList-content-no-style,#module_443571807 .frist_item,#module_443571807 .Pc-formList-content .in-formList-content,#module_443571807 .Browse-file,#module_443571807 .VerificationCodeinput,#module_443571807  .in-formList-content,#module_443571807 .frist-city-select,#module_443571807 .Couty-select,#module_443571807 .City-select,#module_443571807 .VerificationCodeinputWb{border-bottom-left-radius:5px;}
#module_443571807 .smsvcode,#module_443571807 .formList-content-no-style, #module_443571807  .frist_item,#module_443571807 .Pc-formList-content .in-formList-content,#module_443571807 .Browse-file,#module_443571807 .VerificationCodeinput,#module_443571807  .in-formList-content,#module_443571807 .frist-city-select,#module_443571807 .Couty-select,#module_443571807 .City-select,#module_443571807 .VerificationCodeinputWb{border-bottom-right-radius:5px;}
#module_443571807 .smsbtn,#module_443571807 .smsvcode,#module_443571807 .input-text-color{font-size:14px;}
#module_443571807 .smsbtn,#module_443571807 .smsvcode,#module_443571807 .input-text-color{font-family:微软雅黑,Microsoft YaHei;}
#module_443571807 .smsvcode,#module_443571807 .input-text-color{color:#999;} 
#module_443571807 .smsbtn,#module_443571807 .smsvcode,#module_443571807 .input-text-color{font-weight:normal;}
#module_443571807 .smsbtn,#module_443571807 .smsvcode,#module_443571807 .input-text-color{text-decoration:none;}
#module_443571807 .smsbtn,#module_443571807 .smsvcode,#module_443571807 .input-text-color{font-style:normal;}
#module_443571807 .input-text-color::placeholder,#module_443571807 .smsvcode::placeholder{font-size:px;}
#module_443571807 .input-text-color::placeholder,#module_443571807 .smsvcode::placeholder{font-family:;}
#module_443571807 .input-text-color::placeholder,#module_443571807 .smsvcode::placeholder{color:;}
#module_443571807 .input-text-color::placeholder,#module_443571807 .smsvcode::placeholder{}
#module_443571807 .input-text-color::placeholder,#module_443571807 .smsvcode::placeholder{}
#module_443571807 .input-text-color::placeholder,#module_443571807 .smsvcode::placeholder{}
#module_443571807 .submitbtn{border-top-left-radius:5px;}
#module_443571807 .submitbtn{border-top-right-radius:5px;}
#module_443571807 .submitbtn{border-bottom-left-radius:5px;}
#module_443571807 .submitbtn{border-bottom-right-radius:5px;}
#module_443571807 .smsvcode:hover,#module_443571807  .Pc-formList-content .in-formList-content:hover,#module_443571807 .Browse-file:hover,#module_443571807 .VerificationCodeinput:hover,#module_443571807 .customFormCheckbox:hover,#module_443571807 input[type=radio]:hover,#module_443571807  .in-formList-content:hover,#module_443571807 .frist-city-select:hover,#module_443571807 .Couty-select:hover,#module_443571807 .City-select:hover,#module_443571807 .VerificationCodeinputWb:hover{border-top-color:#1976d2;}
#module_443571807 .smsvcode:hover,#module_443571807 .Pc-formList-content .in-formList-content:hover,#module_443571807 .Browse-file:hover,#module_443571807 .VerificationCodeinput:hover,#module_443571807 .customFormCheckbox:hover,#module_443571807 input[type=radio]:hover,#module_443571807  .in-formList-content:hover,#module_443571807 .frist-city-select:hover,#module_443571807 .Couty-select:hover,#module_443571807 .City-select:hover,#module_443571807 .VerificationCodeinputWb:hover{border-top-style:solid;}
#module_443571807 .smsvcode:hover,#module_443571807 .Pc-formList-content .in-formList-content:hover,#module_443571807 .Browse-file:hover,#module_443571807 .VerificationCodeinput:hover,#module_443571807 .customFormCheckbox:hover,#module_443571807 input[type=radio]:hover,#module_443571807  .in-formList-content:hover,#module_443571807 .frist-city-select:hover,#module_443571807 .Couty-select:hover,#module_443571807 .City-select:hover,#module_443571807 .VerificationCodeinputWb:hover{border-right-color:#1976d2;}
#module_443571807 .smsvcode:hover,#module_443571807 .Pc-formList-content .in-formList-content:hover,#module_443571807 .Browse-file:hover,#module_443571807 .VerificationCodeinput:hover,#module_443571807 .customFormCheckbox:hover,#module_443571807 input[type=radio]:hover,#module_443571807  .in-formList-content:hover,#module_443571807 .frist-city-select:hover,#module_443571807 .Couty-select:hover,#module_443571807 .City-select:hover,#module_443571807 .VerificationCodeinputWb{border-right-style:solid;}
#module_443571807 .smsvcode:hover,#module_443571807 .Pc-formList-content .in-formList-content:hover,#module_443571807 .Browse-file:hover,#module_443571807 .VerificationCodeinput:hover,#module_443571807 .customFormCheckbox:hover,#module_443571807 input[type=radio]:hover,#module_443571807  .in-formList-content:hover,#module_443571807 .frist-city-select:hover,#module_443571807 .Couty-select:hover,#module_443571807 .City-select:hover,#module_443571807 .VerificationCodeinputWb:hover{border-bottom-color:#1976d2;}
#module_443571807 .smsvcode:hover,#module_443571807 .Pc-formList-content .in-formList-content:hover,#module_443571807 .Browse-file:hover,#module_443571807 .VerificationCodeinput:hover,#module_443571807 .customFormCheckbox:hover,#module_443571807 input[type=radio]:hover,#module_443571807  .in-formList-content:hover,#module_443571807 .frist-city-select:hover,#module_443571807 .Couty-select:hover,#module_443571807 .City-select:hover,#module_443571807 .VerificationCodeinputWb:hover{border-bottom-style:solid;}
#module_443571807 .smsvcode:hover,#module_443571807 .Pc-formList-content .in-formList-content:hover,#module_443571807 .Browse-file:hover,#module_443571807 .VerificationCodeinput:hover,#module_443571807 .customFormCheckbox:hover,#module_443571807 input[type=radio]:hover,#module_443571807  .in-formList-content:hover,#module_443571807 .frist-city-select:hover,#module_443571807 .Couty-select:hover,#module_443571807 .City-select:hover,#module_443571807 .VerificationCodeinputWb:hover{border-left-color:#1976d2;}
#module_443571807 .smsvcode:hover,#module_443571807 .Pc-formList-content .in-formList-content:hover,#module_443571807 .Browse-file:hover,#module_443571807 .VerificationCodeinput:hover,#module_443571807 .customFormCheckbox:hover,#module_443571807 input[type=radio]:hover,#module_443571807  .in-formList-content:hover,#module_443571807 .frist-city-select:hover,#module_443571807 .Couty-select:hover,#module_443571807 .City-select:hover,#module_443571807 .VerificationCodeinputWb:hover{border-left-style:solid;}
#module_443571807 .submitbtn:hover{font-size:16px;}
#module_443571807 .submitbtn:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_443571807 .submitbtn:hover{color:#fff;}
#module_443571807 .submitbtn:hover{font-weight:normal;}
#module_443571807 .submitbtn:hover{text-decoration:none;}
#module_443571807 .submitbtn:hover{font-style:normal;}
#module_443571807 .submitbtn:hover{background-color:rgba(0,0,0,0);}
#module_443571807 .submitbtn:hover{background-image:url(/skin/images/20220720151307bd8005.png);}
#module_443571807 .submitbtn:hover{background-repeat:no-repeat;}
#module_443571807 .submitbtn:hover{background-position:50% 50%;}
#module_443571807 .submitbtn:hover{background-attachment:scroll;}
#module_443571807 .submitbtn:hover{}

.ModuleGridContainer.ModuleGridContainer443576185 #Sub443576185_3 {width:33.3333%;}
.module_447370856 .ModuleHead .HeadCenter{float:none;}
#module_447370856 {
padding:0px;
}
#module_447370856 {
position:static;
z-index:0;
top:1453px;
left:310px;
width:100%;
height: auto;
}
#module_447370856 .ModuleHead447370856 {
display:none;
}
#module_447370856 .BodyCenter.BodyCenter447370856 {
background:none;background-color:rgba(0,0,0,0);
}
#module_447370856 >.module_447370856 {
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_447370856 >.module_447370856{
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_447370856 .BodyCenter.BodyCenter447370856 {
padding-top:5.2824%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_447370856 .BodyCenter.BodyCenter447370856 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_447370856 >.module_447370856 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_447370856 >.module_447370856 {
margin-top:5.7637%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:5.7637%;
}
}
#module_447370856 >.module_447370856 {box-shadow: 0px 0px 0px 0px #ccc}
#module_447370856:hover {
border:none;
}
#module_447370856:hover >.module_447370856 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_447370856 .ModuleSubContainer{background-color:transparent;}
#module_447370856 .ModuleSubContainer{background-image:none;}
#module_447370856 .ModuleSubContainer{background-repeat:no-repeat;}
#module_447370856 .ModuleSubContainer{background-position:0% 0%;}
#module_447370856 .ModuleSubContainer{background-attachment:scroll;}
#module_447370856 .ModuleSubContainer{}
#module_447370856 {!bgVideo!}{bgVideoUrl:}
#module_447370856 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_447370856 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_447370856 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer447370856 {max-width:1380px;width:auto;}
.ModuleGridContainer.ModuleGridContainer447370856 .SubPadding {width:10px;}
/*视频模块*/
.ModuleVideoGiant.layout-101 video{ display: block;}
.ModuleVideoGiant.layout-101 .videogiant-container{position: relative; text-align:center;}
.ModuleVideoGiant.layout-101 .videogiant-container .videoWrapper{height: auto;}
.ModuleVideoGiant.layout-101 .iframeBox .videoWrapper{padding-bottom: 56%;}
.ModuleVideoGiant.layout-101 .videogiant-container iframe,
.ModuleVideoGiant.layout-101 .videogiant-container embed,
.ModuleVideoGiant.layout-101 .videogiant-container object{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ModuleVideoGiant.layout-101 .videoPlayBtn{
    position: absolute;
    width: 60px;
    height: 60px;
    background: url('/skinp/modules/ModuleVideoGiant/image/vbg.png') -116px -196px no-repeat;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 11;
    -webkit-transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
    transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
    visibility: visible;
    cursor: pointer;
}
.ModuleVideoGiant.layout-101 .videogiant-container:hover .videoPlayBtn{
    transform: scale(1.4);
    -webkit-transform:scale(1.4);
    -moz-transform:scale(1.4);
    -o-transform:scale(1.4);
}
.ModuleVideoGiant.layout-101 .videoCoverPic{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* background-color: #fff; */
    -webkit-transition: all .46s ease;
    transition: all .46s ease;
}
.ModuleVideoGiant.layout-101 .playModeBox {opacity: 0;}
/*兼容ios、safari border-radius*/
.ModuleVideoGiant.layout-101{transform:rotate(0);}.module_447370857 .ModuleHead .HeadCenter{float:none;}
#module_447370857 {
padding:0px;
}
#module_447370857 {
position:static;
z-index:0;
top:1333px;
left:147px;
width:100%;
height: auto;
}
#module_447370857 .ModuleHead447370857 {
display:none;
}
#module_447370857 .BodyCenter.BodyCenter447370857 {
background:none;background-color:rgba(0,0,0,0);
}
#module_447370857 >.module_447370857 {
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_447370857 >.module_447370857{
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_447370857 .BodyCenter.BodyCenter447370857 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_447370857 .BodyCenter.BodyCenter447370857 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_447370857 >.module_447370857 {
margin-top:2.9197%;
margin-left:2.9197%;
margin-right:2.9197%;
margin-bottom:10.2190%;
}
}
@media screen and (max-width: 767px){
#module_447370857 >.module_447370857 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_447370857 >.module_447370857 {box-shadow: 0px 0px 0px 0px #ccc}
#module_447370857:hover {
border:none;
}
#module_447370857:hover >.module_447370857 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_447370857 .videoTitle{font-size:14px;}
#module_447370857 .videoTitle{font-family:微软雅黑,Microsoft YaHei;}
#module_447370857 .videoTitle{color:#333;}
#module_447370857 .videoTitle{font-weight:bold;}
#module_447370857 .videoTitle{text-decoration:none;}
#module_447370857 .videoTitle{font-style:normal;}
#module_447370857 .videoTitle{text-align:left;}
#module_447370857 .videoTitle{margin-top:8px;}
#module_447370857 .videoTitle{margin-bottom:2px;}
#module_447370857 .videoTitle{margin-left:0px;}
#module_447370857 .videoTitle{margin-right:0px;}
#module_447370857 .videoDescrib{font-size:12px;}
#module_447370857 .videoDescrib{font-family:微软雅黑,Microsoft YaHei;}
#module_447370857 .videoDescrib{color:#999;}
#module_447370857 .videoDescrib{font-weight:normal;}
#module_447370857 .videoDescrib{text-decoration:none;}
#module_447370857 .videoDescrib{font-style:normal;}
#module_447370857 .videoDescrib{text-align:left;}
#module_447370857 .videoBox:hover .videoTitle{font-size:14px;}
#module_447370857 .videoBox:hover .videoTitle{font-family:微软雅黑,Microsoft YaHei;}
#module_447370857 .videoBox:hover .videoTitle{color:#333;}
#module_447370857 .videoBox:hover .videoTitle{font-weight:bold;}
#module_447370857 .videoBox:hover .videoTitle{text-decoration:none;}
#module_447370857 .videoBox:hover .videoTitle{font-style:normal;}
#module_447370857 .videoBox:hover .videoDescrib{font-size:12px;}
#module_447370857 .videoBox:hover .videoDescrib{font-family:微软雅黑,Microsoft YaHei;}
#module_447370857 .videoBox:hover .videoDescrib{color:#999;}
#module_447370857 .videoBox:hover .videoDescrib{font-weight:normal;}
#module_447370857 .videoBox:hover .videoDescrib{text-decoration:none;}
#module_447370857 .videoBox:hover .videoDescrib{font-style:normal;}

.module_447370858 .ModuleHead .HeadCenter{float:none;}
#module_447370858 {
padding:0px;
}
#module_447370858 {
position:static;
z-index:0;
top:21px;
width:100%;
height: auto;
}
#module_447370858 .ModuleHead447370858 {
display:none;
}
#module_447370858 .BodyCenter.BodyCenter447370858 {
background:none;background-color:rgb(255, 255, 255);
}
#module_447370858 >.module_447370858 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:rgb(14, 84, 46);
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_447370858 >.module_447370858{
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_447370858 .BodyCenter.BodyCenter447370858 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_447370858 .BodyCenter.BodyCenter447370858 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_447370858 >.module_447370858 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_447370858 >.module_447370858 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_447370858 >.module_447370858 {box-shadow: 0px 0px 0px 0px #ccc}
#module_447370858:hover {
border:none;
}
#module_447370858:hover >.module_447370858 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_447370858 .ModuleImageTextGiantContent{margin-top:0px;}
#module_447370858 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_447370858 .ModuleImageTextGiantContent{margin-left:0px;}
#module_447370858 .ModuleImageTextGiantContent{margin-right:0px;}
#module_447370858 .imageTextGiant-Container{padding-top:10px;}
#module_447370858 .imageTextGiant-Container{padding-bottom:10px;}
#module_447370858 .imageTextGiant-Container{padding-left:10px;}
#module_447370858 .imageTextGiant-Container{padding-right:10px;}
#module_447370858 .showHandle .btn{font-size:14px;}
#module_447370858 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_447370858 .showHandle .btn{color:#333;}
#module_447370858 .showHandle .btn{font-weight:400;}
#module_447370858 .showHandle .btn{text-decoration:none;}
#module_447370858 .showHandle .btn{font-style:normal;}
#module_447370858 .showHandle div{border-top-color:#ddd !important;}
#module_447370858 .showHandle div{border-top-style:solid !important;}
#module_447370858 .showHandle div{border-top-width:1px !important;}
#module_447370858 .showHandle{background-color:transparent;}
#module_447370858 .showHandle{background-image:none;}
#module_447370858 .showHandle{background-repeat:no-repeat;}
#module_447370858 .showHandle{}
#module_447370858 .showHandle{}
#module_447370858 .showHandle{}
#module_447370858 a{font-size:unset;font-family:unset}
/*相册样式*/
.ModuleSiteGalleryV2Giant.layout-110 .album-item{height: auto !important;}
.ModuleSiteGalleryV2Giant.layout-110 .album-img{position: relative;float: left;transition: 0s !important;transform: none !important;}
.ModuleSiteGalleryV2Giant.layout-110 .album-img .album-img-c{ position: relative; overflow: hidden; background:#f5f5f5;}
.ModuleSiteGalleryV2Giant.layout-110 .dummy{padding-top: 56.3%;}
.ModuleSiteGalleryV2Giant.layout-110 .mobile_picBox{width: 100%;position: absolute; top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.ModuleSiteGalleryV2Giant.layout-110 .mobile_pic{width: 100%; max-height: 100%;display: block;}
.ModuleSiteGalleryV2Giant.layout-110 .rectborder {  width: 90%;  height: 80%;top:10%;left:5%;  position: absolute;  padding:6% 12% 6% 12%; transition: all ease-out .3s;opacity:0;overflow:hidden;  }
.ModuleSiteGalleryV2Giant.layout-110 .album-img:hover .rectborder { opacity: 1;position: absolute;}
.ModuleSiteGalleryV2Giant.layout-110 .album-icon {  position: absolute;  left: 50%;  top: 50%;  margin-left: -25px;  margin-top: 0px;  color: #ffffff;  opacity: 0; transition: all ease-out .3s;  background:rgba(0,0,0,0.5);  font-size: 32px;  width: 50px;  height: 50px;  line-height: 50px;  text-align: center;  display: block;  }
.ModuleSiteGalleryV2Giant.layout-110 .album-img:hover .album-icon {  opacity: 1;  margin-top: -25px;  }
.ModuleSiteGalleryV2Giant.layout-110 .album-icon:before{ content: "";  position:absolute; border-radius:50%;width: 15px; height: 15px; border: 1px solid #fff;
    top:43%; left: 43%; transform: translate(-50%,-50%);}
.ModuleSiteGalleryV2Giant.layout-110 .thumbnailpic{max-height: 100%;max-width: 100%;}
.ModuleSiteGalleryV2Giant.layout-110 .fontborder{ width:100%;height:100%;padding: 0 0px;position:relative;color:#ffffff; box-sizing: border-box;text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.ModuleSiteGalleryV2Giant.layout-110 .album-icon:after{ content: "";  position:absolute;width: 2px; height: 10px; background: #fff; transform: rotate(125deg);top:52%; left: 63%;}
.ModuleSiteGalleryV2Giant.layout-110 .Tit-abstract{ width:100%;height:48px;line-height:48px;color:#ffffff; font-size: 16px; box-sizing: border-box;text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.ModuleSiteGalleryV2Giant.layout-110 .Intro-abstract{ line-height:1.5; width:100%;color:#ffffff; font-size: 12px;  box-sizing: border-box;text-overflow:ellipsis;white-space:normal;overflow: hidden;display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 3;  overflow: hidden;}
.ModuleSiteGalleryV2Giant.layout-110 .album-img{position: relative; overflow: hidden;}
.lg-sub-html .SiteGalleryGiantTitle110{font-size: 14px;}
.lg-sub-html p.SiteGalleryGiantText110{color:#fff;}
.lg-sub-html .SiteGalleryGiantLink110{font-size: 12px;color:#fff;line-height: 16px}
.lg-sub-html .SiteGalleryGiantLink110 .icon-sousuo{font-size: 12px;margin-right: 5px;margin-top: 2px}
.ModuleSiteGalleryV2Giant.layout-110 .lg-sub-html{font-size: 12px}
.ModuleSiteGalleryV2Giant.layout-110 .gallery-list .grid-item a{display: block;height: 100%;}
@media only screen and (max-width: 767px) {
    .ModuleSiteGalleryV2Giant.layout-110 .album-item{ width: 100%; margin: 0 auto;}
    .ModuleSiteGalleryV2Giant.layout-110 .album-img:nth-child(2n){ padding-right: 0;}
    .ModuleSiteGalleryV2Giant.layout-110 .rectborder{ display: none;}
    .ModuleSiteGalleryV2Giant.layout-110 .album-icon{display: none;}
    .ModuleSiteGalleryV2Giant.layout-110 .album-img-c{overflow:hidden;}
    .ModuleSiteGalleryV2Giant.layout-110 .abstract{line-height: 32px;height: 32px;font-size: 12px;}
    .ModuleSiteGalleryV2Giant.layout-110  .col-xs-2 {width: 50%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-110  .col-xs-3 {width: 33.33333%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-110  .col-xs-4 {width: 25%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-110  .col-xs-5 {width:20%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-110  .col-xs-6 {width:16.6666%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-110  .col-xs-1 {width: 100%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-110 .rectborder {display:block;opacity:1;background-color:rgba(255,255,255,0);padding:0px;top:0;left:0;right:0;bottom:0; width:100%;height:100%;}
    .ModuleSiteGalleryV2Giant.layout-110 .album-img:hover .rectborder { display:block;position: absolute; }
    .ModuleSiteGalleryV2Giant.layout-110 .Intro-abstract { display:none;}
    .ModuleSiteGalleryV2Giant.layout-110 .Tit-abstract { display:block; font-weight:bold;background-color:rgba(0,0,0,1);height:44px;line-height:44px;background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.4));bottom:0;position:absolute;padding:0px 0px 0px 8pt;}
    .ModuleSiteGalleryV2Giant.layout-110 .fontborder{width: 100%;height:68%;bottom:0;position:absolute;}
    .ModuleSiteGalleryV2Giant.layout-110 .gallery-list[isCarousel="1"]{
        display: none;
    }
}

@media only screen and (min-width: 768px)  {
    .ModuleSiteGalleryV2Giant.layout-110  .col-lg-2 {width: 50%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-110  .col-lg-3 {width: 33.33333%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-110  .col-lg-4 {width: 25%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-110  .col-lg-5 {width:20%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-110  .col-lg-6 {width:16.6666%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-110  .col-lg-1 {width: 100%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-110  .col-lg-7 {width:14.2857%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-110  .col-lg-8 {width:12.5%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-110  .col-lg-9 {width:11.1111%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-110  .col-lg-10 {width:10%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-110  .col-lg-11 {width:9.0909%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-110  .col-lg-12 {width:8.3333%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-110 .album-icon{ display:none; }
    .ModuleSiteGalleryV2Giant.layout-110 .fontborder{height:100%;}
    .ModuleSiteGalleryV2Giant.layout-110 .album-img .rectborder{
        opacity: 0;
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        -webkit-transform: translate3d(0,-70%,0);
        transform: translate3d(0,-70%,0);
    }
    .ModuleSiteGalleryV2Giant.layout-110 .album-img:hover .rectborder{
        transform: translate3d(0,0,0);
    }
    .ModuleSiteGalleryV2Giant.layout-110 .album-img .Tit-abstract{
        opacity: 0;
        -webkit-transition: -webkit-transform .25s;
        transition: all 0.4s .1s ease-out;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20%,0);
        line-height: inherit;
        height: 40%;
        margin-top: 6%;
        margin-bottom: -3%;
    }
    .ModuleSiteGalleryV2Giant.layout-110 .album-img:hover .Tit-abstract{
        transform: translate3d(0,0,0);
        opacity: 1;
    }
    .ModuleSiteGalleryV2Giant.layout-110 .Intro-abstract{
        opacity: 0;
        -webkit-transition: -webkit-transform 0.25s;
        transition: all 0.5s .1s ease-out;
        -webkit-transform: translate3d(0,30px,0);
        transform: translate3d(0,30px,0);
    }
    .ModuleSiteGalleryV2Giant.layout-110 .album-img:hover .Intro-abstract{
        transform: translate3d(0,0,0);
        opacity: 1;
    }
    .ModuleSiteGalleryV2Giant.layout-110 .rectborderBg{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -999;
    }

}
.ModuleSiteGalleryV2Giant.layout-110 .pagerGiant .inputer{outline: 0;}

.module_447370859 .ModuleHead .HeadCenter{float:none;}
#module_447370859 {
padding:0px;
}
#module_447370859 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_447370859 .ModuleHead447370859 {
display:none;
}
#module_447370859 .BodyCenter.BodyCenter447370859 {
background:none;background-color:rgb(255, 255, 255);
}
#module_447370859 >.module_447370859 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:rgb(14, 84, 46);
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_447370859 >.module_447370859{
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_447370859 .BodyCenter.BodyCenter447370859 {
padding-top:0.0000%;
padding-left:3.3577%;
padding-right:3.5036%;
padding-bottom:2.9197%;
}
}
@media screen and (max-width: 767px){
#module_447370859 .BodyCenter.BodyCenter447370859 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_447370859 >.module_447370859 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_447370859 >.module_447370859 {
margin-top:0.0000%;
margin-left:2.8818%;
margin-right:2.8818%;
margin-bottom:0.0000%;
}
}
#module_447370859 >.module_447370859 {box-shadow: 0px 0px 0px 0px #ccc}
#module_447370859:hover {
border:none;
}
#module_447370859:hover >.module_447370859 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_447370859 .Tit-abstract{color:#fff;}
#module_447370859 .album-img{padding:calc(10px/2);}
#module_447370859 .Tit-abstract{font-size:16px;}
#module_447370859 .Tit-abstract{font-family:微软雅黑,Microsoft YaHei;}
#module_447370859 .Tit-abstract{font-style:normal;}
#module_447370859 .Tit-abstract{text-decoration:none;}
#module_447370859 .Tit-abstract{font-weight:normal;}
#module_447370859 .Intro-abstract{font-size:12px;}
#module_447370859 .Intro-abstract{font-family:微软雅黑,Microsoft YaHei;}
#module_447370859 .Intro-abstract{color:#f3f3f3;}
#module_447370859 .Intro-abstract{font-weight:normal;}
#module_447370859 .Intro-abstract{text-decoration:none;}
#module_447370859 .Intro-abstract{font-style:normal;}
#module_447370859 .album-img:hover .rectborderBg{background:rgb(0,0,0,0.6);}
#module_447370859 .album-img .album-img-c{background-color:#f5f5f5;}
#module_447370859 .album-img .album-img-c{background-image:none;}
#module_447370859 .album-img .album-img-c{background-repeat:no-repeat;}
#module_447370859 .album-img .album-img-c{}
#module_447370859 .album-img .album-img-c{}
#module_447370859 .album-img .album-img-c{}
#module_447370859 .album-img{border-top-color:transparent;}
#module_447370859 .album-img{border-top-style:none;}
#module_447370859 .album-img{border-top-width:0px;}
#module_447370859 .album-img{border-right-color:transparent;}
#module_447370859 .album-img{border-right-style:none;}
#module_447370859 .album-img{border-right-width:0px;}
#module_447370859 .album-img{border-bottom-color:transparent;}
#module_447370859 .album-img{border-bottom-style:none;}
#module_447370859 .album-img{border-bottom-width:0px;}
#module_447370859 .album-img{border-left-color:transparent;}
#module_447370859 .album-img{border-left-style:none;}
#module_447370859 .album-img{border-left-width:0px;}
#module_447370859 .album-img .dummy{padding-top:56.25%;}
#module_447370859 .mobile_picBox .mobile_pic{ object-fit:unset;}
#module_447370859 .mobile_picBox .mobile_pic, #module_447370859 .mobile_picBox{ height:auto !important;}
#module_447370859 .pagerGiant .text{font-size:12px;}
#module_447370859 .pagerGiant .text{font-family:微软雅黑,Microsoft YaHei;}
#module_447370859 .pagerGiant .text{color:#333;}
#module_447370859 .pagerGiant .text{}
#module_447370859 .pagerGiant .text{}
#module_447370859 .pagerGiant .text{}
#module_447370859 .pagerGiant .current,#module_447370859 .pagerGiant .num,#module_447370859 .pagerGiant .inputer{width:30px}
#module_447370859 .pagerGiant .current,#module_447370859 .pagerGiant .num,#module_447370859 .pagerGiant .inputer{height:30px}
#module_447370859 .pagerGiant .num{font-size:12px;}
#module_447370859 .pagerGiant .num{font-family:微软雅黑,Microsoft YaHei;}
#module_447370859 .pagerGiant .num{color:#333;}
#module_447370859 .pagerGiant .num{}
#module_447370859 .pagerGiant .num{}
#module_447370859 .pagerGiant .num{}
#module_447370859 .pagerGiant .submit{width:55px}
#module_447370859 .pagerGiant .submit{height:30px}
#module_447370859 .pagerGiant .current,#module_447370859 .pagerGiant .num,#module_447370859 .pagerGiant .inputer,#module_447370859 .pagerGiant .submit{border-top-left-radius:0px;}
#module_447370859 .pagerGiant .current,#module_447370859 .pagerGiant .num,#module_447370859 .pagerGiant .inputer,#module_447370859 .pagerGiant .submit{border-top-right-radius:0px;}
#module_447370859 .pagerGiant .current,#module_447370859 .pagerGiant .num,#module_447370859 .pagerGiant .inputer,#module_447370859 .pagerGiant .submit{border-bottom-left-radius:0px;}
#module_447370859 .pagerGiant .current,#module_447370859 .pagerGiant .num,#module_447370859 .pagerGiant .inputer,#module_447370859 .pagerGiant .submit{border-bottom-right-radius:0px;}
#module_447370859 .pagerGiant .next,#module_447370859 .pagerGiant .splitline{color:#ccc;}
#module_447370859 .pagerGiant .num{background-color:#fff;}
#module_447370859 .pagerGiant .num, #module_447370859 .pagerGiant .inputer{border-top-color:#ccc;}
#module_447370859 .pagerGiant .num, #module_447370859 .pagerGiant .inputer{border-top-style:solid;}
#module_447370859 .pagerGiant .num, #module_447370859 .pagerGiant .current, #module_447370859 .pagerGiant .submit, #module_447370859 .pagerGiant .inputer{border-top-width:1px;}
#module_447370859 .pagerGiant .num, #module_447370859 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_447370859 .pagerGiant .num, #module_447370859 .pagerGiant .inputer{border-bottom-style:solid;}
#module_447370859 .pagerGiant .num, #module_447370859 .pagerGiant .current, #module_447370859 .pagerGiant .submit, #module_447370859 .pagerGiant .inputer{border-bottom-width:1px;}
#module_447370859 .pagerGiant .num, #module_447370859 .pagerGiant .inputer{border-left-color:#ccc;}
#module_447370859 .pagerGiant .num, #module_447370859 .pagerGiant .inputer{border-left-style:solid;}
#module_447370859 .pagerGiant .num, #module_447370859 .pagerGiant .current, #module_447370859 .pagerGiant .submit, #module_447370859 .pagerGiant .inputer{border-left-width:1px;}
#module_447370859 .pagerGiant .num, #module_447370859 .pagerGiant .inputer{border-right-color:#ccc;}
#module_447370859 .pagerGiant .num, #module_447370859 .pagerGiant .inputer{border-right-style:solid;}
#module_447370859 .pagerGiant .num, #module_447370859 .pagerGiant .current, #module_447370859 .pagerGiant .submit, #module_447370859 .pagerGiant .inputer{border-right-width:1px;}
#module_447370859 .page-more a{font-size:16px;}
#module_447370859 .page-more a{font-family:微软雅黑,Microsoft YaHei;}
#module_447370859 .page-more a{color:#666 !important;}
#module_447370859 .page-more a{font-weight:normal;}
#module_447370859 .page-more a{text-decoration:none;}
#module_447370859 .page-more a{font-style:normal;}
#module_447370859 .page-more a{background-color:#fff;}
#module_447370859 .page-more a{border-top-color:#eee;}
#module_447370859 .page-more a{border-top-style:solid;}
#module_447370859 .page-more a{border-top-width:2px;}
#module_447370859 .page-more a{border-bottom-color:#eee;}
#module_447370859 .page-more a{border-bottom-style:solid;}
#module_447370859 .page-more a{border-bottom-width:2px;}
#module_447370859 .page-more a{border-left-color:#eee;}
#module_447370859 .page-more a{border-left-style:solid;}
#module_447370859 .page-more a{border-left-width:2px;}
#module_447370859 .page-more a{border-right-color:#eee;}
#module_447370859 .page-more a{border-right-style:solid;}
#module_447370859 .page-more a{border-right-width:2px;}
#module_447370859 .album-img:hover .album-img-c{background-color:#f5f5f5;}
#module_447370859 .album-img:hover .album-img-c{background-image:none;}
#module_447370859 .album-img:hover .album-img-c{background-repeat:no-repeat;}
#module_447370859 .album-img:hover .album-img-c{}
#module_447370859 .album-img:hover .album-img-c{}
#module_447370859 .album-img:hover .album-img-c{}
#module_447370859 .album-img:hover{border-top-color:transparent;}
#module_447370859 .album-img:hover{border-top-style:none;}
#module_447370859 .album-img:hover{border-top-width:0px;}
#module_447370859 .album-img:hover{border-right-color:transparent;}
#module_447370859 .album-img:hover{border-right-style:none;}
#module_447370859 .album-img:hover{border-right-width:0px;}
#module_447370859 .album-img:hover{border-bottom-color:transparent;}
#module_447370859 .album-img:hover{border-bottom-style:none;}
#module_447370859 .album-img:hover{border-bottom-width:0px;}
#module_447370859 .album-img:hover{border-left-color:transparent;}
#module_447370859 .album-img:hover{border-left-style:none;}
#module_447370859 .album-img:hover{border-left-width:0px;}
#module_447370859 .pagerGiant .current, #module_447370859 .pagerGiant .submit{font-size:12px;}
#module_447370859 .pagerGiant .current, #module_447370859 .pagerGiant .submit{font-family:微软雅黑,Microsoft YaHei;}
#module_447370859 .pagerGiant .current, #module_447370859 .pagerGiant .submit{color:#fff;}
#module_447370859 .pagerGiant .current, #module_447370859 .pagerGiant .submit{}
#module_447370859 .pagerGiant .current, #module_447370859 .pagerGiant .submit{}
#module_447370859 .pagerGiant .current, #module_447370859 .pagerGiant .submit{}
#module_447370859 .pagerGiant .current, #module_447370859 .pagerGiant .submit{background-color:#333;}
#module_447370859 .pagerGiant .current, #module_447370859 .pagerGiant .submit, #module_447370859 .pagerGiant .inputer:hover{border-top-color:#000;}
#module_447370859 .pagerGiant .current, #module_447370859 .pagerGiant .submit, #module_447370859 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_447370859 .pagerGiant .current, #module_447370859 .pagerGiant .submit, #module_447370859 .pagerGiant .inputer:hover{border-bottom-color:#000;}
#module_447370859 .pagerGiant .current, #module_447370859 .pagerGiant .submit, #module_447370859 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_447370859 .pagerGiant .current, #module_447370859 .pagerGiant .submit, #module_447370859 .pagerGiant .inputer:hover{border-left-color:#000;}
#module_447370859 .pagerGiant .current, #module_447370859 .pagerGiant .submit, #module_447370859 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_447370859 .pagerGiant .current, #module_447370859 .pagerGiant .submit, #module_447370859 .pagerGiant .inputer:hover{border-right-color:#000;}
#module_447370859 .pagerGiant .current, #module_447370859 .pagerGiant .submit, #module_447370859 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_447370859 .page-more a:hover{font-size:16px;}
#module_447370859 .page-more:hover a{font-family:微软雅黑,Microsoft YaHei;}
#module_447370859 .page-more a:hover{color:#666 !important;}
#module_447370859 .page-more a:hover {font-weight:normal;}
#module_447370859 .page-more a:hover {text-decoration:none;}
#module_447370859 .page-more a:hover {font-style:normal;}
#module_447370859 .page-more a:hover{background-color:#fff;}
#module_447370859 .page-more a:hover{border-top-color:#eee;}
#module_447370859 .page-more a:hover{border-top-style:solid;}
#module_447370859 .page-more a:hover{border-bottom-color:#eee;}
#module_447370859 .page-more a:hover{border-bottom-style:solid;}
#module_447370859 .page-more a:hover{border-left-color:#eee;}
#module_447370859 .page-more a:hover{border-left-style:solid;}
#module_447370859 .page-more a:hover{border-right-color:#eee;}
#module_447370859 .page-more a:hover{border-right-style:solid;}

.ModuleGridContainer.ModuleGridContainer447370856 #Sub447370856_1 {width:50%;}
.ModuleButtonGiant.layout-107 .moduleButton{
    font-size: 14px;
    height: 40px;
    width:100px;
    color:#fe6e27;
    border:1px solid #f65e12;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
	max-width:100%;
    box-sizing: border-box;
    display: inline-table;
     /* display: flex;
    justify-content: center;
    align-items: center; */
}
.ModuleButtonGiant.layout-107 .buttonbox{
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
.ModuleButtonGiant.layout-107 .buttonbox > span{
	display:inline-flex;
}
.ModuleButtonGiant.layout-107 .moduleButton:hover{
    color:#fff;
}
.ModuleButtonGiant.layout-107 .moduleButton:hover:before{
    background: #f65e12;
}
.ModuleButtonGiant.layout-107 .hvr-sweep-to-right:before,.ModuleButtonGiant.layout-107 .hvr-sweep-to-top:before,.ModuleButtonGiant.layout-107 .Radial-Out:before,.ModuleButtonGiant.layout-107 .RShutter-Out-Horizontal:before,.ModuleButtonGiant.layout-107 .Shutter-Out-Horizontal:before,.ModuleButtonGiant.layout-107 .Shutter-Out-Vertical:before{
    background: #f65e12
}
.ModuleButtonGiant.layout-107 .BreadsvgIcon > *{
    width: 16px;
    height: 16px;
}
.ModuleButtonGiant.layout-107 .BreadIcon{
    font-size: 16px;
}

.ModuleButtonGiant.layout-107 .buttonBoxDiv{
    display: flex;
    justify-content: center;
    align-items: center;
}

.ModuleButtonGiant.layout-107 .moduleButton .ButtonLineHidden{
    width: calc(33px - 7px);
    height: 1px;
    background-color: currentColor;
    -webkit-transition: .18s ease-in-out;
    -o-transition: .18s ease-in-out;
    transition: .18s ease-in-out;
    position: absolute;
    opacity: .4;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.ModuleButtonGiant.layout-107 .moduleButton:hover .ButtonLineHidden{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}

.ModuleButtonGiant.layout-107 .moduleButton .ButtonText{
    position: relative;
    display: inline-block;
    -webkit-transition: .2s cubic-bezier(.42,0,.6,.93);
    -o-transition: .2s cubic-bezier(.42,0,.6,.93);
    transition: .2s cubic-bezier(.42,0,.6,.93);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    padding: 0 16px;
}

.ModuleButtonGiant.layout-107 .moduleButton .ButtonLine{
    width: calc(33px - 7px);
    height: 1px;
    background-color: currentColor;
    -webkit-transition: .18s ease-in-out;
    -o-transition: .18s ease-in-out;
    transition: .18s ease-in-out;
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}

.ModuleButtonGiant.layout-107 .moduleButton:hover .ButtonLine{
    opacity: .4;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}

.ModuleButtonGiant.layout-107 .Ionios{
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    padding-top: 1px;
    font-size: 14px;
}

.ModuleButtonGiant.layout-107 .Ionios:before{
    content: "\f488";
    display: inline-block;
    font-family: ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@charset "UTF-8";
@font-face {
    font-family: ionicons;
    src: url(/fonts/ionicons.eot?v=2.0.0);
    src: url(/fonts/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"),url(/fonts/ionicons.ttf?v=2.0.0) format("truetype"),url(/fonts/ionicons.woff?v=2.0.0) format("woff"),url(/fonts/ionicons.svg?v=2.0.0#Ionicons) format("svg");
    font-weight: 400;
    font-style: normal
}
.module_447370860 .ModuleHead .HeadCenter{float:none;}
#module_447370860 {
padding:0px;
}
#module_447370860 {
position:static;
z-index:0;
top:1876px;
left:143px;
width:100%;
height: auto;
}
#module_447370860 .ModuleHead447370860 {
display:none;
}
#module_447370860 .BodyCenter.BodyCenter447370860 {
background:none;background-color:rgb(255, 255, 255);
}
#module_447370860 >.module_447370860 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:rgb(14, 84, 46);
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_447370860 >.module_447370860{
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_447370860 .BodyCenter.BodyCenter447370860 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:2.3358%;
}
}
@media screen and (max-width: 767px){
#module_447370860 .BodyCenter.BodyCenter447370860 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_447370860 >.module_447370860 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_447370860 >.module_447370860 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_447370860 >.module_447370860 {box-shadow: 0px 0px 0px 0px #ccc}
#module_447370860:hover {
border:none;
}
#module_447370860:hover >.module_447370860 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_447370860 .BodyCenter{text-align:left;}
#module_447370860 .moduleButton{font-size:14px;}
#module_447370860 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_447370860 .moduleButton{color:#445464;}
#module_447370860 .moduleButton{font-weight:normal;}
#module_447370860 .moduleButton{text-decoration:none;}
#module_447370860 .moduleButton{font-style:normal;}
#module_447370860 .moduleButton, #module_447370860 .moduleButton:before{background-color:#fff;}
#module_447370860 .moduleButton, #module_447370860 .moduleButton:before{background-image:none;}
#module_447370860 .moduleButton, #module_447370860 .moduleButton:before{background-repeat:no-repeat;}
#module_447370860 .moduleButton, #module_447370860 .moduleButton:before{background-position:none;}
#module_447370860 .moduleButton, #module_447370860 .moduleButton:before{background-attachment:none;}
#module_447370860 .moduleButton, #module_447370860 .moduleButton:before{}
#module_447370860 .moduleButton{border-color:transparent;}
#module_447370860 .moduleButton{border-style:solid;}
#module_447370860 .moduleButton{border-width:0px;}
#module_447370860 .moduleButton{border-top-left-radius:0px;}
#module_447370860 .moduleButton{border-top-right-radius:0px;}
#module_447370860 .moduleButton{border-bottom-left-radius:0px;}
#module_447370860 .moduleButton{border-bottom-right-radius:0px;}
#module_447370860 .moduleButton{width:140px;}
#module_447370860 .moduleButton{height:40px;line-height:40px;}
#module_447370860 .BodyCenter{color:#445464;}
#module_447370860 .moduleButton{padding-top:0px;}
#module_447370860 .moduleButton{padding-bottom:1px;}
#module_447370860 .moduleButton{padding-left:0px;}
#module_447370860 .moduleButton{padding-right:0px;}
#module_447370860 .moduleButton{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_447370860 .moduleButton .ButtonLineHidden, #module_447370860 .moduleButton .ButtonLine{width:25px;} #module_447370860 .moduleButton:hover .ButtonText{-webkit-transform:translateX(25px);-ms-transform:translateX(25px);transform: translateX(25px);}
#module_447370860 .moduleButton .ButtonLineHidden, #module_447370860 .moduleButton .ButtonLine, #module_447370860 .moduleButton .Ionios{color:#000;}
#module_447370860 .moduleButton:hover{font-size:14px;}
#module_447370860 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_447370860 .moduleButton:hover{color:#fff;}
#module_447370860 .moduleButton:hover{font-weight:normal;}
#module_447370860 .moduleButton:hover{text-decoration:none;}
#module_447370860 .moduleButton:hover{font-style:normal;}
#module_447370860 .moduleButton:hover, #module_447370860 .moduleButton:hover:before{background-image: unset;background-color:rgb(14, 84, 46);}
#module_447370860 .moduleButton:hover, #module_447370860 .moduleButton:hover:before{background-image:none;}
#module_447370860 .moduleButton:hover, #module_447370860 .moduleButton:hover:before{background-repeat:no-repeat;}
#module_447370860 .moduleButton:hover, #module_447370860 .moduleButton:hover:before{background-position:none;}
#module_447370860 .moduleButton:hover, #module_447370860 .moduleButton:hover:before{background-attachment:none;}
#module_447370860 .moduleButton:hover, #module_447370860 .moduleButton:hover:before{}
#module_447370860 .moduleButton:hover{border-color:transparent;}
#module_447370860 .moduleButton:hover{border-style:solid;}
#module_447370860 .moduleButton:hover{border-width:0px;}
#module_447370860 .moduleButton:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_447370860 .moduleButton:hover .ButtonLineHidden, #module_447370860 .moduleButton:hover .ButtonLine, #module_447370860 .moduleButton:hover .Ionios{color:#fff;}

.ModuleGridContainer.ModuleGridContainer447370856 #Sub447370856_2 {width:50%;}
.module_444198982 .ModuleHead .HeadCenter{float:none;}
#module_444198982 {
padding:0px;
}
#module_444198982 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_444198982 .ModuleHead444198982 {
display:none;
}
#module_444198982 .BodyCenter.BodyCenter444198982 {
background-color:transparent;
background-image:url(/skin/images/202207151449526088af.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_444198982 >.module_444198982 {
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_444198982 >.module_444198982{
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_444198982 .BodyCenter.BodyCenter444198982 {
padding-top:5.2824%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_444198982 .BodyCenter.BodyCenter444198982 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_444198982 >.module_444198982 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_444198982 >.module_444198982 {
margin-top:5.7637%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:5.7637%;
}
}
#module_444198982 >.module_444198982 {box-shadow: 0px 0px 0px 0px #ccc}
#module_444198982:hover {
border:none;
}
#module_444198982:hover >.module_444198982 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_444198982 .ModuleSubContainer{background-color:transparent;}
#module_444198982 .ModuleSubContainer{background-image:none;}
#module_444198982 .ModuleSubContainer{background-repeat:no-repeat;}
#module_444198982 .ModuleSubContainer{background-position:0% 0%;}
#module_444198982 .ModuleSubContainer{background-attachment:scroll;}
#module_444198982 .ModuleSubContainer{}
#module_444198982 {!bgVideo!}{bgVideoUrl:}
#module_444198982 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_444198982 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_444198982 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer444198982 {max-width:1380px;width:auto;}
.ModuleGridContainer.ModuleGridContainer444198982 .SubPadding {width:10px;}
.module_444199341 .ModuleHead .HeadCenter{float:none;}
#module_444199341 {
padding:0px;
}
#module_444199341 {
position:static;
z-index:0;
top:21px;
width:100%;
height: auto;
}
#module_444199341 .ModuleHead444199341 {
display:none;
}
#module_444199341 .BodyCenter.BodyCenter444199341 {
background:none;background-color:rgb(255, 255, 255);
}
#module_444199341 >.module_444199341 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:rgb(14, 84, 46);
border-left-width:1px;
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_444199341 >.module_444199341{
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_444199341 .BodyCenter.BodyCenter444199341 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_444199341 .BodyCenter.BodyCenter444199341 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_444199341 >.module_444199341 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_444199341 >.module_444199341 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_444199341 >.module_444199341 {box-shadow: 0px 0px 0px 0px #ccc}
#module_444199341:hover {
border:none;
}
#module_444199341:hover >.module_444199341 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_444199341 .ModuleImageTextGiantContent{margin-top:20px;}
#module_444199341 .ModuleImageTextGiantContent{margin-bottom:5px;}
#module_444199341 .ModuleImageTextGiantContent{margin-left:20px;}
#module_444199341 .ModuleImageTextGiantContent{margin-right:20px;}
#module_444199341 .imageTextGiant-Container{padding-top:10px;}
#module_444199341 .imageTextGiant-Container{padding-bottom:10px;}
#module_444199341 .imageTextGiant-Container{padding-left:10px;}
#module_444199341 .imageTextGiant-Container{padding-right:10px;}
#module_444199341 .showHandle .btn{font-size:14px;}
#module_444199341 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_444199341 .showHandle .btn{color:#333;}
#module_444199341 .showHandle .btn{font-weight:400;}
#module_444199341 .showHandle .btn{text-decoration:none;}
#module_444199341 .showHandle .btn{font-style:normal;}
#module_444199341 .showHandle div{border-top-color:#ddd !important;}
#module_444199341 .showHandle div{border-top-style:solid !important;}
#module_444199341 .showHandle div{border-top-width:1px !important;}
#module_444199341 .showHandle{background-color:transparent;}
#module_444199341 .showHandle{background-image:none;}
#module_444199341 .showHandle{background-repeat:no-repeat;}
#module_444199341 .showHandle{}
#module_444199341 .showHandle{}
#module_444199341 .showHandle{}
#module_444199341 a{font-size:unset;font-family:unset}
.module_444199908 .ModuleHead .HeadCenter{float:none;}
#module_444199908 {
padding:0px;
}
#module_444199908 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_444199908 .ModuleHead444199908 {
display:none;
}
#module_444199908 .BodyCenter.BodyCenter444199908 {
background:none;background-color:rgb(255, 255, 255);
}
#module_444199908 >.module_444199908 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:rgb(14, 84, 46);
border-left-width:1px;
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_444199908 >.module_444199908{
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_444199908 .BodyCenter.BodyCenter444199908 {
padding-top:0.0000%;
padding-left:3.3577%;
padding-right:3.5036%;
padding-bottom:2.9197%;
}
}
@media screen and (max-width: 767px){
#module_444199908 .BodyCenter.BodyCenter444199908 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_444199908 >.module_444199908 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_444199908 >.module_444199908 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_444199908 >.module_444199908 {box-shadow: 0px 0px 0px 0px #ccc}
#module_444199908:hover {
border:none;
}
#module_444199908:hover >.module_444199908 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_444199908 .Tit-abstract{color:#fff;}
#module_444199908 .album-img{padding:calc(10px/2);}
#module_444199908 .Tit-abstract{font-size:16px;}
#module_444199908 .Tit-abstract{font-family:微软雅黑,Microsoft YaHei;}
#module_444199908 .Tit-abstract{font-style:normal;}
#module_444199908 .Tit-abstract{text-decoration:none;}
#module_444199908 .Tit-abstract{font-weight:normal;}
#module_444199908 .Intro-abstract{font-size:12px;}
#module_444199908 .Intro-abstract{font-family:微软雅黑,Microsoft YaHei;}
#module_444199908 .Intro-abstract{color:#f3f3f3;}
#module_444199908 .Intro-abstract{font-weight:normal;}
#module_444199908 .Intro-abstract{text-decoration:none;}
#module_444199908 .Intro-abstract{font-style:normal;}
#module_444199908 .album-img:hover .rectborderBg{background:rgb(0,0,0,0.6);}
#module_444199908 .album-img .album-img-c{background-color:#f5f5f5;}
#module_444199908 .album-img .album-img-c{background-image:none;}
#module_444199908 .album-img .album-img-c{background-repeat:no-repeat;}
#module_444199908 .album-img .album-img-c{}
#module_444199908 .album-img .album-img-c{}
#module_444199908 .album-img .album-img-c{}
#module_444199908 .album-img{border-top-color:transparent;}
#module_444199908 .album-img{border-top-style:none;}
#module_444199908 .album-img{border-top-width:0px;}
#module_444199908 .album-img{border-right-color:transparent;}
#module_444199908 .album-img{border-right-style:none;}
#module_444199908 .album-img{border-right-width:0px;}
#module_444199908 .album-img{border-bottom-color:transparent;}
#module_444199908 .album-img{border-bottom-style:none;}
#module_444199908 .album-img{border-bottom-width:0px;}
#module_444199908 .album-img{border-left-color:transparent;}
#module_444199908 .album-img{border-left-style:none;}
#module_444199908 .album-img{border-left-width:0px;}
#module_444199908 .album-img .dummy{padding-top:56.25%;}
#module_444199908 .mobile_picBox .mobile_pic{ object-fit:unset;}
#module_444199908 .mobile_picBox .mobile_pic, #module_444199908 .mobile_picBox{ height:auto !important;}
#module_444199908 .pagerGiant .text{font-size:12px;}
#module_444199908 .pagerGiant .text{font-family:微软雅黑,Microsoft YaHei;}
#module_444199908 .pagerGiant .text{color:#333;}
#module_444199908 .pagerGiant .text{}
#module_444199908 .pagerGiant .text{}
#module_444199908 .pagerGiant .text{}
#module_444199908 .pagerGiant .current,#module_444199908 .pagerGiant .num,#module_444199908 .pagerGiant .inputer{width:30px}
#module_444199908 .pagerGiant .current,#module_444199908 .pagerGiant .num,#module_444199908 .pagerGiant .inputer{height:30px}
#module_444199908 .pagerGiant .num{font-size:12px;}
#module_444199908 .pagerGiant .num{font-family:微软雅黑,Microsoft YaHei;}
#module_444199908 .pagerGiant .num{color:#333;}
#module_444199908 .pagerGiant .num{}
#module_444199908 .pagerGiant .num{}
#module_444199908 .pagerGiant .num{}
#module_444199908 .pagerGiant .submit{width:55px}
#module_444199908 .pagerGiant .submit{height:30px}
#module_444199908 .pagerGiant .current,#module_444199908 .pagerGiant .num,#module_444199908 .pagerGiant .inputer,#module_444199908 .pagerGiant .submit{border-top-left-radius:0px;}
#module_444199908 .pagerGiant .current,#module_444199908 .pagerGiant .num,#module_444199908 .pagerGiant .inputer,#module_444199908 .pagerGiant .submit{border-top-right-radius:0px;}
#module_444199908 .pagerGiant .current,#module_444199908 .pagerGiant .num,#module_444199908 .pagerGiant .inputer,#module_444199908 .pagerGiant .submit{border-bottom-left-radius:0px;}
#module_444199908 .pagerGiant .current,#module_444199908 .pagerGiant .num,#module_444199908 .pagerGiant .inputer,#module_444199908 .pagerGiant .submit{border-bottom-right-radius:0px;}
#module_444199908 .pagerGiant .next,#module_444199908 .pagerGiant .splitline{color:#ccc;}
#module_444199908 .pagerGiant .num{background-color:#fff;}
#module_444199908 .pagerGiant .num, #module_444199908 .pagerGiant .inputer{border-top-color:#ccc;}
#module_444199908 .pagerGiant .num, #module_444199908 .pagerGiant .inputer{border-top-style:solid;}
#module_444199908 .pagerGiant .num, #module_444199908 .pagerGiant .current, #module_444199908 .pagerGiant .submit, #module_444199908 .pagerGiant .inputer{border-top-width:1px;}
#module_444199908 .pagerGiant .num, #module_444199908 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_444199908 .pagerGiant .num, #module_444199908 .pagerGiant .inputer{border-bottom-style:solid;}
#module_444199908 .pagerGiant .num, #module_444199908 .pagerGiant .current, #module_444199908 .pagerGiant .submit, #module_444199908 .pagerGiant .inputer{border-bottom-width:1px;}
#module_444199908 .pagerGiant .num, #module_444199908 .pagerGiant .inputer{border-left-color:#ccc;}
#module_444199908 .pagerGiant .num, #module_444199908 .pagerGiant .inputer{border-left-style:solid;}
#module_444199908 .pagerGiant .num, #module_444199908 .pagerGiant .current, #module_444199908 .pagerGiant .submit, #module_444199908 .pagerGiant .inputer{border-left-width:1px;}
#module_444199908 .pagerGiant .num, #module_444199908 .pagerGiant .inputer{border-right-color:#ccc;}
#module_444199908 .pagerGiant .num, #module_444199908 .pagerGiant .inputer{border-right-style:solid;}
#module_444199908 .pagerGiant .num, #module_444199908 .pagerGiant .current, #module_444199908 .pagerGiant .submit, #module_444199908 .pagerGiant .inputer{border-right-width:1px;}
#module_444199908 .page-more a{font-size:16px;}
#module_444199908 .page-more a{font-family:微软雅黑,Microsoft YaHei;}
#module_444199908 .page-more a{color:#666 !important;}
#module_444199908 .page-more a{font-weight:normal;}
#module_444199908 .page-more a{text-decoration:none;}
#module_444199908 .page-more a{font-style:normal;}
#module_444199908 .page-more a{background-color:#fff;}
#module_444199908 .page-more a{border-top-color:#eee;}
#module_444199908 .page-more a{border-top-style:solid;}
#module_444199908 .page-more a{border-top-width:2px;}
#module_444199908 .page-more a{border-bottom-color:#eee;}
#module_444199908 .page-more a{border-bottom-style:solid;}
#module_444199908 .page-more a{border-bottom-width:2px;}
#module_444199908 .page-more a{border-left-color:#eee;}
#module_444199908 .page-more a{border-left-style:solid;}
#module_444199908 .page-more a{border-left-width:2px;}
#module_444199908 .page-more a{border-right-color:#eee;}
#module_444199908 .page-more a{border-right-style:solid;}
#module_444199908 .page-more a{border-right-width:2px;}
#module_444199908 .album-img:hover .album-img-c{background-color:#f5f5f5;}
#module_444199908 .album-img:hover .album-img-c{background-image:none;}
#module_444199908 .album-img:hover .album-img-c{background-repeat:no-repeat;}
#module_444199908 .album-img:hover .album-img-c{}
#module_444199908 .album-img:hover .album-img-c{}
#module_444199908 .album-img:hover .album-img-c{}
#module_444199908 .album-img:hover{border-top-color:transparent;}
#module_444199908 .album-img:hover{border-top-style:none;}
#module_444199908 .album-img:hover{border-top-width:0px;}
#module_444199908 .album-img:hover{border-right-color:transparent;}
#module_444199908 .album-img:hover{border-right-style:none;}
#module_444199908 .album-img:hover{border-right-width:0px;}
#module_444199908 .album-img:hover{border-bottom-color:transparent;}
#module_444199908 .album-img:hover{border-bottom-style:none;}
#module_444199908 .album-img:hover{border-bottom-width:0px;}
#module_444199908 .album-img:hover{border-left-color:transparent;}
#module_444199908 .album-img:hover{border-left-style:none;}
#module_444199908 .album-img:hover{border-left-width:0px;}
#module_444199908 .pagerGiant .current, #module_444199908 .pagerGiant .submit{font-size:12px;}
#module_444199908 .pagerGiant .current, #module_444199908 .pagerGiant .submit{font-family:微软雅黑,Microsoft YaHei;}
#module_444199908 .pagerGiant .current, #module_444199908 .pagerGiant .submit{color:#fff;}
#module_444199908 .pagerGiant .current, #module_444199908 .pagerGiant .submit{}
#module_444199908 .pagerGiant .current, #module_444199908 .pagerGiant .submit{}
#module_444199908 .pagerGiant .current, #module_444199908 .pagerGiant .submit{}
#module_444199908 .pagerGiant .current, #module_444199908 .pagerGiant .submit{background-color:#333;}
#module_444199908 .pagerGiant .current, #module_444199908 .pagerGiant .submit, #module_444199908 .pagerGiant .inputer:hover{border-top-color:#000;}
#module_444199908 .pagerGiant .current, #module_444199908 .pagerGiant .submit, #module_444199908 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_444199908 .pagerGiant .current, #module_444199908 .pagerGiant .submit, #module_444199908 .pagerGiant .inputer:hover{border-bottom-color:#000;}
#module_444199908 .pagerGiant .current, #module_444199908 .pagerGiant .submit, #module_444199908 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_444199908 .pagerGiant .current, #module_444199908 .pagerGiant .submit, #module_444199908 .pagerGiant .inputer:hover{border-left-color:#000;}
#module_444199908 .pagerGiant .current, #module_444199908 .pagerGiant .submit, #module_444199908 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_444199908 .pagerGiant .current, #module_444199908 .pagerGiant .submit, #module_444199908 .pagerGiant .inputer:hover{border-right-color:#000;}
#module_444199908 .pagerGiant .current, #module_444199908 .pagerGiant .submit, #module_444199908 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_444199908 .page-more a:hover{font-size:16px;}
#module_444199908 .page-more:hover a{font-family:微软雅黑,Microsoft YaHei;}
#module_444199908 .page-more a:hover{color:#666 !important;}
#module_444199908 .page-more a:hover {font-weight:normal;}
#module_444199908 .page-more a:hover {text-decoration:none;}
#module_444199908 .page-more a:hover {font-style:normal;}
#module_444199908 .page-more a:hover{background-color:#fff;}
#module_444199908 .page-more a:hover{border-top-color:#eee;}
#module_444199908 .page-more a:hover{border-top-style:solid;}
#module_444199908 .page-more a:hover{border-bottom-color:#eee;}
#module_444199908 .page-more a:hover{border-bottom-style:solid;}
#module_444199908 .page-more a:hover{border-left-color:#eee;}
#module_444199908 .page-more a:hover{border-left-style:solid;}
#module_444199908 .page-more a:hover{border-right-color:#eee;}
#module_444199908 .page-more a:hover{border-right-style:solid;}

.module_444199959 .ModuleHead .HeadCenter{float:none;}
#module_444199959 {
padding:0px;
}
#module_444199959 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_444199959 .ModuleHead444199959 {
display:none;
}
#module_444199959 .BodyCenter.BodyCenter444199959 {
background:none;background-color:rgb(255, 255, 255);
}
#module_444199959 >.module_444199959 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:rgb(14, 84, 46);
border-left-width:1px;
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_444199959 >.module_444199959{
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_444199959 .BodyCenter.BodyCenter444199959 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:2.3358%;
}
}
@media screen and (max-width: 767px){
#module_444199959 .BodyCenter.BodyCenter444199959 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_444199959 >.module_444199959 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_444199959 >.module_444199959 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_444199959 >.module_444199959 {box-shadow: 0px 0px 0px 0px #ccc}
#module_444199959:hover {
border:none;
}
#module_444199959:hover >.module_444199959 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_444199959 .BodyCenter{text-align:left;}
#module_444199959 .moduleButton{font-size:14px;}
#module_444199959 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_444199959 .moduleButton{color:#445464;}
#module_444199959 .moduleButton{font-weight:normal;}
#module_444199959 .moduleButton{text-decoration:none;}
#module_444199959 .moduleButton{font-style:normal;}
#module_444199959 .moduleButton, #module_444199959 .moduleButton:before{background-color:#fff;}
#module_444199959 .moduleButton, #module_444199959 .moduleButton:before{background-image:none;}
#module_444199959 .moduleButton, #module_444199959 .moduleButton:before{background-repeat:no-repeat;}
#module_444199959 .moduleButton, #module_444199959 .moduleButton:before{background-position:none;}
#module_444199959 .moduleButton, #module_444199959 .moduleButton:before{background-attachment:none;}
#module_444199959 .moduleButton, #module_444199959 .moduleButton:before{}
#module_444199959 .moduleButton{border-color:transparent;}
#module_444199959 .moduleButton{border-style:solid;}
#module_444199959 .moduleButton{border-width:0px;}
#module_444199959 .moduleButton{border-top-left-radius:0px;}
#module_444199959 .moduleButton{border-top-right-radius:0px;}
#module_444199959 .moduleButton{border-bottom-left-radius:0px;}
#module_444199959 .moduleButton{border-bottom-right-radius:0px;}
#module_444199959 .moduleButton{width:140px;}
#module_444199959 .moduleButton{height:40px;line-height:40px;}
#module_444199959 .BodyCenter{color:#445464;}
#module_444199959 .moduleButton{padding-top:0px;}
#module_444199959 .moduleButton{padding-bottom:1px;}
#module_444199959 .moduleButton{padding-left:0px;}
#module_444199959 .moduleButton{padding-right:0px;}
#module_444199959 .moduleButton{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_444199959 .moduleButton .ButtonLineHidden, #module_444199959 .moduleButton .ButtonLine{width:25px;} #module_444199959 .moduleButton:hover .ButtonText{-webkit-transform:translateX(25px);-ms-transform:translateX(25px);transform: translateX(25px);}
#module_444199959 .moduleButton .ButtonLineHidden, #module_444199959 .moduleButton .ButtonLine, #module_444199959 .moduleButton .Ionios{color:#000;}
#module_444199959 .moduleButton:hover{font-size:14px;}
#module_444199959 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_444199959 .moduleButton:hover{color:#fff;}
#module_444199959 .moduleButton:hover{font-weight:normal;}
#module_444199959 .moduleButton:hover{text-decoration:none;}
#module_444199959 .moduleButton:hover{font-style:normal;}
#module_444199959 .moduleButton:hover, #module_444199959 .moduleButton:hover:before{background-image: unset;background-color:rgb(14, 84, 46);}
#module_444199959 .moduleButton:hover, #module_444199959 .moduleButton:hover:before{background-image:none;}
#module_444199959 .moduleButton:hover, #module_444199959 .moduleButton:hover:before{background-repeat:no-repeat;}
#module_444199959 .moduleButton:hover, #module_444199959 .moduleButton:hover:before{background-position:none;}
#module_444199959 .moduleButton:hover, #module_444199959 .moduleButton:hover:before{background-attachment:none;}
#module_444199959 .moduleButton:hover, #module_444199959 .moduleButton:hover:before{}
#module_444199959 .moduleButton:hover{border-color:transparent;}
#module_444199959 .moduleButton:hover{border-style:solid;}
#module_444199959 .moduleButton:hover{border-width:0px;}
#module_444199959 .moduleButton:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_444199959 .moduleButton:hover .ButtonLineHidden, #module_444199959 .moduleButton:hover .ButtonLine, #module_444199959 .moduleButton:hover .Ionios{color:#fff;}

.ModuleGridContainer.ModuleGridContainer444198982 #Sub444198982_1 {width:50%;}
.module_444198979 .ModuleHead .HeadCenter{float:none;}
#module_444198979 {
padding:0px;
}
#module_444198979 {
position:static;
z-index:0;
top:2046px;
left:1308px;
width:100%;
height: auto;
}
#module_444198979 .ModuleHead444198979 {
display:none;
}
#module_444198979 .BodyCenter.BodyCenter444198979 {
background:none;background-color:rgba(0,0,0,0);
}
#module_444198979 >.module_444198979 {
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_444198979 >.module_444198979{
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_444198979 .BodyCenter.BodyCenter444198979 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_444198979 .BodyCenter.BodyCenter444198979 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_444198979 >.module_444198979 {
margin-top:2.9197%;
margin-left:2.9197%;
margin-right:2.9197%;
margin-bottom:10.2190%;
}
}
@media screen and (max-width: 767px){
#module_444198979 >.module_444198979 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_444198979 >.module_444198979 {box-shadow: 0px 0px 0px 0px #ccc}
#module_444198979:hover {
border:none;
}
#module_444198979:hover >.module_444198979 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_444198979 .videoTitle{font-size:14px;}
#module_444198979 .videoTitle{font-family:微软雅黑,Microsoft YaHei;}
#module_444198979 .videoTitle{color:#333;}
#module_444198979 .videoTitle{font-weight:bold;}
#module_444198979 .videoTitle{text-decoration:none;}
#module_444198979 .videoTitle{font-style:normal;}
#module_444198979 .videoTitle{text-align:left;}
#module_444198979 .videoTitle{margin-top:8px;}
#module_444198979 .videoTitle{margin-bottom:2px;}
#module_444198979 .videoTitle{margin-left:0px;}
#module_444198979 .videoTitle{margin-right:0px;}
#module_444198979 .videoDescrib{font-size:12px;}
#module_444198979 .videoDescrib{font-family:微软雅黑,Microsoft YaHei;}
#module_444198979 .videoDescrib{color:#999;}
#module_444198979 .videoDescrib{font-weight:normal;}
#module_444198979 .videoDescrib{text-decoration:none;}
#module_444198979 .videoDescrib{font-style:normal;}
#module_444198979 .videoDescrib{text-align:left;}
#module_444198979 .videoBox:hover .videoTitle{font-size:14px;}
#module_444198979 .videoBox:hover .videoTitle{font-family:微软雅黑,Microsoft YaHei;}
#module_444198979 .videoBox:hover .videoTitle{color:#333;}
#module_444198979 .videoBox:hover .videoTitle{font-weight:bold;}
#module_444198979 .videoBox:hover .videoTitle{text-decoration:none;}
#module_444198979 .videoBox:hover .videoTitle{font-style:normal;}
#module_444198979 .videoBox:hover .videoDescrib{font-size:12px;}
#module_444198979 .videoBox:hover .videoDescrib{font-family:微软雅黑,Microsoft YaHei;}
#module_444198979 .videoBox:hover .videoDescrib{color:#999;}
#module_444198979 .videoBox:hover .videoDescrib{font-weight:normal;}
#module_444198979 .videoBox:hover .videoDescrib{text-decoration:none;}
#module_444198979 .videoBox:hover .videoDescrib{font-style:normal;}

.ModuleGridContainer.ModuleGridContainer444198982 #Sub444198982_2 {width:50%;}
.module_447370927 .ModuleHead .HeadCenter{float:none;}
#module_447370927 {
padding:0px;
}
#module_447370927 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_447370927 .ModuleHead447370927 {
display:none;
}

#module_447370927 .ModuleSubContainer{background-color:transparent;}
#module_447370927 .ModuleSubContainer{}
#module_447370927 .ModuleSubContainer{background-repeat:no-repeat;}
#module_447370927 .ModuleSubContainer{background-position:0% 0%;}
#module_447370927 .ModuleSubContainer{background-attachment:scroll;}
#module_447370927 .ModuleSubContainer{}
#module_447370927 {!bgVideo!}{bgVideoUrl:}
#module_447370927 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_447370927 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_447370927 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer447370927 {}
.module_447370938 .ModuleHead .HeadCenter{float:none;}
#module_447370938 {
padding:0px;
}
#module_447370938 {
position:static;
z-index:1;
top:32px;
left:0px;
width:100%;
height: auto;
}
#module_447370938 .ModuleHead447370938 {
display:none;
}
#module_447370938 .BodyCenter.BodyCenter447370938 {
background-color:transparent;
background-image:url(/skin/images/202207251618127d9512.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_447370938 >.module_447370938 {
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_447370938 >.module_447370938{
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_447370938 .BodyCenter.BodyCenter447370938 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_447370938 .BodyCenter.BodyCenter447370938 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_447370938 >.module_447370938 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_447370938 >.module_447370938 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_447370938 >.module_447370938 {box-shadow: 0px 0px 0px 0px #ccc}
#module_447370938:hover {
border:none;
}
#module_447370938:hover >.module_447370938 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_447370938 .ModulePlainTextGiantContent{margin-top:0px;}
#module_447370938 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_447370938 .ModulePlainTextGiantContent{margin-left:0px;}
#module_447370938 .ModulePlainTextGiantContent{margin-right:10px;}
#module_447370938 .plainTextGiant-Container{padding-top:20px;}
#module_447370938 .plainTextGiant-Container{padding-bottom:20px;}
#module_447370938 .plainTextGiant-Container{padding-left:20px;}
#module_447370938 .plainTextGiant-Container{padding-right:20px;}
#module_447370938 a{font-size:unset;font-family:unset}
.ModuleImageGiant.layout-107 .BodyCenter{
	text-align:center;
}
.ModuleImageGiant.layout-107 img{
	margin: auto;
    max-width: 100%;
	border: none;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition-duration: 500ms;
    -webkit-transition-duration:500ms;
}

.module_447370939 .ModuleHead .HeadCenter{float:none;}
#module_447370939 {
padding:0px;
}
#module_447370939 {
position:static;
z-index:0;
top:59px;
width:100%;
height: auto;
}
#module_447370939 .ModuleHead447370939 {
display:none;
}
#module_447370939 {
border:none;
}
@media screen and (min-width: 768px){
#module_447370939 >.module_447370939 {
}
}
@media screen and (max-width: 767px){
#module_447370939 >.module_447370939 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

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

.module_447370940 .ModuleHead .HeadCenter{float:none;}
#module_447370940 {
padding:0px;
}
#module_447370940 {
position:static;
z-index:1;
top:267px;
left:0px;
width:100%;
height: auto;
}
#module_447370940 .ModuleHead447370940 {
display:none;
}
#module_447370940 .BodyCenter.BodyCenter447370940 {
background:none;background-color:rgb(118, 146, 60);
}
#module_447370940 >.module_447370940 {
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_447370940 >.module_447370940{
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_447370940 .BodyCenter.BodyCenter447370940 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_447370940 .BodyCenter.BodyCenter447370940 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_447370940 >.module_447370940 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_447370940 >.module_447370940 {
margin-top:4.3228%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_447370940 >.module_447370940 {box-shadow: 0px 0px 0px 0px #ccc}
#module_447370940:hover {
border:none;
}
#module_447370940:hover >.module_447370940 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_447370940 .ModulePlainTextGiantContent{margin-top:0px;}
#module_447370940 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_447370940 .ModulePlainTextGiantContent{margin-left:0px;}
#module_447370940 .ModulePlainTextGiantContent{margin-right:10px;}
#module_447370940 .plainTextGiant-Container{padding-top:20px;}
#module_447370940 .plainTextGiant-Container{padding-bottom:20px;}
#module_447370940 .plainTextGiant-Container{padding-left:20px;}
#module_447370940 .plainTextGiant-Container{padding-right:20px;}
#module_447370940 a{font-size:unset;font-family:unset}
.module_447370945 .ModuleHead .HeadCenter{float:none;}
#module_447370945 {
padding:0px;
}
#module_447370945 {
position:static;
z-index:0;
top:452px;
left:0px;
width:100%;
height: auto;
}
#module_447370945 .ModuleHead447370945 {
display:none;
}

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

.module_447370949 .ModuleHead .HeadCenter{float:none;}
#module_447370949 {
padding:0px;
}
#module_447370949 {
position:static;
z-index:0;
top:630px;
left:778px;
width:100%;
height: auto;
}
#module_447370949 .ModuleHead447370949 {
display:none;
}
#module_447370949 .BodyCenter.BodyCenter447370949 {
background-color:transparent;
background-image:url(/skin/images/202207251618127d9512.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_447370949 >.module_447370949 {
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_447370949 >.module_447370949{
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_447370949 .BodyCenter.BodyCenter447370949 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_447370949 .BodyCenter.BodyCenter447370949 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_447370949 >.module_447370949 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_447370949 >.module_447370949 {
margin-top:4.3228%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_447370949 >.module_447370949 {box-shadow: 0px 0px 0px 0px #ccc}
#module_447370949:hover {
border:none;
}
#module_447370949:hover >.module_447370949 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_447370949 .ModulePlainTextGiantContent{margin-top:0px;}
#module_447370949 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_447370949 .ModulePlainTextGiantContent{margin-left:0px;}
#module_447370949 .ModulePlainTextGiantContent{margin-right:10px;}
#module_447370949 .plainTextGiant-Container{padding-top:20px;}
#module_447370949 .plainTextGiant-Container{padding-bottom:20px;}
#module_447370949 .plainTextGiant-Container{padding-left:20px;}
#module_447370949 .plainTextGiant-Container{padding-right:20px;}
#module_447370949 a{font-size:unset;font-family:unset}
.module_447370976 .ModuleHead .HeadCenter{float:none;}
#module_447370976 {
padding:0px;
}
#module_447370976 {
position:static;
z-index:0;
top:797px;
left:484px;
width:100%;
height: auto;
}
#module_447370976 .ModuleHead447370976 {
display:none;
}

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

.module_447370978 .ModuleHead .HeadCenter{float:none;}
#module_447370978 {
padding:0px;
}
#module_447370978 {
position:static;
z-index:1;
top:1031px;
left:0px;
width:100%;
height: auto;
}
#module_447370978 .ModuleHead447370978 {
display:none;
}
#module_447370978 .BodyCenter.BodyCenter447370978 {
background:none;background-color:rgb(118, 146, 60);
}
#module_447370978 >.module_447370978 {
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_447370978 >.module_447370978{
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_447370978 .BodyCenter.BodyCenter447370978 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_447370978 .BodyCenter.BodyCenter447370978 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_447370978 >.module_447370978 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_447370978 >.module_447370978 {
margin-top:4.3228%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_447370978 >.module_447370978 {box-shadow: 0px 0px 0px 0px #ccc}
#module_447370978:hover {
border:none;
}
#module_447370978:hover >.module_447370978 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_447370978 .ModulePlainTextGiantContent{margin-top:0px;}
#module_447370978 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_447370978 .ModulePlainTextGiantContent{margin-left:0px;}
#module_447370978 .ModulePlainTextGiantContent{margin-right:10px;}
#module_447370978 .plainTextGiant-Container{padding-top:20px;}
#module_447370978 .plainTextGiant-Container{padding-bottom:20px;}
#module_447370978 .plainTextGiant-Container{padding-left:20px;}
#module_447370978 .plainTextGiant-Container{padding-right:20px;}
#module_447370978 a{font-size:unset;font-family:unset}
.module_447370979 .ModuleHead .HeadCenter{float:none;}
#module_447370979 {
padding:0px;
}
#module_447370979 {
position:static;
z-index:0;
top:1228px;
left:1187px;
width:100%;
height: auto;
}
#module_447370979 .ModuleHead447370979 {
display:none;
}

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

.module_444200001 .ModuleHead .HeadCenter{float:none;}
#module_444200001 {
padding:0px;
}
#module_444200001 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_444200001 .ModuleHead444200001 {
display:none;
}
#module_444200001 .BodyCenter.BodyCenter444200001 {
background:none;background-color:rgba(0,0,0,0);
}
#module_444200001 >.module_444200001 {
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_444200001 >.module_444200001{
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_444200001 .BodyCenter.BodyCenter444200001 {
padding-top:4.8640%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_444200001 .BodyCenter.BodyCenter444200001 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_444200001 >.module_444200001 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_444200001 >.module_444200001 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_444200001 >.module_444200001 {box-shadow: 0px 0px 0px 0px #ccc}
#module_444200001:hover {
border:none;
}
#module_444200001:hover >.module_444200001 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_444200001 .ModuleSubContainer{background-color:transparent;}
#module_444200001 .ModuleSubContainer{background-image:none;}
#module_444200001 .ModuleSubContainer{background-repeat:no-repeat;}
#module_444200001 .ModuleSubContainer{background-position:0% 0%;}
#module_444200001 .ModuleSubContainer{background-attachment:scroll;}
#module_444200001 .ModuleSubContainer{}
#module_444200001 {!bgVideo!}{bgVideoUrl:}
#module_444200001 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_444200001 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_444200001 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer444200001 {max-width:1380px;width:auto;}
.ModuleGridContainer.ModuleGridContainer444200001 .SubPadding {width:0px;}
.module_444200005 .ModuleHead .HeadCenter{float:none;}
#module_444200005 {
padding:0px;
}
#module_444200005 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_444200005 .ModuleHead444200005 {
display:none;
}
#module_444200005 .BodyCenter.BodyCenter444200005 {
background:none;background-color:rgba(0,0,0,0);
}
#module_444200005 >.module_444200005 {
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_444200005 >.module_444200005{
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_444200005 .BodyCenter.BodyCenter444200005 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_444200005 .BodyCenter.BodyCenter444200005 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_444200005 >.module_444200005 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_444200005 >.module_444200005 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_444200005 >.module_444200005 {box-shadow: 0px 0px 0px 0px #ccc}
#module_444200005:hover {
border:none;
}
#module_444200005:hover >.module_444200005 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_444200005 .ModulePlainTextGiantContent{margin-top:0px;}
#module_444200005 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_444200005 .ModulePlainTextGiantContent{margin-left:0px;}
#module_444200005 .ModulePlainTextGiantContent{margin-right:10px;}
#module_444200005 .plainTextGiant-Container{padding-top:20px;}
#module_444200005 .plainTextGiant-Container{padding-bottom:20px;}
#module_444200005 .plainTextGiant-Container{padding-left:20px;}
#module_444200005 .plainTextGiant-Container{padding-right:20px;}
#module_444200005 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer444200001 #Sub444200001_1 {width:25%;}
.module_444200007 .ModuleHead .HeadCenter{float:none;}
#module_444200007 {
padding:0px;
}
#module_444200007 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_444200007 .ModuleHead444200007 {
display:none;
}
#module_444200007 {
border:none;
}
@media screen and (min-width: 768px){
#module_444200007 >.module_444200007 {
}
}
@media screen and (max-width: 767px){
#module_444200007 >.module_444200007 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

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

.ModuleGridContainer.ModuleGridContainer444200001 #Sub444200001_2 {width:25%;}
.module_444200010 .ModuleHead .HeadCenter{float:none;}
#module_444200010 {
padding:0px;
}
#module_444200010 {
position:static;
z-index:0;
top:25px;
width:100%;
height: auto;
}
#module_444200010 .ModuleHead444200010 {
display:none;
}
#module_444200010 .BodyCenter.BodyCenter444200010 {
background:none;background-color:rgba(0,0,0,0);
}
#module_444200010 >.module_444200010 {
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_444200010 >.module_444200010{
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_444200010 .BodyCenter.BodyCenter444200010 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_444200010 .BodyCenter.BodyCenter444200010 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_444200010 >.module_444200010 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_444200010 >.module_444200010 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_444200010 >.module_444200010 {box-shadow: 0px 0px 0px 0px #ccc}
#module_444200010:hover {
border:none;
}
#module_444200010:hover >.module_444200010 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_444200010 .ModulePlainTextGiantContent{margin-top:0px;}
#module_444200010 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_444200010 .ModulePlainTextGiantContent{margin-left:0px;}
#module_444200010 .ModulePlainTextGiantContent{margin-right:10px;}
#module_444200010 .plainTextGiant-Container{padding-top:20px;}
#module_444200010 .plainTextGiant-Container{padding-bottom:20px;}
#module_444200010 .plainTextGiant-Container{padding-left:20px;}
#module_444200010 .plainTextGiant-Container{padding-right:20px;}
#module_444200010 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer444200001 #Sub444200001_3 {width:25%;}
.module_444200011 .ModuleHead .HeadCenter{float:none;}
#module_444200011 {
padding:0px;
}
#module_444200011 {
position:static;
z-index:0;
top:42px;
left:0px;
width:100%;
height: auto;
}
#module_444200011 .ModuleHead444200011 {
display:none;
}

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

.ModuleGridContainer.ModuleGridContainer444200001 #Sub444200001_4 {width:25%;}
.module_444200031 .ModuleHead .HeadCenter{float:none;}
#module_444200031 {
padding:0px;
}
#module_444200031 {
position:static;
z-index:1;
top:2731px;
left:1810px;
width:100%;
height: auto;
}
#module_444200031 .ModuleHead444200031 {
display:none;
}
#module_444200031 .BodyCenter.BodyCenter444200031 {
background:none;background-color:rgba(0,0,0,0);
}
#module_444200031 >.module_444200031 {
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_444200031 >.module_444200031{
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_444200031 .BodyCenter.BodyCenter444200031 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_444200031 .BodyCenter.BodyCenter444200031 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_444200031 >.module_444200031 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:2.6151%;
}
}
@media screen and (max-width: 767px){
#module_444200031 >.module_444200031 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_444200031 >.module_444200031 {box-shadow: 0px 0px 0px 0px #ccc}
#module_444200031:hover {
border:none;
}
#module_444200031:hover >.module_444200031 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

.ModuleGridContainer.ModuleGridContainer444200031 #Sub444200031_1 {width:25%;}
.module_444200032 .ModuleHead .HeadCenter{float:none;}
#module_444200032 {
padding:0px;
}
#module_444200032 {
position:static;
z-index:0;
top:2775px;
left:778px;
width:100%;
height: auto;
}
#module_444200032 .ModuleHead444200032 {
display:none;
}
#module_444200032 .BodyCenter.BodyCenter444200032 {
background:none;background-color:rgba(0,0,0,0);
}
#module_444200032 >.module_444200032 {
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_444200032 >.module_444200032{
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_444200032 .BodyCenter.BodyCenter444200032 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_444200032 .BodyCenter.BodyCenter444200032 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_444200032 >.module_444200032 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_444200032 >.module_444200032 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_444200032 >.module_444200032 {box-shadow: 0px 0px 0px 0px #ccc}
#module_444200032:hover {
border:none;
}
#module_444200032:hover >.module_444200032 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_444200032 .ModulePlainTextGiantContent{margin-top:0px;}
#module_444200032 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_444200032 .ModulePlainTextGiantContent{margin-left:0px;}
#module_444200032 .ModulePlainTextGiantContent{margin-right:10px;}
#module_444200032 .plainTextGiant-Container{padding-top:20px;}
#module_444200032 .plainTextGiant-Container{padding-bottom:20px;}
#module_444200032 .plainTextGiant-Container{padding-left:20px;}
#module_444200032 .plainTextGiant-Container{padding-right:20px;}
#module_444200032 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer444200031 #Sub444200031_2 {width:25%;}
.module_444200035 .ModuleHead .HeadCenter{float:none;}
#module_444200035 {
padding:0px;
}
#module_444200035 {
position:static;
z-index:0;
top:2804px;
left:1187px;
width:100%;
height: auto;
}
#module_444200035 .ModuleHead444200035 {
display:none;
}

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

.ModuleGridContainer.ModuleGridContainer444200031 #Sub444200031_3 {width:25%;}
.module_444200034 .ModuleHead .HeadCenter{float:none;}
#module_444200034 {
padding:0px;
}
#module_444200034 {
position:static;
z-index:0;
top:2773px;
left:1385px;
width:100%;
height: auto;
}
#module_444200034 .ModuleHead444200034 {
display:none;
}
#module_444200034 .BodyCenter.BodyCenter444200034 {
background:none;background-color:rgba(0,0,0,0);
}
#module_444200034 >.module_444200034 {
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_444200034 >.module_444200034{
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_444200034 .BodyCenter.BodyCenter444200034 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_444200034 .BodyCenter.BodyCenter444200034 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_444200034 >.module_444200034 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_444200034 >.module_444200034 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_444200034 >.module_444200034 {box-shadow: 0px 0px 0px 0px #ccc}
#module_444200034:hover {
border:none;
}
#module_444200034:hover >.module_444200034 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_444200034 .ModulePlainTextGiantContent{margin-top:0px;}
#module_444200034 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_444200034 .ModulePlainTextGiantContent{margin-left:0px;}
#module_444200034 .ModulePlainTextGiantContent{margin-right:10px;}
#module_444200034 .plainTextGiant-Container{padding-top:20px;}
#module_444200034 .plainTextGiant-Container{padding-bottom:20px;}
#module_444200034 .plainTextGiant-Container{padding-left:20px;}
#module_444200034 .plainTextGiant-Container{padding-right:20px;}
#module_444200034 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer444200031 #Sub444200031_4 {width:25%;}
.module_447370989 .ModuleHead .HeadCenter{float:none;}
#module_447370989 {
padding:0px;
}
#module_447370989 {
position:static;
z-index:0;
top:3458px;
left:198px;
width:100%;
height: auto;
}
#module_447370989 .ModuleHead447370989 {
display:none;
}
#module_447370989 .BodyCenter.BodyCenter447370989 {
background-color:transparent;
background-image:url(/skin/images/202207151449526088af.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_447370989 >.module_447370989 {
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_447370989 >.module_447370989{
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_447370989 .BodyCenter.BodyCenter447370989 {
padding-top:1.0460%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.0460%;
}
}
@media screen and (max-width: 767px){
#module_447370989 .BodyCenter.BodyCenter447370989 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_447370989 >.module_447370989 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_447370989 >.module_447370989 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_447370989 >.module_447370989 {box-shadow: 0px 0px 0px 0px #ccc}
#module_447370989:hover {
border:none;
}
#module_447370989:hover >.module_447370989 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_447370989 .ModuleSubContainer{background-color:rgba(0,0,0,0);}
#module_447370989 .ModuleSubContainer{background-image:none;}
#module_447370989 .ModuleSubContainer{background-repeat:no-repeat;}
#module_447370989 .ModuleSubContainer{background-position:0% 0%;}
#module_447370989 .ModuleSubContainer{background-attachment:scroll;}
#module_447370989 .ModuleSubContainer{}
#module_447370989 {!bgVideo!}{bgVideoUrl:}
#module_447370989 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_447370989 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_447370989 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer447370989 {max-width:1380px;width:auto;}
.module_447370991 .ModuleHead .HeadCenter{float:none;}
#module_447370991 {
padding:0px;
}
#module_447370991 {
position:static;
z-index:1;
top:3381px;
left:1084px;
width:100%;
height: auto;
}
#module_447370991 .ModuleHead447370991 {
display:none;
}
#module_447370991 {
border:none;
}
@media screen and (min-width: 768px){
#module_447370991 >.module_447370991 {
margin-top:2.3188%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_447370991 >.module_447370991 {
margin-top:6.0519%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_447370991 .ModulePlainTextGiantContent{margin-top:0px;}
#module_447370991 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_447370991 .ModulePlainTextGiantContent{margin-left:0px;}
#module_447370991 .ModulePlainTextGiantContent{margin-right:10px;}
#module_447370991 .plainTextGiant-Container{padding-top:10px;}
#module_447370991 .plainTextGiant-Container{padding-bottom:10px;}
#module_447370991 .plainTextGiant-Container{padding-left:10px;}
#module_447370991 .plainTextGiant-Container{padding-right:10px;}
#module_447370991 a{font-size:unset;font-family:unset}
/*轮播图样式*/
.ModuleSlideV2Giant.layout-107 .slider-layout-107 {position: relative; width: 100%; margin: 0 auto; padding: 20px 90px;}
.ModuleSlideV2Giant.layout-107 .slider-layout-107 .swiper-container {padding-bottom: 2rem;}
.ModuleSlideV2Giant.layout-107 .slider-layout-107 .swiper-slide {width: 86%; height: auto; background: #fff; border-radius: 10px; overflow: hidden;}
.ModuleSlideV2Giant.layout-107 .slider-layout-107 .swiper-slide.swiper-slide-active {box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.17);}
.ModuleSlideV2Giant.layout-107 .slider-layout-107 .swiper-slide img{display:block; margin: 0 auto;}
.ModuleSlideV2Giant.layout-107 .slider-layout-107 .swiper-pagination {width: 100%; bottom: 5px; font-size: 0; padding-right: 180px;}
.ModuleSlideV2Giant.layout-107 .slider-layout-107 .swiper-pagination-bullets .swiper-pagination-bullet {margin-right: 20px; background-color: rgba(102, 102, 102, .3); width: 12px; height: 12px; opacity: 1;}
.ModuleSlideV2Giant.layout-107 .slider-layout-107 .swiper-pagination-bullets .swiper-pagination-bullet:last-child {margin-right: 0;}
.ModuleSlideV2Giant.layout-107 .slider-layout-107 .swiper-pagination-bullets .swiper-pagination-bullet-active {background-color: rgba(102, 102, 102, 1);}
.ModuleSlideV2Giant.layout-107 .swiper-button-prev, .ModuleSlideV2Giant.layout-107 .swiper-button-next {font-size: 0; z-index: 1; width: 3.8rem; height: 3.8rem; border: 2px solid #666; border-radius: 3.8rem; line-height: 1; background-image: unset;}
.ModuleSlideV2Giant.layout-107 .slider-layout-107 .swiper-button-prev {transform: rotateY(180deg);}
.ModuleSlideV2Giant.layout-107 .slider-layout-107 .swiper-button-prev {margin-top: -40px;left: 0px;}
.ModuleSlideV2Giant.layout-107 .slider-layout-107 .swiper-button-next {margin-top: -40px;right: 0px;}
.ModuleSlideV2Giant.layout-107 .slider-layout-107 .icon-leftMenu {color: #666; font-size: 20px; display: block; text-align: center; position: relative; width: 100%; height: 100%;}
.ModuleSlideV2Giant.layout-107 .slider-layout-107 .swiper-button-prev .icon-leftMenu:before,
.ModuleSlideV2Giant.layout-107 .slider-layout-107 .swiper-button-prev .icon-leftMenu:after {position: absolute; right: 50%; top: 50%; transform: translate(50%, -50%); transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; -webkit-font-smoothing: antialiased;}
.ModuleSlideV2Giant.layout-107 .slider-layout-107 .swiper-button-next .icon-leftMenu:before,
.ModuleSlideV2Giant.layout-107 .slider-layout-107 .swiper-button-next .icon-leftMenu:after {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; -webkit-font-smoothing: antialiased;}
.ModuleSlideV2Giant.layout-107 .slider-layout-107 .icon-leftMenu:before {opacity: 1;}
.ModuleSlideV2Giant.layout-107 .slider-layout-107 .icon-leftMenu:after {opacity: 0;}
.ModuleSlideV2Giant.layout-107 .slider-layout-107 .swiper-button-prev .icon-leftMenu:after {content: ''; right: 0%; top: 49.1%; width: 50%; height: 2px; background-color: #666;}
.ModuleSlideV2Giant.layout-107 .slider-layout-107 .swiper-button-next .icon-leftMenu:after {content: ''; left: 100%; top: 49.4%; width: 50%; height: 2px; background-color: #666;}
.ModuleSlideV2Giant.layout-107 .slider-layout-107 .swiper-button-prev:hover .icon-leftMenu:before {right: 36%;}
.ModuleSlideV2Giant.layout-107 .slider-layout-107 .swiper-button-next:hover .icon-leftMenu:before {left: 64%;}
.ModuleSlideV2Giant.layout-107 .slider-layout-107 .swiper-button-prev:hover .icon-leftMenu:after  {opacity: 1; right: 55%;}
.ModuleSlideV2Giant.layout-107 .slider-layout-107 .swiper-button-next:hover .icon-leftMenu:after {opacity: 1; left: 45%;}
.ModuleSlideV2Giant.layout-107 .slide-box video{
    width: 100%;
    height: 100%;
    min-height: 32px;
    display: block;
}
@media only screen and (max-width: 767px) {
    .ModuleSlideV2Giant.layout-107 .slider-layout-107 {position: relative; width: 100%; margin: 0 auto; padding: 20px 0px;}
    .ModuleSlideV2Giant.layout-107 .slider-layout-107 .swiper-container {padding-bottom: 10px;}
    .ModuleSlideV2Giant.layout-107 .slider-layout-107 .swiper-pagination {padding-right: 0;}
    .ModuleSlideV2Giant.layout-107 .slider-layout-107 .swiper-slide {border-radius: 5px;}
    .ModuleSlideV2Giant.layout-107 .slider-layout-107 .swiper-button-prev,
    .ModuleSlideV2Giant.layout-107 .slider-layout-107 .swiper-button-next {display: none;}
    .ModuleSlideV2Giant.layout-107 .slider-layout-107 .swiper-pagination {left: 0;}
    .ModuleSlideV2Giant.layout-107 .slider-layout-107 .swiper-pagination-bullets .swiper-pagination-bullet {width: 9px; height: 9px; margin-right: 10px;}
}.module_447370990 .ModuleHead .HeadCenter{float:none;}
#module_447370990 {
padding:0px;
}
#module_447370990 {
position:static;
z-index:0;
top:3319px;
left:1112px;
width:100%;
height: auto;
}
#module_447370990 .ModuleHead447370990 {
display:none;
}
#module_447370990 .BodyCenter.BodyCenter447370990 {
background:none;background-color:rgba(0,0,0,0);
}
#module_447370990 >.module_447370990 {
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_447370990 >.module_447370990{
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_447370990 .BodyCenter.BodyCenter447370990 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_447370990 .BodyCenter.BodyCenter447370990 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:5.7637%;
}
}
@media screen and (min-width: 768px){
#module_447370990 >.module_447370990 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_447370990 >.module_447370990 {
margin-top:0.0000%;
margin-left:2.8818%;
margin-right:2.8818%;
margin-bottom:0.0000%;
}
}
#module_447370990 >.module_447370990 {box-shadow: 0px 0px 0px 0px #ccc}
#module_447370990:hover {
border:none;
}
#module_447370990:hover >.module_447370990 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_447370990 .swiper-pagination-bullets .swiper-pagination-bullet{background-color:rgba(0, 0, 0, .3);}
#module_447370990 .icon-leftMenu{color:rgb(14, 84, 46);}
#module_447370990 .swiper-button-prev, #module_447370990 .swiper-button-next {border-color:rgb(14, 84, 46);}
#module_447370990 .swiper-pagination-bullets .swiper-pagination-bullet-active{background-color:rgb(14, 84, 46);}
#module_447370990 .swiper-button-prev:hover .icon-leftMenu,#module_447370990 .swiper-button-next:hover .icon-leftMenu{color:rgba(83, 94, 43, 0.93);} #module_447370990 .swiper-button-prev:hover .icon-leftMenu:after,#module_447370990 .swiper-button-next:hover .icon-leftMenu:after{background-color:rgba(83, 94, 43, 0.93);}
#module_447370990 .swiper-button-prev:hover, #module_447370990 .swiper-button-next:hover{border-color:rgba(83, 94, 43, 0.93);}
#module_447370990 .SubContainer {}

.module_446547888 .ModuleHead .HeadCenter{float:none;}
#module_446547888 {
padding:0px;
}
#module_446547888 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_446547888 .ModuleHead446547888 {
display:none;
}
#module_446547888 .BodyCenter.BodyCenter446547888 {
background-color:transparent;
background-image:url(/skin/images/202207151449526088af.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_446547888 >.module_446547888 {
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_446547888 >.module_446547888{
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_446547888 .BodyCenter.BodyCenter446547888 {
padding-top:1.0460%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.0460%;
}
}
@media screen and (max-width: 767px){
#module_446547888 .BodyCenter.BodyCenter446547888 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_446547888 >.module_446547888 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_446547888 >.module_446547888 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_446547888 >.module_446547888 {box-shadow: 0px 0px 0px 0px #ccc}
#module_446547888:hover {
border:none;
}
#module_446547888:hover >.module_446547888 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_446547888 .ModuleSubContainer{background-color:rgba(0,0,0,0);}
#module_446547888 .ModuleSubContainer{background-image:none;}
#module_446547888 .ModuleSubContainer{background-repeat:no-repeat;}
#module_446547888 .ModuleSubContainer{background-position:0% 0%;}
#module_446547888 .ModuleSubContainer{background-attachment:scroll;}
#module_446547888 .ModuleSubContainer{}
#module_446547888 {!bgVideo!}{bgVideoUrl:}
#module_446547888 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_446547888 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_446547888 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer446547888 {max-width:1380px;width:auto;}
.module_446556068 .ModuleHead .HeadCenter{float:none;}
#module_446556068 {
padding:0px;
}
#module_446556068 {
position:static;
z-index:1;
top:3381px;
left:1084px;
width:100%;
height: auto;
}
#module_446556068 .ModuleHead446556068 {
display:none;
}
#module_446556068 {
border:none;
}
@media screen and (min-width: 768px){
#module_446556068 >.module_446556068 {
margin-top:2.3188%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_446556068 >.module_446556068 {
}
}

#module_446556068 .ModulePlainTextGiantContent{margin-top:0px;}
#module_446556068 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_446556068 .ModulePlainTextGiantContent{margin-left:0px;}
#module_446556068 .ModulePlainTextGiantContent{margin-right:10px;}
#module_446556068 .plainTextGiant-Container{padding-top:10px;}
#module_446556068 .plainTextGiant-Container{padding-bottom:10px;}
#module_446556068 .plainTextGiant-Container{padding-left:10px;}
#module_446556068 .plainTextGiant-Container{padding-right:10px;}
#module_446556068 a{font-size:unset;font-family:unset}
.module_444200283 .ModuleHead .HeadCenter{float:none;}
#module_444200283 {
padding:0px;
}
#module_444200283 {
position:static;
z-index:0;
top:3319px;
left:1112px;
width:100%;
height: auto;
}
#module_444200283 .ModuleHead444200283 {
display:none;
}
#module_444200283 .BodyCenter.BodyCenter444200283 {
background:none;background-color:rgba(0,0,0,0);
}
#module_444200283 >.module_444200283 {
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_444200283 >.module_444200283{
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_444200283 .BodyCenter.BodyCenter444200283 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_444200283 .BodyCenter.BodyCenter444200283 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_444200283 >.module_444200283 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_444200283 >.module_444200283 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_444200283 >.module_444200283 {box-shadow: 0px 0px 0px 0px #ccc}
#module_444200283:hover {
border:none;
}
#module_444200283:hover >.module_444200283 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_444200283 .swiper-pagination-bullets .swiper-pagination-bullet{background-color:rgba(0, 0, 0, .3);}
#module_444200283 .icon-leftMenu{color:rgb(14, 84, 46);}
#module_444200283 .swiper-button-prev, #module_444200283 .swiper-button-next {border-color:rgb(14, 84, 46);}
#module_444200283 .swiper-pagination-bullets .swiper-pagination-bullet-active{background-color:rgb(14, 84, 46);}
#module_444200283 .swiper-button-prev:hover .icon-leftMenu,#module_444200283 .swiper-button-next:hover .icon-leftMenu{color:rgba(83, 94, 43, 0.93);} #module_444200283 .swiper-button-prev:hover .icon-leftMenu:after,#module_444200283 .swiper-button-next:hover .icon-leftMenu:after{background-color:rgba(83, 94, 43, 0.93);}
#module_444200283 .swiper-button-prev:hover, #module_444200283 .swiper-button-next:hover{border-color:rgba(83, 94, 43, 0.93);}
#module_444200283 .SubContainer {}

.module_443020359 .ModuleHead .HeadCenter{float:none;}
#module_443020359 {
padding:0px;
}
#module_443020359 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_443020359 .ModuleHead443020359 {
display:none;
}
#module_443020359 .BodyCenter.BodyCenter443020359 {
background:none;background-color:rgba(0,0,0,0);
}
#module_443020359 >.module_443020359 {
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_443020359 >.module_443020359{
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_443020359 .BodyCenter.BodyCenter443020359 {
padding-top:2.6151%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:2.6151%;
}
}
@media screen and (max-width: 767px){
#module_443020359 .BodyCenter.BodyCenter443020359 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_443020359 >.module_443020359 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443020359 >.module_443020359 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_443020359 >.module_443020359 {box-shadow: 0px 0px 0px 0px #ccc}
#module_443020359:hover {
border:none;
}
#module_443020359:hover >.module_443020359 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_443020359 .ModuleSubContainer{background-color:transparent;}
#module_443020359 .ModuleSubContainer{background-image:none;}
#module_443020359 .ModuleSubContainer{background-repeat:no-repeat;}
#module_443020359 .ModuleSubContainer{background-position:0% 0%;}
#module_443020359 .ModuleSubContainer{background-attachment:scroll;}
#module_443020359 .ModuleSubContainer{}
#module_443020359 {!bgVideo!}{bgVideoUrl:}
#module_443020359 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_443020359 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_443020359 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer443020359 {max-width:1380px;width:auto;}
.ModuleGridContainer.ModuleGridContainer443020359 .SubPadding {width:20px;}
.module_443020387 .ModuleHead .HeadCenter{float:none;}
#module_443020387 {
padding:0px;
}
#module_443020387 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_443020387 .ModuleHead443020387 {
display:none;
}
#module_443020387 .BodyCenter.BodyCenter443020387 {
background:none;background-color:rgba(0,0,0,0);
}
#module_443020387 >.module_443020387 {
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_443020387 >.module_443020387{
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_443020387 .BodyCenter.BodyCenter443020387 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443020387 .BodyCenter.BodyCenter443020387 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_443020387 >.module_443020387 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443020387 >.module_443020387 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_443020387 >.module_443020387 {box-shadow: 0px 0px 0px 0px #ccc}
#module_443020387:hover {
border:none;
}
#module_443020387:hover >.module_443020387 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

.ModuleNewsListGiant.layout-123 .title{font-size:24px; margin-bottom: 1em; text-align: center;}
.ModuleNewsListGiant.layout-123 .img-count,.ModuleNewsListGiant.layout-123 .img-count img{position:relative;}
.ModuleNewsListGiant.layout-123 .img-count-in{ position:absolute; top:0; left:0; right:0; bottom:0; overflow:hidden;height:100%; *height:100%;}

.ModuleNewsListGiant.layout-123{position: relative;}
.ModuleNewsListGiant.layout-123 a{ display: block; text-decoration: none; color: #333;}
.ModuleNewsListGiant.layout-123 .news-item{ position:relative;}
.ModuleNewsListGiant.layout-123 .news-imgbox{ width:60%; background-color: #f7f7f7;}
.ModuleNewsListGiant.layout-123 .news-imgbox img{ transition:transform 3.5s; -webkit-transition:transform 3.5s;transform:scale(1.1); -webkit-transform:scale(1.1);}
.ModuleNewsListGiant.layout-123 .swiper-slide.swiper-slide-active .news-imgbox img{ transform:scale(1); -webkit-transform:scale(1);}
.ModuleNewsListGiant.layout-123 .dummy{padding-bottom:80%;}
.ModuleNewsListGiant.layout-123 .news-text{ border: 1px solid #e8e8e8;position: absolute; right:0; width:50%; top: 50%;transform:translateY(-50%); -webkit-transform:translateY(-50%); background: #fff; padding: 30px 15px 40px 4%; overflow:hidden;}
.ModuleNewsListGiant.layout-123 .news-text{ top:50%;}
.ModuleNewsListGiant.layout-123 .date .year{ font-size:32px; font-weight: bold; color: #333;}
.ModuleNewsListGiant.layout-123 .date .day_month{font-size:14px; color: #BABABA;}
.ModuleNewsListGiant.layout-123 .news-h{display: flex;
    align-items: center;font-size:18px;color: #333333; font-weight: bold; overflow: hidden;}
.ModuleNewsListGiant.layout-123 .news-sum{ font-size: 14px;  overflow: hidden; color:#666;}
.ModuleNewsListGiant.layout-123 .adSN_page{ position: absolute; z-index: 9; left:50%; bottom:50%;  top: auto; transform: none; -webkit-transform: none;  padding-left: 4%; }
.ModuleNewsListGiant.layout-123 .adSN_page span{ display: inline-block; *display:inline; *zoom:1; margin:0 6px;}
.ModuleNewsListGiant.layout-123 .swiper-num{ position: absolute; z-index: 9; right: 15px; top:50%; margin-top: -90px; color: #bebebe;}
.ModuleNewsListGiant.layout-123 .swiper-num .active{ font-size:24px; font-weight: bold;color: #1E88E5;}
.ModuleNewsListGiant.layout-123 .swiper-pagination-bullet{opacity: 1 !important;}
/*置顶推荐*/
.ModuleNewsListGiant.layout-123 .staFun{
	border: 1px solid #e50b1c;
	font-size: 12px;
	padding: 0px 2px;
	color: #e50b1c;
	font-weight: bold;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	vertical-align: text-top;
  }
  .ModuleNewsListGiant.layout-123 .mobile{ display: none;}
  .ModuleNewsListGiant.layout-123 .pc{ display: block;}
  .ModuleNewsListGiant.layout-123 .videobox .Mantle{
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .3;
    z-index: 0;
}
.ModuleNewsListGiant.layout-123 .videobox .iconfont{
     display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 10;
    font-size: 66px;
    color: #fff;
    transform: translate(-50%,-50%);
}
@media (max-width:767px){
	.ModuleNewsListGiant.layout-123 .mobile{ display: block;top: auto !important;}
	.ModuleNewsListGiant.layout-123 .pc{ display: none;}
    .ModuleNewsListGiant.layout-123 .news-imgbox{width:100%;}
	.ModuleNewsListGiant.layout-123 .dummy{padding-bottom: 56.25%;}
	.ModuleNewsListGiant.layout-123 .news-text{ height: 100% !important; position: relative; width:100%; top:0; transform: none; -webkit-transform: none; padding:1.2em 4% 1.5em;}
	.ModuleNewsListGiant.layout-123 .news-text{  top:0;}
	.ModuleNewsListGiant.layout-123 .adSN_page{ left:0; bottom:0; margin-bottom: 10px !important;}
	.ModuleNewsListGiant.layout-123 .swiper-num{ display: none; bottom: 45%; top: auto; margin-top: 0;}
	.ModuleNewsListGiant.layout-123 .news-item .news-text{ padding:30px 15px 40px 15px !important;}
}
/* @media (max-width:480px){
    .title{font-size:6vw;}
    .ModuleNewsListGiant.layout-123 .news-h{font-size:125%;}
	.ModuleNewsListGiant.layout-123 .date .year{ font-size:300%;}
	.ModuleNewsListGiant.layout-123 .date .day_month{ font-size: 110%;}
	.ModuleNewsListGiant.layout-123 .swiper-num{ bottom: 15em;}
	.ModuleNewsListGiant.layout-123 .swiper-num .active{ font-size: 200%;}
} */.module_443020308 .ModuleHead .HeadCenter{float:none;}
#module_443020308 {
padding:0px;
}
#module_443020308 {
position:static;
z-index:0;
top:2972px;
left:592px;
width:100%;
height: auto;
}
#module_443020308 .ModuleHead443020308 {
display:none;
}
#module_443020308 .BodyCenter.BodyCenter443020308 {
background:none;background-color:#f8f9fb;
}
#module_443020308 >.module_443020308 {
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_443020308 >.module_443020308{
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_443020308 .BodyCenter.BodyCenter443020308 {
padding-top:4.4118%;
padding-left:4.4118%;
padding-right:4.4118%;
padding-bottom:4.4118%;
}
}
@media screen and (max-width: 767px){
#module_443020308 .BodyCenter.BodyCenter443020308 {
padding-top:10px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
}
}
@media screen and (min-width: 768px){
#module_443020308 >.module_443020308 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443020308 >.module_443020308 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_443020308 >.module_443020308 {box-shadow: 0px 0px 0px 0px #ccc}
#module_443020308:hover {
border:none;
}
#module_443020308:hover >.module_443020308 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_443020308 .videobox .iconfont{font-size:84px;}
#module_443020308 {}@media (max-width: 767px) { #module_443020308 .videobox .iconfont{font-size:44px;}}
#module_443020308 .news-item .news-text{background-color:#fff;}
#module_443020308 .news-item .news-text{background-image:none;}
#module_443020308 .news-item .news-text{background-repeat:no-repeat;}
#module_443020308 .news-item .news-text{}
#module_443020308 .news-item .news-text{}
#module_443020308 .news-item .news-text{}
#module_443020308 .news-item .news-text{border-top-color:transparent;}
#module_443020308 .news-item .news-text{border-top-style:none;}
#module_443020308 .news-item .news-text{border-top-width:0px;}
#module_443020308 .news-item .news-text{border-right-color:transparent;}
#module_443020308 .news-item .news-text{border-right-style:none;}
#module_443020308 .news-item .news-text{border-right-width:0px;}
#module_443020308 .news-item .news-text{border-bottom-color:transparent;}
#module_443020308 .news-item .news-text{border-bottom-style:none;}
#module_443020308 .news-item .news-text{border-bottom-width:0px;}
#module_443020308 .news-item .news-text{border-left-color:transparent;}
#module_443020308 .news-item .news-text{border-left-style:none;}
#module_443020308 .news-item .news-text{border-left-width:0px;}
#module_443020308 .news-item .news-text{border-top-left-radius:0px;}
#module_443020308 .news-item .news-text{border-top-right-radius:0px;}
#module_443020308 .news-item .news-text{border-bottom-left-radius:0px;}
#module_443020308 .news-item .news-text{border-bottom-right-radius:0px;}
#module_443020308 .news-item .news-text{padding-top:30px;}
#module_443020308 .news-item .news-text{padding-bottom:40px;}
#module_443020308 .news-item .news-text,#module_443020308 .adSN_page{padding-left:40px;}
#module_443020308 .news-item .news-text{padding-right:15px;}
#module_443020308 .news-item .news-text{box-shadow:0px 0px 0px 0px transparent;}
#module_443020308 .news-img{border-top-color:transparent;}
#module_443020308 .news-img{border-top-style:none;}
#module_443020308 .news-img{border-top-width:0px;}
#module_443020308 .news-img{border-right-color:transparent;}
#module_443020308 .news-img{border-right-style:none;}
#module_443020308 .news-img{border-right-width:0px;}
#module_443020308 .news-img{border-bottom-color:transparent;}
#module_443020308 .news-img{border-bottom-style:none;}
#module_443020308 .news-img{border-bottom-width:0px;}
#module_443020308 .news-img{border-left-color:transparent;}
#module_443020308 .news-img{border-left-style:none;}
#module_443020308 .news-img{border-left-width:0px;}
#module_443020308 .news-img .img-count-in{border-top-left-radius:0px;}
#module_443020308 .news-img .img-count-in{border-top-right-radius:0px;}
#module_443020308 .news-img .img-count-in{border-bottom-left-radius:0px;}
#module_443020308 .news-img .img-count-in{border-bottom-right-radius:0px;}
#module_443020308 .news-img .dummy{background-color:#f7f7f7;}
#module_443020308 .news-img .dummy{background-image:none;}
#module_443020308 .news-img .dummy{background-repeat:no-repeat;}
#module_443020308 .news-img .dummy{}
#module_443020308 .news-img .dummy{}
#module_443020308 .news-img .dummy{}
#module_443020308 .news-img .dummy{padding-bottom:auto;}
#module_443020308 .news-img .t-img{ object-fit:unset;}
#module_443020308 .news-img .t-img{ width:auto;}
#module_443020308 .news-img .t-img{ height:auto;}
#module_443020308 .news-img .t-img{border-radius:0px;}
#module_443020308 .news-title{font-size:18px;line-height:18pt;}
#module_443020308 .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_443020308 .news-title{color:#333;}
#module_443020308 .news-title{font-weight:normal;}
#module_443020308 .news-title{text-decoration:none;}
#module_443020308 .news-title{font-style:normal;}
#module_443020308 .news-h{margin-top:16px;}
#module_443020308 .news-h{margin-bottom:5px;}
#module_443020308 .news-desc{font-size:14px;}
#module_443020308 .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_443020308 .news-desc{color:#666;}
#module_443020308 .news-desc{font-weight:normal;}
#module_443020308 .news-desc{text-decoration:none;}
#module_443020308 .news-desc{font-style:normal;}
#module_443020308 .news-desc{margin-top:0px;}
#module_443020308 .news-desc{margin-bottom:0px;}
#module_443020308 .date .day_month{font-size:12px;}
#module_443020308 .date .day_month{font-family:微软雅黑,Microsoft YaHei;}
#module_443020308 .date .day_month{color:#BABABA;}
#module_443020308 .date .day_month{font-weight:normal;}
#module_443020308 .date .day_month{text-decoration:none;}
#module_443020308 .date .day_month{font-style:normal;}
#module_443020308 .date .year{font-size:32px;}
#module_443020308 .date .year{font-family:微软雅黑,Microsoft YaHei;}
#module_443020308 .date .year{color:#333;}
#module_443020308 .date .year{font-weight:bold;}
#module_443020308 .date .year{text-decoration:none;}
#module_443020308 .date .year{font-style:normal;}
#module_443020308 .swiper-num{font-style:normal;}
#module_443020308 .swiper-num{font-size:16px;}
#module_443020308 .swiper-num{font-family:微软雅黑,Microsoft YaHei;}
#module_443020308 .swiper-num{color:#bebebe;}
#module_443020308 .swiper-num{font-weight:bold;}
#module_443020308 .swiper-num{text-decoration:none;}
#module_443020308 .swiper-pagination-bullet{background-color:#ECF8F7;}
#module_443020308 .news-item:hover .date .year{font-size:32px;}
#module_443020308 .news-item:hover .date .year{font-family:微软雅黑,Microsoft YaHei;}
#module_443020308 .news-item:hover  .date .year{color:#333;}
#module_443020308 .news-item:hover .date .year{font-weight:bold;}
#module_443020308 .news-item:hover .date .year{text-decoration:none;}
#module_443020308 .news-item:hover .date .year{font-style:normal;}
#module_443020308 .swiper-pagination-bullet:hover,#module_443020308 .swiper-pagination-bullet-active{background-color:#139D8F;}
#module_443020308 .news-item .news-text:hover{background-color:#fff;}
#module_443020308 .news-item .news-text:hover{background-image:none;}
#module_443020308 .news-item .news-text:hover{background-repeat:no-repeat;}
#module_443020308 .news-item .news-text:hover{}
#module_443020308 .news-item .news-text:hover{}
#module_443020308 .news-item .news-text:hover{}
#module_443020308 .news-item .news-text:hover{border-top-color:transparent;}
#module_443020308 .news-item .news-text:hover{border-top-style:none;}
#module_443020308 .news-item .news-text:hover{border-right-color:transparent;}
#module_443020308 .news-item .news-text:hover{border-right-style:none;}
#module_443020308 .news-item .news-text:hover{border-bottom-color:transparent;}
#module_443020308 .news-item .news-text:hover{border-bottom-style:none;}
#module_443020308 .news-item .news-text:hover{border-left-color:transparent;}
#module_443020308 .news-item .news-text:hover{border-left-style:none;}
#module_443020308 .news-item .news-text:hover{box-shadow:0px 0px 0px 0px transparent;}
#module_443020308 .news-img:hover{border-top-color:transparent;}
#module_443020308 .news-img:hover{border-top-style:none;}
#module_443020308 .news-img:hover{border-right-color:transparent;}
#module_443020308 .news-img:hover{border-right-style:none;}
#module_443020308 .news-img:hover{border-bottom-color:transparent;}
#module_443020308 .news-img:hover{border-bottom-style:none;}
#module_443020308 .news-img:hover{border-left-color:transparent;}
#module_443020308 .news-img:hover{border-left-style:none;}
#module_443020308 .news-item .news-text:hover .news-title{font-size:18px;line-height:18pt;}
#module_443020308 .news-item .news-text:hover .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_443020308 .news-item .news-text:hover .news-title{color:#139D8F;}
#module_443020308 .news-item .news-text:hover .news-title{font-weight:normal;}
#module_443020308 .news-item .news-text:hover .news-title{text-decoration:none;}
#module_443020308 .news-item .news-text:hover .news-title{font-style:normal;}
#module_443020308 .news-item .news-text:hover .news-desc{font-size:14px;}
#module_443020308 .news-item .news-text:hover .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_443020308 .news-item .news-text:hover .news-desc{color:#139D8F;}
#module_443020308 .news-item .news-text:hover .news-desc{font-weight:normal;}
#module_443020308 .news-item .news-text:hover .news-desc{text-decoration:none;}
#module_443020308 .news-item .news-text:hover .news-desc{font-style:normal;}
#module_443020308 .swiper-num .active{font-style:normal;}
#module_443020308 .swiper-num .active{font-size:24px;}
#module_443020308 .swiper-num .active{font-family:微软雅黑,Microsoft YaHei;}
#module_443020308 .swiper-num .active{color:#139D8F;}
#module_443020308 .swiper-num .active{font-weight:bold;}
#module_443020308 .swiper-num .active{text-decoration:none;}
#module_443020308 .date:hover .day_month{font-size:12px;}
#module_443020308 .date:hover .day_month{font-family:微软雅黑,Microsoft YaHei;}
#module_443020308 .date:hover .day_month{color:#BABABA;}
#module_443020308 .date:hover .day_month{font-weight:normal;}
#module_443020308 .date:hover .day_month{text-decoration:none;}
#module_443020308 .date:hover .day_month{font-style:normal;}

.ModuleTabContainerV2Giant.layout-105 .location-right{    display: flex;
    flex-direction: row-reverse;}
    .ModuleTabContainerV2Giant.layout-105 .location-left{ display: flex}
.ModuleTabContainerV2Giant.layout-105 .nav-box{position: relative;}
.ModuleTabContainerV2Giant.layout-105 .TabContainer-Container .Nav-Container{position: relative; font-size: 0;white-space:nowrap; overflow: visible; -webkit-overflow-scrolling: touch; transform: translateX(0); transition: transform 0.3s linear 0s;display:block;}
.ModuleTabContainerV2Giant.layout-105 .TabContainer-Container .Nav-Container li{overflow:hidden;cursor: pointer;text-align: center;background: #fff;float: none;display: inline-block;}
.ModuleTabContainerV2Giant.layout-105 .TabContainer-Container .Nav-Container li a{display: block;width: auto;background: transparent;}
.ModuleTabContainerV2Giant.layout-105 .TabContainer-Container .Nav-Container li.active,
.ModuleTabContainerV2Giant.layout-105 .TabContainer-Container .Nav-Container li:hover{background: #fd6e27;color:#fff;}
.ModuleTabContainerV2Giant.layout-105 .TabContainer-Container .Nav-Container li.active a,
.ModuleTabContainerV2Giant.layout-105 .TabContainer-Container .Nav-Container li:hover a{color:#fff;}
.ModuleTabContainerV2Giant.layout-105 .nav-pills>li>a{border-radius: 0;padding: 0;}
.ModuleTabContainerV2Giant.layout-105 .Nav-Container li.active{transition: all 0.4s linear;}
.ModuleTabContainerV2Giant.layout-105 .tab-content>.active{ display:flex !important;}

@media (min-width: 768px) {
    .ModuleTabContainerV2Giant.layout-105 .tabContainer .btnScrollLeft,
    .ModuleTabContainerV2Giant.layout-105 .tabContainer .btnScrollRight {display: none !important;}
    .ModuleTabContainerV2Giant.layout-105 .tabContainer .Nav-Container {overflow-x: auto;}
    .ModuleTabContainerV2Giant.layout-105 .location-left .Nav-Container,
    .ModuleTabContainerV2Giant.layout-105 .location-right .Nav-Container {display: inline-block; float: left; overflow: hidden;}
    .ModuleTabContainerV2Giant.layout-105 .location-right .Nav-Container {float: right;}
    .ModuleTabContainerV2Giant.layout-105 .location-left.TabContainer-Container .Nav-Container li,
    .ModuleTabContainerV2Giant.layout-105 .location-right.TabContainer-Container .Nav-Container li {display: block;}
    .ModuleTabContainerV2Giant.layout-105 .location-left .tabContentGiant {display: inline-block; float: left;}
    .ModuleTabContainerV2Giant.layout-105 .location-right .tabContentGiant {display: inline-block; float: right;}
    .ModuleTabContainerV2Giant.layout-105 .location-bottom .tab-location-top {display: none;}
}

@media (max-width: 767px) {
    .ModuleTabContainerV2Giant.layout-105 .btnScrollLeft,
    .ModuleTabContainerV2Giant.layout-105 .btnScrollRight {
        display: flex;
        width: 28px;
        height: 50px;
        top:50%;
        transform: translateY(-50%);
        right: 10px;
        background-color: transparent;
        color: #fff !important;
        font-size: 15px;
        align-items: center;
        justify-content: center;
    }
    .ModuleTabContainerV2Giant.layout-105 .btnScrollLeft {left: 10px;}
    .ModuleTabContainerV2Giant.layout-105 .glyphicon:before {
        display: flex;
        width: 28px;
        height: 28px;
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 28px;
        align-items: center;
        justify-content: center;
    }
    .ModuleTabContainerV2Giant.layout-105 .location-bottom .tab-location-bottom {display: none;}
    .ModuleTabContainerV2Giant.layout-105 .location-left,.ModuleTabContainerV2Giant.layout-105 .location-right{
        flex-direction: column;
    }
}
.module_446553980 .ModuleHead .HeadCenter{float:none;}
#module_446553980 {
padding:0px;
}
#module_446553980 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_446553980 .ModuleHead446553980 {
display:none;
}
#module_446553980 .BodyCenter.BodyCenter446553980 {
background:none;background-color:rgba(0,0,0,0);
}
#module_446553980 >.module_446553980 {
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_446553980 >.module_446553980{
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_446553980 .BodyCenter.BodyCenter446553980 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_446553980 .BodyCenter.BodyCenter446553980 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_446553980 >.module_446553980 {
margin-top:0.8824%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_446553980 >.module_446553980 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_446553980 >.module_446553980 {box-shadow: 0px 0px 0px 0px #ccc}
#module_446553980:hover {
border:none;
}
#module_446553980:hover >.module_446553980 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_446553980 .nav-box{text-align:left;}
#module_446553980 .nav-box{background-color:transparent;}
#module_446553980 .nav-box{background-image:none;}
#module_446553980 .nav-box{background-repeat:no-repeat;}
#module_446553980 .nav-box{}
#module_446553980 .nav-box{}
#module_446553980 .nav-box{}
#module_446553980 .Nav-Container a{text-align:center;}
#module_446553980 .Nav-Container a {padding-top:0.0000%;}
#module_446553980 .Nav-Container a {padding-bottom:0.0000%;}
#module_446553980 .Nav-Container a {padding-left:10.4348%;}
#module_446553980 .Nav-Container a {padding-right:10.4348%;}
#module_446553980 .Nav-Container li{background-color:#fff;}
#module_446553980 .Nav-Container li{background-image:none;}
#module_446553980 .Nav-Container li{background-repeat:no-repeat;}
#module_446553980 .Nav-Container li{}
#module_446553980 .Nav-Container li{}
#module_446553980 .Nav-Container li{}
#module_446553980 .Nav-Container li{border-top-color:rgb(14, 84, 46);}
#module_446553980 .Nav-Container li{border-top-style:solid;}
#module_446553980 .Nav-Container li{border-top-width:1px;}
#module_446553980 .Nav-Container li{border-right-color:rgb(14, 84, 46);}
#module_446553980 .Nav-Container li{border-right-style:solid;}
#module_446553980 .Nav-Container li{border-right-width:1px;}
#module_446553980 .Nav-Container li{border-bottom-color:rgb(14, 84, 46);}
#module_446553980 .Nav-Container li{border-bottom-style:solid;}
#module_446553980 .Nav-Container li{border-bottom-width:1px;}
#module_446553980 .Nav-Container li{border-left-color:rgb(14, 84, 46);}
#module_446553980 .Nav-Container li{border-left-style:solid;}
#module_446553980 .Nav-Container li{border-left-width:1px;}
#module_446553980 .Nav-Container li a{width:115px;}@media only screen and (min-width: 768px){#module_446553980 .location-left .tabContentGiant,#module_446553980 .location-right .tabContentGiant{width: calc(100% - 115px - 60px)}}
#module_446553980 .Nav-Container li a{height:30px;line-height:30px;}
#module_446553980 .Nav-Container li{margin-top:0.0000%;}
#module_446553980 .Nav-Container li{margin-bottom:1.9118%;}
#module_446553980 .Nav-Container li{margin-left:2.5000%;}
#module_446553980 .Nav-Container li{margin-right:2.5000%;}
#module_446553980 .Nav-Container li a{font-size:14px;}
#module_446553980 .Nav-Container li a{font-family:微软雅黑,Microsoft YaHei;}
#module_446553980 .Nav-Container li a{color:#666;}
#module_446553980 .Nav-Container li a{font-weight:normal;}
#module_446553980 .Nav-Container li a{text-decoration:none;}
#module_446553980 .Nav-Container li a{font-style:normal;}
#module_446553980 .Nav-Container li{border-top-left-radius:36px;}
#module_446553980 .Nav-Container li{border-top-right-radius:36px;}
#module_446553980 .Nav-Container li{border-bottom-left-radius:36px;}
#module_446553980 .Nav-Container li{border-bottom-right-radius:36px;}
#module_446553980 .TabContainer-Container .tab-pane{background-color:transparent;}
#module_446553980 .TabContainer-Container .tab-pane{background-image:none;}
#module_446553980 .TabContainer-Container .tab-pane{background-repeat:no-repeat;}
#module_446553980 .TabContainer-Container .tab-pane{}
#module_446553980 .TabContainer-Container .tab-pane{}
#module_446553980 .TabContainer-Container .tab-pane{}
#module_446553980 .TabContainer-Container .tab-pane{padding-top:0px;}
#module_446553980 .TabContainer-Container .tab-pane{padding-bottom:0px;}
#module_446553980 .TabContainer-Container .tab-pane{padding-left:7px;}
#module_446553980 .TabContainer-Container .tab-pane{padding-right:2px;}
#module_446553980 .TabContainer-Container .tab-pane{border-top-color:transparent;}
#module_446553980 .TabContainer-Container .tab-pane{border-top-style:none;}
#module_446553980 .TabContainer-Container .tab-pane{border-top-width:0px;}
#module_446553980 .TabContainer-Container .tab-pane{border-right-color:transparent;}
#module_446553980 .TabContainer-Container .tab-pane{border-right-style:none;}
#module_446553980 .TabContainer-Container .tab-pane{border-right-width:0px;}
#module_446553980 .TabContainer-Container .tab-pane{border-bottom-color:transparent;}
#module_446553980 .TabContainer-Container .tab-pane{border-bottom-style:none;}
#module_446553980 .TabContainer-Container .tab-pane{border-bottom-width:0px;}
#module_446553980 .TabContainer-Container .tab-pane{border-left-color:transparent;}
#module_446553980 .TabContainer-Container .tab-pane{border-left-style:none;}
#module_446553980 .TabContainer-Container .tab-pane{border-left-width:0px;}
#module_446553980 .Nav-Container li:hover,#module_446553980 .Nav-Container li.active{background-image:none;}
#module_446553980 .Nav-Container li:hover,#module_446553980 .Nav-Container li.active{background-repeat:no-repeat;}
#module_446553980 .Nav-Container li:hover,#module_446553980 .Nav-Container li.active{}
#module_446553980 .Nav-Container li:hover,#module_446553980 .Nav-Container li.active{}
#module_446553980 .Nav-Container li:hover,#module_446553980 .Nav-Container li.active{background-color:rgb(14, 84, 46);}
#module_446553980 .Nav-Container li:hover,#module_446553980 .Nav-Container li.active{}
#module_446553980 .Nav-Container li:hover a,#module_446553980 .Nav-Container li.active a{font-size:14px;}
#module_446553980 .Nav-Container li:hover a,#module_446553980 .Nav-Container li.active a{font-family:微软雅黑,Microsoft YaHei;}
#module_446553980 .Nav-Container li:hover a,#module_446553980 .Nav-Container li.active a{color:#fff;}
#module_446553980 .Nav-Container li:hover a,#module_446553980 .Nav-Container li.active a{font-weight:normal;}
#module_446553980 .Nav-Container li:hover a,#module_446553980 .Nav-Container li.active a{text-decoration:none;}
#module_446553980 .Nav-Container li:hover a,#module_446553980 .Nav-Container li.active a{font-style:normal;}
#module_446553980 .Nav-Container li:hover,#module_446553980 .Nav-Container li.active{border-top-color:transparent;}
#module_446553980 .Nav-Container li:hover,#module_446553980 .Nav-Container li.active{border-top-style:solid;}
#module_446553980 .Nav-Container li:hover,#module_446553980 .Nav-Container li.active{border-right-color:transparent;}
#module_446553980 .Nav-Container li:hover,#module_446553980 .Nav-Container li.active{border-right-style:solid;}
#module_446553980 .Nav-Container li:hover,#module_446553980 .Nav-Container li.active{border-bottom-color:transparent;}
#module_446553980 .Nav-Container li:hover,#module_446553980 .Nav-Container li.active{border-bottom-style:solid;}
#module_446553980 .Nav-Container li:hover,#module_446553980 .Nav-Container li.active{border-left-color:transparent;}
#module_446553980 .Nav-Container li:hover,#module_446553980 .Nav-Container li.active{border-left-style:solid;}

/*layout-108*/
.ModuleNewsListGiant.layout-108 .news-item{ padding: 0 10px;border-bottom: 1px solid #eeeeee;overflow: hidden;line-height: 50px;height: 50px;}
/*.ModuleNewsListGiant.layout-108 .news-item .news-tit .news-title{ float: left;font-size:14px;}*/
/*.ModuleNewsListGiant.layout-108 .news-item .news-tit time{ display: block; float: right; font-size: 12px; color: #666666;}*/
.ModuleNewsListGiant.layout-108 .news-item .news-tit.nodata {display: flex;}
.ModuleNewsListGiant.layout-108 .news-item .news-tit .news-title{ font-size:14px;display: inline-block;width: calc(100% - 120px);}
.ModuleNewsListGiant.layout-108 .news-item .news-tit time{ width: auto;;float: right;}
/*.ModuleNewsListGiant.layout-108 .news-item:hover{ background: #f5f5f5;}*/
.ModuleNewsListGiant.layout-108 .news-item:hover{ border-bottom: 1px solid rgba(0,0,0,0);}
.ModuleNewsListGiant.layout-108 .news-prefix{float: left;}


@media (max-width: 767px) {
    .ModuleNewsListGiant.layout-108 .news-item {
        width: 100%;
        margin: 0 auto;
    }


    .ModuleNewsListGiant.layout-108 .news-item .news-tit .news-title {
        font-size: 14px;
        display: inline-block;
        width: calc(100% - 105px);
    }

    .ModuleNewsListGiant.layout-108 .news-item .news-tit time {
        font-size: 12px;
        width: auto;
    }
}

@media (min-width: 768px) {
    .ModuleNewsListGiant.layout-108 .news-item {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .ModuleNewsListGiant.layout-108 .news-item.containergrid-1 {width: 100%;margin-right: 0;}
    .ModuleNewsListGiant.layout-108 .news-item.containergrid-2 { width: 46%;float: left; margin-right: 8%;}
    .ModuleNewsListGiant.layout-108 .news-item.containergrid-2:nth-child(2n){ margin-right: 0%;}
    .ModuleNewsListGiant.layout-108 .news-item.containergrid-3 {float: left;width: 31.3%;margin-right: 3%;}
    .ModuleNewsListGiant.layout-108 .news-item.containergrid-3:nth-child(3n) {margin-right: 0;}
    .ModuleNewsListGiant.layout-108 .news-item.containergrid-4 {float: left;width: 22.7%;margin-right: 3%;}
    .ModuleNewsListGiant.layout-108 .news-item.containergrid-4:nth-child(4n) {margin-right: 0;}
    .ModuleNewsListGiant.layout-108 .news-item.containergrid-5 {float: left;width: 17.6%;margin-right: 3%;}
    .ModuleNewsListGiant.layout-108 .news-item.containergrid-5:nth-child(5n) {margin-right: 0;}
    .ModuleNewsListGiant.layout-108 .news-item.containergrid-6 {float: left;width: 14.1%;margin-right: 3%;}
    .ModuleNewsListGiant.layout-108 .news-item.containergrid-6:nth-child(6n) {margin-right: 0;}
}

/*置顶推荐*/
.ModuleNewsListGiant.layout-108 .staFun{
    border: 1px solid #e50b1c;
    font-size: 12px;
    padding: 0px 2px;
    color: #e50b1c;
    font-weight: bold;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.ModuleNewsListGiant.layout-108 .pagerGiant .inputer{outline: 0;}

.module_443020264 .ModuleHead .HeadCenter{float:none;}
#module_443020264 {
padding:0px;
}
#module_443020264 {
position:static;
z-index:0;
top:4513px;
left:278px;
width:100%;
height: auto;
}
#module_443020264 .ModuleHead443020264 {
display:none;
}
#module_443020264 .BodyCenter.BodyCenter443020264 {
background:none;background-color:rgb(255, 255, 255);
}
#module_443020264 >.module_443020264 {
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_443020264 >.module_443020264{
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_443020264 .BodyCenter.BodyCenter443020264 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443020264 .BodyCenter.BodyCenter443020264 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_443020264 >.module_443020264 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_443020264 >.module_443020264 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_443020264 >.module_443020264 {box-shadow: 0px 0px 0px 0px #ccc}
#module_443020264:hover {
border:none;
}
#module_443020264:hover >.module_443020264 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_443020264 .news-item{background-color:transparent;}
#module_443020264 .news-item{background-image:none;}
#module_443020264 .news-item{background-repeat:no-repeat;}
#module_443020264 .news-item{}
#module_443020264 .news-item{}
#module_443020264 .news-item{}
#module_443020264 .news-item{height:50px;line-height:50px;}
#module_443020264 .news-title{font-size:14px;}
#module_443020264 .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_443020264 .news-title{color:#666;}
#module_443020264 .news-title{font-weight:normal;}
#module_443020264 .news-title{text-decoration:none;}
#module_443020264 .news-title{font-style:normal;}
#module_443020264 .news-title{margin-top:0px;}
#module_443020264 .news-title{margin-bottom:0px;}
#module_443020264 .news-title{margin-left:0px;}
#module_443020264 .news-title{margin-right:0px;}
#module_443020264 .news-prefix .iconfont {font-size:14px;} #module_443020264 .news-prefix svg{width:14px;height:14px}
#module_443020264 .news-prefix .iconfont{color:#000;} #module_443020264 .news-prefix svg > *{ fill:#000;}
#module_443020264 .news-prefix{margin-top:0px;}
#module_443020264 .news-prefix{margin-bottom:0px;}
#module_443020264 .news-prefix{margin-left:0px;}
#module_443020264 .news-prefix{margin-right:14px;}
#module_443020264 .news-item time{font-size:12px;}
#module_443020264 .news-item time{font-family:微软雅黑,Microsoft YaHei;}
#module_443020264 .news-item time{color:#666666;}
#module_443020264 .news-item time{font-weight:normal;}
#module_443020264 .news-item time{text-decoration:none;}
#module_443020264 .news-item time{font-style:normal;}
#module_443020264 .news-item{border-bottom-color:#eeeeee;}
#module_443020264 .news-item{border-bottom-style:solid;}
#module_443020264 .news-item{border-bottom-width:1px;}
#module_443020264 .pagerGiant .text{font-size:12px;}
#module_443020264 .pagerGiant .text{font-family:微软雅黑,Microsoft YaHei;}
#module_443020264 .pagerGiant .text{color:#333;}
#module_443020264 .pagerGiant .text{}
#module_443020264 .pagerGiant .text{}
#module_443020264 .pagerGiant .text{}
#module_443020264 .pagerGiant .current,#module_443020264 .pagerGiant .num,#module_443020264 .pagerGiant .inputer{width:30px}
#module_443020264 .pagerGiant .current,#module_443020264 .pagerGiant .num,#module_443020264 .pagerGiant .inputer{height:30px}
#module_443020264 .pagerGiant .num{font-size:12px;}
#module_443020264 .pagerGiant .num{font-family:微软雅黑,Microsoft YaHei;}
#module_443020264 .pagerGiant .num{color:#333;}
#module_443020264 .pagerGiant .num{}
#module_443020264 .pagerGiant .num{}
#module_443020264 .pagerGiant .num{}
#module_443020264 .pagerGiant .submit{width:55px}
#module_443020264 .pagerGiant .submit{height:30px}
#module_443020264 .pagerGiant .current,#module_443020264 .pagerGiant .num,#module_443020264 .pagerGiant .inputer,#module_443020264 .pagerGiant .submit{border-top-left-radius:0px;}
#module_443020264 .pagerGiant .current,#module_443020264 .pagerGiant .num,#module_443020264 .pagerGiant .inputer,#module_443020264 .pagerGiant .submit{border-top-right-radius:0px;}
#module_443020264 .pagerGiant .current,#module_443020264 .pagerGiant .num,#module_443020264 .pagerGiant .inputer,#module_443020264 .pagerGiant .submit{border-bottom-left-radius:0px;}
#module_443020264 .pagerGiant .current,#module_443020264 .pagerGiant .num,#module_443020264 .pagerGiant .inputer,#module_443020264 .pagerGiant .submit{border-bottom-right-radius:0px;}
#module_443020264 .pagerGiant .next,#module_443020264 .pagerGiant .splitline{color:#ccc;}
#module_443020264 .pagerGiant .num{background-color:#fff;}
#module_443020264 .pagerGiant .num, #module_443020264 .pagerGiant .inputer{border-top-color:#ccc;}
#module_443020264 .pagerGiant .num, #module_443020264 .pagerGiant .inputer{border-top-style:solid;}
#module_443020264 .pagerGiant .num, #module_443020264 .pagerGiant .current, #module_443020264 .pagerGiant .submit, #module_443020264 .pagerGiant .inputer{border-top-width:1px;}
#module_443020264 .pagerGiant .num, #module_443020264 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_443020264 .pagerGiant .num, #module_443020264 .pagerGiant .inputer{border-bottom-style:solid;}
#module_443020264 .pagerGiant .num, #module_443020264 .pagerGiant .current, #module_443020264 .pagerGiant .submit, #module_443020264 .pagerGiant .inputer{border-bottom-width:1px;}
#module_443020264 .pagerGiant .num, #module_443020264 .pagerGiant .inputer{border-left-color:#ccc;}
#module_443020264 .pagerGiant .num, #module_443020264 .pagerGiant .inputer{border-left-style:solid;}
#module_443020264 .pagerGiant .num, #module_443020264 .pagerGiant .current, #module_443020264 .pagerGiant .submit, #module_443020264 .pagerGiant .inputer{border-left-width:1px;}
#module_443020264 .pagerGiant .num, #module_443020264 .pagerGiant .inputer{border-right-color:#ccc;}
#module_443020264 .pagerGiant .num, #module_443020264 .pagerGiant .inputer{border-right-style:solid;}
#module_443020264 .pagerGiant .num, #module_443020264 .pagerGiant .current, #module_443020264 .pagerGiant .submit, #module_443020264 .pagerGiant .inputer{border-right-width:1px;}
#module_443020264 .page-more a{font-size:16px;}
#module_443020264 .page-more a{font-family:微软雅黑,Microsoft YaHei;}
#module_443020264 .page-more a{color:#666 !important;}
#module_443020264 .page-more a{font-weight:normal;}
#module_443020264 .page-more a{text-decoration:none;}
#module_443020264 .page-more a{font-style:normal;}
#module_443020264 .page-more a{background-color:#fff;}
#module_443020264 .page-more a{border-top-color:#eee;}
#module_443020264 .page-more a{border-top-style:solid;}
#module_443020264 .page-more a{border-top-width:2px;}
#module_443020264 .page-more a{border-bottom-color:#eee;}
#module_443020264 .page-more a{border-bottom-style:solid;}
#module_443020264 .page-more a{border-bottom-width:2px;}
#module_443020264 .page-more a{border-left-color:#eee;}
#module_443020264 .page-more a{border-left-style:solid;}
#module_443020264 .page-more a{border-left-width:2px;}
#module_443020264 .page-more a{border-right-color:#eee;}
#module_443020264 .page-more a{border-right-style:solid;}
#module_443020264 .page-more a{border-right-width:2px;}
#module_443020264 .news-item:hover{background-color:#f5f5f5;}
#module_443020264 .news-item:hover{background-image:none;}
#module_443020264 .news-item:hover{background-repeat:no-repeat;}
#module_443020264 .news-item:hover{}
#module_443020264 .news-item:hover{}
#module_443020264 .news-item:hover{}
#module_443020264 .news-item:hover .news-title{font-size:14px;}
#module_443020264 .news-item:hover .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_443020264 .news-item:hover .news-title{color:#139d8f;}
#module_443020264 .news-item:hover .news-title{font-weight:normal;}
#module_443020264 .news-item:hover .news-title{text-decoration:none;}
#module_443020264 .news-item:hover .news-title{font-style:normal;}
#module_443020264 .news-item:hover time{font-size:12px;}
#module_443020264 .news-item:hover time{font-family:微软雅黑,Microsoft YaHei;}
#module_443020264 .news-item:hover time{color:#666666;}
#module_443020264 .news-item:hover time{font-weight:normal;}
#module_443020264 .news-item:hover time{text-decoration:none;}
#module_443020264 .news-item:hover time{font-style:normal;}
#module_443020264 .news-item:hover{border-bottom-color:#eeeeee;}
#module_443020264 .news-item:hover{border-bottom-style:solid;}
#module_443020264 .news-item:hover{border-bottom-width:1px;}
#module_443020264 .pagerGiant .current, #module_443020264 .pagerGiant .submit{font-size:12px;}
#module_443020264 .pagerGiant .current, #module_443020264 .pagerGiant .submit{font-family:微软雅黑,Microsoft YaHei;}
#module_443020264 .pagerGiant .current, #module_443020264 .pagerGiant .submit{color:#fff;}
#module_443020264 .pagerGiant .current, #module_443020264 .pagerGiant .submit{}
#module_443020264 .pagerGiant .current, #module_443020264 .pagerGiant .submit{}
#module_443020264 .pagerGiant .current, #module_443020264 .pagerGiant .submit{}
#module_443020264 .pagerGiant .current, #module_443020264 .pagerGiant .submit{background-color:#10aa9c;}
#module_443020264 .pagerGiant .current, #module_443020264 .pagerGiant .submit, #module_443020264 .pagerGiant .inputer:hover{border-top-color:#10aa9c;}
#module_443020264 .pagerGiant .current, #module_443020264 .pagerGiant .submit, #module_443020264 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_443020264 .pagerGiant .current, #module_443020264 .pagerGiant .submit, #module_443020264 .pagerGiant .inputer:hover{border-bottom-color:#10aa9c;}
#module_443020264 .pagerGiant .current, #module_443020264 .pagerGiant .submit, #module_443020264 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_443020264 .pagerGiant .current, #module_443020264 .pagerGiant .submit, #module_443020264 .pagerGiant .inputer:hover{border-left-color:#10aa9c;}
#module_443020264 .pagerGiant .current, #module_443020264 .pagerGiant .submit, #module_443020264 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_443020264 .pagerGiant .current, #module_443020264 .pagerGiant .submit, #module_443020264 .pagerGiant .inputer:hover{border-right-color:#10aa9c;}
#module_443020264 .pagerGiant .current, #module_443020264 .pagerGiant .submit, #module_443020264 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_443020264 .page-more a:hover{font-size:16px;}
#module_443020264 .page-more:hover a{font-family:微软雅黑,Microsoft YaHei;}
#module_443020264 .page-more a:hover{color:#666 !important;}
#module_443020264 .page-more a:hover {font-weight:normal;}
#module_443020264 .page-more a:hover {text-decoration:none;}
#module_443020264 .page-more a:hover {font-style:normal;}
#module_443020264 .page-more a:hover{background-color:#fff;}
#module_443020264 .page-more a:hover{border-top-color:#eee;}
#module_443020264 .page-more a:hover{border-top-style:solid;}
#module_443020264 .page-more a:hover{border-bottom-color:#eee;}
#module_443020264 .page-more a:hover{border-bottom-style:solid;}
#module_443020264 .page-more a:hover{border-left-color:#eee;}
#module_443020264 .page-more a:hover{border-left-style:solid;}
#module_443020264 .page-more a:hover{border-right-color:#eee;}
#module_443020264 .page-more a:hover{border-right-style:solid;}


.module_446554300 .ModuleHead .HeadCenter{float:none;}
#module_446554300 {
padding:0px;
}
#module_446554300 {
position:static;
z-index:0;
top:26px;
left:278px;
width:100%;
height: auto;
}
#module_446554300 .ModuleHead446554300 {
display:none;
}
#module_446554300 .BodyCenter.BodyCenter446554300 {
background:none;background-color:rgb(255, 255, 255);
}
#module_446554300 >.module_446554300 {
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_446554300 >.module_446554300{
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_446554300 .BodyCenter.BodyCenter446554300 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_446554300 .BodyCenter.BodyCenter446554300 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_446554300 >.module_446554300 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_446554300 >.module_446554300 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_446554300 >.module_446554300 {box-shadow: 0px 0px 0px 0px #ccc}
#module_446554300:hover {
border:none;
}
#module_446554300:hover >.module_446554300 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_446554300 .news-item{background-color:transparent;}
#module_446554300 .news-item{background-image:none;}
#module_446554300 .news-item{background-repeat:no-repeat;}
#module_446554300 .news-item{}
#module_446554300 .news-item{}
#module_446554300 .news-item{}
#module_446554300 .news-item{height:50px;line-height:50px;}
#module_446554300 .news-title{font-size:14px;}
#module_446554300 .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_446554300 .news-title{color:#666;}
#module_446554300 .news-title{font-weight:normal;}
#module_446554300 .news-title{text-decoration:none;}
#module_446554300 .news-title{font-style:normal;}
#module_446554300 .news-title{margin-top:0px;}
#module_446554300 .news-title{margin-bottom:0px;}
#module_446554300 .news-title{margin-left:0px;}
#module_446554300 .news-title{margin-right:0px;}
#module_446554300 .news-prefix .iconfont {font-size:14px;} #module_446554300 .news-prefix svg{width:14px;height:14px}
#module_446554300 .news-prefix .iconfont{color:#000;} #module_446554300 .news-prefix svg > *{ fill:#000;}
#module_446554300 .news-prefix{margin-top:0px;}
#module_446554300 .news-prefix{margin-bottom:0px;}
#module_446554300 .news-prefix{margin-left:0px;}
#module_446554300 .news-prefix{margin-right:14px;}
#module_446554300 .news-item time{font-size:12px;}
#module_446554300 .news-item time{font-family:微软雅黑,Microsoft YaHei;}
#module_446554300 .news-item time{color:#666666;}
#module_446554300 .news-item time{font-weight:normal;}
#module_446554300 .news-item time{text-decoration:none;}
#module_446554300 .news-item time{font-style:normal;}
#module_446554300 .news-item{border-bottom-color:#eeeeee;}
#module_446554300 .news-item{border-bottom-style:solid;}
#module_446554300 .news-item{border-bottom-width:1px;}
#module_446554300 .pagerGiant .text{font-size:12px;}
#module_446554300 .pagerGiant .text{font-family:微软雅黑,Microsoft YaHei;}
#module_446554300 .pagerGiant .text{color:#333;}
#module_446554300 .pagerGiant .text{}
#module_446554300 .pagerGiant .text{}
#module_446554300 .pagerGiant .text{}
#module_446554300 .pagerGiant .current,#module_446554300 .pagerGiant .num,#module_446554300 .pagerGiant .inputer{width:30px}
#module_446554300 .pagerGiant .current,#module_446554300 .pagerGiant .num,#module_446554300 .pagerGiant .inputer{height:30px}
#module_446554300 .pagerGiant .num{font-size:12px;}
#module_446554300 .pagerGiant .num{font-family:微软雅黑,Microsoft YaHei;}
#module_446554300 .pagerGiant .num{color:#333;}
#module_446554300 .pagerGiant .num{}
#module_446554300 .pagerGiant .num{}
#module_446554300 .pagerGiant .num{}
#module_446554300 .pagerGiant .submit{width:55px}
#module_446554300 .pagerGiant .submit{height:30px}
#module_446554300 .pagerGiant .current,#module_446554300 .pagerGiant .num,#module_446554300 .pagerGiant .inputer,#module_446554300 .pagerGiant .submit{border-top-left-radius:0px;}
#module_446554300 .pagerGiant .current,#module_446554300 .pagerGiant .num,#module_446554300 .pagerGiant .inputer,#module_446554300 .pagerGiant .submit{border-top-right-radius:0px;}
#module_446554300 .pagerGiant .current,#module_446554300 .pagerGiant .num,#module_446554300 .pagerGiant .inputer,#module_446554300 .pagerGiant .submit{border-bottom-left-radius:0px;}
#module_446554300 .pagerGiant .current,#module_446554300 .pagerGiant .num,#module_446554300 .pagerGiant .inputer,#module_446554300 .pagerGiant .submit{border-bottom-right-radius:0px;}
#module_446554300 .pagerGiant .next,#module_446554300 .pagerGiant .splitline{color:#ccc;}
#module_446554300 .pagerGiant .num{background-color:#fff;}
#module_446554300 .pagerGiant .num, #module_446554300 .pagerGiant .inputer{border-top-color:#ccc;}
#module_446554300 .pagerGiant .num, #module_446554300 .pagerGiant .inputer{border-top-style:solid;}
#module_446554300 .pagerGiant .num, #module_446554300 .pagerGiant .current, #module_446554300 .pagerGiant .submit, #module_446554300 .pagerGiant .inputer{border-top-width:1px;}
#module_446554300 .pagerGiant .num, #module_446554300 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_446554300 .pagerGiant .num, #module_446554300 .pagerGiant .inputer{border-bottom-style:solid;}
#module_446554300 .pagerGiant .num, #module_446554300 .pagerGiant .current, #module_446554300 .pagerGiant .submit, #module_446554300 .pagerGiant .inputer{border-bottom-width:1px;}
#module_446554300 .pagerGiant .num, #module_446554300 .pagerGiant .inputer{border-left-color:#ccc;}
#module_446554300 .pagerGiant .num, #module_446554300 .pagerGiant .inputer{border-left-style:solid;}
#module_446554300 .pagerGiant .num, #module_446554300 .pagerGiant .current, #module_446554300 .pagerGiant .submit, #module_446554300 .pagerGiant .inputer{border-left-width:1px;}
#module_446554300 .pagerGiant .num, #module_446554300 .pagerGiant .inputer{border-right-color:#ccc;}
#module_446554300 .pagerGiant .num, #module_446554300 .pagerGiant .inputer{border-right-style:solid;}
#module_446554300 .pagerGiant .num, #module_446554300 .pagerGiant .current, #module_446554300 .pagerGiant .submit, #module_446554300 .pagerGiant .inputer{border-right-width:1px;}
#module_446554300 .page-more a{font-size:16px;}
#module_446554300 .page-more a{font-family:微软雅黑,Microsoft YaHei;}
#module_446554300 .page-more a{color:#666 !important;}
#module_446554300 .page-more a{font-weight:normal;}
#module_446554300 .page-more a{text-decoration:none;}
#module_446554300 .page-more a{font-style:normal;}
#module_446554300 .page-more a{background-color:#fff;}
#module_446554300 .page-more a{border-top-color:#eee;}
#module_446554300 .page-more a{border-top-style:solid;}
#module_446554300 .page-more a{border-top-width:2px;}
#module_446554300 .page-more a{border-bottom-color:#eee;}
#module_446554300 .page-more a{border-bottom-style:solid;}
#module_446554300 .page-more a{border-bottom-width:2px;}
#module_446554300 .page-more a{border-left-color:#eee;}
#module_446554300 .page-more a{border-left-style:solid;}
#module_446554300 .page-more a{border-left-width:2px;}
#module_446554300 .page-more a{border-right-color:#eee;}
#module_446554300 .page-more a{border-right-style:solid;}
#module_446554300 .page-more a{border-right-width:2px;}
#module_446554300 .news-item:hover{background-color:#f5f5f5;}
#module_446554300 .news-item:hover{background-image:none;}
#module_446554300 .news-item:hover{background-repeat:no-repeat;}
#module_446554300 .news-item:hover{}
#module_446554300 .news-item:hover{}
#module_446554300 .news-item:hover{}
#module_446554300 .news-item:hover .news-title{font-size:14px;}
#module_446554300 .news-item:hover .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_446554300 .news-item:hover .news-title{color:#139d8f;}
#module_446554300 .news-item:hover .news-title{font-weight:normal;}
#module_446554300 .news-item:hover .news-title{text-decoration:none;}
#module_446554300 .news-item:hover .news-title{font-style:normal;}
#module_446554300 .news-item:hover time{font-size:12px;}
#module_446554300 .news-item:hover time{font-family:微软雅黑,Microsoft YaHei;}
#module_446554300 .news-item:hover time{color:#666666;}
#module_446554300 .news-item:hover time{font-weight:normal;}
#module_446554300 .news-item:hover time{text-decoration:none;}
#module_446554300 .news-item:hover time{font-style:normal;}
#module_446554300 .news-item:hover{border-bottom-color:#eeeeee;}
#module_446554300 .news-item:hover{border-bottom-style:solid;}
#module_446554300 .news-item:hover{border-bottom-width:1px;}
#module_446554300 .pagerGiant .current, #module_446554300 .pagerGiant .submit{font-size:12px;}
#module_446554300 .pagerGiant .current, #module_446554300 .pagerGiant .submit{font-family:微软雅黑,Microsoft YaHei;}
#module_446554300 .pagerGiant .current, #module_446554300 .pagerGiant .submit{color:#fff;}
#module_446554300 .pagerGiant .current, #module_446554300 .pagerGiant .submit{}
#module_446554300 .pagerGiant .current, #module_446554300 .pagerGiant .submit{}
#module_446554300 .pagerGiant .current, #module_446554300 .pagerGiant .submit{}
#module_446554300 .pagerGiant .current, #module_446554300 .pagerGiant .submit{background-color:#10aa9c;}
#module_446554300 .pagerGiant .current, #module_446554300 .pagerGiant .submit, #module_446554300 .pagerGiant .inputer:hover{border-top-color:#10aa9c;}
#module_446554300 .pagerGiant .current, #module_446554300 .pagerGiant .submit, #module_446554300 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_446554300 .pagerGiant .current, #module_446554300 .pagerGiant .submit, #module_446554300 .pagerGiant .inputer:hover{border-bottom-color:#10aa9c;}
#module_446554300 .pagerGiant .current, #module_446554300 .pagerGiant .submit, #module_446554300 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_446554300 .pagerGiant .current, #module_446554300 .pagerGiant .submit, #module_446554300 .pagerGiant .inputer:hover{border-left-color:#10aa9c;}
#module_446554300 .pagerGiant .current, #module_446554300 .pagerGiant .submit, #module_446554300 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_446554300 .pagerGiant .current, #module_446554300 .pagerGiant .submit, #module_446554300 .pagerGiant .inputer:hover{border-right-color:#10aa9c;}
#module_446554300 .pagerGiant .current, #module_446554300 .pagerGiant .submit, #module_446554300 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_446554300 .page-more a:hover{font-size:16px;}
#module_446554300 .page-more:hover a{font-family:微软雅黑,Microsoft YaHei;}
#module_446554300 .page-more a:hover{color:#666 !important;}
#module_446554300 .page-more a:hover {font-weight:normal;}
#module_446554300 .page-more a:hover {text-decoration:none;}
#module_446554300 .page-more a:hover {font-style:normal;}
#module_446554300 .page-more a:hover{background-color:#fff;}
#module_446554300 .page-more a:hover{border-top-color:#eee;}
#module_446554300 .page-more a:hover{border-top-style:solid;}
#module_446554300 .page-more a:hover{border-bottom-color:#eee;}
#module_446554300 .page-more a:hover{border-bottom-style:solid;}
#module_446554300 .page-more a:hover{border-left-color:#eee;}
#module_446554300 .page-more a:hover{border-left-style:solid;}
#module_446554300 .page-more a:hover{border-right-color:#eee;}
#module_446554300 .page-more a:hover{border-right-style:solid;}



.ModuleGridContainer.ModuleGridContainer443020359 #Sub443020359_1 {width:50%;}
.module_446550283 .ModuleHead .HeadCenter{float:none;}
#module_446550283 {
padding:0px;
}
#module_446550283 {
position:static;
z-index:1;
top:4006px;
left:917px;
width:100%;
height: auto;
}
#module_446550283 .ModuleHead446550283 {
display:none;
}
#module_446550283 .BodyCenter.BodyCenter446550283 {
background:none;background-color:rgb(255, 255, 255);
}
#module_446550283 >.module_446550283 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:rgb(14, 84, 46);
border-left-width:3px;
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_446550283 >.module_446550283{
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_446550283 .BodyCenter.BodyCenter446550283 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_446550283 .BodyCenter.BodyCenter446550283 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_446550283 >.module_446550283 {
margin-top:8.0882%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_446550283 >.module_446550283 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_446550283 >.module_446550283 {box-shadow: 0px 0px 0px 0px #ccc}
#module_446550283:hover {
border:none;
}
#module_446550283:hover >.module_446550283 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_446550283 .ModuleImageTextGiantContent{margin-top:0px;}
#module_446550283 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_446550283 .ModuleImageTextGiantContent{margin-left:5px;}
#module_446550283 .ModuleImageTextGiantContent{margin-right:5px;}
#module_446550283 .imageTextGiant-Container{padding-top:0px;}
#module_446550283 .imageTextGiant-Container{padding-bottom:0px;}
#module_446550283 .imageTextGiant-Container{padding-left:5px;}
#module_446550283 .imageTextGiant-Container{padding-right:5px;}
#module_446550283 .showHandle .btn{font-size:14px;}
#module_446550283 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_446550283 .showHandle .btn{color:#333;}
#module_446550283 .showHandle .btn{font-weight:400;}
#module_446550283 .showHandle .btn{text-decoration:none;}
#module_446550283 .showHandle .btn{font-style:normal;}
#module_446550283 .showHandle div{border-top-color:#ddd !important;}
#module_446550283 .showHandle div{border-top-style:solid !important;}
#module_446550283 .showHandle div{border-top-width:1px !important;}
#module_446550283 .showHandle{background-color:transparent;}
#module_446550283 .showHandle{background-image:none;}
#module_446550283 .showHandle{background-repeat:no-repeat;}
#module_446550283 .showHandle{}
#module_446550283 .showHandle{}
#module_446550283 .showHandle{}
#module_446550283 a{font-size:unset;font-family:unset}
.module_446550324 .ModuleHead .HeadCenter{float:none;}
#module_446550324 {
padding:0px;
}
#module_446550324 {
position:static;
z-index:0;
top:4214px;
left:1244px;
width:100%;
height: auto;
}
#module_446550324 .ModuleHead446550324 {
display:none;
}
#module_446550324 {
border:none;
}
@media screen and (min-width: 768px){
#module_446550324 >.module_446550324 {
margin-top:2.0588%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_446550324 >.module_446550324 {
}
}

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

/*layout-121*/
.ModuleNewsListGiant.layout-121 .news-module-container{overflow: hidden;position: relative;}
.ModuleNewsListGiant.layout-121 .news-item{ min-height: 109px; padding-left: 10px;padding-right: 10px;margin-bottom: 30px;}
.ModuleNewsListGiant.layout-121 .news-item .news-tit .news-title{width: 100%; line-height: 26px;  margin-bottom: 20px;}
.ModuleNewsListGiant.layout-121 .news-item .news-tit .news-title-txt:hover{color: #10aa9c}
.ModuleNewsListGiant.layout-121 .news-item .news-title .news-title-txt{ color: #333333;}
.ModuleNewsListGiant.layout-121 .news-item .news-tit .news-symbol{ font-size: 12px;display: block; margin-right: 16px;float: left;width: 26px;height: 26px;border-radius: 26px;text-align: center;line-height: 26px;background-color: #10aa9c;color: #fff; }
/* .ModuleNewsListGiant.layout-121 .news-item .news-tit .news-qsymbol{ font-size: 12px;display: block; margin-right: 16px;float: left;width: 26px;height: 26px;border-radius: 26px;text-align: center;line-height: 26px;background-color: #10aa9c;color: #fff; } */
/* .ModuleNewsListGiant.layout-121 .news-item .news-icon{padding-right: 10px;} */

.ModuleNewsListGiant.layout-121 .news-item .news-desc .news-desc-txt{
    font-size: 14px;
    color: #666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;

}
.ModuleNewsListGiant.layout-121 .news-title-oneline{
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;word-break: break-all;
}
@media (max-width: 767px) {
    .ModuleNewsListGiant.layout-121 .news-item{padding-left: 10px;padding-right: 10px;margin-bottom: 20px;}
    .ModuleNewsListGiant.layout-121 .news-item:hover .news-title .news-title-txt{font-size: 14px;}
    .ModuleNewsListGiant.layout-121 .news-item .news-tit .news-title{width: 100%; line-height: 20px;  margin-bottom: 18px;}
    .ModuleNewsListGiant.layout-121 .news-item .news-tit .news-symbol{ font-size: 12px;display: block; margin-right: 10px;float: left;width: 20px;height: 20px;border-radius: 20px;text-align: center;line-height: 20px;background-color: #10aa9c;color: #fff; }
    /* .ModuleNewsListGiant.layout-121 .news-item .news-tit .news-qsymbol{ font-size: 12px;display: block; margin-right: 10px;float: left;width: 20px;height: 20px;border-radius: 20px;text-align: center;line-height: 20px;background-color: #10aa9c;color: #fff; } */
    .ModuleNewsListGiant.layout-121 .news-item .news-desc .news-desc-txt{font-size: 12px}
}


/*置顶推荐*/
/* .ModuleNewsListGiant.layout-121 .staFun{
    background-color: #e50b1c;
    font-size: 12px;
    padding: 2px 3px;
    color: #fff;
    font-weight: bold;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    vertical-align: text-top;
}
 */
.module_446548945 .ModuleHead .HeadCenter{float:none;}
#module_446548945 {
padding:0px;
}
#module_446548945 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_446548945 .ModuleHead446548945 {
display:none;
}
#module_446548945 .BodyCenter.BodyCenter446548945 {
background:none;background-color:rgba(0,0,0,0);
}
#module_446548945 >.module_446548945 {
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_446548945 >.module_446548945{
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_446548945 .BodyCenter.BodyCenter446548945 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_446548945 .BodyCenter.BodyCenter446548945 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_446548945 >.module_446548945 {
margin-top:3.8235%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_446548945 >.module_446548945 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_446548945 >.module_446548945 {box-shadow: 0px 0px 0px 0px #ccc}
#module_446548945:hover {
border:none;
}
#module_446548945:hover >.module_446548945 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_446548945 .news-item{background-color:rgba(255, 255, 255, 0);}
#module_446548945 .news-item{background-image:none;}
#module_446548945 .news-item{background-repeat:no-repeat;}
#module_446548945 .news-item{}
#module_446548945 .news-item{}
#module_446548945 .news-item{padding-top:10px;}
#module_446548945 .news-item{padding-bottom:10px;}
#module_446548945 .news-item{padding-left:10px;}
#module_446548945 .news-item{padding-right:10px;}
#module_446548945 .news-item{margin-top:0px;}
#module_446548945 .news-item{margin-bottom:0px;}
#module_446548945 .news-item{margin-left:0px;}
#module_446548945 .news-item{margin-right:0px;}
#module_446548945 .news-title .news-title-txt{font-size:16px;line-height:calc( 6px + 16px );}
#module_446548945 .news-title .news-title-txt{font-family:微软雅黑,Microsoft YaHei;}
#module_446548945 .news-title .news-title-txt{color:rgb(14, 84, 46);}
#module_446548945 .news-title .news-title-txt{font-weight:normal;}
#module_446548945 .news-title .news-title-txt{text-decoration:none;}
#module_446548945 .news-title .news-title-txt{font-style:normal;}
#module_446548945 .news-desc .news-desc-txt{font-size:14px;}
#module_446548945 .news-desc .news-desc-txt{font-family:;}
#module_446548945 .news-desc .news-desc-txt{color:#666;}
#module_446548945 .news-desc .news-desc-txt{font-weight:normal;}
#module_446548945 .news-desc .news-desc-txt{text-decoration:none;}
#module_446548945 .news-desc .news-desc-txt{font-style:normal;}
#module_446548945 .news-item .news-symbol{font-size:14px;}
#module_446548945 .news-item .news-symbol{font-family:微软雅黑,Microsoft YaHei;}
#module_446548945 .news-item .news-symbol{color:#fff;}
#module_446548945 .news-item .news-symbol{font-weight:normal;}
#module_446548945 .news-item .news-symbol{text-decoration:none;}
#module_446548945 .news-item .news-symbol{font-style:normal;}
#module_446548945 .news-item .news-symbol{background-color:rgb(14, 84, 46);}
#module_446548945 .news-item .news-symbol{background-image:none;}
#module_446548945 .news-item .news-symbol{background-repeat:no-repeat;}
#module_446548945 .news-item .news-symbol{}
#module_446548945 .news-item .news-symbol{}
#module_446548945 .news-item .news-qsymbol{background-color:rgb(14, 84, 46);} 
#module_446548945 .news-item .news-qsymbol{background-image:none;}
#module_446548945 .news-item .news-qsymbol  {background-repeat:no-repeat;}
#module_446548945 .news-item .news-qsymbol{}
#module_446548945 .news-item .news-qsymbol{}
#module_446548945 .news-item .news-symbol{border-top-color:#fff;}
#module_446548945 .news-item .news-symbol{border-top-style:none;}
#module_446548945 .news-item .news-symbol{border-top-width:0px;}
#module_446548945 .news-item .news-symbol{border-right-color:#fff;}
#module_446548945 .news-item .news-symbol{border-right-style:none;}
#module_446548945 .news-item .news-symbol{border-right-width:0px;}
#module_446548945 .news-item .news-symbol{border-bottom-color:#fff;}
#module_446548945 .news-item .news-symbol{border-bottom-style:none;}
#module_446548945 .news-item .news-symbol{border-bottom-width:0px;}
#module_446548945 .news-item .news-symbol{border-left-color:#fff;}
#module_446548945 .news-item .news-symbol{border-left-style:none;}
#module_446548945 .news-item .news-symbol{border-left-width:26px;}
#module_446548945 .news-item .news-symbol{border-top-left-radius:26px;}
#module_446548945 .news-item .news-symbol{border-top-right-radius:26px;}
#module_446548945 .news-item .news-symbol{border-bottom-left-radius:26px;}
#module_446548945 .news-item .news-symbol{border-bottom-right-radius:26px;}
#module_446548945 .news-item .news-symbol{height:26px;line-height:26px;}
#module_446548945 .news-item .news-symbol{width:26px}
#module_446548945 .news-item:hover{background-color:rgba(255, 255, 255, 0);}
#module_446548945 .news-item:hover{background-image:none;}
#module_446548945 .news-item:hover{background-repeat:no-repeat;}
#module_446548945 .news-item:hover{}
#module_446548945 .news-item:hover{}
#module_446548945 .news-item:hover{}
#module_446548945 .news-item:hover .news-title .news-title-txt{font-size:16px;line-height:calc( 6px + 16px );}
#module_446548945 .news-item:hover .news-title .news-title-txt{font-family:微软雅黑,Microsoft YaHei;}
#module_446548945 .news-item:hover .news-title .news-title-txt{color:rgb(14, 84, 46);}
#module_446548945 .news-item:hover .news-title .news-title-txt{font-weight:bold;}
#module_446548945 .news-item:hover .news-title .news-title-txt{text-decoration:none;}
#module_446548945 .news-item:hover .news-title .news-title-txt{font-style:normal;}
#module_446548945 .news-desc:hover .news-desc-txt{font-size:14px;}
#module_446548945 .news-desc:hover .news-desc-txt{font-family:;}
#module_446548945 .news-desc:hover .news-desc-txt{color:#666;}
#module_446548945 .news-desc:hover .news-desc-txt{font-weight:normal;}
#module_446548945 .news-desc:hover .news-desc-txt{text-decoration:none;}
#module_446548945 .news-desc:hover .news-desc-txt{font-style:normal;}

.ModuleGridContainer.ModuleGridContainer443020359 #Sub443020359_2 {width:50%;}
.module_447370996 .ModuleHead .HeadCenter{float:none;}
#module_447370996 {
padding:0px;
}
#module_447370996 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_447370996 .ModuleHead447370996 {
display:none;
}
#module_447370996 .BodyCenter.BodyCenter447370996 {
background:none;background-color:rgba(0,0,0,0);
}
#module_447370996 >.module_447370996 {
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_447370996 >.module_447370996{
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_447370996 .BodyCenter.BodyCenter447370996 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_447370996 .BodyCenter.BodyCenter447370996 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_447370996 >.module_447370996 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_447370996 >.module_447370996 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:8.6455%;
}
}
#module_447370996 >.module_447370996 {box-shadow: 0px 0px 0px 0px #ccc}
#module_447370996:hover {
border:none;
}
#module_447370996:hover >.module_447370996 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_447370996 .ModuleSubContainer{background-color:transparent;}
#module_447370996 .ModuleSubContainer{background-image:none;}
#module_447370996 .ModuleSubContainer{background-repeat:no-repeat;}
#module_447370996 .ModuleSubContainer{background-position:0% 0%;}
#module_447370996 .ModuleSubContainer{background-attachment:scroll;}
#module_447370996 .ModuleSubContainer{}
#module_447370996 {!bgVideo!}{bgVideoUrl:}
#module_447370996 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_447370996 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_447370996 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer447370996 {}
.module_447376272 .ModuleHead .HeadCenter{float:none;}
#module_447376272 {
padding:0px;
}
#module_447376272 {
position:static;
z-index:1;
top:3897px;
left:205px;
width:100%;
height: auto;
}
#module_447376272 .ModuleHead447376272 {
display:none;
}
#module_447376272 {
border:none;
}
@media screen and (min-width: 768px){
#module_447376272 >.module_447376272 {
margin-top:2.3188%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_447376272 >.module_447376272 {
margin-top:5.7637%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_447376272 .ModulePlainTextGiantContent{margin-top:0px;}
#module_447376272 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_447376272 .ModulePlainTextGiantContent{margin-left:0px;}
#module_447376272 .ModulePlainTextGiantContent{margin-right:10px;}
#module_447376272 .plainTextGiant-Container{padding-top:10px;}
#module_447376272 .plainTextGiant-Container{padding-bottom:10px;}
#module_447376272 .plainTextGiant-Container{padding-left:10px;}
#module_447376272 .plainTextGiant-Container{padding-right:10px;}
#module_447376272 a{font-size:unset;font-family:unset}
/*layout内容*/
.ModuleNewsListGiant.layout-103 .news-container {width: 100%; padding-bottom: 1px;}
.ModuleNewsListGiant.layout-103 .news-item {background: white; clear: both; height: auto}
.ModuleNewsListGiant.layout-103 .news-tit {border-top: 0; padding: 8% 10% 8%; box-sizing: border-box; text-align: center;}
.ModuleNewsListGiant.layout-103 .news-item .news-img img {width: 100%; position: relative;}
.ModuleNewsListGiant.layout-103 .news-item .news-tit .news-desc {color: #999; font-size: 14px; line-height: 22px; margin: 5% auto; color: #B1B1B1; overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.ModuleNewsListGiant.layout-103 .news-item .news-tit .news-desc span {display: block;}
.ModuleNewsListGiant.layout-103 .news-item .news-tit time {display: block; color: #999;}
.ModuleNewsListGiant.layout-103 .news-item .news-tit .news-title {font-size: 18px; color: #333; }
.ModuleNewsListGiant.layout-103 .news-item .news-detailbtn {width: 100%; text-align: center; background: #f6f6f6; display: block; padding: 3% 0; transition: all 0.3s}
.ModuleNewsListGiant.layout-103 .news-item .news-img .dummy {padding-top: 66.666%;}
.ModuleNewsListGiant.layout-103 .news-item .news-img {list-style-type: none; display: block; overflow: hidden; max-width: 100%; width: 100%; position: relative}
.ModuleNewsListGiant.layout-103 .news-item .news-img img {transition: all .3s ease-out 0s;position: absolute; top: 0; bottom: 0; left: 0; right: 0; max-width: 100%; width: 100%; margin: auto; display: block;}
.ModuleNewsListGiant.layout-103 .news-item:hover .news-img img {transform: scale(1.2);}
.ModuleNewsListGiant.layout-103 .swiper-container-free-mode1 > .swiper-wrapper {-webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; -ms-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear; margin: 0 auto}
.ModuleNewsListGiant.layout-103 .swiper-butto-next {background-image: unset; left: 0; right: auto;}
.ModuleNewsListGiant.layout-103 .swiper-butto-prev {transform: rotate(180deg); top: calc(50% - 22px); background-image: unset; right: 0; left: auto;}
.ModuleNewsListGiant.layout-103 .icon-icon-left {font-size: 30px; color: #fff; text-align: center;}
.ModuleNewsListGiant.layout-103 .swiper-button-white {background-color: rgba(51, 51, 51, .3);}
/*置顶推荐*/
.ModuleNewsListGiant.layout-103 .staFun {border: 1px solid #e50b1c; font-size: 12px; padding: 0px 2px; color: #e50b1c; font-weight: bold; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; vertical-align: text-top;}

.ModuleNewsListGiant.layout-103 .list-mode .news-container {display: block;}
.ModuleNewsListGiant.layout-103 .list-mode .news-container .news-item {display: inline-block; clear: none;}
.ModuleNewsListGiant.layout-103 .videobox .Mantle{
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .3;
    z-index: 9;
}
.ModuleNewsListGiant.layout-103 .videobox .iconfont{
     display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 10;
    font-size: 66px;
    color: #fff;
    transform: translate(-50%,-50%);
}
.ModuleNewsListGiant.layout-103 .news-title-oneline{
    text-overflow: ellipsis; white-space: nowrap; overflow: hidden;
}
@media (min-width: 768px) {
    .ModuleNewsListGiant.layout-103 .news-item:hover .news-detailbtn {background: #ff9900;}
    .ModuleNewsListGiant.layout-103 li.col-lg-1 {width: 100%; padding-right: 0; padding-left: 0; margin-right: 0 !important;}
    .ModuleNewsListGiant.layout-103 li.col-lg-2 {width: 50%; padding-right: 0; padding-left: 0;}
    .ModuleNewsListGiant.layout-103 li.col-lg-3 {width: 33%; padding-right: 0; padding-left: 0;}
    .ModuleNewsListGiant.layout-103 li.col-lg-4 {width: 25%; padding-right: 0; padding-left: 0;}
    .ModuleNewsListGiant.layout-103 li.col-lg-5 {width: 20%; padding-right: 0; padding-left: 0;}
    .ModuleNewsListGiant.layout-103 li.col-lg-6 {width: 14%; padding-right: 0; padding-left: 0;}
    .ModuleNewsListGiant.layout-103 .list-mode li.col-lg-2:nth-child(2n),
    .ModuleNewsListGiant.layout-103 .list-mode li.col-lg-3:nth-child(3n),
    .ModuleNewsListGiant.layout-103 .list-mode li.col-lg-4:nth-child(4n),
    .ModuleNewsListGiant.layout-103 .list-mode li.col-lg-5:nth-child(5n),
    .ModuleNewsListGiant.layout-103 .list-mode li.col-lg-6:nth-child(6n){margin-right: 0 !important;}
}

@media (max-width: 767px) {
    .ModuleNewsListGiant.layout-103 .news-container {width: 100%; margin: 0 auto;}
    .ModuleNewsListGiant.layout-103 .news-item {width: 100%; padding: 0 !important;}
    .ModuleNewsListGiant.layout-103 .news-item .news-tit .news-title {font-size: 16px;}
    .ModuleNewsListGiant.layout-103 .news-item .news-tit .news-desc {font-size: 12px;}
    .ModuleNewsListGiant.layout-103 .news-detailbtn {display: none;}
    .ModuleNewsListGiant.layout-103 li.col-xs-1 {width: 100%; padding-right: 0; padding-left: 0; margin-right: 0 !important;}
    .ModuleNewsListGiant.layout-103 li.col-xs-2 {width: 50%; padding-right: 0; padding-left: 0;}
    .ModuleNewsListGiant.layout-103 .list-mode li.col-xs-2:nth-child(2n){margin-right: 0 !important;}
}
.ModuleNewsListGiant.layout-103 .pagerGiant .inputer{outline: 0;}.module_447370998 .ModuleHead .HeadCenter{float:none;}
#module_447370998 {
padding:0px;
}
#module_447370998 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_447370998 .ModuleHead447370998 {
display:none;
}

#module_447370998 .videobox .iconfont{font-size:66px;}
#module_447370998 {}@media (max-width: 767px) { #module_447370998 .videobox .iconfont{font-size:44px;}}
#module_447370998 .news-item{background-color:#ffffff;}
#module_447370998 .news-item{}
#module_447370998 .news-item{background-repeat:no-repeat;}
#module_447370998 .news-item{}
#module_447370998 .news-item{}
#module_447370998 .news-item{}
#module_447370998 .news-item{border-top-color:#eee;}
#module_447370998 .news-item{border-top-style:solid;}
#module_447370998 .news-item{border-top-width:1px;}
#module_447370998 .news-item{border-right-color:#eee;}
#module_447370998 .news-item{border-right-style:solid;}
#module_447370998 .news-item{border-right-width:1px;}
#module_447370998 .news-item{border-bottom-color:#eee;}
#module_447370998 .news-item{border-bottom-style:solid;}
#module_447370998 .news-item{border-bottom-width:1px;}
#module_447370998 .news-item{border-left-color:#eee;}
#module_447370998 .news-item{border-left-style:solid;}
#module_447370998 .news-item{border-left-width:1px;}
#module_447370998 .news-tit{text-align: center;}
#module_447370998 .news-item,#module_447370998 .news-img{border-top-left-radius:0px;}
#module_447370998 .news-item,#module_447370998 .news-img{border-top-right-radius:0px;}
#module_447370998 .news-item{border-bottom-left-radius:0px;}
#module_447370998 .news-item{border-bottom-right-radius:0px;}
#module_447370998 .list-mode .news-item{margin-bottom:0px;}
#module_447370998 .news-item{margin-right:18px;}@media screen and (min-width: 768px) {#module_447370998 .news-item.col-lg-2{width:calc((100% - 18px) / 2);} #module_447370998 .news-item.col-lg-3{width:calc((100% - 18px * 2) / 3);} #module_447370998 .news-item.col-lg-4{width:calc((100% - 18px * 3) / 4);} #module_447370998 .news-item.col-lg-5{width:calc((100% - 18px * 4) / 5);} #module_447370998 .news-item.col-lg-6{width:calc((100% - 18px * 5) / 6);}}@media screen and (max-width: 767px) {#module_447370998 .news-item.col-xs-2{width:calc((100% - 18px) / 2);}}
#module_447370998 .news-img .dummy{background-color:transparent;}
#module_447370998 .news-img .dummy{}
#module_447370998 .news-img .dummy{background-repeat:no-repeat;}
#module_447370998 .news-img .dummy{}
#module_447370998 .news-img .dummy{}
#module_447370998 .news-img .dummy{}
#module_447370998 .news-img{border-top-color:transparent;}
#module_447370998 .news-img{border-top-style:none;}
#module_447370998 .news-img{border-top-width:0px;}
#module_447370998 .news-img{border-right-color:transparent;}
#module_447370998 .news-img{border-right-style:none;}
#module_447370998 .news-img{border-right-width:0px;}
#module_447370998 .news-img{border-bottom-color:transparent;}
#module_447370998 .news-img{border-bottom-style:none;}
#module_447370998 .news-img{border-bottom-width:0px;}
#module_447370998 .news-img{border-left-color:transparent;}
#module_447370998 .news-img{border-left-style:none;}
#module_447370998 .news-img{border-left-width:0px;}
#module_447370998 .news-img .dummy{padding-top:auto;}
#module_447370998 .news-img .t-img{ object-fit:cover;}
#module_447370998 .news-img .t-img{ width:100%;}
#module_447370998 .news-img .t-img{ height:100%;}
#module_447370998 .news-img .t-img{border-radius:0px;}
#module_447370998 .news-title{font-size:18px;line-height:18pt;}
#module_447370998 .news-title{font-family:;}
#module_447370998 .news-title{color:#333;}
#module_447370998 .news-title{font-weight:normal;}
#module_447370998 .news-title{text-decoration:none;}
#module_447370998 .news-title{font-style:normal;}
#module_447370998 .news-title{margin-top:0px;}
#module_447370998 .news-title{margin-bottom:0px;}
#module_447370998 .news-desc{font-size:14px;}
#module_447370998 .news-desc{font-family:;}
#module_447370998 .news-desc{color:#999;}
#module_447370998 .news-desc{font-weight:normal;}
#module_447370998 .news-desc{text-decoration:none;}
#module_447370998 .news-desc{font-style:normal;}
#module_447370998 .news-desc{margin-top:15px;}
#module_447370998 .news-desc{margin-bottom:15px;}
#module_447370998 time{font-size:14px;}
#module_447370998 time{font-family:;}
#module_447370998 time{color:#999;}
#module_447370998 time{font-weight:normal;}
#module_447370998 time{text-decoration:none;}
#module_447370998 time{font-style:normal;}
#module_447370998 time{margin-top:0px;}
#module_447370998 time{margin-bottom:16px;}
#module_447370998 .news-detailbtn {font-size:12px;}
#module_447370998 .news-detailbtn {font-family:;}
#module_447370998 .news-detailbtn {color:#666;}
#module_447370998 .news-detailbtn {font-weight:normal;}
#module_447370998 .news-detailbtn {text-decoration:none;}
#module_447370998 .news-detailbtn {font-style:normal;}
#module_447370998 .news-detailbtn{background-color:#f6f6f6;}
#module_447370998 .news-detailbtn {}
#module_447370998 .news-detailbtn {background-repeat:no-repeat;}
#module_447370998 .news-detailbtn {}
#module_447370998 .news-detailbtn {}
#module_447370998 .news-detailbtn{}
#module_447370998 .news-detailbtn {border-top-color:transparent;}
#module_447370998 .news-detailbtn {border-top-style:none;}
#module_447370998 .news-detailbtn {border-top-width:0px;}
#module_447370998 .news-detailbtn {border-right-color:transparent;}
#module_447370998 .news-detailbtn {border-right-style:none;}
#module_447370998 .news-detailbtn {border-right-width:0px;}
#module_447370998 .news-detailbtn {border-bottom-color:transparent;}
#module_447370998 .news-detailbtn {border-bottom-style:none;}
#module_447370998 .news-detailbtn {border-bottom-width:0px;}
#module_447370998 .news-detailbtn {border-left-color:transparent;}
#module_447370998 .news-detailbtn {border-left-style:none;}
#module_447370998 .news-detailbtn {border-left-width:0px;}
#module_447370998 .icon-icon-left{color:#fff;}
#module_447370998 .swiper-button-white{background-color:rgba(51,51,51,.3);}
#module_447370998 .pagerGiant .text{font-size:12px;}
#module_447370998 .pagerGiant .text{font-family:;}
#module_447370998 .pagerGiant .text{color:#333;}
#module_447370998 .pagerGiant .text{}
#module_447370998 .pagerGiant .text{}
#module_447370998 .pagerGiant .text{}
#module_447370998 .pagerGiant .current,#module_447370998 .pagerGiant .num,#module_447370998 .pagerGiant .inputer{width:30px}
#module_447370998 .pagerGiant .current,#module_447370998 .pagerGiant .num,#module_447370998 .pagerGiant .inputer{height:30px}
#module_447370998 .pagerGiant .num{font-size:12px;}
#module_447370998 .pagerGiant .num{font-family:;}
#module_447370998 .pagerGiant .num{color:#333;}
#module_447370998 .pagerGiant .num{}
#module_447370998 .pagerGiant .num{}
#module_447370998 .pagerGiant .num{}
#module_447370998 .pagerGiant .submit{width:55px}
#module_447370998 .pagerGiant .submit{height:30px}
#module_447370998 .pagerGiant .current,#module_447370998 .pagerGiant .num,#module_447370998 .pagerGiant .inputer,#module_447370998 .pagerGiant .submit{border-top-left-radius:0px;}
#module_447370998 .pagerGiant .current,#module_447370998 .pagerGiant .num,#module_447370998 .pagerGiant .inputer,#module_447370998 .pagerGiant .submit{border-top-right-radius:0px;}
#module_447370998 .pagerGiant .current,#module_447370998 .pagerGiant .num,#module_447370998 .pagerGiant .inputer,#module_447370998 .pagerGiant .submit{border-bottom-left-radius:0px;}
#module_447370998 .pagerGiant .current,#module_447370998 .pagerGiant .num,#module_447370998 .pagerGiant .inputer,#module_447370998 .pagerGiant .submit{border-bottom-right-radius:0px;}
#module_447370998 .pagerGiant .next,#module_447370998 .pagerGiant .splitline{color:#ccc;}
#module_447370998 .pagerGiant .num{background-color:#fff;}
#module_447370998 .pagerGiant .num, #module_447370998 .pagerGiant .inputer{border-top-color:#ccc;}
#module_447370998 .pagerGiant .num, #module_447370998 .pagerGiant .inputer{border-top-style:solid;}
#module_447370998 .pagerGiant .num, #module_447370998 .pagerGiant .current, #module_447370998 .pagerGiant .submit, #module_447370998 .pagerGiant .inputer{border-top-width:1px;}
#module_447370998 .pagerGiant .num, #module_447370998 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_447370998 .pagerGiant .num, #module_447370998 .pagerGiant .inputer{border-bottom-style:solid;}
#module_447370998 .pagerGiant .num, #module_447370998 .pagerGiant .current, #module_447370998 .pagerGiant .submit, #module_447370998 .pagerGiant .inputer{border-bottom-width:1px;}
#module_447370998 .pagerGiant .num, #module_447370998 .pagerGiant .inputer{border-left-color:#ccc;}
#module_447370998 .pagerGiant .num, #module_447370998 .pagerGiant .inputer{border-left-style:solid;}
#module_447370998 .pagerGiant .num, #module_447370998 .pagerGiant .current, #module_447370998 .pagerGiant .submit, #module_447370998 .pagerGiant .inputer{border-left-width:1px;}
#module_447370998 .pagerGiant .num, #module_447370998 .pagerGiant .inputer{border-right-color:#ccc;}
#module_447370998 .pagerGiant .num, #module_447370998 .pagerGiant .inputer{border-right-style:solid;}
#module_447370998 .pagerGiant .num, #module_447370998 .pagerGiant .current, #module_447370998 .pagerGiant .submit, #module_447370998 .pagerGiant .inputer{border-right-width:1px;}
#module_447370998 .page-more a{font-size:16px;}
#module_447370998 .page-more a{font-family:;}
#module_447370998 .page-more a{color:#666 !important;}
#module_447370998 .page-more a{font-weight:normal;}
#module_447370998 .page-more a{text-decoration:none;}
#module_447370998 .page-more a{font-style:normal;}
#module_447370998 .page-more a{background-color:#fff;}
#module_447370998 .page-more a{border-top-color:#eee;}
#module_447370998 .page-more a{border-top-style:solid;}
#module_447370998 .page-more a{border-top-width:2px;}
#module_447370998 .page-more a{border-bottom-color:#eee;}
#module_447370998 .page-more a{border-bottom-style:solid;}
#module_447370998 .page-more a{border-bottom-width:2px;}
#module_447370998 .page-more a{border-left-color:#eee;}
#module_447370998 .page-more a{border-left-style:solid;}
#module_447370998 .page-more a{border-left-width:2px;}
#module_447370998 .page-more a{border-right-color:#eee;}
#module_447370998 .page-more a{border-right-style:solid;}
#module_447370998 .page-more a{border-right-width:2px;}
#module_447370998 .icon-icon-left:hover{color:#fff;}
#module_447370998 .swiper-button-white:hover{background-color:rgba(51,51,51);}
#module_447370998 .news-item:hover{background-color:#ffffff;}
#module_447370998 .news-item:hover{}
#module_447370998 .news-item:hover{background-repeat:no-repeat;}
#module_447370998 .news-item:hover{}
#module_447370998 .news-item:hover{}
#module_447370998 .news-item:hover{}
#module_447370998 .news-item:hover{border-top-color:#333;}
#module_447370998 .news-item:hover{border-top-style:solid;}
#module_447370998 .news-item:hover{border-top-width:1px;}
#module_447370998 .news-item:hover{border-right-color:#333;}
#module_447370998 .news-item:hover{border-right-style:solid;}
#module_447370998 .news-item:hover{border-right-width:1px;}
#module_447370998 .news-item:hover{border-bottom-color:#333;}
#module_447370998 .news-item:hover{border-bottom-style:solid;}
#module_447370998 .news-item:hover{border-bottom-width:1px;}
#module_447370998 .news-item:hover{border-left-color:#333;}
#module_447370998 .news-item:hover{border-left-style:solid;}
#module_447370998 .news-item:hover{border-left-width:1px;}
#module_447370998 .news-item:hover .news-img{border-top-color:transparent;}
#module_447370998 .news-item:hover .news-img{border-top-style:none;}
#module_447370998 .news-item:hover .news-img{border-top-width:0px;}
#module_447370998 .news-item:hover .news-img{border-right-color:transparent;}
#module_447370998 .news-item:hover .news-img{border-right-style:none;}
#module_447370998 .news-item:hover .news-img{border-right-width:0px;}
#module_447370998 .news-item:hover .news-img{border-bottom-color:transparent;}
#module_447370998 .news-item:hover .news-img{border-bottom-style:none;}
#module_447370998 .news-item:hover .news-img{border-bottom-width:0px;}
#module_447370998 .news-item:hover .news-img{border-left-color:transparent;}
#module_447370998 .news-item:hover .news-img{border-left-style:none;}
#module_447370998 .news-item:hover .news-img{border-left-width:0px;}
#module_447370998 .news-item:hover .news-title{font-size:18px;line-height:18pt;}
#module_447370998 .news-item:hover .news-title{font-family:;}
#module_447370998 .news-item:hover .news-title{color:#333;}
#module_447370998 .news-item:hover .news-title{font-weight:normal;}
#module_447370998 .news-item:hover .news-title{text-decoration:none;}
#module_447370998 .news-item:hover .news-title{font-style:normal;}
#module_447370998 .news-item:hover .news-desc{font-size:14px;}
#module_447370998 .news-item:hover .news-desc{font-family:;}
#module_447370998 .news-item:hover .news-desc{color:#999;}
#module_447370998 .news-item:hover .news-desc{font-weight:normal;}
#module_447370998 .news-item:hover .news-desc{text-decoration:none;}
#module_447370998 .news-item:hover .news-desc{font-style:normal;}
#module_447370998 .news-item:hover time{font-size:14px;}
#module_447370998 .news-item:hover time{font-family:;}
#module_447370998 .news-item:hover time{color:#999;}
#module_447370998 .news-item:hover time{font-weight:normal;}
#module_447370998 .news-item:hover time{text-decoration:none;}
#module_447370998 .news-item:hover time{font-style:normal;}
#module_447370998 .news-item:hover .news-detailbtn {font-size:12px;}
#module_447370998 .news-item:hover .news-detailbtn {font-family:;}
#module_447370998 .news-item:hover .news-detailbtn {color:#fff;}
#module_447370998 .news-item:hover .news-detailbtn {font-weight:normal;}
#module_447370998 .news-item:hover .news-detailbtn {text-decoration:none;}
#module_447370998 .news-item:hover .news-detailbtn {font-style:normal;}
#module_447370998 .news-item:hover .news-detailbtn {background-color:#333333;}
#module_447370998 .news-item:hover .news-detailbtn {}
#module_447370998 .news-item:hover .news-detailbtn {background-repeat:no-repeat;}
#module_447370998 .news-item:hover .news-detailbtn {}
#module_447370998 .news-item:hover .news-detailbtn {}
#module_447370998 .news-item:hover .news-detailbtn{}
#module_447370998 .news-item:hover .news-detailbtn {border-top-color:transparent;}
#module_447370998 .news-item:hover .news-detailbtn {border-top-style:none;}
#module_447370998 .news-item:hover .news-detailbtn {border-top-width:0px;}
#module_447370998 .news-item:hover .news-detailbtn {border-right-color:transparent;}
#module_447370998 .news-item:hover .news-detailbtn {border-right-style:none;}
#module_447370998 .news-item:hover .news-detailbtn {border-right-width:0px;}
#module_447370998 .news-item:hover .news-detailbtn {border-bottom-color:transparent;}
#module_447370998 .news-item:hover .news-detailbtn {border-bottom-style:none;}
#module_447370998 .news-item:hover .news-detailbtn {border-bottom-width:0px;}
#module_447370998 .news-item:hover .news-detailbtn {border-left-color:transparent;}
#module_447370998 .news-item:hover .news-detailbtn {border-left-style:none;}
#module_447370998 .news-item:hover .news-detailbtn {border-left-width:0px;}
#module_447370998 .pagerGiant .current, #module_447370998 .pagerGiant .submit{font-size:12px;}
#module_447370998 .pagerGiant .current, #module_447370998 .pagerGiant .submit{font-family:;}
#module_447370998 .pagerGiant .current, #module_447370998 .pagerGiant .submit{color:#fff;}
#module_447370998 .pagerGiant .current, #module_447370998 .pagerGiant .submit{}
#module_447370998 .pagerGiant .current, #module_447370998 .pagerGiant .submit{}
#module_447370998 .pagerGiant .current, #module_447370998 .pagerGiant .submit{}
#module_447370998 .pagerGiant .current, #module_447370998 .pagerGiant .submit{background-color:#000;}
#module_447370998 .pagerGiant .current, #module_447370998 .pagerGiant .submit, #module_447370998 .pagerGiant .inputer:hover{border-top-color:#000;}
#module_447370998 .pagerGiant .current, #module_447370998 .pagerGiant .submit, #module_447370998 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_447370998 .pagerGiant .current, #module_447370998 .pagerGiant .submit, #module_447370998 .pagerGiant .inputer:hover{border-bottom-color:#000;}
#module_447370998 .pagerGiant .current, #module_447370998 .pagerGiant .submit, #module_447370998 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_447370998 .pagerGiant .current, #module_447370998 .pagerGiant .submit, #module_447370998 .pagerGiant .inputer:hover{border-left-color:#000;}
#module_447370998 .pagerGiant .current, #module_447370998 .pagerGiant .submit, #module_447370998 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_447370998 .pagerGiant .current, #module_447370998 .pagerGiant .submit, #module_447370998 .pagerGiant .inputer:hover{border-right-color:#000;}
#module_447370998 .pagerGiant .current, #module_447370998 .pagerGiant .submit, #module_447370998 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_447370998 .page-more a:hover{font-size:16px;}
#module_447370998 .page-more:hover a{font-family:;}
#module_447370998 .page-more a:hover{color:#666 !important;}
#module_447370998 .page-more a:hover {font-weight:normal;}
#module_447370998 .page-more a:hover {text-decoration:none;}
#module_447370998 .page-more a:hover {font-style:normal;}
#module_447370998 .page-more a:hover{background-color:#fff;}
#module_447370998 .page-more a:hover{border-top-color:#eee;}
#module_447370998 .page-more a:hover{border-top-style:solid;}
#module_447370998 .page-more a:hover{border-bottom-color:#eee;}
#module_447370998 .page-more a:hover{border-bottom-style:solid;}
#module_447370998 .page-more a:hover{border-left-color:#eee;}
#module_447370998 .page-more a:hover{border-left-style:solid;}
#module_447370998 .page-more a:hover{border-right-color:#eee;}
#module_447370998 .page-more a:hover{border-right-style:solid;}

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