/*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: 1500px){
	.wapper{
		width: 1500px;
		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;}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}



/* 导航 */
.headerbox{
	width: 100%;
	margin:  0 auto;
	background-color: rgba(0, 0, 0, 0.15);
	z-index: 999;
	position: fixed;
	left: 0;
	top: 0;
}
.headerbox.active{position: unset;}
.headerbox .header{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.headerbox .logo {overflow: hidden;/*animation-name: zoomIn;*/transition: all 0.5s;animation-duration: 3.75s;animation-delay: 0.75s;animation-iteration-count: infinite;}
.headerbox .logo img{max-width: 100%;width: auto;}
.headerbox .header .menu ul{display: flex;}
.headerbox .header .menu ul li{
	position: relative;
	height: 75px;
	line-height: 75px;
	padding:  0 20px;
	text-align: center;
}
.headerbox .header .menu ul li .li_name{overflow: hidden;height: 100%;}
.headerbox .header .menu ul li a{
	font-size: 16px;
	line-height: 75px;
	font-weight: bold;
    color: #fff;
    display: flex;
    position: relative;
    text-decoration: none;
}
.headerbox .header .menu ul li:hover .a{margin-top: -75px;}
.headerbox .header .menu ul li a.hover{color: #f49255;}
.headerbox .header .menu ul li .sub_menu{
	min-width: 200%;
    position: absolute;
    top: 140%;
    left: -50%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background: #14C187;
    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;
	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: #14C187;
    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: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    text-align: left;
    display: block;
    padding: 15px 25px 15px 25px;
    position: relative;
    text-decoration: none;
    outline: none;
	text-align: center;
    text-transform: none;
    transition: all 400ms ease;
}
.headerbox .header .menu ul li dl dd:hover{
    background-color: rgb(244, 146, 85);
}
.headerbox .header .menu ul li dl dd:hover a{font-weight: bold;}




/*mMenu*/
.m_header{width: 100%;}
.sp_header{height:70px;overflow:hidden;background:var(--main-white);position:fixed;z-index:999;width:100%;display: none;top: 0;}
.sp_logo{float:left;height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo img{margin:auto;max-height:50px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:25px}
/* 横杠 */
.sp_nav 
span{display:block;background:#000000;width:30px;height:3px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9999;background:var(--main-white);width:100%;height:calc(100% - 70px);font-size:14px;line-height:40px;top:70px;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;display: none;transition:all ease 0.35s}
.nav_show{display: block;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-bottom: 1px dashed #ddd;;position:relative;line-height:45px;font-size:16px}
.sjj_nav>ul >li:last-child{border-bottom: 1px dashed #ddd;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:var(--font-color);width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav ul li a:hover{color: #000000;}
.sjj_nav ul li ul li a{color:var(--font-color);display:block;text-align:left;}
.sjj_nav ul li i svg{width:25px;height:25px;fill:var(--main-white);}
.sjj_nav ul li .sjj_nav_i_se svg{fill:var(--main-white)}
.sjj_nav ul li ul li>ul{margin-left:10px}
.sjj_nav ul li ul li{border-top: none;}
.sjj_nav ul li ul li a{padding: 0 30px;}

.languages{width: 100%;margin: 20px auto;padding: 0 20px;}
.languages a{font-size: 16px;color: #333;font-weight: bold;}
.languages a.curr{color: #004a8b;}
.languages span{padding: 0 10px;}




/* bannerbox */
.bannerbox{width: 100%;background-attachment: fixed;background-position: 50% 50%;background-size: cover;background-repeat: no-repeat;}
.banner{width: 100%;margin: 0 auto;position: relative;height: 900px;}
.banner .text_inner{position: absolute;left: 55%;top: 50%;transform: translateY(-50%);}
.banner .text_inner h3{font-size: 18px;color: #eee;padding-bottom: 10px;position: relative;margin-bottom: 20px;}
.banner .text_inner h3:after{width: 60px;background-color: #f49255;height: 2px;content: "";position: absolute;left: 0;bottom: 0;}
.banner .text_inner h1{font-size: 72px;color: #fff;font-weight: bold;}
.banner .text_inner p{font-size: 18px;color: #ddd;line-height: 30px;}


.b_botbox{width: 100%;background-repeat: no-repeat;background-size: cover;height: 150px;}
.b_bot{height: 150px;display: flex;align-items: center;justify-content: center;}
.b_bot .text_inner{width: 100%;text-align: center;}
.b_bot .text_inner h3{font-size: 22px;color: #fff;font-weight: bold;}
.b_bot .text_inner p{font-size: 14px;color: #ddd;}

.fl{float: left;}
.fr{float: right;}
.clearfix {
}
.clearfix::before {
    display: table;
    content: "";
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pd50{padding: 50px 0;}
/* footer */
.foot{width:100%; height:auto; }
.foot .footc{ padding:73px 0 120px 0; border-bottom:1px #e0e0e0 solid;}
.foot .footc .footcl{ width:50%;}
.foot .footc .footcl dl{ float:left; width:33.33%;}
.foot .footc .footcl dl dt{ font-size:20px; font-weight:700; line-height:30px; margin-bottom:18px;}
.foot .footc .footcl dl dd{}
.foot .footc .footcl dl dd a{ font-size:14px; line-height:30px; color:#777;}
.foot .footc .footcm{ width:20%; margin-left: 2%;}
.foot .footc .footcm .tit{font-size:20px; font-weight:700; line-height:30px; margin-bottom:18px;}
.foot .footc .footcm .con{font-size:14px; line-height:30px; color:#777;}
.foot .footc .footcr{ width:20%;}
.foot .footc .footcr .tit{font-size:20px; font-weight:700; line-height:30px; margin-bottom:18px;}
.foot .footc .footcr .footcr_tel{ font-size:32px; color:#004A8C; line-height:30px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
.foot .footc .footcr .footcr_ewm{ margin-top:60px;}
.foot .footc .footcr .footcr_ewm .list{ width:46%; text-align:center; float:left; font-size:16px; line-height:28px; margin-right:8%;}
.foot .footc .footcr .footcr_ewm .list:nth-of-type(2n){ margin-right:0;}
.foot .footc .footcr .footcr_ewm .list img{ display:block; width:100%; height:auto;}
.foot .copyright{ text-align:center; padding:15px 0; line-height:25px; font-size:16px;}



/* 通用内页 */
.inbannerbox{
	position: relative;
	width: 100%;	
	margin: 0 auto;
}
.inbanner{height: 560px;position: relative;}
.inbanner .text_inner{position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.inbanner .text_inner h1{font-size: 48px;color: #fff;font-weight: bold;}
.inbanner .text_inner h2{font-weight: 400;font-size: 48px;line-height: 48px;margin: 20px 0 30px 0;color: #fff;}
.inbanner .text_inner:after{width: 72px;background-color: #fff;height: 5px;content: "";position: absolute;left: 0;bottom: 0;}


.insidebox{
	width: 100%;
	margin: 0 auto;
}
.insidebox .inside{
	width: 100%;
	box-sizing: border-box;
}


.main_title{width: 100%;position: relative;padding-bottom: 28px;}
.main_title h1{font-size: 38px;color: #004a8c;font-weight: bold;line-height: 72px;}
.main_title h3{font-size: 32px;color: #111;}
.main_title p{font-size: 14px;color: #111;}
.main_title:after{width: 50px;background-color: #e36c00;position: absolute;left: 0;bottom: 0;content: "";height: 3px;}

/* ================首页样式================== */
.index1box{width: 100%;margin: 0 auto;}
.index1{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
.index1_left{width: 49%;}
.index1_right{width: 49%;font-size: 0;}
.index1_right img{width: 100%;border-radius: 8px;}

.index1_left .desc{padding: 30px 0;font-size: 16px;color: #666;line-height: 36px;}

.index1_btn{}
.index1_btn a{display: inline-block;width: 180px;height: 50px;line-height: 50px;background: url(../images/i_about_more.jpg) no-repeat 86% 50%;font-weight: 400;font-size: 16px;color: #004a8b;text-indent: 40px;border: 1px #195b96 solid;border-radius: 50px;}


.index2box{width: 100%;margin: 0 auto;}
.index2{width: 100%;margin: 0 auto;}
.index2_content{width: 100%;margin: 0 auto;margin-top: 50px;}
.index2_content ul{display: flex;flex-wrap: wrap;}
.index2_content ul li{width: 23.5%;margin-right: 2%;margin-bottom: 20px;}
.index2_content ul li:nth-child(4n){margin-right: 0;}
.index2_content ul li a{ display: block; background: #83919e; position:relative; z-index:9;-webkit-transition: all ease .3s; transition: all ease .3s; top:0;}
.index2_content ul li a .img{ width: 100%; height: 280px;}
.index2_content ul li a .ncon{ padding: 50px 40px;}
.index2_content ul li a .ncon .ncon_t{font-weight: 400;font-size: 24px;line-height: 24px;color: #fff;}
.index2_content ul li a .ncon .ncon_i{font-weight: 400;font-size: 16px;line-height: 30px; height:150px;color: #fff; margin: 15px auto 25px auto; overflow: hidden;}
.index2_content ul li a .ncon .ncon_m{width: 180px; height: 50px; line-height: 50px; background: url(../images/i_about_more.jpg) no-repeat 86% 50% #fff;font-weight: 400;font-size: 16px;color: #004a8b; text-indent: 40px; border-radius: 50px; height:0; overflow:hidden;-webkit-transition: all ease .3s; transition: all ease .3s}
.index2_content ul li a:hover{ position:relative; top:-20px; background:#004a8c; border-radius:30px;}
.index2_content ul li a:hover .img{border-radius:30px 30px 0 0;}
.index2_content ul li a:hover .ncon .ncon_m{ height:50px;}


/* about */
.abouta{ padding: 100px 0;}
.abouta .con{ width: 50%; padding-bottom: 160px;}
.abouta .con .tit{font-weight: 700;font-size: 38px;line-height: 48px;color: #004a8c; padding-bottom: 28px; position: relative; z-index: 9;}
.abouta .con .tit::before{ position: absolute; z-index: 10; content: ""; width: 50px; height: 3px; background: #e67d00; left: 0; bottom: 0;}
.abouta .con .info{font-weight: 400;font-size: 18px;line-height: 40px; color: #777; margin-top: 35px;}
.abouta .img{  width: 39%; position: relative; z-index: 9; height: 482px;}
.abouta .img img{ position:absolute; z-index: 10; border-radius: 8px;}
.abouta .img a{ display: block;width: 245px;height: 208px;border-radius: 30px 0 30px 30px;background:url(../images/about_more.png) no-repeat center center #e67d00; position: absolute; z-index: 11; left: -117px; bottom: -247px;}

.video_tc{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background-color: rgb(0, 0, 0,0.6);opacity: 0;visibility: hidden;z-index: 999;}
.video_tc.open{opacity: 1;visibility: visible;}
.video_tc .video_content{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);min-width: 400px;background-color: #fff;border-radius: 10px;padding: 20px;}
.video_tc .video_content .video_close{position: absolute;right: 0;top: 0;font-size: 25px;color: #333;font-style: normal;cursor: pointer;}
.video_tc .video_content video{width: 100%;}




.aboutwh{ width: 100%; height: auto; background: #f6f8fa; padding: 40px 0 65px 0;}
.aboutwh .tit{font-weight: 700;font-size: 38px;line-height: 48px;color: #004a8c; padding-bottom: 28px; position: relative; z-index: 9;}
.aboutwh .tit::before{ position: absolute; z-index: 10; content: ""; width: 50px; height: 3px; background: #e67d00; left: 0; bottom: 0;}
.aboutwh .con{ margin-top: 40px;}
.aboutwh .con .list{ width: 32%; margin: 0 2% 0 0; float: left; background: #fff; text-align: center; padding: 60px 80px; border-radius: 10px;}
.aboutwh .con .list:nth-of-type(3n){ margin-right:0;}
.aboutwh .con .list .ntit{font-weight: 700;font-size: 30px;line-height: 48px;color: #004a8c; margin: 25px auto 20px auto;}
.aboutwh .con .list .info{font-weight: 400;font-size: 14px;line-height: 24px; color: #333; height: 48px; overflow: hidden;}

.iyxwl{ width:100%; height:auto;padding:100px 0;}
.iyxwl .con{ width:24%; color:#fff;}
.iyxwl .con .tit{font-weight: 700;font-size: 42px;line-height: 78px;}
.iyxwl .con .info{ margin:35px auto 50px auto;font-weight: 400;font-size: 16px;line-height: 25px;}
.iyxwl .con .inum{}
.iyxwl .con .inum .list{ width:50%; height:auto; float:left; margin-bottom: 50px;}
.iyxwl .con .inum .list .inumt{font-weight: 400;font-size: 14px;line-height: 35px;}
.iyxwl .con .inum .list .inumt span{font-weight: 700;font-size: 45px;}
.iyxwl .con .inum .list .inumi{font-weight: 400;font-size: 14px;line-height: 25px; color:rgba(255,255,255,0.5); margin-top:0;}

.iyxwl .img{ width:66%;}
.iyxwl .img img{ display:block; width:100%; height:auto;}


.yewu{ width: 100%; height: auto;  padding: 40px 0 80px 0;}
.yewu .yewul{ width: 200px;background: #fff;box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);}
.yewu .yewul ul li a{ display: block;color: rgba(17, 17, 17, 1);font-size: 20px;font-weight: 400; padding:15px 15px 15px 40px; line-height: 28px;}
.yewu .yewul ul li a:hover{ background: #004a8c; color: #fff;}
.yewu .yewul ul li a.on{ background: #004a8c; color: #fff;}
.yewu .yewur{ width: calc(100% - 200px);width: -moz-calc(100% - 200px);width: -webkit-calc(100% - 200px);background: #fff;box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); padding: 50px 50px 70px 50px;}
.yewu .yewur .con{ width: 58%;}
.yewu .yewur .con .tit{font-weight: 700;font-size: 32px;line-height: 48px;color: #004a8c;}
.yewu .yewur .con .ncon{ margin-top: 18px;font-weight: 400;font-size: 17px;line-height: 34px;color: #777;}
.yewu .yewur .img{ width: 37%; height: auto;}
.yewu .yewur .img img{ width:100%; height:auto;}




.newsbox{width: 100%;margin: 0 auto;}
.news{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
.news_left{width: 18.6788%;}
.news_right{width: 79.32119999999999%;background-color: #fff;padding: 20px;}

.news_left .n_title{width: 100%;font-size: 20px;color: #fff;background-color: #e60012;padding: 20px 0;text-align: center;}
.news_left .n_title i{display: none;}

.n_list{width: 100%;background-color: #fff;}
.n_list .n_close{display: none;}
.n_list ul li{height: 50px;line-height: 50px;padding-left: 20px;border-bottom: 1px solid #e8e8e8;position: relative;}
.n_list ul li:hover{background-color: #f5f8fa;}
.n_list ul li:last-child{border-bottom: 0;}
.n_list ul li a{font-size: 16px;color: #999;}
.n_list ul li:before{content: '';display: block;width: 3px;height: 50px;background-color: #04abf4;position: absolute;left: -20px;top: -16px;opacity: 0;transition: all .5s ease;}
.n_list ul li:hover:before{opacity: 1;}

.news_right ul li{width: 100%;border-top: 1px solid #DDD;padding: 30px 0;}
.news_right ul li a{display: flex;flex-wrap: wrap;}
.news_right ul li a .textbox{display: flex;width: calc(100% - 165px);}
.news_right ul li a .textbox .leftTime{width: 100px;}
.news_right ul li a .textbox .leftTime .newTime{font-size: 24px;color: #999;margin-bottom: 30px;}
.news_right ul li:hover a .textbox .leftTime .newTime{color: #333;}
.news_right ul li a .textbox .leftTime i{font-size: 24px;color: #ccc;padding: 6px 11px;border: 1px solid transparent;transition: all .5s ease;}
.news_right ul li:hover a .textbox .leftTime i{border-color: #303030;margin-top: 10px;background: #303030;}


.news_right ul li a .textbox .desc{padding: 0 30px 0 60px;width: calc(100% - 100px);position: relative;transition: all 0.5s;}
.news_right ul li:hover a .textbox .desc{padding-left: 80px;}
.news_right ul li a .textbox .desc:before{content: '';position: absolute;left: 0px;top:16px;display: block;width: 40px;height: 1px;background: #aaa;transition: all .5s ease;}
.news_right ul li:hover a .textbox .desc:before{width: 60px;}
.news_right ul li a .textbox .desc h3{margin-bottom: 10px;font-size: 16px;color: #333;}
.news_right ul li a .textbox .desc p{font-size: 14px;color: #333;}


.news_right ul li a .imgbox{overflow: hidden;width: 165px;}
.news_right ul li a .imgbox img{width: 100%;transition: all 0.5s;}
.news_right ul li:hover a .imgbox img{transform: scale(1.1);}



.friendbox{width: 100%;margin: 0 auto;}
.friend{width: 100%;margin: 0 auto;}
.f_title{width: 100%;margin: 0 auto;text-align: center;}
.f_title h3{font-size: 26px;color: #000;margin-bottom: 20px;}
.f_title h1{font-size: 36px;color: #000;font-weight: bold;position: relative;}
.f_title h1 span{padding: 0 20px;background-color: #f7f7f7;display: inline-block;position: relative;z-index: 2;}
.f_title h1:after{position: absolute;left: 0;width: 100%;height: 1px;background-color: #ccc;content: "";top: 50%;transform: translateY(-50%);z-index: 1;}

.f1_list{width: 100%;margin: 0 auto;border-bottom: 2px solid rgba(0, 0, 0, 0.21);padding: 20px 0;}
.f1_list h3{font-size: 18px;color: #000;margin-bottom: 20px;font-weight: bold;}
.f1_list ul{display: flex;flex-wrap: wrap;}
.f1_list ul li{width: 15%;margin-right: 1%;margin-bottom: 10px;background-color: #fff;display: flex;align-items: center;justify-content: center;font-size: 0;}
.f1_list ul li:nth-child(6n){margin-right: 0;}
.f1_list ul li:hover{box-shadow: rgba(0, 0, 0, 0.2) 0px 17px 30px 0px;}
.f1_list ul li img{max-width: 100%;width: auto;}

.f2_list{width: 100%;margin: 0 auto;border-bottom: 2px solid rgba(0, 0, 0, 0.21);padding: 20px 0;}
.f2_list h3{font-size: 18px;color: #000;margin-bottom: 20px;font-weight: bold;}
.f2_list .list1{width: 100%;margin-bottom: 30px;}
.f2_list .list1 h4{text-align: center;font-size: 18px;color: #000;}
.f2_list .list1 ul{display: flex;flex-wrap: wrap;margin-top: 10px;}
.f2_list .list1 ul li{width: 32.66%;margin-right: 1%;margin-bottom: 0px;font-size: 0;}
.f2_list .list1 ul li:nth-child(3n){margin-right: 0;}
.f2_list .list1 ul li img{width: 100%;}



.contactbox{width: 100%;margin: 0 auto;}
.contact{width: 100%;margin: 0 auto;}
.contact h1{font-size: 20px;color: #000;margin-bottom: 20px;text-align: center;}
.contact_content{width: 100%;margin: 0 auto;}
.contact_content ul li{width: 100%;border-bottom: 1px solid #ccc;height: 36px;line-height: 36px;display: flex;align-items: center;margin-top: 24px;margin-bottom: 15px;}
.contact_content ul li input[type=text]{padding: 6px;max-width: 470px;background-color: transparent;height: 36px;}
.contact_content ul li textarea{padding: 6px;max-width: 470px;background-color: transparent;height: 36px;}
	.contact_content ul li input[type=button] {
		padding: 6px;
		width: 100%;
		background-color: #000;
		color: #fff;
		height: 36px;
	}
.contact_content ul li label{margin-right: 20px;}
.contact_content ul li label input{margin-right: 3px;}
.lang{color: #fff;font-size: 16px;}
.lang a{color: #fff;font-size: 16px;}
.lang a:hover{color: #f49255;font-size: 16px;}





.out_top{position: fixed;z-index: 999;border: 1px solid #20b09f;background-color: rgba(0, 0, 0, .4);top: 80%;right: 0;width: 46px;cursor: pointer;display: flex;flex-direction: column;justify-content: center;align-items: center;font-size: 15px;color: #fff;height: 46px;}
.out_top i{font-size: 30px;}

.rightcon{position: fixed;right: 0;top: 50%;transform: translateY(-50%);z-index: 999;}
.rightcon ul{display: flex;flex-direction: column;align-items: flex-end;}
.rightcon ul li{width: 70px;font-size: 15px;color: #fff;border-right: 1px solid #20b09f;height: 70px;background-color: rgba(0, 0, 0, .4);transition-duration: .8s;margin-bottom: 10px;position: relative;cursor: pointer;}
.rightcon ul li .item{display: flex;flex-direction: column;justify-content: center;align-items: center;height: 100%;}
.rightcon ul li .item .icon{width: 100%;display: flex;align-items: center;justify-content: center;}
.rightcon ul li .item .icon img{max-width: 100%;width: auto;height: 30px;}
.rightcon ul li .item p{font-size: 12px;color: #fff;margin-top: 5px;}
.rightcon ul li:hover{width: 150px;}
.rightcon ul li:before {
    content: "";
    background-color: rgba(32, 176, 159, .8);
    position: absolute;
    height: 100%;
    width: 0;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}
.rightcon ul li .item_hover{height: 100%;display: none;position: relative;z-index: 1;overflow: hidden;}
.rightcon ul li:hover .item_hover{display: block;width: 100%;}
.rightcon ul li:hover .item_hover p{color: #fff;text-align: center;line-height: 68px;height: 68px; white-space: nowrap;transition-duration: .8s;}
.rightcon ul li:hover:before{width: 100%;}
.rightcon ul li:hover .item{display: none;}

.rightcon ul li .ewmbox{display: none;position: absolute;z-index: 1;border: 1px solid rgba(32, 176, 159, .8);left: -112px;top: 0;}
.rightcon ul li .ewmbox img{max-width: 100%;width: auto;}
.rightcon ul li:last-child:hover .ewmbox{display: block;}











@media only screen and (max-width: 980px) {
	.headerbox{display: none;}
	.sp_header{ display:block;}
	.bannerbox{margin-top: 70px;}
	.inbannerbox{margin-top: 70px;}
	.pd50{padding: 25px 0;}
	.foot .footc{ padding:50px 0 70px 0;}
	.foot .footc .footcl dl dt,.foot .footc .footcm .tit,.foot .footc .footcr .tit{ font-size:18px;}
	.foot .copyright{ font-size:14px;}
	.foot .footc .footcm{ margin-left:3%;}
	.foot .footc .footcr .footcr_tel{ font-size:24px;}
	.foot .footc .footcr .footcr_ewm .list{ font-size:14px; line-height:25px;}
	.banner {height: 600px;}
	.bannerbox{background-attachment: unset;}
	.banner .text_inner{left: 30%;}
	.banner .text_inner h1 {font-size: 35px;}
	.banner .text_inner p {font-size: 16px;}
	.banner .text_inner h3 {font-size: 16px;}
	.b_bot .text_inner h3 {font-size: 20px;}
	.index1_left{width: 100%;margin-bottom: 20px;}
	.index1_right{width: 100%;}
	.index2_content ul li{width: 49%;}
	.index2_content ul li:nth-child(2n){margin-right: 0;}
	.main_title h1 {font-size: 30px;}
	.main_title h3 {font-size: 26px;}
	.index2_content ul li a .ncon {padding: 20px;}
	.inbanner .text_inner h1 {font-size: 35px;}
	.inbanner .text_inner h2 {font-size: 35px;}
	.abouta .img img {width: 100%;height: auto;display: block;}
	.yewu{ padding:40px 0;}
	.yewu .yewul{ width:100%;}
	.yewu .yewul ul li a{padding: 10px 10px 10px 20px;line-height: 25px;}
	.yewu .yewur{ width:100%;padding: 20px;}
	.yewu .yewul ul li a{ font-size:15px;}
	.yewu .yewur .con {width: 100%;margin-bottom: 20px;}
	.yewu .yewur .img {width: 100%;}
	.yewu .yewur .con .tit{ font-size:22px; line-height:35px;}
	.yewu .yewur .con .ncon{ font-size:15px; line-height:28px;}
	.news_left {width: 100%;}
	.news_right{width: 100%;}
	.news_right ul li a .textbox{width: 100%;order: 1;}
	.news_right ul li a .imgbox{width: 100%;order: 0;margin-bottom: 10px;}
	.news_left .n_title {display: inline-flex;color: #fff;width: 100px;height: 35px;line-height: 35px;text-align: center;background-color: #1890ff;border: 1px solid #329cff;white-space: nowrap;border-radius: 4px;font-size: 14px;padding: 0;align-items: center;justify-content: center;margin-bottom: 20px;cursor: pointer;}
	.news_left .n_title i{margin-left: 5px;display: block;font-size: 20px;color: #fff;}
	.n_list {position: fixed;right: -100%;top: 0;width: 100%;background-color: #fff;display: flex;justify-content: space-between;height: 100%;z-index: 999;transition: all 0.5s;}
	.n_list.open{right: 0;}
	.n_list .n_close{width: 60px;background: #f5f8fa;height: 100%;display: flex;align-items: center;justify-content: center;font-size: 30px;color: #7b8a96;cursor: pointer;}
	.n_list ul{width: calc(100% - 30px);height: 100%;}
	.n_list ul li:hover:before {opacity: 0;}
	.n_list ul li:last-child{border-bottom: 1px solid #f8f8f8;}
	.news_right ul li a .textbox .desc {padding: 0;}
	.news_right ul li a .textbox .desc:before {display: none;}
	.contact h1 {font-size: 18px;}
	.rightcon{display: none;}
}


@media only screen and (max-width: 680px) {
	.banner {height: 500px;}
	.banner .text_inner{left: 20%;}
	.inbanner .text_inner h1 {font-size: 30px;}
	.inbanner .text_inner h2 {font-size: 30px;}
	.main_title h1 {font-size: 25px;}
	.main_title h3 {font-size: 20px;}
	.index1_left .desc {font-size: 14px;line-height: 25px;}
	.foot .footc .footcl{ width:100%; margin-bottom:15px; display:none;}
	.foot .footc .footcm{ margin-left:0; width:40%;}
	.foot .footc .footcr{ width:45%;}
	.foot .footc .footcm .tit,.foot .footc .footcr .tit{ font-size:16px; margin-bottom:12px;}
	.foot .footc .footcm .con{ font-size:12px; line-height:22px;}
	.foot .footc .footcr .footcr_tel{ font-size:18px;}
	.foot .footc .footcr .footcr_ewm .list{ font-size:12px;}
	.foot .footc .footcr .footcr_ewm{ margin-top:30px;}
	.foot .footc{ padding:30px 0 40px 0;}
	.foot .copyright{ font-size:12px; line-height:22px;}
	.index2_content ul li{width: 100%;margin-right: 0 !important;}
	.index2_content ul li a .ncon .ncon_t {font-size: 18px;}
	
	.abouta,.iyxwl{ padding:40px 0;}
	.abouta .con{ width:100%; margin-bottom:25px;}
	.abouta .con .tit{ padding-bottom:18px; font-size:18px;}
	.abouta .con .info{ font-size:13px; line-height:23px;}
	.abouta .img{ width:100%; position:relative; height:auto;}
	.abouta .img img{ position:relative;}
	.abouta .img a{ display:block; position:absolute; bottom:0; top:50%; margin-top:-35px; left:50%; margin-left:-35px; width:70px; height:70px;border-radius: 10px 10px 10px 10px; background-size:30% auto;}
	.aboutwh .tit{ padding-bottom:18px;}
	.aboutwh .con{ margin-top:25px;}
	.aboutwh .con .list{ padding:10px;}
	.aboutwh .con .list .icon img{ height:35px;}
	.aboutwh .con .list .ntit{ font-size:16px; margin:0;}
	.aboutwh .con .list .info{ font-size:12px; line-height:22px; height:66px;}
	.iyxwl .con{ width:100%; margin-left:20px;}
	.iyxwl .img{ width:100%;}
	.abouta .con .tit, .iyxwl .con .tit, .aboutwh .tit{ font-size:18px;}
	.iyxwl .con .info{ margin:10px auto 15px auto;}
	.iyxwl .con .inum .list .inumt{ line-height:30px;}
	.iyxwl .con .inum .list .inumt span{ font-size:20px;}
	.iyxwl .con .inum .list{ margin-bottom:12px;}
	.f_title h1 {font-size: 25px;}
	.f_title h3 {font-size: 20px;}
	.f1_list ul li {width: 32.66%;}
	.f1_list ul li:nth-child(3n){margin-right: 0%;}
}
