﻿@charset "UTF-8";

@font-face{font-family:Roboto;src:url('/eportal/uiFramework/fonts/roboto/Roboto-Thin.eot');src:url('/eportal/uiFramework/fonts/roboto/Roboto-Thin.ttf') format('truetype'),url("/eportal/uiFramework/fonts/roboto/Roboto-Thin.woff2") format("woff2"),url("/eportal/uiFramework/fonts/roboto/Roboto-Thin.woff") format("woff");font-style:normal;font-weight:100;font-display:block;}

@font-face{font-family:Roboto;src:url('/eportal/uiFramework/fonts/roboto/Roboto-Light.eot');src:url('/eportal/uiFramework/fonts/roboto/Roboto-Light.ttf') format('truetype'),url("/eportal/uiFramework/fonts/roboto/Roboto-Light.woff2") format("woff2"),url("/eportal/uiFramework/fonts/roboto/Roboto-Light.woff") format("woff");font-style:normal;font-weight:200;font-display:block;}

@font-face{font-family:Roboto;src:url('/eportal/uiFramework/fonts/roboto/Roboto-Regular.eot');src:url('/eportal/uiFramework/fonts/roboto/Roboto-Regular.ttf') format('truetype'),url("/eportal/uiFramework/fonts/roboto/Roboto-Regular.woff2") format("woff2"),url("/eportal/uiFramework/fonts/roboto/Roboto-Regular.woff") format("woff");font-style:normal;font-weight:400;font-display:block;}

@font-face{font-family:Roboto;src:url('/eportal/uiFramework/fonts/roboto/Roboto-Medium.eot');src:url('/eportal/uiFramework/fonts/roboto/Roboto-Medium.ttf') format('truetype'),url("/eportal/uiFramework/fonts/roboto/Roboto-Medium.woff2") format("woff2"),url("/eportal/uiFramework/fonts/roboto/Roboto-Medium.woff") format("woff");font-style:normal;font-weight:500;font-display:block;}

@font-face{font-family:Roboto;src:url('/eportal/uiFramework/fonts/roboto/Roboto-Bold.eot');src:url('/eportal/uiFramework/fonts/roboto/Roboto-Bold.ttf') format('truetype'),url("/eportal/uiFramework/fonts/roboto/Roboto-Bold.woff2") format("woff2"),url("/eportal/uiFramework/fonts/roboto/Roboto-Bold.woff") format("woff");font-style:normal;font-weight:700;font-display:block;}

@font-face{font-family:Roboto;src:url('/eportal/uiFramework/fonts/roboto/Roboto-Black.eot');src:url('/eportal/uiFramework/fonts/roboto/Roboto-Black.ttf') format('truetype'),url("/eportal/uiFramework/fonts/roboto/Roboto-Black.woff2") format("woff2"),url("/eportal/uiFramework/fonts/roboto/Roboto-Black.woff") format("woff");font-style:normal;font-weight:900;font-display:block;}



@font-face {
    font-family: Roboto-Regular;
    src: url(/eportal/uiFramework/fonts/Roboto-Regular.ttf)
}

h1,h2,h3,h4,h5,h6{font-weight:bold;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{font-weight: inherit;font-size: inherit;}
body { margin: 0 auto; overflow-x: hidden; font-family: "Roboto","Arial","Microsoft Yahei","Helvetica","sans-serif"; position: relative; }

body,img, div, ul, li, h1, h2, h3, h4, h5, h6, p, a, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, a, code, em, img, q, small, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, table, tbody, tr, th, td, input, textarea{font-family:"Roboto","Arial","Microsoft Yahei","Helvetica","sans-serif" !important;}

#fp-nav ul li a span, .fp-slidesNav ul li a span { background: #0062ac; }

.container { padding: 0 150px; }
@media screen and (min-width: 2000px){
    #header .container{
        /*position: relative;*/
        padding: 0;
    }
    .container {
        max-width: 1600px;
        padding: 0 150px;
        margin: 0 auto;
    }
    .footer .howCan{
        -webkit-background-size: 100% !important;
        background-size: 100% !important;
    }
}

@media screen and (max-width: 1440px) { .container { padding: 0 60px; } }

@media screen and (max-width: 480px) { .container { padding: 0 20px; } }

/*learn more btn*/
.learnBtn-1 {
    display: inline-block;
    font-size: 24px; /*12-3*/
    font-style: italic;
    color: #fff;
    height: 58px;
    text-align: center;
    line-height: 58px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    padding: 0 40px;
    margin-top: 60px;
    position: relative; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; }

.learnBtn-1:hover { letter-spacing: 6px; }

.learnBtn-1:hover span { width: 0; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; }

.learnBtn-1 i { display: inline-block; width: 12px; height: 14px; background: url("/eportal/fileDir/en/resource/cms/2019/11/2019112115010769770.png") no-repeat center; margin-left: 15px; }

