@charset "utf-8";
@import url("common.css");
.h_d{padding: .25rem 0;height: 100px;}
.logo a{display: inline-block;}
.logo a img{width: 100%;}
.hd_right{align-items: center;margin-top: 16px;}
.hd_right i{font-size:45px;color: #00388d;}
.hd_right .text span{font-size: 14px;color: #666;}
.hd_right .text p{font-size: 30px;font-weight: bold;color: #ff9000;}
.idx_search{height: 46px;border: 1px solid #cdcdcd;border-radius: 4px;}
.idx_search .sch_ipt{height: 44px;background: none;font-size: 16px;padding: 0 .2rem;outline:none;}
.idx_search .sch_btn{width: .6rem;height: 44px;position: relative;background: none;cursor: pointer;}
.idx_search .sch_btn:before{content: '';position: absolute;width: 1px;height: 21px;background: #cbcbcb;left: 0;top: 0;bottom: 0;margin: auto;}
.idx_search .sch_btn span{font-size: 24px;color: #666;}
.idx_search .sch_btn:hover span{color: #014ab8;}

.nav_bx{height:60px;background: #014ab8;}
.nav_item ul{display: flex;}
.nav_item ul li{width:100%;height: 60px; display:inline-block;position: relative;line-height:60px;font-size: 16px;font-family: arial;text-transform: uppercase;float: left;text-align: center;}
.nav_item ul li a{display: block;color: #fff;}
.nav_item ul li:hover a,
.nav_item ul li.nav_active a{background: #00388d;}
.nav_item ul li .nav_down{width:100%;position: absolute;left: 0;right: 0;top:60px;margin: auto;max-height: 0;z-index:9999;overflow: hidden;}
.nav_item ul li:hover .nav_down{max-height:600px;}
.nav_item ul li .nav_down dl dd{width: 100%;}
.nav_item ul li:hover .nav_down dl dd a{color: #fff;background:#014ab8;border-bottom:1px solid #3e92ce;line-height: 50px;}
.nav_item ul li .nav_down dl dd a:hover{background: #00388d;}
.nav_item ul li a span{font-family: '宋体';display: inline-block; transform: rotate(90deg);font-size: 18px;margin-left:10px;}

.nav_item ul li:hover .nav_down dl dd a{animation: flipInY 1.8s, 200ms linear;-webkit-animation-fill-mode: both; animation-fill-mode: both;}

.nav_item ul li .nav_down,
.nav_item ul li a,
.ban_con .more span{transition: ease .3s;-webkit-transition: ease .3s;-moz-transition: ease .3s;-o-transition: ease .3s;-ms-transition: ease .3s;}

/*banner*/
.ban_box{margin: auto;height: calc(100vh - 160px)}
#banner{width:100%;height: 100%;}
#banner .swiper-wrapper .swiper-slide a{width: 100%;height: 100%;display: block;}
#banner .swiper-wrapper .swiper-slide img{width: 100%;height: 100%;object-fit: cover;}

#banner .swiper-button-next, 
#banner .swiper-button-prev {position: absolute;top:auto;bottom: 0;right: 0;
width:95px;height:66px;margin-top:0;z-index: 10;cursor: pointer;background-size:95px 66px;
background-position: center;background-repeat: no-repeat;transition: ease .3s;}
#banner .swiper-button-prev, 
#banner .swiper-container-rtl .swiper-button-next {
   /* background: url(../images/ban_pre.png) no-repeat;*/background: #014ab8;
left:auto;right: 95px;}
#banner .swiper-button-next, 
#banner .swiper-container-rtl .swiper-button-prev {
/*    background: url(../images/ban_nex.png) no-repeat;*/background: rgba(255,255,255,.5);
backdrop-filter: blur(4px);-webkit-backdrop-filter: blur(4px);-moz-backdrop-filter: blur(4px);-ms-backdrop-filter: blur(4px);-o-backdrop-filter: blur(4px);right:0;left: auto;border-left: 1px solid rgba(255,255,255,.3);}
#banner .swiper-button-next span, 
#banner .swiper-button-prev span{width: 95px;height: 66px;display: inline-block;font-size: 30px;color: #fff;text-align: center;line-height: 66px;font-family: '宋体';}
#banner .swiper-button-next:hover, 
#banner .swiper-button-prev:hover{background: #f78600;}
#banner .swiper-pagination-bullet-active{background: #2c3fe2;opacity:1;}
#ban_pgt{bottom: 30px;}
#ban_pgt .swiper-pagination-bullet{width: auto;height: 30px;line-height: 30px; display: inline-block;background:none;opacity: 1;position: relative;margin: 0 30px;font-family: 'Arial';font-size: 24px;color: #fff;line-height: 30px;position: relative;}

#ban_pgt .swiper-pagination-bullet-active{position: relative;color: #f78600;}
#ban_pgt .swiper-pagination-bullet:after{content: '';position: absolute;width:35px;height:1px;border-radius: 0;background: #fff;bottom: 0;top:0;left:-46px;margin: auto;}
#ban_pgt .swiper-pagination-bullet:first-child:after{display: none;}


.ban_con{left: 0;top: 0;}
.ban_con .w14{height: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;font-family: '华文中宋';}
.ban_con .com_name{font-size:48px;font-weight: bold;text-shadow:#333 1px 1px 1px;color: #fff;position: relative;padding-top: .3rem;margin-top: -3rem;}
.ban_con .com_name:before{content: '';position: absolute;width:0;height: 1px;background: rgba(255,255,255,.5);top: 0;right: 0;left:0;margin: auto;opacity: 0;visibility: hidden;-webkit-animation-fill-mode: both; animation-fill-mode: both;transition: ease 2s;}

.ban_box .swiper-slide-active .ban_con .com_name:before{width: 2rem;opacity: 1;visibility: visible;}

.ban_con .ban_text .main_text{padding: 15px;font-size: 20px;font-weight: bold;text-align: center;
color: rgba(255,255,255,.8);text-shadow:#333 1px 1px 1px;}
.ban_con .ban_text .main_text p{padding: 5px 0;}
.ban_con .more{margin-top: 1.5rem;}
.ban_con .more span{display: inline-block;padding: 10px 50px;font-size: 18px;background: #ff9000;border-radius: 30px;color: #fff;}
.ban_con .more span:hover{padding: 10px 60px;background: #014ab8;}

.ban_pic{position:relative;z-index:0;width:100%;height: 100%;background-repeat:no-repeat;background-size:cover;background-position:center center;-webkit-animation-fill-mode: both; animation-fill-mode: both;}
.ban_pic::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#00000000', GradientType=0);z-index: 1;}
.ban_box .swiper-slide-active .ban_pic{-webkit-animation: scaleBigToSmall 10s; animation: scaleBigToSmall 10s;}

.ban_box .swiper-slide-active .ban_con .com_name{opacity: .5; -webkit-animation: fadeInDown 1.5s; animation: fadeInDown 1.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.ban_box .swiper-slide-active .ban_con .ban_text{-webkit-animation: fadeInUp 1.5s; animation: fadeInUp 1.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both;animation-delay:.5s;}
.ban_box .swiper-slide-active .ban_con .more span{-webkit-animation: zoomIn 1.5s; animation: zoomIn 1.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both;animation-delay:1s;}

.c_n{min-height: 5rem;}
.about{background: url(../images/abt_bg.jpg) no-repeat center center;background-size: cover;}
.orange{color: #f78600;}
.idx_title{text-align: center;margin-bottom: .5rem;}
.title_h,
.title_h h1{display: inline-block;position: relative;font-size: 30px;font-weight: bold;}
.title_h h1:before,
.title_h h1:after{content: '';position: absolute;width: 10px;height: 10px;background: #a3a3ed;border-radius: 50%;top: 0;bottom: 0;margin: auto;}
.title_h h1:before{left: -30px;}
.title_h h1:after{right: -30px;}
.title_h:before,
.title_h:after{content: '';position: absolute;width:240px;top: 0;bottom: 0;margin: auto;height: 1px;}
.title_h:before{
background-image: -webkit-linear-gradient(left,transparent 0,#a3a3ed 100%);
background-image: -o-linear-gradient(left,transparent 0,#a3a3ed 100%);
background-image: linear-gradient(to right,transparent 0,#a3a3ed 100%);left: -260px;
}

.title_h:after{
background-image: -webkit-linear-gradient(left,#a3a3ed 0,transparent 100%);
background-image: -o-linear-gradient(left,#a3a3ed 0,transparent 100%);
background-image: linear-gradient(to right,#a3a3ed 0,transparent 100%);right: -260px;
}
.idx_title p{font-family: 'arial';color: #666;text-transform: uppercase;margin-top: 10px;}

.abt_left h1{padding-bottom: 15px;position: relative;font-size: 30px;font-weight: bold;}
.abt_left h1:after{content: '';position: absolute; width:60px;height: 4px;
background-image: -webkit-linear-gradient(left,#b78dff,#8378ff,#708ff7 );
background-image: -o-linear-gradient(left,#b78dff,#8378ff,#708ff7 );
background-image: linear-gradient(to right,#b78dff,#8378ff,#708ff7);left: 0;bottom: 0;
}

.abt_left .abt_texts{margin-top: .3rem;line-height: 30px;color: #666666;}
.read_more{margin-top:1rem;}
.read_more a{display: inline-block;padding: .13rem .3rem;color: #fff;border-radius: 4px;background: #6b94d1;} 
.read_more a span{display: inline-block;margin-left: .5rem;}
.read_more a:hover{background: #014ab8;}
.read_more a:hover span{margin-left: .6rem;}

.read_more a,
.read_more a span,
.abt_lis ul li .abt_lis_text,
.abt_lis ul li .abt_lis_text h1,
.abt_lis ul li .abt_lis_pic img{transition: ease .3s;-webkit-transition: ease .3s;-moz-transition: ease .3s;-o-transition: ease .3s;-ms-transition: ease .3s;}

.abt_right{width: 45%;margin-left: .5rem;}
.abt_lis ul{margin: 0 -10px;}
.abt_lis ul li{width: 50%;height: 160px;float: left;padding: 0 10px;margin: 10px 0;}
.abt_lis ul li a{border-radius:6px;overflow: hidden;}
.abt_lis ul li .abt_lis_pic img{object-fit: cover;}
.abt_lis ul li .abt_lis_text{background: rgba(0,0,0,.5);left: 0;top: 0;color: #fff;padding:0 .2rem;display: flex;justify-content: center;flex-direction: column;}
.abt_lis ul li .abt_lis_text h1{padding-left: 15px;position: relative;font-size: 24px;margin-top: -.1rem;}
.abt_lis ul li .abt_lis_text h1:before{content: '';position: absolute;width: 8px;height: 25px;
background-image: -webkit-linear-gradient(top,#acd1ff,#e2edff);
background-image: -o-linear-gradient(top,#acd1ff,#e2edff);
background-image: linear-gradient(to bottom,#acd1ff,#e2edff);left: 0;top: 0;bottom: 0;margin: auto;}
.abt_lis ul li .abt_lis_text p{font-size: 16px;text-transform: uppercase;color: rgba(255,255,255,.6);margin-top: .2rem;}

.abt_lis ul li:hover .abt_lis_text{background: rgba(1,74,184,.5);}
.abt_lis ul li:hover .abt_lis_text h1{letter-spacing: 3px;}
.abt_lis ul li:hover .abt_lis_pic img{transform: scale(1.05);}


.picItem{height:500px;}
.pic_swiper .swiper-slide{overflow: hidden;position: relative;}
.picItem_pic{width: 100%;height:4.4rem;overflow: hidden;position: relative;}
.pic_link{position: relative;width: 100%;height:100%;display: block;}
.pic_link .picItem_img{width: 100%;height: 100%;}
.pic_link .picItem_img img{object-fit: cover;}
.pic_swiper .swiper-slide:hover .picItem_pic .picItem_img{transform: scale(1.05);}
.fc_title{text-align: center;padding:20px 18px 15px;background-image: linear-gradient(to bottom,transparent 0,#000 100%);left: 0;bottom: 0;right: 0;width: 100%;color: #fff;}
.pic_link:hover .picItem_img{transform: scale(1.05);}

.picItem_pic .picItem_img,
.pic_swiper .swiper-slide .picItem_img,
.pic_swiper .swiper-slide .picItem_pic,
.pic_swiper .swiper-slide,
.lis_txt,
.lis_txt p,
.lis_txt h1,
.newLis_title a span,
.new_top_pic a img,
.mores a span,
.mores a,
.shortcut_menu ul li a .smenu_con:before,
.shortcut_menu ul li a .smenu_con:after,
.shortcut_menu ul li a  .menu_more i,
.shortcut_menu ul li a .smenu_con .menu_icon,
.shortcut_menu ul li a .smenu_con .menu_icon span,
.shortcut_menu ul li a .menu_pic img{transition: ease .4s;-webkit-transition: ease .4s;-moz-transition: ease .4s;-o-transition: ease .4s;-ms-transition: ease .4s;}
.pic_swiper{margin:auto;}
.pic_swiper .swiper-button-prev, 
.pic_swiper .swiper-container-rtl .swiper-button-next{
left:0;right: auto;}
.pic_swiper .swiper-button-next, 
.pic_swiper .swiper-container-rtl .swiper-button-prev{
right:0;left: auto;}
.pic_swiper .swiper-button-next, 
.pic_swiper .swiper-button-prev{position: absolute;top:0;bottom: 0;margin: auto; font-size:26px;font-family: '宋体';font-weight: bold;width:40px;height:70px;z-index: 10;cursor: pointer;background-size:40px 70px;background-position: center;background-repeat: no-repeat;transition: ease .3s;opacity:.1;display: block !important;background:rgba(0,0,0,.5);text-align: center;line-height:70px;}
.pic_swiper:hover .swiper-button-next, 
.pic_swiper:hover .swiper-button-prev{opacity:1;color: #fff;}

.lis_txt{padding:0 .2rem;width: 100%;height:60px; background: rgba(0,0,0,.5);left: 0;bottom: 0;right: 0;z-index: 1;color: #fff;}
.lis_txt h1{font-size:20px;text-align: center;line-height: 60px;}
.lis_txt p{height: 0;visibility: hidden;opacity: 0;}
.pic_link:hover .lis_txt p{height: auto; margin-top: .5rem;line-height:30px;opacity: 1;visibility: visible;}
.pic_link:hover .lis_txt{height: 100%;display: flex;justify-content: center;flex-direction: column;}
.pic_link:hover .lis_txt h1{font-size: 30px;}
.ck_detail{text-align: center;height: 0;visibility: hidden;opacity: 0;}
.ck_detail span{display: inline-block;padding: .08rem .5rem;background: #014ab8;border-radius: .5rem;}
.pic_link:hover .ck_detail{height:auto;visibility: visible;opacity:1;margin-top:1.2rem;}

.mores{text-align: center;margin: .6rem 0 .3rem;}
.mores a{display: inline-block;font-size: 18px;color: #333;padding:.1rem 0;border-bottom: 1px solid #c6c6c6;}
.mores a span{font-size: 20px;margin-left: .4rem}
.mores a:hover{color: #fff;background: #014ab8;padding:.1rem .3rem;border-radius: 6px;}
.mores a:hover span{margin-left: .5rem;}


.newsection{background: url(../images/new_bg.jpg) no-repeat center center;background-size: cover;}
.new_con{margin: 0 -20px;}
.new_lis{width: 33.333%;float: left;padding: 0 20px;}
.newLis_title{align-items: center;}
.newLis_title h1{font-size: 24px;font-weight: bold;padding-left: 15px;position: relative;}
.newLis_title h1:before{content: '';position: absolute;width: 6px;height: 24px;background: #eb821f;left: 0;top: 0;bottom: 0;margin: auto;}
.newLis_title a{display: inline-block;padding: .1rem;color: #666;}
.newLis_title a span{font-size: 24px;display: inline-block;}
.newLis_title a:hover{color: #eb821f;}
.newLis_title a:hover span{transform: scale(1.3);}

.new_top_pic{height: 2rem;margin-top: .15rem;}
.new_top_pic a{overflow: hidden;}
.new_top_pic a img{object-fit: cover;}
.new_top_pic a:hover img{transform: scale(1.05);}

.mg_top{margin-top: .2rem;}
.new_items ul li a{padding: .08rem 0;}
.new_items ul li a h1{font-size: 16px;padding-left: 20px;position: relative;}
.new_items ul li a h1:before{content: '';position: absolute;width: 8px;height: 8px;background: #a2a2a2;border-radius: 50%;left: 0;top: 0;bottom: 0;margin: auto;}
.new_items ul li a span{color: #999;font-size: 14px;margin-left: .3rem;}
.new_items ul li a:hover h1:before{background: #014ab8;}
.new_items ul li a:hover span{color: #333;}

.shortcut_menu ul li{width:25%;float: left;}
.shortcut_menu ul li a{padding-bottom:120%;overflow: hidden;}
.shortcut_menu ul li a .menu_pic img{object-fit: cover;}
.shortcut_menu ul li a .smenu_con{left: 0;top: 0;z-index: 5;}
.a_center{display: flex;align-items: center;flex-direction: column;justify-content: center;}
.shortcut_menu ul li a .smenu_con:before,
.shortcut_menu ul li a .smenu_con:after{content: '';position: absolute;width: 100%;height: 100%;left: 0;top: 0;right: 0;bottom: 0;margin: auto;}
.shortcut_menu ul li a .smenu_con:before{background: rgba(255,255,255,.5);}
.shortcut_menu ul li a .smenu_con:after{background: rgba(0,0,0,.5);width: 60%;opacity: 0;visibility: hidden;}

.shortcut_menu ul li a:hover .smenu_con:before{width: 0;opacity: 0;visibility: hidden;}
.shortcut_menu ul li a:hover .smenu_con:after{width: 100%;opacity: 1;visibility: visible;}
.shortcut_menu ul li a .smenu_con .menu_icon{width: 80px;height: 80px;margin:0 auto;position: relative;border-radius: 50%;text-align: center;line-height: 80px;}
.shortcut_menu ul li a .smenu_con .menu_icon span{font-size: 40px;color: #fff;position: relative;display: inline-block;width: 100%;}
.shortcut_menu ul li a .smenu_con .menu_icon:before,
.shortcut_menu ul li a .smenu_con .menu_icon:after{content: '';position: absolute;width: 100%;height: 100%;border-radius: 50%;}
.ztop{z-index: 88;}
.shortcut_menu ul li a .smenu_con .menu_icon:before{background: rgba(0,0,0,.5);}
.shortcut_menu ul li a .smenu_con .fmenu_title{font-size: 24px;font-weight: bold;margin-top: .5rem;}
.shortcut_menu ul li a .smenu_con .scon_title{font-family: "arial";color: #666;text-transform: uppercase;margin-top: .1rem;}
.shortcut_menu ul li a  .menu_more{display: inline-block;margin-top:1rem;}
.shortcut_menu ul li a  .menu_more i{font-size: .36rem;color: #ff8400;display: inline-block;}

.shortcut_menu ul li a:hover .smenu_con .fmenu_title{color: #fff;}
.shortcut_menu ul li a:hover .smenu_con .scon_title{color:rgba(255,255,255,.5);}

.shortcut_menu ul li a:hover  .menu_more i{transform: scale(1.5);color: #fff;}
.shortcut_menu ul li a:hover .smenu_con .menu_icon{transform: scale(1.1);}
.shortcut_menu ul li a:hover .smenu_con .menu_icon span{transform: rotateY(180deg);}
.shortcut_menu ul li a:hover .menu_pic img{transform: scale(1.05);}


.ft_logo a img{transition: ease .4s;-webkit-transition: ease .4s;-moz-transition: ease .4s;-o-transition: ease .4s;-ms-transition: ease .4s;}

.ft_hr{background: #222222;color: rgba(255,255,255,.6);}
.ft_top{text-align: center;}
.ft_logo a{display:inline-block;}
.ft_logo a img{width: 100%;}
.ft_logo:hover a img{transform: scale(1.04);}
.ft_menu{margin-top: .4rem;}
.ft_menu a{color: rgba(255,255,255,.6);display: inline-block;margin: 0 .2rem;transition: ease .3s;}
.ft_menu a:hover{color: #fff;}

.ft_bt{padding: .2rem 0;background: #00000c;color: rgba(255,255,255,.6);text-align: center;}
.ft_bt .designer,
.ft_bt .beian{display: inline-block;}
.ft_bt a{color: rgba(255,255,255,.6);transition: ease .3s;}
.ft_bt .beian,
.margin-right{margin-right: .2rem;}
.ft_bt a:hover{color: #fff;}
.ft_hr_middle{padding-top: .4rem;border-top: 1px solid rgba(255,255,255,.1);margin-top: .3rem;}
.alcenter{align-items: center;}
.ft_hr_middle .ft_phone h1{font-size: 16px;}
.ft_hr_middle .ft_phone p{margin: .1rem 0;}
.ft_hr_middle .ft_phone .tell{font-size: 36px;color: #fff;}
.ft_vx{width: 120px;text-align: center;}
.ft_vx img{width: 100%;}
.ft_vx p{font-size: 14px;margin-top: .1rem;}

.partner{padding: .2rem 0;background: #faf9f7;}
.partner span{color: #eb821f;}
.partner a{display: inline-block;padding-left: 15px;position: relative;margin:1px 0 8px 5px;}
.partner a:before{content: '';position: absolute;width: 6px;height: 6px;background: #979797;border-radius: 50%;left: 0;top: 0;bottom: 0;margin: auto;}


.h_hr{display: none;}
@media (max-width:1023px) {
.h_line{height: 90px;}
.logo{margin:0 15% 0 0;transition: ease .3s;}
.pc_hr{display: none;}
.h_hr{display: block;}
.logo1{margin:25px 0 0 36px;width:400px;transition: ease .3s;}
.logo1 a{width: 100%;height: 100%;display: block;}
.logo1 img{width: 100%;}
.h_hr{height:90px;position: fixed;top: 0;left: 0;right: 0;z-index: 1000;background: #fff;box-shadow: 0 0 10px #ddd;}
.height2e{height: 90px;}
.h_hr .menu,
.h_hr .menu_2{padding:25px 28px;position: absolute;right:30px;top:15px;}
.h_hr .menu_2{display: none;}
.h_hr .menu_2 span:before{ transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -o-transform:rotate(-45deg); -ms-transform:rotate(-45deg);top:0;}
.h_hr .menu_2 span:after{ transform:rotate(45deg); -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -o-transform:rotate(45deg); -ms-transform:rotate(45deg);top:0;}

.pull_down {display: none;background: #ededed;}
.pull_down ul {position: relative;height: 100%;background: #fff;z-index: 101;padding-bottom:20px;}
.pull_down ul li{line-height:50px;border-bottom: 1px solid #f0f0f0;}
.pull_down ul li a {width: 100%;font-size:20px;display: block;}
.pull_down ul li .nav_dlis{display: none;line-height:30px;border-top:1px solid #f5f5f5;border-radius: .06rem;}
.pull_down ul li .nav_dlis a{display: block;width: auto;padding:0 20px;font-size:16px;color: #666;line-height:50px;border-bottom: 1px solid #f0f0f0;}
.pull_down ul li .nav_dlis a:last-child{border-bottom: none;}
.pull_down ul li a span{float: right;font-family: '宋体';display: inline-block;font-size:26px;margin-right:15px;transition: ease .5s;}
.pull_down ul li:hover .nav_dlis a{color: #666;}
.pull_down ul li a:hover span{transform: rotate(0);color: #f78600;}
.pull_down ul li:hover a,
.pull_down ul li .nav_dlis a:hover{color: #f78600;}
.pull_down ul li a.mobile_nav{color: #f78600;}
.pull_down ul li a.mobile_nav span{transform: rotate(-180deg);color: #f78600;}
.shade {max-width:100%;height: 100%;position: fixed;z-index: 99;background: rgba(0, 0, 0, 0.5);display: none;left: 0;right: 0;margin: auto;}

.pad_lf40 {padding:0 30px;}
.h_hr .menu span,
.h_hr .menu span:before,
.h_hr .menu span:after,
.h_hr .menu_2 span:before,
.h_hr .menu_2 span:after{position: absolute;display: block;width:40px;height:3px;top: 60%; left:10%; cursor: pointer;content: '';background-color: #014ab8;border-radius: 1px;-webkit-transition: all .4s cubic-bezier(0.19,1,.22,1);-o-transition: all .4s cubic-bezier(0.19,1,.22,1);-moz-transition: all .4s cubic-bezier(0.19,1,.22,1);transition: all .4s cubic-bezier(0.19,1,.22,1);border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;}
.h_hr .menu span:before{ top:-12px;left:0%;}
.h_hr .menu span:after{ top:12px;left:0%;}

.ban_con .com_name{font-size: .4rem;}
.ban_con .ban_text .main_text p{font-size: 16px;}
.ban_con .more span{padding: 5px 30px;font-size: 14px;}
.ban_con .more{margin-top: .6rem;}

.block{display: block;}
.abt_right{margin: .3rem 0 0 0;width: 100%;}
.pic_link:hover .lis_txt h1{font-size: 24px;}
.shortcut_menu ul li{width: 50%;}


}



@media (max-width:768px) {
.logo1 {margin:.32rem 0 0 .25rem;width:5rem;}
.h_hr {width: 100%;position: fixed;top: 0;height: 1.1rem;}
.height2e,
.h_line{height: 1.1rem;}
.h_hr .menu,
.h_hr .menu_2{padding:.29rem .3rem;right:.2rem;top:.19rem;}
.h_hr .menu_2{right: 0.2rem;}

.pull_down {top:1.1rem;position: absolute;width: 100%;}
.pull_down ul {padding-bottom:.2rem;}
.pull_down ul li{line-height:.8rem;}
.pull_down ul li a {width: 100%;font-size:.26rem;}
.pull_down ul li .nav_dlis{line-height:.7rem;border-radius: .06rem;}
.pull_down ul li .nav_dlis a{padding:0 .3rem;font-size:.24rem;line-height:.7rem;display: inline-block;border-bottom:none;}
.pull_down ul li a span{font-size:.26rem;margin-right:.15rem;}

.pad_lf40 {padding:0 .2rem;}
.h_hr .menu span,
.h_hr .menu span:before,
.h_hr .menu span:after,
.h_hr .menu_2 span:before,
.h_hr .menu_2 span:after{width:.45rem;height:.04rem;top: 60%; left:10%;border-radius:.02rem;-webkit-border-radius:.02rem;-moz-border-radius:.02rem;}
.h_hr .menu span:before{ top:-.15rem;left:0%;}
.h_hr .menu span:after{ top:.15rem;left:0%;}
.pull_down ul li .nav_dlis a:before {width:.06rem;height:.06rem;
border: 1px solid #ddd;left:.02rem;top:0;bottom: 0;margin: auto;}

.ban_con .com_name{font-size: .36rem;margin-top: 0;}
.ban_con .ban_text .main_text{padding:.1rem .2rem .1rem .2rem;}
.ban_box{height:4rem;}
.ban_con .more{margin-top: .5rem;}
.ban_con .more span{font-size: .24rem;}

#banner .swiper-button-prev, 
#banner .swiper-container-rtl .swiper-button-next {left:auto;background-size: cover;right: .95rem;}
#banner .swiper-button-next, 
#banner .swiper-container-rtl .swiper-button-prev {right:0;background-size: cover;}
#banner .swiper-button-next, 
#banner .swiper-button-prev {width: .8rem height:.4rem;margin-top: -.22rem;background-size:.4rem .4rem;}
#ban_pgt{bottom:.1rem;width: auto;}
/*#ban_pgt .swiper-pagination-bullet{width:.1rem;height:.1rem;margin: 0 .13rem;}
#ban_pgt .swiper-pagination-bullet-active{border:.01rem solid #fff;}
#ban_pgt .swiper-pagination-bullet-active:after{width: .24rem;height:.24rem;border:.01rem solid #fff;}*/

#ban_pgt .swiper-pagination-bullet{font-size: .24rem;margin: 0 .3rem;line-height: .5rem;height: .5rem;}
#ban_pgt .swiper-pagination-bullet:after {width:.35rem;height:.01rem;left: -.46rem;}
#banner .swiper-button-next, 
#banner .swiper-button-prev {top:auto;width: .95rem;height:.66rem; margin-top:0;background-size:.95rem .66rem;}
#banner .swiper-button-next span, 
#banner .swiper-button-prev span {width:.95rem;height:.66rem;font-size:.3rem;line-height:.66rem;}


.c_n{min-height: 5rem;}

.title_h,
.title_h h1{font-size:.36rem;}
.title_h h1:before,
.title_h h1:after{width:.16rem;height: .16rem;}
.title_h h1:before{left: -.36rem;}
.title_h h1:after{right: -.36rem;}
.title_h:before,
.title_h:after{width:2rem;height: .01rem;}
.title_h:before{left: -2.36rem;}
.title_h:after{right: -2.36rem;}
.idx_title p{margin-top:.1rem;font-size: .22rem;}

.abt_left h1{padding-bottom:.15rem;font-size: .32rem;}
.abt_left h1:after{ width:.6rem;height:.04rem;}
.abt_left .abt_texts{margin-top: .3rem;line-height:.42rem;font-size: .24rem;}
.read_more{margin-top:.6rem;}
.read_more a{border-radius:.04rem;font-size: .24rem;} 
.read_more a span{font-size: .24rem;}
.read_more a span{margin-left: .5rem;}

.read_more a:hover span{margin-left: .6rem;}

.abt_lis ul{margin: 0 -.1rem;}
.abt_lis ul li{height:2rem;padding: 0 .1rem;margin:.1rem 0;}
.abt_lis ul li a{border-radius:.06rem;}
.abt_lis ul li .abt_lis_text{padding:0 .2rem;}
.abt_lis ul li .abt_lis_text h1{padding-left:.15rem;font-size:.28rem;margin-top:0;}
.abt_lis ul li .abt_lis_text h1:before{width:.08rem;height:.25rem;}
.abt_lis ul li .abt_lis_text p{font-size:.24rem;}
.abt_lis ul li:hover .abt_lis_text h1{letter-spacing:.03rem;}

.picItem_pic{height:3rem;}
.fc_title{padding:.2rem .18rem .15rem;}

.pic_swiper .swiper-button-next, 
.pic_swiper .swiper-button-prev{font-size:.26rem;width:.4rem;height:.7rem;background-size:.4rem .7rem;line-height:.7rem;}

.lis_txt{height:.7rem;}
.lis_txt h1{font-size:.26rem;line-height:.7rem;}
.pic_link:hover .lis_txt p{margin-top: .05rem;line-height:.4rem;font-size: .24rem;}
.pic_link:hover .lis_txt h1{font-size: .3rem;}
.ck_detail span{padding: .08rem .5rem;font-size: .24rem;}
.pic_link:hover .ck_detail{margin-top:.2rem;}

.mores{margin: .5rem 0 .1rem;}
.mores a{font-size:.26rem;padding:.1rem 0;border-bottom:.01rem solid #c6c6c6;}
.mores a span{font-size:.26rem;margin-left:1.5rem}
.mores a:hover{padding:.1rem .3rem;border-radius:.06rem;}
.mores a:hover span{margin-left: .5rem;}

.new_con{margin: 0;}
.new_lis{width:100%;float: none;padding: 0;margin-bottom: .25rem;}
.newLis_title h1{font-size:.3rem;padding-left:.15rem;}
.newLis_title h1:before{width:.06rem;height: .3rem;}
.newLis_title a span{font-size:.24rem;}

.new_top_pic{height:2.2rem;margin-top: .15rem;}

.mg_top{margin-top: .3rem;}
.new_items ul li a{padding: .1rem 0;}
.new_items ul li a h1{font-size: .26rem;padding-left:.2rem;}
.new_items ul li a h1:before{width:.08rem;height:.08rem;}
.new_items ul li a span{font-size:.24rem;margin-left: .3rem;}

.shortcut_menu ul li{width:50%;}
.shortcut_menu ul li a{padding-bottom:4rem;}

.shortcut_menu ul li a .smenu_con .menu_icon{width:1rem;height:1rem;display: flex;line-height: 1rem;}
.shortcut_menu ul li a .smenu_con .menu_icon span{font-size:.44rem;}

.shortcut_menu ul li a .smenu_con .fmenu_title{font-size:.28rem;}
.shortcut_menu ul li a .smenu_con .scon_title{margin-top: .1rem;font-size: .2rem;}
.shortcut_menu ul li a  .menu_more{margin-top:.5rem;}
.shortcut_menu ul li a  .menu_more i{font-size: .36rem;}

.ft_top,
.ft_vx{display: none;}
.ft_hr_middle{padding-top: 0;border-top: none;margin-top: 0;}
.ft_hr_middle .ft_phone h1{font-size: .26rem;}
.ft_hr_middle .ft_phone .tell{font-size: .4rem;}
.ft_hr_middle .ft_phone p,
.ft_bt{font-size: .24rem;}

.partner_tanx{display: block;font-size: .24rem;}
.w14 {max-width:100%;margin: auto;padding: 0 .25rem;}
.partnerLis{margin-top:.3rem;}
.partner a {padding-left:.15rem;margin:0 .15rem .15rem 0;}
.partner a:before {width:.06rem;height:.06rem;}




}


#preload{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	
	z-index:200;
	display:flex;
	justify-content: center;
	align-items: center;
}
.preload-bg{
	position:absolute;
	width:100%;
	height:100%;
	background:#000;
	}
#preload .tip{
	display:inline;
	color:#fff;
	font-size:4vw;
	text-transform:uppercase;
	font-weight:bold;
	line-height:1;
	position:relative;
	overflow:hidden;
}
.tip-bg{
	position:absolute;
	width:0px;
	height:100%;
	background:#fff;
	}

#txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}




