/*common start*/
:root{
 --primary-color:#1abc9c;
 --secondary-color:#1e3a8a;
 --third-color:#bfdbfe;
 --fourth-color:#075985;
 --fifth-color:#1c66de;
 --sixth-color:#f1f5f9;
 --seventh-color:#60a5fa;
 --eight-color:#0c5c99;
 --main-color:#1abc9c;
 --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; 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:1480px; min-width:1000px;}
input,textarea,select{outline:none; font-family:inherit;}
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%; background:#fff; position:fixed; z-index:55; left:0; top:0; }
.head2bg{ width:100%; }
.head2{ height:75px;
display: flex;
justify-content: space-between;
align-items: center;}
.head .lt{
display: flex;
justify-content: flex-start;
align-items: center;}
.head .logo{ width:150px; height:75px; position:relative; margin-right:1.3vw;}
.head .logo img{ max-width:100%; max-height:90%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.head .h_btn{}
.head .h_btn a{ display:inline-block; font-size:14px; line-height:42px; padding:0 2.08vw; border-radius:40px; background:#00529c; color:#e2e4e9; transition:all .3s ease;}
.head .h_btn a:hover{ box-shadow:0 0 #0000,0 0 #0000,0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a; background:#fff; color:var(--primary-color);}
/*menu*/
.head .menu{ height:75px; line-height:75px; }
.head .menu>ul{}
.head .menu>ul>li{ float:left; position:relative; padding:0 1.3vw;}
.head .menu>ul>li>a{ color:#16426b; display:block; font-size:18px; font-weight:normal; position:relative;}
.head .menu>ul>li>a:hover,.head .menu>ul>li:hover>a,.head .menu>ul>li.hover>a{ color:var(--primary-color); font-weight:normal;}
/*.head .menu>ul>li.menu_down>a:after{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; margin-left:5px;}*/
.head .menu>ul>li ul{ width:fit-content; min-width:140px; background:#fff; box-shadow:0 0 5px rgba(0,0,0,.1); 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:#333; display:block; font-weight:normal; padding:10px 5px; font-size:14px; line-height:24px; text-align:center; white-space:nowrap;}
.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;}
.head.active1{ background:#fff; box-shadow:0 0 10px rgba(0,0,0,.1);}
.head.active1 .head1bg{ height:0; border:none;}
.head_height{ height:75px;}
@media(max-width:999px){
.head_height{ height:60px;}
.head{ background:#fff; }
.head2{ height:60px; }
.head .lt{ width:50%;}
.head .logo{ width:100%; height:60px; }
.head .h_btn1{ display:none;}
.head .h_btn2{ margin:0 5%;}
.head .h_btn2 a{ padding:0 40px;}
.head .menu{ display:none;}

}
/**/
.head .nav_open{ width:24px; height:18px; cursor:pointer; display:none; position:relative; margin-left:20px;}
.head .nav_open i,.head .nav_open:before,.head .nav_open:after{ width:24px; height:2px; background:#999; position:absolute; left:0; transition:all .3s ease;}
.head .nav_open i{ top:50%; transform: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: translateY(8px) rotate(45deg);}
.head .nav_open.active0:after{transform: translateY(-8px) rotate(-45deg);}
.head .nav_box{ width:100%; height:calc(100% - 61px); border-top:1px solid #ededed; position:fixed; left:0; top:60px;  display:none;}
.head .nav_close1{ width:100%; height:100%; background:#fff; position:absolute; left:0; top:0; z-index:998;}
.head .navbg{ width:100%; height:100%; background:#fff; position:absolute; left:0; top:0; z-index:999;}
.head .nav{ position:relative; max-height:calc(100vh - 60px); overflow-y:auto;}
.head .nav_close2{ display:none;}
.head .nav_list{}
.head .nav_list ul{ }
.head .nav_list ul li{ padding:5px 5%;}
.head .nav_list>ul>li{ 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:var(--secondary-color);}
.head .nav_list ul li span a:hover{ color:var(--primary-color);}
.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;}
}


.more1{}
.more1 span{ display:inline-block; text-align:center; font-size:16px; line-height:54px; font-weight:bold; background:var(--fourth-color); color:#fff; padding:0 50px; transition:all .3s ease; border-radius:50px;}
.more1 span:hover{ background:var(--fifth-color); box-shadow:0 2px 40px 8px #0f0f0f26;}
.con01bg{ padding:120px 0; background-color: #8ec5fc; background-image: linear-gradient(62deg, #8ec5fc, rgba(224, 195, 252, .631));}
.con01{display: flex; justify-content: space-between; align-items: center;}
.con01_lt{ width:48%;}
.con01_lt .h2{ font-size:48px; line-height:58px; font-weight:bold; text-decoration:underline; margin-bottom:25px;
text-decoration-color: var(--primary-color);
text-decoration-line: underline;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none;
text-decoration-thickness: 0.25em;
text-underline-offset: -0.15em;}
.con01_lt .h3{ font-size:18px; line-height:28px; margin-bottom:40px;}
.con01_rt{ width:48%;}
.con01_rt .img{ border:8px solid #4b5563; border-radius:20px; overflow:hidden;}
.con01_rt img{ display:block; width:100%;}
@media(max-width:999px){
.more1 span{ font-size:16px; line-height:54px; padding:0 50px; }
.con01bg{ padding:60px 0; }
.con01{display:block;}
.con01_lt{ width:100%; margin-bottom:30px;}
.con01_lt .h2{ font-size:30px; line-height:40px; margin-bottom:10px; }
.con01_lt .h3{ font-size:16px; line-height:26px; margin-bottom:20px;}
.con01_rt{ width:100%;}
}


.tit1{ text-align:center;}
.tit1 .h2{ font-size:36px; line-height:46px;}
.con02bg{ padding:90px 0;}
.con02{}
.con02 .list{ margin-top:60px;}
.con02 .list ul{ display: flex; justify-content: center; /*align-items: center;*/ flex-wrap:wrap;}
.con02 .list ul li{ width:calc(20% - 2px); margin:0 0 0 6.66%; box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1); border:1px solid #e5e7eb; border-radius:10px; transition:all .3s ease;}
.con02 .list ul li:hover{ transform:translateY(-10px);}
.con02 .list ul li:nth-child(4n-3){ margin-left:0;}
.con02 .list ul li .nr_box{ padding:20px;}
.con02 .list ul li .img{ height:64px; position:relative;}
.con02 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con02 .list ul li .txt{ margin-top:20px;}
.con02 .list ul li .txt .h2{ font-size:16px; line-height:26px; font-weight:bold; text-align:center; margin-bottom:20px;}
.con02 .list ul li .txt .h3{ font-size:14px; line-height:24px; color:#666;}
@media(max-width:999px){
.con02bg{ padding:60px 0;}
.con02 .list{ margin-top:40px;}
.con02 .list ul li{ width:calc(100% - 2px); margin:0 0 40px 0; }
.con02 .list ul li .nr_box{ padding:20px;}
.con02 .list ul li .img{ height:64px; }
.con02 .list ul li .txt{ margin-top:20px;}
.con02 .list ul li .txt .h2{ font-size:16px; line-height:26px; margin-bottom:20px;}
.con02 .list ul li .txt .h3{ font-size:14px; line-height:24px;}
}


.tit2{}
.tit2 .h2{ font-size:36px; line-height:40px; font-weight:bold;}
.tit2 .h2 img{ vertical-align:top; height:40px; margin-right:5px;}
.con03bg{ padding:80px 0; background:var(--sixth-color);}
.con03{}
.con03 .list{ margin-top:60px;}
.con03 .list ul li{ float:left; width:20%; margin:0 0 0 6.66%;}
.con03 .list ul li:nth-child(4n-3){ margin-left:0;}
.con03 .list ul li .imgbg{ margin:0 auto; width:80px;}
.con03 .list ul li .img{ padding-bottom:100%; position:relative;}
.con03 .list ul li .img:before{content:""; width:100%; height:100%; border:1px solid #d1d5db; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.con03 .list ul li:hover .img:before{ border-color:var(--seventh-color); transform:rotate(45deg); transform-origin:center;}
.con03 .list ul li .img img{ max-width:80%; max-height:80%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con03 .list ul li .txt{ margin-top:20px;}
.con03 .list ul li .txt .h2{ font-size:20px; line-height:30px; font-weight:bold; text-align:center; margin-bottom:20px;}
.con03 .list ul li:hover .txt .h2{ color:var(--seventh-color);}
.con03 .list ul li .txt .h3{ font-size:16px; line-height:26px; color:#666;}
@media(max-width:999px){
.con03bg{ padding:60px 0; }
.con03 .list{ margin-top:40px;}
.con03 .list ul li{ width:100%; margin:0 0 40px 0;}
.con03 .list ul li .imgbg{ width:80px;}
.con03 .list ul li .txt{ margin-top:20px;}
.con03 .list ul li .txt .h2{ font-size:20px; line-height:30px; margin-bottom:20px;}
.con03 .list ul li .txt .h3{ font-size:16px; line-height:26px; }
}


.con04bg{ padding:80px 0;}
.con04{}
.con04 .list{ margin-top:60px;}
.con04 .list img{ display:block; margin:0 auto; max-width:100%; box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);}
@media(max-width:999px){
.con04bg{ padding:60px 0;}
.con04 .list{ margin-top:40px;}
}


.con05bg{ padding:80px 0; background:var(--sixth-color);}
.con05{}
.con05 .tit1 .h2{ font-weight:bold;}
.con05 .list{ margin-top:40px;}
.con05 .list ul li{ margin-bottom:5px;}
.con05 .list ul li .h2{ background:#e5e7eb url(../images/star.svg) left 15px center no-repeat; background-size:24px auto; font-size:16px; line-height:26px; padding:15px 35px 15px 45px; cursor:pointer; position:relative;}
.con05 .list ul li .h2:before{ content:"\f105"; font: normal normal normal 14px/1 FontAwesome; position:absolute; right:15px; top:50%; transform:translateY(-50%);}
.con05 .list ul li.active .h2:before{ content:"\f107";}
.con05 .list ul li .txt{ padding:20px; background:#f9fafb; display:none;}
.con05 .list ul li .txt .h3{ font-size:16px; line-height:26px;}
@media(max-width:999px){
.con05bg{ padding:60px 0; }
.con05 .list{ margin-top:40px;}
}


.footbg{ padding:20px 0; background:var(--eight-color); color:#fff;}
.footbg a{ color:#fff;}
.footbg a:hover{ color:#3b82f6;}
.foot{ text-align:center; font-size:16px; line-height:26px;}
@media(max-width:999px){

}







/*Add------------------------------------------------------------------------------*/

.inbannerbg{ position:relative;}
.inbanner{}
.inbanner img{ display:block; width:100%;}


.inbarbg{ padding:20px 0; border-bottom:1px solid #eee;}
.inbar{
display: flex;
justify-content: space-between;
align-items: center;}
.weizhi{ font-size:14px; line-height:24px;}
.innav{}
.innav ul{
display: flex;
justify-content: flex-end;
align-items: center;}
.innav ul li{ line-height:36px; margin-left:10px;}
.innav ul li a{ display:inline-block; vertical-align:top; text-align:center; border:1px solid #eee; background:#fafafa; color:#333; padding:0 20px; font-size:16px;}
.innav ul li:hover>a,.innav ul li.hover>a{ border-color:var(--primary-color); background:var(--primary-color); color:#fff;}
@media(max-width:999px){
.inbarbg{ padding:10px 0; }
.weizhi{ font-size:12px; line-height:22px;}
.innav{ display:none;}
}

.insidebg{ padding:60px 0 80px 0;}
.inside{}
.inside_lt{ float:left; width:240px;}
.side_a{ border:1px solid #ccc; background:#fafafa; font-size:14px; line-height:24px;}
.side_a .h1{ font-size:24px; line-height:34px; font-weight:bold; background:var(--primary-color); color:#fff; padding:15px 20px; border-bottom:1px solid #fff;}
.side_a ul{ }
.side_a ul li{}
.side_a>ul>li{ border-top:1px dashed #ccc;}
.side_a>ul>li:nth-child(1){ border:none;}
.side_a ul li span{ display:block; padding:10px 10px 10px 20px; position:relative; cursor:pointer;}
.side_a ul li span:hover{ color:var(--primary-color);}
.side_a ul li.hover>span{ background:var(--primary-color); color:#fff;}
.side_a ul li a{ display:inline-block;}
.side_a ul li span:hover a{ color:var(--primary-color);}
.side_a ul li.hover>span a{ color:#fff;}
.side_a ul li.has_sub>span:after{ content:"\f105";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:10px; top:50%; transform:translateY(-50%);}
.side_a ul li.has_sub.active1>span:after{ content:"\f107";}
.side_a ul li ul{ padding:0 10px 10px 20px; display:none;}
.side_a ul li ul li span{ padding:5px 10px 5px 15px;}
.side_a ul li ul li a{}
.inside_rt{ float:right; width:calc(100% - 280px);}
.intit{ font-size:36px; line-height:46px; font-weight:bold; margin-bottom:40px;}
.inside_con{}
@media(max-width:999px){
.insidebg{ padding:40px 0 60px 0;}
.inside_lt{ display:none;}
.inside_rt{ width:100%;}
}



.download1{}
.download1 .list1{}
.download1 .list1 ul{ display: flex; justify-content: center; /*align-items: center;*/ flex-wrap:wrap;}
.download1 .list1 ul li{ width:25%; margin:0 6.25% 40px 6.25%; box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1); background:#f9fafb;}
.download1 .list1 ul li .nr_box{ padding:60px;}
.download1 .list1 ul li .img{ height:80px; position:relative;}
.download1 .list1 ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.download1 .list1 ul li .txt{ text-align:center; margin-top:20px;}
.download1 .list1 ul li .txt .h2{ font-size:20px; line-height:30px; font-weight:bold; margin-bottom:20px;}
.download1 .list1 ul li .txt .h3{ font-size:16px; line-height:26px; color:#9ca3af; margin-top:20px;}
.download1 .list2{}
.download1 .list2 .h2{ font-size:20px; line-height:30px; font-weight:bold; margin-bottom:5px;}
.download1 .list2 .h3{ font-size:16px; line-height:26px; color:#9ca3af;}
.more2{}
.more2 span{ display:inline-block; text-align:center; font-size:16px; line-height:54px; font-weight:bold; background:var(--fifth-color); color:#fff; padding:0 50px; transition:all .3s ease; border-radius:10px;}
.more2 span:hover{ box-shadow:0 2px 40px 8px #0f0f0f26; background:#fff; color:var(--fifth-color);}
@media(max-width:999px){
.download1 .list1 ul li{ width:100%; margin:0 0 40px 0; }
.download1 .list1 ul li .nr_box{ padding:60px;}
.download1 .list1 ul li .img{ height:80px; }
.download1 .list1 ul li .txt{ margin-top:20px;}
.download1 .list1 ul li .txt .h2{ font-size:20px; line-height:30px; margin-bottom:20px;}
.download1 .list1 ul li .txt .h3{ font-size:16px; line-height:26px; margin-top:20px;}
.download1 .list2 .h2{ font-size:20px; line-height:30px; margin-bottom:5px;}
.download1 .list2 .h3{ font-size:16px; line-height:26px; }
}



.aboutus1bg{ padding:60px 0; background:url(../images/shape1.png) left center no-repeat; background-size:25% auto;}
.aboutus1{ display: flex; justify-content: space-between; align-items: center;}
.aboutus1_lt{ width:48%;}
.aboutus1_lt .list1{ margin-bottom:40px;}
.aboutus1_lt .list1 .h2{ font-size:36px; line-height:46px; font-weight:bold; margin-bottom:80px;}
.aboutus1_lt .list1 .h2 span{ color:var(--fifth-color);}
.aboutus1_lt .list1 .h3{ font-size:16px; line-height:26px;}
.aboutus1_lt .list2{ background:#f9fafb; border-radius:10px; padding:40px;}
.aboutus1_lt .list2 ul li{ font-size:20px; line-height:30px; margin-bottom:10px;}
.aboutus1_lt .list2 ul li span{ display:block;}
.aboutus1_lt .list2 ul li .box{ padding-left:20px;}
.aboutus1_lt .list2 ul li .ewm{ max-width:180px; border-radius:4px; background:#fff; padding:10px; box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);}
.aboutus1_lt .list2 ul li .ewm img{ display:block; width:100%;}
.aboutus1_rt{ width:48%; background:#f3f4f6; border-radius:10px;}
.aboutus1_rt .nr_box{ padding:60px 20px;}
.aboutus1_rt .h1{ font-size:20px; line-height:30px; text-align:center; margin-bottom:40px;}
.aboutus1_rt .h1 strong{ display:block; font-size:24px; line-height:34px;}
.aboutus1_rt .h1 span{ display:block;}
.aboutus1_rt .list{}
.aboutus1_rt .list ul li{ margin-bottom:20px;}
.aboutus1_rt .list .h3{ font-size:14px; line-height:24px; margin-bottom:5px;}
.aboutus1_rt .list .text1{ box-shadow:0 1px 2px 0 rgba(0,0,0,.05); border:1px solid #e5e7eb; background:#fff; height:40px; line-height:40px; padding:0 10px; width:calc(100% - 22px); border-radius:4px;}
.aboutus1_rt .list .text2{ box-shadow:0 1px 2px 0 rgba(0,0,0,.05); border:1px solid #e5e7eb; background:#fff; height:120px; line-height:24px; padding:10px 10px; width:calc(100% - 22px); border-radius:4px;}
.aboutus1_rt .list .button1{ border:1px solid var(--fifth-color); background:var(--fifth-color); color:#fff; height:46px; line-height:44px; width:120px; font-size:14px; font-weight:bold; cursor:pointer; transition:all .3s ease; border-radius:4px;}
.aboutus1_rt .list .button1:hover{ background:#fff; color:var(--fifth-color);}
@media(max-width:999px){
.aboutus1bg{ padding:60px 0; background-position:left top 10%; background-size:100% auto;}
.aboutus1{ display:block;}
.aboutus1_lt{ width:100%; margin-bottom:40px;}
.aboutus1_lt .list1{ margin-bottom:40px;}
.aboutus1_lt .list1 .h2{ font-size:36px; line-height:46px; margin-bottom:40px;}
.aboutus1_lt .list1 .h3{ font-size:16px; line-height:26px;}
.aboutus1_lt .list2{ padding:40px;}
.aboutus1_lt .list2 ul li{ font-size:20px; line-height:30px; margin-bottom:10px;}
.aboutus1_rt{ width:100%; }
.aboutus1_rt .nr_box{ padding:40px 20px;}
.aboutus1_rt .h1{ font-size:20px; line-height:30px; margin-bottom:40px;}
.aboutus1_rt .h1 strong{ font-size:24px; line-height:34px;}
}














