/*common start*/
:root{
 --primary-color:#58611c;
 --secondary-color:#d05e15;
 --third-color:#768e20;
 --fourth-color:#f2f4eb;
 --fifth-color:#c0c479;
 --main-color:#58611c;
 --main-color-white:#fff;
}
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; font-family: Arial,'Microsoft YaHei'; color:#333; overflow-x:hidden; }
a{ color:#666;}
a:hover{ color:var(--primary-color); text-decoration:none;}
p{line-height:1.5em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper1{ width:90%; margin:0 auto; max-width:1200px; min-width:1000px;}
.wapper2{ width:90%; margin:0 auto; min-width:1000px;}
input,textarea,select{outline:none; font-family: Arial,'Microsoft YaHei'; }
img{object-fit: cover;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;}
#lContent img,#lblContent img,.xiangxi_con img,.xiangqing img{ width:auto !important; height:auto !important; max-width:100%;}
@media(max-width:999px){
.wapper1{ width:90%; min-width:0;}
.wapper2{ width:90%; min-width:0;}
}
/*common end*/


.head{ width:100%; background:#fff; position:fixed; z-index:55; left:0; top:0; transition:all .3s ease;}
.head2bg{ position:relative;}
.head2{ height:150px; transition:all .3s ease;
display: flex;
justify-content: space-between;
align-items: center;}
.head .logo{ width:20%; height:150px; position:relative; }
.head .logo img{ max-width:100%; max-height:90%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.head2 .rt{ display: flex; justify-content: flex-end; align-items: center;}
.head .h_donate_btnbg{ margin-left:2.08vw;}
.head .h_donate_btn{ display:inline-block; font-weight:bold; font-size:16px; line-height:48px; padding:0 20px; border-radius:6px; background:var(--primary-color); color:#fff; transition:all .3s ease;}
.head .h_donate_btn:hover{ background:var(--third-color);}
.head .h_search_btnbg{ margin-left:.52vw; position:relative; }
.head .h_search_btn{ display:block; font-size:20px; line-height:54px; color:#333; cursor:pointer; }
.head .h_search_btn:hover{ color:var(--secondary-color);}
.head .h_search_box{ width:240px; background:#fff; border-radius:5px; box-shadow:0 0 10px rgba(0,0,0,.1); position:absolute; top:100%; right:0; z-index:999; opacity:0; visibility:hidden; transition:all .3s ease;}
.head .h_search_box.active1{ opacity:1; visibility:visible;}
.head .h_search_close1{ display:none;}
.head .h_searchbg{ }
.head .h_search{ padding:10px 20px;}
.head .h_search_close2{ display:none;}
.head .h_search .form{ height:40px; overflow:hidden; border:1px solid #d1d1d1; overflow:hidden;}
.head .h_search .form .text1{ float:left; border:none; background:none; height:40px; line-height:40px; padding:0 0 0 10px; width:calc(100% - 50px); }
.head .h_search .form .button1{ float:right; border:none; background:none; width:40px; height:40px; line-height:40px; cursor:pointer; font-size:16px; transition:all .3s ease;}
.head .h_search .form .button1:hover{ color:var(--primary-color);}
.head .h_search .form .button1 i{ }
.h_search .form input::-webkit-input-placeholder{ color: #999; }
.h_search .form input:-moz-placeholder{ color:#999; }
.h_search .form input::-moz-placeholder{ color:#999; }
.h_search .form input:-ms-input-placeholder{ color:#999; }
/*menu*/
.head .menu{ height:54px; line-height:54px; }
.head .menu>ul{display: flex; justify-content:center; align-items: center;}
.head .menu>ul>li{ margin:0 .52vw;}
.head .menu>ul>li.menu_down{ position:relative;}
.head .menu>ul>li>a{ color:#333; display:block; font-size:16px; font-weight:bold; position:relative; z-index:1; }
.head .menu>ul>li>a:hover,.head .menu>ul>li:hover>a{ color:var(--secondary-color);}
.head .menu>ul>li.menu_down>a:after{ content:"\f107";font: normal normal normal 18px/1 FontAwesome; margin-left:.26vw;}
.head .menu>ul>li>a:before{ content:""; width:0; height:2px; background:var(--secondary-color); position:absolute; bottom:0; left:50%; transform:translateX(-50%); transition:all .3s ease; z-index:-1;}
.head .menu>ul>li>a:hover:before,.head .menu>ul>li:hover>a:before{ width:100%;}
.head .menu>ul>li ul{ width:fit-content; min-width:130px; background:#fff; box-shadow:0 0 6px 0 rgba(32,33,36,0.1); position:absolute; top:100%; left:0; z-index:5; display:none;}
.head .menu>ul>li ul li{ position:relative; border-bottom:1px solid #e6e6e5;}
.head .menu>ul>li ul li a{ color:#666; display:block; font-weight:normal; font-size:14px; line-height:24px; padding:10px 5px 10px .52vw; text-align:left; position:relative; white-space:nowrap;}
.head .menu>ul>li ul li a:hover,.head .menu>ul>li>ul li:hover>a{ color:#000; background:var(--fourth-color);}
/*.head .menu>ul>li ul li a:after{ content:"\f105";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:20px; top:50%; transform:translateY(-50%);}*/
.head .menu>ul>li ul li ul{ width:100%; position:absolute; top:0; left:100%; transform:translateX(0); display:none;}
.head .menu>ul>li ul li:hover>ul{ display:block;}

.head_height{ height:150px;}
.head.active1{ background:rgba(242, 244, 235, 0.95); box-shadow:0 1px 6px 0 rgba(0,0,0,0.1);}
.head.active1 .head2{ height:100px;}
.head.active2{ }
@media(max-width:1399px){
}
@media(max-width:999px){
.head_height{ height:60px;}
.head2{ height:60px !important; }
.head .logo{ width:50%; height:60px; }
.head .rt{ }
.head .h_donate_btnbg{ display:none;}
.head .h_search_btn{ font-size:20px; line-height:28px; margin-left:0; padding-left:0; border-left:none;}
.head .h_search_close2{ width:38px; line-height:38px; font-size:20px; top:20px; right:20px; }
.head .h_search .form{ height:50px; }
.head .h_search .form .text1{ height:50px; line-height:50px; padding:0 0 0 20px; width:calc(100% - 70px); }
.head .h_search .form .button1{ width:50px; height:50px; line-height:50px; }
.head .menu{ display:none;}
}
/**/
.head .nav_open{ width:20px; height:16px; cursor:pointer; display:none; position:relative; margin-left:20px;}
.head .nav_open i,.head .nav_open:before,.head .nav_open:after{ width:100%; height:2px; background:#666; position:absolute; left:50%; transform:translateX(-50%); transition:all .3s ease;}
.head .nav_open i{ top:50%; transform:translateX(-50%) translate(0,-50%);}
.head .nav_open:before{ content:""; top:0; }
.head .nav_open:after{ content:""; bottom:0; }
.head .nav_open.active0 i{ opacity:0; visibility:hidden;}
.head .nav_open.active0:before{transform:translateX(-50%) translateY(7px) rotate(45deg);}
.head .nav_open.active0:after{transform:translateX(-50%) translateY(-7px) rotate(-45deg);}
.head .nav_box{ width:100%; height:calc(100% - 60px); position:fixed; left:0; top:60px;  display:none;}
.head .nav_close1{ width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; left:0; top:0; z-index:998;}
.head .navbg{ width:100%; height:100%; background:#fff; position:absolute; right:0; top:0; z-index:999; transition:all .5s ease; }
.head .nav{ position:relative; border-top:1px solid rgba(28,29,32,.1);}
.head .nav_close2{ display:none;}
.head .nav_list{ max-height:calc(100vh - 60px); overflow-y:auto;}
.head .nav_list ul{ }
.head .nav_list ul li{ padding:5px 0;}
.head .nav_list>ul>li{ padding:10px 0; border-bottom:1px solid rgba(28,29,32,.1); }
.head .nav_list ul li span{ display:block; position:relative; padding:0 30px 0 15px;}
.head .nav_list ul li span a{ display:inline-block; font-size:14px; line-height:24px; position:relative; z-index:2; }
.head .nav_list>ul>li>span a{ font-size:16px; line-height:26px; font-weight:normal;}
.head .nav_list ul li.nav_down>span:after{ content:"\f107";font: normal normal normal 16px/1 FontAwesome; width:10px; height:10px; line-height:10px; text-align:center; position:absolute; top:8px; right:10px; transition:all .3s ease;}
.head .nav_list ul li.nav_down.active1>span:after{ transform:rotate(180deg);}
.head .nav_list ul li ul{ padding:5px 0 0 15px; display:none;}
.head .nav_list ul li.active1>span>i{ background-image:url(../images/ico_up1.png);}
@media(max-width:999px){
.head .nav_open{ display:block;}
}


.banner_swiper{ position:relative;}
.banner_swiper .swiper-container { width: 100%; }
.banner_swiper .swiper-container .swiper-slide { position:relative; background:radial-gradient(100% 456.46% at 0% 0%,var(--secondary-color) 0%,var(--primary-color) 100%);}
.banner_swiper .swiper-container .swiper-slide.swiper-slide-active{ z-index:2;}
.banner_swiper .swiper-container .swiper-slide img{ display:block; width:100%; transition:all 4s ease;}
.banner_swiper .swiper-container .swiper-slide .txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); }
.banner_swiper .swiper-container .swiper-slide .txt{ margin:0 auto; max-width:1000px; text-align:center; color:#fff;}
.banner_swiper .swiper-container .swiper-slide .txt .h2{ font-size:2.4vw; line-height:1.2em; margin-bottom:1.04vw; font-weight:bold;}
.banner_swiper .swiper-container .swiper-slide .txt .h3{ font-size:1.04vw; line-height:1.5em; }
.banner_swiper .swiper-pagination{ bottom:2.6vw; height:3px; width:100%; padding:0 5%; box-sizing: border-box; }
.banner_swiper .swiper-pagination span{ vertical-align:top; width:56px; height:3px; background:rgba(255,255,255,.4); opacity:1; margin:0 5px; border-radius:3px; transition:all .3s ease;}
.banner_swiper .swiper-pagination span.swiper-pagination-bullet-active{ background:#fff;}
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ width:60px; height:60px; line-height:60px; margin-top:-30px; text-align:center; background:rgba(255,255,255,.5); color:#fff; font-size:30px; transition:all .3s ease; border-radius:100%; opacity:0; visibility:hidden;}
.banner_swiper:hover .swiper-button-prev,.banner_swiper:hover .swiper-button-next{ opacity:1; visibility:visible;}
.banner_swiper .swiper-button-prev:hover,.banner_swiper .swiper-button-next:hover{ background:#000; color:#fff;}
.banner_swiper .swiper-button-prev:after,.banner_swiper .swiper-button-next:after{ display:none;}
.banner_swiper .swiper-button-prev{ left:5%;}
.banner_swiper .swiper-button-next{ right:5%;}
@media(max-width:999px){
.banner_swiper .swiper-container .swiper-slide .txt .h2{ font-size:24px; line-height:28px; margin-bottom:5px;}
.banner_swiper .swiper-container .swiper-slide .txt .h3{ font-size:14px; line-height:18px; }
.banner_swiper .swiper-pagination{ bottom:10px; height:2px; width:100%; padding:0 5%; }
.banner_swiper .swiper-pagination span{ width:24px; height:2px; margin:0 2px; }
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ width:40px; height:40px; line-height:40px; margin-top:-20px; font-size:20px; }
}


.more1{ text-align:center;}
.more1 span{ display:inline-block; text-align:center; font-size:16px; line-height:58px; padding:0 30px; min-width:100px; border-radius:4px; background:var(--primary-color); color:#fff; transition:all .3s ease; font-weight:bold;}
.more1 span:hover{ background:var(--third-color);}
.index_banner1{ position:relative; overflow:hidden;}
.index_banner1 img{ display:block; width:100%; height:680px;}
.index_banner1:before{ content:""; width:100%; height:100%; background:#000; opacity:.4; position:absolute; top:0; left:0;}
.index_banner1:after{ content:""; width:100%; height:75px; background:url(../images/ibannerbg.png) bottom center no-repeat; background-size:100% auto; position:absolute; left:0; bottom:0; z-index:1;}
.index_banner1_txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2;}
.index_banner1_txt{ text-align:center; color:#fff;}
.index_banner1_txt .h2{ font-size:32px; line-height:1.3em; margin-bottom:1.14vw;}
.index_banner1_txt .h3{ font-size:70px; line-height:1.15em; font-weight:bold; margin-bottom:2.6vw;}
.index_banner1_txt .h3 span{ display:inline-block; background: linear-gradient(to top, var(--primary-color) 40%, transparent 40%);}
@media(max-width:999px){
.more1 span{ font-size:14px; line-height:40px; padding:0 10px; min-width:100px; }
.index_banner1 img{ height:130vw;}
.index_banner1_txt .h2{ font-size:28px; line-height:32px; margin-bottom:10px;}
.index_banner1_txt .h3{ font-size:36px; line-height:40px; margin-bottom:20px;}
}


.tit1{ text-align:center;}
.tit1 .h2{ font-size:40px; line-height:50px; font-weight:bold; color:var(--primary-color);}
.more2{ text-align:center;}
.more2 a{ display:inline-block; margin:0 2.08vw; position:relative;}
.more2 a:before{ content:""; width:100%; height:100%; background:var(--primary-color); position:absolute; top:0; left:0; z-index:-1;clip-path: polygon(0 0, 0 0, -50% 100%, 0 100%); transition:all .3s ease;}
.more2 a:hover:before{    clip-path: polygon(0 0, 150% 0, 100% 100%, 0 100%);}
.more2 span{ display:inline-block; text-align:center; border:1px solid var(--primary-color); border-bottom-width:2px; border-right-width:2px; color:var(--primary-color); font-size:16px; line-height:50px; font-weight:bold; transition:all .3s ease; padding:0 20px; min-width:300px;}
.more2 span:hover{ color:#fff;}
.more2 span i{ margin-left:10px;}
.con01bg{ margin:0 0 120px 0;}
.con01{}
.con01 .list{ text-align:center; margin-top:20px;}
.con01 .list .txt{ font-size:18px; line-height:28px; margin-bottom:55px;}
@media(max-width:999px){
.tit1 .h2{ font-size:30px; line-height:34px; }
.more2 a{ margin:10px 0; width:100%;}
.more2 span{ font-size:14px; line-height:40px; padding:0 10px; width:100%; box-sizing:border-box;}
.con01bg{ margin:40px 0 60px 0;}
.con01 .list{ margin-top:20px;}
.con01 .list .txt{ font-size:14px; line-height:24px; margin-bottom:20px;}
}


.tit2{ text-align:center;}
.tit2 .h2{ font-size:60px; line-height:70px; font-weight:bold; color:var(--primary-color);}
.tit2 .h3{ font-size:20px; line-height:30px; font-weight:bold; margin-top:10px;}
.more3{ }
.more3 a{ display:inline-block; margin:10px 0; position:relative;}
.more3 a:before{ content:""; width:100%; height:100%; background:var(--primary-color); position:absolute; top:0; left:0; z-index:-1;clip-path: polygon(0 0, 0 0, -50% 100%, 0 100%); transition:all .3s ease;}
.more3 a:hover:before{ clip-path: polygon(0 0, 150% 0, 100% 100%, 0 100%);}
.more3 span{ display:inline-block; text-align:center; border:1px solid var(--primary-color); border-bottom-width:2px; border-right-width:2px; color:var(--primary-color); font-size:16px; line-height:50px; font-weight:bold; transition:all .3s ease; padding:0 20px; min-width:130px;}
.more3 span:hover{ color:#fff;}
.more3 span i{ margin-left:10px;}
.con02bg{ margin:120px 0 90px 0;}
.con02{}
.con02 .list{ margin-top:60px; display: flex; justify-content: space-between;/* align-items: center;*/}
.con02_lt{ width:29%; border-right:2px solid var(--fourth-color); padding-right:2%; box-sizing:border-box;}
.con02_lt .txt{ font-size:18px; line-height:28px; margin-bottom:10px;}
.con02_rt{ width:66%;}
.con02_rt ul{ display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.con02_rt ul li{ width:47.5%; margin:0 0 0 5%; background:rgba(242,244,235,.9); transition:all .3s ease;}
.con02_rt ul li:hover{filter: brightness(90%);}
.con02_rt ul li:nth-child(1){ margin-left:0;}
.con02_rt ul li .img{ padding-bottom:50%; position:relative; overflow:hidden;}
.con02_rt ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con02_rt ul li .txt{ padding:30px 5.5%;}
.con02_rt ul li .txt .h2{ font-size:25px; line-height:35px; font-weight:bold; color:var(--primary-color); margin-bottom:5px;}
.con02_rt ul li .txt .h3{ font-size:16px; line-height:26px;    text-align: justify;}
@media(max-width:999px){
.tit2 .h2{ font-size:34px; line-height:38px; }
.tit2 .h3{ font-size:20px; line-height:24px; margin-top:10px;}
.more3 a{ margin:10px 0; width:100%;}
.more3 span{ font-size:14px; line-height:40px; padding:0 10px; width:100%; box-sizing:border-box;}
.con02bg{ margin:60px 0 40px 0;}
.con02 .list{ margin-top:20px; display:block;}
.con02_lt{ width:100%; border-right:none; padding-right:0; margin-bottom:10px;}
.con02_lt .txt{ font-size:14px; line-height:24px; margin-bottom:10px;}
.con02_rt{ width:100%;}
.con02_rt ul li{ width:100%; margin:0 0 20px 0; }
.con02_rt ul li .txt{ padding:20px 5%;}
.con02_rt ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.con02_rt ul li .txt .h3{ font-size:14px; line-height:24px;}
}


.more4{ text-align:center;}
.more4 a{ display:inline-block; margin:0 1.04vw; position:relative;}
.more4 a:before{ content:""; width:100%; height:100%; background:var(--primary-color); position:absolute; top:0; left:0; z-index:-1;clip-path: polygon(0 0, 0 0, -50% 100%, 0 100%); transition:all .3s ease;}
.more4 a:hover:before{ clip-path: polygon(0 0, 150% 0, 100% 100%, 0 100%);}
.more4 span{ display:inline-block; text-align:center; border:1px solid #fff; background:rgba(13,15,1,0.3); color:#fff; font-size:16px; line-height:55px; font-weight:bold; transition:all .3s ease; padding:0 2.08vw; min-width:22.92vw;}
.more4 span:hover{ color:#fff;}
.more4 span i{ margin-left:10px;}
.con03bg{ padding:60px 0 80px 0; background-repeat:no-repeat; background-position:center; background-size:cover; position:relative;}
.con03bg:before{ content:""; width:100%; height:100%; background:#000; opacity:.3; position:absolute; top:0; left:0; }
.con03bg:after{ content:""; width:100%; height:100%; background:url(../images/c3bg.svg) center no-repeat; background-size:cover; position:absolute; top:0; left:0; transform:scale(-1, -1); opacity:.7;}
.con03{ color:#fff; text-align:center; position:relative; z-index:2;}
.con03 .h2{ font-size:22px; line-height:32px; font-weight:bold; margin-bottom:30px;}
.con03 .h3{ font-size:70px; line-height:80px; font-weight:bold; margin-bottom:30px;}
.con03 .h3 span{ display:inline-block; background: linear-gradient(to top, var(--primary-color) 40%, transparent 40%);}
.con03 .h4{ font-size:20px; line-height:30px; margin-bottom:30px;}
@media(max-width:999px){
.more4 a{ margin:10px 0; width:100%;}
.more4 span{ font-size:14px; line-height:40px; padding:0 10px; width:100%; box-sizing:border-box;}
.con03bg{ padding:60px 0 80px 0; }
.con03 .h2{ font-size:22px; line-height:26px; margin-bottom:20px;}
.con03 .h3{ font-size:36px; line-height:40px; margin-bottom:10px;}
.con03 .h3 br{ display:none;}
.con03 .h4{ font-size:14px; line-height:24px; margin-bottom:20px;}
}


.more5{ }
.more5 a{ display:inline-block; position:relative;}
.more5 a:before{ content:""; width:100%; height:100%; background:var(--secondary-color); position:absolute; top:0; left:0; z-index:-1;clip-path: polygon(0 0, 0 0, -50% 100%, 0 100%); transition:all .3s ease;}
.more5 a:hover:before{    clip-path: polygon(0 0, 150% 0, 100% 100%, 0 100%);}
.more5 span{ display:inline-block; text-align:center; border:1px solid var(--secondary-color); border-bottom-width:2px; border-right-width:2px; color:var(--secondary-color); font-size:16px; line-height:50px; font-weight:bold; transition:all .3s ease; padding:0 20px; min-width:140px;}
.more5 span:hover{ color:#fff;}
.more5 span i{ margin-left:10px;}
.con04bg{ margin:100px 0;}
.con04{ display: flex; justify-content:space-between;/* align-items: center;*/}
.con04_lt{ width:50%;}
.con04_lt .h2{ font-size:35px; line-height:35px; font-weight:bold; color:var(--secondary-color); margin-bottom:.52vw;}
.con04_lt .h3{ font-size:50px; line-height:60px; font-weight:bold; margin-bottom:1.56vw;}
.con04_lt .h4{ font-size:18px; line-height:28px; margin-bottom:1.3vw;}
.con04_rt{ width:46%;}
.con04_rt img{ display:block; width:100%;    height: 541px;
    object-fit: contain;}
@media(max-width:999px){
.more5 a{ width:100%;}
.more5 span{ font-size:14px; line-height:40px; padding:0 10px; width:100%; box-sizing:border-box;}
.con04bg{ margin:60px 0;}
.con04{ display:block;}
.con04_lt{ width:100%; margin-bottom:20px;}
.con04_lt .h2{ font-size:25px; line-height:29px; margin-bottom:5px;}
.con04_lt .h3{ font-size:32px; line-height:36px; margin-bottom:15px;}
.con04_lt .h4{ font-size:14px; line-height:24px; margin-bottom:10px;}
.con04_rt{ width:100%;}
}


.tit3{}
.tit3 .h2{ font-size:40px; line-height:50px; font-weight:bold;}
.more6{ }
.more6 a{ display:inline-block; position:relative;}
.more6 span{ display:inline-block; text-align:center; border:1px solid var(--primary-color); border-bottom-width:2px; border-right-width:2px; color:var(--primary-color); font-size:16px; line-height:50px; font-weight:bold; transition:all .3s ease; padding:0 20px; min-width:140px;}
.more6 span:hover{ border-color:var(--third-color); color:var(--third-color);}
.more6 span i{ margin-left:10px;}
.con05bg{ margin:100px 0 80px 0;}
.con05{}
.con05_top{ border-top:1px solid #d1d1d1; padding:30px 0;display: flex; justify-content:space-between; align-items: center;}
.con05 .list{ margin-top:10px;}
.con05 .list ul{ display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.con05 .list ul li{ width:30.5%; margin:0 0 0 4.25%; background:rgba(242,244,235,.9); transition:all .3s ease;}
.con05 .list ul li:hover{filter: brightness(90%);}
.con05 .list ul li:nth-child(3n-2){ margin-left:0;}
.con05 .list ul li .img{ padding-bottom:50%; position:relative; overflow:hidden;}
.con05 .list ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con05 .list ul li .txt{ padding:20px 5.5%;}
.con05 .list ul li .txt .h4{ font-size:16px; line-height:26px; font-weight:bold; color:#999;}
.con05 .list ul li .txt .h2{ font-size:20px; line-height:30px; font-weight:bold; color:var(--primary-color); margin-bottom:15px;}
.con05 .list ul li .txt .h3{ font-size:16px; line-height:26px;}
@media(max-width:999px){
.tit3 .h2{ font-size:30px; line-height:34px; }
.more6 span{ font-size:14px; line-height:40px; padding:0 10px; }
.con05_top{ padding:20px 0; display:block;}
.con05 .more6{ margin-top:10px;}
.con05 .list{ margin-top:10px;}
.con05 .list ul li{ width:100%; margin:0 0 20px 0; }
.con05 .list ul li .txt{ padding:20px 5%;}
.con05 .list ul li .txt .h4{ font-size:16px; line-height:20px; }
.con05 .list ul li .txt .h2{ font-size:18px; line-height:22px; margin-bottom:5px;}
.con05 .list ul li .txt .h3{ font-size:14px; line-height:24px;}
}



.more7{}
.more7 span{ display:inline-block; text-align:center; font-size:16px; line-height:48px; padding:0 20px; min-width:340px; background:#ea762e; color:#fff; border-radius:4px; transition:all .3s ease; font-weight:bold;}
.more7 span:hover{ background:#ea8e54;}
.foot{ background:var(--secondary-color); color:rgba(255,255,255,.9); position:relative;}
.foot a{ color:rgba(255,255,255,.9);}
.foot a:hover{ color:#e6f8a5;}
.foot1bg{ padding:50px 0 40px 0;}
.foot1{ display: flex; justify-content: space-between;/* align-items: center;*/}
.foot1 .lt{ width:48%;}
.foot .f_logo{ margin-bottom:50px;}
.foot .f_logo img{ display:block; max-width:100%; max-height:100px;}
.foot .f_nav{ font-size:16px; line-height:26px; font-weight:bold; margin-bottom:20px;}
.foot .f_nav ul{ display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.foot .f_nav ul li{ width:50%; margin-bottom:5px;}
.foot .f_info{ font-size:14px; line-height:24px;}
.foot1 .rt{ width:48%;}
.foot .f_contact{ margin-bottom:30px;}
.foot .f_contact .h2{ font-size:25px; line-height:35px; font-weight:bold; margin-bottom:5px;}
.foot .f_contact .h3{ font-size:15px; line-height:25px; margin-bottom:20px;}
.foot .f_share{ display: flex; justify-content: flex-end;/* align-items: center;*/}
.foot .f_share a{ margin:0 0 0 10px;}
.foot .f_share a:hover{ opacity:.9;}
.foot .f_share a img{ display:block; height:28px;}
@media(max-width:999px){
.more7 span{ font-size:14px; line-height:24px; padding:10px 10px; min-width:100px; }
.foot1bg{ padding:40px 0;}
.foot1{ display:block;}
.foot1 .lt{ width:100%; margin-bottom:40px;}
.foot .f_logo{ margin-bottom:40px;}
.foot .f_logo img{ max-width:100%; max-height:100px;}
.foot .f_nav{ font-size:16px; line-height:26px; margin-bottom:20px;}
.foot .f_info{ font-size:14px; line-height:24px;}
.foot1 .rt{ width:100%;}
.foot .f_contact{ margin-bottom:20px;}
.foot .f_contact .h2{ font-size:24px; line-height:28px; margin-bottom:5px;}
.foot .f_contact .h3{ font-size:14px; line-height:24px; margin-bottom:20px;}
.foot .f_share{ justify-content: flex-end; }
.foot .f_share a{ margin:0 0 0 10px;}
.foot .f_share a img{ height:28px;}
}




/*Add------------------------------------------------------------------------------*/

.inbanner{ position:relative; background:radial-gradient(100% 456.46% at 0% 0%,var(--secondary-color) 0%,var(--primary-color) 100%) !important;}
.inbanner img{ display:block; width:100%; }
.inbanner_txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.inbanner_txt{ color:#fff;}
.inbanner_txt .h2{ font-size:50px; line-height:60px; font-weight:bold;}
.inbarbg{ background:rgba(242,244,235,.9);}
.inbar{ }
.innav{ font-size:16px; line-height:46px; margin-bottom:30px;}
.innav .h1{ font-size:16px; line-height:50px; background:var(--primary-color); color:#fff; text-align:left; padding:0 40px 0 20px; position:relative; display:none; }
.innav .h1:before{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:20px; top:50%; transform:translateY(-50%);}
.innav .h1.active1:before{ content:"\f106";}
.innav>ul{ display: flex; justify-content: center; align-items: center; flex-wrap:wrap;}
.innav>ul>li{/* display: flex;justify-content:center;align-items:center;*/ color:#333; position:relative; margin:.52vw .52vw;}
.innav>ul>li>a{ display:block; position:relative; white-space:nowrap; border:2px solid var(--primary-color); color:var(--primary-color); padding:0 1.56vw;}
.innav>ul>li.hover>a{ color:#fff; background:var(--primary-color);}
.innav>ul>li:hover>a{ color:#fff; background:var(--primary-color);}
.innav ul li ul{ width:100%; padding:5px 0; background:#fff; box-shadow:0 0 10px rgba(0,0,0,.1); position:absolute; top:100%; left:50%; transform:translateX(-50%); display:none; z-index:2;}
.innav ul li:hover>ul{ display:block;}
.innav ul li ul li{ text-align:center; line-height:24px; padding:5px 5px;}
.innav ul li ul li a{ font-size:14px; color:#666;}
.innav ul li ul li a:hover{ color:#000;}
.weizhi{ font-size:14px; line-height:40px; color:#999; }
.weizhi i{ margin-right:5px; color:#999;}
.weizhi a{ color:#999;}
.weizhi a:hover{}
@media(max-width:999px){
.inbanner_txt .h2{ font-size:24px; line-height:28px; margin-bottom:5px;}
.inbanner_txt .h3{ font-size:14px; line-height:18px; }
.inbar{ display:block;}
.innav{ font-size:14px; line-height:24px; margin-bottom:0;}
.innav .h1{ display:block;}
.innav>ul{ display:none;}
.innav>ul>li{ margin:0; border-bottom:1px solid rgba(0,0,0,.05); padding:10px 20px 10px 20px;}
.innav>ul>li>a:before{ display:none;}
.innav>ul>li>a{ padding:0; display:inline; background:none; border:none;}
.innav>ul>li.hover>a{ color:#000; background:none;}
.innav>ul>li:hover>a{ color:#000; background:none;}
.innav ul li ul{ background:none; box-shadow:none; position:static; transform:translateX(0%); }
.innav ul li ul li{ line-height:24px; padding:5px 20px 5px 20px; text-align:left;}
.innav ul li ul li a{ font-size:14px; color:#666;}
.innav ul li ul li a:hover{ color:var(--primary-color);}
}
.insidebg{ margin:30px 0 60px 0; }
.inside{ background:#fff; }
.inside_lt{ float:left; width:300px; position:sticky; top:100px;}
.side_a{ border-radius:30px 0 0 0; overflow:hidden; margin-bottom:20px; background:#fff;}
.side_a .h1{ font-size:28px; line-height:38px; background:linear-gradient(90deg, #452f86, #a92b83, #d14f8d, #e38179); color:#fff; padding:20px 20px 20px 40px; }
.side_a .h1 strong{ display:block; font-weight:normal;}
.side_a>ul{ }
.side_a ul li{ }
.side_a>ul>li{ border-bottom:1px solid #ebebeb;}
.side_a>ul>li:last-child{ border-bottom:none;}
.side_a ul li span{ display:block; padding:15px 20px 15px 40px; position:relative; cursor:pointer; }
.side_a ul li span:hover,.side_a ul li.hover>span{ color: var(--primary-color);}
.side_a ul li.active1>span{ }
.side_a ul li.active1>span:hover{ }
.side_a ul li.has_sub>span:after{ content:"\f105"; font: normal normal normal 16px/1 FontAwesome; position:absolute; right:10px; top:50%; transform:translateY(-50%); transform-origin:center; }
.side_a ul li.has_sub.active1>span:after{ content:"\f107"; }
.side_a ul li a{ display:inline-block; color:#333; font-size:14px;}
.side_a>ul>li>span a{ font-size:16px; position:relative;}
.side_a ul li span:hover a,.side_a ul li.hover>span a{ color: var(--primary-color);}
.side_a>ul>li>span a:before{ content:"●"; display:inline-block; vertical-align:text-top; line-height:1em; width:20px; overflow:hidden; transition:all .3s ease;}
.side_a>ul>li>span:hover a:before{ width:0; opacity:0;}
.side_a ul li ul{ padding:0 0 10px 60px; display:none;}
.side_a ul li ul li{ }
.side_a ul li ul li span{ padding:10px 20px 10px 0;}
.side_a ul li ul li a{}
.inside_rt{ float:right; width:calc(100% - 340px); background:#fff; padding:20px; box-sizing: border-box;}
.inside_con{ }
@media(max-width:999px){
.insidebg{ margin:0 0 40px 0; }
.insidebg .wapper1{ width:100%;}
.inside{ }
.inside_lt{ width:100%; position:static;}
.side_a{ border-radius:0 0 0 0; margin-bottom:20px; }
.side_a .h1{ font-size:16px; line-height:26px; padding:10px 20px; text-align:center; cursor:pointer;}
.side_a>ul{ display:none;}
.side_a ul li span{ padding:10px 20px 10px 20px;}
.side_a ul li a{ font-size:14px;}
.side_a>ul>li>span a{ font-size:16px; }
.side_a>ul>li>span a:before{ width:20px; }
.side_a ul li ul{ padding:0 0 10px 40px; }
.side_a ul li ul li span{ padding:5px 20px 5px 0;}
.inside_rt{ float:right; width:100%; padding:10px;}
.inside_con{ padding:0 5%; margin:20px 0 40px 0;}
}



.more8{ }
.more8 a{ display:inline-block; margin:10px 0; position:relative; width:100%;}
.more8 a:before{ content:""; width:100%; height:100%; background:var(--primary-color); position:absolute; top:0; right:0; bottom:0; left:0; z-index:-1;transform: translateZ(0);backface-visibility: hidden;clip-path: polygon(0 0, 0 0, -50% 100%, 0 100%); transition:all .3s ease;}
.more8 a:hover:before{ clip-path: polygon(0 0, 150% 0, 100% 100%, 0 100%);}
.more8 span{ display:inline-block; text-align:center; border:1px solid var(--primary-color); border-bottom-width:2px; border-right-width:2px; color:var(--primary-color); font-size:16px; line-height:50px; font-weight:bold; transition:all .3s ease; padding:0 20px;  width:100%; box-sizing:border-box;}
.more8 span:hover{ color:#fff;}
.more8 span i{ margin-left:10px;}
.aboutus1bg{ margin:40px 0 80px 0;}
.aboutus1{ display: flex;justify-content:space-between;align-items:center;}
.aboutus1_lt{ width:68%;}
.aboutus1_lt .txt{ font-size:18px; line-height:28px; margin-top:20px;text-align: justify;}
.aboutus1_rt{ width:28%;}
@media(max-width:999px){
.more8 a{ margin:10px 0; }
.more8 span{ font-size:14px; line-height:40px; padding:0 10px; width:100%; }
.aboutus1bg{ margin:40px 0 60px 0;}
.aboutus1{ display:block;}
.aboutus1_lt{ width:100%; margin-bottom:20px;}
.aboutus1_lt .txt{ font-size:14px; line-height:24px; margin-top:20px;}
.aboutus1_rt{ width:100%;}
}

.aboutus2bg{ margin:80px 0;}
.aboutus2{ display: flex;justify-content:space-between;/*align-items:center;*/}
.aboutus2_lt{ width:34%;}
.aboutus2_lt .img{ background:url(../images/mask-17.svg) center no-repeat; background-size:100% 100%;}
.aboutus2_lt img{ display:block; width:100%; height:31.25vw; mask-image: url(../images/mask-17.svg); mask-size: 100% 100%; mask-position: center; mask-repeat: no-repeat;}
.aboutus2_rt{ width:50%;}
.aboutus2_rt .txt{ font-size:18px; line-height:28px; margin-top:20px;}
@media(max-width:999px){
.aboutus2bg{ margin:60px 0;}
.aboutus2{ display:block;}
.aboutus2_lt{ width:100%;}
.aboutus2_lt img{ width:100%; height:130vw; }
.aboutus2_rt{ width:100%;}
.aboutus2_rt .txt{ font-size:14px; line-height:24px; margin-top:20px;}
}

.tit4{}
.tit4 .h2{ font-size:40px; line-height:50px; font-weight:bold;}
.tit4 .h2 span{ display:inline-block; background: linear-gradient(to top, var(--primary-color) 40%, transparent 40%);}
.aboutus3bg{/* padding:160px 0; background:var(--fourth-color) url(../images/about6.png) center no-repeat; background-size:cover;*/ position:relative;}
.aboutus3bg .bg{ width:42%; margin:0 0 0 auto;}
.aboutus3bg .bg .img{ padding-bottom:76%; position:relative;}
.aboutus3bg .bg img{ display:block; width:100%; height:100%; object-fit:cover; position:absolute; top:0; left:0;}
.aboutus3bg .wapper1{ height:100%; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.aboutus3{ width:62%; height:100%;display: flex;justify-content: space-between; flex-direction: column; }
.aboutus3 .tit4{ width:100%;/* margin-top:4.68vw;*/}
.aboutus3 .tit4 .h2{ font-size:2.12vw; line-height:1.25em;}
.aboutus3 .list{ width:100%;/* max-width:1000px; */margin-top:3.12vw;}
.aboutus3 .list ul{ display: flex;justify-content:flex-start;/*align-items:center;*/ flex-wrap:wrap;}
.aboutus3 .list ul li{ width:40%; margin:0 0 0 6%; background:#fff; border:2px solid #fff; box-sizing:border-box; transition:all .3s ease;}
.aboutus3 .list ul li:hover{ border-color:var(--third-color);background:var(--fourth-color);}
.aboutus3 .list ul li:nth-child(3n-2){ margin-left:0;}
.aboutus3 .list ul li .nr_box{ padding:0 10%;}
.aboutus3 .list ul li .img{ height:60px; position:relative;}
.aboutus3 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:0 auto;}
.aboutus3 .list ul li .txt{ margin-top:1.04vw;}
.aboutus3 .list ul li .txt .h2{ font-size:1.56vw; line-height:1.3em; font-weight:bold; color:var(--third-color); margin-bottom:.52vw;text-align: center;}
.aboutus3 .list ul li .txt .h3{ font-size:1.04vw; line-height:1.5em;}
@media(max-width:999px){
.tit4 .h2{ font-size:30px; line-height:34px; }
.aboutus3bg{/* padding:60px 0;*/ }
.aboutus3bg .wapper1{ position:static; transform:translate(0,0);}
.aboutus3{ width:100%;}
.aboutus3 .tit4{ width:59%; margin-top:-32vw;}
.aboutus3 .tit4 .h2{ font-size:23px; line-height:28px;}
.aboutus3 .list{ margin-top:40px;}
.aboutus3 .list ul li{ width:100%; margin:0 0 20px 0; background:transparent; border-color:transparent;}
.aboutus3 .list ul li .nr_box{ padding:20px 5%;}
.aboutus3 .list ul li .img{ height:50px; }
.aboutus3 .list ul li .txt{ margin-top:10px;}
.aboutus3 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.aboutus3 .list ul li .txt .h3{ font-size:14px; line-height:24px;}
}

.tit5{ text-align:center;}
.tit5 .h2{ font-size:40px; line-height:50px; font-weight:bold; color:var(--third-color);}
.tit5 .h3{ font-size:18px; line-height:28px; margin-top:60px;}
.aboutus4bg{ margin:80px 0;}
.aboutus4{ display: flex;justify-content:space-between;align-items:center;}
.aboutus4 .tit5{ width:21%;}
.aboutus4 .list{ width:75%;}
.aboutus4 .list ul{ display: flex;justify-content:flex-start;/*align-items:center;*/ flex-wrap:wrap;}
.aboutus4 .list ul li{ width:30%; margin:0 0 20px 5%; background:var(--fourth-color); box-shadow:5px 5px 0 var(--third-color); box-sizing:border-box; border-radius:10px; overflow:hidden; transition:all .3s ease; }
.aboutus4 .list ul li:nth-child(3n-2){ margin-left:0;}
.aboutus4 .list ul li .nr_box{ padding:35px 13%;}
.aboutus4 .list ul li .img{ height:40px; position:relative;}
.aboutus4 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.aboutus4 .list ul li .txt{ margin-top:15px; text-align:center;}
.aboutus4 .list ul li .txt .h2{ font-size:18px; line-height:28px; font-weight:bold; color:var(--third-color); margin-bottom:15px;}
.aboutus4 .list ul li .txt .h3{ font-size:18px; line-height:28px;}
@media(max-width:999px){
.tit5 .h2{ font-size:30px; line-height:34px; }
.tit5 .h2 br{ display:none;}
.tit5 .h3{ font-size:18px; line-height:22px; margin-top:10px;}
.aboutus4bg{ margin:60px 0;}
.aboutus4{ display:block;}
.aboutus4 .tit5{ width:100%;}
.aboutus4 .list{ width:100%; margin-top:20px;}
.aboutus4 .list ul li{ width:100%; margin:0 0 20px 0;}
.aboutus4 .list ul li .nr_box{ padding:20px 5%;}
.aboutus4 .list ul li .img{ height:40px; }
.aboutus4 .list ul li .txt{ margin-top:10px; }
.aboutus4 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.aboutus4 .list ul li .txt .h3{ font-size:14px; line-height:24px;}
}

.aboutus5bg{ padding:80px 0; background:var(--primary-color); background-image:linear-gradient(180deg, rgba(12,14,1,.4) 0%, rgba(12,14,1,.4) 100%);}
.aboutus5{ text-align:center; color:#fff;}
.aboutus5 .h2{ font-size:40px; line-height:50px; font-weight:bold; text-transform:uppercase;}
.aboutus5 .h2 strong{ color:var(--fifth-color);}
@media(max-width:999px){
.aboutus5bg{ padding:60px 0; }
.aboutus5 .h2{ font-size:30px; line-height:34px; }
.aboutus5 .h2 strong{ display:block; min-height:34px;}
}


.members1bg{ margin:40px 0; }
.members1{ display: flex;justify-content:space-between;/*align-items:center;*/}
.members1_lt{ width:46%;}
.members1_lt .txt{ font-size:18px; line-height:28px;}
.members1_rt{ width:50%;}
.members1_rt .img{ background:url(../images/m1_bg.png) center no-repeat; background-size:100% 100%;}
.members1_rt img{ display:block; width:100%; /*mask-image: url(../images/m1_bg.png);*/ mask-size: 100% 100%; mask-position: center; mask-repeat: no-repeat;}
@media(max-width:999px){
.members1bg{ margin:40px 0; }
.members1{ display:block;}
.members1_lt{ width:100%; margin-bottom:10px;}
.members1_lt .txt{ font-size:14px; line-height:24px;}
.members1_rt{ width:100%;}
}

.members2bg{ padding:100px 0; background:var(--fourth-color);}
.members2{}
.members2 .list{ max-width:1100px; margin-top:40px;}
.members2 .list ul{ display: flex;justify-content:flex-start;/*align-items:center;*/ flex-wrap:wrap;}
.members2 .list ul li{ width:30.5%; margin:0 0 0 4.25%; background:rgba(255,255,255,.5); border:1px solid #fff; box-sizing:border-box; transition:all .3s ease;}
.members2 .list ul li:hover{ border-color:var(--third-color);background:var(--fourth-color);}
.members2 .list ul li:nth-child(3n-2){ margin-left:0;}
.members2 .list ul li .nr_box{ padding:20px 6%;}
.members2 .list ul li .img{ height:195px; position:relative;}
.members2 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.members2 .list ul li .txt{ margin-top:20px;}
.members2 .list ul li .txt .h2{ font-size:25px; line-height:35px; font-weight:bold; color:var(--third-color); margin-bottom:10px;}
.members2 .list ul li .txt .h3{ font-size:18px; line-height:28px;}
@media(max-width:999px){
.members2bg{ padding:60px 0; }
.members2 .list{ margin-top:40px;}
.members2 .list ul li{ width:100%; margin:0 0 20px 0; }
.members2 .list ul li .nr_box{ padding:20px 5%;}
.members2 .list ul li .img{ height:50px; }
.members2 .list ul li .txt{ margin-top:10px;}
.members2 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.members2 .list ul li .txt .h3{ font-size:14px; line-height:24px;}
}

.members3bg{ margin:120px 0 90px 0;}
.members3{ display: flex;justify-content:space-between;/*align-items:center;*/}
.members3_lt{ width:64%; }
.members3_lt .txt{ font-size:18px; line-height:28px; margin-top:10px; margin-bottom:10px;}
.members3_lt .more3 a{ margin:10px 0; }
.members3_rt{ width:32%;}
.members3_rt img{ display:block; width:100%;}
@media(max-width:999px){
.members3bg{ margin:60px 0 40px 0;}
.members3{ display:block;}
.members3_lt{ width:100%; margin-bottom:10px;}
.members3_lt .txt{ font-size:14px; line-height:24px; margin-top:10px; margin-bottom:10px;}
.members3_rt{ width:100%;}
}


.tit6{ background:var(--secondary-color); color:#fff; padding:20px 20px;}
.tit6 .h2{ font-size:40px; line-height:50px; font-weight:bold;}
.members_list1{}
.members_list1 .list{ margin-top:20px;}
.members_list1 .list ul{ display: flex;justify-content:flex-start;/*align-items:center;*/ flex-wrap:wrap;}
.members_list1 .list ul li{ width:22%; margin:0 0 20px 4%; background:var(--fourth-color); transition:all .3s ease;}
.members_list1 .list ul li:nth-child(4n-3){ margin-left:0;}
.members_list1 .list ul li .img{ padding-bottom:100%; position:relative;}
.members_list1 .list ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.members_list1 .list ul li .txt{ padding:20px 7.5%;}
.members_list1 .list ul li .txt .h2{ font-size:25px; line-height:35px; font-weight:bold; color:var(--third-color); margin-bottom:10px;}
.members_list1 .list ul li .txt .h3{ font-size:18px; line-height:28px;}
@media(max-width:999px){
.tit6{ padding:20px 10px;}
.tit6 .h2{ font-size:24px; line-height:28px; }
.members_list1 .list{ margin-top:20px;}
.members_list1 .list ul li{ width:48%; margin:0 0 20px 4%; }
.members_list1 .list ul li:nth-child(2n-1){ margin-left:0;}
.members_list1 .list ul li .txt{ padding:10px 5%;}
.members_list1 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.members_list1 .list ul li .txt .h3{ font-size:14px; line-height:24px;}
}



.tit7{ text-align:center;}
.tit7 .h2{ font-size:45px; line-height:55px; font-weight:bold;}
.tit7 .line1{ margin:0 auto; width:55px; height:3px; background:var(--primary-color); margin-top:5px; margin-bottom:25px;}
.tit7 .h3{ font-size:16px; line-height:26px; }
.publications1{}
.publications1 .list{ margin-top:40px;}
.publications1 .list ul{ display: flex;justify-content:flex-start;/*align-items:center;*/ flex-wrap:wrap;}
.publications1 .list ul li{ width:30.5%; margin:0 0 30px 4.25%;}
.publications1 .list ul li:nth-child(3n-2){ margin-left:0;}
.publications1 .list ul li .txt{ margin-bottom:20px; text-align:center;}
.publications1 .list ul li .txt .h2{ font-size:18px; line-height:28px;}
.publications1 .list ul li .img{ padding-bottom:100%; position:relative; overflow:hidden; border:1px solid #e3e3e3; transition:all .3s ease;}
.publications1 .list ul li:hover .img{ border-color:var(--primary-color);}
.publications1 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.publications1 .list ul li .img:before{ content:""; width:100%; height:100%; background:rgba(255,255,255,.5); position:absolute; top:0; left:0; z-index:1; transition:all .3s ease; opacity:0; visibility:hidden;}
.publications1 .list ul li:hover .img:before{ opacity:1; visibility:visible;}
.publications1 .list ul li .img:after{ content:""; width:54px; height:85px; background:url(../images/download.png) center no-repeat; background-size:contain; position:absolute; top:50%; left:50%; transform:translate(-50%,-100%); z-index:2; transition:all .3s ease; opacity:0; visibility:hidden;}
.publications1 .list ul li:hover .img:after{ transform:translate(-50%,-50%); opacity:1; visibility:visible;}
@media(max-width:999px){
.tit7 .h2{ font-size:24px; line-height:28px; }
.tit7 .line1{ width:30px; height:3px; margin-top:5px; margin-bottom:10px;}
.tit7 .h3{ font-size:14px; line-height:18px; }
.publications1 .list{ margin-top:20px;}
.publications1 .list ul li{ width:48%; margin:0 0 20px 4%;}
.publications1 .list ul li:nth-child(3n-2){ margin-left:4%;}
.publications1 .list ul li:nth-child(2n-1){ margin-left:0;}
.publications1 .list ul li .txt{ margin-bottom:10px; }
.publications1 .list ul li .txt .h2{ font-size:14px; line-height:24px;}
.publications1 .list ul li .img:after{ width:30px; height:47px; }
}


.projects1{}
.projects1 .list{ margin-top:40px;}
.projects1 .list ul{ display: flex;justify-content:flex-start;/*align-items:center;*/ flex-wrap:wrap;}
.projects1 .list ul li{ width:31%; margin:0 0 30px 3.5%;}
.projects1 .list ul li:nth-child(3n-2){ margin-left:0;}
.projects1 .list ul li .img{ padding-bottom:100%; position:relative; overflow:hidden; }
.projects1 .list ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;
-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray;}
.projects1 .list ul li:hover .img img{
-webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(0%); filter: none;}
.projects1 .list ul li .txt{ margin-top:20px; text-align:center;}
.projects1 .list ul li .txt .h2{ font-size:18px; line-height:28px; font-weight:bold;}
@media(max-width:999px){
.projects1 .list{ margin-top:20px;}
.projects1 .list ul li{ width:100%; margin:0 0 20px 0;}
.projects1 .list ul li .txt{ margin-bottom:10px; }
.projects1 .list ul li .txt .h2{ font-size:14px; line-height:24px;}
}


.events1{}
.events1 .list{ margin-top:40px;}
.events1 .list ul{ display: flex;justify-content:flex-start;/*align-items:center;*/ flex-wrap:wrap;}
.events1 .list ul li{ width:48%; margin:0 0 30px 4%;}
.events1 .list ul li:nth-child(2n-1){ margin-left:0;}
.events1 .list ul li .nr_box{ display: flex;justify-content:space-between;/*align-items:center;*/}
.events1 .list ul li .imgbg{ width:50%;}
.events1 .list ul li .img{}
.events1 .list ul li .img img{ display:block; width:100%;}
.events1 .list ul li .txtbg{ width:46%;}
.events1 .list ul li .txt{ color:#333;}
.events1 .list ul li .txt .h2{ font-size:18px; line-height:22px; font-weight:bold; margin-bottom:5px;}
.events1 .list ul li .txt .h2:hover{ color:var(--primary-color);}
.events1 .list ul li .txt .h4{ font-size:14px; line-height:24px; font-weight:bold; margin-bottom:20px;}
.events1 .list ul li .txt .h4 i{ margin-right:5px; color:#999;}
.events1 .list ul li .txt .h3{ font-size:13px; line-height:17px; color:#666; margin-bottom:15px;}
.events1 .list ul li .txt .h5{ font-size:12px; line-height:22px; font-weight:bold;}
.events1 .list ul li .txt .h5:hover{ color:var(--primary-color);}
@media(max-width:999px){
.events1 .list{ margin-top:20px;}
.events1 .list ul li{ width:100%; margin:0 0 20px 0;}
.events1 .list ul li .nr_box{ display:block;}
.events1 .list ul li .imgbg{ width:100%;}
.events1 .list ul li .txtbg{ width:100%; margin-top:10px;}
.events1 .list ul li .txt .h2{ font-size:18px; line-height:22px; margin-bottom:5px;}
.events1 .list ul li .txt .h4{ font-size:14px; line-height:24px; margin-bottom:10px;}
.events1 .list ul li .txt .h3{ font-size:13px; line-height:17px; margin-bottom:10px;}
.events1 .list ul li .txt .h5{ font-size:12px; line-height:22px; }
}


.more9{}
.more9 span{ display:inline-block; text-align:center; border:1px solid var(--primary-color); color:var(--primary-color); padding:0 20px; width:100%; line-height:32px; font-size:12px; box-sizing:border-box; transition:all .3s ease;}
.more9 span:hover{ background:var(--primary-color); color:#fff;}
.more9 span i{ margin-left:10px;}
.news1{}
.news1_top{ display: flex; justify-content: space-between;/* align-items: center;*/ margin-bottom:40px;}
.news1_lt{ width:58%;}
.news1_lt .img{ padding-bottom:70%; position:relative; overflow:hidden;}
.news1_lt .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.news1_lt .txtbg{ width:100%; background:var(--fourth-color);}
.news1_lt .txt{ padding:35px 8%;}
.news1_lt .txt .h4{ font-size:16px; line-height:26px; font-weight:bold; color:#999;}
.news1_lt .txt .h2{ font-size:20px; line-height:30px; font-weight:bold; color:var(--primary-color); margin-bottom:15px;}
.news1_lt .txt .h3{ font-size:16px; line-height:26px;}
.news1_rt{ width:33%;}
.news1_search{ border:1px solid #d1d1d1; height:40px; display: flex; justify-content: space-between; align-items: center; margin-bottom:20px;}
.news1_search .text1{ border:none; background:none; line-height:40px; height:40px; padding:0 0 0 10px; width:calc(100% - 50px);}
.news1_search .button1{ border:none; background:none; line-height:40px; height:40px; width:40px; cursor:pointer; transition:all .3s ease;}
.news1_search .button1:hover{}
.news1_rt1{ border:5px solid var(--fifth-color); padding:20px 5%;}
.news1_rt1 .h1{ font-size:32px; line-height:42px; font-weight:bold; margin-bottom:10px;}
.news1_rt1 ul li{ margin-bottom:20px;}
.news1_rt1 ul li .txt{}
.news1_rt1 ul li .txt .h2{ text-decoration:underline; color:#999; font-size:14px; line-height:24px;}
.news1_rt1 ul li .txt .h2:hover{ color:#ccc; text-decoration:none;}
.news1_rt1 ul li .txt .h3{ font-size:20px; line-height:24px; font-weight:bold; color:var(--third-color); text-transform:uppercase;}
.news1_rt1 ul li .txt .h3:hover{ color:var(--fifth-color);}
.news1 .list{ margin-top:10px;}
.news1 .list ul{ display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.news1 .list ul li{ width:30.5%; margin:0 0 30px 4.25%; background:rgba(242,244,235,.9); transition:all .3s ease;}
.news1 .list ul li:hover{filter: brightness(90%);}
.news1 .list ul li:nth-child(3n-2){ margin-left:0;}
.news1 .list ul li .img{ padding-bottom:50%; position:relative; overflow:hidden;}
.news1 .list ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.news1 .list ul li .txt{ padding:20px 5.5%;}
.news1 .list ul li .txt .h4{ font-size:16px; line-height:26px; font-weight:bold; color:#999;}
.news1 .list ul li .txt .h2{ font-size:20px; line-height:30px; font-weight:bold; color:var(--primary-color); margin-bottom:15px;}
.news1 .list ul li .txt .h3{ font-size:16px; line-height:26px;}
@media(max-width:999px){
.more9 span{ padding:0 10px; line-height:32px; font-size:12px; }
.news1_top{ display:block; margin-bottom:20px;}
.news1_lt{ width:100%; margin-bottom:20px;}
.news1_lt .txtbg{ width:100%; }
.news1_lt .txt{ padding:20px 5%;}
.news1_lt .txt .h4{ font-size:16px; line-height:26px; }
.news1_lt .txt .h2{ font-size:18px; line-height:28px; margin-bottom:15px;}
.news1_lt .txt .h3{ font-size:14px; line-height:24px;}
.news1_rt{ width:100%;}
.news1_rt1{ padding:20px 5%;}
.news1_rt1 .h1{ font-size:24px; line-height:28px;  margin-bottom:10px;}
.news1_rt1 ul li{ margin-bottom:20px;}
.news1_rt1 ul li .txt .h2{ font-size:14px; line-height:24px;}
.news1_rt1 ul li .txt .h3{ font-size:18px; line-height:22px; }

.news1 .list{ margin-top:10px;}
.news1 .list ul li{ width:100%; margin:0 0 20px 0; }
.news1 .list ul li .txt{ padding:20px 5%;}
.news1 .list ul li .txt .h4{ font-size:16px; line-height:20px; }
.news1 .list ul li .txt .h2{ font-size:18px; line-height:22px; margin-bottom:5px;}
.news1 .list ul li .txt .h3{ font-size:14px; line-height:24px;}
}


.contact1{}
.contact1 .list{ margin-top:40px; display: flex; justify-content: space-between;/* align-items: center;*/}
.contact1_lt{ width:48%;}
.contact1_lt .h2{ font-size:16px; line-height:26px; margin-bottom:20px; color:#666;}
.contact1_lt .h3{ font-size:16px; line-height:26px; margin-bottom:5px; color:#999;}
.contact1_lt ul{ display: flex; justify-content: space-between;/* align-items: center;*/ flex-wrap:wrap;}
.contact1_lt ul li{ width:48%; margin-bottom:20px;}
.contact1_lt ul li.li1{ width:100%;}
.contact1_lt .text1{ border:1px solid #e3e3e3; background:#fff; height:40px; line-height:38px; padding:0 10px; width:100%; box-sizing:border-box;}
.contact1_lt select{ border:1px solid #e3e3e3; background:#fff; height:40px; line-height:38px; padding:0 10px; width:100%; box-sizing:border-box;}
.contact1_lt .text2{ border:1px solid #e3e3e3; background:#fff; height:114px; line-height:24px; padding:10px 10px; width:100%; box-sizing:border-box;}
.contact1_lt .button1{ border:none; background:var(--primary-color); color:#fff; height:50px; line-height:50px; width:120px; transition:all .3s ease; cursor:pointer; font-weight:bold;}
.contact1_lt .button1:hover{ opacity:.9;}
.contact1_rt{ width:48%;}
.contact1_rt .map{ border:1px solid #dbdbdb; margin-bottom:30px;}
.contact1_rt .map iframe{ width:100%;}
.contact1_rt .txt{ margin-bottom:30px;}
.contact1_rt .txt .h2{ font-size:18px; line-height:28px; font-weight:bold; color:var(--primary-color);}
.contact1_rt .txt .h3{ font-size:13px; line-height:23px; font-weight:bold; margin-bottom:10px;}
.contact1_rt .txt ul{ font-size:16px; line-height:26px; display: flex; justify-content: space-between;/* align-items: center;*/ flex-wrap:wrap;}
.contact1_rt .txt ul li{ width:48%; margin-bottom:10px;}
.contact1_rt .txt2{ background-repeat:no-repeat; background-position:center; background-size:cover; color:#fff; text-align:center; padding:20px 5%; position:relative;}
.contact1_rt .txt2:before{ content:""; width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; top:0; left:0; }
.contact1_rt .txt2 .h2{ font-size:18px; line-height:28px; font-weight:bold; margin-bottom:5px; position:relative; z-index:2;}
.contact1_rt .txt2 .h3{ font-size:16px; line-height:26px; position:relative; z-index:2;}
@media(max-width:999px){
.contact1 .list{ margin-top:20px; display:block;}
.contact1_lt{ width:100%; margin-bottom:20px;}
.contact1_lt .h2{ font-size:16px; line-height:26px; margin-bottom:20px; }
.contact1_lt .h3{ font-size:16px; line-height:26px; margin-bottom:5px; }
.contact1_lt ul li{ width:100%; margin-bottom:15px;}
.contact1_rt{ width:100%;}
.contact1_rt .map{ margin-bottom:20px;}
.contact1_rt .txt{ margin-bottom:20px;}
.contact1_rt .txt .h2{ font-size:18px; line-height:28px; }
.contact1_rt .txt .h3{ font-size:13px; line-height:23px; margin-bottom:10px;}
.contact1_rt .txt ul li{ width:100%; margin-bottom:10px;}
.contact1_rt .txt2{ padding:20px 5%; }
.contact1_rt .txt2 .h2{ font-size:18px; line-height:28px; margin-bottom:5px; }
.contact1_rt .txt2 .h3{ font-size:14px; line-height:24px; }
}




.inAbout2{ display: flex; justify-content: space-between; align-items: center; margin:60px 0 80px 0;}
.inAbout2 .lt{ width:46%;}
.inAbout2 .lt img{ display:block; width:100%;}
.inAbout2 .rt{ width:50%;}
.inAbout2 .rt .txt{}
.inAbout2 .rt .txt .h2{ font-size:18px; line-height:28px; margin-bottom:15px;}
.inAbout2 .rt .txt .h3{ font-size:13px; line-height:23px; color:#666;}
@media(max-width:999px){
.inAbout2{ display:block; margin:30px 0 40px 0;}
.inAbout2 .lt{ width:100%; margin-bottom:20px;}
.inAbout2 .rt{ width:100%;}
.inAbout2 .rt .txt .h2{ font-size:16px; line-height:24px; margin-bottom:10px;}
.inAbout2 .rt .txt .h3{ font-size:13px; line-height:21px;}
}
