input {
    vertical-align: middle;
    border: 0;
    /*-webkit-appearance: none;*/
    outline: none;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, input, textarea, html {
    margin: 0;
    padding: 0;
    /*font-size: 100%;*/
}

body, html {
    background: #fff;
    font-family: Roboto-Regula,"Microsoft Sans Serif",arial,'Hiragino Sans GB',sans-serif,"San Francisco";
    color: #666;
    font-size: 14px;
    /*overflow-x: hidden;*/
    width: 100%;
    height: 100%;
}

ul, li {
    list-style: none;
}

img, input {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.clearfix:after { /*content:"200B"; height:0; font-size:0; */
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/*input[type="button"], input[type="submit"], input[type="text"], input[type="reset"] {*/
/*-webkit-appearance: none;*/
/*border-radius: 0;*/
/*}*/

/*textarea, button, input:focus {*/
/*outline: none;*/
/*-webkit-appearance: none;*/
/*border-radius: 0;*/
/*}*/
/*@font-face {*/
/*    font-family: HelveticaLight;*/
/*    src: url('../fonts/Helvetica LT 45 Light.ttf');*/
/*}*/
/*@font-face {*/
/*    font-family: Roboto-Regula;*/
/*    src: url('../fonts/Helvetica LT 55 Roman.ttf');*/
/*}*/
/*@font-face {*/
/*    font-family: HelveticaMedium;*/
/*    src: url('../fonts/Helvetica LT 65 Medium.ttf');*/
/*}*/
/*@font-face {*/
/*    font-family: HelveticaBold;*/
/*    src: url('../fonts/Helvetica LT 75 Bold.ttf');*/
/*}*/
/*@font-face {*/
/*    font-family: HelveticaHeavy;*/
/*    src: url('../fonts/Helvetica LT 83 Heavy Extended.ttf');*/
/*}*/
@font-face {
    font-family: Roboto-Regula;
    src: url('../fonts/Roboto-Regular.ttf');
}
@font-face {
    font-family: Roboto-Bold;
    src: url('../fonts/Roboto-Bold.ttf');
}
@font-face {
    font-family: Roboto-Medium;
    src: url('../fonts/Roboto-Medium.ttf');
}
@font-face {
    font-family: Roboto-Black;
    src: url('../fonts/Roboto-Black.ttf');
}
@font-face {
    font-family: Roboto-Light;
    src: url('../fonts/Roboto-Light.ttf');
}





@font-face {
    font-family: SOURCEHANSANSCN-EXTRALIGHT;
    src: url('../fonts/SOURCEHANSANSCN-EXTRALIGHT.OTF');
}
@font-face {
    font-family: SOURCEHANSANSCN-LIGHT;
    src: url('../fonts/SOURCEHANSANSCN-LIGHT.OTF');
}
@font-face {
    font-family: SOURCEHANSANSCN-MEDIUM;
    src: url('../fonts/SOURCEHANSANSCN-MEDIUM.OTF');
}
@font-face {
    font-family: SOURCEHANSANSCN-NORMAL;
    src: url('../fonts/SOURCEHANSANSCN-NORMAL.OTF');
}
@font-face {
    font-family: SOURCEHANSANSCN-REGULAR;
    src: url('../fonts/SOURCEHANSANSCN-REGULAR.OTF');
}




@font-face {
    font-family: Roboto-Black;
    src: url('../fonts/Roboto-Black.ttf');
}
@font-face {
    font-family: Roboto-Bold;
    src: url('../fonts/Roboto-Bold.ttf');
}
@font-face {
    font-family: Roboto-BoldCondensed;
    src: url('../fonts/Roboto-BoldCondensed.ttf');
}
@font-face {
    font-family: Roboto-BoldItalic;
    src: url('../fonts/Roboto-BoldItalic.ttf');
}

@font-face {
    font-family: Roboto-Light;
    src: url('../fonts/Roboto-Light.ttf');
}
@font-face {
    font-family: Roboto-Medium;
    src: url('../fonts/Roboto-Medium.ttf');
}
@font-face {
    font-family: Roboto-Regular;
    src: url('../fonts/Roboto-Regular.ttf');
}










.inner{
    width: 85%;
    margin: 0 auto;
}

h3{
    font-family: Roboto-Bold;
}
header{
    float: left;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99999;
    transition: 0.3s;
    background: #009ee3;
}
header.active2{
    /*padding: 12px 0 12px 0;*/
}
header.active{
    box-shadow: 0 8px 6px -9px rgba(0, 0, 0, .1);
}
header .logo{
    display: flex;
    align-items: center;
    float: left;
    position: absolute;
    left: 0%;
    width: 27%;
    height: 100%;
    background: #fff;
    padding-left: 4%;
}
header .logo img{
    display: block;
    max-width: 100%;
    transition: 0.3s;
    width: 260px;
}
header .logo img.active{
    /*max-width: 70%;*/
    transition: 0.3s;
}
header .herader-nav{
    float: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: #27348b;
    height: 100px;
    width: 75%;
    transition: all 0.3s;
}

.header_inner{
    width: 92%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
header .herader-nav > li{
    display: flex;
    align-items: center;
    float: left;
    margin-left: 60px;
    /*margin-top: 34px;*/
    height: 100px;
    position: relative;
    transition: 0.3s;
}
header .herader-nav > li:last-child{
    /*margin-top: 21px;*/
    margin-left: 50px;
}
header .herader-nav > li:last-child .sub{
    top: 50px;
}
header .herader-nav > li:last-child > a{
    width: 159px;
    height: 50px;
    background: #083090;
    color: #fff;
    font-size: 18px;
    border-radius: 25px;
    line-height: 50px;
    text-align: center;
    transition: background-color .4s ease,color .4s ease;
}
header .herader-nav > li:last-child > a:hover{
    color: #083090;
    background: #fff;
    box-shadow: 0 10px 25px 0 rgba(0,0,0,.3);
}
header .herader-nav li:last-child .sub {
    width: 380px;
    left: auto;
    right: 0;
}
header .herader-nav > li.active{
    /*margin-top: 28px;*/
}
header .herader-nav.active{
    /*margin-top: 19px;*/
}
header .herader-nav > li a{
    display: block;
    color: #fff;
    font-size: 17px;
    font-family: Roboto-Bold;
    padding: 0 1px;
    line-height: 34px;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
}
header .herader-nav > li:nth-child(4) .sub{
    display: none!important;
}
header .herader-nav > li:nth-child(6) .sub li:last-child{
    display: none!important;
}
header .herader-nav > li a.active{
    color: #fff;
    border-bottom: 1px solid #ffffff;
}

header .herader-nav > .dropdown-menu > li > a:hover{
    background: none;
    color: #262626;
}
header .herader-nav > li:hover .sub{
    display: block;
}
header ul .search{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 62px;
    position: relative;
    min-width: 90px;
    height: 100%;
    background: #ee7203;
    cursor: pointer;
}

header ul .search img{
    /*width: 18px;*/
    /*cursor: pointer;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 0;*/
    /*z-index: 999;*/
}
header ul .shoppingCart{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0!important;
    position: relative;
    min-width: 90px;
    height: 100%;
    background: #683e82;
}

header ul .search input{
    position: absolute;
    left: -203px;
    top: 0;
    width: 220px;
    height: 28px;
    border-bottom: 1px solid #24286f;
    padding-left: 10px;
    max-width: initial;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}
header ul .search:hover input{
    visibility: visible;
    opacity: 1;
}


header ul .language{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0!important;
    position: relative;
    min-width: 90px;
    height: 100%;
    background: #009ee3;
}

header ul .language .dropdown-toggle{
    color: #fff;
    font-size: 17px;
    font-family: Roboto-Medium;
    width: auto;
    padding: 0;
    border: none;
    margin-bottom: 0;
}


header ul .language .dropdown-toggle span{
    margin-right: 13px;
    display: inline-block;
}
header ul .language .dropdown-toggle span a{
    line-height: normal;
}



header .menu{
    display: none;
    float: right;
    width: 25px;
    cursor: pointer;
    margin-top: 40px;
}

header ul li .dropdown{
    width: auto;
    margin: 0;
}

header ul li .dropdown-menu{
    width: 65px;
    min-width: 65px;
    top: 14px;
    left: -5px;
    padding: 10px 0;
    border: 2px solid transparent;
    border-bottom: 2px solid #079fe4;
}
header.active2 ul li .dropdown-menu{
    top: 4px;
}
header ul li .dropdown-menu li{
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin-bottom: 0;
}
header ul .language .dropdown-toggle img{
    transition: all .3s;
}
header ul .language .dropdown-toggle img.active{
    transform: rotate(180deg);
}

header ul li .dropdown-menu li a{
    padding: 0;
    display: block;
    width: 100%;
    color: #000;
    line-height: 28px;
    font-size: 12px;
}

header .herader-nav .sub{
    position: absolute;
    left: -30px;
    top: 100px;
    width: 335px;
    background: #fff;
    padding: 25px;
    border-bottom: 2px solid #079fe4;
    display: none;
}
header .herader-nav .sub li{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
header .herader-nav .sub li:last-child{
    margin-bottom: 0;
}
header .herader-nav .sub a{
    font-family: Roboto-Regula;
    font-size: 15px;
    color: #676767;
    line-height: 28px;
    float: left;
    border-bottom: 1px solid #fff;
}

header .herader-nav .sub a:hover{
    color: #008ad5;
    border-color: #079fe4;
}







.language .dd {
    position: absolute;
    top: 100%;
    background: #fff;
    width: 130px;
    left: 50%;
    margin-left: -57px;
    border: 1px solid #bbb;
    border-bottom: 5px solid #26348c;
    z-index: 10000;
    transform: translateY(-20px);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .5s;
}

.language:hover .dd {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateY(35px);
}

.language .dd .box {
    padding: 10px 20px;
    background: #fff;
}

.language .dd:before {
    content: "";
    position: absolute;
    top: -3px;
    right: 50%;
    margin-right: -20px;
    height: 40px;
    width: 40px;
    background-color: #FFFFFF;
    border: 1px solid #bbb;
    z-index: -1;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}

.language .dt a {
    display: block;
    text-align: center;
    line-height: 35px;
    height: 35px;
    padding: 0 16px;
    color: #000;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.language .dd a {
    display: block;
    text-align: center;
    line-height: 35px;
    height: 35px;
    padding: 0 16px;
    color: #333;
}

.language .dd a:hover{
    color: #009ee3;
}














.banner{
    float: left;
    width: 100%;
    position: relative;
    margin-top: 100px;
    overflow: hidden;
}
.banner img{
    width: 100%;
}
.banner .banner-text{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
    z-index: 9999;
}
.banner .banner-text h3{
    font-family: Roboto-Bold;
    color: #fff;
    font-size: 72px;
    margin-bottom: 20px;
}
.banner .banner-text p{
    font-family: Roboto-Bold;
    color: #fff;
    font-size: 36px;
    line-height: 46px;
}
.banner-bg{
    position: absolute;
    bottom: 0;
    /*display: none;*/
    left: 0;
}
.banner .txt{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%,-50%);
    font-size: 62px;
    color: #ffffff;
    font-family: HelveticaBold;
}
.navigation{
    position: absolute;
    bottom: 23px;
    left: 0;
    width: 100%;
}
.navigation a{
    font-size: 18px;
    color: #ffffff;
    transition: 0.3s;
    margin-right: 8px;

}
.navigation a:hover{
    color: #008ad5;
}
.itemText{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    min-width: 61%;
    background: rgba(0,0,0,0.45);
    padding: 30px 58px 39px 58px;
}
.itemText h3{
    font-family: Roboto-Bold;
    font-size: 44px;
    color: #ffffff;
    line-height: 74px;
}
.itemText p{
    font-family: Roboto-Light;
    font-size: 24px;
    color: #ffffff;
    line-height: 62px;
}
.itemText a{
    width: 148px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    /*text-transform: uppercase;*/
    background: #009fe3;
    border-radius: 23px;
    transition: 0.5s;
    margin-top: 25px;
}
.itemText a:hover{
    background: #083090;
}


footer{
    float: left;
    width: 100%;
    background: #26348c;
    background-size: contain;
}

footer .footer-top{
    display: flex;
    justify-content: space-between;
    margin-top: 65px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #515da3;
    padding-bottom: 15px;
}

footer .left{
    float: left;
    width: 20%;
    margin-right: 100px;
    display: flex;
    flex-flow: column;
    justify-content: inherit;
}
footer .left img{
    width: 240px;
}
footer .left li{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}
footer .right{
    width: 80%;
    float: right;
    display: flex;
    justify-content: flex-end;
}

footer .right ul{
    float: left;
    margin-left: 85px;
}
footer .right ul:nth-child(1){
    margin-left: 0;
}
footer .right ul:last-child{
    width: auto;
}
footer .right li{
    margin-bottom: 10px;
}
footer .right li a{
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
}
footer .right li a:hover{
    color: #0074bf;
}
footer .right li:first-child{
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    font-family: Roboto-Bold;
}


footer .footer-bot{
    display: flex;
    justify-content: space-between;
    padding: 18px 0;
    float: left;
    width: 100%;
}
footer .footer-bot ul{
    display: flex;
    align-items: center;
    font-size: 14px;
    min-width: 340px;

}

footer .footer-bot ul li{
    border-right: 2px solid #4d59a1;
    padding-right: 20px;
    margin-right: 20px;
    line-height: 14px;
}
footer .footer-bot ul li:last-child{
    border-right: none;
}
footer .footer-bot ul li a{
    color: #fff;
    opacity: .3;
}
footer .footer-bot p{
    color: #fff;
    opacity: 0.3;
    font-size: 14px;
    float: left;
    line-height: 28px;
}
footer p a{
    color: #fff;
}
footer .icon{
    display: flex;
}

footer .icon a{
    display: inline-block;
    margin-left: 11px;
    position: relative;
    min-width: 32px;
    min-height: 32px;
}
footer .icon a:first-child{
    margin-left: 0;
}
footer .icon a > img{
    /*opacity: 0.6;*/
    min-width: 32px;
    width: 32px;
    transition: .3s;
    position: absolute;
    top: 0;
    left: 0;
}
footer .icon a .icon2{
    opacity: 0;
}
footer .icon a:hover .icon2{
    opacity: 1;
}

footer .icon a:hover > img{
    opacity: 1;
}

footer .icon .pic{
    position: absolute;
    width: 180px;
    text-align: center;
    bottom: 55px;
    left: -59px;
    background: #fff;
    border: 1px solid #e0e0e0;
    z-index: -1;
    opacity: 0;
    transition: .3s;
    padding: 10px 0;
}
footer .icon .pic p{
    line-height: 22px;
    margin: 0 auto;
    float: none;
    margin-bottom: 6px;
    color: #333;
}
footer .icon a:hover .pic{
    z-index: 999;
    opacity: 1;
}

footer .icon .pic img{
    width: 150px;
}
















/* ä¾§å¯¼èˆªæ */
#sidenav {
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 999999;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow-x: hidden;
    overflow-y: scroll;
}

#sidenav.active {
    left: 0;
}

#sidenav .top {
    /*border-bottom: 1px solid #cdcdcd;*/
    line-height: 59px;
    position: relative;
    /*padding: 10px 0;*/
    /*margin-bottom: 0.9375rem;*/
}

#sidenav .top img {
    margin-top: -2px;
}

