/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;}
body{ font-size:12px; color:#666;/*font-family:'Microsoft YaHei';*/}
a{color:#FDB400;}
a:hover{ color:#303133; /*text-decoration:underline;*/}
p{line-height:1.8em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ max-width:1204px !important; margin:0 auto; width:90% !important}

 :root {
    --main-color: #FDB400;
    --main-color-white: #ffffff;
    --main-color-333: #333333;
    --main-color-555: #555555;
    --main-color-666: #666666;
    --main-color-999: #999999;
    --main-color-888: #888888;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    --main-linear: linear-gradient(45deg, #79bd28 0%, #00653b 100%);
}
.header-bg{ position:fixed; width:100%; top:0; left:0; background:rgb(255 255 255 / 50%); z-index:999}
.header{ display: flex;  align-items: center;justify-content: space-between; height:80px;}
.header .logo{ width:24%;     height: 80px;}
.header .logo a{ display: flex;  align-items: center; width:100%; height:100%;}
.header .logo a img{ max-height:100%; max-width:100%}


/*menu*/
.menu{height:40px;line-height:40px;}
.menu ul li{ float:left; position:relative; margin:0 15px}
.menu ul li dl{ background:#fff; width:auto; position:absolute; left:0px; top:40px; box-shadow:2px 2px 5px rgba(0,0,0,0.2); padding:10px 0;display:none; z-index:99}
.menu ul li dl dd{ line-height:28px;border-bottom:#ddd dotted 1px; margin:0 10px; }
.menu ul li dl dd a{ font-size:12px; color:#666; font-weight:normal; display:inline; padding:0; text-align:left;white-space:nowrap; }
.menu ul li dl dd a:hover{ color:#FDB400;}
.menu a{ font-size:14px;color:#303133; text-decoration:none; font-weight:normal;display:block;text-align:center;}
.menu a:hover{color:#FDB400;}
a.menu_hover{ border-bottom:2px solid #FDB400;color:#FDB400;}
.menu_down span{ display:block;background:url(../images/menu_down.gif) right 10px center no-repeat;}
.menu ul li.on span a{ border-bottom:2px solid #FDB400;color:#FDB400;}
#lContent img,#lblContent img,.xiangxi_con img,.xiangqing img{ width:auto !important; height:auto !important; max-width:100%;}

@media only screen and (min-width: 996px) {
    .ml_banner {
        width: 100%;
        position: relative;
    }
    .ml_banner .swiper-slide img {
        width: 100%;
    }
    .wavebox {
        position: absolute;
        z-index: 9;
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
    }
    .waveboxCon {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .waveimg {
        position: absolute;
        left: -43.5rem;
        transform: rotate(90deg);
        z-index: 1;
        opacity: .8;
    }
	
	
	
    .BannerTabItem {
        width: 3.125rem;
        height: 3.125rem;
        border-radius: 50%;
        transition: var(--main-transition);
        display: flex;
        margin: .625rem 0;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, .7);
    }
    .BannerTabItem i {
        font-size: 1.5625rem;
        color: #666;
    }
    .BannerTab {
        position: absolute;
        right: 2.5rem;
        z-index: 999;
        top: 42%;
    }
    .BannerTabItem:hover {
        background: rgba(255, 255, 255, 1);
    }
	 .banner_pos {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 99999;
        padding: 0 11.25rem;
    }
    .font_group span {
        font-size: 3.75rem;
        color: var(--main-color-white);
        font-weight: bold;
    }
    .font_group_en {
        margin-top: 1.25rem;
    }
    .font_group_en span {
        font-size: 2rem;
        color: var(--main-color-white);
        font-style: italic;
        color: #fff;
        opacity: .5 !important;
    }
    .top_head {
        width: 112.5rem;
        position: fixed;
        padding: 0 3.75rem;
        top: 1.25rem;
        left: 50%;
        transform: translateX(-50%);
        height: 6.25rem;
        z-index: 999999;
    }
    .top_header {
        display: flex;
        height: inherit;
        justify-content: space-between;
        align-items: center;
    }
    .pclogo img {
        height: 2.8125rem;
    }
    .top_header_right {
        display: flex;
        align-items: center;
    }
    .top_header_search {
        display: flex;
        align-items: center;
        height: 6.25rem;
        cursor: pointer;
        position: relative;
    }
    .top_header_search:hover>i {
        color: #fff;
    }
    .top_header_search:hover>span {
        color: #fff;
    }
    .top_header_search i {
        color: #ffffff80;
        margin-right: .625rem;
    }
    .top_header_search span {
        color: #ffffff80;
        font-weight: bold;
        font-size: 1rem;
    }
    .top_header_search_box {
        position: absolute;
        width: 25rem;
        padding: 1.5625rem;
        background-color: var(--main-color-white);
        right: -2.8125rem;
        border-radius: .625rem;
        opacity: 0;
        visibility: hidden;
        top: 7rem;
        box-shadow: 0 0 99px rgba(29, 56, 75, .4);
        transition: var(--main-transition);
    }
    .top_header_search:hover .top_header_search_box {
        opacity: 1 !important;
        visibility: visible !important;
        top: 5.625rem !important;
    }}
	
	
	
@media only screen and (max-width: 980px) {
	.ml_banner {
        width: 100%;
        position: relative;
        margin-top: 60px;
    }
    .ml_banner .swiper-slide img {
        width: 100%;
    }
    .wavebox {
        position: absolute;
        z-index: 9;
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
    }
    .waveboxCon {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .waveimg {
        position: absolute;
        left: -150px;
        transform: rotate(90deg);
        z-index: 1;
        opacity: .8;
    }
    .BannerTabItem {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        transition: var(--main-transition);
        display: flex;
        margin: 10px 0;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, .8);
    }
    .BannerTabItem i {
        font-size: 14px;
        color: #666;
    }
    .BannerTab {
        position: absolute;
        right: 20px;
        z-index: 999;
        top: 30%;
    }
    .BannerTabItem:hover {
        background: rgba(255, 255, 255, 1);
    }
    .banner_pos {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 99999;
        padding: 0 30px;
    }
    .font_group span {
        font-size: 25px;
        color: var(--main-color-white);
        font-weight: bold;
    }
    .font_group_en {
        margin-top: 15px;
    }

    .font_group_en span {
        font-size: 9;
        color: var(--main-color-white);
        font-style: italic;
        color: #fff;
        opacity: .5 !important;
    }
    .hb::after {
        width: 30px;
        height: 30px;
        content: '';
        border-radius: 50%;
        position: absolute;
        left: -6px;
        top: -5px;
        border: .25rem solid var(--main-color);
        animation-duration: 1.2s;
        animation-name: menu_circle;
        animation-iteration-count: infinite;
    }
    @keyframes menu_circle {
        0% {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
        80% {
            -webkit-transform: scale(1.6);
            transform: scale(1.6);
        }
        100% {
            opacity: 0;
            -webkit-transform: scale(1.6);
            transform: scale(1.6);
        }
    }
    .hb {
        position: relative;
    }
    .hb img {
        width: 20px;
    }
	}	
	
	
	
	
	
.title{    padding: 95px 0;display: flex; flex-direction: column;align-items: center;position: relative;}	
.ttle01{    display: flex; flex-direction: column; align-items: center; position: absolute; top: 52px;}

.ttle01 h2{ font-size: 58px; color: #FDB400; margin-bottom: 10px; padding: 0 35px; background: #fff; font-weight:normal;}
.ttle01 span{ font-size: 25px; color: #595959; margin-bottom: 15px;}
.ttle01 .line{    width: 105px; height: 5px; background: #FDB400;}

.borderLine{    display: flex;align-items: center;}
.borderLine .left{    width: 313px;border-bottom: 1px solid #cbcbcb;}
.borderLine .content{    width: 576px;height: 93px;border: 1px solid #cbcbcb;}
.borderLine .right{    width: 313px;border-bottom: 1px solid #cbcbcb;}



.cent0101{ display: flex;  align-items: center;justify-content: space-between; width:1200px; margin:0 auto;}
.cent01-l{ width:48%; position:relative;}
.cent01-l img{ width:100%; z-index:9; position:relative;}
.cent01-l:before {content: ""; position:absolute; top:-15px; left:-15px; width:100%; height:100%; background:#FDB400; z-index:2}
.cent01-r{ width:46%; line-height:24px; font-size:16px; color:#6e6e6e;text-indent:35px}


.tab_valli{ display:none}

.cent02-bg{ background:#e4ebf5; margin-top:4%; padding-bottom:4%}
.cent02-bg .ttle01 h2{ background:#f4f4f4}
.cent0201{ max-width:800px; margin:0% auto; width:90%;}
.cent0202{ display: flex; justify-content: center;  align-items: center;}
.cent0202 li{display: flex;   align-items: center; justify-content: center;    background: #fff;    border-radius: 6px;    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);height: 100px; margin-right:2%; width:25%;}

.cent0202 li:last-child{ margin-bottom: 0%;}
.cent0202 li span{ font-size:13px; color:#888;}
.xshi img{filter: brightness(0%) contrast(200%) invert(50%) opacity(100%);width: 45px; margin-right: 3px;}
.cent0202 li.cur{ border:1px solid #FDB400;}
.cent0202 li.cur span{ color:#FDB400; font-weight:500;}
.cent0202 li.cur .xshi img{filter:none;}


.tabs_val{ margin-top:6%;}
.sxhe{}
.sxhe h2{ font-size:18px; display:block; color:000;}
.sxhe span{ font-size:16px; color:#6e6e6e; line-height:2; text-indent:35px; display:block;}

.cent03{ padding-bottom:3%}
.cent0301{ height:330px; overflow:hidden;overflow-y:scroll; max-width:1100px; width:90%; margin:0 auto; }
.cent0301 ul li{ float:left; display:block; width:48%; margin-right:4%;    margin-bottom: 20px; }
.cent0301 ul li:nth-child(2n) { margin-right: 0% ;}
.cent0301 ul li a{display: flex;  align-items: center;}
.cent0301 ul li a img{ width:12px; margin-right:16px}
.cent0301 ul li a span{width:calc(100% - 12px - 16px); font-size:16px; color:#666;    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;}
.cent0301 ul li a:hover{ background:#f2f2f2}

.cent04-bg{background:#e4ebf5;margin-top:4%;margin-bottom:4%;padding-bottom: 4%;}
.cent04-bg .ttle01 h2{ background:#f4f4f4}


.cent05-bg{ position:relative}
.cent05{position:relative; z-index:9}
.cent05-bg .ttle01 h2{ background:#FDB400; color:#fff;}
.cent05-bg .ttle01 span{ color:#fff;}
.cent05-bg .ttle01 .line{ background:#fff}
.borderLine .content{ border-color:#fff}
.borderLine .left{ border-color:#fff}
.borderLine .right{ border-color:#fff}

.cent05-bg{margin-bottom:4%}
.cent05-bg:before { content: ""; position:absolute; top:0; left:0%; z-index:1; height:40vh; width:100%; background:#FDB400; display:block; }
.cent0501{ position:relative; z-index:2; background:#f3f3f3; box-sizing:border-box; max-width:1150PX; width:90%; padding:30px 30px 30px 60px; margin:0 auto;}
.cent0502{ float:left; display:block; width:44%}
.cent0502 em{ display:inline-block;    color: #fff;
    background: #FDB400; border-radius:5px; font-size:14px; font-style:normal; padding:3px 10px;}
.cent0502 h2{ display:block; font-size:26px; color:#FDB400; margin-top:8%;}
.cent0502 span{ display:block; font-size:20px; color:#666;    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
   -webkit-line-clamp: 2; margin-top:6%;}
.cent0502 a{ display:inline-block; font-size:12px; background:#FDB400; margin-top:5%; color:#fff; padding:3px 10px; border-radius:5px;}
.cent0501 .img{ float:right; display:block; width:48%}
.cent0501 .img img{ width:100%; vertical-align:bottom;}
 
 
 
.footer03{ background:#000; padding:24px 0; text-align:center;} 
 
 
/*.footer-bg{ background:#181a19; padding:2% 0; color:#fff;} */
 .footer01{ float:left; display:block; width:20%;}
  .footer01 em{ font-size:16px; display:block; font-style:normal;}
   .footer01 h2{ font-size:22px; display:block; font-weight:normal; margin-top:6%;}
    .footer01>span{     background: #f3f3f3;
    color: #000;
    width: 80px;
    padding: 2px 0;
    text-align: center;
    margin-top: 90px;
    cursor: pointer; font-size:18px; margin-top:30%; display:inline-block;}
	 .footer01 .rwm{ width:102px; height:auto; margin-top:15%; text-align:center;}
	  .footer01 .rwm img{ width:100%; vertical-align:bottom;}
	  .footer01 .rwm span{ display:block; color:#fff; font-size:14px; line-height:30px}
/* .map{ float:right; display:block; width:78%;}*/
 .map img{ width:100%; vertical-align:bottom;}
  
.cent0401{ position:relative;} 
.cent0401 .img{ width:100%; position:relative;}  
.cent0401 .img img{ width:100%; vertical-align:bottom}
.cent0401 .renux{ position:absolute; bottom:0; left:0; width:100%; background:#fff; box-sizing:border-box; padding:12px; border-radius:6px; opacity:0}
.renux h2{ font-size:18px; color:rgb(188, 5, 9); font-weight:500; font-weight:bold;}
.renux span{ display:block; font-size:14px; color:#606266; line-height:1.4; margin-top:10px;}
.cent0401 .img:hover .renux{ opacity:1}
.cent0401 .swiper-button-next,    .cent0401 .swiper-button-prev{filter: brightness(0%) contrast(200%) invert(50%) opacity(100%) !important;}


.sbzly01-bg{padding:2% 2% 4% 2%;background: #f2f2f2;}
.sbzly01{width:100%;/* background:#f2f2f2; */border-bottom:1px solid #FDB400;}
.sbzly01-l{float:left;display:block;width: 46%;}
.sbzly01-l img{ width:100%; vertical-align:bottom;}
.sbzly01-r{float:right;display:block;width: 52%;}
.sbzly01-r h2{ font-size:24px; display:block; color:#000;}
.sbzly01-r em{font-style:normal;font-size:14px;color: #666;display: block;margin: 8px 0;line-height: 1;}
.sbzly01-r span{font-size:16px;color:#FDB400;font-weight:normal;height: 100px;overflow:hidden;display: block;}
.sbzly01-r a{ width:30px; display:block}
   
.sp_header{ display:none}

.sjj_nav{ display:none}
.inside_con{ padding:10px 0; min-height:300px}

.hiou01{ width:100%}
.hiou01 video{ width:100%; vertical-align:bottom;}


.sbzly02{ position:relative;}
.sbzly02 .map{width:100%;vertical-align:bottom;float: none;}
.sbzly0201{position: absolute;bottom:4%;left:5%;width:30%;background:rgb(24 26 25 / 80%);color:#fff;box-sizing:border-box;padding:2%;}
.sbzly0201 h2{font-weight:normal;display:block;font-size:26px;line-height: 1;margin-bottom: 8%;}
.sbzly0201 ul li{ line-height:1.5; font-size:16px;}
.sbzly0201 a{ display:inline-block; color:#fff; background:#FDB400; padding:4px 12px; font-size:16px; margin-top:4%;}

.sbzly03{}
.sbzly03 ul li{ float:left; display:block; width:calc((100% - 4%)/3); box-sizing:border-box; padding:2%; margin-right:2%; margin-top:2%; background:#989898;}
.sbzly03 ul li a{ color:#000}
.sbzly03 ul li h2{ font-size:24px;    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
   -webkit-line-clamp:1;}
.sbzly03 ul li em{ font-size:14px; font-style:normal; color:#666; margin:10px 0; display:block;}
.sbzly03 ul li span{ display:block; font-size:15px; line-height:1.5;    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;    height: 65px;}
.sbzly03 ul li:nth-child(3n) {   margin-right: 0% ;}
.sbzly03 ul li:hover{ background:#FDB400}
.sbzly03 ul li:hover a{ color:#fff}
.sbzly03 ul li:hover a em{ color:#fff}
.sbzly03 ul li:nth-child(3n-2){ clear:left;}


.footer{ background: #131a2d; padding: 50px 5%; color:#fff;box-sizing: border-box;}
.footer::before {
    content: "";
    display: table;
}
.footer a{color: rgba(255,255,255,.5);}
.footer_r{float: right;width: 40%;color: rgba(255,255,255,.5);}
.footer_r li{margin-bottom: 15px;font-size: 18px;}
.footer_l{float: left;width: 60%;}
.footer_l ul{overflow: hidden;margin-bottom: 60px;}
.footer_l li{float: left;position: relative;margin-right: 5%;}
.footer_l li:last-child{margin-right: 0;}
.footer_l li a{color: rgba(255,255,255,.5);font-size: 18px;}
.footer_l p{color: rgba(255,255,255,.2);font-size:15px;}
.footer_l p a{color: rgba(255,255,255,.2);margin-left: 10px;}
.footer_l p a img{display:inline-block;vertical-align:middle;margin-top:-3px;margin-right:8px;}
.footer_share{margin-bottom: 10px;}
.footer_share a{margin-right: 12px;font-size: 24px;color: rgba(255,255,255,.5);}
.footer_share a img{width: 120px;height: 120px;}
.phoneLi a{color: rgba(255,255,255,.5)!important;cursor: inherit;}

.top{ height:80px}
@media only screen and (max-width: 980px) {

	.header{ display:none;}
	.ttle01 h2{ font-size:24px;}
	.ttle01 span{ font-size:23px;}
	.borderLine{ display:none;}
	.title{ padding:5% 0}
	.ttle01{ position:relative;    top: 0px;}
	.cent0101{flex-wrap: wrap; margin-top:5% }
	
	.cent01-l{ width:100%}
	.cent01-r{ width:100%}
	
	.xshi img{ font-size:24px; margin:0 auto;}
	.cent0202 li span{font-size: 11px;}
	.cent0202 li{flex-wrap: wrap;height: 90px;text-align: center;}

	.cent0301 ul li{ float:none; display:block; width:100%; margin-right:0}
	
	.cent0501{ padding:5%;}
	.cent0502{ float:none; display:block; width:100%; margin-bottom:5%}
	.cent0502 h2{ font-size:20px;}
	.cent0502 span{ font-size:14px;}
	.cent0501 .img{ float:none; display:block; width:100%}
	.footer01{loat:none; display:block; width:100%;}
	.footer01>span{ margin-top:5%}
	.footer01 .rwm{ margin-top:5%}
	.map{loat:none; display:block; width:100%; margin-bottom:5%}
	
	

/*---------------------------------------------------------------------------------------------------------------手机站导航开始----------*/
.top{ height:50px}
.sp_header{height:50px;overflow:hidden;background:#fff;position: fixed;z-index:10;width:100%;display:block;z-index: 9999;}
.sp_logo{padding:10px;float:left;height:50px}
.sp_logo img{margin:auto;max-height:30px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:15px}
.sp_nav span{display:block;background:#FDB400;width:30px;height:2px;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: absolute;z-index: 999;background:#eee;width:100%;height: auto;font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;display:block}
.nav_show{top:50px}
/*.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px)}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#999;}*/
.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;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-top:1px #ddd solid;margin-left:20px;position:relative;line-height:40px;font-size:14px}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#666;width:80%}
.sjj_nav ul li ul li a{color:#999;display:block;text-align:left;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#555;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#FDB400}
.sjj_nav ul li ul li>ul{margin-left:10px}
/*---------------------------------------------------------------------------------------------------------------手机站导航结束----------*/
.sbzly0201{ width:90%}
.sbzly03 ul li{ float:none; display:block; margin-top:5%; width:100%;}
.sbzly03 ul li h2{ font-size:18px;}


	}
	
	@media only screen and (max-width: 1023px){
    .footer{padding: 40px;}
    .footer_l,.footer_r{width: 100%;text-align: center;}
    .footer_l li{display: inline-block;float: none;}
    .footer_l ul{margin-bottom: 20px;}
    .footer_r{margin-top: 30px;}
    .footer_r{margin-top: 20px;width: 100%;}
    .footer_r img{width: 90px;height: 90px;}
    .footer_l li{float: none;display: inline-block;}
    .footer_l p a{margin-left: 0;}
}
@media only screen and (max-width: 767px){
    .nav{width:100%; right:-100%;}
    .footer{padding: 30px 20px;}
    .footer_l ul{margin-bottom: 20px;}
    .footer_l p a{display: block;width: 100%;margin-right: 0;}
    .footer_r li{text-align: left;}
	.footer_l li{float:left;width:33.3%;margin-right:0;margin-bottom:5px;}
	
}



