/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,input,button,textarea,dl,dt{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;font-family: normal;}
body{ font-size:14px;color:#111;overflow-x: hidden;}
a img{
  border: 0;
}
em {
  font-style: normal;
}
body.head_on{overflow:hidden;}
a{text-decoration:none;color: #333;transition: all .3s;}
*{box-sizing: border-box;}
input,select,textarea{outline: none;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }

.wapper{
	width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
	box-sizing: border-box;
}
@media only screen and (min-width: 1200px){
	.wapper{
		width: 1200px;
		margin: 0 auto;
	}
}

:root{
	--primary-color:#2a62ac;
	--font-color:#666;
	--main-white:#fff;
}





/* 轮播图通用 */
.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{
	width: 100%;
}

.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}



.topbox{width: 100%;margin: 0 auto;}
.top{width: 100%;margin: 0 auto;}
.top_t{width: 100%;margin: 0 auto;background: #ececec;border-bottom: 1px #ccc solid;height: 40px;line-height: 40px;margin-bottom: 10px;padding: 0 10px;}
.top_t a{font-size: 14px;color: #999;}
.top_t span{font-size: 14px;color: #999;padding: 0 10px;}

.top .imgbox{width: 30%;margin: 0 auto;font-size: 0;margin-bottom: 20px;}
.top .imgbox a{width: 100%;display: block;}
.top .imgbox a img{width: 100%;}

.top .imgbox1{width: 100%;display: flex;align-items: center;margin-bottom: 20px;}
.top .imgbox1 a{display: block;}
.top .imgbox1 a.logo{width: 320px;}
.top .imgbox1 a.logo img{max-width: 100%;width: auto;}

.top .imgbox1 a.img{flex: 1;}
.top .imgbox1 a.img img{width: 100%;}


/* 导航 */
.menubox{width: 100%;margin: 0 auto;}
.menu{width: 100%;margin: 0 auto;background-color: #1d71b7;padding: 10px 0 10px 40px;}
.menu ul{display: flex;align-items: center;flex-wrap: wrap;}
.menu ul li{width: 9.09%;text-align: center;}
.menu ul li a{font-size: 16px;color: #fff;line-height: 30px;}
.menu ul li:hover a{color: #f30;}





/* bannerbox */
.bannerbox{
	width: 100%;
}
.bannerbox .mySwiper1{
	width: 100%;
}
.bannerbox .mySwiper1 .swiper-slide a{
	display: block;
	font-size: 0;
	width: 100%;
}
.bannerbox .mySwiper1 .swiper-slide a img{
	width: 100%;
}

.bannerbox .mySwiper1 .prev_btn{
	font-size: 20px;
	position: absolute;
	top: 50%;
	z-index: 9;
	left: 0;
	line-height: 50px;
	height: 50px;
	width: 30px;
	text-align: center;
	margin-top: -25px;
	vertical-align: middle;
	cursor: pointer;
	color: white;
	background: rgba(0,0,0,.1);
}
.bannerbox .mySwiper1 .next_btn{
	font-size: 20px;
	position: absolute;
	top: 50%;
	z-index: 9;
	right: 0;
	line-height: 50px;
	height: 50px;
	width: 30px;
	text-align: center;
	margin-top: -25px;
	vertical-align: middle;
	cursor: pointer;
	color: white;
	background: rgba(0,0,0,.1);
}

.bannerbox .mySwiper1 .swiper-pagination-bullet {
	font-size: 0px;
	width: 14px;
    height: 14px;
    overflow: hidden;
    -webkit-transition: border-color 350ms ease;
    -moz-transition: border-color 350ms ease;
    -o-transition: border-color 350ms ease;
    -ms-transition: border-color 350ms ease;
    transition: border-color 350ms ease;
    transition: border-color 350ms ease;
    background-color: rgba(0,0,0,0.2);
}
.bannerbox .mySwiper1 .swiper-pagination-bullet-active{
	background: var(--primary-color);
    width: 28px;
    border-radius: 20px;
}

.pd20{padding: 20px 0;}
/* footer */
.footerbox{width: 100%;margin: 0 auto;background-color: #f7f7f7;border-top: 1px #dbdbdb solid;}
.footer{width: 100%;margin: 0 auto;}

.f_link{width: 100%;margin: 0 auto;padding: 25px 0;border-bottom: 1px #dbdbdb solid;}
.f_link h3{font-size: 18px;color: #333;margin-bottom: 8px;}
.f_link ul{display: flex;flex-wrap: wrap;}
.f_link ul li{padding-right: 20px;line-height: 28px;}
.f_link ul li a{white-space: nowrap;text-overflow: ellipsis;font-size: 14px;color: #333;}

.footer_bot{width: 100%;margin: 0 auto;}
.footer_bot .desc{padding: 22px 0;text-align: center;line-height: 30px;font-size: 14px;color: #333;}

.f_img{width: 100%;text-align: center;}

.zcewm {
	position: fixed;
	top: 400px;
	right: 60px;
	width: 112px;
	height: 380px;
	background-color: #fff;
}
.zcewm i{font-style: normal;}
.zcewm li {
	text-align: center;
	padding-top: 10px;
}
.zcewm li h2 {
	font-size: 16px;
	color: #333;
}
.zcewm li h3 {
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}

@media screen and (min-width: 1280px) {
	.zcewm {
		right: -70px;
	}
}
@media screen and (min-width: 1366px) {
	.zcewm {
		right: -40px;
	}
}
@media screen and (min-width: 1600px) {
	.zcewm {
		right: 60px;
	}
}
@media screen and (min-width: 1920px) {
	.zcewm {
		right: 220px;
	}
}
@media screen and (min-width: 2560px) {
	.zcewm {
		right: 500px;
	}
}


.s_menubox{width: 100%;margin: 0 auto;}
.s_menu{width: 100%;background-color: #fafafa;padding-left: 20px;font-size: 12px;color: #999;line-height: 40px;}
.s_menu a{font-size: 12px;color: #999;}
.s_menu a:hover{color: #f30;}



/* 通用内页 */
.inbannerbox{
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.insidebox{
	width: 100%;
	margin: 0 auto;
}
.insidebox .inside{
	width: 100%;
	box-sizing: border-box;
}



.main_title{width: 100%;display: flex;justify-content: space-between;align-items: center;position: relative;height: 40px;line-height: 40px;margin-bottom: 20px;}
.main_title:before{content: '';width: 100%;height: 2px;background: #eaeaea;position: absolute;bottom: 0;left: 0;}
.main_title span{font-size: 20px;font-weight: bold;padding:0 10px; position: relative;text-overflow: ellipsis;white-space: nowrap;}
.main_title1 span{font-size: 24px;color: #1d71b7;font-weight: bold;}
.main_title span:after{content:'';width:100%;height:2px;position:absolute;left:0;bottom:0;background:#1d71b7;}
.main_title a{font-size: 14px;color: #999;}



/* ================首页样式================ */
.index1box{width: 100%;margin: 0 auto;}
.index1{width: 100%;margin: 0  auto;}
.index1_title{text-align: center;}
.index1_title h1{font-size: 40px;color: #1d71b7;font-weight: bold;margin-bottom: 8px;}
.index1_title h1 a{color: #1d71b7;font-weight: bold;}
.index1_title h1 a:hover{color: #f30;}
.index1_title .p{text-align: center;}
.index1_title .p a{padding: 0 10px;font-size: 14px;color: #999;}


.index1_content{width: 100%;margin: 0 auto;margin-top: 30px;display: flex;justify-content: space-between;}
.index1_left{width: 730px;}
.index1_right{width: 430px;padding:0px 0 0 30px;}

.index1_left .index1_swiper{width: 100%;}
.index1_swiper .swiper-slide .slide_inner{width: 100%;position: relative;font-size: 0;}
.index1_swiper .swiper-slide .slide_inner img{width: 100%;height: 400px;
    object-fit: cover;}
.index1_swiper .swiper-slide .slide_inner .textbox{position: absolute;left: 0;width: 100%;bottom: 0;background-color: rgb(0, 0, 0,0.5);padding: 10px;font-size: 16px;color: #fff;text-align: left;}


.index1_pagination{text-align: right !important;padding-right: 20px !important;}
.index1_pagination .swiper-pagination-bullet{background-color: #fff;opacity: 1;width: 10px;height: 10px;}
.index1_pagination .swiper-pagination-bullet-active{background-color: #ff0000;}

.i1t_top{width: 100%;    height: 175px;}
.i1t_top h1 a{font-size: 24px;color: #333;font-weight: bold;}
.i1t_top h1 a:hover{color: #ff0000;}
.i1t_top p{padding: 6px 0 12px;}
.i1t_top p a{font-size: 14px;color: #333;line-height: 24px;}


.i1t_list{border-top: 1px dashed #ccc;padding: 6px 0 0 0;margin-top: 20px;}
.i1t_list ul li{line-height: 36px;height:36px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 16px;background:url('../images/dot-1.png') no-repeat left center;padding-left:16px;}
.i1t_list ul li a{font-size: 16px;color: #333;}

.noline{border-top: 0;}

.index2box{width: 100%;margin: 0 auto;}
.index2{width: 100%;display: flex;justify-content: space-between;}
.index2_left{width: 790px;margin-right: 30px;}
.index2_right{width: 380px;}

.i2l_content{display: flex;justify-content: space-between;width: 100%;}
.i2l_content .left{width: 49%;}
.i2l_content .right{width: 49%;}

.i2l_content .left .imgbox{width: 100%;position: relative;font-size: 0;height: 175px;}
.i2l_content .left .imgbox img{width: 100%;}
.i2l_content .left .imgbox .textbox{position: absolute;left: 0;width: 100%;bottom: 0;background-color: rgb(0, 0, 0,0.5);padding: 10px;font-size: 16px;color: #fff;text-align: left;}


.i2l_content .i1t_top h1 a{font-weight: normal;}
.i2l_content .i1t_top p a{color: #666;}

.i2r_content{width: 100%;}
.i2r_content .imgbox{width: 100%;position: relative;font-size: 0;}
.i2r_content .imgbox img{width: 100%;}
.i2r_content .imgbox .textbox{position: absolute;left: 0;width: 100%;bottom: 0;background-color: rgb(0, 0, 0,0.5);padding: 10px;font-size: 16px;color: #fff;text-align: left;}


.index3box{width: 100%;margin: 0 auto;margin-top: 20px;}
.index3{width: 100%;margin: 0 auto;display: flex;justify-content: space-between;}
.img1_swiper{width: 340px;margin-right:20px !important;height:110px;}
.img2_swiper{/*width: 840px;height:110px;*/}


.img1_swiper .swiper-slide a{display: block;width: 100%;font-size: 0;height:110px;}
.img1_swiper .swiper-slide a img{width: 100%;height:100%;object-fit: cover;}

.img2_swiper .swiper-slide a{display: block;width: 100%;font-size: 0;height:110px;}
.img2_swiper .swiper-slide a img{width: 100%;height:100%;object-fit: cover;}


.index4box{width: 100%;margin: 0 auto;margin-top: 20px;}
.index4{width: 100%;margin: 0 auto;}
.index4>ul{display: flex;justify-content: space-between;}
.index4>ul>li{width: 32%;}
.index4>ul>li .li_inner .imgbox{width: 100%;position: relative;font-size: 0;}
.index4>ul>li .li_inner .imgbox img{width: 100%;height: 300px;object-fit: cover;}
.index4>ul>li .li_inner .imgbox .textbox{position: absolute;left: 0;width: 100%;bottom: 0;background-color: rgb(0, 0, 0,0.5);padding: 10px;font-size: 16px;color: #fff;text-align: left;}


.index5box{width: 100%;margin: 0 auto;margin-top: 20px;}
.index5{width: 100%;margin: 0 auto;display: flex;justify-content: space-between;}
.index5_left{width: 780px;}
.index5_right{width: 380px;}

.i5_tab{width: 100%;position: relative;}
.i5_tab::before {content: '';display: block;width: 100%;height: 2px;background: #eaeaea;position: absolute;left: 0;bottom: 0;}

.i5_tab ul{display: flex;align-items: center;}
.i5_tab ul li{border-top: 2px #fff solid;border-left: 2px #fff solid;border-right: 2px #fff solid;border-bottom: 2px #eaeaea solid;padding: 0 18px;height: 40px;line-height: 40px;font-size: 20px;color: #666;cursor: pointer;z-index: 2;}
.i5_tab ul li.on{border-top: 2px #0c80f5 solid;border-right: 2px #eaeaea solid;border-left: 2px #eaeaea solid;border-bottom: 2px #fff solid;}
.i5_tab ul li.on span{font-weight: bold;}


.i5_box{width: 100%;margin: 0 auto;margin-top: 20px;}
.i5_box ul li{width: 100%;}
.i5_box ul li .li_inner{width: 100%;}
.i5_box ul li .li_inner dl{display: flex;flex-wrap: wrap;}
.i5_box ul li .li_inner dl dd{width: 32%;margin-right: 2%;margin-bottom: 20px;}
.i5_box ul li .li_inner dl dd:nth-child(3n){margin-right: 0;}
.i5_box ul li .li_inner dl dd a{display: block;width: 100%;}
.i5_box ul li .li_inner dl dd a .imgbox{width: 100%;font-size: 0;position: relative;}
.i5_box ul li .li_inner dl dd a .imgbox img{width: 100%;}
.i5_box ul li .li_inner dl dd a .imgbox .textbox{position: absolute;left: 0;background-color: rgb(0, 0, 0,0.5);width: 100%;text-align: center;font-size: 14px;color: #fff;line-height: 36px;height: 36px;bottom: 0;}



.index6box{width: 100%;margin: 0 auto;margin-top: 20px;}
.index6{width: 100%;margin: 0 auto;display: flex;justify-content: space-between;}
.index6 .item{width: 32%;}
.index6 .item2 .img2{display: flex;justify-content: space-between;margin-top: 20px;}
.index6 .item2 .img2 .imgbox{width: 49%;}
.index6 .item2 .img2 .imgbox h3{font-size: 16px;color: #333;text-align: center;margin-bottom: 8px;}
.index6 .item2 .img2 .imgbox a{display: block;width: 100%;font-size: 0;}
.index6 .item2 .img2 .imgbox a img{width: 100%;}



.index7box{width: 100%;margin: 0 auto;margin-top: 20px;}
.index7{width: 100%;margin: 0 auto;background-repeat: no-repeat;background-position: center left;background-color: #f1f1f1;padding: 30px 0 0 105px;position: relative;}
.index7_swiper{width: 980px;}
.index7_swiper .swiper-slide{background-color: transparent;}
.index7_swiper .swiper-slide .slide_inner{width: 100%;}
.index7_swiper .swiper-slide .slide_inner .imgbox{width: 100%;display: block;font-size: 0;}
.index7_swiper .swiper-slide .slide_inner .imgbox img{width: 100%;height: 300px;
    object-fit: cover;}
.index7_swiper .swiper-slide .slide_inner a{font-size: 14px;color: #e70415;line-height: 30px;padding-left: 12px;text-align: left;}
.index7_swiper .swiper-slide .slide_inner a:hover{color: #000;}

.index7 .index7_prev{
	font-size: 50px;
	position: absolute;
	top: 50%;
	z-index: 9;
	left: 9%;
	text-align: center;
	transform: translateY(-50%);
	vertical-align: middle;
	cursor: pointer;
	color: #333;
}
.index7 .index7_next{
	font-size: 50px;
	position: absolute;
	top: 50%;
	z-index: 9;
	right: 1%;
	text-align: center;
	transform: translateY(-50%);
	vertical-align: middle;
	cursor: pointer;
	color: #333;
}



.index8box{width: 100%;margin:  0 auto;}
.index8{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}

.index8 .item{width: 32%;}
.index8 .item .imgbox{width: 100%;font-size: 0;position: relative;}
.index8 .item .imgbox img{width: 100%;}
.index8 .item .imgbox .textbox{position: absolute;left: 0;background-color: rgb(0, 0, 0,0.5);width: 100%;text-align: center;font-size: 14px;color: #fff;line-height: 36px;height: 36px;bottom: 0;}


.index8 .item_content .img2{display: flex;flex-wrap: wrap;justify-content: space-between;}
.index8 .item_content .img2 .imgbox{width: 49%;position: relative;font-size: 0;}
.index8 .item_content .img2 .imgbox img{width: 100%;}
.index8 .item_content .img2 .imgbox .textbox{position: absolute;left: 0;background-color: rgb(0, 0, 0,0.5);width: 100%;text-align: center;font-size: 14px;color: #fff;line-height: 36px;height: 36px;bottom: 0;}




.item3_list ul{display: flex;flex-wrap: wrap;}
.item3_list ul li{line-height: 36px;height:36px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 16px;background:url('../images/dot-1.png') no-repeat left center;padding-left:16px;width: 33.33%;}
.item3_list ul li a{font-size: 16px;color: #333;}


.index9box{width: 100%;margin: 0 auto;margin: 20px 0;}
.index9{width: 100%;margin: 0;}
.index9 img{width: 100%;}


.newsbox{width: 100%;margin: 0 auto;}
.news{width: 100%;margin: 0 auto;display: flex;justify-content: space-between;}
.news_left{width: 780px;}
.news_right{width: 380px;}


.news_list{width: 100%;margin-bottom: 20px;}
.news_list ul li{width: 100%;border-bottom: 1px dashed #ccc;padding: 20px 0;}
.news_list ul li dl dd{width: 100%;height: 40px;position: relative;display: flex;justify-content: space-between;align-items: center;}
.news_list ul li dl dd a{line-height: 30px;color: #333;font-size: 16px;padding-left: 15px;}
.news_list ul li dl dd a span{font-size: 16px;color: #333;}
.news_list ul li dl dd:after {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #666;
    display: block;
    position: absolute;
    left: 0;
    top: 18px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.nr_list1{width: 100%;margin-bottom: 20px;}
.nr_list1 ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.nr_list1 ul li{width: 49%;}
.nr_list1 ul li a{display: block;background: url(../images/dot-5.png) no-repeat left center;padding-left: 16px;margin-left: 10px;height: 36px;font-size: 16px;color: #333;line-height: 36px;}
.nr_list1 ul li a:hover{color: #f30;}

.nr_list2{width: 100%;}
.nr_list2 ul{display: flex;flex-wrap: wrap;justify-content: space-between; }
.nr_list2 ul li{width: 49%;}
.nr_list2 ul li .imgbox{width: 49%;position: relative;font-size: 0;}
.nr_list2 ul li .imgbox img{width: 100%;}
.nr_list2 ul li .imgbox .textbox{position: absolute;left: 0;background-color: rgb(0, 0, 0,0.5);width: 100%;text-align: center;font-size: 14px;color: #fff;line-height: 36px;height: 36px;bottom: 0;}


.xy .title{width: 100%;background-color: #f4f4f4;height: 40px;margin-bottom: 20px;}
.xy .title span{display: inline-block;width: 100px;height: 40px;background-color: #1d71b7;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;font-size: 22px;color: #fff;line-height: 40px;text-align: center;}



.kindbox{width: 100%;margin: 0 auto;}
.kind{width: 100%;margin: 0 auto;}
.kind ul{display: flex;flex-wrap: wrap;}
.kind ul li{width: 130px;border: 1px solid #0c80f5;line-height: 35px;text-align: center;font-size: 16px;margin-right: 10px;margin-bottom: 10px;}
.kind ul li a{color: #333;}
.kind ul li.curr{background-color: #0c80f5;}
.kind ul li.curr a{color: #fff;}






.piclistbox{width: 100%;margin: 0 auto;margin-bottom: 20px;}
.piclist{width: 100%;margin: 0 auto;}
.piclist ul{display: flex;flex-wrap: wrap;}
.piclist ul li{width: 23.5%;margin-right: 2%;margin-bottom: 20px;}
.piclist ul li:nth-child(4n){margin-right: 0;}
.piclist ul li a{display: block;width: 100%;}
.piclist ul li .imgbox{width: 100%;font-size: 0;}
.piclist ul li .imgbox img{width: 100%;}
.piclist ul li .textbox{background-color: #f1f1f1;text-align: center;font-size: 14px;color: #333;line-height: 30px;}