#sidenav .top .logo {
    width: 155px;
    vertical-align: middle;
    margin-left: 0.9375rem;
}

#sidenav .top .close-btn img {
    width: 18px;
    position: absolute;
    right: 0.9375rem;
    top: 50%;
    margin-top: -0.46875rem;
}

#sidenav .search-box {
    width: 92%;
    height: 3.125rem;
    line-height: 3.0625rem;
    margin: 0 auto 0.9375rem;
    border: 1px solid #cdcdcd;
    border-radius: 1.5625rem;
    overflow: hidden;
    position: relative;
    font-size: 0;
}

#sidenav .search-box input {
    padding: 0 0.9375rem;
    width: 83%;
    height: 100%;
    font-size: 0.9375rem;
    color: #666;
    vertical-align: top;
}

#sidenav .search-box a {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 17%;
    height: 100%;
}

#sidenav .search-box img {
    vertical-align: middle;
    width: 1.4375rem;
}

#sidenav .nav {
    margin: 0 auto;
    width: 98%;
}

#sidenav .nav .level1 {
    font-size: 16px;
    color: #38444a;
    line-height: 52px;
    display: block;
    padding-left: 0.9375rem;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-weight: bold;
}
#sidenav .nav .level1 a{
    color: #38444a;
}
#sidenav .nav .level1:first-child {
    border-top: 1px solid #e6e6e6;
}