.learnBtn-1 span { display: block; width: 100%; height: 2px; background: #fff; position: absolute; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; }

.learnBtn-1 span.t-line { top: 0; left: 0; }

.learnBtn-1 span.b-line { bottom: 0; right: 0; }

.learnBtn-2 { display: inline-block; font-size: 18px; font-weight: bold; font-style: italic; color: #0062ac; height: 44px; text-align: center; line-height: 44px; border-left: 2px solid #0062ac; border-right: 2px solid #0062ac; padding: 0 20px; margin-top: 60px; position: relative; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; }

.learnBtn-2:hover { letter-spacing: 4px; }

.learnBtn-2:hover span { width: 0; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; }

.learnBtn-2 i { display: inline-block; width: 12px; height: 14px; background: url("/eportal/fileDir/en/resource/cms/2019/11/2019112115012995745.png") no-repeat center; margin-left: 15px; }

.learnBtn-2 span { display: block; width: 100%; height: 2px; background: #0062ac; position: absolute; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; }

.learnBtn-2 span.t-line { top: 0; left: 0; }

.learnBtn-2 span.b-line { bottom: 0; right: 0; }

@media screen and (max-width: 1440px) { .learnBtn-2 { font-size: 18px; } }

@media screen and (max-width: 1280px) { .learnBtn-2 { margin-top: 40px; } }

@media screen and (max-width: 960px) { .learnBtn-1 { font-size: 16px !important; height: 40px; line-height: 40px; padding: 0 20px; }
    .learnBtn-2 { font-size: 16px !important; height: 40px; line-height: 40px; padding: 0 20px; margin-top: 30px; } }

@media screen and (max-width: 480px) { .learnBtn-1 { font-size: 14px !important; margin-top: 40px; }
    .learnBtn-2 { font-size: 14px !important; padding: 0 10px; } }

/*index-tit*/
.index-tit {
    margin-left: 150px;
    position: relative;
    overflow: hidden;
}

.index-tit h2 {
    font-size: 32px;
    color: #0062ac;
    font-style: italic;
    padding-right: 10px;
    position: relative;
}

.index-tit span { display: block; width: 50px; height: 2px; background: #0062ac; margin-top: 40px; }

.index-tit .z {
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0062ac;
}

.index-tit .news-lb-icon {
    position: absolute;
    top: 10px;  /*12-3*/
    left: 130px;
    width: 230px;
    height: 21px;
    line-height: 21px;
}

.index-tit .news-lb-icon i { display: inline-block; float: left; width: 19px; height: 21px; background: url("/eportal/fileDir/en/resource/cms/2019/11/2019112115021011542.png") no-repeat center; -moz-background-size: 100%; background-size: 100%; cursor: pointer; margin-right: 25px; }

.index-tit .news-lb-icon i.on { background: url("/eportal/fileDir/en/resource/cms/2019/11/2019112115025055069.png") no-repeat center; -moz-background-size: 100%; background-size: 100%; }

@media screen and (max-width: 1440px) { .index-tit { margin-left: 60px; }
    .index-tit h2 { font-size: 32px; }
    .index-tit span { margin-top: 20px; } }

@media screen and (max-width: 960px) { .index-tit { margin-left: 60px; margin-right: 60px; }
    .index-tit h2 { font-size: 24px; }
    .index-tit .news-lb-icon { top: 8px; left: 70px; }
    .index-tit .news-lb-icon i { margin-right: 12px; } }

@media screen and (max-width: 480px) { .index-tit { margin-left: 20px; margin-right: 20px; }
    .index-tit h2 { font-size: 20px; }
    .index-tit .news-lb-icon { top: 2px; }
    .index-tit .news-lb-icon i { width: 14px; } }

/*section-tit*/
.section-tit { overflow: hidden; }

.section-tit .index-tit {
    float: left;
    overflow: inherit;
}

.section-tit .index-tit h2 i { display: inline-block; width: 247px; height: 21px; background: url("/eportal/fileDir/en/resource/cms/2019/11/2019112115031638766.png") no-repeat center; margin-left: 40px; }

.section-tit .moreBtn { float: right; margin-top: 10px; }

.section-tit .moreBtn a { display: inline-block; font-size: 24px; color: #0064aa; font-weight: bold; font-style: italic; padding-right: 40px; background: url("/eportal/fileDir/en/resource/cms/2019/11/2019112114573475475.png") no-repeat right center; -moz-background-size: 18px; background-size: 18px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; }

.section-tit .moreBtn a:hover { letter-spacing: 4px; }

@media screen and (max-width: 1440px) { .section-tit .moreBtn a { font-size: 20px; } }

@media screen and (max-width: 960px) { .section-tit .moreBtn a { font-size: 18px; } }

@media screen and (max-width: 480px) { .section-tit .moreBtn { margin-top: 5px; }
    .section-tit .moreBtn a { font-size: 14px; padding-right: 26px; -moz-background-size: 14px; background-size: 14px; } }

/*header*/
.header {
    width: 100%;
    height: 125px;
    position: absolute;
    top: 20px;
    z-index: 999; -webkit-transition: all 1s;
    -o-transition: all 1s; -moz-transition: all 1s; transition: all 1s;
}

.header.active { top: 0; -webkit-transition: all 1s; -o-transition: all 1s; -moz-transition: all 1s; transition: all 1s; background: #fff; }

.header.active .logo { left: -40px !important; }

.header.active .logo a img.logo-bg { opacity: 0; -webkit-transition: all 1s; -o-transition: all 1s; -moz-transition: all 1s; transition: all 1s; }

.header.active .logo a img.logo-active { opacity: 1; -webkit-transition: all 1s; -o-transition: all 1s; -moz-transition: all 1s; transition: all 1s; }

.header.active .header-list .nav ul li a.f { color: #333; }

.header.active .header-list .nav .lang { background: url("/eportal/fileDir/en/resource/cms/2019/11/2019112115034536267.png") no-repeat left 1px; }

.header.active .header-list .nav .lang span { color: #333; }

.header.active .header-list .nav .lang p a { color: #333; }

.header.active .header-list .search.on .h-search-btn { border-top: 1px solid #333; border-bottom: 1px solid #333; }

.header.active .header-list .search .h-search-txt { height: 63px; border: 1px solid #333; }

.header .logo { position: absolute; left: -50%; z-index: 2; -webkit-transition: all 1s; -o-transition: all 1s; -moz-transition: all 1s; transition: all 1s; }

.header .logo.on { left: 0; -webkit-transition: all 1s; -o-transition: all 1s; -moz-transition: all 1s; transition: all 1s; }

.header .logo.on a img.logo-font { opacity: 1; -webkit-transition: all 1s; -o-transition: all 1s; -moz-transition: all 1s; transition: all 1s; -webkit-transition-delay: 1s; -moz-transition-delay: 1s; -o-transition-delay: 1s; transition-delay: 1s; }

.header .logo a { display: block; }

.header .logo a img { display: block; max-width: 100%; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; }

.header .logo a img.logo-font { position: absolute; top: 0; left: 0; opacity: 0; }

.header .logo a img.logo-active { position: absolute; top: 0; left: 0; opacity: 0; }

.header .menuCon { display: none; }

.header .header-list { width: 100%; float: right; position: relative; }

.header .header-list .nav { float: right; }

.header .header-list .nav ul { float: left; margin-top: 50px; }

.header .header-list .nav ul li { display: inline-block; margin-right: 50px; position: relative; }

.header .header-list .nav ul li a.f { display: inline-block; font-size: 20px; color: #fff; }

.header .header-list .nav ul li.on span .ic-sj { width: 15px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }

.header .header-list .nav ul li.on span .ic-line { width: 100%; }

.header .header-list .nav ul li:hover span .ic-sj { width: 15px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }

.header .header-list .nav ul li:hover span .ic-line { width: 100%; }

.header .header-list .nav ul li span { display: block; position: relative; }

.header .header-list .nav ul li span .ic-sj { display: block; width: 0; height: 17px; background: url("/eportal/fileDir/en/resource/cms/2019/11/2019112114573475475.png") no-repeat center; -moz-background-size: 100%; background-size: 100%; position: absolute; top: 5px; left: -25px; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); -webkit-transition: all 1s; -o-transition: all 1s; -moz-transition: all 1s; transition: all 1s; }

.header .header-list .nav ul li span .ic-line { display: block; width: 0; height: 2px; background: #0160ae; position: absolute; bottom: -10px; -webkit-transition: all 1s; -o-transition: all 1s; -moz-transition: all 1s; transition: all 1s; }

.header .header-list .nav .lang { float: left; margin-right: 100px; margin-top: 50px; padding-left: 30px; padding-bottom: 10px; line-height: 26px; background: url("/eportal/fileDir/en/resource/cms/2019/11/2019112115042538379.png") no-repeat left 1px; cursor: pointer; position: relative; }

.header .header-list .nav .lang:hover p { display: block; }

.header .header-list .nav .lang span { display: block; font-size: 20px; color: #fff; }
.header .header-list .nav .lang p {
    margin-right:-33px;
    display: none;
    position: absolute;
    top: 36px;
    right: 0;
    width: 150px;
    padding-top: 40px;
    background: #fff;
    z-index: 9; /*11-22*/
    box-shadow: 2px 2px 15px #DEDEDE;
}

.header .header-list .nav .lang p a { display: block; font-size: 14px; border-bottom:1px solid #ccc;line-height:50px;text-align:center;}

.header .header-list .nav .lang p a:hover { color: #0062ac;}

.header .header-list .nav .lang:hover {
    color: #0062ac;
    /*background-position-y: 0; !*12-3*!*/
}

.header .header-list .search { width: 65px; height: 65px; position: absolute; top: 30px; right: 0; background: #0062ac; -webkit-transition: all 1s; -o-transition: all 1s; -moz-transition: all 1s; transition: all 1s; }

.header .header-list .search.on { right: 65px; background: #fff; }

.header .header-list .search.on .h-search-txt { right: 0; width: 700px; }

.header .header-list .search.on .h-search-btn {
    height: 65px;
    background: #fff url("/eportal/fileDir/en/resource/cms/2019/11/2019112115132532467.png") no-repeat center; }

.header .header-list .search.on .closeSearch { right: -65px; width: 65px; }

.header .header-list .search .h-search-btn {
    display: block;
    width: 100%;
    height: 100%; background: #0062ac url("/eportal/fileDir/en/resource/cms/2019/11/2019112115135278484.png") no-repeat center; border: none; outline: none; cursor: pointer; position: relative; z-index: 2; transition: all 1s;}

.header .header-list .search .h-search-txt {
    font-size: 18px; color: #333; width: 0; height: 65px;
    border: none; outline: none; text-indent: 2em; position: absolute;
    top: 0; right: 63px; -webkit-transition: all 1s; -o-transition: all 1s;
    -moz-transition: all 1s; transition: all 1s;
}

.header .header-list .search .h-search-txt::-webkit-input-placeholder { font-size: 18px; color: #999; }

.header .header-list .search .h-search-txt:-moz-placeholder { font-size: 18px; color: #999; }

.header .header-list .search .h-search-txt::-moz-placeholder { font-size: 18px; color: #999; }

.header .header-list .search .h-search-txt:-ms-input-placeholder { font-size: 18px; color: #999; }

.header .header-list .search .h-search-txt::-ms-input-placeholder { font-size: 18px; color: #999; }

.header .header-list .search .h-search-txt::placeholder { font-size: 18px; color: #999; }

.header .header-list .search .closeSearch { display: block; width: 0; height: 65px; background: #0062ac url("/eportal/fileDir/en/resource/cms/2019/11/2019112115142252863.png") no-repeat center; position: absolute; top: 0; right: 0; -webkit-transition: all 1s; -o-transition: all 1s; -moz-transition: all 1s; transition: all 1s; }

.header-child {
    /*display: none;*/
    position: absolute;
    top: 125px;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #eee;
    z-index: 8;
}

.header-child.show {
    /*display: block;*/
    /*height:auto;*/
}
.header-child .header-child-item {
    padding: 20px;
    height: 0;
    overflow: hidden;
    /*-webkit-transition: all 0.5s;*/
    /*-o-transition: all 0.5s;*/
    /*-moz-transition: all 0.5s;*/
    /*transition: all 0.5s;*/
}
.header-child.show .header-child-item:nth-child(1){
    height: 530px;
}
.header-child.show .header-child-item:nth-child(2),
.header-child.show .header-child-item:nth-child(3){
    height: 356px;
}

.header-child .header-child-item:nth-child(2) .li-item-wrap .li-item-con .li-item-btn,
.header-child .header-child-item:nth-child(3) .li-item-wrap .li-item-con .li-item-btn {
    background: #fff;
    text-align: center;
}

.header-child .header-child-item:nth-child(2) .li-item-wrap .li-item-con .li-item-btn img,
.header-child .header-child-item:nth-child(3) .li-item-wrap .li-item-con .li-item-btn img {
    display: block;
    /*width: 100%;*/
    width: 680px;
    max-width: inherit;
    position: relative;
    left: 50%;
    margin: 45px 0 45px -340px;
    /*12-3*/
}

.header-child .header-child-item:nth-child(1) .li-item-wrap { min-height: 530px; }
.header-child .header-child-item:nth-child(2) .li-item-wrap,
.header-child .header-child-item:nth-child(3) .li-item-wrap {
    height: 356px;
}


.header-child .header-child-item .li-item-wrap .li-item-con { position: relative; }

.header-child .header-child-item .li-item-wrap .li-item-con .li-item-btn {
    float: left;
    width: 20%;
    position: absolute;
    height: 100%;
    overflow: hidden;
}
.header-child .header-child-item:nth-child(2) .li-item-wrap .li-item-con .li-item-btn,
.header-child .header-child-item:nth-child(3) .li-item-wrap .li-item-con .li-item-btn{
    float: left;
    width: 39%;
    position: absolute;
    /*height: 100%;*/
    overflow: hidden;
}

.header-child .header-child-item .li-item-wrap .li-item-con .li-item-btn .li-item-img{
    margin-left: 20px;
    overflow: hidden;
    /*12-3*/
}

.header-child .header-child-item .li-item-wrap .li-item-con .li-item-btn span { width: 100%; height: 33%; text-align: center; border-bottom: 1px solid #cfcfcf; position: absolute; }

.header-child .header-child-item .li-item-wrap .li-item-con .li-item-btn span:nth-child(1) { top: 0; }

/*.header-child .header-child-item .li-item-wrap .li-item-con .li-item-btn span:nth-child(2) { top: 50%; }*/

.header-child .header-child-item .li-item-wrap .li-item-con .li-item-btn span:nth-child(2) { top: 33%;}
.header-child .header-child-item .li-item-wrap .li-item-con .li-item-btn span:nth-child(3) { top: 66%;}

.header-child .header-child-item .li-item-wrap .li-item-con .li-item-btn span.on i { display: block; width: 25px; height: 32px; background: url("/eportal/fileDir/en/resource/cms/2019/11/2019112115045132400.png") no-repeat center; -moz-background-size: 100%; background-size: 100%; position: absolute; top: 50%; margin-top: -14px; right: 0; }

.header-child .header-child-item .li-item-wrap .li-item-con .li-item-btn span:last-child { border: none; }

.header-child .header-child-item .li-item-wrap .li-item-con .li-item-btn a { display: block; font-size: 20px; font-weight: bold; color: #333; width: 90%; position: relative; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.header-child .header-child-item .li-item-wrap .li-item-con .li-item-list {
    float: left;
    padding-left: 20%;
    width: 80%;
}
.header-child .header-child-item:nth-child(2) .li-item-wrap .li-item-con .li-item-list,
.header-child .header-child-item:nth-child(3) .li-item-wrap .li-item-con .li-item-list{
    float: left;
    padding-left: 39%;
    width: 61%;
}

.header-child .header-child-item .li-item-wrap .li-item-con .li-item-list .li-item-tab {
    display: none;
    background: #fff;
    padding: 45px 0;
    min-height: 440px;
    position: relative;
}
.header-child .header-child-item:nth-child(2) .li-item-wrap .li-item-con .li-item-list .li-item-tab,
.header-child .header-child-item:nth-child(3) .li-item-wrap .li-item-con .li-item-list .li-item-tab{
    display: none;
    background: #fff;
    padding: 45px 0;
    min-height: 266px;
    position: relative;
}

.header-child .header-child-item .li-item-wrap .li-item-con .li-item-list .li-item-tab.show { display: block; }

.header-child .header-child-item .li-item-wrap .li-item-con .li-item-list .li-item-tab .ggCon {
    display: none;
    position: absolute;
    left: 0;
    bottom: 45px;
    width: 46%;
    padding-left: 16%;
    margin: 0 4%;
    background: rgba(0, 0, 0, 0.4);
}

.header-child .header-child-item .li-item-wrap .li-item-con .li-item-list .li-item-tab .ggCon.ggCon2 {
    width: 48%;
    background: none;
    padding-left: 14%;
}

.header-child .header-child-item .li-item-wrap .li-item-con .li-item-list .li-item-tab .ggCon.ggCon2 .g-bg { left: 0; background: url("/eportal/fileDir/en/resource/cms/2019/11/2019112117214820176.png") no-repeat center; -moz-background-size: 100%; background-size: 100%; }

.header-child .header-child-item .li-item-wrap .li-item-con .li-item-list .li-item-tab .ggCon.ggCon2 h4 { color: #333; }

.header-child .header-child-item .li-item-wrap .li-item-con .li-item-list .li-item-tab .ggCon.ggCon2 h4 a { color: #333; /*11-22*/ }

.header-child .header-child-item .li-item-wrap .li-item-con .li-item-list .li-item-tab .ggCon.ggCon2 p { color: #333; opacity: 0.5; }

.header-child .header-child-item .li-item-wrap .li-item-con .li-item-list .li-item-tab .ggCon .g-bg { display: block; width: 20%; height: 157px; background: url("/eportal/fileDir/en/resource/cms/2019/11/2019112117221290680.png") no-repeat center; -moz-background-size: 100%; background-size: 100%; position: absolute; left: 2%; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); }

.header-child .header-child-item .li-item-wrap .li-item-con .li-item-list .li-item-tab .ggCon h4 { font-size: 16px; color: #fff; margin: 20px 0 10px; }

.header-child .header-child-item .li-item-wrap .li-item-con .li-item-list .li-item-tab .ggCon h4 a { color: #fff; /*11-22*/ }

.header-child .header-child-item .li-item-wrap .li-item-con .li-item-list .li-item-tab .ggCon h4:hover a { color: #0062ac; /*11-22*/ }

.header-child .header-child-item .li-item-wrap .li-item-con .li-item-list .li-item-tab .ggCon p { font-size: 14px; color: #fff; opacity: 0.6; }

.header-child .header-child-item .li-item-wrap .li-item-con .li-item-list .li-item-tab .ggCon span {
    display: block;
    font-size: 16px;  /*12-3*/
    color: #333;
    margin-top: 10px;
    margin-bottom: 20px;
}


.header-child .header-child-item .li-item-wrap .li-item-con .li-item-list .li-item-tab .ggCon a.ggCon-more { display: inline-block; font-size: 16px; color: #fff; margin-top: 10px; margin-bottom: 20px; padding-right: 20px; background: url("/eportal/fileDir/en/resource/cms/2019/11/2019112611532322608.png") no-repeat right center; -moz-background-size: 12px; background-size: 12px; /*11-22*/ }

.header-child .header-child-item .li-item-wrap .li-item-con .li-item-list .li-item-tab .ggCon a.ggCon-more:hover { color: #0062ac; background: url("/eportal/fileDir/en/resource/cms/2019/11/2019112611525868410.png") no-repeat right center; -moz-background-size: 12px; background-size: 12px; }

.header-child .header-child-item .li-item-wrap .li-item-con .li-item-list .li-item-tab .item-tab-con .tab-link{
    float: left;
    width: 62%;
    min-height: 440px;
    padding: 0 4%;
    border-right: 1px solid #dcdcdc;
    margin-right: -1px;
}
.header-child .header-child-item:nth-child(2) .li-item-wrap .li-item-con .li-item-list .li-item-tab .item-tab-con .tab-link,
.header-child .header-child-item:nth-child(3) .li-item-wrap .li-item-con .li-item-list .li-item-tab .item-tab-con .tab-link{
    float: left;
    width: 92%;
    min-height: 260px;
    padding: 0 4%;
    border-right: none;
    margin-right: -1px;
}

.header-child .header-child-item .li-item-wrap .li-item-con .li-item-list .li-item-tab .item-tab-con .tab-link dl {
    float: left;
    width: 31.33%;
    margin-right: 2%;
    margin-bottom: 20px;
}
.header-child .header-child-item:nth-child(2) .li-item-wrap .li-item-con .li-item-list .li-item-tab .item-tab-con .tab-link dl,
.header-child .header-child-item:nth-child(3) .li-item-wrap .li-item-con .li-item-list .li-item-tab .item-tab-con .tab-link dl{
    float: left;
    width: 38%;
    margin: 0 6%;
}

.header-child .header-child-item .li-item-wrap .li-item-con .li-item-list .li-item-tab .item-tab-con .tab-link dl dt { font-size: 20px; color: #333; font-weight: bold; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #dcdcdc; }

.header-child .header-child-item .li-item-wrap .li-item-con .li-item-list .li-item-tab .item-tab-con .tab-link dl dd { line-height: 24px; margin: 10px 0; }

.header-child .header-child-item .li-item-wrap .li-item-con .li-item-list .li-item-tab .item-tab-con .tab-link dl dd:hover a { color: #0064aa; }

.header-child .header-child-item .li-item-wrap .li-item-con .li-item-list .li-item-tab .item-tab-con .tab-link dl dd a { display: inline-block; font-size: 16px; color: #8c8c8c; }

.header-child .header-child-item .li-item-wrap .li-item-con .li-item-list .li-item-tab .item-tab-con .tab-link dl span {
    display: block;
    margin-top: 12px; /*12-3*/
}

.header-child .header-child-item .li-item-wrap .li-item-con .li-item-list .li-item-tab .item-tab-con .tab-link dl span a { display: inline-block; font-size: 14px; font-style: italic; color: #0064aa; padding-right: 20px; background: url("/eportal/fileDir/en/resource/cms/2019/11/2019112114573475475.png") no-repeat right center; -moz-background-size: 12px; background-size: 12px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; /*11-22*/ }
.header-child .header-child-item .li-item-wrap .li-item-con .li-item-list .li-item-tab .item-tab-con .tab-link dl span a:hover { letter-spacing: 3px; /*11-22*/ }

.header-child .header-child-item:nth-child(2) .li-item-wrap .li-item-con .li-item-list .li-item-tab .item-tab-con .tab-pro{
    display: none;
}
.header-child .header-child-item:nth-child(3) .li-item-wrap .li-item-con .li-item-list .li-item-tab .item-tab-con .tab-pro{
    display: none;
}

.header-child .header-child-item .li-item-wrap .li-item-con .li-item-list .li-item-tab .item-tab-con .tab-pro { float: left; width: 22%; padding: 0 4% 0 4%; position: relative; }

.header-child .header-child-item .li-item-wrap .li-item-con .li-item-list .li-item-tab .item-tab-con .tab-pro h2 {
    font-size: 20px;
    color: #ccc; background: url("/eportal/fileDir/en/resource/cms/2019/11/2019112115052575325.png") no-repeat left top 5px;
    padding-left: 20px; width: 35px;
    height: 35px; position: absolute; top: 0;
    right: 15px; -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg); -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg); transform: rotate(90deg);}

.header-child .header-child-item .li-item-wrap .li-item-con .li-item-list .li-item-tab .item-tab-con .tab-pro h2:hover a { color: #0062ac; /*11-22*/ }

.header-child .header-child-item .li-item-wrap .li-item-con .li-item-list .li-item-tab .item-tab-con .tab-pro img { display: block; margin: 40px auto; }

.header-child .header-child-item .li-item-wrap .li-item-con .li-item-list .li-item-tab .item-tab-con .tab-pro p { font-size: 20px; color: #333; }

.header-child .header-child-item .li-item-wrap .li-item-con .li-item-list .li-item-tab .item-tab-con .tab-pro a.tab-more { display: inline-block; font-size: 14px; color: #0064aa; margin-top: 20px; padding-right: 20px; background: url("/eportal/fileDir/en/resource/cms/2019/11/2019112114573475475.png") no-repeat right center; -moz-background-size: 12px; background-size: 12px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; /*11-22*/ }

.header-child .header-child-item .li-item-wrap .li-item-con .li-item-list .li-item-tab .item-tab-con .tab-pro a.tab-more:hover { letter-spacing: 3px; /*11-22*/ }

/*mobile-header*/
.menuCon { width: 60px; height: 60px; position: absolute; right: 40px; }

.menuCon .menuBtn { width: 100%; height: 100%; }

.menuCon .menuBtn a { display: block; width: 100%; height: 100%; background: #0b71cf url("/eportal/fileDir/en/resource/cms/2019/11/2019112115145536026.png") no-repeat center; -moz-background-size: 100%; background-size: 100%; }

.menuCon .menuBtn a.on { background: #0b71cf url("/eportal/fileDir/en/resource/cms/2019/11/2019112115151725602.png") no-repeat center; -moz-background-size: 100%; background-size: 100%; }

.mobile-header { display: none; width: 100%; height: 100vh; background: #fff; position: fixed; top: 0; left: 0; z-index: 99; }

.mobile-header .mobile-logo { text-align: center; position: relative; border-bottom: 1px solid #e0e0e0; }

.mobile-header .mobile-logo a.m-logo { display: inline-block; width: 320px; height: 60px; background: url("/eportal/fileDir/en/resource/cms/2019/11/2019112115060439377.png") no-repeat center; -moz-background-size: 100%; background-size: 100%; }

.mobile-header .mobile-logo .closeNav { display: inline-block; width: 27px; height: 27px; background: url("/eportal/fileDir/en/resource/cms/2019/11/2019112115063471918.png") no-repeat center; -moz-background-size: 100%; background-size: 100%; position: absolute; top: 20px; right: 40px; }

.mobile-header .mobile-search { padding-right: 40px; padding-left: 40px; border-bottom: 1px solid #e0e0e0; position: relative; }

.mobile-header .mobile-search .m-txt { float: left; font-size: 14px; color: #333; width: 90%; height: 40px; border: none; outline: none; text-indent: 1em; }

.mobile-header .mobile-search .m-txt::-webkit-input-placeholder { color: #e3e3e3; }

.mobile-header .mobile-search .m-txt:-moz-placeholder { color: #e3e3e3; }

.mobile-header .mobile-search .m-txt::-moz-placeholder { color: #e3e3e3; }

.mobile-header .mobile-search .m-txt:-ms-input-placeholder { color: #e3e3e3; }

.mobile-header .mobile-search .m-txt::-ms-input-placeholder { color: #e3e3e3; }

.mobile-header .mobile-search .m-txt::placeholder { color: #e3e3e3; }

.mobile-header .mobile-search .m-btn { float: left; width: 35px; height: 40px; border: none; outline: none; background: url("/eportal/fileDir/en/resource/cms/2019/11/2019112115070961368.png") no-repeat center; -moz-background-size: 78%; background-size: 78%; position: absolute; top: 0; right: 35px; cursor: pointer; }

.mobile-header .mobile-list {
    width: 100%;
    /*max-height: -webkit-calc(100vh - 180px);*/
    /*max-height: -moz-calc(100vh - 180px);*/
    /*max-height: calc(100vh - 180px);*/
    /*overflow-y: scroll;*/
}

.mobile-header .mobile-list ul > li { background: url("/eportal/fileDir/en/resource/cms/2019/11/2019112114573475475.png") no-repeat 20px 12px; -moz-background-size: 14px; background-size: 14px; }

.mobile-header .mobile-list ul > li > a { display: block; font-size: 14px; color: #333; line-height: 40px; padding: 0 40px; background: url("/eportal/fileDir/en/resource/cms/2019/11/2019112115074780662.png") no-repeat right 40px center; border-bottom: 1px solid #e0e0e0; }

.mobile-header .mobile-list ul > li > a.on { background: url("/eportal/fileDir/en/resource/cms/2019/11/2019112115081261294.png") no-repeat right 40px center; }

.mobile-header .mobile-list ul > li ol { display: none; }

.mobile-header .mobile-list ul > li ol > li > a { display: block; font-size: 14px; color: #666; line-height: 40px; padding: 0 40px; text-indent: 10px; background: #f5f5f5 url("/eportal/fileDir/en/resource/cms/2019/11/2019112115083968854.png") no-repeat right 40px center; border-bottom: 1px solid #e0e0e0; }

.mobile-header .mobile-list ul > li ol > li > a.on { background: #f5f5f5 url("/eportal/fileDir/en/resource/cms/2019/11/2019112115081261294.png") no-repeat right 40px center; }

.mobile-header .mobile-list ul > li ol > li dl { display: none; }

.mobile-header .mobile-list ul > li ol > li dl dd > a { display: block; font-size: 14px; color: #666; line-height: 40px; padding: 0 40px; text-indent: 20px; background: url("/eportal/fileDir/en/resource/cms/2019/11/2019112115083968854.png") no-repeat right 40px center; border-bottom: 1px solid #e0e0e0; }

.mobile-header .mobile-list ul > li ol > li dl dd > a.on { background: url("/eportal/fileDir/en/resource/cms/2019/11/2019112115081261294.png") no-repeat right 40px center; }

.mobile-header .mobile-list ul > li ol > li dl dd p { display: none; /*11-22*/ /*11-22*/ }

.mobile-header .mobile-list ul > li ol > li dl dd p a { display: block; font-size: 14px; color: #999; line-height: 40px; padding: 0 40px; text-indent: 30px; background: url("/eportal/fileDir/en/resource/cms/2019/11/2019112115083968854.png") no-repeat right 40px center; border-bottom: 1px solid #e0e0e0; }

.mobile-header .mobile-list ul > li ol > li dl dd p span { display: block; }

.mobile-header .mobile-list ul > li ol > li dl dd p span a { color: #0b71cf; display: block; background: url("../images/nav-icon03.png") no-repeat left 140px center; -moz-background-size: 14px; background-size: 14px; }

.mobile-header .mobile-lang { width: 100%; height: 40px; }

.mobile-header .mobile-lang ul li { background: url("/eportal/fileDir/en/resource/cms/2019/11/2019112115160049222.png") no-repeat 18px 12px; -moz-background-size: 18px; background-size: 18px; }

.mobile-header .mobile-lang ul li a { display: block; font-size: 14px; color: #333; line-height: 40px; padding: 0 40px; background: url("/eportal/fileDir/en/resource/cms/2019/11/2019112115083968854.png") no-repeat right 40px center; border-bottom: 1px solid #e0e0e0; }

.mobile-header .mobile-lang ul li a.on { background: url("/eportal/fileDir/en/resource/cms/2019/11/2019112115081261294.png") no-repeat right 40px center; }

.mobile-header .mobile-lang ul li dl { display: none; }

.mobile-header .mobile-lang ul li dl dd a { display: block; font-size: 14px; color: #666; line-height: 40px; padding: 0 40px; background: url("/eportal/fileDir/en/resource/cms/2019/11/2019112115083968854.png") no-repeat right 40px center; border-bottom: 1px solid #e0e0e0; }

@media screen and (min-width: 2000px){
    .header .logo{
        left: -80%;
    }
    .header .logo.on{
        left: 18%;
    }
    .header.active .logo{
        left: 16% !important;
    }
}

/**** update 19.11.22 4 ****/
.header-child .header-child-item .li-item-wrap .li-item-con .li-item-btn div {background-position-y: 200%;background-repeat: no-repeat;}
/**** 4 ****/

@media screen and (max-width: 1600px){
    .header{height: 100px;}
    .header .logo { width: 383px; }
    .header .header-list .nav ul { margin-top: 38px; }
    .header .header-list .nav .lang { margin-top: 36px; }
    .header .header-list .search{
        top: 18px;}
    .header-child { top: 100px; }
}

@media screen and (max-width: 1440px) { .header { height: 78px; }
    .header .logo { width: 300px; }
    .header .header-list .nav ul { margin-top: 26px; }
    .header .header-list .nav .lang { margin-top: 26px; }
    .header .header-list .search { top: 6px; }
    .header-child { top: 78px; }
    .header-child .header-child-item .li-item-wrap .li-item-con .li-item-btn { width: 15%; }
    .header-child .header-child-item .li-item-wrap .li-item-con .li-item-btn a {
        font-size: 16px;
        width:76%;
    }
    .header-child .header-child-item .li-item-wrap .li-item-con .li-item-list { padding-left: 15%; width: 85%; }
    .header-child .header-child-item .li-item-wrap .li-item-con .li-item-list .li-item-tab .item-tab-con .tab-link dl dt { font-size: 16px; }
    .header-child .header-child-item .li-item-wrap .li-item-con .li-item-list .li-item-tab .item-tab-con .tab-link dl dd a { font-size: 14px; } }

@media screen and (max-width: 1280px) { .header-child { top: 60px; }
    .header-child .header-child-item .li-item-wrap .li-item-con .li-item-btn span.on i { width: 16px; }
    .header-child .header-child-item .li-item-wrap .li-item-con .li-item-list .li-item-tab .item-tab-con .tab-link { width: 64%; padding: 0 3%; }
    .header-child .header-child-item .li-item-wrap .li-item-con .li-item-list .li-item-tab .item-tab-con .tab-link dl dd { margin: 5px 0; }
    .header-child .header-child-item .li-item-wrap .li-item-con .li-item-list .li-item-tab .item-tab-con .tab-pro p { font-size: 16px; }
    .header { height: 60px; }
    .header.active .header-list .search .h-search-txt { height: 58px; }
    .header .logo { width: 230px; }
    .header .header-list .nav ul { margin-top: 18px; }
    .header .header-list .nav ul li { margin-right: 30px; }
    .header .header-list .nav .lang { margin-top: 18px; }
    .header .header-list .search { width: 60px; height: 60px; top: 0; }
    .header .header-list .search .h-search-txt { right: 58px; height: 60px; }
    .header .header-list .search .closeSearch { height: 60px; }
    .header .header-list .search.on .h-search-btn{
        height: 60px;
    }
}

@media screen and (max-width: 960px) {
    .header { top: 20px; height: 60px; }
    .header .logo { width: 230px; }
    .header .header-list { display: none; }
    .header .menuCon { display: block; } }
.mobile-header .mobile-lang{
    height: auto;
}

@media screen and (max-width: 480px) { .header { top: 20px; }
    .header .logo { width: 153px; }
    .menuCon { width: 40px; height: 40px; right: 20px; }
    .mobile-header .mobile-logo a.m-logo { width: 210px; } }

/*footer*/
.footer {
    width: 100%;
    position: relative;
    z-index: 120;
}

.footer .howCan { width: 100%; padding: 80px 0; background: #0a6fae url("/eportal/fileDir/en/resource/cms/2019/11/2019112115162729654.jpg") repeat-y bottom; }

.footer .howCan .howSearch { float: left; }

.footer .howCan .howSearch h3 {
    font-size: 32px;  /*12-3*/
    font-style: italic;
    color: #fff;
    font-weight: normal;
}

.footer .howCan .howSearch .h-search { width: 580px; height: 66px; background: #fff; overflow: hidden; position: relative; margin-top: 60px; }

.footer .howCan .howSearch .h-search .f-int-txt { font-size: 24px; color: #999; width: 80%; height: 66px; line-height: 66px; float: left; border: none; background: #fff; outline: none; text-indent: 1em; }

.footer .howCan .howSearch .h-search .f-int-txt::-webkit-input-placeholder { font-size: 24px; color: #999; }

.footer .howCan .howSearch .h-search .f-int-txt:-moz-placeholder { font-size: 24px; color: #999; }

.footer .howCan .howSearch .h-search .f-int-txt::-moz-placeholder { font-size: 24px; color: #999; }

.footer .howCan .howSearch .h-search .f-int-txt:-ms-input-placeholder { font-size: 24px; color: #999; }

.footer .howCan .howSearch .h-search .f-int-txt::-ms-input-placeholder { font-size: 24px; color: #999; }

.footer .howCan .howSearch .h-search .f-int-txt::placeholder { font-size: 24px; color: #999; }

.footer .howCan .howSearch .h-search .f-int-btn { width: 20%; height: 100%; float: left; background: url("/eportal/fileDir/en/resource/cms/2019/11/2019112115165554039.png") no-repeat center; position: absolute; top: 0; right: 0; border: none; outline: none; border-left: 1px solid #0a6fae; cursor: pointer; }

.footer .howCan .howList { float: right; }

.footer .howCan .howList ul li { float: left; text-align: center; margin-left: 80px; }

.footer .howCan .howList ul li img { display: block; width: 120px; margin: 0 auto; }

.footer .howCan .howList ul li span {
    display: block;
    font-size: 24px;
    color: #fff;
    margin-top: 20px;
    position: relative;
}
.footer .howCan .howList ul li span i{
    display: block;
    width: 0;
    height: 17px;
    background: url("/eportal/uiFramework/commonResource/image/2019122609042493122.png") no-repeat center;
    -moz-background-size: 100%;
    background-size: 100%;
    position: absolute;
    top: 5px;
    left: -20px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.footer .howCan .howList ul li:hover span i{
    width: 15px;
    transform: rotate(0deg);
}

.footer .link { background: #333; padding: 80px 0; }

.footer .link .link-tit { position: relative; }

.footer .link .link-tit ul { float: left; width: 70%; position: relative; z-index: 2; }

.footer .link .link-tit ul li { float: left; width: 24.33%; }

.footer .link .link-tit ul li > a { display: inline-block; font-size: 20px; color: #fff; }

.footer .link .link-tit ul li dl { margin-top: 60px; }

.footer .link .link-tit ul li dl dd { line-height: 24px; margin: 10px 0; }

.footer .link .link-tit ul li dl dd a { display: inline-block; font-size: 16px; color: #fff; opacity: 0.5; }

.footer .link .link-tit ul li dl dd a:hover { opacity: 1; }

.footer .link .link-tit .footerLogo { position: absolute; top: -20px; right: 0; width: 100%; text-align: right; padding-bottom: 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.footer .link .link-tit .footerLogo a { display: inline-block; }

.footer .link .link-tit .footer-share { float: right; margin-top: 10%; }

.footer .link .link-tit .footer-share .share-item { text-align: right; margin-bottom: 40px; }

.footer .link .link-tit .footer-share .share-item a { display: inline-block; width: 42px; height: 42px; margin-left: 20px; }

.footer .link .link-tit .footer-share .share-item a.t { background: url("/eportal/fileDir/en/resource/cms/2019/11/2019112114561587447.jpg") no-repeat center; -moz-background-size: 100%; background-size: 100%; }

.footer .link .link-tit .footer-share .share-item a.f { background: url("/eportal/fileDir/en/resource/cms/2019/11/2019112114561593043.jpg") no-repeat center; -moz-background-size: 100%; background-size: 100%; }

.footer .link .link-tit .footer-share .share-item a.in { background: url("/eportal/fileDir/en/resource/cms/2019/11/2019112114561524105.jpg") no-repeat center; -moz-background-size: 100%; background-size: 100%; }

.footer .link .link-tit .footer-share .copy { font-size: 16px; color: #fff; opacity: 0.5; text-align: right; line-height: 32px; }

.footer .link .link-tit .footer-share .copy-link { text-align: right; }

.footer .link .link-tit .footer-share .copy-link a { display: inline-block; font-size: 16px; color: #fff; opacity: 0.5; }

.footer .link .link-tit .footer-share .copy-link a:hover { opacity: 1; }

.footer .link .link-tit .footer-share .copy-link span { display: inline-block; font-style: inherit; margin: 0 8px; color: #fff; opacity: 0.5; }

@media screen and (max-width: 1600px) {
    .footer .howCan { padding: 50px 0; }
    .footer .howCan .howSearch .h-search { width: 460px; margin-top: 50px; }
    .footer .howCan .howSearch .h-search .f-int-txt{
        font-size: 16px;
    }
    .footer .howCan .howSearch .h-search .f-int-txt::placeholder{
        font-size: 16px;
    }
    .footer .howCan .howList ul li img { width: 80px;margin: 20px auto 0;}
    .footer .howCan .howList ul li span {
        font-size: 20px;
        margin-top: 16px;
    }
}

@media screen and (max-width: 1440px) {
    .footer .howCan .howSearch h3 { font-size: 26px; }
    .footer .howCan .howSearch .h-search { width: 380px; height: 40px; margin-top: 35px; }
    .footer .howCan .howSearch .h-search .f-int-txt { font-size: 16px; height: 40px; line-height: 40px; }
    .footer .howCan .howSearch .h-search .f-int-txt::-webkit-input-placeholder { font-size: 16px; }
    .footer .howCan .howSearch .h-search .f-int-txt:-moz-placeholder { font-size: 16px; }
    .footer .howCan .howSearch .h-search .f-int-txt::-moz-placeholder { font-size: 16px; }
    .footer .howCan .howSearch .h-search .f-int-txt:-ms-input-placeholder { font-size: 16px; }
    .footer .howCan .howSearch .h-search .f-int-txt::-ms-input-placeholder { font-size: 16px; }
    .footer .howCan .howSearch .h-search .f-int-txt::placeholder { font-size: 16px; }
    .footer .howCan .howList ul { margin-top: 5px; }
    .footer .howCan .howList ul li img { width: 60px; margin: 0 auto 0;}
    .footer .howCan .howList ul li span { font-size: 20px; margin-top: 18px; }
    .footer .link { padding: 60px 0 36px; }
    .footer .link .link-tit .footerLogo a img { width: 160px; }
    .footer .link .link-tit ul { width: 74%; }
    .footer .link .link-tit ul li > a { font-size: 18px; }
    .footer .link .link-tit ul li dl { margin-top: 35px; }
    .footer .link .link-tit ul li dl dd a { font-size: 16px; }
}

@media screen and (max-width: 1280px) {
    .footer .howCan .howList ul li { margin-left: 45px; }
    .footer .howCan .howList ul li:nth-child(1) { margin-left: 0; }
    .footer .howCan .howList ul li span { font-size: 18px; }
    .footer .link .link-tit ul li > a { font-size: 16px; }
    .footer .link .link-tit ul li dl dd { margin: 5px 0; }
    .footer .link .link-tit ul li dl dd a { font-size: 14px; }
    .footer .link .link-tit .footer-share .copy { font-size: 14px; }
    .footer .link .link-tit .footer-share .copy-link a { font-size: 14px; }
}

@media screen and (max-width: 960px) {
    .footer .howCan .howSearch { float: none; width: 100%; }
    .footer .howCan .howSearch h3 { font-size: 24px; }
    .footer .howCan .howSearch .h-search { width: 100%; }
    .footer .howCan .howSearch .h-search .f-int-txt { width: 85%; }
    .footer .howCan .howSearch .h-search .f-int-btn { width: 60px; }
    .footer .howCan .howList { float: none; width: 100%; margin-top: 40px; }
    .footer .howCan .howList ul { margin-top: inherit; }
    .footer .howCan .howList ul li { width: 33.33%; margin-left: inherit; }
    .footer .link { padding: 0; }
    .footer .link .container { padding: 0; }
    .footer .link .link-tit ul { width: 100%; float: none; }
    .footer .link .link-tit ul li { float: none; width: 100%; background: url("/eportal/fileDir/en/resource/cms/2019/11/2019112114573475475.png") no-repeat left 60px top 22px; -moz-background-size: 16px; background-size: 16px; }
    .footer .link .link-tit ul li > a { display: block; margin: 0 60px; font-weight: bold; line-height: 60px; text-indent: 30px; border-bottom: 1px solid rgba(255, 255, 255, 0.4); background: url("/eportal/fileDir/en/resource/cms/2019/11/2019112115173421986.png") no-repeat right center; }
    .footer .link .link-tit ul li > a.on { background: url("/eportal/fileDir/en/resource/cms/2019/11/2019112115180170442.png") no-repeat right center; border-bottom: 1px solid #333; }
    .footer .link .link-tit ul li dl { display: none; padding: 10px 60px; margin: 0; background: #656565; }
    .footer .link .link-tit .footerLogo { display: none; }
    .footer .link .link-tit .footer-share { float: none; overflow: hidden; margin: 40px 60px 0; padding-bottom: 40px; }
    .footer .link .link-tit .footer-share .share-item { text-align: left; margin-bottom: 20px; }
    .footer .link .link-tit .footer-share .share-item a { margin-left: 0; margin-right: 20px; }
    .footer .link .link-tit .footer-share p { text-align: left; }
    .footer .link .link-tit .footer-share p.copy { text-align: left; }
    .footer .link .link-tit .footer-share p.copy-link { text-align: left; }
}

@media screen and (max-width: 480px) {
    .footer .howCan .howSearch h3 { font-size: 20px; }
    .footer .howCan .howSearch .h-search { width: 100%; }
    .footer .howCan .howSearch .h-search .f-int-txt { width: 75%; }
    .footer .howCan .howList { float: none; width: 100%; margin-top: 30px; }
    .footer .howCan .howList ul { margin-top: inherit; }
    .footer .howCan .howList ul li { width: 50%; margin-left: inherit; margin-bottom: 20px; }
    .footer .howCan .howList ul li span { font-size: 16px; margin-top: 10px; }
    .footer .howCan .howList ul li span i{
        display: none;}
    .footer .link .link-tit ul li { background: url("/eportal/fileDir/en/resource/cms/2019/11/2019112114573475475.png") no-repeat left 20px top 16px; -moz-background-size: 16px; background-size: 16px; }
    .footer .link .link-tit ul li > a { font-size: 14px; margin: 0 20px; line-height: 50px; }
    .footer .link .link-tit ul li dl { padding: 10px 20px; }
    .footer .link .link-tit ul li dl dd { margin: 5px 0; }
    .footer .link .link-tit ul li dl dd a { font-size: 14px; }
    .footer .link .link-tit .footer-share { margin: 30px 20px 0; }
    .footer .link .link-tit .footer-share p.copy { font-size: 14px; }
    .footer .link .link-tit .footer-share p.copy-link a { font-size: 14px; }
}

/*返回顶部*/
.goTop { display: none; position: fixed; right: 40px; bottom: 60px; width: 70px; height: 70px; z-index: 150; }

.goTop a { display: block; width: 100%; height: 100%; background: url("/eportal/fileDir/en/resource/cms/2019/11/2019112115183064857.png") no-repeat center; -moz-background-size: 100%; background-size: 100%; }

/*11-22*/
@media screen and (max-width: 960px) {
    .goTop {
        display: block;
        width: 58px;
        height: 58px;
        right: 20px;
        bottom: 25px;
    }
}

/*@media screen and (max-width: 480px) { .goTop { width: 40px; height: 40px; right: 20px; } }*/

/*11-22*/




/*****二级页顶部样式*****/

.inside-header { background: #fff; }

.inside-header .header { position: relative; top: inherit; }

.inside-header .header .logo a img.logo-bg { opacity: 0; }

.inside-header .header .logo a img.logo-font { display: none; }

.inside-header .header .logo a img.logo-active { opacity: 1; }

.inside-header .header .header-list .nav ul li a.f { color: #333; }

.inside-header .header .header-list .nav .lang { background: url("/eportal/fileDir/en/resource/cms/2019/11/2019112115034536267.png") no-repeat left 1px; }

.inside-header .header .header-list .nav .lang span { color: #333; }

.inside-header .header .header-list .search .h-search-txt { height: 63px; border: 1px solid #333; }

@media screen and (max-width: 1440px) { .inside-header .header { height: 78px !important; } }

@media screen and (max-width: 1280px) { .inside-header .header { height: 60px !important; }
    .inside-header .header .header-list .search .h-search-btn { height: 58px; }
    .inside-header .header .header-list .search .h-search-txt { height: 58px; } }

@media screen and (max-width: 960px) { .inside-header .header { height: 40px; } }

@media screen and (max-width: 480px) { .inside-header .header { height: 40px !important; } }