@charset "utf-8";


/* 设置字库 */
@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("../fonts/SourceHanSansCN-Regular.woff2") format("woff2"),
       url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),
       url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"),
       url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype"),
       url("../fonts/SourceHanSansCN-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins.woff2") format("woff2"),
       url("../fonts/Poppins.woff") format("woff"),
       url("../fonts/Poppins.ttf") format("truetype"),
       url("../fonts/Poppins.eot") format("embedded-opentype"),
       url("../fonts/Poppins.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}




  /* Legacy iOS */
font-weight: normal; font-style: normal; }
/*全局初始化样式*/
*{box-sizing: border-box; margin:0; padding:0;}
body{position: relative; padding:0; margin:0 auto; font-size:14px; line-height:1.42857143; font-family:'Microsoft YaHei'; color: #333; min-width: 320px; width: 100%; zoom:1;background: #fff;
/*禁用Webkit内核浏览器的文字大小调整功能*/
-webkit-text-size-adjust:none;

/*取出点击出现半透明的灰色背景*/
-webkit-tap-highlight-color:rgba(0,0,0,0);
-webkit-tap-highlight:rgba(0,0,0,0);

/*控制文本可选性*/
/*
-webkit-user-select: none;
    -ms-user-select: none;
   -moz-user-select: none;
 -khtml-user-select: none;
        user-select: none;
*/

/*设置字体的抗锯齿或者说光滑度*/
-webkit-font-smoothing: antialiased;
overflow-x: hidden;
}
*{-moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; /*word-break: break-all;*/word-wrap: break-word;}
/*默认去除ul、li的默认样式*/
.p,.h1,.h2,.h3,.h4,.h5,.h6{ margin: 0; padding: 0;}
.ul,.ul li{ list-style:none; margin: 0; padding: 0;}
p,h1,h2,h3,h4,h5,h6{ margin: 0; padding: 0;}
ul,ul li{ list-style:none; margin: 0; padding: 0;}
/*初始化下拉菜单、单行输入框、多行输入框的样式*/
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#333;}
/*表单元素获得焦点时不显示虚线框*/
input:focus { outline: none;}
input,button,select,textarea{ outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/ }
/*不允许多行输入文本框有滚动条*/
textarea{ resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/ }
/*初始化表单元素样式*/
textarea,input,select { background:none; border:none; margin:0; padding:0;}
/*初始化HTML5标签样式*/
audio,canvas,progress,video { display: inline-block; vertical-align:baseline;}
article,aside,footer,header,hgroup,nav,section,figure,figcaption{ display:block;}
/*去除figure边距*/
figure,figcaption{ margin:0px; padding:0px;}

/*初始化图片样式*/
img{ border:none; border:0; max-width:100%; vertical-align:middle;}