#sidenav .nav .level1.active {
    background-color: #313739;
    color: #fff;
}
#sidenav .nav .level1 a.active {
    color: #fff;
}
#sidenav .nav .level1 span {
    color: #aaa;
    font-family: 'acrom';
    margin-left: 0.75rem;
    font-weight: normal;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#sidenav .nav .level1.active span {
    color: #fff;
}

#sidenav .nav .level1 .plus-box {
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    right: 0.9375rem;
    top: 50%;
    margin-top: -0.625rem;
}

#sidenav .nav .level1 .plus-box .hor {
    width: 100%;
    height: 0.125rem;
    background-color: #cdcdcd;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.0625rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#sidenav .nav .level1.active .plus-box .hor {
    background-color: #fff;
}

#sidenav .nav .level1 .plus-box .ver {
    height: 100%;
    width: 0.125rem;
    background-color: #cdcdcd;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -0.0625rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#sidenav .nav .level1.active .plus-box .ver {
    background-color: #fff;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
}

#sidenav .nav ul {
    background-color: #f5f5f5;
    display: none;
}
#sidenav .nav ul:nth-child(6){
    display: none!important;
}
#sidenav .nav ul:nth-child(10) li:last-child{
    display: none!important;
}
#sidenav .nav ul li > a {
    padding-left: 0.9375rem;
    font-size: 14px;
    line-height: 46px;
    display: block;
    color: #313739;
    border-bottom: 1px solid #e6e6e6;
}

