.looking-for-panel{
position:fixed;
width:100%;
left:0;
bottom:0;
z-index:10;
transition:all .3s;
}

@media (max-width:1023px){
.menu-opened .looking-for-panel{
z-index:-1;
}
}.looking-for-panel.opened{
height:100%}
@media (max-width:1023px){
.looking-for-panel.opened{
z-index:15;
}
}.looking-for-panel.opened .panel-wrap{
top:0;
}
@media (max-width:1440px){
.looking-for-panel.opened .panel-wrap{
width:100%;
padding-left:95px;
}
}@media (max-width:1279px){
.looking-for-panel.opened .panel-wrap{
padding-left:50px;
}
}@media (max-width:1023px){
.looking-for-panel.opened .panel-wrap{
padding-top:0 !important;
}
}.looking-for-panel.opened .panel-wrap .options-wrap{
top:60px;
bottom:auto;
}
@media (max-width:1023px){
.looking-for-panel.opened .panel-wrap .options-wrap{
top:0px;
}
}.looking-for-panel.opened .panel-wrap .child-panel{
height:calc(100% - 60px);
}
@media (max-width:1023px){
.looking-for-panel.opened .panel-wrap .child-panel{
height:calc(100% - 120px);
}
}.looking-for-panel .panel-wrap{
position:absolute;
top:-60px;
right:0;
display:flex;
flex-wrap:wrap;
align-items:center;
width:65%;
height:100%;
padding-right:95px;
}
@media (max-width:1440px){
.looking-for-panel .panel-wrap{
padding-right:95px;
}
}@media (max-width:1279px){
.looking-for-panel .panel-wrap{
padding-right:50px;
}
}@media (max-width:1023px){
.looking-for-panel .panel-wrap{
top:-50px;
width:100%;
padding-left:0 !important;
padding-right:0 !important;
align-items:stretch;
}
}.looking-for-panel .panel-wrap .bar{
display:inline-flex;
width:100%;
height:60px;
}
@media (max-width:1023px){
.looking-for-panel .panel-wrap .bar{
flex-wrap:wrap;
height:auto;
}
.looking-for-panel .panel-wrap .bar.mobile-active{
margin-top:-70px;
}
.looking-for-panel .panel-wrap .bar.mobile-active .title:after{
position:absolute;
bottom:-5px;
left:50%;
width:0;
height:0;
border-left:5px solid transparent;
border-right:5px solid transparent;
border-top:5px solid #fb4a04;
transform:translateX(-50%);
z-index:10;
content:''}
}.looking-for-panel .panel-wrap .bar .title{
flex:2;
display:inline-flex;
align-items:center;
position:relative;
height:inherit;
color:#fff;
background:#fb4a04;
font-size:14px;
font-weight:700;
line-height:20px;
text-transform:uppercase;
}
.looking-for-panel .panel-wrap .bar .title:lang(zh){
font-size:16px;
}
@media (max-width:1279px){
.looking-for-panel .panel-wrap .bar .title{
font-size:12px;
}
.looking-for-panel .panel-wrap .bar .title:lang(zh){
font-size:14px;
}
}@media (max-width:375px){
.looking-for-panel .panel-wrap .bar .title{
font-size:14px;
}
.looking-for-panel .panel-wrap .bar .title:lang(zh){
font-size:16px;
}
}@media (max-width:1023px){
.looking-for-panel .panel-wrap .bar .title{
flex:auto;
justify-content:center;
height:50px;
text-align:center;
cursor:pointer;
}
.opened.looking-for-panel .panel-wrap .bar .title{
cursor:inherit;
}
.opened.looking-for-panel .panel-wrap .bar .title:after{
position:absolute;
bottom:-10px;
left:50%;
width:0;
height:0;
border-left:10px solid transparent;
border-right:10px solid transparent;
border-top:10px solid #fb4a04;
transform:translateX(-50%);
z-index:10;
content:''}
}.looking-for-panel .panel-wrap .bar .title span{
padding:0 30px;
}
.looking-for-panel .panel-wrap .bar .close{
position:relative;
position:absolute;
top:50%;
right:50px;
height:inherit;
border:none;
background:none;
transform:translateY(-50%);
cursor:pointer;
}
.looking-for-panel .panel-wrap .bar .close:before, .looking-for-panel .panel-wrap .bar .close:after{
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
margin:auto;
width:30px;
height:1px;
border-top:2px solid #000;
transform:rotate(45deg);
content:''}
.looking-for-panel .panel-wrap .bar .close:after{
transform:rotate(-45deg);
}
@media (max-width:1023px){
.looking-for-panel .panel-wrap .bar .close{
right:15px;
visibility:hidden;
}
.opened.looking-for-panel .panel-wrap .bar .close{
visibility:visible;
}
}.looking-for-panel .panel-wrap .bar .close:before, .looking-for-panel .panel-wrap .bar .close:after{
border-color:#fff;
}
@media (max-width:1023px){
.looking-for-panel .panel-wrap .bar .close:before, .looking-for-panel .panel-wrap .bar .close:after{
width:12px;
}
}.looking-for-panel .panel-wrap .bar .close.desktop-only:focus{
visibility:hidden;
}
.opened.looking-for-panel .panel-wrap .bar .close.desktop-only:focus{
visibility:visible;
}
.looking-for-panel .panel-wrap .bar .select{
flex:1;
display:inline-flex;
align-items:center;
position:relative;
height:inherit;
background:#4adede;
}
@media (max-width:1023px){
.looking-for-panel .panel-wrap .bar .select{
flex:auto;
width:100%;
height:70px;
}
}.looking-for-panel .panel-wrap .bar .select:hover:before, .looking-for-panel .panel-wrap .bar .select:focus:before{
width:100%}
.looking-for-panel .panel-wrap .bar .select:before{
position:absolute;
top:0;
left:0;
width:0;
height:100%;
background:#0D90FF;
transition:all .3s;
content:''}
.looking-for-panel .panel-wrap .bar .select:after{
position:absolute;
top:50%;
left:0;
height:30px;
border-left:1px solid rgba(255, 255, 255, 0.25);
transform:translateY(-50%);
content:''}
.looking-for-panel .panel-wrap .bar .select .selected-wrap{
width:100%;
height:inherit;
background:#fb4a04;
color:#fff;
font-size:14px;
font-weight:700;
line-height:20px;
}
.looking-for-panel .panel-wrap .bar .select .selected-wrap:lang(zh){
font-size:16px;
}
@media (max-width:1279px){
.looking-for-panel .panel-wrap .bar .select .selected-wrap{
font-size:12px;
}
.looking-for-panel .panel-wrap .bar .select .selected-wrap:lang(zh){
font-size:14px;
}
}@media (max-width:375px){
.looking-for-panel .panel-wrap .bar .select .selected-wrap{
font-size:14px;
}
.looking-for-panel .panel-wrap .bar .select .selected-wrap:lang(zh){
font-size:16px;
}
}@media (max-width:1023px){
.looking-for-panel .panel-wrap .bar .select .selected-wrap{
display:none;
}
}.looking-for-panel .panel-wrap .bar .select .selected-wrap button{
position:relative;
width:inherit;
height:inherit;
padding:0 30px;
border:none;
background:none;
color:inherit;
font-size:inherit;
font-weight:bold;
text-align:left;
text-transform:uppercase;
cursor:pointer;
}
.looking-for-panel .panel-wrap .bar .select .selected-wrap button:focus{
border:6px solid #3EFFFF;
}
@media (max-width:1023px){
.looking-for-panel .panel-wrap .bar .select .selected-wrap button{
width:100%}
}.looking-for-panel .panel-wrap .bar .select .selected-wrap button:after{
position:absolute;
top:50%;
right:30px;
width:0;
height:0;
border-left:5px solid transparent;
border-right:5px solid transparent;
border-top:5px solid #fff;
transform:translateY(-50%);
content:''}
.looking-for-panel .panel-wrap .bar .select .options-wrap{
position:absolute;
bottom:0;
left:0;
width:100%;
height:0;
transition:all .3s;
visibility:hidden;
overflow:hidden;
z-index:5;
}
@media (max-width:1023px){
.looking-for-panel .panel-wrap .bar .select .options-wrap{
position:relative;
bottom:auto;
left:auto;
height:auto;
visibility:visible;
overflow:auto;
}
}.looking-for-panel .panel-wrap .bar .select .options-wrap.active{
height:auto;
visibility:visible;
overflow:visible;
}
.looking-for-panel .panel-wrap .bar .select .options-wrap .options{
margin:0;
padding:0;
list-style:none;
background:#4adede;
}
.looking-for-panel .panel-wrap .bar .select .options-wrap .options li{
position:relative;
width:100%;
height:60px;
}
@media (max-width:1023px){
.looking-for-panel .panel-wrap .bar .select .options-wrap .options li{
display:inline-block;
width:auto;
height:70px;
}
}.looking-for-panel .panel-wrap .bar .select .options-wrap .options li:hover:before, .looking-for-panel .panel-wrap .bar .select .options-wrap .options li:focus:before{
width:100%}
.looking-for-panel .panel-wrap .bar .select .options-wrap .options li:before{
position:absolute;
top:0;
left:0;
width:0;
height:100%;
background:#3EFFFF;
transition:all .3s;
content:''}
@media (max-width:1023px){
.looking-for-panel .panel-wrap .bar .select .options-wrap .options li:before{
display:none;
}
}.looking-for-panel .panel-wrap .bar .select .options-wrap .options li:after{
position:absolute;
left:50%;
bottom:0;
width:calc(100% - 60px);
border-top:1px solid rgba(255, 255, 255, 0.2);
transform:translateX(-50%);
content:''}
@media (max-width:1023px){
.looking-for-panel .panel-wrap .bar .select .options-wrap .options li:after{
display:none;
}
}.looking-for-panel .panel-wrap .bar .select .options-wrap .options li:last-child:after{
display:none;
}
.looking-for-panel .panel-wrap .bar .select .options-wrap .options li button{
position:relative;
width:100%;
height:inherit;
padding:0 30px;
border:none;
background:none;
font-size:14px;
font-weight:700;
line-height:20px;
text-align:left;
text-transform:uppercase;
cursor:pointer;
z-index:0;
}
.looking-for-panel .panel-wrap .bar .select .options-wrap .options li button:focus{
border:6px solid #fb4a04;
}
.looking-for-panel .panel-wrap .bar .select .options-wrap .options li button:lang(zh){
font-size:16px;
}
@media (max-width:1279px){
.looking-for-panel .panel-wrap .bar .select .options-wrap .options li button{
font-size:12px;
}
.looking-for-panel .panel-wrap .bar .select .options-wrap .options li button:lang(zh){
font-size:14px;
}
}@media (max-width:375px){
.looking-for-panel .panel-wrap .bar .select .options-wrap .options li button{
font-size:14px;
}
.looking-for-panel .panel-wrap .bar .select .options-wrap .options li button:lang(zh){
font-size:16px;
}
}@media (max-width:1023px){
.looking-for-panel .panel-wrap .bar .select .options-wrap .options li button{
font-weight:normal;
}
}.opened.looking-for-panel .panel-wrap .bar .select .options-wrap .options .slick-slide{
opacity:.5;
transition:all .3s;
}
.opened.looking-for-panel .panel-wrap .bar .select .options-wrap .options .slick-slide.slick-current{
opacity:1;
}
.looking-for-panel .panel-wrap .child-panel{
width:100%}
.looking-for-panel .panel-wrap .child-panel .panel{
display:none;
height:100%;
color:#fff;
background:#313a3f;
overflow:hidden;
}
.looking-for-panel .panel-wrap .child-panel .panel.active{
display:block;
overflow:auto;
}
.looking-for-panel .panel-wrap .child-panel .panel .simplebar-mask .simplebar-content{
height:inherit;
}
.looking-for-panel .panel-wrap .child-panel .panel .content-container{
display:flex;
min-height:100%}
@media (max-width:1440px){
.looking-for-panel .panel-wrap .child-panel .panel .content-container{
flex-wrap:wrap;
}
}.looking-for-panel .panel-wrap .child-panel .panel .content-container .col{
flex:1;
padding-top:50px;
padding-bottom:28px;
padding-left:50px;
padding-right:50px;
border-left:1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width:1023px){
.looking-for-panel .panel-wrap .child-panel .panel .content-container .col{
flex:auto;
padding-top:38px;
padding-left:30px;
border-left:none;
border-bottom:1px solid rgba(255, 255, 255, 0.1);
}
}.looking-for-panel .panel-wrap .child-panel .panel .content-container .col.top-bottom{
position:relative;
display:inline-flex;
flex-direction:column;
align-content:space-between;
padding-bottom:60px;
}
@media (max-width:1440px){
.looking-for-panel .panel-wrap .child-panel .panel .content-container .col.top-bottom{
width:50%}
}@media (max-width:576px){
.looking-for-panel .panel-wrap .child-panel .panel .content-container .col.top-bottom{
width:100%}
}.looking-for-panel .panel-wrap .child-panel .panel .content-container .col.top-bottom .btn-wrap{
position:absolute;
bottom:0;
right:0;
width:auto;
white-space:nowrap;
}
.looking-for-panel .panel-wrap .child-panel .panel .content-container .col:first-child{
border-left:none;
}
@media (max-width:1023px){
.looking-for-panel .panel-wrap .child-panel .panel .content-container .col:last-child{
padding-bottom:38px;
border-bottom:none;
}
}.looking-for-panel .panel-wrap .child-panel .panel .content-container .col .section-title{
margin-top:0;
margin-bottom:20px;
font-size:1.375em;
font-weight:normal;
color:rgba(255, 255, 255, 0.5);
}
@media (max-width:1279px){
.looking-for-panel .panel-wrap .child-panel .panel .content-container .col .section-title{
font-size:1.125em;
}
}@media (max-width:1023px){
.looking-for-panel .panel-wrap .child-panel .panel .content-container .col .section-title{
margin-bottom:15px;
font-size:1.375em;
}
}.looking-for-panel .panel-wrap .child-panel .panel .content-container .col .list{
display:flex;
flex-wrap:wrap;
margin:0;
padding:0;
list-style:none;
}
.looking-for-panel .panel-wrap .child-panel .panel .content-container .col .list.noarrow li{
padding-left:0;
}
.looking-for-panel .panel-wrap .child-panel .panel .content-container .col .list.noarrow li:after{
display:none;
}
.looking-for-panel .panel-wrap .child-panel .panel .content-container .col .list.usefullinks li{
text-transform:uppercase;
}
@media (max-width:1023px){
.looking-for-panel .panel-wrap .child-panel .panel .content-container .col .list.usefullinks li{
width:50%}
}.looking-for-panel .panel-wrap .child-panel .panel .content-container .col .list li{
position:relative;
width:100%;
padding-top:20px;
padding-bottom:20px;
padding-left:20px;
}
@media (max-width:1023px){
.looking-for-panel .panel-wrap .child-panel .panel .content-container .col .list li{
padding-bottom:20px;
}
}.looking-for-panel .panel-wrap .child-panel .panel .content-container .col .list li:after{
position:absolute;
top:25px;
left:0;
width:0;
height:0;
border-top:5px solid transparent;
border-bottom:5px solid transparent;
border-left:5px solid #fff;
content:''}
.looking-for-panel .panel-wrap .child-panel .panel .content-container .col .list li:last-child{
margin-bottom:0;
}
.looking-for-panel .panel-wrap .child-panel .panel .content-container .col .list a{
background-image:linear-gradient(#fff,  #fff);
background-position:0% 100%;
background-repeat:no-repeat;
background-size:0% 1px;
transition:background-size .3s;
}
.looking-for-panel .panel-wrap .child-panel .panel .content-container .col .list a:hover, .looking-for-panel .panel-wrap .child-panel .panel .content-container .col .list a:focus{
background-size:100% 1px;
}
@media (max-width:1279px){
.looking-for-panel .panel-wrap .child-panel .panel .content-container .col .list a{
font-size:.875em;
}
}@media (max-width:1023px){
.looking-for-panel .panel-wrap .child-panel .panel .content-container .col .list a{
font-size:inherit;
}
}.looking-for-panel .panel-wrap .child-panel .panel .content-container .col .story-wrap{
flex:1 1 auto;
width:100%}
.looking-for-panel .panel-wrap .child-panel .panel .content-container .col .story-wrap .story-box{
display:inline-flex;
width:100%;
padding:20px 0;
}
.looking-for-panel .panel-wrap .child-panel .panel .content-container .col .story-wrap .story-box:focus{
border:6px solid #fb4a04;
}
.looking-for-panel .panel-wrap .child-panel .panel .content-container .col .story-wrap .story-box .content{
flex:3;
width:100%}
.looking-for-panel .panel-wrap .child-panel .panel .content-container .col .story-wrap .story-box .content .meta{
margin-bottom:8px;
color:rgba(255, 255, 255, 0.5);
}
.looking-for-panel .panel-wrap .child-panel .panel .content-container .col .story-wrap .story-box .content .meta ul li.date{
color:rgba(255, 255, 255, 0.5);
}
.looking-for-panel .panel-wrap .child-panel .panel .content-container .col .story-wrap .story-box .content .meta ul li.date:after{
display:none;
}
.looking-for-panel .panel-wrap .child-panel .panel .content-container .col .story-wrap .story-box .content .meta ul li.category{
display:none;
}
.looking-for-panel .panel-wrap .child-panel .panel .content-container .col .story-wrap .story-box .content .title{
display:inline;
font-weight:normal;
background-image:linear-gradient(#fff,  #fff);
background-position:0% 100%;
background-repeat:no-repeat;
background-size:0% 1px;
transition:background-size .3s;
}
.looking-for-panel .panel-wrap .child-panel .panel .content-container .col .story-wrap .story-box .content .title:hover, .looking-for-panel .panel-wrap .child-panel .panel .content-container .col .story-wrap .story-box .content .title:focus{
background-size:100% 1px;
}
@media (max-width:1279px){
.looking-for-panel .panel-wrap .child-panel .panel .content-container .col .story-wrap .story-box .content .title{
font-size:.875em;
}
}@media (max-width:1023px){
.looking-for-panel .panel-wrap .child-panel .panel .content-container .col .story-wrap .story-box .content .title{
font-size:inherit;
}
}@media (max-width:1024px){
header{
background:#eae8e9;
}
}header.sticky:before{
border-color:rgba(112, 112, 112, 0.15);
}
header:before{
border-color:rgba(255, 255, 255, 0.4);
}
@media (max-width:1024px){
	header .content{background:inherit;}
}
.sidebar-wrap .content{display:none;}
.hero-slider:after{position:absolute;top:0;right:94px;height:100%;z-index:5;content:''}
@media (max-width:1279px){
	.hero-slider:after{right:49px;}
}
@media (max-width:1023px){
.hero-slider:after{display:none;}
}
.hero-slider .controls{display:flex;align-items:center;margin-top:60px;margin-bottom:20px;max-width:30%;overflow:hidden;}
@media (max-width:1279px){
.hero-slider .controls{margin-top:35px;}
}
@media (max-width:1023px){
.hero-slider .controls-wrap{position:relative;}
.hero-slider .controls{position:absolute;bottom:10px;right:30px;margin-top:0;margin-bottom:0;max-width:none;}
}
.hero-slider .controls .control-btn{position:relative;margin:0;padding:0;width:18px;height:18px;background:none;border:none;text-indent:9999px;overflow:hidden;cursor:pointer;}
.hero-slider .controls .control-btn:hover:before, .hero-slider .controls .control-btn:focus:before{border-color:#000;}
.hero-slider .controls .control-btn:before{position:absolute;top:48%;left:50%;border:solid #878282;border-width:0 2px 2px 0;display:inline-block;padding:5px;text-indent:-9999px;transform:translate(-50%,  -50%);transition:all .3s;content:''}
.hero-slider .controls .control-btn.previous{transform:rotate(135deg);}
.hero-slider .controls .control-btn.next{transform:rotate(-45deg);}
.hero-slider .controls .slick-dots{margin-top:5px;padding:0 5px;text-align:left;}
@media (max-width:1023px){
	.hero-slider .controls .slick-dots{margin-top:0;padding:0;}
}
.hero-slider .slider-text{width:100%;overflow:hidden;}
@media (max-width:1023px){
	.hero-slider .slider-text{position:relative;width:100%;background-color:#e4e8e9;}
}
.hero-slider .slider-text .item .content{width:fit-content;max-width:46%;background:rgba(255,255,255,0.7);}
@media (max-width:1680px){
	.hero-slider .slider-text .item .content{max-width:43%;}
}
@media (max-width:1023px){
	.hero-slider .slider-text .item .content{max-width:none;min-height:auto;background:transparent;}
}

.hero-slider .slider-text .item .content h2{border-left:10px solid #fb4a04;font-size:2.5em;margin:0;line-height:1.5em;font-weight:300;text-transform:uppercase;padding:10px 20px;font-size:2em;}
@media (min-width:1024px){
	.hero-slider .slider-text .item .content h2{margin:55px 0 20px 0;font-size:2.8em;}
}
.hero-slider .slider-text .item .content p{max-width:58%;color:#313a3f;}
@media (max-width:1023px){
	.hero-slider .slider-text .item .content p{max-width:none;}
}
.hero-slider .slider-text .item .content .btn{margin-top:10px;}
.hero-slider .slider-text .item .content .btn span{text-transform:uppercase;}
.hero-slider .slider-cover{position:absolute;top:124px;right:0;max-width:55%;width:100%;height:100%;overflow:hidden;}
@media (max-width:1023px){
	.hero-slider .slider-cover{position:relative;width:100%;height:auto;top:0;max-width:100%;}
}
.hero-slider .slider-cover .slick-list, .hero-slider .slider-cover .slick-track{height:inherit;}
@media (max-width:1023px){
	.hero-slider .slider-cover .slick-slide{height:inherit;}
}
.hero-slider .slider-cover .slick-slide>div{height:inherit;}
.hero-slider .slider-cover .item{height:inherit;background-size:cover;}
@media (max-width:1023px){
.hero-slider .slider-cover .item{background:none !important;}
}
@media (max-width:1023px){
.hero-slider .slider-cover .item .mimage{height:480px;background-size:cover;}
}@media (max-width:576px){
.hero-slider .slider-cover .item .mimage{height:235px;}
}
.left-right-wrap{display:inline-flex;width:100%;}
.left-right-wrap .mobile-only{display:block;}
.left-right-wrap .mobile-edge-only{display:block;}
.left-right-wrap .desktop-only{display:none;}
.left-right-wrap .desktop-edge-only{display:none;}
.highlight-policy .news-wrap{border-left:0;}
.highlight-policy .box-content .left-right-wrap{display:block;width:100%;}
.highlight-policy .left-right-wrap .featured{width:30%;}
@media (min-width:1024px){
.highlight-policy .news-wrap{border-left:15px solid #fb4a04;}
.left-right-wrap .mobile-only{display:none}
.left-right-wrap .mobile-edge-only{display:none;}
.left-right-wrap .desktop-only{display:block;}
.left-right-wrap .desktop-edge-only{display:block;}
.highlight-policy .left-right-wrap .more{width:70%;}
.highlight-policy .left-right-wrap .featured{width:30%;}
}
	
	
@media (max-width:1023px){
	.left-right-wrap{display:block;}
	.left-right-wrap .mobile-only img{width:100%;}
}
.left-right-wrap .box-content.full{flex:auto;width:100%;border-top:1px solid #eaeaea;}
@media (max-width:1680px){
.left-right-wrap .box-content.story .story-box .meta{font-size:.685em;white-space:nowrap;}
}
@media (max-width:1440px){
	.left-right-wrap .box-content.story .story-box .meta{font-size:.585em;}
}
@media (max-width:1023px){
	.left-right-wrap .box-content.story .story-box .meta{font-size:.875em;white-space:inherit;}
}
.left-right-wrap .intro-wrap{padding:0 30px;display:flex;justify-content:space-between;}
@media (max-width:1023px){
	.left-right-wrap .intro-wrap{margin-top:10px;margin-bottom:10px;padding-right:0;text-align:center;}
	.left-right-wrap .intro-wrap p{display:none;}
}

.left-right-wrap .section-title{position:relative;margin:0;font-size:70px;font-weight:600;}
@media (max-width:1680px){
.left-right-wrap .section-title{font-size:3.5em;}
}@media (max-width:1440px){
.left-right-wrap .section-title{font-size:62px;}
}@media (max-width:1279px){
.left-right-wrap .section-title{font-size:42px;}
}@media (max-width:375px){
.left-right-wrap .section-title{font-size:32px;}
}@media (max-width:1023px){
.left-right-wrap .section-title{padding-bottom:0;}
}
.left-right-wrap .section-title span{color:#fb4a04;padding:0 10px;}
.left-right-wrap .story-box{display:inline-block;}
.left-right-wrap .story-box .cover{position:relative;margin-bottom:30px;padding-top:76%;overflow:hidden;}
@media (max-width:1023px){
	.left-right-wrap .story-box .cover{padding-top:0;}
}
.left-right-wrap .story-box .cover img{
position:absolute;top:50%;left:50%;display:block;width:auto;max-width:100%;transform:translate(-50%, -50%);}
@media (max-width:1023px){
.left-right-wrap .story-box .cover img{position:relative;top:auto;left:auto;width:100%;max-width:none;transform:none;}
}
.left-right-wrap .story-box .title{margin-top:15px;margin-bottom:0;font-size:1.3em;font-weight:500;line-height:34px;}
@media (max-width:1440px){
.left-right-wrap .story-box .title{font-size:20px;line-height:30px;}
}@media (max-width:1279px){
.left-right-wrap .story-box .title{font-size:16px;line-height:24px;}
}@media (max-width:375px){
.left-right-wrap .story-box .title{font-size:1.3em;line-height:32px;}
}
.latest-news .left-right-wrap .section-title{color:#666;display:flex;margin-top:20px;margin-bottom:30px;width:100%;}
@media (max-width:1023px){
	.latest-news .left-right-wrap .section-title{margin-bottom:0;padding-bottom:40px;display:inherit;}
	.latest-news .left-right-wrap .section-title:after{display:block;}
}
.latest-news .left-right-wrap .box-content .story-box:focus{border:6px solid #fb4a04;}
.latest-news .text{padding-bottom:50px;}
@media (max-width:1680px){
.latest-news .text{padding-bottom:0;}
}
.latest-news .story{border-left:1px solid #eaeaea;}
@media (max-width:1023px){
.latest-news .story{border:none;}
}
.latest-news .story .story-box .content-outer{
padding-top:60px;
padding-left:50px;
padding-right:50px;
padding-bottom:50px;
}
@media (max-width:1279px){
.latest-news .story .story-box .content-outer{
padding-left:40px;
padding-right:40px;
padding-bottom:40px;
}
}@media (max-width:1023px){
.latest-news .story .story-box .content-outer{
padding-top:40px;
padding-bottom:40px;
padding-left:0;
padding-right:0;
}
}.latest-news .story .story-box .content-outer .content .title{
min-height:130px;
}
@media (max-width:1023px){
.latest-news .story .story-box .content-outer .content .title{
min-height:auto;
}
}.latest-news .tabs{
position:relative;
}
@media (max-width:1023px){
.latest-news .tabs{
margin-left:-30px;
margin-right:-30px;
}
}.latest-news .tabs:after{
position:absolute;
top:-1px;
left:-140px;
width:140px;
height:100%;
border-top:1px solid #eaeaea;
background:#fafafa;
content:''}
@media (max-width:1680px){
.latest-news .tabs:after{
left:-95px;
width:95px;
}
}@media (max-width:1023px){
.latest-news .tabs:after{
display:none;
}
}.latest-news .tabs ul{
display:inline-flex;
align-items:flex-start;
justify-content:space-between;
margin:0;
padding-top:70px;
padding-bottom:70px;
padding-left:0;
padding-right:90px;
width:100%;
height:100%;
list-style:none;
background:#fafafa;
}
@media (max-width:1279px){
.latest-news .tabs ul{
padding-top:50px;
padding-bottom:50px;
padding-right:45px;
}
}@media (max-width:1023px){
.latest-news .tabs ul{
justify-content:space-evenly;
padding-top:20px;
padding-bottom:20px;
padding-right:0;
background:#fff;
}
}.latest-news .tabs ul li{
display:flex;
align-items:center;
justify-content:center;
height:100%}
@media (max-width:1023px){
.latest-news .tabs ul li{
position:relative;
align-items:flex-start;
width:100%}
.latest-news .tabs ul li:after{
position:absolute;
bottom:-20px;
left:0;
width:0;
border-bottom:4px solid #fb4a04;
content:''}
}@media (max-width:1023px){
.latest-news .tabs ul li:hover:after, .latest-news .tabs ul li:focus:after, .latest-news .tabs ul li.active:after{
width:100%;
transition:all .3s;
}
}.latest-news .tabs ul li:hover img.normal, .latest-news .tabs ul li:focus img.normal, .latest-news .tabs ul li.active img.normal{
display:none;
}
.latest-news .tabs ul li:hover img.active, .latest-news .tabs ul li:focus img.active, .latest-news .tabs ul li.active img.active{
display:block;
}
.latest-news .tabs ul li button:focus{
border:6px solid #fb4a04;
}
.latest-news .tabs ul li button{
display:inline-block;
margin:0;
padding:0;
background:none;
border:none;
font-size:14px;
font-weight:700;
line-height:20px;
text-align:center;
text-transform:uppercase;
cursor:pointer;
}
.latest-news .tabs ul li button:lang(zh){
font-size:16px;
}
@media (max-width:1279px){
.latest-news .tabs ul li button{
font-size:12px;
}
.latest-news .tabs ul li button:lang(zh){
font-size:14px;
}
}@media (max-width:375px){
.latest-news .tabs ul li button{
font-size:14px;
}
.latest-news .tabs ul li button:lang(zh){
font-size:16px;
}
}.latest-news .tabs ul li img{
display:none;
max-width:45px;
margin:0 auto 25px;
}
@media (max-width:1023px){
.latest-news .tabs ul li img{
margin-bottom:15px;
max-width:25px;
}
}.latest-news .tabs ul li img.normal{
display:block;
}
.latest-news .news-list{
flex-wrap:wrap;
flex-direction:column;
justify-content:space-between;
height:100%;
background:#f5f5f5;
border-left:1px solid #eaeaea;
}
@media (max-width:1023px){
.latest-news .news-list{
display:block;
border-left:none;
}
}.latest-news .news-list .news-wrap{
display:inherit;
flex-wrap:inherit;
overflow:hidden;
}.latest-news .news-list .news-wrap .slick-list{
overflow:visible;
}
.latest-news .news-list .news-wrap .story-box{display:inline-flex;padding:20px 50px;width:100%;border-bottom:1px solid #ccc;}
.latest-news .news-list .news-wrap .story-box:focus{border:6px solid #fb4a04;}

@media (max-width:1023px){
	.latest-news .news-list .news-wrap .story-box{flex-wrap:wrap;border-bottom:0;border-right:1px solid #ccc;margin:0;padding-right:30px;}
}
@media (max-width:1023px){
	.latest-news .news-list .news-wrap .story-box .content{flex:2;}
	.latest-news .news-list .news-wrap .story-box .content .title{margin-top:10px;font-size:18px;line-height:24px;}
}
.highlight-policy .left-right-wrap .section-title{color:#666;display:flex;margin-top:20px;margin-bottom:30px;}
.highlight-policy .left-right-wrap .section-title:after{border-color:#fff;}
.highlight-policy .left-right-wrap .section-title span{color:#fff;}
.highlight-policy .left-right-wrap .box-content.heading{position:relative;border-top:none;}
@media (max-width:1023px){
	.highlight-policy .left-right-wrap .box-content.heading{padding-left:30px;padding-right:30px;}
}
@media (max-width:1023px){
	.highlight-policy .left-right-wrap .box-content.heading.mobile-only{display:inline-flex !important;}
}
.highlight-policy .left-right-wrap .box-content.heading:after{position:absolute;top:0;left:-140px;width:140px;height:100%;content:''}
@media (max-width:1680px){
	.highlight-policy .left-right-wrap .box-content.heading:after{left:-95px;width:95px;}
}
@media (max-width:1023px){
	.highlight-policy .left-right-wrap .box-content.heading:after{display:none;}
}
.highlight-policy .left-right-wrap .box-content.heading .intro-wrap .section-title:after{border-color:#fb4a04;}
.highlight-policy .left-right-wrap .box-content.heading .intro-wrap .section-title span{color:#fb4a04;}
.highlight-policy .left-right-wrap .box-content.heading .btn-wrap .btn{border-color:#fb4a04;}
.highlight-policy .left-right-wrap .box-content.heading .btn-wrap .btn:hover span:before, .highlight-policy .left-right-wrap .box-content.heading .btn-wrap .btn:focus span:before{border-left-color:#fb4a04;}
.highlight-policy .left-right-wrap .box-content.heading .btn-wrap .btn:hover span:after, .highlight-policy .left-right-wrap .box-content.heading .btn-wrap .btn:focus span:after{background:transparent;border-color:#fb4a04;}
.highlight-policy .left-right-wrap .box-content.heading .btn-wrap .btn span:after{background:#fb4a04;}
.highlight-policy>.left-right-wrap:first-child{flex-wrap:nowrap;}
@media (max-width:1023px){
	.highlight-policy>.left-right-wrap:first-child{flex-wrap:wrap;}
}
@media (max-width:1023px){
	.highlight-policy .story-box .content .summary{display:none;}
}.highlight-policy .text{position:relative;display:inline-flex;flex-wrap:wrap;align-content:space-between;}
@media (max-width:1023px){
	.highlight-policy .text{margin-left:-30px;margin-right:-30px;padding-left:30px;padding-right:30px;}
}
.highlight-policy .text:after{position:absolute;top:0;left:-140px;width:140px;height:100%;background:#fb4a04;content:''}
@media (max-width:1680px){
	.highlight-policy .text:after{left:-95px;width:95px;}
}
.highlight-policy .text .btn-wrap .btn{position:relative;right:-1px;border-color:#4adede;}
.highlight-policy .text .btn-wrap .btn:hover span:before, .highlight-policy .text .btn-wrap .btn:focus span:before{border-left-color:#fff;}
.highlight-policy .text .btn-wrap .btn:hover span:after, .highlight-policy .text .btn-wrap .btn:focus span:after{background:transparent;border-color:#fff;}
.highlight-policy .text .btn-wrap .btn span:before{border-left-color:#fb4a04;}
.highlight-policy .text .btn-wrap .btn span:after{background:#fff;}
.highlight-policy .news-list{flex:auto;display:flex;flex-wrap:wrap;flex-direction:column;justify-content:space-between;width:100%;border-left:1px solid #fb4a04;}
@media (max-width:1023px){
	.highlight-policy .news-list{display:block;border:none;}
	.highlight-policy .news-list .news-wrap{height:auto;}
	.highlight-policy .news-list .news-wrap .story-box{width:100%;padding-left:30px;padding-right:30px;padding-top:30px;padding-bottom:30px;}
	.highlight-policy .news-list .news-wrap .story-box:last-child{border-bottom:none !important;}
	.highlight-policy .news-list .news-wrap .story-box .title{margin-top:0;font-size:18px;line-height:24px;}
	.highlight-policy .text:after{display:none;}
}
.highlight-policy .news-list .news-wrap{display:inherit;flex-wrap:wrap;height:100%;overflow:hidden;}
@media (max-width:1023px){
	
}
.highlight-policy .news-list .news-wrap .story-box{position:relative;display:inline-flex;padding:50px;width:33.33333%;transition:all .3s;}
@media (max-width:1440px){
	.highlight-policy .news-list .news-wrap .story-box{padding:40px;}
}
.highlight-policy .news-list .news-wrap .story-box:hover, .highlight-policy .news-list .news-wrap .story-box:focus{border-color:#fb4a04;border:6px solid #fb4a04 !important;}
.highlight-policy .news-list .news-wrap .story-box:nth-child(1):after, .highlight-policy .news-list .news-wrap .story-box:nth-child(2):after, .highlight-policy .news-list .news-wrap .story-box:nth-child(3):after{
position:absolute;
bottom:-6px;
left:-6px;
width:calc(100% + 12px);
border-bottom:1px solid #eaeaea;
z-index:-1;
content:''}
@media (max-width:1023px){
.highlight-policy .news-list .news-wrap .story-box:nth-child(1):after, .highlight-policy .news-list .news-wrap .story-box:nth-child(2):after, .highlight-policy .news-list .news-wrap .story-box:nth-child(3):after{
display:none;
}
}.highlight-policy .news-list .news-wrap .story-box:nth-child(1):before, .highlight-policy .news-list .news-wrap .story-box:nth-child(2):before, .highlight-policy .news-list .news-wrap .story-box:nth-child(4):before, .highlight-policy .news-list .news-wrap .story-box:nth-child(5):before{
position:absolute;
top:-6px;
right:-6px;
height:calc(100% + 12px);
border-right:1px solid #eaeaea;
z-index:-1;
content:''}
@media (max-width:1023px){
.highlight-policy .news-list .news-wrap .story-box:nth-child(1):before, .highlight-policy .news-list .news-wrap .story-box:nth-child(2):before, .highlight-policy .news-list .news-wrap .story-box:nth-child(4):before, .highlight-policy .news-list .news-wrap .story-box:nth-child(5):before{
display:none;
}
}.highlight-policy .news-list .news-wrap .story-box .cover{
padding-top:52%}
@media (max-width:1023px){
.highlight-policy .news-list .btn-wrap{
display:table !important;
}
}@media (max-width:1023px){
.highlight-policy .more{
order:2;
}
}.highlight-policy .more .box-content{
flex:auto;
}
@media (max-width:1023px){
.highlight-policy .more .story-box .content .summary{
display:none;
}
}.highlight-policy .more .news-list-more{
position:relative;
border-left:none;
}
@media (max-width:1023px){
.highlight-policy .more .news-list-more{width:auto;border-bottom:1px solid #999;}
}.highlight-policy .more .news-list-more:after{
position:absolute;
bottom:-1px;
left:-140px;
width:140px;
height:1px;
border-top:1px solid #eaeaea;
z-index:-1;
content:''}
@media (max-width:1680px){
.highlight-policy .more .news-list-more:after{
left:-95px;
width:95px;
}
}@media (max-width:1279px){
.highlight-policy .more .news-list-more:after{
left:-50px;
width:50px;
}
}@media (max-width:1023px){
.highlight-policy .more .news-list-more:after{
left:-30px;
width:30px;
}
}
.highlight-policy .more .news-list-more .news-wrap .story-box{width:30%;min-height:410px;}
.highlight-policy .more .news-list-more .news-wrap .story-box.btn.inline{vertical-align:middle;display:block;margin:0;text-align:center;}
@media (max-width:1023px){
.highlight-policy .more .news-list-more .news-wrap .story-box{width:100%;min-height:auto;border-bottom:1px solid #666;}
}@media (max-width:1023px){
.highlight-policy .featured{order:1;}
}.highlight-policy .featured .story-box{
position:relative;
display:block;
width:calc(100% + 95px);
height:100%;
border-top-width:0;
border-left-width:0;
border-right-width:0;
border-bottom:1px solid #eaeaea;
background-position:center center;
background-repeat:no-repeat;
background-size:cover;
}
@media (max-width:1279px){
.highlight-policy .featured .story-box{
width:calc(100% + 50px);
}
}@media (max-width:1023px){
.highlight-policy .featured .story-box{
width:100%;
height:auto;
border-bottom:none;
background-image:none !important;
}
}.highlight-policy .featured .story-box:after{
position:absolute;
top:0;
right:94px;
height:100%;
border-right:1px solid #888;
z-index:5;
content:''}
@media (max-width:1279px){
.highlight-policy .featured .story-box:after{
right:49px;
}
}@media (max-width:1023px){
.highlight-policy .featured .story-box:after{
display:none;
}
}.highlight-policy .featured .story-box .cover{
display:none;
}
@media (max-width:1023px){
.highlight-policy .featured .story-box .cover{
display:block;
margin-bottom:0;
position:relative;
top:0;
left:0;
width:100%;
height:auto;
overflow:hidden;
}
}.highlight-policy .featured .story-box .cover img{
width:100%;
max-width:none;
}
@media (max-width:1023px){
.highlight-policy .featured .story-box .cover img{
width:inherit;
max-width:inherit;
}
}.highlight-policy .featured .story-box .title{
margin-top:0;
font-size:42px;
font-weight:500;
line-height:60px;
}
@media (max-width:1680px){
.highlight-policy .featured .story-box .title{
font-size:40px;
line-height:56px;
}
}@media (max-width:1440px){
.highlight-policy .featured .story-box .title{
font-size:38px;
line-height:54px;
}
}@media (max-width:1279px){
.highlight-policy .featured .story-box .title{
font-size:34px;
line-height:48px;
}
}@media (max-width:375px){
.highlight-policy .featured .story-box .title{
font-size:28px;
line-height:36px;
}
}@media (max-width:1023px){
.highlight-policy .featured .story-box .title{
font-size:22px;
font-weight:500;
line-height:34px;
}
}@media (max-width:1023px) and (max-width:1440px){
.highlight-policy .featured .story-box .title{
font-size:20px;
line-height:30px;
}
}@media (max-width:1023px) and (max-width:1279px){
.highlight-policy .featured .story-box .title{
font-size:16px;
line-height:24px;
}
}@media (max-width:1023px) and (max-width:375px){
.highlight-policy .featured .story-box .title{
font-size:22px;
line-height:32px;
}
}.highlight-policy .featured .story-box .summary{
color:inherit;
}
@media (max-width:1023px){
.highlight-policy .featured .story-box .summary{
display:block;
margin-top:22px;
}
}@media (max-width:1023px){
.highlight-policy .featured .story-box .summary p{
font-size:14px;
line-height:24px;
}
}.highlight-policy .featured .story-box .content{
position:absolute;
width:calc(100% - 90px);
bottom:30px;
left:90px;
padding:50px 105px 50px 50px;
color:#fff;
background:rgba(49, 58, 63, 0.7);
}
@media (max-width:1279px){
.highlight-policy .featured .story-box .content{
width:calc(100% - 45px);
left:45px;
padding:50px 60px 50px 50px;
}
}@media (max-width:1023px){
.highlight-policy .featured .story-box .content{
position:relative;
bottom:auto;
left:auto;
width:100%;
padding:40px 30px;
}
}.tools-portals .left-right-wrap{
flex-wrap:nowrap;
}
@media (max-width:1023px){
.tools-portals .left-right-wrap{
flex-wrap:wrap;
}
}.tools-portals .left-right-wrap .section-title span{
display:block;
}
@media (max-width:1279px){
.tools-portals .left-right-wrap .section-title span{
display:inline-block;
}
}.tools-portals .left-right-wrap .box-content .logo-box:focus{
border:6px solid #fb4a04;
}
.tools-portals .text{flex:auto;display:inline-flex;flex-wrap:wrap;align-content:space-between;width:100%}
.tools-portals .text .btn-wrap .btn{position:relative;right:-1px;}
.tools-portals .logo-list-wrap{flex:auto;width:100%;border-left:1px solid #eaeaea;}
@media (max-width:1023px){
	.tools-portals .logo-list-wrap{margin-left:-30px;margin-right:-30px;border-left:none;}
}
.tools-portals .logo-list-wrap .logo-list{margin-bottom:0;}
@media (max-width:1023px){
.tools-portals .logo-list-wrap .logo-list .logo-wrap{border-top:1px solid #eaeaea;}
}
#popup {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.popup-message {
	position: relative;
	max-height: 100%;
	max-width: 100%;
	text-align: center;
	color: #000;
	
}

.popup-message > span {
	position: absolute;
	right:0px;
	width: 1.15em;
	top: -12px;
	height: 1.15em;
	background-color: #fff;
	/* border-radius: 50%; */
	line-height: 1em;
}

@media (max-width:481px){

.popup-message , .popup-message > span {
max-width: 60%;


}}

@media screen and (min-width: 481px) and (max-width: 768px) { 

.popup-message , .popup-message > span  {
max-width: 40%;


}}

@media (min-width:768px){

.popup-message , .popup-message > span {
max-width: 30%;


}}

.close-btn {
	
	font-size: 12px;
	cursor: pointer;
}