/*common start*/
:root{
 --primary-color:#e3352d;
 --secondary-color:#006adc;
 --third-color:#0E0081;
 --fourth-color:#324290;
 --main-color:#e3352d;
 --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:#333;}
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:1500px; 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%; background:rgba(255,255,255,.48); box-shadow:0 0 10px 0 rgba(0,0,0,.1); position:fixed; z-index:55; left:0; top:0; transition:all .3s ease;}
.head2bg{}
.head2{ height:80px; transition:all .3s ease;
display: flex;
justify-content: space-between;
align-items: center;}
.head .logo{ width:20%; height:90px; 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;}
/*menu*/
.head .menu{ height:80px; line-height:80px; }
.head .menu>ul{}
.head .menu>ul>li{ float:left; padding:0 .78vw; }
.head .menu>ul>li.menu_down{ position:relative;}
.head .menu>ul>li>a{ color:#333; display:block; font-size:18px; font-weight:bold; position:relative;}
.head .menu>ul>li>a:hover,.head .menu>ul>li:hover>a,.head .menu>ul>li.hover>a{ color:var(--primary-color); }
.head .menu>ul>li.menu_down>a:after{content: "\f0d7";font: normal normal normal 14px/1 FontAwesome; margin-left:.26vw;}
.head .menu>ul>li ul{ width:fit-content; min-width:160px; padding:10px 0; background:#fff; box-shadow:0 30px 60px 0 rgba(0,0,0,.1); border-radius:10px; position:absolute; top:100%; left:0; 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:bold; font-size:14px; line-height:24px; padding:10px 5px 10px .78vw; white-space:nowrap; position:relative; }
.head .menu>ul>li ul li a:hover,.head .menu>ul>li>ul li:hover>a{ color:#fff; background: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_height{ height:80px;}
.head.active1{ }
@media(max-width:999px){
.head_height{ height:60px;}
.head2{ height:60px; }
.head .logo{ width:50%; height:60px; }
.head .menu{ display:none;}
}
/**/
.head .nav_open{ width:24px; height:20px; cursor:pointer; display:none; position:relative; margin-left:15px; display:none;}
.head .nav_open i,.head .nav_open:before,.head .nav_open:after{ width:24px; 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: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:#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 rgba(0,0,0,.1); 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; }
.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; background:url(../images/fsm_bg_01.png) bottom center no-repeat; background-size:100% auto;}
.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%; }
.banner_swiper .swiper-container .swiper-slide .txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.banner_swiper .swiper-container .swiper-slide .txt{ color:#fff; text-align:center;}
.banner_swiper .swiper-container .swiper-slide .txt .h2{ font-size:35px; line-height:45px; font-weight:bold;}
.banner_swiper .swiper-pagination{ bottom:20px; height:10px; }
.banner_swiper .swiper-pagination .swiper-pagination-bullet{ vertical-align:top; width:10px; height:10px; background:#000; opacity:.5; transition:all .3s ease;}
.banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background:var(--primary-color); opacity:1;}
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ text-align:center; width:50px; height:50px; line-height:50px; margin-top:-25px; background:rgba(0,0,0,.5); color:#fff; font-size:20px; transition:all .3s ease; 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:var(--primary-color); color:#fff;}
.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:0;}
.banner_swiper .swiper-container .swiper-slide .txt .h2{ font-size:24px; line-height:34px; }
.banner_swiper .swiper-pagination{ bottom:10px; height:8px; }
.banner_swiper .swiper-pagination .swiper-pagination-bullet{ width:8px; height:8px; border-radius:8px; }
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ width:30px; height:30px; line-height:30px; margin-top:-15px; font-size:20px;}
}