#sidenav .nav ul li.active > a {
    background-color: #e6e6e6;
}

#sidenav .bottom {
    font-size: 0.9375rem;
    color: #38444a;
    text-align: center;
    padding: 2rem 0;
}

#sidenav .bottom img {
    width: 1.125rem;
    vertical-align: middle;
    margin-right: 0.5625rem;
}

#sidenav .nav .ul2 {
    display: block;
    border-bottom: 1px solid #e6e6e6;
}

#sidenav .nav .ul2 a {
    display: block;
    width: 100%;
    padding-left: 2rem;
    font-size: 14px;
    line-height: 46px;
    color: #313739;
}


.backTop{
    position: fixed;
    right: 10px;
    bottom: 15%;
    background: #c4c9ce;
    width: 50px;
    height: 48px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s;
    opacity: 0;
}
.backTop.active{
    opacity: 1;
}
.backTop img{
    margin-top: 16px;
}
.backTop:hover{
    background: #008ad5;
}


.addSlide {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    z-index: 9999;
    display: none
}

.addSlide .searchbox {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 170px;
    left: 0;
    top: 50%;
    background: #009ee3;
    transform: translate(0, -50%);
}

.addSlide .searchbox .int {
    width: 50%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #FFF;
    top: 50%;
    left: 50%;
}

