@charset 'utf-8';
*{margin:0;padding:0;box-sizing: border-box;-webkit-overflow-scrolling : touch;}
body{
	font-family: Roboto,-apple-system,Nimbus Roman No9 L,PingFang SC,Hiragino Sans GB,Noto Sans SC,Microsoft Yahei,WenQuanYi Micro Hei,ST Heiti,Jost,EuclidCircularA,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size:14px;
	background:#fff;
}
html,body{width:100%;overflow-x: hidden;border-radius: 0;}
ul,ol{list-style: none;margin:0;}
li{list-style-type: none;}
img{vertical-align: middle;}
a{text-decoration:none; color: #1a418b}
a:focus{text-decoration:none;}
a:active{text-decoration:none;}
a:hover{text-decoration:none;}
.lt{float:left;}.rt{float:right;}
h1,h2,h3,h4,h5,h6,p{margin:0;padding:0;}

input:-webkit-autofill {/*解决google下 input输入框有黄色背景的问题*/
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

body .layui-layer{min-width: 200px;text-align: center;background: rgba(77,144,213,0.9);border: 0;color:#fff;}
body .layui-layer-dialog .layui-layer-content{font-size: 16px;padding: 15px 10px;}

/* 语言 选择*/

.nav-link, .nav-link:hover , .nav-link:active, .nav-link:focus{
	color: #fff;
 }
 .widthnews{
	width: 55%!important;
 }

 @media (max-width: 768px){
	.widthnews {
		width: 100%!important;
	}
 }
 @media (min-width: 768px){

	.navbar-right .dropdown-menu {
		width: unset;
		right: unset;
		left: auto;
		text-align: center;
		font-size: 15px;
	}

 }

