/*common start*/
:root{
 --primary-color:#b50005;
 --secondary-color:#337ab7;
 --main-color:#b50005;
 --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 0 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper1{ width:90%; margin:0 auto; max-width:1520px; 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;}
}
/*common end*/


.head{ width:100%; position:fixed; z-index:55; left:0; top:0; transition:all .3s ease;}
.head2bg{}
.head2{ height:100px; transition:all .3s ease;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;}
.head .logo{ width:19%; height:100px; position:relative; }
.head .logo img{ max-width:100%; max-height:90%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.head .logo .img1{ display:none;}
.head2 .rt{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;}
.head .h_search_btn{ width:24px; height:20px; font-size:20px; color:#000; cursor:pointer; margin-left:1.82vw;}
.head .h_search_btn:hover{ }
.head .h_search_box{ width:100%; height:100%; position:fixed; top:0; left:0; z-index:999; display:none;}
.head .h_search_close1{ width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; left:0; top:0; z-index:998;}
.head .h_searchbg{ width:90%; max-width:650px; background:#fff; position:absolute; left:50%; top:40%; transform:translate(-50%,-50%); z-index:999;}
.head .h_search{ box-shadow:0px 0px 5px #ccc; padding:40px 20px; position:relative;}
.head .h_search_close2{ width:20px; height:20px; background:url(../images/chahao2.png) center no-repeat; position:absolute; top:10px; right:10px; cursor:pointer; transition:all .3s ease;}
.head .h_search_close2:hover{ transform:rotate(360deg);}
.head .h_search .form{ height:50px; border:1px solid #ccc; border-radius:50px; overflow:hidden;}
.head .h_search .form .text1{ float:left; border:none; background:none; height:50px; line-height:50px; padding:0 0 0 10px; width:calc(100% - 110px);}
.head .h_search .form .button1{ float:right; border:none; background:var(--primary-color); color:#fff; width:100px; height:50px; line-height:50px; text-align:center; cursor:pointer; font-size:16px;}
.head .h_search .form .button1 i{ margin-right:5px;}
/*menu*/
.head .menu{ height:100px; line-height:100px; }
.head .menu>ul{}
.head .menu>ul>li{ float:left; padding:0 1.3vw; }
.head .menu>ul>li.menu_down{ }
.head .menu>ul>li>a{ color:#fff; display:block; font-size:16px; font-weight:bold; position:relative;}
.head .menu>ul>li>a:hover,.head .menu>ul>li:hover>a{ color:var(--primary-color); }
.head .menu>ul>li>a:before{ content:""; width:0; height:1px; background:var(--primary-color); position:absolute; bottom:0; left:50%; transform:translateX(-50%); transition:all .3s ease;}
.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:150px; padding:10px 0; background:#f1f1f1; box-shadow:0 5px 7px rgb(0 0 0 / 0%); position:absolute; top:100%; left:50%; transform:translateX(-50%); z-index:5; display:none;}
.head .menu>ul>li ul li{ position:relative; }
.head .menu>ul>li ul li a{ color:#666; display:block; font-weight:normal; font-size:14px; line-height:24px; padding:5px 5px; text-align:center; white-space:nowrap; position:relative;}
.head .menu>ul>li ul li a:hover,.head .menu>ul>li>ul li:hover>a{ color:var(--primary-color); }
.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;}*/
.menu_subbg{ width:100%; padding:50px 0; background:#f1f1f1; box-shadow:0 5px 7px rgb(0 0 0 / 0%); position:absolute; top:100%; left:0; z-index:5; display:none;}
.head .menu>ul>li:hover .menu_subbg{ display:block;}
.menu_sub{display: flex; justify-content: space-between;/* align-items: center;*/}
.menu_sub_lt{ width:28%; margin-left:20%; border-right:1px solid #e5e5e5; padding-right:2%; }
.menu_sub_lt img{ display:block; width:100%;}
.menu_sub_rt{ width:48%;}
.menu_sub_rt dl{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap; margin-bottom:10px;}
.menu_sub_rt dl dd{ width:32%; margin-left:2%; border-bottom:1px solid #ccc;}
.menu_sub_rt dl dd:hover{ border-color:var(--primary-color);}
.head .menu>ul>li .menu_sub_rt dl dd:nth-child(3n-2){ margin-left:0;}
.menu_sub_rt dl dd a{ display:block; font-size:16px; line-height:26px; padding:5px 0;}
.menu_sub_rt .txt{ font-size:14px; line-height:24px;}
.head_height{ height:0;}
.head.active1,.head:hover{ box-shadow:1px 1px 1px 1px rgb(0 0 0 / 10%);}
@media(min-width:999px){
.head.active1,.head:hover{ background:#fff;}
.head.active1 .logo .img1,.head:hover .logo .img1{ display:block;}
.head.active1 .logo .img2,.head:hover .logo .img2{ display:none;}
.head.active1 .h_search_btn,.head:hover .h_search_btn{ color:#666; }
.head.active1 .menu>ul>li>a,.head:hover .menu>ul>li>a{ color:#333; }
.head.active1 .menu>ul>li>a:hover,.head.active1 .menu>ul>li:hover>a,.head:hover .menu>ul>li>a:hover,.head:hover .menu>ul>li:hover>a{ color:var(--primary-color); }
}
@media(max-width:999px){
.head_height{ height:60px;}
.head{ background:#fff;}
.head2{ height:60px; }
.head .logo{ width:73%; height:60px; }
.head .h_search_btn{ margin-left:0;}
.head .h_search .form .text1{ width:calc(100% - 80px);}
.head .h_search .form .button1{ width:70px; font-size:14px;}
.head .menu{ display:none;}
}
/**/
.head .nav_open{ width:24px; height:20px; cursor:pointer; display:none; position:relative; display:none;}
.head .nav_open i,.head .nav_open:before,.head .nav_open:after{ width:24px; height:2px; background:#000; 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:0px; }
.head .nav_open:after{ content:""; bottom:0px; }
.head .nav_open.active0 i{ opacity:0; visibility:hidden;}
.head .nav_open.active0:before{transform:translateX(-50%) translateY(9px) rotate(45deg);}
.head .nav_open.active0:after{transform:translateX(-50%) translateY(-9px) 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%; position:absolute; left:0; top:0; z-index:998;}
.head .navbg{ width:100%; height:100%; background:#151515; color:#fff; position:absolute; left:0; top:0; z-index:999;}
.head .nav{ position:relative;}
.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 5%;}
.head .nav_list>ul>li{ border-bottom:1px solid #2b2b2b; padding:10px 5%;}
.head .nav_list ul li span{ display:block; position:relative;}
.head .nav_list ul li span a{ display:inline-block; font-size:14px; line-height:24px; position:relative; z-index:2; color:#fff;}
.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 14px/1 FontAwesome; position:absolute; top:6px; right:0; }
.head .nav_list ul li.nav_down.active1>span:after{ transform:rotate(180deg);}
.head .nav_list ul li ul{ padding:5px 0 0 0; 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;}
.banner_swiper .swiper-container .swiper-slide img{ display:block; width:100%; min-height:100px;}
.banner_swiper .swiper-pagination{ bottom:20px; height:12px;}
.banner_swiper .swiper-pagination .swiper-pagination-bullet{ vertical-align:top; width:10px; height:10px; border:1px solid #fff; background:none; opacity:1; transition:all .3s ease;}
.banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background:#fff; opacity:1;}
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ text-align:center; width:60px; height:60px; line-height:60px; margin-top:-30px; border-radius:8px; background:rgba(0,0,0,.3); color:#fff; font-size:30px; opacity:0; visibility:hidden; transition:all .3s ease;}
.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:var(--primary-color);}
.banner_swiper .swiper-button-prev{ left:5%;}
.banner_swiper .swiper-button-next{ right:5%;}
@media(max-width:999px){
.banner_swiper .swiper-container .swiper-slide img{ min-height:60px;}
.banner_swiper .swiper-pagination{ bottom:10px; height:6px;}
.banner_swiper .swiper-pagination .swiper-pagination-bullet{ width:6px; height:6px; border-radius:6px; }
.banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ width:20px; }
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ width:40px; height:40px; line-height:40px; margin-top:-20px; font-size:20px;}
}


.tit1{ text-align:center;}
.tit1 .h2{ font-size:32px; line-height:42px; font-weight:bold; opacity:.7; margin-bottom:8px;}
.tit1 .h3{ font-size:40px; line-height:50px; font-weight:bold;}
.more1{}
    .more1 span {
        display: inline-block;
        text-align: center;
        font-size: 16px;
        line-height: 36px;
        border: 1px solid #8d8d8d;
        width: 110px;
        transition: all .3s ease;
        background: #f39800;
        color: #fff;
    }
.more1 span:hover{ border-color:var(--primary-color); background:var(--primary-color); color:#fff;}
.more1 span i{ margin-left:5px;}
.con01bg{ padding:100px 0; position:relative; background:url(../images/bg1.png) center no-repeat; background-size:cover;}
.con01{display: flex; justify-content: space-between; align-items: flex-end;}
.con01_lt{ width:53%; margin-bottom:2.08vw;}
.con01_lt .nr_box{ padding:0 5% 0 19%;}
.con01_lt .tit1{ text-align:left;}
.con01_lt .list1{ margin-top:4.16vw; margin-bottom:2.6vw;}
.con01_lt .list1 .txt{ font-size:16px; line-height:26px; color:#666; margin-bottom:2.6vw;}
.con01_lt .list2{}
.con01_lt .list2 ul{display: flex; justify-content: space-between;/* align-items: center;*/}
.con01_lt .list2 ul li{}
.con01_lt .list2 ul li .txt{}
.con01_lt .list2 ul li .txt .h2{ font-size:16px; font-weight:bold; color:var(--primary-color);}
.con01_lt .list2 ul li .txt .h2 strong{ font-size:52px;}
.con01_lt .list2 ul li .txt .h2 span{}
.con01_lt .list2 ul li .txt .h3{ font-size:16px; line-height:16px;}
.con01_rt{ width:47%; }
.con01_rt img{ display:block; width:80%;}
@media(max-width:999px){
.tit1 .h2{ font-size:18px; line-height:28px; margin-bottom:2px;}
.tit1 .h3{ font-size:24px; line-height:34px; }
.more1 span{ font-size:16px; line-height:36px; width:110px; }
.con01bg{ padding:40px 0 20px 0; }
.con01{display:block;}
.con01_lt{ width:100%; margin-bottom:10px;}
.con01_lt .nr_box{ padding:0 5%;}
.con01_lt .list1{ margin-top:20px; margin-bottom:20px;}
.con01_lt .list1 .txt{ font-size:14px; line-height:24px; margin-bottom:10px;}
.con01_lt .list2 ul{ flex-wrap:wrap;}
.con01_lt .list2 ul li{ width:50%; margin-bottom:10px;}
.con01_lt .list2 ul li .txt .h2{ font-size:14px; }
.con01_lt .list2 ul li .txt .h2 strong{ font-size:30px;}
.con01_lt .list2 ul li .txt .h3{ font-size:12px; line-height:12px;}
.con01_rt{ width:100%; }
}


.con02bg{ padding:100px 0 ;}
.con02{}
.con02 .list{ margin-top:40px;}
.con02 .list ul li{ float:left; width:calc((100% - 60px)/4); margin:20px 0 0 20px; position:relative;}
.con02 .list ul li:nth-child(4n-3){ margin-left:0; clear:left;}
.con02 .list ul li .img{ padding-bottom:120%; position:relative; overflow:hidden;}
.con02 .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;}
.con02 .list ul li:hover .img img{ transform:scale(1.1);}
.con02 .list ul li .txtbg{ width:100%; background:rgba(0,0,0,.5); position:absolute; bottom:0; left:0; z-index:3; transition:all .3s ease;}
.con02 .list ul li:hover .txtbg{ background:var(--primary-color);}
.con02 .list ul li .txt{ padding:10px 5%; color:#fff; text-align:center;}
.con02 .list ul li .txt .h2{ font-size:18px; line-height:28px;}
.con02 .list ul li .txt .h2 img{ vertical-align:middle; max-height:28px; margin-right:10px;}
@media(max-width:999px){
.con02bg{ padding:40px 0 ;}
.con02 .list{ margin-top:15px;}
.con02 .list ul li{ width:calc((100% - 15px)/2); margin:15px 0 0 15px; }
.con02 .list ul li:nth-child(4n-3){ margin-left:15px; clear:none;}
.con02 .list ul li:nth-child(2n-1){ margin-left:0; clear:left;}
.con02 .list ul li .txt{ padding:10px 5%; }
.con02 .list ul li .txt .h2{ font-size:16px; line-height:26px;}
.con02 .list ul li .txt .h2 img{ max-height:26px; margin-right:5px;}
}


.con03bg{ padding:100px 0; background:#eee url(../images/bg2.png) bottom center no-repeat; background-size:cover;}
.con03{}
.con03 .list{ margin-top:50px;}
.proclass_gallery{ position:relative; }
.proclass_gallery .proclass_gallery-thumbs{ padding:0 100px; margin-bottom:50px;}
.proclass_gallery .proclass_gallery-thumbs .swiper-container{}
.proclass_gallery .proclass_gallery-thumbs .swiper-slide{ text-align:center; padding:1px 0;}
.proclass_gallery .proclass_gallery-thumbs .swiper-slide .h2{ display:inline-block; text-align:center; cursor:pointer; font-size:18px; line-height:28px; padding-bottom:15px; border-bottom:3px solid transparent; }
.proclass_gallery .proclass_gallery-thumbs .swiper-slide.swiper-slide-thumb-active .h2{ color:var(--primary-color); border-color:var(--primary-color); }
.proclass_gallery .proclass_gallery-top{ position:relative; padding:0 100px;}
.proclass_gallery .proclass_gallery-top .swiper-container{}
.proclass_gallery .proclass_gallery-top .swiper-slide{ position:relative;}
.proclass_gallery .proclass_gallery-top .swiper-slide.swiper-slide-active{ z-index:2;}
.proclass_gallery .proclass_gallery-top .swiper-slide .nr_box{display: flex; justify-content: space-between; align-items: center; background:#fff;}
.proclass_gallery .proclass_gallery-top .swiper-slide .imgbg{ width:60%;}
.proclass_gallery .proclass_gallery-top .swiper-slide .img{ padding-bottom:58%; position:relative; overflow:hidden;}
.proclass_gallery .proclass_gallery-top .swiper-slide .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; z-index:1; }
.proclass_gallery .proclass_gallery-top .swiper-slide .txtbg{ width:40%;}
.proclass_gallery .proclass_gallery-top .swiper-slide .txt{ color:#666; padding:0 5%;}
.proclass_gallery .proclass_gallery-top .swiper-slide .txt .h2{ font-size:32px; line-height:42px; margin-bottom:2.08vw; color:#333; font-weight:bold;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.proclass_gallery .proclass_gallery-top .swiper-slide .txt .h3{ font-size:16px; line-height:26px; margin-bottom:3.12vw;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;}
.proclass_gallery .proclass_gallery-top .swiper-slide .txt .h4{ font-size:16px; line-height:26px;}
    .proclass_gallery .proclass_gallery-top .swiper-slide .txt .h4 span {
        background: #f39800;
        color: #fff;
        padding: 18px;
    }
.proclass_gallery .proclass_gallery-top .swiper-slide .txt .h4 i{ margin-left:5px;}
.proclass_gallery .proclass_gallery-top .swiper-slide.swiper-slide-active{ }
.proclass_gallery .swiper-button-prev,.proclass_gallery .swiper-button-next{ text-align:center; width:60px; height:60px; line-height:60px; margin-top:-30px; border-radius:8px; background:rgba(0,0,0,.3); color:#fff; font-size:30px; transition:all .3s ease;}
.proclass_gallery .swiper-button-prev:hover,.proclass_gallery .swiper-button-next:hover{ background:var(--primary-color);}
.proclass_gallery .swiper-button-prev{ left:0;}
.proclass_gallery .swiper-button-next{ right:0;}
@media(max-width:999px){
.con03bg{ padding:40px 0; }
.con03 .list{ margin-top:20px;}
.proclass_gallery .proclass_gallery-thumbs{ padding:0; margin-bottom:20px;}
.proclass_gallery .proclass_gallery-thumbs .swiper-slide .h2{ font-size:14px; line-height:24px; padding-bottom:5px; }
.proclass_gallery .proclass_gallery-top{ padding:0;}
.proclass_gallery .proclass_gallery-top .swiper-slide .nr_box{display:block;}
.proclass_gallery .proclass_gallery-top .swiper-slide .imgbg{ width:100%;}
.proclass_gallery .proclass_gallery-top .swiper-slide .txtbg{ width:100%;}
.proclass_gallery .proclass_gallery-top .swiper-slide .txt{ padding:10px 5%;}
.proclass_gallery .proclass_gallery-top .swiper-slide .txt .h2{ font-size:20px; line-height:30px; margin-bottom:5px; }
.proclass_gallery .proclass_gallery-top .swiper-slide .txt .h3{ font-size:14px; line-height:24px; margin-bottom:10px; }
.proclass_gallery .proclass_gallery-top .swiper-slide .txt .h4{ font-size:14px; line-height:24px;}
.proclass_gallery .swiper-button-prev,.proclass_gallery .swiper-button-next{ width:40px; height:40px; line-height:40px; margin-top:-20px; }
}


.con04bg{ padding:100px 0 50px 0;}
.con04{}
.con04 .list{ margin-top:50px;}
.scroll_01{}
.scroll_01 .bd{}
.scroll_01 .bd ul li{ float:left; width:calc(100%/3);}
.scroll_01 .bd ul li .nr_box{ margin:0 10px;}
.scroll_01 .bd ul li .img{ padding-bottom:80%; position:relative; overflow:hidden;}
.scroll_01 .bd 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;}
.scroll_01 .bd ul li:hover .img img{ transform:scale(1.1);}
.scroll_01 .bd ul li .txt{ text-align:center; margin-top:15px;}
.scroll_01 .bd ul li .txt .h2{ font-size:18px; line-height:28px;}
@media(max-width:999px){
.con04bg{ padding:40px 0 20px 0;}
.con04 .list{ margin-top:20px;}
.scroll_01 .bd ul li{ width:50%;}
.scroll_01 .bd ul li .nr_box{ margin:0 8px;}
.scroll_01 .bd ul li .txt{ margin-top:5px;}
.scroll_01 .bd ul li .txt .h2{ font-size:14px; line-height:24px;}
}


.tit2{}
.tit2 .h2{display: flex; justify-content: space-between; align-items: center; position:relative;}
.tit2 .h2 strong{ font-size:28px; line-height:38px; padding:0 10px 0 0; background:#fff; position:relative; z-index:2;}
.tit2 .h2 a{ font-size:16px; line-height:26px; color:#999; padding:0 0 0 10px; background:#fff; position:relative; z-index:3;}
.tit2 .h2 a:hover{ color:var(--primary-color);}
.tit2 .h2:before{ content:""; width:100%; height:1px; background:#e4e4e4; position:absolute; left:0; top:50%; transform:translateY(-50%);}
.con05bg{ padding:50px 0 100px 0;}
.con05{}
.con05 .list{ margin-top:50px;}
.scroll_02{}
.scroll_02 .bd{}
.scroll_02 .bd ul li{ float:left; width:20%;}
.scroll_02 .bd ul li .nr_box{ margin:0 10px;}
.scroll_02 .bd ul li .img{ padding-bottom:54%; position:relative; overflow:hidden; border:solid 2px #e5e5e5;}
.scroll_02 .bd ul li:hover .img{ border-color:var(--primary-color);}
.scroll_02 .bd ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.scroll_02 .bd ul li:hover .img img{ transform:scale(1.1);}
@media(max-width:999px){
.tit2 .h2 strong{ font-size:24px; line-height:34px; padding:0 10px 0 0; }
.tit2 .h2 a{ font-size:16px; line-height:26px; color:#999; padding:0 0 0 10px; }
.con05bg{ padding:20px 0 40px 0;}
.con05 .list{ margin-top:20px;}
.scroll_02 .bd ul li{ width:calc(100%/3);}
.scroll_02 .bd ul li .nr_box{ margin:0 5px;}
}


.more2{}
.more2 span{ display:inline-block; text-align:center; font-size:18px; line-height:28px; padding-right:40px; background:url(../images/more2.png) right center no-repeat;}
.more2 span:hover{}
.con06bg{ padding:100px 0; background:#eee;}
.con06{}
.con06_top{display: flex; justify-content: space-between; align-items: center;}
.con06 .tit1{ text-align:left;}
.con06 .list{ margin-top:50px;display: flex; justify-content: space-between;/* align-items: center;*/}
.con06_lt{ width:49%; background:#fff; box-shadow:0 0 15px rgba(0,0,0,.1);}
.con06_lt .img{ height:330px; position:relative; overflow:hidden;}
.con06_lt .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.con06_lt:hover .img img{ transform:scale(1.1);}
.con06_lt .txt{ color:#666; padding:30px 5%;}
.con06_lt .txt .h2{ font-size:20px; line-height:30px; height:30px; font-weight:bold; color:#333; margin-bottom:10px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.con06_lt:hover .txt .h2{ color:var(--primary-color);}
.con06_lt .txt .h3{ font-size:15px; line-height:25px; height:50px; margin-bottom:20px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.con06_lt .txt .h4{ font-size:15px; line-height:25px; color:#999; padding-left:15px; background:url(../images/more3.png) left center no-repeat;}
.con06_lt .txt .h4 span{ display:inline-block;}
.con06_rt{ width:46.5%;}
.con06_rt ul li{ background:#fff; box-shadow:0 0 15px rgba(0,0,0,.1); margin-top:35px;}
.con06_rt ul li:nth-child(1){ margin-top:0;}
.con06_rt ul li .txt{ color:#666; padding:10px 5%;}
.con06_rt ul li .txt .h2{ font-size:18px; line-height:28px; height:28px; font-weight:bold; color:#333; margin-bottom:5px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.con06_rt ul li:hover .txt .h2{ color:var(--primary-color);}
.con06_rt ul li .txt .h3{ font-size:15px; line-height:25px; height:25px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.con06_rt ul li .txt .h4{ font-size:14px; line-height:24px; color:#999; margin-bottom:5px;}
.con06_rt ul li .txt .h4 span{ display:inline-block; padding-right:40px; background:url(../images/more3_right.png) right center no-repeat;}
@media(max-width:999px){
.more2 span{ font-size:18px; line-height:28px; padding-right:40px; }
.con06bg{ padding:40px 0; }
.con06 .list{ margin-top:20px;display:block;}
.con06_lt{ width:100%; margin-bottom:20px;}
.con06_lt .img{ height:auto; padding-bottom:54%;}
.con06_lt .txt{ padding:20px 5%;}
.con06_lt .txt .h2{ font-size:18px; line-height:28px; height:auto; margin-bottom:10px; }
.con06_lt .txt .h3{ font-size:15px; line-height:25px; height:auto; margin-bottom:20px; }
.con06_lt .txt .h4{ font-size:15px; line-height:25px; }
.con06_rt{ width:100%;}
.con06_rt ul li{ margin-top:10px;}
.con06_rt ul li:nth-child(1){ margin-top:0;}
.con06_rt ul li .txt{ padding:10px 5%;}
.con06_rt ul li .txt .h2{ font-size:16px; line-height:26px; height:auto; margin-bottom:5px; }
.con06_rt ul li .txt .h3{ font-size:15px; line-height:25px; height:auto; }
.con06_rt ul li .txt .h4{ font-size:14px; line-height:24px; margin-bottom:5px;}
}



.foot{ background:#333; color:rgba(255,255,255,.5); }
.foot a{ color:rgba(255,255,255,.5);}
.foot a:hover{ color:var(--primary-color);}
.foot1bg{ padding:60px 0; }
.foot1{ display: flex; justify-content: space-between;/* align-items: center;*/}
.foot1 .lt{ width:50%;}
.foot .f_nav{ font-size:14px; line-height:24px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;}
.foot .f_nav dl{ }
.foot .f_nav dl dt{ font-size:18px; line-height:28px; color:#fff; margin-bottom:25px; padding-bottom:20px; border-bottom:1px solid rgba(255,255,255,.1);}
.foot .f_nav dl dd{ margin-top:10px;}
.foot1 .ct{}
.foot .f_contact{ font-size:14px; line-height:24px;}
.foot .f_contact dl{}
.foot .f_contact dl dt{ font-size:20px; line-height:30px; font-weight:bold; color:#fff; margin-bottom:25px;}
.foot .f_contact dl dd{ margin-top:5px;}
.foot .f_contact dl dd i{ display:inline-block; position:relative; vertical-align:top; width:20px; height:24px; margin-right:5px;}
.foot .f_contact dl dd i img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.foot1 .rt{ width:20%;}
.foot .f_ewm{}
.foot .f_ewm ul{ display: flex; justify-content: space-around;/* align-items: center;*/}
    .foot .f_ewm ul li {
        width: 47%;
        max-width: 120px;
        text-align: center;
        padding: 5px;
    }
.foot .f_ewm ul li img{ display:block; margin:0 auto; width:100%;}
.foot .f_ewm ul li span{ display:block; font-size:14px; line-height:24px; margin-top:10px; color:#fff;}
.foot2bg{ padding:20px 0; border-top:1px solid rgba(255,255,255,.2);}
.foot2{}
.foot .f_info{ font-size:12px; line-height:22px; text-align:center;}
.foot .f_info ul li{}
.foot .f_info a{ display:inline-block; margin-right:10px;}
@media(max-width:999px){
.foot1bg{ padding:30px 0; }
.foot1{ display:block;}
.foot1 .lt{ display:none;}
.foot1 .ct{ margin-bottom:20px;}
.foot .f_contact dl dt{ font-size:18px; line-height:28px; margin-bottom:20px;}
.foot1 .rt{ width:100%;}
.foot .f_ewm ul li span{ font-size:14px; line-height:24px; margin-top:10px; }
.foot2bg{ padding:15px 0; }
}




/*Add------------------------------------------------------------------------------*/

.inbanner{ position:relative;}
.inbanner img{ display:block; width:100%; }


.insidebg{ padding:0 0 60px 0;}
.inside{}
.weizhi{ font-size:14px; line-height:50px; color:#999;}
.weizhi i{ margin-right:5px;}
.weizhi a{ color:#999;}
.weizhi a:hover{}
.inside_lt{ float:left; width:300px;}
.side_a{ border:1px solid #d2d2d2; overflow:hidden; margin-bottom:20px;}
.side_a .h1{ font-size:20px; line-height:30px; background:var(--primary-color); color:#fff; padding:10px 10px 10px 20px; }
.side_a .h1 strong{ }
.side_a .h1 span{ font-size:16px; opacity:.6;}
.side_a>ul{ }
.side_a ul li{ }
.side_a>ul>li{ border-bottom:1px solid #eee;}
.side_a>ul>li:last-child{ border-bottom:none;}
.side_a ul li span{ display:block; padding:15px 20px 15px 20px; position:relative; cursor:pointer; background:url(../images/ico_right1.png) right 10px center no-repeat;}
.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;}
.side_a ul li span:hover a,.side_a ul li.hover>span a{ color: var(--primary-color);}
.side_a ul li ul{ padding:0 10px 10px 35px; 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{}

.side_b{ border:1px solid #d2d2d2; overflow:hidden; margin-bottom:20px;}
.side_b .h1{ font-size:20px; line-height:30px; background:var(--primary-color); color:#fff; padding:10px 10px 10px 20px; }
.side_b .h1 strong{ }
.side_b .h1 span{ font-size:16px; opacity:.6;}
.side_b ul{ padding:10px 0;}
.side_b ul li{}
.side_b ul li a{ display:block; font-size:14px; line-height:24px; padding:5px 10px 5px 20px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.side_b ul li a:before{ content:"+"; display:inline-block; vertical-align:top; text-align:center; font-size:16px; width:12px; height:24px; line-height:24px; margin-right:5px; font-weight:bold;}

.side_c{ border:1px solid #d2d2d2; overflow:hidden; margin-bottom:20px;}
.side_c .h1{ font-size:20px; line-height:30px; background:var(--primary-color); color:#fff; padding:10px 10px 10px 20px; }
.side_c .h1 strong{ }
.side_c .h1 span{ font-size:16px; opacity:.6;}
.side_c ul{ padding:13px 7px; display: flex; justify-content: flex-start;/* text-align:center;*/ flex-wrap:wrap;}
.side_c ul li{ width:calc(50% - 14px); margin:7px 7px;}
.side_c ul li a{ display:block; border:1px dashed #f1f1f1; font-size:14px; line-height:38px; text-align:center;}
.side_c ul li a:hover{ border-color:var(--primary-color); color:var(--primary-color);}

.side_d{ border:1px solid #d2d2d2; overflow:hidden; margin-bottom:20px;}
.side_d .h1{ font-size:20px; line-height:30px; background:var(--primary-color); color:#fff; padding:10px 10px 10px 20px; }
.side_d .h1 strong{ }
.side_d .h1 span{ font-size:16px; opacity:.6;}
.side_d dl{}
.side_d dl dt{ font-weight:bold; font-size:16px; line-height:26px; font-weight:bold; padding:10px 10px 10px 20px;}
.side_d dl dd{ border-top:1px solid #eee; font-size:14px; line-height:24px; padding:10px 10px 10px 20px;}

.side_e{ border:1px solid #d2d2d2;}
.side_e img{ display:block; width:100%;}

.inside_rt{ float:right; width:calc(100% - 360px);}
@media(max-width:999px){
.inside_lt{ width:100%;}
.side_a{ margin-bottom:20px;}
.side_a .h1{ font-size:20px; line-height:30px; padding:10px 10px 10px 20px; }
.side_a .h1 span{ font-size:16px; }
.side_a ul li span{ padding:15px 20px 15px 20px; }
.side_a ul li a{ font-size:14px;}
.side_a>ul>li>span a{ font-size:16px;}
.side_a ul li ul{ padding:0 10px 10px 35px; }
.side_a ul li ul li span{ padding:10px 20px 10px 0;}
.side_b{ display:none;}
.side_c{ display:none;}
.side_d{ display:none;}
.side_e{ display:none;}
.inside_rt{ width:100%;}
}