.addSlide .searchbox .int .t_int {
    width: calc(100% - 50px);
    height: 60px;
    line-height: 60px;
    color: #FFF;
    background: none;
    border: 0px;
    font-size: 16px;
}

.addSlide .searchbox .btn {
    width: 40px;
    height: 40px;
    background: url('../images/search2.svg') no-repeat center center;
    background-size: 20px auto;
    border: none
}

.addSlide .searchbox .close {
    width: 30px;
    position: absolute;
    top: -40px;
    right: 10px;
    cursor: pointer;
}


.addSlide input::-webkit-input-placeholder {
    color: #fff;
}

.addSlide input::-moz-input-placeholder {
    color: #fff;
}

.addSlide input::-ms-input-placeholder {
    color: #fff;
}

header .logo img.active{
    max-width: 90%;
}
header .herader-nav.active{
    height: 80px;
}
header .herader-nav.active > li{
    height: 80px;
}
header .herader-nav.active .sub{
    top: 80px;
}
@media screen and (max-width: 1680px){
    .itemText h3{
        font-size: 36px;
    }
    .itemText h3{
        line-height: 54px;
    }
    header .herader-nav > li{
        margin-left: 28px;
    }
    header ul .search{
        margin-left: 35px;
    }

    header .herader-nav > li:last-child{
        margin-left: 35px;
    }

}
@media screen and (max-width: 1600px){
    header .logo img.active{
        max-width: 80%;
    }
    footer .left img{
        max-width: 200px;
    }
    footer .right ul{
        margin-left: 50px;
    }
    .banner .banner-text h3{
        font-family: Roboto-Bold;
        color: #fff;
        font-size: 50px;
        margin-bottom: 20px;
    }
    .banner .banner-text p{
        font-family: Roboto-Bold;
        color: #fff;
        font-size: 26px;
        line-height: 34px;
    }
}

