/*通用公用样式*/
*{ margin: 0px; padding: 0px; }
img, input, button { border: none; outline: none; }
a { color: #333333; }
a:hover { color: #0c7fe2; cursor: pointer; text-decoration: none; }
ul li, ol li { list-style-type: none; }
body { background-color: #ffffff; font-family: "microsoft Yahei"; }
.fl { float: left; }
.fr { float: right; }
/*去除系统默认样式*/
/*统一样式*/

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
	margin: 0px;
	padding: 0px;
	outline: none;
}

* {
	margin: 0;
	padding: 0;
}

/*清除浮动*/

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "020";
	height: 0px;
	display: block;
	overflow: hidden;
	clear: both;
}


/*清除样式*/

li {
	list-style-type: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

html {
	overflow-x: hidden;
}

img {
	border: 0px;
}

li {
	list-style: none;
}

body {
	text-align: left;
	font-family: '微软雅黑' !important;
}

a,
ins {
	text-decoration: none;
}

a {
	color: #333;
}
/*a标签默认样式*/
a {
	text-decoration: none;
	color: inherit;
	transition: none;
}
img {
	border: none;
}
/*头部样式*/
.top{
	width: 100%;
	height: 605px;
}
.Eg_top{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #0187e6;
}
.top_cent{
	width: 1200px;
	margin: 0 auto;
}
.top_one_lef{
	float: left;
	font-size: 16px;
	color: #ffffff;
}
.top_one_rig{
	float: right;	
}
.top_one_rig a{
	font-size: 16px;
	color: #ffffff;
}
.top_one_rig a:hover{
	color: #FFFFFF;
}
.top_two{
	width: 100%;
	height: 115px;
	background-color: #ffffff;
	box-shadow: 0px 2px 9px 0px rgba(220, 220, 220, 0.7);
}
.top_two_lef{
	float: left;
	line-height: 115px;
}
.top_two_rig{
	float: right;
	height: 50px;
	margin-top: 38px;
	margin-left: 65px;
}
.top_two_rig li{
	float: left;
	margin-left: 50px;	
	height: 50px;
	line-height: 35px;
	padding: 0 5px;	
}
.top_two_rig li a{
	font-size: 16px;
	color: #333333;
}
.top_two_rig li:hover{	
	border-bottom: 4px solid #0187e6;
}
.top_two_rig li.on{
	border-bottom: 4px solid #0187e6;
}
.EnSearch{
	width: 220px;
	float: right;
	margin-top: 38px;
	
}
.EnSearch form{
	background: #efefef;
}
.EnSearch input[type='text'] {
    width: 170px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #999;
    padding-left: 15px;
    background: #efefef;
    vertical-align: middle;
}
.EnSearch #sub {
    width: 45px;
    height: 40px;
    line-height: 40px;
    background: url(fdj.png) no-repeat center;
    background-color: #efefef;
    vertical-align: middle;
}
.top_three{
	width: 100%;
	height: 450px;
}
.layui-carousel{
	height: 450px;
}
.layui-carousel-arrow{
	display: none;
}
.layui-carousel[lay-indicator=outside] .layui-carousel-ind{
	top: -40px !important;
}
.layui-carousel-ind li{
	width: 40px !important;
	height: 6px !important;
	background-color: #ffffff;
	border-radius:0px !important;
}
.Lutai{
	width: 1200px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;	
	margin-top: -73px;
	position: relative;
}
.Lutai span{
	display: block;
	width: 335px;
	font-size: 30px;
	color: #ffffff;
	position: absolute;
	right: 0;
	bottom: 0;
}
.layui-carousel-ind{
	z-index: 999;
}
/*英文站内容*/
.mian{
	margin-top: 20px;
}
.cont{
	width: 1200px;
	margin: 0 auto;
}
.cont_lef{
	width: 300px;
	float: left;
}
.cont_lef_top{
	width: 300px;
	height: 60px;
	line-height: 60px;
	background-color: #0187e6;
	text-align: center;
}
.cont_lef_top span{
	font-size: 18px;
	color: #FFFFFF;
}
.cont_lef_list{
	width: 300px;
	background: #F5F5F5;
}
.cont_lef_list ul{
	margin: 0 25px;
	padding-bottom: 10px;
}
.cont_lef_list li{
	font-size: 18px;
	color: #333333;
	height: auto;
	line-height: 55px;
	/*border-top: 1px solid #e3e3e3;*/
	text-align: left;
	padding-left: 10px;
}
.cont_lef_list li:hover a{
	color: #0187e6;
}
.lm_zlm a{
	font-size: 16px;
	display: block;
	text-align: left;
	line-height: 35px;
	padding-left: 25px;
	border-bottom: 1px solid #e3e3e3;
}
.lm_zlm a:hover{
	color: #0187e6;
}
.cont_lef_list li.on a{
	color: #0187e6;
}
.cont_rig{
	width: 875px;
	float: right;
}
.cont_rig_top{
	height: 55px;
	line-height: 53px;
	border-bottom: 1px solid #EEEEEE;
	font-weight: bold;
}
.cont_rig_top span{
	display: inline-block;
	padding: 0 10px;
	border-bottom: 2px solid #0187e6;
	font-size: 24px;
}
.cont_rig_list{
	font-size: 18px;
	color: #333333;
	line-height: 35px;
	margin-top: 20px;
}

/*英文站底部*/
.Enfoot{
	width: 100%;
	height: 110px;
	line-height: 110px;
	background-color: #0187e6;
}
.Enfoot_cont{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.Enfoot_cont .dzbs{
	display: inline-block;
	margin-right: 40px;
}
.Enfoot_cont span{
	font-size: 16px;
	color: #FFFFFF;
}

@media only screen and (min-width: 100px) and (max-width: 767px) {
	.top {
	    width: 100%;
	    height: 105vw;
	}
	.Eg_top {
	    width: 100%;
	    height: 10vw;
	    line-height: 10vw;
	    background: #0187e6;
	}
	.top_cent {
	    width: 100vw;
	    margin: 0 auto;
	}
	.top_one_lef{
		display: none;
	}
	.top_one_rig a {
	    font-size: 4vw;
	    color: #ffffff;
	    margin-right: 4vw;
	}
	.top_two {
	    width: 100%;
	    height: auto;
	    background-color: #ffffff;
	    box-shadow: 0px 2px 9px 0px rgb(220 220 220 / 70%);
	}
	.top_two_lef {
	    float: left;
	    line-height: 25vw;
	    width: 100vw;
	    text-align: center;
	}
	.top_two_rig {
		width: 100%;
		height: 10vw;
		margin-top: 0;
		margin-left: 0;
		line-height: 10vw;
		/*段落中文本不换行*/
		white-space: nowrap;
		/*阴影*/
		box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
		/*设置横向滚动*/
		overflow-x: scroll;
		/*禁止纵向滚动*/
		overflow-y: hidden;
		/*文本平铺*/
		text-align: justify;
		/*背景颜色*/
		background: #F4F5F6;
		padding: 0px 1vw;
		margin-bottom: 0;
		/*设置边距改变效果为内缩*/
		box-sizing: border-box;
		margin-bottom: 2vw;
	}
	
	.top_two_rig a {
		color: #505050;
		/*取消超链接下划线*/
		text-decoration: none;
		margin: auto 10px;
	}
	
	.top_two_rig::-webkit-scrollbar {
		/*隐藏滚动条*/
		display: none;
	}
	.top_two_rig li {
	    float: left;
	    margin-left: 2vw;
	    height: 10vw;
	    line-height: 10vw;
	    padding: 0 1vw;
	    display: contents;
	}
	
	.top_two_lef img {
	    width: 45vw;
	}
	.top_three {
	    width: 100%;
	    height: auto;
	}
	.layui-carousel{
		height: 45vw !important;
	}
	.layui-carousel img{
		width: 100% !important;
		height: 45vw !important;
		object-fit: cover;
	}

	/*内容部分*/
	.mian {
	    margin-top: 5vw;
	    margin-bottom: 5vw;
	}
	.cont {
	    width: 100vw;
	    margin: 0 auto;
	}
	.cont_lef {
	    width: 100vw;
	    float: none;
	}
	.cont_lef_top {
	    width: 100vw;
	    height: 12vw;
	    line-height: 12vw;
	    background-color: #0187e6;
	    text-align: center;
	}
	.cont_lef_top span {
	    font-size: 5vw;
	    color: #FFFFFF;
	}
	.cont_lef_list {
	    width: 100vw;
	    background: #F5F5F5;
	}
	.cont_lef_list ul {
	    margin: 0 5vw;
	    padding-bottom: 3vw;
	}
	.cont_lef_list li {
	    font-size: 4vw;
	    color: #333333;
	    height: 10vw;
	    line-height: 10vw;
	    border-top: 0;
	    text-align: left;
	    width: 100%;
	    float: left;
	}
	.lm_zlm a {
	    font-size: 4vw;
	    display: inline-block;
	    text-align: left;
	    line-height: 6vw;
	    padding-left: 5vw;
	    width: 48%;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    overflow: hidden;
	}
	.cont_rig {
	    width: 94vw;
	    float: none;
	    margin: 0 auto;
	}
	.cont_rig_top {
	    height: 14vw;
	    line-height: 13vw;
	    border-bottom: 1px solid #EEEEEE;
	    font-weight: bold;
	}
	.cont_rig_top span {
	    display: inline-block;
	    padding: 0 2vw;
	    border-bottom: 2px solid #0187e6;
	    font-size: 5vw;
	}
	.cont_rig_list {
	    font-size: 4vw;
	    color: #333333;
	    line-height: 8vw;
	    margin-top: 3vw;
	}
	/*英文站底部*/
	.Enfoot{
		width: 100%;
		height: auto;
		line-height: 11vw;
		background-color: #0187e6;
		padding: 4vw;
	}
	.Enfoot_cont{
		width: 94vw;
		margin: 0 auto;
		text-align: center;
	}
	.Enfoot_cont .dzbs{
		display: inline-block;
		margin-right: 3vw;
	}
	.Enfoot_cont .dzbs img{
		width: 8vw;
	}
	.Enfoot_cont span{
		font-size: 4vw;
		color: #FFFFFF;
	}
	body{
		overflow-x: hidden;
	}
}