body {
	font-family: "Microsoft YaHei";
	color: #5a5a5a;
	margin: 0;
	background: #FFF;
}

html,
body {
	-webkit-text-size-adjust: none;
}

table,
td {
	font-family: "Microsoft YaHei";
	color: #5a5a5a;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

th,
td {
	border-collapse: collapse;
}

A:link {
	text-decoration: none;
	color: #5a5a5a;
}

A:visited {
	text-decoration: none;
	color: #5a5a5a;
}

A:hover {
	text-decoration: none;
	color: #5a5a5a;
}

img {
	border: 0;
}

div,
p,
img,
ul,
ol,
li,
form,
input,
label,
span,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
	border: none;
	padding: 0
}
input:focus-visible , textarea:focus-visible{
	border: none;
	outline: none;
}

a {
	blr: expression(this.onFocus=this.blur())
}

/*for IE*/
a {
	outline: none;
}

/*for Firefox*/
ol,
ul,
li {
	list-style-type: none;
}
.main{
	width: 1200px;
	margin: 0 auto;
}
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sy_cooperate .swiper-wrapper {
	/* 默认是ease-out */
	-webkit-transition-timing-function: linear;  
	-ms-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}
.sy_cooperate .swiper-wrapper img{
    width: 100%;
    height: 95px;
    object-fit: scale-down;
}
.banner{
	position: relative;
	height: 739px;
	z-index: 101;
	background-color: #FFFFFF;
}
.banner .banner_main{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 2;
}
.banner .banner_main .title{
	color: rgb(255, 255, 255);
	font-size: 56px;
	font-weight: bold;
}
.banner .banner_main .text{
	overflow-wrap: break-word;
	padding: 0px;
	border-color: transparent;
	border-width: 0px;
	height: 47px;
	width: 546px;
	display: block;
	border-style: solid;
	/*background-color: rgb(21, 73, 154);*/
	font-size: 30px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
	line-height: 47px;
}
.banner .banner_main .texts{
	margin-top: 50px;
	font-size: 21px;
	color: rgb(255, 255, 255);
	display: flex;
	align-items: center;
}
.banner .banner_main .texts span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 129px;
	height: 29px;
	line-height: 29px;
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 40px;
	border: 1px solid #FFFFFF;
	border-radius: 29px;
}
.header_nav{
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 82px;
	background-color: rgb(21, 73, 154);
	z-index: 104;
}
.header_nav .main{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_nav .main .nav{
	display: flex;
}
.header_nav .main .nav .nav_list{
	height: 82px;
	width: 110px;
	text-align: center;
	position: relative;
}
.header_nav .main .nav .search{
	display: flex;
	align-items: center;
	justify-content: center;
}
.header_nav .main .nav .nav_list .nlname{
    width: 100%;
    height: 100%;
    display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	background-color: #15499a;
}
.header_nav .main .nav .nav_list a{
	height: 100%;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	line-height: 82px;
	color: #FFFFFF;
	border-top: 2px solid #15499a;
	border-bottom: 2px solid #15499a;
	box-sizing: border-box;
}
.header_nav .main .nav .nav_list.ons a{
	color: #8bc34a;
	border-top: 2px solid #8bc34a;
}
.header_nav .main .nav .nav_list:hover a{
	color: #8bc34a;
	border-top: 2px solid #8bc34a;
}
.header_nav .main .nav .nav_list .xialai{
	position: absolute;
	top: -200%;
	width: 100%;
	background-color: #F1F1F1;
	transition: all 1s;
	z-index: 1;
}
.header_nav .main .nav .nav_list:hover .xialai{
	top: 82px;
}
.header_nav .main .nav .nav_list .xialai .xl_list{
	border-bottom: 1px solid #8bc34a;
	height: 50px;
}
.header_nav .main .nav .nav_list .xialai .xl_list a{
	border: none;
	line-height: 50px;
	color: #434343;
	font-size: 14px;
}
.header_nav .main .nav .nav_list .xialai .xl_list:hover a{
	color: #8bc34a;
}
.box{
	padding-top: 90px;
	box-sizing: border-box;
}
.sy_about{
	display: flex;
	justify-content: space-between;
	padding-top: 90px;
	box-sizing: border-box;
}
.sy_about .img{
	width: 440px;
	height: 360px;
}
.sy_about .img img{
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}
.sy_about .text_main{
	width: 710px;
}
.sy_about .text_main{
	width: 710px;
}
.sy_about .text_main .title{
	font-size: 26px;
	color: rgb(21, 73, 154);
	opacity: 0;
}
.sy_about .text_main .b_b{
	width: 52px;
	height: 2px;
	background-color: #8bc34a;
	margin-top: 20px;
	opacity: 0;
}
.sy_about .text_main .text{
	font-size: 15px;
	line-height: 222%;
	color: rgb(51, 51, 51);
	margin-top: 20px;
}
.sy_about .text_main .datas{
	margin-top: 60px;
	display: flex;
}
.sy_about .text_main .datas .d_list{
	padding-left: 10px;
	box-sizing: border-box;
	margin-right: 40px;
	height: 54px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-right: 1px solid #eaeaea;
	padding-right: 45px;
}
.sy_about .text_main .datas .d_list .num{
	color: #434343;
	font-size: 22px;
}
.sy_about .text_main .datas .d_list .texts{
	color: rgb(119, 119, 119);
	font-size: 15px;
	white-space: nowrap;
}
.sy_about .text_main .datas .d_list:last-child{
	border-right: none;
	margin-right: 0;
}
.box .title{
	text-align: center;
	font-size: 26px;
	color: #000000;
	font-weight: bold;
	opacity: 0;
}
.box .titles{
	text-align: center;
	font-size: 16px;
	color: #888888;
	opacity: 0;
}
.box .b_b{
	width: 54px;
	height: 2px;
	margin: 15px auto;
	background-color: #8bc34a;
	opacity: 0;
}
.sy_hb{
	padding-bottom: 70px;
	box-sizing: border-box;
	background-position: center bottom;
	background-image: url(../img/abxb5.jpg);
	background-repeat: no-repeat;
}
.sy_hb .title{
	color: #5a5a5a;
}
.sy_hb .text{
	width: 940px;
	margin: 20px auto 0;
	text-align: center;
	line-height: 30px;
}
.sy_hb .tel{
	margin-top: 60px;
	text-align: center;
	font-size: 21px;
	color: rgb(255, 0, 0);
	font-weight: bold;
}
.sy_ywfw{
	padding-bottom: 100px;
	background-color: transparent;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url(../img/linx2k.jpg);
}
.sy_ywfw .mains{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.sy_ywfw .mains .list{
	width: 230px;
}
.sy_ywfw .mains .img{
	height: 230px;
	position: relative;
	opacity: 0;
}
.sy_ywfw .mains .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sy_ywfw .mains .list .zz{
	position: absolute;
	transform: scale(0);
	transition: all 0.6s;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #00000080;
	color: #FFFFFF;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sy_ywfw .mains .list:hover .zz{
	transform: scale(1);
}
.sy_ywfw .mains .list .name{
	background-color: #0A64AF;
	height: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 15px;
	opacity: 0;
}
.sy_ywfw .mains .list .name a{
	display: inline-block;
	height: 100%;
	width: 100%;
	color: #FFFFFF;
}
.sy_ywfw .mains .list:hover .name{
	background: #8BC34A;
}
.sy_ys{
	padding-bottom: 120px;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/adv_sbg3.jpg);
	background-attachment: fixed;
}
.sy_ys .title , .sy_ys .titles{
	color: #FFFFFF;
}
.sy_ys .mains{
	margin-top: 50px;
	background-color: #FFFFFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sy_ys .mains .list{
	width: 33.3%;
	display: flex;
	flex-direction: column;
}
.sy_ys .mains .list .list_top , .sy_ys .mains .list .list_bottom{
	height: 240px;
	text-align: center;
	overflow: hidden;
}
.sy_ys .mains .list .list_top , .sy_ys .mains .list .list_bottom img{
    width: 100%;
    object-fit: cover;
}
.sy_ys .mains .list_top{
	padding: 68px 28px 0;
	box-sizing: border-box;
}
.sy_ys .mains .list_top .name{
	font-size: 20px;
	font-weight: bold;
}
.sy_ys .mains .list_top .texts{
	font-size: 13px;
	color: #5a5a5a;
	margin-top: 25px;
	opacity: 0.8;
	line-height: 20px;
}
.sy_ys .mains .list_bottom{
	position: relative;
}
.sy_ys .mains .list_bottom .zz{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.6s;
	transform: scale(0);
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #00000080;
}
.sy_ys .mains .list_bottom:hover .zz{
	transform: scale(1);
}
.sy_ys .mains .list:nth-child(2){
    flex-direction: column-reverse;
}
.sy_product{
	background-color: transparent;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url(../img/linx2k.jpg);
	padding-bottom: 100px;
}
.sy_product .tab{
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sy_product .tab .list{
	width: 155px;
	height: 40px;
	background-color: #F0F1F7;
	margin: 0 2.5px;
}
.sy_product .tab .list.ons{
	background-color: #15499A;
}
.sy_product .tab .list a{
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 40px;
	text-align: center;
	color: #434343;
	font-size: 15px;
}
.sy_product .tab .list.ons a{
	background-color: #15499A;
	color: #FFFFFF;
}
.sy_product .mains{
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
.sy_product .mains .list{
	width: 280px;
	box-sizing: border-box;
	border: 1px solid #eeeeee;
	padding: 15px;
	margin-right: 26px;
	margin-bottom: 26px;
	text-align: center;
	background-color: #FFFFFF;
}
.sy_product .mains .list:hover{
	border-color: #15499A;
}
.sy_product .mains .list .img{
	width: 248px;
	height: 240px;
	overflow: hidden;
}
.sy_product .mains .list .img img{
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: all 0.6s;
	object-fit: cover;
}
.sy_product .mains .list .img:hover img{
	transform: scale(1.2);
}
.sy_product .mains .list:nth-child(4n){
	margin-right: 0;
}
.sy_cooperate{
	background-color: #F2F2F2;
	padding-bottom: 100px;
}
.sy_cooperate .mains{
	margin-top: 50px;
}
.sy_new{
	padding-bottom: 60px;
}
.sy_new .mains{
	display: flex;
	margin-top: 50px;
	flex-wrap: wrap;
}
.sy_new .mains .list{
	width: 282px;
	margin-right: 24px;
}
.sy_new .mains .list:last-child{
	margin-right: 0;
}
.sy_new .mains .list .img{
	height: 186px;
	overflow: hidden;
}
.sy_new .mains .list .img img{
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: all 0.6s;
	object-fit: cover;
}
.sy_new .mains .list .img img:hover{
	transform: scale(1.1);
}
.sy_new .mains .list .name{
	padding: 15px 6px 0;
	font-size: 14px;
	color: #333333;
}
.sy_new .mains .list .time{
	margin-top: 6px;
	font-size: 12px;
	color: #929292;
	padding: 0 6px;
}
.sy_new .more{
	margin-top: 40px;
	display: flex;
	justify-content: center;
}
.sy_new .more a{
	width: 160px;
	height: 36px;
	display: inline-block;
	text-align: center;
	line-height: 36px;
	background-color: #15499A;
	font-size: 14px;
	color: #FFFFFF;
	border-radius: 36px;
}
.sy_new .more a:hover{
	background-color: #14B5F0;
}
.footer{
	background-color: rgb(21, 73, 154);
	background-repeat: repeat;
	background-position: center top;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
.footer .main{
	display: flex;
	justify-content: space-between;
	padding: 50px 0 40px;
}
.footer .main .left{
	display: flex;
}
.footer .main .left .navs{
	margin-right: 70px;
}
.footer .main .left .navs:last-child{
	margin-right: 0;
}
.footer .main .left .navs .name{
	font-size: 20px;
	margin-bottom: 10px;
}
.footer .main .left .navs .list{
	color: rgb(217, 217, 217);
	font-size: 15px;
	height: 32px;
	line-height: 32px;
}
.footer .main .left .navs .list a{
	color: #FFFFFF;
}
.footer .main .center .tel{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.footer .main .center .tel .img{
	width: 50px;
	height: 50px;
	border: 2px solid #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border-radius: 50px;
}
.footer .main .center .tel .img img{
	width: 22px;
	height: 22px;
	object-fit: cover;
}
.footer .main .center .tel .text_main{
	margin-left: 10px;
}
.footer .main .center .tel .text_main .tels{
	color: #8bc34a;
	font-size: 28px;
}
.footer .main .center .tel .text_main .time{
	font-size: 13px;
}
.footer .main .center .text_mains .text{
	font-size: 15px;
	line-height: 26px;
}
.footer .main .right .img{
	width: 121px;
	height: 121px;
	background-color: #FFFFFF;
}
.footer .main .right .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.footer .main .right .name{
	text-align: center;
	margin-top: 6px;
	font-size: 13px;
}


.footer .bottom{
	background-color: rgb(21, 73, 154);
	height: 52px;
	line-height: 52px;
	text-align: center;
	font-size: 13px;
}


.banners{
	height: 360px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-position: center center;
	background-size: 100% auto;
	color: #FFFFFF;
}
.banners .b_title{
	color: #FFFFFF;
	font-size: 49px;
	font-weight: bold;
}
.banners .b_text{
	font-size: 33px;
	font-weight: bold;
}
.banners .b_tel{
	margin-top: 40px;
	color: #FFFFFF;
	font-size: 19px;
}
.base{
	padding-bottom: 60px;
}
.base .mySwiper2 {
	height: 80%;
	width: 100%;
}

.base .mySwiper {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.base .mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.base .mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.base .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.base .text{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	color: #888888;
	margin-top: 30px;
	line-height: 30px;
}
.base .mains{
	margin-top: 50px;
}


.certificate{
	padding-bottom: 100px;
}
.certificate .mains{
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
}
.certificate .mains .list{
	width: 360px;
	margin-right: 56px;
	border: 1px solid #D9D9D9;
	margin-bottom: 56px;
}
.certificate .mains .list img{
	width: 100%;
	object-fit: cover;
}
.certificate .mains .list:nth-child(3n){
	margin-right: 0;
}


.contact{
	padding-bottom: 100px;
	background-color: #F5F5F5;
}
.contact .mains{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.contact .mains .left{
	width: 374px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.contact .mains .left .texts{
	font-size: 16px;
	line-height: 40px;
}
.contact .mains .left .img{
	width: 154px;
	height: 154px;
	border: 1px solid #D9D9D9;
	background-color: #FFFFFF;
	padding: 5px;
	box-sizing: border-box;
}
.contact .mains .left .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.contact .mains .left .name{
	text-align: center;
	font-size: 13px;
	width: 154px;
	margin-top: 10px;
}
.contact .mains .map{
	width: 800px;
	height: 500px;
	border: 1px solid #D9D9D9;
}



.culture{
	padding-bottom: 120px;
}
.culture .mains{
	width: 1024px;
	margin: 50px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: inherit;
	height: 270px;
	background-image: url(../img/culture_01.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto auto;
}
.culture .mains .list{
	width: 310px;
	text-align: right;
}
.culture .mains .list .name{
	font-size: 23px;
	color: #15499a;
	font-weight: bold;
}
.culture .mains .list .text{
	font-size: 15px;
	color: #777777;
	margin-top: 10px;
}
.culture .mains .list:nth-child(3){
	text-align: left;
}
.culture .mains .list:nth-child(4){
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	justify-content: flex-end;
}
.culture .mains .list:nth-child(6){
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	text-align: left;
}



.cultures{
	padding: 120px 0;
	background-color: #F5F5F5;
}
.cultures .mains{
	width: 1024px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.cultures .mains .list{
	text-align: center;
	width: 305px;
}
.cultures .mains .list .img{
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
.cultures .mains .list .img img{
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: all 0.6s;
	object-fit: cover;
	
}
.cultures .mains .list .img:hover img{
	transform: scale(1.1);
}
.cultures .mains .list .name{
	font-weight: bold;
	font-size: 26px;
	color: #15499a;
	margin-top: 30px;
}
.cultures .mains .list .text{
	margin-top: 30px;
	font-size: 17px;
	color: #777777;
}


.message{
	padding-bottom: 150px;
}
.message .mains{
	width: 975px;
	margin: 50px auto 0;
	display: flex;
	justify-content: space-between;
}
.message .mains .left{
	width: 595px;
}
.message .mains .left .inputs{
	border: 1px solid #EAEAEA;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.message .mains .left input{
	height: 48px;
	border: none;
	padding: 0 15px;
	box-sizing: border-box;
	width: 100%;
	color: #434343;
	font-size: 15px;
}
.message .mains .left textarea{
	height: 110px;
	border: none;
	padding: 10px 15px;
	box-sizing: border-box;
	width: 100%;
	color: #434343;
	font-size: 15px;
}
.message .mains .left .submits{
	width: 177px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	background-color: #15499a;
	font-size: 14px;
	color: #FFFFFF;
}
.message .mains .right{
	background-image: url(../img/fbpic.jpg);
	padding: 110px 56px;
	box-sizing: border-box;
	text-align: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.message .mains .right .name{
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.message .mains .right .tel{
	font-size: 30px;
	color: #0c3c8e;
	font-weight: bold;
}



.lists_main{
	margin: 100px auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.lists_main .list_main{
	width: 845px;
}
.new .list_main .list{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.new .list_main .list .img{
	width: 200px;
	height: 140px;
	overflow: hidden;
}
.new .list_main .list .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.new .list_main .list .text_main{
	width: 620px;
}
.new .list_main .list .name{
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.new .list_main .list .name a{
	font-size: 19px;
	color: #434343;
}
.new .list_main .list .time{
	margin-top: 5px;
	font-size: 11px;
	color: #999999;
}
.new .list_main .list .text{
	font-size: 13px;
	line-height: 22px;
	margin-top: 12px;
	color: #777777;
}
.lists_main .list_main .pages{
	display: flex;
	justify-content: center;
	align-items: center;
}
.lists_main .list_main .pages .pager_link{
	padding: 5px;
	border: 1px solid #CCC;
	color: #808080;
	font-size: 12px;
	background-color: #FFF;
	border-radius: 3px;
	margin: 0 3px;
	min-width: 26px;
	text-align: center;
	box-sizing: border-box;
}
.lists_main .list_main .pages .pager_link.ons{
	background-color: #15499a;
	border-color: #15499a;
}
.lists_main .list_main .pages .pager_link.ons a{
	color: #FFFFFF;
}
.lists_main .celan{
	width: 290px;
	background-color: #f5f5f5;
	padding: 40px;
	box-sizing: border-box;
}
.lists_main .celan .search{
	background-color: #15499a;
	display: flex;
	align-items: center;
	height: 40px;
}
.lists_main .celan .search .inputs{
	height: 40px;
	display: flex;
	align-items: center;
	width: 170px;
}
.lists_main .celan .search .inputs input{
	border: none;
	line-height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
	width: 100%;
	background-color: #15499a;
	font-size: 16px;
}
.lists_main .celan .search .inputs input::-webkit-input-placeholder { 
/* WebKit browsers，webkit内核浏览器 */
	color: #FFFFFF; 
	font-size: 16px;
} 
.lists_main .celan .search .inputs input:-moz-placeholder { 
/* Mozilla Firefox 4 to 18 */ 
	color: #FFFFFF; 
	font-size: 16px;
} 
.lists_main .celan .search .inputs input::-moz-placeholder { 
/* Mozilla Firefox 19+ */ 
	color: #FFFFFF; 
	font-size: 16px;
} 
.lists_main .celan .search .inputs input:-ms-input-placeholder { 
/* Internet Explorer 10+ */ 
	color: #FFFFFF; 
	font-size: 16px;
}
.lists_main .celan .search .searchs{
	height: 40px;
	width: 50px;
	overflow: hidden;
}
.lists_main .celan .search .searchs img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lists_main .celan .c_title{
	margin-top: 40px;
	color: #434343;
	font-size: 21px;
	margin-bottom: 25px;
}
.lists_main .celan .name{
	line-height: 50px;
	height: 50px;
	border-bottom: 1px solid #DDDDDD;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.lists_main .celan .name a{
	font-size: 15px;
	color: #15499a;
}

.details .list_main .d_title{
	font-size: 22px;
	color: #333333;
	font-weight: normal;
}
.details .list_main .text{
	margin-top: 25px;
	font-size: 12px;
	color: #888888;
}
.details .list_main .text span{
	margin-right: 30px;
}
.details .list_main .details_main{
	margin-top: 40px;
}


.product{
	padding-bottom: 100px;
}
.product .mains{
	display: flex;
	flex-wrap: wrap;
}
.product .mains .list{
	width: 380px;
	margin-right: 29px;
	border: 1px solid #eeeeee;
	padding: 15px;
	margin-bottom: 29px;
	box-sizing: border-box;
	text-align: center;
}
.product .mains .list:nth-child(3n){
	margin-right: 0;
}
.product .mains .list .img{
	height: 340px;
	overflow: hidden;
}
.product .mains .list .img img{
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: all 0.6s;
	object-fit: cover;
}
.product .mains .list .img img:hover{
	transform: scale(1.1);
}
.product .pages{
	display: flex;
	justify-content: center;
	align-items: center;
}
.product .pages .pager_link{
	padding: 5px;
	border: 1px solid #CCC;
	color: #808080;
	font-size: 12px;
	background-color: #FFF;
	border-radius: 3px;
	margin: 0 3px;
	min-width: 26px;
	text-align: center;
	box-sizing: border-box;
}
.product .pages .pager_link.ons{
	background-color: #15499a;
	border-color: #15499a;
}
.product .pages .pager_link.ons a{
	color: #FFFFFF;
}




.course{
	background-color: #F5F5F5;
	padding-bottom: 120px;
	margin-top: 100px;
}
.course .mains{
	margin-top: 45px;
	position: relative;
}
.course .mains::before{
	content: "";
	position: absolute;
	width: 2px;
	height: calc( 100% - 306px );
	background-color: #cdcdcd;
	left: 0;
	right: 0;
	top: 158px;
	margin: 0 auto;
	z-index: 1;
}
.course .mains .list{
	display: flex;
	align-items: center;
	justify-content: center;
}
.course .mains .list .frame{
	width: 504px;
	height: 306px;
	background-color: #EEEEEE;
	padding: 45px;
	box-sizing: border-box;
}
.course .mains .list .frame .name{
	color: #434343;
	font-size: 17px;
	font-weight: bold;
}
.course .mains .list .frame .img{
	margin-top: 25px;
	height: 170px;
	overflow: hidden;
}
.course .mains .list .frame .img img{
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}
.course .mains .list .ioc{
	width: 50px;
	height: 50px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #8BC34A;
	margin: 0 20px;
	position: relative;
	z-index: 2;
}
.course .mains .list .time{
	width: 504px;
	color: #15499a;
	font-weight: bold;
	font-size: 26px;
}
.course .mains .list:nth-child(2n) .time{
	text-align: right;
}
.adatas{
	padding: 130px 0;
}
.adatas .mains{
	display: flex;
	justify-content: space-between;
}
.adatas .mains .list{
	width: 360px;
	text-align: center;
}
.adatas .mains .list .number{
	font-weight: bold;
	color: #6ec1e4;
	font-size: 50px;
}
.adatas .mains .list .name{
	font-size: 32px;
	margin-top: 20px;
}
.header_nav .main .logo{
	height: 58px;
	overflow:hidden;
	display: flex;
	align-items: center;
}
.header_nav .main .logo .b_text{
    height: 100%;
}
.header_nav .main .logo img{
	height: 100%;
}
.header_nav .main .logo .b_name{
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
}
.pager .pagination {
	margin: 0;
}
.pager .pager {
	margin: 0;
}
.pager li {
	margin: 0 .4em;
	display: inline-block;
}
.pager li:first-child > a,
.pager li:last-child > a,
.pager li:first-child > span,
.pager li:last-child > span {
	padding: .5em 1.2em;
}
.pager li > a,
.pager li > span {
	background: none;
	border: 1px solid #e6e6e6;
	border-radius: 0.25em;
	padding: .5em .93em;
	font-size: 14px;
}
.searchBox{
	width: 60%;
	margin: 30px auto;
	flex-direction: row;
	display: flex;
	justify-content: space-around;
}
.searchBox .searchInput{
	width: 100%;
}
.searchBox .searchInput input{
	width: 100%;
	border: 1px solid #000;
	height: 39px;
	display: inline;
}
#animatelo1{
    transition: all 10s;
    transition-duration: 10s;
}