/*初始化a的样式和字体样式*/
a{ color:#333; text-decoration:none!important; -webkit-tap-highlight-color:rgba(0,0,0,0);}
a:hover{color: #023592;}


/*清除浮动*/
.clear{ clear:both; height:0px; overflow:hidden;}

.clearfix:after{ content:"."; display: block; height: 0; visibility: hidden; clear: both;font-size: 0px;}
.clearfix { zoom: 1;}
.fl{float: left;}
.fr{float: right;}

/* 单行隐藏 */
.dot {white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden}
/* 多行隐藏 */
.dot2 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
/* 多行隐藏 */
.dot3 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
/* 多行隐藏 */
.dot4 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}

.w1440{max-width:1440px;margin: 0 auto;}
.w1200{max-width:1200px;margin: 0 auto;}



/*top*/
.top{position:fixed;top: 0;left: 0;width: 100%;z-index: 99;background:#fff;transition:.4s;}
.top .logo{float: left;line-height:72px;transition:.4s; max-width: 196px;}
.top .searBox{float: right;position: relative;  padding:24px 0 ;transition:.4s;}
.top .searBox .searBtn{display: block;width:24px;height:24px;background:url(../images/sear.png) no-repeat center;}
.top .searBox i.searBtn{cursor: pointer;position: relative;}
.top .searBox i.search-show{background: none;}
.top .searBox i.search-show::before,
.top .searBox i.search-show::after{ position:absolute; content:''; width:80%; height:2px; background:#023592; top:50%; left:10%; transform:rotate(-45deg);}
.top .searBox i.search-show::after{transform:rotate(45deg);}



.top .searBox .sear{position: absolute;right:0;display: none; background:rgba(0,0,0,0.8); top:100%; z-index: 100 }
.top .searBox .sear::before{ position:absolute; content:''; border:10px solid transparent; border-bottom-color:rgba(0,0,0,0.8); right:2px; top:-20px;}
.top .searBox .sear input{padding:0 30px 0 12px;line-height:50px; color: #fff;}
.top .searBox .sear a.searBtn{position: absolute;top: 50%;margin-top:-12px;right: 14px;background: url(../images/sear1.png) no-repeat center;}
.top .nav{float: right; margin-right: 20px;}
.top .nav li{float: left;margin-right: 55px;transition:.4s;}
.top .nav li a{font-size:16px;color:#222; border-bottom: 2px solid transparent; line-height:70px; display: block; transition:.4s;}
.top .nav li:hover >a,
.top .nav li.on >a{border-bottom-color: #023592; }
.top .nav li .nav_sub{position: absolute;top:100%; display: none;width: 100%;}
.top .nav li .nav_sub dl{ margin-left:0; overflow:hidden;line-height: 0;z-index: 0; font-size: 0;}
.top .nav li .nav_sub dd{margin: 0 1%;display: inline-block;text-align: center; }
.top .nav li .nav_sub dd figure{display:table; height:30px; width:100%; margin-top:10px;}
.top .nav li .nav_sub dd figcaption{ display:table-cell; vertical-align:bottom; }
.top .nav li .nav_sub dd img{ max-height:30px; max-width:150px; transition: ease-in-out 0.3s;}
.top .nav li .nav_sub dd a:hover img{transform-style: preserve-3d;  transform:rotateY(180deg);}
.top .nav li .nav_sub dd a{display: inline-block;line-height:40px;padding: 0 25px;font-size:15px; border: none;}
.top .nav li .nav_sub dd a:hover{color:#023592;}
.top .logo .smLogo{display: none;}



@media(min-width: 1024px){
  .top .nav li .nav_sub#nav_sub{display:none;width: 100%;height:90px;left: 0;background-color: #f8f8f8;z-index: 0;top: 100%; margin: 0;}
  #nav2 .nav_sub{margin-left:-248px}
  #nav3 .nav_sub{margin-left:-400px}
  #nav4 .nav_sub{margin-left:-478px}
  #nav5 .nav_sub{margin-left:-276px}
  #nav6 .nav_sub{margin-left:-315px}
  #nav7 .nav_sub{margin-left:-110px}
  #nav8 .nav_sub{margin-left:-110px}
  
	
  .top .logo{position: relative;}
  .top .logo embed{width: 100%}
  .top .logo .biLogo{transition:.4s;display: inline-block;vertical-align: middle;}
  .top .logo .smLogo{position: absolute;left: 0;top: 50%;transform: translateY(-50%);opacity: 0;transition:.4s;display: block;}
  .top.aon{ box-shadow:0 0 5px rgba(0,0,0,0.1);} 
  .top.aon .logo{line-height: 60px;}	
  .top.aon .nav li a{line-height: 58px;}
  .top.aon .searBox{padding:18px 0;}	
  .top.aon .logo .biLogo{opacity: 0;}
  .top.aon .logo .smLogo{opacity: 1;}

  /*  .top.aon .logo{line-height:60px}
	.top.aon{background: #fff; box-shadow:0 10px 10px 0 rgb(0 0 0 / 5%)}
  .top.aon .logo{line-height:70px;}
  .top.aon .nav li{line-height:70px;}
  .top.aon .searBox{padding:23.5px 0;}
  .top.aon .nav li .nav_sub{top: 71px;}
  .top .nav li#nav5 .nav_sub dl{text-align: right;padding-right: 14%;}
  .top .nav li#nav6 .nav_sub dl{text-align: right;padding-right: 10%;}
  .top .nav li#nav7 .nav_sub dl{text-align: right;padding-right: 7%;}
  .top .nav li#nav8 .nav_sub dl{text-align: right;} */
}

@media screen and (max-width: 1500px) and (min-width: 768px){
  .top .nav li .nav_sub#nav_sub{display:none;width: 100%;height:90px;left: 0;background-color: #f8f8f8;z-index: 0;top: 100%; margin: 0;}
  #nav2 .nav_sub{margin-left:-248px}
  #nav3 .nav_sub{margin-left:-400px}
  #nav4 .nav_sub{margin-left:-478px}
  #nav5 .nav_sub{margin-left:-276px}
  #nav6 .nav_sub{margin-left:-400px}
  #nav7 .nav_sub{margin-left:-145px}
  #nav8 .nav_sub{margin-left:-145px}
}
/*banner*/
.banner{position: relative;margin-top:72px;}
.banner .slick-slide img{display: block; width: 100%; margin: 0 auto;}
.banner .slick-slide img.wap{display: none;}

.banner .slick-dots{ position:absolute; left:0; text-align:center; width:100%; bottom:5%; z-index:10;}
.banner .slick-dots li{ display:inline-block;padding-right:28px; position:relative; cursor: pointer;}
.banner .slick-dots li:after{ position:absolute; content:''; right:0; top:0; width:28px; height:1px; background:rgba(255,255,255,0.28); top:50%;}
.banner .slick-dots li:last-child{ padding-right:0;}
.banner .slick-dots li:last-child:after{ display:none;}
.banner .slick-dots li button{cursor: pointer; display:block; border:1px solid transparent; width:30px; height:30px; border-radius:50%; margin:0 2px; position:relative;font-size: 0;padding: 0;background: none;}
.banner .slick-dots li button::before{ position:absolute; left:50%; top:50%; margin-top:-6px; margin-left:-6px; width:12px; height:12px;border-radius:50%; content:''; background:#fff;}
.banner .slick-dots li.slick-active button{ border-color:#fff;}


.banner .slick-arrow{position: absolute; z-index: 30; top: 50%; width: 60px; height: 60px;background:rgba(255,255,255,0.6);padding: 0; margin-top: -30px; border-radius: 50%; transition: 0.3s; line-height: 100; overflow: hidden; border:none;}
.banner .slick-arrow:hover{background:#023592;}
.banner .slick-arrow:before{position: absolute; content: ''; width: 10px; height:10px; border-bottom: 2px solid #023592;;border-left: 2px solid #023592; left: 50%; top: 50%; margin: -6px 0 0 -2px; transform: rotate(45deg);-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);}
.banner .slick-next:before{transform: rotate(-135deg);-webkit-transform: rotate(-135deg);-ms-transform: rotate(-135deg);  margin:-6px  0 0 -7px;}
.banner .slick-prev{left: 3%;}
.banner .slick-next{right: 3%;}
.banner .slick-prev:hover:before,
.banner .slick-next:hover:before{ border-bottom-color:#fff;;border-left-color: #fff;}


@media(max-width: 1024px){
.banner .slick-arrow{display: none !important;}
.banner .slick-dots li button{ width:16px; height:16px;}
.banner .slick-dots li button::before{ margin-top:-3px; margin-left:-3px; width:6px; height:6px;}
	
.banner .slick-slide img.pc{display: none;}
.banner .slick-slide img.wap{display:block;}
}



.idxtit{text-align: center;margin: 4% 0 2%;}
.idxtit h5{font-size:40px;background:url(../images/titBG.png) no-repeat center center;}
.idxtit p{font-size:16px;color:#555;}

.moreBtn{}
.moreBtn .more{display: block;width: 190px;line-height:40px;background:#023592 url(../images/moreBG.png) no-repeat center right;padding: 0 18px;color:#fff;font-size:16px;box-shadow:0 0 15px rgba(2,53,146,.5);position: relative;top: 0;transition:.3s;border-radius:5px;}
.moreBtn .more:hover{top: -5px;}
.moreBtn2 .more{ width: 250px;}

  .moreBtn .mo{display: none;}

/*Foor2*/
.Foor2{}
.Foor2 .HomeF2slide{}
.Foor2 .HomeF2slide .small{margin-bottom: 30px;}
.Foor2 .HomeF2slide .small .item{text-align: center;}
.Foor2 .HomeF2slide .small .item img{margin: 0 auto;}
.Foor2 .HomeF2slide .small .item.slick-current .on,
.Foor2 .HomeF2slide .small .item .off{ display:none;}
.Foor2 .HomeF2slide .small .item.slick-current .off{ display:inline-block;}
.Foor2 .HomeF2slide .small .item p{font-size:16px;color:#555;margin-top:10px;}
.Foor2 .HomeF2slide .small .item.slick-current p{color:#023592;}
.Foor2 .HomeF2slide .big{background:#f9f9f9;}
.Foor2 .HomeF2slide .big .txtBox{width: 35%;display: inline-block;vertical-align: middle;padding-right: 5.5%;}
.Foor2 .HomeF2slide .big .txtBox h5{font-size:24px;line-height:36px;color:#222;font-weight: normal;}
.Foor2 .HomeF2slide .big .txtBox h5 a{color:#222;}
.Foor2 .HomeF2slide .big .txtBox h5 a:hover{color:#023592;}
.Foor2 .HomeF2slide .big .txtBox p{margin: 30px 0;font-size:16px;line-height:32px;color:#555555;}
.Foor2 .HomeF2slide .big .txtBox ul{margin-bottom:50px; display: flex;}
.Foor2 .HomeF2slide .big .txtBox li{margin-right:24px;text-align: center;max-width:90px;margin-bottom:8px;}
.Foor2 .HomeF2slide .big .txtBox li:nth-child(3n){margin-right:0;}
.Foor2 .HomeF2slide .big .txtBox li .imgB{width: 70px;line-height:70px;border:1px solid #d6d6d6;border-radius:10px;overflow: hidden;margin: 0 auto;}
.Foor2 .HomeF2slide .big .txtBox li .imgB img{display: inline-block;}
.Foor2 .HomeF2slide .big .txtBox li span{display: block;font-size:15px;color:#555555; margin-top:5px;}
.Foor2 .HomeF2slide .big .imgBox{display: inline-block;width:55.556%;vertical-align: middle;}


/*Foor3*/
.Foor3{}
.Foor3 .HomeF3slide{}
.Foor3 .HomeF3slide .big .item{position: relative;}
.Foor3 .HomeF3slide .big .Ispic{display: block; width: 100%; height: 700px; background-repeat: no-repeat; background-position: center; background-size: cover;}
.Foor3 .HomeF3slide .big .Ispic img{display: none;}

.Foor3 .HomeF3slide .big .item .txtBox{width: 100%;left: 0;top: 8%;position: absolute;}
.Foor3 .HomeF3slide .big .item .txtBox .text{width: 360px;color:#fff;background:rgba(2,53,146,.9);padding: 65px 40px;}
.Foor3 .HomeF3slide .big .item .txtBox .text h5{font-size:24px;margin-bottom:30px;font-weight:normal;}
.Foor3 .HomeF3slide .big .item .txtBox .text p{font-size:16px;line-height:28px;margin-bottom:40px;}
.Foor3 .HomeF3slide .big .item .txtBox .text .view{display: inline-block;padding-right:30px;position: relative;color:#fff;font-size:16px;}
.Foor3 .HomeF3slide .big .item .txtBox .text .view:before{width: 12px;height: 8px;content:'';background:url(../images/i1.png) no-repeat;position: absolute;top: 50%;margin-top:-4px;right:0;transition:.3s;}
.Foor3 .HomeF3slide .big .item .txtBox .text .view:hover:before{right:-5px;}
.Foor3 .HomeF3slide .smallWarp{transform: translateY(-50%);}
.Foor3 .HomeF3slide .smallWarp .small{background:#fff;padding: 25px 0;box-shadow:0 0 20px rgba(0,0,0,.2);}
.Foor3 .HomeF3slide .smallWarp .small .item{text-align: center;border-right:1px solid #e5e5e5;}
.Foor3 .HomeF3slide .smallWarp .small .item img{margin: 0 auto;transition:.3s; display: block;}
.Foor3 .HomeF3slide .smallWarp .small .item img.on{display: none;}
.Foor3 .HomeF3slide .smallWarp .small .item.slick-current img.off{display: none;}
.Foor3 .HomeF3slide .smallWarp .small .item.slick-current img.on{display:block;}
.Foor3 .HomeF3slide .smallWarp .small .item p{font-size:16px;color:#555;margin-top:10px;}
.Foor3 .HomeF3slide .smallWarp .small .item.slick-current p{color:#023592;}

/*Foor4*/
.Foor4 .idxtit{margin-top:1%;}
.Foor4 .Foor4Warp{position: relative; background:#000;}
.Foor4 .Foor4Warp .Bigbox{position: absolute;width: 100%;height: 100%;z-index: 1;}
.Foor4 .Foor4Warp .Bigbox figure{background-repeat: no-repeat;background-position: center center;background-size: cover;position: absolute;width: 100%;height: 100%;transition:.3s;}
.Foor4 .Foor4Warp .Smlbox{position: relative;z-index: 2;}

.Foor4 .Warpbox .slick-slide > div,
.Foor4 .Foor4Warp .item{float: left;width: 25%;text-align: center;padding: 80px 0;border-right: 2px solid rgba(255,255,255,.2);border-bottom: 2px solid rgba(255,255,255,.2);transition:.3s;}
.Foor4 .Warpbox .slick-slide > div:hover,
.Foor4 .Foor4Warp .item:hover{background:rgba(2,53,146,.25);}
.Foor4 .Warpbox .slick-slide > div .iconB,
.Foor4 .Foor4Warp .item .iconB{margin-bottom:50px;}
.Foor4 .Warpbox .slick-slide > div p,
.Foor4 .Foor4Warp .item p{font-size:16px;color:#fff;}

.Foor4 .Warpbox{overflow: hidden; background: #000; display: none;}
.Foor4 .Warpbox .slick-slide > div{position: relative;}
.Foor4 .Warpbox .slick-slide > div .iconB img{margin: 0 auto;}
.Foor4 .Warpbox .slick-slide > div .Ispic{background-size: cover;background-repeat: no-repeat;background-position: center;position: absolute;left:-1px; top:-1px;right:-1px;bottom: -1px; z-index:-1; opacity: 0.8;}



/*Foor5*/
.Foor5{}
.Foor5 .leftBox{width: 48%;display: inline-block;vertical-align: middle;}
.Foor5 .leftBox .item{position: relative;}
.Foor5 .leftBox .item h5{background:#023592 url(../images/moreBG.png) no-repeat center right;padding: 0 18px;color:#fff;font-size:16px;position: absolute;width: 100%;bottom: 0;left: 0;line-height:42px;font-weight:normal;}
.Foor5 .rightBox{display: inline-block;vertical-align: middle;width: 51%;padding-left: 3%; position: relative;}
.Foor5 .rightBox .hd{padding-bottom: 18px;border-bottom:1px solid #d6d6d6;}
.Foor5 .rightBox .hd li{padding: 0 25px;line-height:1;font-size:16px;color:#999999;display: inline-block;vertical-align: middle;position: relative;transition:.3s;cursor: pointer;}
.Foor5 .rightBox .hd li:before{width: 1px;height: 16px;content:'';background:#d6d6d6;position: absolute;left: 0;top: 50%;margin-top:-8px;}
.Foor5 .rightBox .hd li:first-child{padding-left:0;}
.Foor5 .rightBox .hd li:first-child:before{display: none;}
.Foor5 .rightBox .hd li.on{font-size:20px;font-weight:bold;color:#023592;}
.Foor5 .rightBox .bd li{line-height:50px;position: relative;border-bottom:1px solid #f5f5f5;}
.Foor5 .rightBox .bd li h5{font-size:15px;font-weight:normal;color:#555555;}
.Foor5 .rightBox .bd li time{position: absolute;top: 0;right:0;font-size:16px;color:#999;}
.Foor5 .rightBox .bd li:hover h5,
.Foor5 .rightBox .bd li:hover time{color:#023592;}

.Foor5 .rightBox .more{display: inline-block;padding-right:30px;position: absolute; color:#333;font-size:14px; right: 0; top:0; line-height: 20px; }
.Foor5 .rightBox .more:before{width: 12px;height: 8px;content:'';background:url(../images/i1_b.png) no-repeat;position: absolute;top: 50%;margin-top:-4px;right:0;transition:.3s;}
.Foor5 .rightBox .more:hover{color: #023592;}
.Foor5 .rightBox .more:hover:before{right:-5px;background-image:url(../images/i1_c.png);}



/*Foor6*/
.Foor6{margin-top:2%;background-position: center center;background-repeat: no-repeat;background-attachment: fixed;background-size:cover;padding-bottom:31.5%; position: relative;}
.Foor6 .edit-info{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); text-align: center;}

/*Foor7*/
.Foor7{margin-bottom:5%;}
.Foor7 .w1440{background:#f9f9f9;}
.Foor7 .FormBox{float: left;width: 52%;padding: 40px 5.5% 0;}
.Foor7 .FormBox h5{text-align: center;font-size:24px;font-weight:normal;margin-bottom:15px;}
.Foor7 .FormBox .form{}
.Foor7 .FormBox .form .itemBox{margin-bottom:15px;}
.Foor7 .FormBox .form .itemBox.desBox{padding-left:30px;position: relative;}
.Foor7 .FormBox .form .itemBox .item{float: left;width: 48%;padding-left:30px;position: relative;}
.Foor7 .FormBox .form .itemBox .item:nth-child(2n){float: right;}
.Foor7 .FormBox .form .itemBox i{position: absolute;width: 16px;height: 16px;left: 5px;top: 50%;margin-top:-8px;}
.Foor7 .FormBox .form .itemBox i.name{background:url(../images/Fi1.png) no-repeat;}
.Foor7 .FormBox .form .itemBox i.phone{background:url(../images/Fi2.png) no-repeat;}
.Foor7 .FormBox .form .itemBox i.add{background:url(../images/Fi3.png) no-repeat;}
.Foor7 .FormBox .form .itemBox i.des{background:url(../images/Fi4.png) no-repeat;}
.Foor7 .FormBox .form .itemBox .item input,
.Foor7 .FormBox .form .itemBox .item select{width: 100%;line-height:50px;padding: 0 5px;font-size:16px;border-bottom:1px solid #e5e5e5;height: 50px;}
.Foor7 .FormBox .form .itemBox .item select{display: block!important;}
.Foor7 .FormBox .form .itemBox.desBox textarea{padding: 5px;height: 100px;width: 100%;background:#fff;border:1px solid #e5e5e5;font-size:16px;}
.Foor7 .FormBox .form .itemBox.desBox i{top: 8px;margin-top:0;}
.Foor7 .FormBox .form .moreBtn{margin-left: 30px;margin-top:35px;}
.Foor7 .imgBox{float: right;width: 48%;}

/*bottom*/
.bottom{background:url(../images/bomLogo.png) left center #2a2d32 no-repeat;padding:50px 0 24px;}
.bottom .bomnav{float: left;width: 55%;}
.bottom .bomnav dl{float: left;margin-left:100px;}
.bottom .bomnav dl:first-child{margin-left:0;}
.bottom .bomnav dl dt{font-size:18px;font-weight:normal;color:#fff;margin-bottom:15px;}
.bottom .bomnav dl dd{margin: 0;position: relative;padding-left:15px;}
.bottom .bomnav dl dd:before{width: 6px;height: 9px;content:'';background:url(../images/i2.png) no-repeat;position: absolute;top: 50%;margin-top:-4.5px;left: 0;}
.bottom .bomnav dl dd a{line-height:32px;display: block;color:#fff;opacity: .5;}
.bottom .bomnav dl dd a:hover{opacity: 1;}
.bottom .bomcon{float: right;text-align: right;}
.bottom .bomcon .codeBox{}
.bottom .bomcon .codeBox .item{position: relative;float: left;margin-left:10px;border-radius:8px;background:rgba(255,255,255,.1);padding: 8px 35px 8px 10px;cursor: pointer;}
.bottom .bomcon .codeBox .item:before{width: 0;height: 0;border-top: 5px solid transparent;border-left: 5px solid #bbb;border-bottom: 5px solid transparent;content:'';position: absolute;right:10px;top: 50%;margin-top:-5px;}
.bottom .bomcon .codeBox .item .box .icon{width: 30px;height: 30px;background:url(../images/code.png) no-repeat;display: inline-block;vertical-align: middle;margin-right:8px; background-size:contain;}
.bottom .bomcon .codeBox .item .box p{display: inline-block;vertical-align: middle;color:#bbbbbb;text-align: left;}
.bottom .bomcon .codeBox .item:nth-child(2) .box p{min-width: 98px; line-height: 40px;}
.bottom .bomcon .codeBox .item:nth-child(3) .box p{min-width: 98px; line-height: 40px;}
.bottom .bomcon .codeBox .item figure{position: absolute;bottom: 100%;left: 0;width: 100%;text-align: center;padding: 10px;display: none;}
.bottom .bomcon .codeBox .item figure .text{text-align: center;background: #fff;padding: 20px 10px;line-height: 1;}
.bottom .bomcon .linkBox{margin: 35px 0 25px;}
.bottom .bomcon .linkBox a{display: inline-block;vertical-align: middle;color:#fff;opacity: .5;padding: 0 10px;line-height:1;border-right:1px solid rgba(255,255,255,.5);}
.bottom .bomcon .linkBox a:hover{opacity: 1;}
.bottom .bomcon .linkBox a:last-child{padding-right:0;border-right:none;}
.bottom .bomcon .copyBox{line-height:24px;color:#fff;opacity: .5;font-size:14px;}
.bottom .bomcon .copyBox a{color:#fff;}
.bottom .bomcon .copyBox a:hover{opacity: 1;}

.bottom .b-bottom{line-height:24px;color:rgba(255,255,255,0.5);font-size:14px; text-align: center;border-top:1px solid rgba(255,255,255,.1); margin-top: 24px; padding-top: 28px;}
.bottom .b-bottom a{color:#fff; opacity: 0.5;}
.bottom .b-bottom a:hover{opacity: 1;}



.innerBan{position: relative;}
.innerBan .Banbox{padding-bottom:550px;background-repeat:no-repeat;background-size: cover;background-position:center center;}
.innerBan .Conbox{position: absolute;width: 100%;left: 0;bottom: 0;color:#fff;}
.innerBan .Conbox .txtBox{margin-bottom:30px;}
.innerBan .Conbox .txtBox h5{font-size:40px;}
.innerBan .Conbox .txtBox p{font-size:16px;line-height:36px;}
.innerBan .Conbox .menuLocat{border-top:1px solid rgba(255,255,255,.2);}
.innerBan .Conbox .menuLocat .menu{float: left;}
.innerBan .Conbox .menuLocat .menu li{float: left;line-height:75px;margin-right:60px;position: relative;}
.innerBan .Conbox .menuLocat .menu li:before{width: 0;height: 2px;content:'';background:#fff;position: absolute;top: 0;left: 0;transition:.3s;}
.innerBan .Conbox .menuLocat .menu li a{color:#fff;font-size:16px;}
.innerBan .Conbox .menuLocat .menu li:hover:before,
.innerBan .Conbox .menuLocat .menu li.on:before{width: 100%;}
.innerBan .Conbox .menuLocat .locatBox{line-height:75px;float: right;}
.innerBan .Conbox .menuLocat .locatBox p{padding-left:25px;position: relative;}
.innerBan .Conbox .menuLocat .locatBox p:before{width: 17px;height: 15px;content:'';background:url(../images/home.png) no-repeat;position: absolute;left: 0;top: 50%;margin-top:-7.5px;}
.innerBan .Conbox .menuLocat .locatBox a{color:#d5e4ff;display: inline-block;vertical-align: middle;margin-right: 15px;position: relative;}
.innerBan .Conbox .menuLocat .locatBox a:hover{color:#fff;}
.innerBan .Conbox .menuLocat .locatBox a:before{width: 2px;height: 2px;content:'';background:#d5e4ff;position: absolute;right:-8px;top: 50%;margin-top:-1px;}
.innerBan .Conbox .menuLocat .locatBox br{display: none;}

/*公司介绍*/
.profileWarp{position: relative;padding-top: 140px;}
.wzdtff {
  padding: 40px 0;
}
.profileWarp .titBox{width: 42.5%;padding-top:40px;padding-left:5%;font-size:30px;margin-bottom:5%;}
.profileWarp .titBox h5{font-weight:normal;margin-bottom:25px;}
.profileWarp .titBox p{font-weight:bold;color:#023592;font-style:italic;line-height:44px;}
.profileWarp .imgBox{position: absolute;right:0;top: 55px;width: 50%;z-index: 9;}
.profileWarp .txtBox{font-size: 16px;line-height:32px;color:#555555;padding: 12% 4% 4%;background:#f9f9f9;position: relative;}
.profileWarp .txtBox:before{width: 9px;height: 19px;content:'';background:url(../images/i3.png) no-repeat;position: absolute;left: 4%;top: 10%;}
.patentWarp{padding-bottom:4%;background:url(../images/patBG.png) no-repeat bottom center;}
.patentWarp .patList{padding: 4% 0;}
.patentWarp .patList .ul{text-align: center; font-size: 0;}
.patentWarp .patList li{display: inline-block;width: 20%;text-align: center; padding: 0 10px;}
.patentWarp .patList li p{font-size:16px;font-weight:bold;color:#555;margin-top:10px; line-height: 24px; height: 48px; }
.patentWarp .timeList .item{width: 49%;float: left;padding: 3% 4%;background:#fff;}
.patentWarp .timeList .item:nth-child(2n){float: right;}
.patentWarp .timeList .item .yearB{border-left:1px solid #023592;padding-left: 15px;padding-bottom:15px;font-size:18px;color:#023592;font-weight: bold;}
.patentWarp .timeList .item .yearB span{font-size:40px;margin-right:8px;line-height:1;}
.patentWarp .timeList .item p{border-left:1px solid #023592;padding-left: 15px;font-size: 16px;line-height:30px;color:#555555;}

/*企业文化*/
.culList{margin-bottom:4%;}
.culList .item{width: 32%;margin-right:2%;float: left;box-shadow:0 0 20px rgba(0,0,0,.1);background-repeat:no-repeat;background-position:right center;padding: 4% 8% 4% 4%;}
.culList .item:nth-child(3n){margin-right:0;}
.culList .item:nth-child(1){background-image:url(../images/c1BG.jpg);}
.culList .item:nth-child(2){background-image:url(../images/c2BG.jpg);}
.culList .item:nth-child(3){background-image:url(../images/c3BG.jpg);}
.culList .item h5{font-size:24px;margin-bottom:15px;}
.culList .item p{font-size:16px;line-height:28px;color:#555555;min-height: 56px;}
.senseWarp{background-repeat:no-repeat;background-size: cover;background-position:center center;padding: 4% 0;}
.senseWarp .senseBox{padding: 3% 0;background:url(../images/senBG.jpg) no-repeat right bottom; background-size: cover;}
.senseWarp .senseBox .titBox{float: left;width: 14%;padding: 30px 40px 0;text-align: center;}
.senseWarp .senseBox .titBox .iconB{margin-bottom:20px;}
.senseWarp .senseBox .titBox h5{font-size:24px;}
.senseWarp .senseBox .tabBox{float: left;width: 75%;padding-left:4%;border-left:1px solid #f2f5f9;}
.senseWarp .senseBox .tabBox .hd{float: left;width: 30%;}
.senseWarp .senseBox .Wapbox li,
.senseWarp .senseBox .tabBox .hd li{font-size:16px;line-height:50px;color:#555555;cursor: pointer;}
.senseWarp .senseBox .Wapbox li .tit,
.senseWarp .senseBox .tabBox .hd li span{display: inline-block;padding-right:30px;position: relative;}
.senseWarp .senseBox .Wapbox li .tit:before,
.senseWarp .senseBox .tabBox .hd li span:before{width: 17px;height: 12px;content:'';background:url(../images/i4.png) no-repeat;top: 50%;margin-top:-6px;right:0;opacity: 0;transition:.3s;position: absolute;}
.senseWarp .senseBox .Wapbox li .tit.on,
.senseWarp .senseBox .tabBox .hd li.on{font-weight:bold;font-size:18px;color:#023592;}
.senseWarp .senseBox .Wapbox li .tit.on:before,
.senseWarp .senseBox .tabBox .hd li.on span:before{opacity: 1;}
.senseWarp .senseBox .tabBox .bd{float: left;width: 70%;padding-left:10px;}
.senseWarp .senseBox .Wapbox li .Titbox,
.senseWarp .senseBox .tabBox .bd .itemBox{padding-top: 10px;font-size:16px;line-height:32px;color:#555555;}

.senseWarp .senseBox .Wapbox{padding: 4%; display: none;}
.senseWarp .senseBox .Wapbox li{border-bottom:1px dashed #eaeaea;}
.senseWarp .senseBox .Wapbox li .Titbox{background: #f9f9f9; padding:20px; display: none;}


/*品牌价值*/
.brandWarp{background:url(../images/costLogo.png) no-repeat center bottom;background-size: contain;}
.brandWarp .brandTop{padding-top:8%;position: relative;}
.brandWarp .brandTop .titBox{padding-left:4%;margin-bottom:25px;}
.brandWarp .brandTop .titBox h5{font-size:40px;}
.brandWarp .brandTop .titBox p{font-size:16px;color:#555555;}
.brandWarp .brandTop .txtBox{padding: 10% 4% 8%;background:#f9f9f9;position: relative;}
.brandWarp .brandTop .txtBox:before{width: 1px;height: 100px;content:'';background:#023592;position: absolute;top: -15px;left: 4%;}
.brandWarp .brandTop .txtBox:after{width: 9px;height: 19px;content:'';background:url(../images/i3.png) no-repeat;position: absolute;left: 4%;margin-left:-4.5px;top: 100px;}
.brandWarp .brandTop .txtBox p{font-size:16px;line-height:50px;color:#555555;position: relative;padding-left:20px;}
.brandWarp .brandTop .txtBox p:before{width: 6px;height: 6px;content:'';background:#023592;border-radius:50%;position: absolute;top: 50%;margin-top:-3px;left: 0;}
.brandWarp .brandTop .txtBox p span{color:#023592;}
.brandWarp .brandTop .imgBox{position: absolute;right:4%;bottom:8%;width: 32.5%;}
.brandWarp .brandBom{padding: 6% 0;}
.brandWarp .brandBom .imgBox{float: left;width: 44.5%;}
.brandWarp .brandBom .txtBox{float: right;width: 50%;padding-right:2%;}
.brandWarp .brandBom .txtBox .logoB{margin: 80px 0;}
.brandWarp .brandBom .txtBox .textB p{font-size:16px;line-height:30px;margin-bottom:10px;position: relative;padding-left:20px;}
.brandWarp .brandBom .txtBox .textB p:before{width: 6px;height: 6px;content:'';background:#023592;border-radius:50%;position: absolute;top: 12px;left: 0;}
.brandWarp .brandBom .txtBox .textB p span{color:#023592;font-weight:bold;}


/*品牌价值2*/
.brandsWarp{padding:5% 0;}
.brandsWarp .titBox{text-align: center;margin-bottom:40px;}
.brandsWarp .titBox h5{font-size:40px; background: url(../images/brandsWarp-logo.png) no-repeat center;}
.brandsWarp .titBox p{font-size:16px;color:#555555;}
.brandsWarp .brandbox{margin-top:2.5%;}
.brandsWarp .brandbox+.brandbox{margin-top:5%;}
.brandsWarp .brandbox .img{display: block;width: 100%;}
.brandsWarp .brandbox .ul1{display:flex;width: 100%; margin-top: 4.5%; border-right: 1px solid #e5e5e5;}
.brandsWarp .brandbox .ul1 li{width: 33.3%; border-left: 1px solid #e5e5e5; padding:3% 5.5%; }
.brandsWarp .brandbox .ul1 li .num{font-size: 36px; color:#999; margin-bottom: 4%; font-family: "Poppins"; text-align: left;}
.brandsWarp .brandbox .word,
.brandsWarp .brandbox .ul1 li .txt{font-size:16px; color:#555; line-height: 32px; text-align: justify;}
.brandsWarp .brandbox .word b,
.brandsWarp .brandbox .ul1 li .txt b{color:#023592;}
.brandsWarp .brandbox .word{padding:3% 9%;}
.brandsWarp .ytable {display: table; width: 100%;}
.brandsWarp .ytable-fixed {table-layout: fixed;}
.brandsWarp .ytable-cell {display: table-cell;vertical-align: middle;}
.brandsWarp .con{ background: url(../images/brandbox-bg.jpg) no-repeat center; }

@media(max-width:768px){
.brandsWarp .brandbox .ul1{display:block; border-right:none;}
.brandsWarp .brandbox .ul1 li{width: 100%; border-left:none; padding:4%; border-bottom:1px solid #e5e5e5;}
.brandsWarp .ytable,
.brandsWarp .ytable-cell{display: block;}
.brandsWarp .con{ background: none; }
.brandsWarp .brandbox .pic{background:#f9f9f9;}
.brandsWarp .brandbox .word{padding:6%; background:#f3f3f3;}
}




/*荣誉资质*/
.honerList{}
.honerList li{float: left;width: 24%;margin-right:1.33%;background:url(../images/hBG.jpg) no-repeat;padding: 40px 50px;margin-bottom:2%;}
.honerList li:nth-child(4n){margin-right:0;}
.honerList li figure{padding-bottom:85%;background-repeat:no-repeat;background-size: contain;background-position:center bottom;}
.honerList li p{padding: 30px 0;text-align: center;font-size:18px;display: none;}

/*页码*/
.PageBox{padding:20px 0;}
.PageBox .Pages{text-align:center;}
.PageBox .Pages a{color:#999;font-size:16px;margin:0 3px;transition:all .5s;border-radius:50%;width: 30px;height: 30px;background-size: contain!important; line-height: 30px;}
.PageBox .Pages a:hover,
.PageBox .Pages a.a_cur{background:#023592;color:#fff;}
.PageBox .Pages .num{font-style:normal;}
.PageBox .Pages .num a{display:inline-block;vertical-align: middle;}
.PageBox .Pages a.a_prev{position: relative;font-size:0;background:url(../images/page.png) no-repeat;transition:.3s;display: inline-block;vertical-align: middle;}
.PageBox .Pages a.a_prev:hover{background:url(../images/page_on.png) no-repeat;transform: rotate(180deg);}
.PageBox .Pages a.a_next{position: relative;font-size:0;background:url(../images/page.png) no-repeat;transform: rotate(180deg);transition:.3s;display: inline-block;vertical-align: middle;}
.PageBox .Pages a.a_next:hover{background:url(../images/page_on.png) no-repeat;transform: rotate(0);}
@media screen and (min-width:768px){
.PageBox{padding: 5% 0;}
.PageBox .Pages a{margin: 0 10px;width: 50px;height: 50px;line-height:50px;text-align: center;}
}
/*页码*/

/*产品中心*/
.proMenu{background:#f9f9f9;}
.proMenu ul{display: flex;justify-content: space-around;}
.proMenu li{text-align: center;position: relative;padding: 45px 0;}
.proMenu li:before{width: 100%;height: 20px;content:'';background:url(../images/i5.png) no-repeat;position: absolute;bottom:-10px;left: 0;background-size: contain;opacity: 0;}
.proMenu li.on:before{opacity: 1;}
.proMenu li img{margin: 0 auto;transition:.3s; display: block;}
.proMenu li img.on{display: none;}
.proMenu li.on img.off{display: none;}
.proMenu li.on img.on{display: block;}
.proMenu li p{font-size:16px;color:#555;margin-top:10px;}
.proMenu li:hover p,
.proMenu li.on p{color:#023592;}
.proList{padding: 4% 0 5%;}
.proList .item{padding: 4%;background:url(../images/proBG1.jpg) no-repeat center;background-size: cover;margin-bottom:3%;}
.proList .item .txtBox{width: 40%;float: left;background:#fff;padding: 50px;transition:.3s;}
.proList .item .txtBox h5{font-size:30px;font-weight:normal;margin-bottom:15px;}
.proList .item .txtBox h5 a{color: #333;}
.proList .item .txtBox h5 br{display: none;}
.proList .item .txtBox p{font-size:16px;line-height:28px;color:#666666;margin-bottom:50px;}
.proList .item .txtBox .view{display: inline-block;padding-right:30px;position: relative;font-size:16px;}
.proList .item .txtBox .view:before{width: 12px;height: 8px;content:'';background:url(../images/i1_b.png) no-repeat;position: absolute;top: 50%;margin-top:-4px;right:0;transition:.3s;}
.proList .item .imgBox{width: 50%;text-align: center;float: right;}
.proList .item:nth-child(even){background:url(../images/proBG2.jpg) no-repeat center;background-size: cover;}
.proList .item:nth-child(even) .txtBox{float: right;}
.proList .item:nth-child(even) .imgBox{float: left;}
.proList .item:last-child{margin-bottom:0;}
.proList .item:hover .txtBox{background:rgba(2,53,146,.8);}
.proList .item:hover .txtBox h5,
.proList .item:hover .txtBox h5 a,
.proList .item:hover .txtBox p,
.proList .item:hover .txtBox .view{color:#fff;}
.proList .item:hover .txtBox .view:before{right:-5px;background:url(../images/i1.png) no-repeat;}
/*详情*/
.innerBan.proinfoBan .Conbox .txtBox h5{color:#023592;font-size:36px;font-weight:normal;margin-bottom:15px;}
.innerBan.proinfoBan .Conbox .txtBox h5 br{display: none;}
.innerBan.proinfoBan .Conbox .txtBox p{max-width:45%;color:#555;line-height:30px;}
.prointit{font-size:30px;padding: 6% 0 4%;text-align: center;font-weight:bold;}
.featureList{margin-bottom:4%;position: relative;z-index: 1;}
.featureList .box{overflow: hidden;}
.featureList li{padding: 40px 35px;cursor: pointer;transition:.3s; margin: 15px;}
.featureList li .iconB{position: relative;width: 121px; padding: 48px 0;text-align: center;background:url(../images/piBG.png) no-repeat;background-size: contain;margin: 0 auto;transition:.3s;}
.featureList li .iconB .be{ margin: 0 auto; height: 40px;}
.featureList li .iconB .af{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);opacity: 0;transition:.3s;}
.featureList li .textB{text-align: center;}
.featureList li .textB h5{font-size:20px;margin: 15px 0;}
.featureList li .textB p{font-size:16px;line-height:30px;}
.featureList li:hover{box-shadow: 0 0 20px rgba(2,53,146,.2);}
.featureList li:hover .iconB{background:url(../images/piBG_on.png) no-repeat;}
.featureList li:hover .iconB .af{opacity: 1;}
.featureList li:hover .textB h5,
.featureList li:hover .textB p{color:#023592;}


.featureList .slick-arrow{width: 50px;height: 50px;background:url(../images/btn.png) no-repeat;background-size: contain;position: absolute;top: 50%;margin-top:-25px;font-size:0;border:none;cursor: pointer;}
.featureList .slick-arrow.slick-prev{left: -50px;transform: rotate(180deg);}
.featureList .slick-arrow.slick-next{right:-50px;}
.featureList .slick-arrow:hover{background-image:url(../images/btn_on.png);}
@media(max-width:1550px){
.featureList .box{padding: 0 60px}
.featureList .slick-arrow.slick-prev{left:0;}
.featureList .slick-arrow.slick-next{right:0;}
}






.coreWarp{}
.coreWarp .coreTop{background:url(../images/coreBG.jpg) no-repeat;background-size: cover;padding-bottom:8%;}
.coreWarp .coreTop .prointit{color:#fff;}
.coreWarp .coreTop ul{max-width:80%;margin: 0 auto;position: relative;}
.coreWarp .coreTop ul li .imgBox{width: 32%;text-align: right;float: left;}
.coreWarp .coreTop ul li .imgBox img{display: inline-block;}
.coreWarp .coreTop ul li .txtBox{color:#fff;padding: 0 3%; text-align: center;}
.coreWarp .coreTop ul li .txtBox h5{font-size:24px;margin-bottom:20px;}
.coreWarp .coreTop ul li .txtBox p{font-size:16px;line-height:36px;}
.coreWarp .coreTop ul li .txtBox .p{position: relative;padding-left:15px;}
.coreWarp .coreTop ul li .txtBox .p:before{width: 4px;height: 4px;content:'';background:#fff;border-radius:50%;position: absolute;top: 15px;left: 0;}
.coreWarp .coreTop ul .slick-arrow{width: 30px;height: 20px;background:url(../images/i6.png) no-repeat;background-size: contain;position: absolute;top: 50%;margin-top:-10px;opacity: .8;font-size:0;border:none;cursor: pointer;}
.coreWarp .coreTop ul .slick-arrow.slick-prev{left: -30px;transform: rotate(180deg);}
.coreWarp .coreTop ul .slick-arrow.slick-next{right:-30px;}
.coreWarp .coreTop ul .slick-arrow:hover{opacity: 1;}
.coreWarp .coreBom{transform: translateY(-50%);}
.coreWarp .coreBom ul{background:#fff;padding: 8px;box-shadow:0 0 20px rgba(0,0,0,.2);}
.coreWarp .coreBom ul li{text-align: center;border-right:1px solid #e5e5e5;padding: 30px 15px;cursor: pointer;}
.coreWarp .coreBom ul li img{margin: 0 auto;opacity: .3;transition:.3s;}
.coreWarp .coreBom ul li.slick-current img{opacity: 1;}
.coreWarp .coreBom ul li.slick-current{background:#e9eef6;}
.coreWarp .coreBom ul li p{font-size:16px;color:#555;margin-top:10px;}
.coreWarp .coreBom ul li.slick-current p{color:#023592;}
.applyWarp{margin-bottom:4%;}
.applyWarp .prointit{padding:2% 0 1%;}
.applyWarp .appDes{text-align: center;font-size:16px;color:#555555;margin-bottom:3%;}
.applyWarp ul{position: relative;}
.applyWarp li{float: left;width: 24.5%;margin-right:0.66%;position: relative;margin-bottom:0.66%;cursor: pointer;}
.applyWarp li:before{width: 100%;height: 0;content:'';background:rgba(2,53,146,.8);position: absolute;top: 0;left: 0;transition:.3s;}
.applyWarp li figure{padding-bottom:75.5%;background-repeat:no-repeat;background-size: cover;background-position:center center;}
.applyWarp li p{font-size:24px;color:#ffffff;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);opacity: 0;transition:.3s;}
.applyWarp li:nth-child(7){position: absolute;top: 0;margin-right: 0;right:0;}
.applyWarp li:nth-child(7) figure{padding-bottom:153.5%;}
.applyWarp li:hover:before{height: 100%;}
.applyWarp li:hover p{opacity: 1;}
.appBtn{padding: 95px 0;background:url(../images/appBG.jpg) no-repeat center center;background-size: cover;}
.appBtn .moreBtn .more{margin: 0 auto;background: url(../images/moreBG.png) no-repeat center right;border:2px solid #225bc3;color:#023592;box-shadow:none;}


.appBtn .pop-up{ display:none; position:fixed; z-index:150; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.25);}
.appBtn .pop-up .ycenter{ height:100%;align-items: center; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}
.appBtn .pop-up .main{ position:relative; width:90%; margin:0 auto; max-width:600px; background:#fff; border-radius:10px; padding:3% 5%;}
.appBtn .pop-up .close{ position:absolute; width:30px; height:30px; right:-15px; top:-15px; border-radius:50%; background:#225bc3; cursor:pointer;}
.appBtn .pop-up .close::before,
.appBtn .pop-up .close::after{ position:absolute; content:''; left:20%; top:50%; width:60%; height:3px; background:#fff; margin-top:-1px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);}
.appBtn .pop-up .close::before{ transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);}
.appBtn .pop-up#form td{ padding-top:4%; vertical-align:top; position: relative; padding-right: 20px;}
.appBtn .pop-up#form td em{ font-style: normal; color: #c00; position: absolute; right: 0; top: 50%; transform: translateY(-50%); display: block;}
.appBtn .pop-up#form td .text,.appBtn .pop-up#form td select{ width:100%; display: block; line-height:33px; height:43px; color: #6e6e6e; border:1px solid #dcdcdc; border-radius:3px; padding: 5px 10px 5px 50px;}
.appBtn .pop-up#form td select{ display: block !important;}
.appBtn .pop-up#form td .name{ background:url(../images/Form-ico.png) no-repeat 10px 10px;}
.appBtn .pop-up#form td .phone{ background:url(../images/Form-ico.png) no-repeat 10px -30px;}
.appBtn .pop-up#form td .province{ background:url(../images/Form-ico.png) no-repeat 10px -70px;}
.appBtn .pop-up#form td .city{ padding-left: 10px;}
.appBtn .pop-up#form td .message{ background:url(../images/Form-ico.png) no-repeat 10px -108px;}
.appBtn .pop-up#form td .btn{ width:40%; margin-right:3%; height:40px; cursor:pointer; border:none; border-radius:3px;color:#fff; background:#225bc3; max-width:120px;}
.appBtn .pop-up#form h3{ margin:0; text-align:center; font-size:24px; font-weight:normal; color:#225bc3;}
.appBtn .pop-up#form p{ margin:0; text-align:center; font-size:18px; color:#225bc3;}
.appBtn .pop-up#map .main{ padding:15px;}
.appBtn .pop-up .map{ height:300px;}

/*解决方案*/
.sortsearWarp{padding: 4% 0;margin-top:100px;}
.sortsearWarp .seleB{float: left;width: 25%;padding-bottom:35px;border-bottom:1px solid #e0e0e0;}
.sortsearWarp .seleB select{width: 100%;font-size:16px;}
.sortsearWarp .searB{float: right;width: 25%;padding-bottom:35px;border-bottom:1px solid #e0e0e0;position: relative;}
.sortsearWarp .searB input{font-size:16px;}
.sortsearWarp .searB .searBtn{display: block;width: 14px;height: 14px;background:url(../images/sear.png) no-repeat;position: absolute;right:5px;top: 8px;}

/*
.caseList{ margin-top: 100px;}
*/
.caseList .item{width: 20%;float: left;transition:.3s;}
.caseList .item a{position: relative;display: block;}
.caseList .item a:before{width: calc(100% - 8px);height: calc(100% - 8px);content:'';border:4px solid transparent;border-bottom:none;position: absolute;top: 0;left: 0;}
.caseList .item figure{padding-bottom:680px;background-repeat:no-repeat;background-size: cover;background-position:center center;}
.caseList .item p{font-size:18px;color:#fff;width: 100%;text-align: center;bottom:8%;left: 0;position: absolute;padding: 0 8%;transition:.3s;}
.caseList .item p:before{width: 50px;height: 50px;content:'';background:url(../images/i7.png) no-repeat;position: absolute;right:8%;top: 50%;margin-top:-25px;background-size: contain;opacity: 0;transition:.3s;}
.caseList .item.unon{width: 16.75%;}
.caseList .item.on{width: 33%;}
.caseList .item.on a:before{border-color: #023592;}
.caseList .item.on p{text-align: left;}
.caseList .item.on p:before{opacity: 1;}
/*详情*/
.summaryWarp{background:url(../images/sumBG.png) no-repeat top left;padding-top: 4%;}
.summaryWarp .sumTop{position: relative;padding-bottom:10.5%;}
.summaryWarp .sumTop .txtBox{width: 43%;}
.summaryWarp .sumTop .txtBox h5{padding: 30px 0;font-size:30px;position: relative;margin-bottom:30px;color:#222222;}
.summaryWarp .sumTop .txtBox h5:before{width: calc(100% - 35px);height: 2px;content:'';background:#023592;position: absolute;left: 0;bottom:0;}
.summaryWarp .sumTop .txtBox h5:after{width: 9px;height: 19px;content:'';background:url(../images/i3.png) no-repeat;position: absolute;transform: rotate(-90deg);right:5px;bottom:-4.5px;}
.summaryWarp .sumTop .txtBox p{font-size:16px;line-height: 34px;color:#555555;}
.summaryWarp .sumTop .imgBox{position: absolute;width: 50%;top: 0;right:0;z-index: 9;}
.summaryWarp .sumBom{padding: 4%;position: relative;box-shadow:0 0 20px rgba(0,0,0,.1);position: relative;background:#fff;}
.summaryWarp .sumBom:before{width: 2px;height: 65px;content:'';background:#023592;position: absolute;left: 4%;top: 0;}
.summaryWarp .sumBom:after{width: 9px;height: 19px;content:'';background:url(../images/i3.png) no-repeat;position: absolute;left: 4%;margin-left:-4.5px;top: 70px;}
.summaryWarp .sumBom h5{padding: 30px 0;text-align: center;border-bottom:1px solid #eeeeee;margin-bottom:1px;font-size:30px;color:#222222;}
.summaryWarp .sumBom .contBox{border-top:2px solid #eee;padding-top:30px;position: relative;}
.summaryWarp .sumBom .contBox .txtBox{font-size:16px;line-height:30px;}
.summaryWarp .sumBom .contBox .txtBox p{color:#555555;}
.summaryWarp .sumBom .contBox .txtBox span{color:#023592;}
.summaryWarp .sumBom .contBox .txtBox .qus{margin-bottom:15px;}
.summaryWarp .sumBom .contBox .txtBox .qus p{padding-left:20px;position: relative;}
.summaryWarp .sumBom .contBox .txtBox .qus p:before{width: 12px;height: 8px;content:'';background:url(../images/i1_b.png) no-repeat;position: absolute;top:10px;left:0;}
.summaryWarp .sumBom .contBox .txtBox .qus span{display: inline-block;padding: 0 20px;background:#023592;color:#fff;margin: 30px 0;line-height:35px;}
.summaryWarp .sumBom .contBox .imgBox{position: absolute;top: 30px;right:4%;width: 20.8%;}
.caseInfo{margin: 5% 0 4%;position: relative;}
.caseInfo .item{position: relative;}
.caseInfo .item figure{padding-bottom:700px;background-repeat:no-repeat;background-size: cover;background-position:center center;}
.caseInfo .item .txtBox{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.caseInfo .item .txtBox .des{width: 33.5%;height: 700px;background:rgba(2,53,146,.8);color:#fff;padding: 4%;}
.caseInfo .item .txtBox .des h5{font-size:30px;line-height:48px;}
.caseInfo .item .txtBox .des .line{width: calc(100% - 30px);height: 2px;background:#fff;position: relative;margin: 30px 0;}
.caseInfo .item .txtBox .des .line:before{width: 9px;height: 19px;content:'';background:url(../images/i3_w.png) no-repeat;position: absolute;transform: rotate(-90deg);right:-25px;top: 50%;margin-top:-9px;}
.caseInfo .item .txtBox .des p{font-size:16px;line-height:30px;}
.caseInfo .slick-dots{position: absolute;width: 100%;left: 0;bottom:12%;max-width:1440px;left: 50%;transform: translateX(-50%);padding-left:3%;}
.caseInfo .slick-dots li{width: 8px;height: 8px;background:#fff;opacity: .2;margin-right:15px;display: inline-block;vertical-align: middle;border-radius:50%;}
.caseInfo .slick-dots li.slick-active{opacity: 1;}
.caseInfo .slick-dots li button{display: none;}
.userPro{padding-bottom: 4%;}
.userPro h5{text-align: center;border-bottom:1px solid #eeeeee;margin-bottom:1px;font-size:30px;color:#222222;padding-bottom:30px;}
.userPro .seproList{border-top:2px solid #eee;padding-top:3%;position: relative;}
.userPro .seproList ul{margin: 0 -10px;}
.userPro .seproList li a{margin: 0 10px;width: calc(100% - 20px);display: block;}
.userPro .seproList li .imgBox{background:#f4f8fb;padding: 25px 0;border-bottom:4px solid transparent;}
.userPro .seproList li .imgBox figure{padding-bottom:60%;background-size: contain;background-repeat:no-repeat;background-position:center center;}
.userPro .seproList li p{font-size:18px;text-align: center;color:#222;margin-top:20px;}
.userPro .seproList li:hover .imgBox{border-bottom-color: #023592;}
.userPro .seproList li:hover p{color:#023592;}
.userPro .seproList .slick-arrow{font-size:0;background:url(../images/i4.png) no-repeat;background-size: contain;width: 30px;height: 20px;border:none;position: absolute;top: 50%;margin-top:-10px;right: -40px;opacity: .5;cursor: pointer;}
.userPro .seproList .slick-arrow.slick-prev{right:auto;left: -40px;transform: rotate(180deg);}
.userPro .seproList .slick-arrow:hover{opacity: 1;}

/*服务支持*/
.serveTit{font-size:30px;color:#222;text-align: center;padding:4% 0 3%;font-weight:bold;}
.serveList{margin-bottom:4%;}
.serveList .item{float: left;margin-right:2%;width: 49%;background:#f2f5f9;}
.serveList .item:nth-child(2n){margin-right:0;}
.serveList .item .img{display: inline-block;vertical-align: middle;width: 52%;}
.serveList .item .txt{display: inline-block;vertical-align: middle;width: 41%;padding-left:30px;}
.serveList .item .txt h5{font-size:20px;color:#222;margin-bottom:15px;}
.serveList .item .txt p{font-size:16px;line-height:30px;color:#555555;}
.agentWarp{background:url(../images/agentBG.jpg) no-repeat top center;}
.agentWarp .serveTit{color:#fff;padding: 5% 0 4%;}
.agentWarp .agentList{}
.agentWarp .agentList .item{background:#fff;box-shadow:0 0 15px rgba(0,0,0,.1);padding-bottom:3%; margin:10px;}
.agentWarp .agentList .item em{font-style:normal;color:#fff;width: 76px;height: 75px;background:url(../images/i8.png) no-repeat;padding: 8px;font-size:18px;font-weight:bold;display: block;}
.agentWarp .agentList .item .iconB{max-width:60px;line-height:60px;margin: 0 auto;}
.agentWarp .agentList .item h5{font-size:20px;font-weight:normal;color:#222222;margin: 30px 0 20px;text-align: center;}
.agentWarp .agentList .item p{text-align: center;max-width:80%;margin: 0 auto;font-size:16px;color:#555555;line-height:30px;min-height: 150px;}
.ownerWarp .serveTit{text-align: left;padding: 5% 0 4%;}
.ownerWarp .leftBox{float: left;width: 46%;}
.ownerWarp .leftBox .item{padding-left:15px;position: relative;margin-bottom:15px;}
.ownerWarp .leftBox .item em{position: absolute;left: 0;top: 50%;font-size:16px;font-weight:bold;color:#fff;background:#023592;padding: 5px 8px;transform: translateY(-50%);font-style:normal;transition:.3s;}
.ownerWarp .leftBox .item .textBox{padding: 25px 40px;background:#f2f5f9;}
.ownerWarp .leftBox .item .textBox h5{font-size:18px;font-weight:normal;color:#222;transition:.3s;}
.ownerWarp .leftBox .item .textBox p{height: 0;font-size: 16px;line-height:30px;color:#023592;transition:.3s;}
.ownerWarp .leftBox .item.on em{font-size:18px;padding: 12px 15px;}
.ownerWarp .leftBox .item.on .textBox{padding-left:60px;}
.ownerWarp .leftBox .item.on .textBox p{height: auto;}
.ownerWarp .leftBox .item.on .textBox h5{font-weight:bold;color:#023592;font-size:20px;margin-bottom:8px;}
.ownerWarp .imgBox{float: right;width: 50%;}
.promiseWarp{background-repeat:no-repeat;background-size: cover;background-position:center center;color:#fff;text-align: center;padding: 5% 0;margin-top:4%;}
.promiseWarp .textBox{max-width:1120px;margin: 0 auto;}
.promiseWarp .textBox .serveTit{padding:0;color:#fff;}
.promiseWarp .textBox .des{display: inline-block;margin: 20px 0;position: relative;padding: 0 25px;font-size:16px;font-weight:bold;}
.promiseWarp .textBox .des:before,
.promiseWarp .textBox .des:after{width: 17px;height: 17px;content:'';background:url(../images/i9.png) no-repeat;position: absolute;top: 50%;margin-top:-8.5px;}
.promiseWarp .textBox .des:before{left: 0;}
.promiseWarp .textBox .des:after{right:0;transform: rotate(180deg);}
.promiseWarp .textBox p{font-size:16px;line-height:30px;}
.systemWarp{position: relative;padding: 5% 0;}
.systemWarp:before{width: 42%;height: 100%;content:'';position: absolute;top: 0;left: 0;background:#f2f5f9;z-index: -1;}
.systemWarp .imgBox{float: left;width: 50%;}
.systemWarp .txtBox{float: right;width: 42%;}
.systemWarp .txtBox .serveTit{text-align: left;padding: 0;margin-bottom:15px;}
.systemWarp .txtBox .des{font-size:18px;line-height:32px;}
.systemWarp .txtBox ul{margin-top:35px;}
.systemWarp .txtBox li{padding-left:32px;position: relative;margin-bottom:20px;}
.systemWarp .txtBox li:before{width: 9px;height: 19px;content:'';background:url(../images/i3.png) no-repeat;position: absolute;left: 0;transform: rotate(-90deg);top: 5px;}
.systemWarp .txtBox li span{font-size:20px;font-weight:bold;display: block;}
.systemWarp .txtBox li p{font-size:16px;color:#555555;}
.afsaleWarp{margin-bottom:4%;}
.afsaleWarp .saleTop{}
.afsaleWarp .saleTop .stepList{float: left;width: calc(100% - 320px);border-top:2px solid #f2f5f9;position: relative;}
.afsaleWarp .saleTop .stepList:before{width: 0;height: 2px;background:#023592;content:'';position: absolute;top: -2px;left: 0;transition:6s;}
.afsaleWarp .saleTop.progWarp .stepList:before{width: 100%;}
.afsaleWarp .saleTop .stepList .item{float: left;width: 15%;margin-right:10%;text-align: center;padding-top:80px;position: relative;}
.afsaleWarp .saleTop .stepList .item:before{width: 8px;height: 8px;content:'';background:#023592;position: absolute;top: -5px;left: 50%;margin-left:-4px;}
.afsaleWarp .saleTop .stepList .item:after{width: 2px;height: 60px;content:'';background:#023592;position: absolute;top: 0;left: 50%;margin-left:-1px;}
.afsaleWarp .saleTop .stepList .item .iconB{margin-bottom:15px;transition:.5s;}
.afsaleWarp .saleTop .stepList .item:hover .iconB{transform: rotateY(360deg);}
.afsaleWarp .saleTop .stepList .item p{font-size:18px;}
.afsaleWarp .saleTop .hotline{width: 320px;float: left;background:#023592;color:#fff;padding: 35px 30px;}
.afsaleWarp .saleTop .hotline h5{font-size:20px;font-weight:normal;border-bottom: 1px solid rgba(255,255,255,.2);padding: 10px 0;margin-bottom:15px;}
.afsaleWarp .saleTop .hotline p{font-size:24px;font-weight:bold;line-height:48px;position: relative;padding-left:38px;margin-bottom:10px;}
.afsaleWarp .saleTop .hotline p:before{width: 32px;height: 32px;content:'';background-size: contain;position: absolute;left: 0;top: 50%;margin-top:-16px;background-color: rgba(255,255,255,.1);border-radius:50%;}
.afsaleWarp .saleTop .hotline p.tel:before{background-image:url(../images/tel.png);}
.afsaleWarp .saleTop .hotline p.pho:before{background-image:url(../images/pho.png);}
.afsaleWarp .saleBom .processBox{}
.afsaleWarp .saleBom .processBox .item{width: 16.66%;float: left;padding: 25px;position: relative;opacity: 0;-webkit-transform: translateX(-120px);transition:.5s;}
.afsaleWarp .saleBom .processBox .item:before{width: 21px;height: 100%;content:'';position: absolute;top: 0;left:-3px;z-index: 9;}
.afsaleWarp .saleBom .processBox .item h5{font-size:18px;color:#222222;margin: 10px 0;}
.afsaleWarp .saleBom .processBox .item p{font-size:15px;color:#555555;line-height:24px;min-height: 72px;}
.afsaleWarp .saleBom .processBox .item.Scrollin{opacity: 1;-webkit-transform: translateX(0);}


.afsaleWarp .saleBom .processBox .item:nth-child(1){background-color:#f5f7fb;}
.afsaleWarp .saleBom .processBox .item:nth-child(1):before{display: none;}
.afsaleWarp .saleBom .processBox .item:nth-child(2){background-color:#ebeff6;}
.afsaleWarp .saleBom .processBox .item:nth-child(2):before{background:url(../images/p1.jpg) no-repeat;}
.afsaleWarp .saleBom .processBox .item:nth-child(3){background-color:#e0e6f2;}
.afsaleWarp .saleBom .processBox .item:nth-child(3):before{background:url(../images/p2.jpg) no-repeat;}
.afsaleWarp .saleBom .processBox .item:nth-child(4){background-color:#d6dfed;}
.afsaleWarp .saleBom .processBox .item:nth-child(4):before{background:url(../images/p3.jpg) no-repeat;}
.afsaleWarp .saleBom .processBox .item:nth-child(5){background-color:#ccd7e9;}
.afsaleWarp .saleBom .processBox .item:nth-child(5):before{background:url(../images/p4.jpg) no-repeat;}
.afsaleWarp .saleBom .processBox .item:nth-child(6){background-color:#c2cfe5;}
.afsaleWarp .saleBom .processBox .item:nth-child(6):before{background:url(../images/p5.jpg) no-repeat;}

/*工程案例*/
.sortsearWarp.projectsort{background:#f9f9f9;margin-top:0;}
.projectList{margin-top:4%;}
.projectList li{width: 32%;float: left;margin-right:2%;margin-bottom:2%;box-shadow:0 0 15px rgba(0,0,0,0.2);}
.projectList li:nth-child(3n){margin-right:0;}
.projectList li .imgBox{overflow: hidden;}
.projectList li .imgBox .Ispic{transition:.3s; background-repeat: no-repeat; background-size:cover; background-position: center; display: block; padding-bottom: 74.871%;}
.projectList li .imgBox img{display: none;}
.projectList li .txtBox{padding: 30px;position: relative;}
.projectList li .txtBox:before{width: 50px;height: 50px;content:'';background:url(../images/btn.png) no-repeat;position: absolute;top: -25px;right:20px;transition:.3s;}
.projectList li .txtBox h5{font-size:18px;font-weight:normal;margin-bottom:20px;}
.projectList li .txtBox .tag span{display: inline-block;padding: 0 10px;line-height:24px;color:#8e97a9;border:1px solid #cdd1da;}
.projectList li:hover .imgBox .Ispic{transform: scale(1.1, 1.1);}
.projectList li:hover .txtBox:before{background:url(../images/btn_on.png) no-repeat;    background-size: contain;}

/*行业资讯*/
.industryList{padding-top: 4%;}
.industryList li{padding-left:40px;position: relative;margin-bottom:20px;}
.industryList li .timeB{position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 80px;height: 80px;text-align: center;color:#fff;background:#033691;}
.industryList li .timeB span{font-size:38px;font-weight:bold;color:#fff;}
.industryList li .contB{width: 100%;padding: 10px 0;border:1px solid #e5e5e5;}
.industryList li .contB .txtBox{width: 68.5%;float: left;padding: 55px 0 0 75px;}
.industryList li .contB .txtBox h5{font-size:22px;font-weight:normal;margin-bottom: 12px;}
.industryList li .contB .txtBox p{font-size:16px;line-height:30px;color:#757575;}
.industryList li .contB .imgBox{overflow: hidden;width: 23%;float: right;}
.industryList li .contB .imgBox figure{transition:.3s;background-repeat:no-repeat;background-size: cover;background-position:center center;padding-bottom:65%;}

.industryList li:hover .contB .imgBox figure{transform: scale(1.1, 1.1);}

/*产品资讯*/
.pronewsWarp{padding-top:4%;}
.pronewsWarp .pronewsTop{position: relative;}
.pronewsWarp .pronewsTop li{background:#f8f9fa;}
.pronewsWarp .pronewsTop li .imgBox{overflow: hidden;width: 50%;float: left;}
.pronewsWarp .pronewsTop li .imgBox figure{transition:.3s;background-repeat:no-repeat;background-size: cover;background-position:center center;padding-bottom:69%;}
.pronewsWarp .pronewsTop li .txtBox{width: 50%;padding: 4% 4% 0 5%;float: left;}
.pronewsWarp .pronewsTop li .txtBox .timeB{width: 80px;height: 80px;text-align: center;color:#fff;background:#033691;margin-bottom:25px;}
.pronewsWarp .pronewsTop li .txtBox .timeB span{font-size:38px;font-weight:bold;color:#fff;}
.pronewsWarp .pronewsTop li .txtBox .timeB p{color:#fff;line-height:1;}
.pronewsWarp .pronewsTop li .txtBox h5{font-size:32px;line-height:48px;margin-bottom:10px;}
.pronewsWarp .pronewsTop li .txtBox p{font-size:16px;line-height:32px;color:#666666;}
.pronewsWarp .pronewsTop li:hover .imgBox figure{transform: scale(1.1, 1.1);}
.pronewsWarp .pronewsTop .slick-arrow{font-size:0;background:url(../images/i4.png) no-repeat;background-size: contain;width: 30px;height: 20px;border:none;position: absolute;bottom: 20%;opacity: .5;cursor: pointer;left: calc(55% + 50px);z-index: 9;}
.pronewsWarp .pronewsTop .slick-arrow.slick-prev{left: 55%;transform: rotate(180deg);}
.pronewsWarp .pronewsTop .slick-arrow:hover{opacity: 1;}

.pronewsWarp .pronewsBom{}
.pronewsWarp .pronewsBom li{width: 32%;margin-right:2%;margin-top:3%;float: left;}
.pronewsWarp .pronewsBom li:nth-child(3n){margin-right:0;}
.pronewsWarp .pronewsBom li .imgBox{overflow: hidden;}
.pronewsWarp .pronewsBom li .imgBox figure{transition:.3s;background-repeat:no-repeat;background-size: cover;background-position:center center;padding-bottom:65%;}
.pronewsWarp .pronewsBom li .txtBox{padding: 20px 0;border-bottom:1px solid #e5e5e5;}
.pronewsWarp .pronewsBom li .txtBox h5{font-size:22px;font-weight:normal;margin-bottom:10px;}
.pronewsWarp .pronewsBom li .txtBox time{font-size:16px;color:#666666;display: block;position: relative;padding-left:35px;}
.pronewsWarp .pronewsBom li .txtBox time:before{width: 17px;height: 17px;content:'';background:url(../images/time.png) no-repeat;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.pronewsWarp .pronewsBom li:hover .imgBox figure{transform: scale(1.1, 1.1);}



/*详情*/
.inforWarp{margin-top:0;border-top:1px solid #e5e5e5;}
.inforWarps{margin-top:5%;border-top:none;}
.inforWarp .titBox{text-align: center;padding: 4% 0 3%;}
.inforWarp .titBox h5{font-size:30px;margin-bottom:20px;}
.inforWarp .titBox time{display: block;font-size: 16px;color:#999999;}
.inforWarp .txtBox{font-size:16px;line-height:28px;color:#666666;}
.inforWarp .txtBox span{font-size:20px;}
.inforWarp .txtBox .img{margin-top:4%;text-align: center;}
.inforWarp .chapters{margin-top:6%;padding: 4% 0;position: relative;border-top:1px solid #e5e5e5;}
.inforWarp .chapters span{display: block;line-height:30px;color:#023592;}
.inforWarp .chapters span a{color:#777;}
.inforWarp .chapters .moreBtn{position: absolute;right:0;top: 50%;transform: translateY(-50%);}
.inforWarp .xinwen{
  margin-top: 102px;
}

.inforWarp .case_info{ margin: 5% auto;}

.inforWarp .case_info .right-content dd,
.inforWarp .case_info .right-content .con{padding-left: 84px; position: relative;}
.inforWarp .case_info .right-content .tits{position: absolute; left: 0; top: 0;max-width: 82px; color: #023592; }


.inforWarp .list_img{ float:left; width:55.6%; }

.inforWarp .list_img .slider-for{ margin-bottom:3%;}
.inforWarp .list_img .slider-for li{ background:#fff;}
.inforWarp .list_img .slider-for li .Ispic{ padding-bottom:75%; background-repeat: no-repeat; background-position: center center; background-size:cover;}
.inforWarp .list_img .slider-nav li .Ispic{ border:1px solid #fff; padding-bottom:75%; background-repeat: no-repeat; background-position: center center; background-size:cover; margin:0 3%;}
.inforWarp .list_img .slider-nav li.slick-current .Ispic{ border-color:#023592;}
.inforWarp .list_img .slider-nav{ margin-bottom:30px;}
.inforWarp .case_info .slick-track{ margin-left: 0;}
/* Arrows */
.inforWarp .list_img .slick-arrow{font-size: 0;line-height: 0;position: absolute;top: 50%; width: 40px;height: 40px;padding: 0;cursor: pointer;border: none; z-index:10; margin-top:-20px; border-radius:50%; background-color:rgba(0,0,0,0.35);}
.inforWarp .list_img .slick-arrow:hover{background-color: #023592;}
.inforWarp .list_img .slick-arrow::before{ position:absolute; content:''; left:50%; top:50%; margin-left:-3px; margin-top:-6px; width:12px; height:12px;  transform:rotate(-45deg);}
.inforWarp .list_img .slick-prev{left: -45px;}
.inforWarp .list_img .slick-next{right: -45px; background-position: right top;}
.inforWarp .list_img .slick-prev::before{ border-left:3px solid #fff;border-top:3px solid #fff;}
.inforWarp .list_img .slick-next::before{ border-right:3px solid #fff;border-bottom:3px solid #fff;margin-left:-12px;}

@media(max-width:1200px){
.inforWarp .list_img .slider-for{ margin-bottom:3%;}
.inforWarp .list_img .slick-prev{left: 0;}
.inforWarp .list_img .slick-next{right: 0;}
}


.inforWarp .right-content{ float:right; width:39.2%; padding: 5.28% 0 5.28% 5%; color: #666; font-size: 16px; line-height: 28px;}
.inforWarp .right-content .tit{ font-size: 30px; margin: 0; margin-bottom: 20px; color: #333;}
.inforWarp .right-content dl{ padding: 8% 0 5%;}
.inforWarp .right-content dd{ margin-left: 0; min-height: 28px;}
.inforWarp .right-content .con{ margin-bottom: 8%;}
.inforWarp .right-content .tits{ color: #666;}


@media(max-width:1024px){
.inforWarp .list_img,
.inforWarp .right-content{ float:none; width:auto;}
.inforWarp .right-content{ padding:6% 0 ; }
	
}



/*联系我们*/
.Contacts{padding:5% 0;background: url(../images/mapBG.png) no-repeat center top;}
.mapWarp .txtBox{background:#004988;color:#fff;padding: 50px 40px 5%;z-index: 9; border-radius: 10px;}
.mapWarp .txtBox h5{font-size:30px;font-weight:normal;margin-bottom:35px;line-height:42px;}
.mapWarp .txtBox h5:first-child{margin-bottom:0;}
.mapWarp .txtBox p{font-size:16px;padding-left:50px;position: relative;margin-bottom:30px;}
.mapWarp .txtBox p:before{width: 35px;height: 35px;content:'';position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.mapWarp .txtBox p.pho:before{background:url(../images/mi1.png) no-repeat;}
.mapWarp .txtBox p.web:before{background:url(../images/mi2.png) no-repeat;}
.mapWarp .txtBox p.mal:before{background:url(../images/mi3.png) no-repeat;}
.mapWarp .txtBox p.add:before{background:url(../images/mi4.png) no-repeat;}
.mapWarp .txtBox .codeB{text-align: center;margin-top:50px;}
.mapWarp .txtBox .codeB .item{display: inline-block;vertical-align: middle;margin: 0 15px;}
.mapWarp .txtBox .codeB .item .img{max-width:120px;padding: 5px 8px;border:1px solid rgba(255,255,255,.5);}
.mapWarp .txtBox .codeB .item p{padding-left:0;font-size:14px;margin-top:10px;margin-bottom:0;}
.mapWarp .txtBox .codeB .item p:before{display: none;}
.demandForm .FormBox{float: none;max-width:100%;padding: 0;background:none;}
.Foor7.demandForm .FormBox h5{margin-bottom:50px; text-align: left;}
.Foor7.demandForm .FormBox .form .itemBox.desBox{margin-top:30px;}

@media(min-width:1024px){
.Contacts .ytable {display: table;width: 100%;}
.Contacts .ytable-fixed { table-layout: fixed;}
.Contacts .ytable-cell { display: table-cell;vertical-align: middle;}
	
.demandForm{width:65%; padding-right: 4%; }
.demandForm .FormBox{width: 100%;}	
.mapWarp{width:35%; }	
}




/*人才招聘*/

.TextList001729 ol.type{ margin-top:5%;}
.TextList001729 .type{display:table; width:100%;}
.TextList001729 ol.type{font-size:18px; background-color:#023592; color:#fff;}
.TextList001729 .type li{ display:table-cell; vertical-align:middle;text-align:center; padding-top:10px; padding-bottom:10px; line-height:24px;}
.TextList001729 ul.type li{cursor:pointer;font-size:16px;}
.TextList001729 ul.type#On{background:#a0a0a0;color:#fff;}
.TextList001729 .type li:nth-child(1),
.TextList001729 .type li:nth-child(2),
.TextList001729 .type li:nth-child(3),
.TextList001729 .type li:nth-child(4){width:18.75%;}
.TextList001729 .type li:nth-child(5){ width:25%;}
.TextList001729 .type li:nth-child(1),
.TextList001729 .type li:nth-child(5){ padding-left:2%; text-align:left !important;}
.TextList001729 ul.type li:nth-child(5){background:url(../images/TextList001729-icon_close.png) no-repeat 90% center;}
.TextList001729 ul.type#On li:nth-child(5){ background-image:url(../images/TextList001729-icon_open.png);}
.TextList001729 .list{border-bottom:1px solid #e5e5e5;}
.TextList001729 .list .con{ display:none;border-top:1px solid #e5e5e5; overflow:hidden; font-size:15px;line-height:28px;color:#666666; padding:2%;background:#f7f7f7;}
.TextList001729 .list .con p{margin-bottom:30px;}
.TextList001729 .list .con strong{font-size:18px;color:#00529b;}
.TextList001729 .btn_apply{ padding:10px 0;}
.TextList001729 .btn_apply a{ display:inline-block; max-width:180px; width:40%; height:50px; line-height:50px; text-align:center; color:#fff; background-color:#f29200; font-size:18px; border-radius:3px;}
@media(max-width:1000px){
.TextList001729 .type li:nth-child(2),
.TextList001729 .type li:nth-child(3),
.TextList001729 .type li:nth-child(4){ display:none;}	
.TextList001729 .type li{ width:60% !important;}
.TextList001729 .type li:nth-child(5){ width:40% !important;}
}
@media(max-width:680px){
.TextList001729 .type li{ width:80% !important;}
.TextList001729 .type li:nth-child(5){ width:20% !important; font-size: 0; }
.TextList001729 ol.type{font-size:15px;}
.TextList001729 .btn_apply a{font-size:16px; height:40px; line-height:40px;}
.TextList001729 .list .con{font-size:14px;line-height:22px;}
}



/***/
/*响应式*/
.nav_btn {float:right; width:30px; height:27px; margin:23px 0 0 20px; position:relative; cursor:pointer; display:none;  transition:margin 0.3s ease 0s;z-index: 999;}
.nav_btn span,.nav_btn span:before,.nav_btn span:after {content:''; display:block; width:100%; height:2px; background-color:#023592; position:absolute; left:0;border-radius:3px;}
.nav_btn span {top:50%; margin-top:-1px;}
.nav_btn span:before {top:-10px; transition:all 0.3s ease 0s;}
.nav_btn span:after {bottom:-10px; transition:all 0.3s ease 0s;}
.nav_btn.open span {height:0;}
.nav_btn.open span:before {transform:rotate(45deg); top:0;background-color:#023592;}
.nav_btn.open span:after {transform:rotate(-45deg); bottom:-2px;background-color:#023592;}


@media(max-width:1480px){
  .w1440{padding: 0 2%;}
  .top .nav li{margin-right:30px;}
  .bottom .bomnav dl{margin-left: 40px;}
  .culList .item{padding:4% 8% 4% 2%;}
  .userPro .seproList .slick-arrow.slick-prev{left: 5px;z-index: 9;}
  .userPro .seproList .slick-arrow{right:5px;}
  .w1200{padding: 0 2%;}
}

@media(max-width:1024px){
  .nav_btn{display: block;}
  .top{box-shadow:0 10px 10px 0 rgba(0,0,0,0.05)}
  .top .nav{
    position: absolute;
    top: 100%;
    right: 0;
    transition: all 0.5s;
    left: -100%;
    background: #fff;
    padding: 2% 5%;
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
    display: none;
    width: 100%;
    margin: 0;
    display: block !important;
    height: 100vh;
  }
  .nav.open {
    left: 0;
}
  .top .nav li{float: none;margin-right:0;padding-bottom: 0; border-bottom: 1px solid #eaeaea;}
  .top .nav li:hover >a, 
  .top .nav li.on >a{border: none; color: #023592;}
  .top .nav li .nav_sub{
    position: absolute;
    height: 100vh;
    width: 100%;
    background: #f8f8f8;
    top: 0;
    display: block !important;
    transition: all 0.5s;
    right: -200%;
    padding: 2% 5%;
  }

  .top .nav li .nav_sub dl .fanhui {
    font-size: 24px;
    color: #023592;
    line-height: 2;
    position: relative;
    border-bottom: 1px solid #efefef;
    margin-bottom: 1rem;padding: 0px 30px;
}
.top .nav li .nav_sub dl .fanhui:before {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  background-color: #023592;
  position: absolute;
  left: 0;
  border-radius: 0;
  top: 41%;
  transform: rotate(
320deg);
}

.top .nav li .nav_sub dl .fanhui:after {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  background-color: #023592;
  position: absolute;
  left: 0;
  border-radius: 0;
    top: 59%;
  transform: rotate(
    220deg);
}



  .nav.open .clearfix .open .nav_sub {
    right: 0; 
}
  .top .nav li .nav_sub dl{ background: #f8f8f8;}
  .top .nav li .nav_sub dd{width: 48%;}
  .top .nav li .nav_sub dd a{line-height:36px;font-size:14px;}
  .top .logo{width: 40%;line-height:80px; }
  .top .searBox{padding: 28px 0;}
  .idxtit h5{font-size:30px;}
  .Foor2 .HomeF2slide .big .txtBox{display: block;width: 100%;padding: 2%;}
  .Foor2 .HomeF2slide .big .imgBox{width: 100%;text-align: center;display: block;}
  .Foor2 .HomeF2slide .big .imgBox img{margin: 0 auto;}
  .Foor2 .HomeF2slide .big .txtBox ul{margin-bottom:30px;}
  .Foor2 .HomeF2slide .big .txtBox p{margin:20px 0;}
  .Foor3 .HomeF3slide .smallWarp{transform: translateY(0);margin-bottom:30px;}
  .Foor3 .HomeF3slide .big .Ispic{background-image: none !important; height: auto;}
  .Foor3 .HomeF3slide .big .Ispic img{display: block;}
  .Foor3 .HomeF3slide .big .item .txtBox{position: static;background: rgba(2,53,146,.9);}
  .Foor3 .HomeF3slide .big .item .txtBox .text{width: 100%;padding: 2%;background:none;}
  .Foor3 .HomeF3slide .big .item .txtBox .text h5{margin-bottom:15px;font-size:20px;}
  .Foor3 .HomeF3slide .big .item .txtBox .text p{margin-bottom:20px;font-size:15px;line-height:22px;}
  .Foor4{margin-top:4%;}
  .Foor4 .Foor4Warp{display: none;}
  .Foor4 .Warpbox{display: block;}
  .Foor4 .Warpbox .slick-slide > div,	
  .Foor4 .Foor4Warp .item{width: 50%;padding: 40px 0;}
  .Foor4 .Warpbox .slick-slide > div .iconB,	
  .Foor4 .Foor4Warp .item .iconB{margin-bottom:20px;}
  .Foor7 .FormBox h5{font-size:20px;}
  .innerBan.proinfoBan .Banbox{background-position:75% center;}
  .innerBan.proinfoBan .Conbox{position: static; background: #f8f8f8; padding: 20px;}
  .innerBan.proinfoBan .menuLocat{display: none;}
  .innerBan.proinfoBan .Conbox .txtBox p{max-width: 100%;}
	
/*  
	.innerBan{margin-top:80px;}
*/	
  .sortsearWarp{margin-top:80px;}
  .sortsearWarp.projectsort{margin-top:0;}
  .innerBan .Conbox .txtBox h5{font-size:30px;}
  .innerBan .Conbox .txtBox p{font-size:14px;}
  .innerBan .Conbox .txtBox{margin-bottom:15px;}
  .culList .item{width: 100%;margin-bottom:20px;}
  .senseWarp{padding: 60px 2%;}
  .brandWarp .brandTop .txtBox:before{height: 50px;}
  .brandWarp .brandTop .txtBox:after{top: 50px;}
  .honerList li{padding: 35px 30px;}
  .featureList li{padding: 30px 20px;}
  .pronewsWarp .pronewsTop .slick-arrow{bottom:2%;}
  .pronewsWarp .pronewsTop li .txtBox{padding-top: 2%;}
  .pronewsWarp .pronewsTop li .txtBox h5{font-size:28px;line-height:36px;}
  .mapWarp .txtBox h5{font-size: 24px;}
  .afsaleWarp .saleBom .processBox .item{width: 33.33%;}
  .afsaleWarp .saleBom .processBox .item:nth-child(4):before{display: none;}
}

@media(max-width:960px){
  .Foor5 .leftBox{width: 100%;margin-bottom:20px;}
  .Foor5 .leftBox .item .imgBox{text-align: center;}
  .Foor5 .rightBox{width: 100%;padding-left: 0;}
  .Foor7 .FormBox{float: none;width: 100%;padding: 20px 2%;}
  .Foor7 .imgBox{float: none;width: 100%;text-align: center;display: none;}
  .Foor7 .FormBox .form .moreBtn{margin-top:15px;}
  .bottom{padding: 30px 0;}
  .bottom .bomnav dl{display: none;}
  .bottom .bomcon{float: none;text-align: center;}
  .bottom .bomcon .codeBox .item{float: none;display: inline-block;}
  .bottom .bomcon .linkBox{margin:15px 0 10px;}
  .innerBan .Conbox .menuLocat .menu li{margin-right:30px;}
  .profileWarp{padding-top:4%;}
  .profileWarp .imgBox{width: 100%;position: static;text-align: center;}
  .profileWarp .titBox{width: 100%;font-size:24px;padding-top:15px;padding-left:0;}
  .profileWarp .titBox h5{margin-bottom:12px;}
  .profileWarp .titBox p{line-height:30px;}
  .profileWarp .txtBox{font-size:14px;line-height:24px;}
  .profileWarp .txtBox:before{top: 15px;}
  .patentWarp .patList li{width: 33.33%;margin-bottom:10px;}
  .patentWarp .timeList .item{width: 100%;float: none;margin-bottom:10px;}
  .senseWarp .senseBox{background-size: cover;}
  .senseWarp .senseBox .titBox{float: none;width: 100%;padding: 15px 0;}
  .senseWarp .senseBox .titBox .iconB{margin-bottom:10px;}
  .senseWarp .senseBox .tabBox{width: 100%;float: none;}
  .senseWarp .senseBox .titBox h5{font-size:20px;}
  .senseWarp .senseBox .tabBox .hd{width: 40%;}
  .senseWarp .senseBox .tabBox .bd{width: 60%;}
  .senseWarp .senseBox .tabBox .hd li{font-size:15px;line-height:40px;}
  .senseWarp .senseBox .tabBox .bd .itemBox{font-size:14px;line-height:24px;padding-right:2%;}
  .culList .item h5{font-size: 20px;margin-bottom:8px;}
  .culList .item p{line-height:24px;font-size:15px;}
  .brandWarp .brandTop .imgBox{position: static;width: 100%;text-align: center;margin-top:20px;}
  .brandWarp .brandTop .txtBox p{font-size:15px;line-height:36px;}
  .brandWarp .brandBom .imgBox{float: none;width: 100%;}
  .brandWarp .brandBom .txtBox{float: none;width: 100%;padding-right:0;}
  .brandWarp .brandBom .txtBox .logoB{margin: 40px 0;}
  .brandWarp .brandTop .titBox h5{font-size:24px;}
  .honerList li{width: 48%;margin-right:4%;background-size: contain;}
  .honerList li:nth-child(2n){margin-right:0;}
  .honerList li p{padding: 15px 0;font-size:15px;}
  .proMenu ul{display: block;}
  .proMenu li{width: 32.5%;padding: 0 1%;display: inline-block;vertical-align: middle;margin-bottom:2%;padding-bottom:10px;}
  .proMenu li:before{background-position:center;}
  .proList .item .txtBox{float: none;width: 100%;padding: 4% 2%;margin-bottom:20px;}
  .proList .item .imgBox{float: none;width: 100%;text-align: center;}
  .proList .item .txtBox h5{font-size:22px;margin-bottom:8px;}
  .proList .item .txtBox p{font-size:14px;line-height:22px;margin-bottom:15px;}
  .prointit{font-size:24px;}
  .coreWarp .coreTop ul li .txtBox p{font-size:14px;line-height:24px;}
  .coreWarp .coreTop ul li .txtBox h5{font-size:20px;margin-bottom:10px;}
  .caseList .item{width: 33.33%;}
  .caseList .item.on{width: 38%;}
  .caseList .item.unon{width: 31%;}
  .caseList .item figure{padding-bottom:420px;}
  .caseList .item p{font-size:16px;}
  .caseList .item p:before{width: 25px;height: 25px;background-size: contain;margin-top: -12.5px;}
  .summaryWarp .sumTop .imgBox{position: static;width: 100%;text-align: center;}
  .summaryWarp .sumTop .txtBox{width: 100%;margin-bottom:20px;}
  .summaryWarp .sumTop .txtBox h5{font-size:22px;padding: 15px 0;margin-bottom:15px;}
  .summaryWarp .sumTop .txtBox p{font-size:14px;line-height:24px;}
  .summaryWarp .sumBom h5{padding: 15px 0;font-size:22px;}
  .summaryWarp .sumBom:before{height: 30px;}
  .summaryWarp .sumBom:after{top: 40px;left: 4.2%;}
  .summaryWarp .sumTop{padding-bottom:5%;}
  .caseInfo .item .txtBox .des h5{font-size:22px;line-height:32px;}
  .serveTit{font-size:24px;}
  .serveList .item{float: none;width: 100%;margin-right:0;margin-bottom:2%;}
  .serveList .item .txt h5{font-size:18px;margin-bottom:8px;}
  .serveList .item .txt p{font-size:14px;line-height:24px;}
  .agentWarp .agentList .item h5{font-size:18px;margin: 15px 0 10px;}
  .ownerWarp .leftBox{float: none;width: 100%;}
  .ownerWarp .imgBox{float: none;width: 100%;text-align: center;}
  .promiseWarp .textBox{padding: 0 2%;}
  .systemWarp:before{display: none;}
  .systemWarp .imgBox{float: none;width: 100%;text-align: center;margin-bottom:15px;}
  .systemWarp .txtBox{float: none;width: 100%;}
  .projectList li{width: 49%;}
  .projectList li:nth-child(3n){margin-right:2%;}
  .projectList li:nth-child(2n){margin-right:0;}
  .projectList li .txtBox:before{width: 25px;height: 25px;top: -12.5px;background-size: contain;}
  .projectList li .txtBox{padding: 15px 2%;}
  .projectList li .txtBox h5{margin-bottom:10px;}
  .industryList li{padding-left:0;}
  .industryList li .timeB{position: static;transform: translateY(0);margin-bottom:10px;}
  .industryList li .contB .txtBox{float: none;width: 100%;padding: 2%;}
  .industryList li .contB .imgBox{float: none;width: 100%;text-align: center;}
  .pronewsWarp .pronewsTop li .imgBox{float: none;width: 100%;}
  .pronewsWarp .pronewsTop li .txtBox{float: none;width: 100%;padding: 2%;padding-bottom:4%;}
  .pronewsWarp .pronewsTop .slick-arrow{left: calc(45% + 50px);}
  .pronewsWarp .pronewsTop .slick-arrow.slick-prev{left: 45%;}
  .pronewsWarp .pronewsTop li .txtBox .timeB{margin-bottom:15px;}
  .pronewsWarp .pronewsTop li .txtBox h5{font-size:22px;line-height:28px;}
  .pronewsWarp .pronewsTop li .txtBox p{font-size:14px;line-height:24px;}
  .pronewsWarp .pronewsBom li .txtBox h5{font-size:18px;}
  .pronewsWarp .pronewsBom li .txtBox{padding: 10px 0;}
  .inforWarp .titBox h5{font-size:24px;margin-bottom:10px;}
  .inforWarp .titBox time{font-size:14px;}
  .inforWarp .txtBox{font-size:14px;line-height:22px;}
  .inforWarp .txtBox span{font-size:18px;}
  .mapWarp .txtBox{position: static;padding: 4% 2%;}
  .mapWarp #dituContent{height: 320px;}
  .mapWarp .txtBox h5{font-size: 20px;line-height:26px;}
  .mapWarp .txtBox p{margin-bottom:20px;font-size:15px;}
}

@media(max-width:768px){
  .top{position: absolute;}
  .banner {
    margin-top: 0;
}

  .top .logo{line-height:1;max-width:120px;padding: 8px 0;}
  .top .searBox{padding: 12px 0;}
  .top .searBox .sear input{line-height: 36px;}	
  .nav_btn{margin-top:11px;}
  .idxtit h5{font-size:20px;background-size: contain;}
  .idxtit p{font-size:14px;}
  .Foor2 .HomeF2slide .big .txtBox h5{font-size:18px;}
  .Foor2 .HomeF2slide .big .txtBox p{font-size:14px;line-height:24px;}
  .Foor2 .HomeF2slide .big .txtBox ul{display: flex;
    text-align: center;
    font-size: 0;
    justify-content: center;}
  .Foor2 .HomeF2slide .big .txtBox li{display: inline-block;}
  .Foor2 .HomeF2slide .big .txtBox li span{font-size:14px;}
/*   .moreBtn .more{width: 150px;font-size:14px;padding: 0 8px; margin: 0 auto; display: block;} */
/*   .moreBtn .mo{display: block; width: 60%;} */
  .moreBtn2 .more{width: 210px;font-size:14px;}

.moreBtn .toudi{
  margin: auto;
} 
  .Foor3 .HomeF3slide .big .item .txtBox .text h5{font-size:18px;margin-bottom:8px;}
  .Foor3 .HomeF3slide .big .item .txtBox .text p{font-size:14px;margin-bottom:10px;}
  .Foor3 .HomeF3slide .big .item .txtBox .text{padding: 4% 2%;}
  .Foor3 .HomeF3slide .big .item .txtBox .text .view{font-size:14px;}
  .Foor4 .Foor4Warp .item p{font-size:14px;min-height: 40px;padding: 0 2%;}
  .Foor5 .rightBox .hd li{padding: 0 18px;}
  .Foor5 .rightBox .bd li{line-height:40px;}
  .Foor5 .rightBox .bd li h5{padding-right:40px;}
  .Foor5 .rightBox .bd li time{font-size:14px;}
  .Foor7 .FormBox h5{font-size:16px;}
  .Foor7 .FormBox .form .itemBox .item{width: 100%;float: none;margin-bottom:5px;}
  .Foor7 .FormBox .form .itemBox{margin-bottom:0;}
  .Foor7 .FormBox .form .itemBox .item input, .Foor7 .FormBox .form .itemBox .item select{font-size:14px;line-height:40px;height: 40px;}
  .Foor7 .FormBox .form .itemBox.desBox textarea{font-size: 14px;}
  .bottom .bomcon .codeBox .item{margin-bottom:5px;}
  .innerBan .Banbox{padding-bottom:320px;}
  .innerBan .Conbox .menuLocat .menu{float: none;}
  .innerBan .Conbox .menuLocat .menu li{line-height:50px;margin-right:15px;}
  .innerBan .Conbox .menuLocat .menu li a{font-size:14px;}
  .innerBan .Conbox .menuLocat .locatBox{display: none;}
  .innerBan .Conbox .txtBox h5{font-size:24px;}
  .innerBan .Conbox .txtBox p{line-height:24px;}
  .profileWarp .titBox{font-size:20px;}
  .profileWarp .txtBox{padding-top:40px;}
  .patentWarp .timeList .item .yearB{font-size:15px;padding-left:8px;padding-bottom:8px;}
  .patentWarp .timeList .item .yearB span{font-size:24px;margin-right:5px;}
  .patentWarp .timeList .item p{padding-left:8px;font-size:14px;line-height:22px;}
  .patentWarp .patList li p{font-size:14px;line-height: 22px; height: 44px;}
  .culList .item{padding: 4% 35% 4% 2%;}
  .culList .item h5{font-size:18px;}
  .senseWarp .senseBox .tabBox{display: none;}
  .senseWarp .senseBox .Wapbox{display: block;}	
  .senseWarp .senseBox .titBox h5{font-size:18px;}
  .senseWarp .senseBox .tabBox .hd li{line-height:36px;}
  .senseWarp {
    background-position: bottom;
    background-attachment: fixed;
}
	
  .proMenu li p{font-size:15px;}
  .proList .item .txtBox h5{font-size:18px;}
  .featureList li{padding: 15px 8px;}
  .featureList li .textB h5{font-size:18px;margin: 8px 0;}
  .featureList li .textB p{font-size:14px;line-height:24px;}
  .coreWarp .coreBom{transform: translateY(0);margin-top:10px;margin-bottom:4%;}
  .coreWarp .coreTop ul li .imgBox{width: 100%;float: none;text-align: center;}
  .coreWarp .coreTop ul li .txtBox{float: none;width: 100%;}
  .coreWarp .coreTop ul li .txtBox h5{font-size:18px;}
  .prointit{font-size:22px;}
  .applyWarp .appDes{font-size:15px;}
  .applyWarp li p{font-size:16px;width: 100%;text-align: center;}
  .appBtn{padding: 40px 0;}
  .appBtn .pop-up#form td {
    text-align: center;
}
  .innerBan.proinfoBan .Conbox .txtBox h5{font-size:22px;margin-bottom:8px;}
  .innerBan.proinfoBan .Conbox .txtBox p{line-height:24px;}
  .coreWarp .coreBom ul li p{font-size:14px;}
  .caseList .item{width: 50%;}
  .caseList .item.on{width: 60%;}
  .caseList .item.unon{width: 40%;}
  .caseList .item figure{padding-bottom:320px;}
  .sortsearWarp .seleB{float: none;width: 100%;padding-bottom:10px;margin-bottom:10px;}
  .sortsearWarp .searB{float: none;width: 100%;padding-bottom:10px;margin-bottom:20px;}
  .summaryWarp .sumBom .contBox .txtBox{font-size:14px;line-height:24px;}
  .summaryWarp .sumBom .contBox .imgBox{position: static;width: 100%;text-align: center;margin-top:20px;}
  .summaryWarp .sumBom .contBox .txtBox .qus span{margin: 15px 0;}
  .caseInfo .item .txtBox .des{width: 90%;}
  .caseInfo .item .txtBox .des h5{font-size:18px;}
  .caseInfo .item .txtBox .des .line{margin: 15px 0;}
  .caseInfo .item .txtBox .des p{font-size:14px;line-height:24px;}
  .userPro h5{font-size: 22px;padding-bottom:15px;}
  .userPro .seproList li p{font-size:15px;margin-top:10px;}
  .caseInfo .item figure{padding-bottom:400px;}	
/*  
	.innerBan{margin-top:48px;}
*/	
  .serveList .item .img{display: block;width: 100%;}
  .serveList .item .txt{width: 100%;display: block;padding-left:0;margin-top:15px;}
  .afsaleWarp .saleTop .stepList{width: 100%;float: none;margin-bottom:10px;}
  .afsaleWarp .saleTop .hotline{width: 100%;float: none;padding: 15px 2%;}
  .afsaleWarp .saleTop .stepList .item p{font-size:12px;}
  .afsaleWarp .saleTop .hotline h5{font-size: 18px;}
  .afsaleWarp .saleTop .hotline p{font-size:20px;line-height:32px;}
  .projectList li{width: 100%;margin-right:0!important;}
  .projectList li .txtBox h5{font-size:16px;}
  .industryList li .timeB,.pronewsWarp .pronewsTop li .txtBox .timeB{width: 60px;height: 60px;}
  .industryList li .timeB span,.pronewsWarp .pronewsTop li .txtBox .timeB span{font-size:24px;}
  .industryList li .contB .txtBox h5{font-size:18px;margin-bottom:6px;}
  .industryList li .contB .txtBox p{font-size:14px;line-height:24px;}
  .pronewsWarp .pronewsTop li .txtBox .timeB p{font-size:14px;}
  .pronewsWarp .pronewsBom li{width: 49%;}
  .pronewsWarp .pronewsBom li:nth-child(3n){margin-right:2%;}
  .pronewsWarp .pronewsBom li:nth-child(2n){margin-right:0;}
  .pronewsWarp .pronewsTop li .txtBox h5{font-size:18px;}
  .pronewsWarp .pronewsTop li .txtBox{padding-bottom:30px;}
  .pronewsWarp .pronewsBom li .txtBox time{font-size:14px;padding-left:20px;}
  .inforWarp .chapters .moreBtn{position: static;transform: translateY(0);margin-top:10px;}
  .afsaleWarp .saleBom .processBox .item{width: 50%;}
  .afsaleWarp .saleBom .processBox .item:nth-child(4):before{display: block;}
  .afsaleWarp .saleBom .processBox .item:nth-child(3):before{display: none;}
  .afsaleWarp .saleBom .processBox .item:nth-child(5):before{display: none;}
  .bottom .bomcon .linkBox a{padding: 0 5px; font-size: 13px; }
  .bottom .b-bottom a{display: block; }
  .bottom .bomcon .codeBox{text-align: center;}
  .bottom .bomcon .codeBox .item:first-child{margin-left: 0;}
  .bottom .bomcon .codeBox .item .box .icon{width:24px;height:24px;margin-right:6px;}
  .bottom .bomcon .codeBox .item{padding: 8px 20px 8px 8px; font-size: 13px;}
  .bottom .bomcon .codeBox .item:before{right: 6px; }	
  .bottom .bomcon .codeBox .item p{line-height:20px; }
  .bottom .bomcon .codeBox .item:nth-child(2) .box p{line-height: 40px;}
}
@media(max-width:640px){
  .Foor4 .Warpbox .slick-slide > div{width: 100%;}
}