/*必备样式*/
* {
	box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
	font: 14px Arial, Tahoma;
	color: #666;
	font-weight: normal;
}

button,
input,
select,
textarea,
label {
	vertical-align: middle;
	border: 0;
	outline: none;
}

img {
	vertical-align: middle;
	border: none;
	display: inline-block;
	max-width: 100%;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none !important;
	color: #666;
	vertical-align: baseline;
	cursor: pointer;
	font-size: inherit;
	-o-transition: .2s ease;
	-moz-transition: .2s ease;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

/* a:hover {
    color: #333;
} */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	word-wrap: break-word;
	background: #fff;
	margin: 0 auto;
	width: 100%;
	/* min-width: 1200px; */
	font-size: 14px;
	color: #333;
	font-family: Arial,microsoft YaHei,黑体,sans serif;
}


em,
i {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
}

/*清浮*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

.clearfix {
	*zoom: 1;
}

/*浮动*/
.fl {
	float: left;
	_display: inline;
}

.fr {
	float: right;
	_display: inline;
}

.none {
	display: none;
}

.block {
	display: block;
}

input,
textarea {
	outline: none;
	-webkit-appearance: none;
	background: none;
}

input[type='checkbox']:focus {
	outline: none;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #8b8b8b;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #8b8b8b;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #8b8b8b;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #8b8b8b;
}
.container{
	width: 1200px;
	margin: 0 auto;
}
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 82px;
	z-index: 99;
	text-align: center;
}
.header.tofixed,.s_header.tofixed{
	background: rgba(19,169,232,1);
}
.header .container{
	position: relative;
}
.logo{
	position: absolute;
	top: 13px;
	left: 0;
}
.naver{
	display: inline-block;
}
.naver ul li{
	float: left;
}
.naver ul li a{
	height: 82px;
	line-height: 82px;
	padding: 0 38px;
	font-size: 16px;
	color: #fff;
}
.zy{
	position: absolute;
	right: 0;
	top: 22px;
	height: 38px;
	font-size: 0;
	/**border-radius: 19px;
	border: 1px solid #fff;*/
}
.zy a{
	position: relative;
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	vertical-align: middle;
}
/**
.zy a:first-child::after{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 20px;
	background-color: #fff;
	transform: translateY(-50%);
}
*/
.s_header{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 56px;
	padding: 0 15px;
	z-index: 99;
}
.s_logo{
	position: absolute;
	top: 8px;
	left: 15px;
	z-index: 9;
}
.s_logo img{height: 40px;}
.nav_icon {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 4px;
}
.nav_icon i {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #fff;
	cursor: pointer;
}
.nav_icon i + i {
	margin-top: 4px;
}
.m_zy{
	right: 50px;
	top: 50%;
	height: 30px;
	transform: translateY(-50%);
	font-size: 0;
}
.m_zy a{
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.s_naver {
	position: absolute;
	top: 56px;
	left: 0;
	width: 100%;
	z-index: 100;
	background: rgba(19,169,232,1);
}
.s_naver li a{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.banner .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .3;
}
.banner .swiper-pagination-bullet-active{
	width: 30px;
	height: 6px;
	border-radius: 6px;
	opacity: .4;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-custom,.banner .swiper-pagination-fraction{
	bottom: 45px;
}
.index1{
	width: 100%;
	padding-top: 65px;
	padding-bottom: 48px;
}
.title{
	position: relative;
	padding-bottom: 12px;
	font-size: 20px;
	color: #444;
	line-height: 1;
	text-align: center;
}
.title::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 93px;
	height: 3px;
	background: #D8D8D8;
	border-radius: 2px;
	transform: translateX(-50%);
}
.i1_main{
	width: 100%;
	margin-top: 30px;
}
.index1_tab{
	position: relative;
	width: 100%;
	padding-bottom: 128px;
	text-align: center;
}
.index1_timg{
	display: block;
	width: 460px;
	margin: 0 auto;
}
.index1_tlist li{
	position: absolute;
	top: 0;
	width: 335px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	font-size: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	cursor: pointer;
}
.index1_tlist li a{
	display: block;
}
.index1_tlist li a>*{
	display: inline-block;
	vertical-align: middle;
}
.index1_tlist li span{
	font-size: 18px;
	color: #fff;
	margin-left: 10px;
}
.index1_tlist li img{
	display: none;
}
.index1_tlist li:nth-child(1),.index1_tlist li:nth-child(3),.index1_tlist li:nth-child(5){
	padding-right: 22px;
	padding-left: 7px;
	left: 0;
	background-image: url(../images/a02.png);
}
.index1_tlist li:nth-child(2),.index1_tlist li:nth-child(4),.index1_tlist li:nth-child(6){
	padding-left: 22px;
	padding-right: 7px;
	right: 0;
	background-image: url(../images/a03.png);
}
.index1_tlist li:nth-child(1),.index1_tlist li:nth-child(5){
	left: 30px;
}
.index1_tlist li:nth-child(3),.index1_tlist li:nth-child(4){
	top: 106px;
}
.index1_tlist li:nth-child(5),.index1_tlist li:nth-child(6){
	top: 212px;
}
.index1_tlist li:nth-child(2),.index1_tlist li:nth-child(6){
	right: 30px;
}
.index1_content{
	width: 100%;
	min-height: 236px;
	padding: 40px 36px;
	background: #FFFFFF;
	border: 1px solid #00A5FF;
	box-shadow: 0 2px 4px 0 #DEF0F9;
	border-radius: 2px;
}
.index1_content h1{
	position: relative;
	font-size: 20px;
	color: #444;
	line-height: 1;
	text-align: center;
}
.index1_content h1::after{
	content: '';
	position: absolute;
	top: -13px;
	left: 50%;
	width: 46px;
	height: 46px;
	background: url(../images/a04.png) no-repeat center;
	background-size: 100% 100%;
	transform: translateX(-50%);
	z-index: 0;
}
.i1_ctxt{
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	line-height: 24px;
	color: rgba(68,68,68,.58);
}
.index2{
	width: 100%;
	padding-top: 84px;
	padding-bottom: 120px;
	background-image: url(../images/a05.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.title.white{
	color: #fff;
}
.i2_main{
	position: relative;
	margin-top: 60px;
}
.i2_list ul li{
	position: absolute;
	top: 0;
	/*display: flex;*/
	/*align-items: center;*/
	/*justify-content: center;*/
	/*flex-direction: column;*/
	width: 270px;
	height: 154px;
	background: rgba(255,255,255,0.28);
	border: 1px solid #FFFFFF;
	border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	z-index: 9;
}
.i2_list ul li::after{
	content: '';
	position: absolute;
	top: 13px;
	left: 18px;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.2);
	border-radius: 3px;
	z-index: -1;
}
.i2_list ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
.i2_list ul li:nth-child(1),.i2_list ul li:nth-child(3){
	left: 0;
}
.i2_list ul li:nth-child(2),.i2_list ul li:nth-child(4){
	right: 0;
}
.i2_list ul li:nth-child(3),.i2_list ul li:nth-child(4){
	top: 230px;
}
.i2_list ul li img +img,.i2_list ul li.on img{
	display: none;
}
.i2_list ul li p{
	margin-top: 12px;
	font-size: 18px;
	color: #0250BA;
}
.i2_list ul li.on img + img{
	display: block;
}
.i2_list ul li.on p{
	color: #fff;
}
.i2_content{
	width: 444px;
	min-height: 405px;
	padding: 40px 30px;
	margin: 0 auto;
	border: 1px solid #FFFFFF;
}
.i2_content h2{
	position: relative;
	padding-bottom: 13px;
	font-size: 20px;
	color: #fff;
	line-height: 1;
}
.i2_content h2::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 58px;
	height: 2px;
	background: #D8D8D8;
	border-radius: 3px;
	border-radius: 1px;
}
.i2_ctxt{
	width: 100%;
	margin-top: 12px;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
}
.index3{
	width: 100%;
	padding: 65px 0;
}
.i3_main{
	margin-top: 50px;
}
.i3_li{
	float: left;
	width: 22.5%;
	margin-right: 3.33%;
}
.i3_li:nth-child(4){margin-right: 0;}
.i3_li img{
	display: block;
	margin: 0 auto;
}
.i3_li h2{
	margin-top: 30px;
	padding: 0 20px;
	font-size: 18px;
	color: #107CD7;
	text-align: center;
}
.i3_txt{
	width: 100%;
	margin-top: 10px;
	font-size: 16px;
	color: #BEBEBE;
	line-height: 26px;
	text-align: justify;
	color: #999;
}
.index4{
	width: 100%;
	padding: 70px 0;
	/*background:url(../images/a18.png) no-repeat center;*/
	background-image:url(../images/a18.png) ;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.i4_main{
	width: 100%;
	margin-top: 25px;
}
.i4_txt{
	width: 100%;
	padding: 50px;
	font-size: 18px;
	color: rgba(68,68,68,.7);
	line-height: 26px;
	background-color: rgba(255,255,255,.4);
	border-radius: 3px;
	text-align: justify;
}
.footer{
	width: 100%;
	padding-top: 60px;
	background: #18212A;
}
.ft1{
	padding-bottom: 50px;
}
.fmain{
	width: 58%;
	margin-left: 115px;
}
.fm1{
	font-size: 0;
}
.fm1:first-child{margin-bottom: 46px;}
.fm1>*{
	display: inline-block;
	vertical-align: top;
}
.fm1 h2{
	width: 10%;
	font-size: 14px;
	color: #fff;
	text-align: right;
}
.fm1_con{
	width: 80%;
	padding-left: 20px;
}
.fm1_con p{
	font-size: 0;
	margin-bottom: 16px;
}
.fm1_con p:last-child{margin-bottom: 0;}
.fm1_con p>*{
	display: inline-block;
	vertical-align: middle;
}
.fm1_con p span{
	width: 92%;
	margin-left: 8px;
	font-size: 14px;
	color: rgba(255,255,255,.6);
}
.fm1_con li{
	float: left;
	margin-right: 12px;
}
.fm1_con li a{
	font-size: 14px;
	color: rgba(255,255,255,.6);
}
.fm1_con li:last-child{margin-right: 0;}
.fcode img{
	width: 82px;
	height: 82px;
}
.fcode  p{
	margin-top: 10px;
	font-size: 14px;
	color: #fff;
	text-align:center;
}
.ft2{
	width: 100%;
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-top: 1px solid rgba(216,216,216,.1);
}
.m_banner{
	display: none;
}

/* 修改 */
.mi1_main{
	display: none;
	margin-top: 80px;
}
.mi1_mthumb{
	position: relative;
	margin-bottom: 40px;
}
.mi1_thumb_main{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 125px;
	border: 1px solid #008EEA;
	border-radius: 2px;
}
.mi1_thumb_main p{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 82%;
	height: 100px;
	border-radius: 2px;
	border: 1px solid rgba(0,142,234,.3);
	font-size: 18px;
	color: #0264CB;
	text-align: center;
}
.mi1_mthumb .swiper-button-next,.mi1_mthumb .swiper-button-prev{
	background-image: none;
	width: auto;
	height: auto;
	background-size: 100% 100%;
	margin-top: 0;
	transform: translateY(-50%);
	outline: none;
}
.mi1_mthumb .swiper-button-prev {
	left: -15px;
}
.mi1_mthumb .swiper-button-next {
	right: -15px;
}
.mi1_mthumb .swiper-button-next img,.mi1_mthumb .swiper-button-prev img{
	height: 25px;
}