.tit1{ text-align:center;}
.tit1 .h2{ font-size:40px; line-height:40px; font-weight:bold;}
.more1{ text-align:center;}
.more1 span{ display:inline-block; text-align:center; color:var(--secondary-color); border:1px solid var(--secondary-color); font-size:13px; line-height:40px; padding:0 40px; border-radius:4px; transition:all .3s ease;}
.more1 span:hover{ background:var(--secondary-color); color:#fff;}
.con01bg{ padding:100px 0;}
.con01{}
.con01 .list{ margin-top:50px;}
.con01 .list ul li{ float:left; width:calc((100% - 60px)/3); margin:0 0 30px 30px;}
.con01 .list ul li:nth-child(3n-2){ margin-left:0; clear:left;}
.con01 .list ul li .nr_box{ border-radius:10px; transition:all .3s ease; padding:30px 5%;}
.con01 .list ul li:hover .nr_box{ box-shadow:0 0 8px 0 rgba(0,0,0,.5);}
.con01 .list ul li .imgbg{ width:200px; margin:0 auto;}
.con01 .list ul li .img{ height:200px; position:relative;}
.con01 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con01 .list ul li .txt{ text-align:center; margin-top:25px;}
.con01 .list ul li .txt .h2{ font-size:30px; line-height:40px; font-weight:bold; color:var(--secondary-color); margin-bottom:10px;}
.con01 .list ul li .txt .h3{ font-size:16px; line-height:26px; opacity:.8; margin-bottom:15px;}
@media(max-width:999px){
.tit1 .h2{ font-size:24px; line-height:34px; }
.more1 span{ font-size:13px; line-height:40px; padding:0 40px; }
.con01bg{ padding:60px 0;}
.con01 .list{ margin-top:30px;}
.con01 .list ul li{ width:100%; margin:0 0 20px 0;}
.con01 .list ul li .nr_box{ padding:20px 5%;}
.con01 .list ul li .imgbg{ width:180px; }
.con01 .list ul li .img{ height:180px; }
.con01 .list ul li .txt{ margin-top:15px;}
.con01 .list ul li .txt .h2{ font-size:18px; line-height:22px; margin-bottom:5px;}
.con01 .list ul li .txt .h3{ font-size:14px; line-height:18px; margin-bottom:10px;}
}


.con02bg{}
.con02{display: flex; justify-content: space-between; align-items: center; flex-direction:row-reverse;}
.con02_lt{ width:50%;}
.con02_lt .tit1{ text-align:left;}
.con02_lt .nr_box{ padding:0 5% 0 0;}
.con02_lt .list{ margin-top:20px;}
.con02_lt .list .txt{ font-size:20px; line-height:1.8em; opacity:.8;}
.con02_rt{ width:50%;}
.con02_rt img{ display:block; width:100%;}
@media(max-width:999px){
.con02{display:block;}
.con02_lt{ width:100%;}
.con02_lt .nr_box{ padding:0;}
.con02_lt .list{ margin-top:10px;}
.con02_lt .list .txt{ font-size:14px; line-height:1.2em; }
.con02_rt{ width:100%; margin-bottom:15px;}
}




.foot_box{ position:relative; padding-top:420px;}
.foot_box .foot_img1{ width:324px; position:absolute; left:5%; top:210px;}
.foot_box .foot_img2{ width:282px; position:absolute; right:5%; top:75px;}
.foot{ background:var(--secondary-color); border-top:5px solid #cecece; color:#eee; padding:80px 0 0 0;}
.foot a{ color:#eee;}
.foot a:hover{ color:#fff;}
.foot1bg{ padding:80px 0 20px 0; }
.foot1{}
.foot .f_nav{ font-size:16px; line-height:26px;display: flex; justify-content:space-between;/* align-items: center;*/}
.foot .f_nav dl{ max-width:320px; margin-bottom:20px;}
.foot .f_nav dl dt{ font-size:28px; line-height:38px; font-weight:bold; color:#fff; margin-bottom:15px;}
.foot .f_nav dl dd{ margin-top:5px;}
.foot .f_nav dl dd a{ color:#fff;}
.foot2bg{ padding:20px 0 80px 0; }
.foot2{ font-size:16px; line-height:26px;}
.foot f_info{}
@media(max-width:999px){
.foot_box{ padding-top:240px; }
.foot_box .foot_img1{ width:134px; left:5%; top:155px;}
.foot_box .foot_img2{ width:118px; right:5%; top:95px;}
.foot{ padding:60px 0 60px 0;}
.foot1bg{ padding:60px 0 20px 0; }
.foot .f_nav{ font-size:16px; line-height:26px;display:block;}
.foot .f_nav dl{ max-width:320px; margin-bottom:20px; display:none;}
.foot .f_nav dl.f_contact{ display:block;}
.foot .f_nav dl dt{ font-size:24px; line-height:34px; margin-bottom:15px;}
.foot .f_nav dl dd{ margin-top:5px;}
.foot2bg{ padding:20px 0 20px 0; }
.foot2{ font-size:12px; line-height:22px;}
}




/*Add------------------------------------------------------------------------------*/

.inbanner{ position:relative; }
.inbanner img{ display:block; width:100%; }

.inbarbg{ border-bottom:1px solid #edf1f7;}
.innav{ font-size:16px; line-height:60px; }
.innav ul{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;
flex-wrap:wrap;}
.innav ul li{ position:relative;}
.innav ul li a{ display:block; text-align:center; height:60px;display: flex;justify-content:center;align-items:center; padding:0 1.04vw; }
.innav ul li.hover{ color:#fff;}
.innav ul li.hover>a{ color:#fff; background:var(--primary-color); }
@media(max-width:999px){
.innav{ font-size:14px; line-height:18px; }
.innav ul{
-webkit-justify-content: flex-start;
justify-content: flex-start;}
.innav ul li{ width:32%; margin:0 0 2% 2%;}
.innav ul li:nth-child(3n-2){ margin-left:0;}
.innav ul li a{ height:40px; padding:0; }
}

.insidebg{ padding:60px 0 80px 0; }
.inside{}
.inside_lt{ float:left; width:260px;}
.side_a{ border:1px solid #e9ebee; background:#E9E9E9; overflow:hidden; border-radius:10px;}
.side_a .h1{ font-size:30px; line-height:40px; padding:25px 10px; text-align:center; background:var(--secondary-color); color:#fff; font-weight:bold;}
.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(--secondary-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(--secondary-color);}
.side_a>ul>li>span:hover a,.side_a>ul>li.hover>span a{ color:var(--secondary-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{}
.inside_rt{ float:right; width:calc(100% - 310px);}
@media(max-width:999px){
.insidebg{ padding:40px 0 60px 0;}
.inside_lt{ width:100%; margin-bottom:20px;}
.side_a .h1{ font-size:24px; line-height:34px; padding:10px 10px 10px 20px; }
.side_a ul li span{ padding:10px 20px 10px 20px; }
.side_a ul li ul{ padding:0 10px 10px 35px; }
.side_a ul li ul li span{ padding:5px 20px 5px 0;}
.inside_rt{ width:100%;}
}



.service1bg{ padding:60px 0;}
.service1{}
.service1 .list{}
.service1 .list ul li{ margin-bottom:30px;}
.service1 .list ul li .nr_box{display: flex; justify-content: space-between; align-items:center;}
.service1 .list ul li:nth-child(2n) .nr_box{ flex-direction:row-reverse;}
.service1 .list ul li .imgbg{ width:28%;}
.service1 .list ul li .img{ }
.service1 .list ul li .img img{ display:block; margin:0 auto; max-width:100%; }
.service1 .list ul li .txtbg{ width:68%;}
.service1 .list ul li .txt{ border:1px solid var(--secondary-color); padding:20px 5%;}
.service1 .list ul li .txt .h2{ font-size:20px; line-height:30px; font-weight:bold; color:var(--secondary-color); margin-bottom:10px;}
.service1 .list ul li .txt .h3{ font-size:16px; line-height:26px;}
@media(max-width:999px){
.service1bg{ padding:40px 0;}
.service1 .list ul li{ margin-bottom:20px;}
.service1 .list ul li .nr_box{display:block;}
.service1 .list ul li .imgbg{ width:100%;}
.service1 .list ul li .txtbg{ width:100%;}
.service1 .list ul li .txt{ padding:20px 5%;}
.service1 .list ul li .txt .h2{ font-size:18px; line-height:22px; margin-bottom:10px;}
.service1 .list ul li .txt .h3{ font-size:14px; line-height:18px;}
}

.tit2{}
.tit2 .h2{ background:var(--third-color); color:#fff; font-size:20px; line-height:30px; padding:10px 20px; font-weight:bold;}
.service2bg{ padding:60px 0;}
.service2{ box-shadow:0 0 5px 0 rgba(0,0,0,.5);}
.service2 .list{ padding:20px;}
.service2 .list ul li{ margin-bottom:10px;}
.service2 .list .text1{ border:1px solid #ebf0ff; background:#fff; padding:0 10px; height:40px; line-height:40px; width:calc(100% - 22px); border-radius:4px;}
.service2 .list .text2{ border:1px solid #ebf0ff; background:#fff; padding:10px 10px; height:96px; line-height:24px; width:calc(100% - 22px); border-radius:4px;}
.service2 .list .button1{ border:none; background:var(--primary-color); color:#fff; padding:0; height:40px ; line-height:40px; width:100%; text-align:center; cursor:pointer; border-radius:4px; transition:all .3s ease; text-transform:uppercase;}
.service2 .list .button1:hover{ opacity:.9;}
@media(max-width:999px){
.tit2 .h2{ font-size:20px; line-height:30px; padding:10px 20px; }
.service2bg{ padding:40px 0;}
.service2 .list{ padding:20px;}
.service2 .list ul li{ margin-bottom:10px;}
.service2 .list .text1{ padding:0 10px; height:40px; line-height:40px; width:calc(100% - 22px); border-radius:4px;}
.service2 .list .text2{ padding:10px 10px; height:96px; line-height:24px; width:calc(100% - 22px); border-radius:4px;}
.service2 .list .button1{ height:40px ; line-height:40px; }
}



.aboutus1bg{ padding:80px 0; background:var(--fourth-color); color:#fff;}
.aboutus1{display: flex; justify-content: space-between; align-items:center;}
.aboutus1_lt{ width:60%;}
.aboutus1_lt .txt{ font-size:18px; line-height:1.3em;}
.aboutus1_rt{ width:31%;}
.aboutus1_rt img{ display:block; width:100%;}
@media(max-width:999px){
.aboutus1bg{ padding:40px 0; }
.aboutus1{display:block;}
.aboutus1_lt{ width:100%; margin-bottom:10px;}
.aboutus1_lt .txt{ font-size:14px; line-height:1.3em;}
.aboutus1_rt{ width:100%;}
}

.aboutus2bg{ padding:120px 0; position:relative; background-repeat:no-repeat; background-position:center; background-size:cover;}
.aboutus2bg:before{ content:""; width:100%; height:100%; background:rgba(255,255,255,.68); position:absolute; top:0; left:0; z-index:1;}
.aboutus2{ position:relative; z-index:2;}
.aboutus2 .list{}
.aboutus2 .list ul li{display: flex; justify-content: space-between;/* align-items:center;*/ margin-bottom:40px;}
.aboutus2 .list ul li i{ width:40px; line-height:40px; text-align:center; font-size:40px; color:var(--primary-color);}
.aboutus2 .list ul li .txt{ width:calc(100% - 55px); font-size:20px; line-height:40px; color:#5a5c83;}
@media(max-width:999px){
.aboutus2bg{ padding:40px 0;  }
.aboutus2 .list ul li{ margin-bottom:20px;}
.aboutus2 .list ul li i{ width:30px; line-height:30px; font-size:30px; }
.aboutus2 .list ul li .txt{ width:calc(100% - 40px); font-size:16px; line-height:30px; }
}

.aboutus3bg{ padding:40px 0; }
.aboutus3{ }
.aboutus3 .list{}
.aboutus3 .list ul{display: flex; justify-content: flex-start;/* align-items:center;*/ flex-wrap:wrap;}
.aboutus3 .list ul li{ width:calc(30% - 4px); margin:0 0 20px 5%; border:2px solid var(--secondary-color);}
.aboutus3 .list ul li:nth-child(3n-2){ margin-left:0; }
.aboutus3 .list ul li .nr_box{ padding:20px;}
.aboutus3 .list ul li .img{ padding-bottom:93%; position:relative; overflow:hidden;}
.aboutus3 .list ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.aboutus3 .list ul li .txt{ font-size:16px; line-height:30px; margin-top:20px; color:var(--secondary-color); font-weight:bold;}
@media(max-width:999px){
.aboutus3bg{ padding:40px 0; }
.aboutus3 .list ul li{ width:calc(100% - 4px); margin:0 0 20px 0; }
.aboutus3 .list ul li .nr_box{ padding:20px;}
.aboutus3 .list ul li .txt{ font-size:16px; line-height:26px; margin-top:20px; }
}

.tit3{}
.tit3 .h2{ font-size:31px; line-height:41px; font-weight:bold; color:var(--primary-color);}
.aboutus4bg{ padding:40px 0; }
.aboutus4{ }
.aboutus4 .list{ margin-top:20px;}
.aboutus4 .list img{ display:block; width:100%;}
@media(max-width:999px){
.tit3 .h2{ font-size:24px; line-height:34px; }
.aboutus4bg{ padding:40px 0; }
.aboutus4 .list{ margin-top:20px;}
}

.tit4{ text-align:center;}
.tit4 .h2{ font-size:31px; line-height:41px; font-weight:bold;}
.aboutus5_box{ background:#F3F3F3;}
.aboutus5_box .tit4{ padding:10px 0;}
.aboutus5bg{ padding:150px 0; position:relative; background-repeat:no-repeat; background-position:center; background-size:cover; background-attachment:fixed;}
.aboutus5bg:before{ content:""; width:100%; height:100%; background:#0b053d; opacity:.5 position:absolute; top:0; left:0; z-index:1;}
.aboutus5{ position:relative; z-index:2;}
.aboutus5 .list{ color:#fff; text-align:center;}
.aboutus5 .list .txt{ font-size:16px; line-height:1.3em;}
@media(max-width:999px){
.tit4 .h2{ font-size:24px; line-height:34px;  }
.aboutus5_box .tit4{ padding:10px 0;}
.aboutus5bg{ padding:40px 0; }
.aboutus5 .list .txt{ font-size:14px; line-height:1.3em;}
}
































