@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 100%;
}
ol,
ul,
li {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    font-family: "microsoft yahei";
    font-size: 14px;
    color: #666666;
    background-color: #fff;
}
a {
    text-decoration: none;
    outline: none;
    color: #767676;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
}
.clear::after {
    clear: both;
    content: "";
    display: table;
}
/*新增*/
.con{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	background: #f4f4f4;
}
.con_top{
	width: 1720px;
	height: 133px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 auto;
}
.con .con_top .con_top_logo{
	width: 298px;
	height: 68px;
	
}
.con .con_top .con_top_logo img{
	width: 298px;
	height: 68px;
}
.con .con_top_menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1400px;
	height: 133px;
	margin-left: 22px;
}
.con_top_menu .con_top_menu_le{
	width: 594px;
	height: 133px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.con_top_menu_le a.top_menu_le_block{
	display: block;
	box-sizing: border-box;
	padding: 0 30px;
	color: #333333;
	font-size: 28px;
	height: 133px;
    line-height: 133px;
    cursor: pointer;
}
.con_top_menu_le a.top_menu_le_block.active{
	font-weight: bold;
	border-bottom: 4px solid #45c0e3;
}
.con_top_menu_le a.top_menu_le_block:hover{
	font-weight: bold;
	border-bottom: 4px solid #45c0e3;
}
.con .con_top_menu_ri{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 192px;
	line-height: 30px;
}
.con .con_top_menu_ri_after{
	color: #45C0E3;
	font-size: 26px;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.con .con_top_menu_ri_after a{
	color: #666666;
	font-size: 20px;
	margin-left: 20px;
}
.con .con_top_menu_ri_after a:hover{
	text-decoration: underline;
} 
.con_top_menu_ri a.top_menu_ri_block{
	display: block;
    cursor: pointer;
    color: #666666;
    font-size: 28px;
    height: 30px;
    line-height: 30px;
}
.con_top_menu_ri a.top_menu_ri_block:hover{
	font-weight: bold;
	color: #45c0e3;
}
.mySwiper{
	width: 100%;
	height: 670px;
}
.mySwiper .swiper-slide,.mySwiper .swiper-slide img{
	width: 100%;
	height: 670px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 15px);
}
.swiper-pagination-bullet{
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 25px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 25px));
    background: #d0d0d0;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #f4ad60;
}
.con_intro{
	margin: 62px auto 0;
	width: 1500px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding-bottom: 100px;
}
.intro_block{
	width: 412px;
}
.con_intro p{
	line-height: 36px;
	box-sizing: border-box;
	padding-left: 40px;
	text-align: left;
	border-left: 4px solid #45c0e3;
	color: #333333;
	font-size: 32px;
	margin-bottom: 30px;
}
.con_intro div{
	color: #666666;
	font-size: 21px;
	text-align: justify;
	line-height: 36px;
}
.con_footer{
	width: 100%;
	height: 180px;
	background: #303030;
	color: #999999;
	font-size: 18px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	box-sizing: border-box;
	padding: 40px 0;
	
}
