/*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;font-weight: 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:#035cac;
	--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;}


/* 导航 */
.headerbox{
	width: 100%;
	margin:  0 auto;
}
.headerbox .header{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo{/*width: 244px;*/width: 400px;}
.header_right{width: 950px;}
.r_top{width: 100%;display: flex;justify-content: flex-end;padding-top: 20px;}
.r_top .language{margin-right: 15px;}
.r_top .language a{font-size: 12px;color: #0d0d0d;}
.r_top .language span{font-size: 12px;padding: 0 15px;color: #e6e6e6;}
.search{display: flex;align-items: center;}
.search .txtbox{width: 120px;height: 21px;line-height: 21px;padding-left: 10px;color: #828282;background: #e8e8e8;border: 0;}
.search .s_btn{background: url(../images/index_01.jpg) no-repeat;height: 21px;width: 23px;}

.menu ul{display: flex;align-items: center;padding: 10px 0;}
.menu ul li{
	position: relative;
}
.headerbox .header .menu>ul>li>a{
	font-size: 15px;
    line-height: 1;
    padding: 15px 15px;
    color: #333;
    display: flex;
    position: relative;
    text-decoration: none;
	border-bottom: 3px solid transparent;
}
.headerbox .header .menu>ul>li:hover>a{border-bottom: 3px solid #035cac;color: #035cac;}
.headerbox .header .menu ul li .sub_menu{
	min-width: 124px;
    position: absolute;
    top: 140%;
    left: 0%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background: white;
    transition: all 400ms ease;
}
.headerbox .header .menu ul li:hover > dl {
    opacity: 1;
    visibility: visible;
    top: 100%;
	
}

.headerbox .header .menu ul li dd {
    position: relative;
    display: block;
	text-align: center;
	background: #4c4a4f;
	transition: all 400ms ease;
}
.headerbox .header .menu dl dd>.three_menu{
	min-width: 100%;
    position: absolute;
    left: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background: white;
    transition: all 400ms ease;
}
.headerbox .header .menu dl dd:hover>.three_menu {
    opacity: 1;
    visibility: visible;
    top: 0px;
	
}
.headerbox .header .menu ul li dl dd a {
    font-size: 14px;
	line-height: 30px;
    color: #fff;
    text-align: left;
    display: block;
    padding: 0 15px;
    position: relative;
    transition: all 400ms ease;
    
}
.headerbox .header .menu ul li dl dd:hover{
    background-color: #000;
}





/* 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: 22px;
    height: 8px;
    background-color: #333333;
	opacity: 1;
	border-radius: 0;
}
.bannerbox .mySwiper1 .swiper-pagination-bullet-active{
	background: #01B1ED;
}

.pd50{padding: 50px 0;}
/* footer */
.footerbox{width: 100%;margin: 0 auto;}
.footer_topbox{width: 100%;margin: 0 auto;background-color: #035cac;line-height: 50px;}
.footer_top{width: 100%;display: flex;align-items: center;height: 50px;justify-content: space-between;}
.f_menu ul{display: flex;align-items: center;}
.f_menu ul li a{font-size: 14px;color: #fff;}
.f_menu ul li a:after{content: "-";}
.f_menu ul li:last-child a:after{content: "";}



.f_share{height: 50px;}
.f_share ul{display: flex;align-items: center;height: 100%;}
.f_share ul li{margin-right: 5px;}
.f_share ul li a{display: flex;align-items: center;justify-content: center;}
.f_share ul li a img{max-width: 100%;width: auto;}


.footer_botbox{width: 100%;margin: 0 auto;padding: 25px 0;background-color: #f2f2f2;}
.footer_bot{width: 100%;margin: 0 auto;display: flex;align-items: center;}
.footer_bot .line{max-width: 100%;width: auto;}
.footer_bot .f_ewm{width: 143px;}
.footer_bot .f_ewm img{max-width: 100%;width: auto;}
.footer_bot .f_desc{width: calc(100% - 143px);padding-left: 20px;}
.footer_bot .f_desc p{font-size: 12px;color: #0d0d0d;line-height: 22px;}
.footer_bot .f_desc p a{color: #0d0d0d;}
.footer_bot .f_desc p a:hover{color: #0052a2;text-decoration: underline;}

.pd30{padding: 30px 0;}
/* 通用内页 */
.inbannerbox{
	position: relative;
	width: 100%;
	margin: 0 auto;
	font-size: 0;
}
.inbannerbox img{width: 100%;}



.insidebox{
	width: 100%;
	margin: 0 auto;
}
.insidebox .inside{
	width: 100%;
	padding: 50px 0;
	box-sizing: border-box;
}

.main_title{width: 100%;}
.main_title h3{font-size: 16px;color: #0d0d0d;font-weight: bold;}
.main_title h3 span{color: #b2b2b2;}
/* ================首页样式================== */

.index1box{width: 100%;margin: 0 auto;background-color: #035cac;height: 110px;}
.index1{width: 100%;margin: 0 auto;display: flex;align-items: center;height: 98px;}
.index1_left{padding-top: 24px;width: 622px;border-right: 1px solid #1d6db4;display: flex;align-items: center;justify-content: space-between;}
.index1_left .icon{width: 70px;margin-right: 20px;}
.index1_left .icon img{width: 100%;}
.index1_left .textbox{width: 630px;}
.index1_left .textbox h3{font-size: 16px;color: #fff;padding-top: 5px;}
.index1_left .textbox p{font-size: 12px;color: #94b9d3;padding-top: 8px;}
.index1_right ul{display: flex;align-items: center;}
.index1_right ul li{width: 140px;border-right: 1px solid #1d6db4;text-align: center;padding-top: 22px;}
.index1_right ul li .icon{width: 100%;display: flex;align-items: center;justify-content: center;font-size: 0;}
.index1_right ul li .icon img{width: auto;max-width: 100%;}
.index1_right ul li a{font-size: 12px;color: #fff;}
.index1_right ul li a:hover{text-decoration: underline;}


.mt50{margin-top: 50px !important;}
.index2box{width: 100%;margin: 0 auto;}
.index2{width: 100%;margin: 0 auto;}

.index2_content{width: 100%;margin: 0 auto;margin-top: 20px;display: flex;justify-content: space-between;}
.index2_left{width: 80%;}
.index2_right{width: 18%;}
.index2_left ul{display: flex;flex-wrap: wrap;}
.index2_left ul li{width: 18.4%;margin-right: 2%;margin-bottom: 20px;}
.index2_left ul li:nth-child(5n){margin-right: 0;}
.index2_left ul li .imgbox{width: 100%;font-size: 0;overflow: hidden;}
.index2_left ul li .imgbox img{width: 100%;transition: all 0.5s;}
.index2_left ul li .imgbox:hover img{transform: scale(1.1);}
.index2_left ul li h3{font-size: 14px;color: #035cac;line-height: 26px;border-bottom: 1px solid #d7d7d7;font-weight: bold;}
.index2_left ul li dl dd{width: 100%;line-height: 20px;background: url(../images/index_07.jpg) no-repeat left;height: 20px;padding-left: 7px;}
.index2_left ul li dl dd a{font-size: 12px;color: #9a9a9a;}
.index2_left ul li dl dd a:hover{text-decoration: underline;}

.index2_right{background-color: #035cac;height: 170px;padding: 10px 0 0 11px;color: #fff;}
.index2_right h3{font-size: 16px;color: #fff;}
.index2_right ul li{width: 100%;background: url(../images/index_08.jpg) no-repeat left; line-height: 22px; padding-left: 11px;}
.index2_right ul li a{font-size: 12px;color: #fff;}
.index2_right ul li a:hover{text-decoration: underline;}


.index3box{padding: 40px 0;}
.index3{width: 100%;margin: 0 auto;display: flex;justify-content: space-between;}
.index3_left{width: 160px;border-top: 6px solid #035cac;}
.index3_center{width: 680px;font-size: 14px;color: #5c5c5c;text-indent: 20px;}
.index3_right{width: 300px;font-size: 0;}
.index3_right img{width: 100%;}
.index3_center a{color: #5c5c5c;}
.index3_center a:hover{text-decoration: underline;}
.index3_left h1{font-size: 26px;padding-top: 38px;color: #035cac;}
.index3_left h3{font-size: 16px;color: #94b9da;}
.index3_left .more{border-radius: 10px;background: #eca32e;color: #ffffff;height: 22px;width: 72px;text-align: center;line-height: 22px;margin-top: 10px;}
.index3_left .more a{font-size: 12px;color: #fff;}


.index4box{width: 100%;margin: 0 auto;}
.index4{border: 1px solid #f1f1f1;display: flex;justify-content: space-between;}

.index4_left{background: #f7f7f7;width: 536px;height: 315px;padding: 23px 0 0 16px;}
.i4_l_list{width: 100%;padding-top: 16px;}
.i4_l_list ul li{width: 100%;padding-top: 9px;}
.i4_l_list ul li .li_inner{width: 100%;display: flex;align-items: center;justify-content: space-between;}
.i4_l_list ul li .li_inner .imgbox{border: 1px solid #f1f1f1;width: 96px;font-size: 0;}
.i4_l_list ul li .li_inner .imgbox img{width: 100%;}
.i4_l_list ul li .li_inner .textbox{width: calc(100% - 120px);}
.i4_l_list ul li .li_inner .textbox h3{margin-bottom: 6px;}
.i4_l_list ul li .li_inner .textbox h3 a{font-size: 14px;color: #035cac;}
.i4_l_list ul li .li_inner .textbox p{font-size: 12px;color: #969696;}

.index4_center{width: 360px;padding-left: 10px;padding-top: 10px;box-sizing: border-box;padding-right: 10px;}
.index4_center ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.index4_center ul li{width: 165px;height: 139px;text-align: center;padding-top: 27px;margin-bottom: 5px;}
.index4_center ul li .imgbox{width: 100%;}
.index4_center ul li .imgbox img{max-width: 100%;width: auto;}
.index4_center ul li a{padding-top: 10px;font-size: 12px;color: #fff;}
.index4_center ul li a:hover{text-decoration: underline;}


.index4_right{width: 256px;}
.index4_right .imgbox{width: 100%;font-size: 0;position: relative;}
.index4_right .imgbox img{width: 100%;height: 158px;object-fit: cover;}
.index4_right .imgbox .p1{position: absolute;width: 100%;bottom: 0;background-color: #2872b1;text-align: center;line-height: 30px;font-size: 14px;color: #fff;left: 0;}

.index4_right  .textbox{height: 158px;background: #f7f7f7;padding: 15px 14px 0;line-height: 22px;}
.index4_right  .textbox span{color: #0052a2;}
.index4_right  .textbox p{font-size: 12px;color: #0d0d0d;}
.index4_right  .textbox a{font-size: 12px;color: #0d0d0d;}
.index4_right  .textbox a:hover{color: #0052a2;text-decoration: underline;}





.aboutbox{width: 100%;margin: 0 auto;}
.about{width: 100%;margin: 0 auto;display: flex;justify-content: space-between;}

.about_left{width: 22%;}
.about_right{width: 76%;}
.about_left .title{background: url(../images/index_15.jpg) no-repeat;height: 110px;line-height: 110px; padding-left: 25px;font-size: 24px;
color: #ffffff;background-size: cover;}
.about_left .imgbox{font-size: 0;width: 100%;}
.about_left .imgbox img{width: 100%;}

.left_list{width: 100%;}
.left_list ul li a{background: url(../images/index_17.jpg) no-repeat;height: 49px;line-height: 48px;display: block;font-size: 14px;padding-left: 12px;background-size: cover;}
.left_list ul li:hover a,.left_list ul li.curr a {
    background: url(../images/index_18.jpg) no-repeat;
    height: 49px;
    line-height: 48px;
    display: block;
    color: #ffffff;
    font-size: 14px;
    padding-left: 12px;
    text-decoration: none;
	background-size: cover;
}


.about_right .r_top{width: 100%;display: flex;align-items: center;justify-content: space-between;line-height: 31px;border-bottom: 1px solid #eaeaea;}
.about_right .r_top h3{font-size: 18px;color: #0d0d0d;}
.about_right .r_top a{font-size: 12px;color: #a9a9a9;}
.about_right .r_top span{font-size: 12px;color: #a9a9a9;}

.about_right .desc{padding: 25px 0;font-size: 14px;color: #0d0d0d;line-height: 30px;}


.news_list{width: 100%;padding: 25px 0;}
.news_list ul li{width: 100%;line-height: 38px;border-bottom: 1px dashed #dddddd;display: flex;justify-content: space-between;}
.news_list ul li a{font-size: 14px;color: #0d0d0d;}
.news_list ul li a:hover{color: #0052a2;text-decoration: underline;}
.news_list ul li .date{font-size: 14px;color: #cacaca;white-space: nowrap;}

table{border-collapse: collapse;}
.c1 {
    border-top: #e2e2e2 1px solid;
    border-left: #e2e2e2 1px solid;
}
.c1 td, .c1 th {
    padding: 5px 0;
    line-height: 18px;
    border-bottom: #e2e2e2 1px solid;
    border-right: #e2e2e2 1px solid;
}
.c1 th {
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    background: #035cac;
}
.product{padding: 25px 0;}
.product a:hover{text-decoration: underline;color: #0052a2;font-size: 14px;}

.about_right .desc h3{font-size: 16px;}
.map{width: 100%;font-size: 0;margin-top: 30px;}
.map img{max-width: 100%;width: auto;}