@media screen and (max-width: 1530px){
    header .herader-nav > li a{
        font-size: 18px;
    }
    header .herader-nav > li:nth-child(9) span{
        font-size: 20px;
    }
}
@media screen and (max-width: 1440px){
    header ul li .dropdown-menu{
        top: -2px;
    }
    header.active2 ul li .dropdown-menu{
        top: -7px;
    }
    .itemText p{
        line-height: 30px;
        margin-top: 12px;
    }
    header .herader-nav > li{
        margin-left: 25px;
    }
    header ul .search{
        margin-left: 20px;
    }
    header .herader-nav > li:nth-child(9){
        margin-left: 20px;
    }
    header .herader-nav > li:last-child{
        margin-left: 20px;
    }
    header .herader-nav > li:last-child > a{
        width: 140px;
        font-size: 16px;
    }



    header .herader-nav > li a{
        font-size: 16px;
    }

    footer .right li a{
        font-size: 14px;
    }

    footer .right li:first-child{
        font-size: 18px;
    }
    .banner{
        margin-top: 70px;
    }
    header .herader-nav{
        height: 70px;
    }
    header .herader-nav > li{
        height: 70px;
    }
    header .herader-nav.active{
        height: 60px;
    }
    header .herader-nav.active > li{
        height: 60px;
    }
    .banner .banner-text h3{
        font-size: 40px;
    }
    .banner .banner-text p{
        font-size: 22px;
        line-height: 28px;
    }
    header .logo img{
        width: 160px;
    }
    .inner{
        width: 90%;
    }
    footer .footer-bot p{
        font-size: 12px;
    }
    footer .footer-bot ul li a{
        font-size: 12px;
    }
    footer p a{
        font-size: 12px;
    }
    .relatedContent .content .text a{
        font-size: 16px;
    }
    header ul .language .dropdown-toggle{
        font-size: 16px;
    }

    header .herader-nav .sub{
        top: 70px;
    }
    header .herader-nav.active .sub{
        top: 60px;
    }
}

@media screen and (max-width: 1366px){
    header .herader-nav > li a{
        font-size: 14px;
    }
}

@media screen and (max-width: 1280px){
    footer .right ul{
        margin-left: 60px;
    }
    header .logo img{
        width: 160px;
    }
}
@media screen and (max-width: 1200px){
    header .menu{
        margin-top: 0;
    }
    header{
        padding: 13px 0;
    }
    .itemText h3{
        font-size: 34px;
        line-height: 40px;
    }
    footer .footer-top{
        display: none;
    }
    footer .footer-bot .icon{
        display: none;
    }
    header .herader-nav{
        display: none;
    }
    header .menu{
        display: block;
    }

    header .logo img{
        width: 150px;
    }
    .header_inner{
        justify-content: space-between;
    }
    header .logo{
        position: relative;
        width: auto;
        left: 0;
    }
    footer .footer-bot{
        flex-flow: wrap;
    }
    footer .footer-bot ul{
        margin: 0 auto;
        margin-bottom: 5px;
        min-width: auto;
    }
    footer .footer-bot ul li:last-child{
        margin-right: 0;
    }
    footer .footer-bot ul li{
        padding-right: 14px;
        margin-right: 14px;
    }
    header{
        background: #fff;
    }
}
@media screen and (max-width: 992px){

}
@media screen and (max-width: 768px) {
    .navigation{
        bottom: 13px;
    }
    .banner .txt{
        display: none;
    }
    .inner{
        width: 92%;
    }
    .header_inner{
        width: 92%;
    }
    header .menu{
        margin-top: 4px;
    }
    header .logo img{
        width: 155px;
    }

    .itemText a{
        background: rgba(0,154,227,0.7);
    }
    .itemText{
        background: none;
    }
    .itemText h3{
        display: none;
    }
    .itemText p{
        display: none;
    }
    header .logo img.active{
        max-width: 90%;
    }
    header .logo{
        padding-left: 0;
    }
    .banner .banner-text h3{
        font-size: 22px;
    }
    .banner .banner-text p{
        display: none;
    }
}

@media screen and (max-width: 375px){

}

@media screen and (max-width: 320px){

}