﻿
@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: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"),
       url("../fonts/Roboto-Medium.woff") format("woff"),
       url("../fonts/Roboto-Medium.ttf") format("truetype"),
       url("../fonts/Roboto-Medium.eot") format("embedded-opentype"),
       url("../fonts/Roboto-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
   font-family: 'DIN-Medium';
  src: url("../fonts/DIN-Medium.woff2") format("woff2"),
       url("../fonts/DIN-Medium.woff") format("woff"),
       url("../fonts/DIN-Medium.ttf") format("truetype"),
       url("../fonts/DIN-Medium.eot") format("embedded-opentype"),
       url("../fonts/DIN-Medium.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:'SourceHanSansCN-Regular';*/ 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: #0970ca;}


/*清除浮动*/
.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;}

/* 单行隐藏 */
.otxthide {white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden}
/* 多行隐藏 */
.otxthide2 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
/* 多行隐藏 */
.dot3 {position:relative;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}
.dot3:after {
    position: absolute;
    /*content: '...';*/
    right: 7px;
    top: 32px;
    width: 18px;
    background: #fff;
    text-align: center;}

.w1440{max-width:1440px;margin: 0 auto;}
.w1600{max-width:1600px;margin: 0 auto;}


/*top*/
.top{position: relative; z-index: 999}
.top .logo{float: left;width: 25%;line-height: 90px;}
.top .logo img {max-height: 32px;}
.top .othBox{float: right;width: 69%;}
.top .othBox .nav{float: left;width: 67%;}
.top .othBox .nav li{float: left;margin-left: 7%;}
.top .othBox .nav .f-action{position: relative;}
.top .othBox .nav li:first-child{margin-left:0;}
.top .othBox .nav li >a{line-height:45px;font-size:18px;display: block;line-height:90px;}
.top .othBox .nav li.aon a{color: #0970ca;}
.top .othBox .nav li .subNav{position: absolute;top: 90px;width: 100%;left: 0;display: none;padding: 2% 0 3%;text-align: center;background:rgba(244,244,246,0.9);z-index: 99;}
.top .othBox .nav .f-action .subNav{position: absolute;top: 90px;width: 12000px;height: 80px;left: 0;display: none;padding: 2% 0 3%;text-align: center;background:#f4f4f6;z-index: 99;transform: translateX(-50%);}
/* .top .othBox .nav #m64 .subNav{display: none !important;} */
.top .othBox .nav li .subNav dl{margin: 0 18px;display: inline-block;text-align: left;vertical-align: top;}

.top .othBox .nav .f-action .subNav dl{position: absolute;left: 50%;transform: translateX(-50%);}
.top .othBox .nav li .subNav dl dt{ color: #0970ca; padding-bottom: 10px; font-size:18px;margin-bottom: 15px;position: relative; border-bottom: solid 1px #ccc}
.top .othBox .nav li .subNav dl dd{margin: 0; line-height: 40px; position: relative;}
.top .othBox .nav li .subNav dl dd:hover{}


.top .othBox .nav li .subNav dl dd .menu_con2{ position: absolute;left:100%; top: 0; background: rgba(9,112,202,0.95);  width: 300px; z-index: 500;  display: none}
.top .othBox .nav li .subNav dl dd .menu_con2 span a{ padding: 0 20px; line-height:50px;  color:rgba(255,255,255,0.5); font-size:14px; border-bottom: 1px solid rgba(255,255,255,0.1);  }



.top .othBox .nav .f-action .subNav dl dd{display: inline-block;padding-right: 30px;line-height: 80px;}
.top .othBox .nav .f-action .subNav dl dd:last-child{padding-right: 0;}
.top .othBox .nav .f-action .subNav dl dd a{color: #333; line-height: 28px;}
.top .othBox .nav .f-action .subNav dl dd a:hover{color: #0970ca;}
.top .othBox .nav li:not(.f-action) .subNav dl dd a{ display: block; color: #333;line-height:40px; padding-left: 15px; padding-right: 15px; background: url(../images/nav_icon.png) no-repeat 0;transition: all 0.5s;}
.top .othBox .nav li:not(.f-action) .subNav dl dd a:hover{ padding-left: 25px; padding-right: 5px; color: #fff; background:#0970ca url(../images/nav_icon_h.png) no-repeat 10px}

.top .othBox .searLang{float: right;line-height: 90px;}
.top .othBox .searLang .rad{display: inline-block;vertical-align: middle;min-width: 35px;height: 35px;text-align: center;line-height:35px;margin: 0 5px;}
.top .othBox .searLang .sear{display: inline-block;}
.top .othBox .searLang .sear .icon-search {background:url(../images/searOn.png) no-repeat center center;cursor: pointer;background-size: 18px auto;}
.top .othBox .searLang .sear .searAbu{position: absolute;top: 212%;right:0;display: none;z-index: 111;}
.top .othBox .searLang .sear .searAbu input{width: 250px;height: 40px;line-height:32px;border:1px solid #e9e9e9;padding: 0 10px;background: #fff;}
.top .othBox .searLang .sear .searAbu .Gosear{width: 18px;height: 18px;display: block;position: absolute;top: 50%;margin-top:-9px;right: 5px;background:url(../images/searOn.png) no-repeat;}
.top .othBox .searLang .lang .icon {display: inline-block;width: 20px;height: 20px;vertical-align: middle;background: url(../images/lang.png) no-repeat center center;margin-bottom: 4px;margin-right: 4px;}
.top .othBox .contactBox{float: right;text-align: right;padding: 28px 0;}
.top .othBox .contactBox p{font-size:16px;position: relative;line-height:1;margin-bottom:3px;display: inline-block;}
.top .othBox .contactBox p:before{width: 15px;height: 15px;content:'';background:url(../images/icon1.png) no-repeat;position: absolute;top: 50%;margin-top:-7px;left: -20px;}
.top .othBox .contactBox span{font-size:26px;color: #0970ca;line-height:1;display: block;}

@media screen and (min-width: 1366px) and (max-width: 1660px){
       .top .othBox .nav li .subNav dl {margin:0 8px;width:160px;}
       .top .othBox .nav li.f-action .subNav dl {width: auto;}
       .top .othBox .nav li:not(.f-action) .subNav dl dd a{display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
}


@media(max-width:768px){


.top .othBox .nav li .subNav dl dd .menu_con2{ position:relative;left:0; top: 0; background: #eee;  width: 100%; z-index: 500;  display: block;}
.top .othBox .nav li .subNav dl dd .menu_con2 span a{ padding: 0 20px; line-height:40px;  color:#666; font-size:14px; border-bottom: 1px solid #ddd;  }


}


/*top*/

/*banner*/
.banner{}
.banner li{position: relative;overflow: hidden;}
/*.banner li > a{position: absolute; left: 0; top: 0; z-index: 10; width: 100%; height: 100%;}*/
.banner li .pcBan{width: 100%;padding-bottom: 33.854%; background-repeat: no-repeat;background-size: cover;background-position: center center;}
.banner li .textBx{width: 100%;position: absolute;top: 50%;transform: translate(0,-50%);color: #fff;z-index: 9;}
/*.banner li .textBx .w1440{position: relative;}*/
.banner li .textBx .text a{color: #fff;}
.banner li .textBx .text h5{font-size:55px;font-weight:normal;line-height:1.2;}
.banner li .textBx .text p{font-size: 22px;margin:20px 0;}
.banner li  .more{display: block;width: 140px;text-align: center;line-height:42px;font-size:18px;border-radius:3px; transition: 0.3s;position: absolute; z-index: 10;border:1px solid #fff;color:#fff;}
.banner li .more:hover{color: #fff;background:#da251c; border-color:#da251c}

.banner .wapBan{display: none;}
.banner .slick-dots{position: absolute;width: 100%;left:0;bottom: 30px;padding-left: 80px; z-index: 30; text-align: center;}
.banner .slick-dots li{display: inline-block;width: 100px;height: 3px;background: rgba(255,255,255,.3);transition:.3s;margin: 0 5px; cursor: pointer;position: relative;}
.banner .slick-dots li button{position: absolute; left: 0; top: 0; width: 0; height: 100%; background: #fff; overflow: hidden;padding: 0;  border: 0;font-size: 0;}
.banner .slick-dots li.slick-active button{width: 100%;transition: 5s linear;}
.banner .slick-arrow{border:none;width: 38px;height: 38px;font-size:0;background:url(../images/icon2.png) no-repeat;position: absolute;top: 50%;margin-top:-19px;z-index: 9;cursor: pointer;}
.banner .slick-arrow.slick-prev{left: 50px;}
.banner .slick-arrow.slick-next{right: 50px;transform: rotate(180deg);}
@media(max-width:750px){
  .banner li  .more{margin-left:-60px !important;top:auto !important;bottom:15%;font-size:16px;width:120px;line-height:38px;}
  .banner .pcBan{display: none;}
  .banner .wapBan{display: block;max-height:360px;padding-bottom: 69.333%; background-size:cover;background-position:center;}
.banner .slick-dots li{width: 10vw;}
}
/*banner*/

/*数字滚动*/
.idxFoor_2{/* background:url(../images/idxF2_bg.jpg) no-repeat left;background-size: cover; */padding: 80px 0;}
.idxFoor_2 li{float: left;width: 25%;text-align: center;}
.idxFoor_2 li h5{font-size:18px;font-weight:normal;color: #888888;margin-bottom:20px;}
.idxFoor_2 li .text{}
.idxFoor_2 li .text span{font-family:'Roboto-Medium';font-size:80px;line-height:1;}
.idxFoor_2 li .text sup{font-family:'Roboto-Medium';font-size:30px;position: relative;top: -35px;}
.idxFoor_2 li .text em{font-size:16px;font-style:normal;}
/*数字滚动*/

.idxTitBox{text-align: center;margin-bottom:35px;}
.idxTitBox span{font-family:'Roboto-Medium';font-size:50px;color:#0970ca;}
.idxTitBox h5{font-size: 38px;line-height:1;padding-bottom: 25px;position: relative;}
.idxTitBox h5:before{width: 40px;height: 1px;content:'';background:#d61518;position: absolute;bottom:0;left: 50%;margin-left:-20px;}
.idxTitBox p{font-size:18px;line-height:28px;margin-top:20px;}

/*解决方案*/
.idxFoor_3{padding: 4% 0;background:#f2f8fc;}
.idxFoor_3 .soluList{color: #fff;}
.idxFoor_3 .soluList li{float: left;position: relative; overflow: hidden;}
.idxFoor_3 .soluList li figure{background-size: cover;padding-bottom:360px;width: 100%; transition:transform 12s cubic-bezier(.23,1,.32,1); }
.idxFoor_3 .soluList li:hover figure{transform: scale(1.1); }
.idxFoor_3 .soluList li .textBox{position: absolute;left: 0;bottom: 25px;width: 100%;padding:0 26px; transition: 0.3s; z-index: 4;}
.idxFoor_3 .soluList li:hover .textBox{bottom: 50px;}
.idxFoor_3 .soluList li .Itmes{position: relative;overflow: hidden;}
.idxFoor_3 .soluList li .Itmes:before{position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; z-index: 3; opacity:.7;transition: 0.3s;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */


}
.idxFoor_3 .soluList li .Itmes:hover:before{opacity: 1;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,.85) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,.85) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */}
.idxFoor_3 .soluList li .textBox h5{font-size:24px;font-weight:bold;padding-bottom:5px;}
.idxFoor_3 .soluList li .textBox p{font-size:18px;line-height:24px; min-height: 48px;}
.idxFoor_3 .soluList li .Itmes .more {position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 10;}
.idxFoor_3 .soluList li .hoveBox{position: absolute;width: 100%;height: 0;transition:.3s;background:#0970ca;top: 0;left: 0;opacity: 0;}
.idxFoor_3 .soluList li .hoveBox h5{font-size:28px;font-weight:normal;margin-bottom:5px;}
.idxFoor_3 .soluList li .hoveBox span{display: block;font-size:16px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.4);margin-bottom:20px;}
.idxFoor_3 .soluList li .hoveBox dl{margin: 0;}
.idxFoor_3 .soluList li .hoveBox dd{margin: 0;padding-left:10px;position: relative;transition:.3s;top: 0;}
.idxFoor_3 .soluList li .hoveBox dd:before{width: 4px;height: 4px;border-radius:50%;background:#fff;position: absolute;content:'';top: 50%;margin-top:-2px;left: 0;}
.idxFoor_3 .soluList li .hoveBox dd a{color: #fff;display: block;line-height:28px;}
.idxFoor_3 .soluList li .hoveBox dd:hover{top: -5px;}
.idxFoor_3 .soluList li .hoveBox .more{width: 110px;display: block;border-radius:35px;border:1px solid rgba(255,255,255,.4);text-align: center;line-height:32px;color: #fff;transition:.3s;margin-top:40px;}
.idxFoor_3 .soluList li .hoveBox .more:hover{border:1px solid #fff;}

.idxFoor_3 .soluList li:hover .hoveBox{height: 100%;padding: 45px 25px;opacity: 1;}


.idxFoor_3 .soluList .topList li:nth-child(1){width: 38%;}
.idxFoor_3 .soluList .topList li:nth-child(2){width: 29.5%;}
.idxFoor_3 .soluList .topList li:nth-child(3){width: 29.5%;margin-right:0;}
.idxFoor_3 .soluList .topList li{margin-right:1.5%;width: 23.875%;margin-bottom:1.5%;position: relative;}
.idxFoor_3 .soluList .topList li > a{position: absolute ;left: 0; top: 0; width: 100%; height: 100%; z-index: 10;}
.idxFoor_3 .soluList .topList li:nth-child(7),.idxFoor_3 .soluList .topList li:last-child{margin-right:0;}
/*解决方案*/

/*产品展示*/
.idxFoor_4{background-size: cover;background-repeat:no-repeat;padding: 6% 0;background-position:center;}
.idxFoor_4 .idxTitBox{color: #fff;}
.idxFoor_4 .idxTitBox span{color: #fff;}
.idxFoor_4 .proList{padding: 0 3%;margin-top:5%}
.idxFoor_4 .proList li{float: left;margin-right:10.66%;width: 17%;position: relative;padding: 25px 0;background:rgba(255,255,255,.20);border:1px solid rgba(255,255,255,.4);color: #fff;transition:.3s;}
.idxFoor_4 .proList li:nth-child(4n){margin-right:0;}
.idxFoor_4 .proList li .befBox{text-align: center;}
.idxFoor_4 .proList li .befBox .imgB{margin-bottom:15px;}
.idxFoor_4 .proList li .befBox p{font-size:20px;padding: 0 2%;}
.idxFoor_4 .proList li .aftBox{position: absolute;width: 100%;height: 0;transition:.3s;background:#0970ca;top: 0;left: 0;opacity: 0;}
.idxFoor_4 .proList li .aftBox .topB{padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.4);margin-bottom:10px;}
.idxFoor_4 .proList li .aftBox .topB i img{width: 30px;}
.idxFoor_4 .proList li .aftBox .topB span{font-size:18px;margin-left:5px;display: inline-block;vertical-align: middle;max-width: 70%; max-width: calc(100% - 50px);}
.idxFoor_4 .proList li .aftBox .bomB a{color: #fff;display: block;line-height:28px;padding-left:10px;position: relative;transition:.3s;top: 0;background: url("../images/nav_icon_h.png") no-repeat left center;}
/*.idxFoor_4 .proList li .aftBox .bomB a:before{border-radius:50%;background:#fff;position: absolute;content:'>';top: 50%;margin-top:-2px;left: 0;}*/
.idxFoor_4 .proList li .aftBox .bomB a:hover{top: -5px;}
.idxFoor_4 .proList li .aftBox .bomB{ height:65px; overflow:auto}
.idxFoor_4 .proList li .aftBox .more{color: rgba(255,255,255,0.5); display: inline-block;padding: 0 10px;line-height: 24px; border-radius: 30px; border: 1px solid rgba(255,255,255,0.5); transition: 0.3s;}
.idxFoor_4 .proList li .aftBox .more:after{display: inline-block; content: '>'; width: 16px; height: 16px; border: 1px solid rgba(255,255,255,0.5); border-radius: 50%; text-align: center; line-height: 16px; vertical-align: middle; margin-left: 5px;color: rgba(255,255,255,0.5);font-family: "宋体"; font-size: 12px; margin-top: -2px;}
.idxFoor_4 .proList li .aftBox .more:hover{background: #fff;color: #0970ca;}
.idxFoor_4 .proList li .aftBox .more:hover:after{color: #0970ca;border-color: #fff;}
.idxFoor_4 .proList li:hover{border:1px solid #0970ca;}
.idxFoor_4 .proList li:hover .aftBox{height: 100%;padding: 45px 25px;opacity: 1;padding: 25px;}

@media(max-width:640px){
.idxFoor_4 .proList li .aftBox .bomB a{padding:2.5px 0 2.5px 10px;}
  .idxFoor_4 .proList li .aftBox .bomB a:hover{top:0;}
.idxFoor_4 .proList li .befBox .imgB img{width:60px;}
.idxFoor_4 .proList li{padding:40px 0}
}
/*产品展示*/

/*新闻资讯*/
.idxFoor_5{background:#f2f8fc;padding: 4% 0;}
.idxFoor_5 .idxnewTab{position: relative;}
.idxFoor_5 .idxnewTab:before{width: 100%;height: 1px;content:'';background:#dfe8ed;position: absolute;left: 0;top: 16px;}
.idxFoor_5 .idxnewTab .slider-tab{max-width:600px;margin: 0 auto;margin-bottom:80px;}
.idxFoor_5 .idxnewTab .slider-tab li{line-height:32px;text-align: center;font-size:16px;border-radius:35px;background:#f2f8fc;transition:.3s;border:1px solid #dfe8ed;margin: 0 6px;cursor: pointer;}
.idxFoor_5 .idxnewTab .slider-tab li.slick-current{background:#0970ca;color: #fff;border:1px solid #0970ca;}
.idxFoor_5 .idxnewTab .sliDBox{}
.idxFoor_5 .idxnewTab .sliDBox .leftBox{float: left;width: 48%;}
.idxFoor_5 .idxnewTab .sliDBox .leftBox .imgBox{overflow: hidden;}
.idxFoor_5 .idxnewTab .sliDBox .leftBox .imgBox span{ display: block; padding-bottom: 48%; transition:transform 12s cubic-bezier(.23,1,.32,1); background: no-repeat center center; background-size: cover}
.idxFoor_5 .idxnewTab .sliDBox .leftBox .imgBox img{transition:.3s; display: none}
.idxFoor_5 .idxnewTab .sliDBox .leftBox .txtBox{}
.idxFoor_5 .idxnewTab .sliDBox .leftBox .txtBox .topB{margin: 12px 0;}
.idxFoor_5 .idxnewTab .sliDBox .leftBox .txtBox .topB h5{float: left;width: 80%;font-size:22px;font-weight:bold;}
.idxFoor_5 .idxnewTab .sliDBox .leftBox .txtBox .topB time{float: right;display: block;line-height:32px;color: #999999;font-family:'Roboto-Medium';}
.idxFoor_5 .idxnewTab .sliDBox .leftBox .txtBox p{color: #999999;line-height:24px;}
.idxFoor_5 .idxnewTab .sliDBox .leftBox:hover .imgBox span,
.idxFoor_5 .idxnewTab .sliDBox .leftBox:hover .imgBox img{transform: scale(1.1);}
.idxFoor_5 .idxnewTab .sliDBox .righBox{float: right;width: 50%;}
.idxFoor_5 .idxnewTab .sliDBox .righBox .item{margin-bottom:2.5%;}
.idxFoor_5 .idxnewTab .sliDBox .righBox .item .num{display: inline-block;vertical-align: middle;width: 14%;font-family:'Roboto-Medium';font-size:70px;color: #d5dde3;border-right: 2px solid #e9f2f7;}
.idxFoor_5 .idxnewTab .sliDBox .righBox .item .text{display: inline-block;vertical-align: middle;width: 84%;padding-left:4%;}
.idxFoor_5 .idxnewTab .sliDBox .righBox .item .text .topB{margin-bottom:8px;}
.idxFoor_5 .idxnewTab .sliDBox .righBox .item .text .topB h5{float: left;width: 80%;font-size:16px;font-weight:bold;}
.idxFoor_5 .idxnewTab .sliDBox .righBox .item .text .topB time{float: right;display: block;line-height:22px;color: #999999;font-family:'Roboto-Medium';}
.idxFoor_5 .idxnewTab .sliDBox .righBox .item .text p{color: #999999;line-height:24px;}
.idxFoor_5 .idxnewTab .sliDBox .righBox .item:hover .num{color: #0970ca;}
@media(max-width:640px){
.idxFoor_5 .idxnewTab .sliDBox .righBox .item .text p,.idxFoor_5 .idxnewTab .sliDBox .righBox .item .num{display:none;}
.idxFoor_5 .idxnewTab .sliDBox .righBox .item .text{padding-left:0;width:100%}
.idxFoor_5 .idxnewTab .sliDBox .righBox .item .text .topB h5{font-size:14px;}
.idxFoor_5 .idxnewTab .sliDBox .righBox{padding-top:10px;}
}
/*新闻资讯*/

/*关于优特*/
.idxFoor_6{padding: 4% 0;}
.idxFoor_6 .aboutList{margin-top:5%;}
.idxFoor_6 .aboutList .item{float: left;width: 23.5%;margin-right:2%;}
.idxFoor_6 .aboutList .item:nth-child(4n){margin-right:0;}
.idxFoor_6 .aboutList .item .imgBox{overflow: hidden;}
.idxFoor_6 .aboutList .item .imgBox img{transition:transform 12s cubic-bezier(.23,1,.32,1);}
.idxFoor_6 .aboutList .item .txtBox{padding: 22px;background:#f4f4f4;transition:.3s;}
.idxFoor_6 .aboutList .item .txtBox h5{font-size:24px;font-weight:bold;transition:.3s;margin-bottom:5px;color:#333}
.idxFoor_6 .aboutList .item .txtBox p{color: #999999;transition:.3s;font-size:16px;}
.idxFoor_6 .aboutList .item:hover .imgBox img{transform: scale(1.1);}
.idxFoor_6 .aboutList .item:hover .txtBox h5,
.idxFoor_6 .aboutList .item:hover .txtBox p{color: #fff;}
.idxFoor_6 .aboutList .item:hover .txtBox{background:#0970ca;}
/*关于优特*/

/*推荐信息*/
.idxFoor_7{background-size: cover;background-repeat:no-repeat;background-position:center; position: relative}
.idxFoor_7 .w1440{position: relative;}
.idxFoor_7 h5{text-align: center;line-height:600px;font-size:38px;font-weight:normal;color: #fff;}
.idxFoor_7 .item{position: absolute;top: 0;left: 0;background:#fff;border-radius:50%;text-align: center;transition:.5s;}
.idxFoor_7 .item a{font-size:16px;color: #005ca2;}
.idxFoor_7 .item:nth-child(2){width: 120px;height: 120px;opacity: .8;padding: 38px 25px;left: 10%;top: 55%;}
.idxFoor_7 .item:nth-child(3){width: 100px;height: 100px;opacity: .6;padding: 42px 15px;left: 31%;top: 18%;}
.idxFoor_7 .item:nth-child(4){width: 80px;height: 80px;opacity: 1;padding: 20px 5px;left: 39%;top: 68%;}
.idxFoor_7 .item:nth-child(5){width: 120px;height: 120px;opacity: 1;padding: 48px 5px;left: 71%;top: 18%;}
.idxFoor_7 .item:nth-child(6){width: 80px;height: 80px;opacity: .6;padding: 30px 5px;left: 87%;top: 50%;}
.idxFoor_7 .item:nth-child(7){width: 100px;height: 100px;opacity: .8;padding: 40px 5px;left: 60%;top: 72%;}
.idxFoor_7 .item span{ width: 0; height: 0; left: 50%; top:50%; position: absolute; display: block; background-color: #fff; border-radius: 100px; }
.idxFoor_7 .item span.s1{transition: 0.6s}
.idxFoor_7 .item span.s2{transition: 0.3s}
.idxFoor_7 .item span.s3{transition: 1s}
.idxFoor_7 .item span.s4{transition: 0.7s}
.idxFoor_7 .item span.s5{transition: 1.2s}
.idxFoor_7 .item span.s6{transition: 0.3s}
.idxFoor_7 .item:hover span.s1{width: 40%; height: 40%;left: -100%; top:-15%}
.idxFoor_7 .item:hover span.s2{width: 50%; height: 50%;left: 6%; top:-100%}
.idxFoor_7 .item:hover span.s3{width: 60%; height: 60%;left: 130%; top:-60%}
.idxFoor_7 .item:hover span.s4{width: 30%; height: 30%;left: 160%; top:55%}
.idxFoor_7 .item:hover span.s5{width: 60%; height: 60%;left: 70%; top:130%}
.idxFoor_7 .item:hover span.s6{width: 30%; height: 30%;left: -50%; top:100%}
.idxFoor_7 .item:hover{/*transform: scale(1.2);*/; background: #0970ca}
.idxFoor_7 .item:hover a{ color: #fff}
.idxFoor_7 .item:before,
.idxFoor_7 .item:after{ content: ''; display: block; border: solid 1px #ddd; position: absolute; left: 50%; top: 50%; border-radius: 100%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.idxFoor_7 .item:before{animation:mymove 4s infinite;-webkit-animation:mymove 4s infinite; }
.idxFoor_7 .item:after{animation:mymove 6s infinite;-webkit-animation:mymove 6s infinite;transition-delay: 1s; opacity: 0.5}
@keyframes mymove
{
from {width: 100%; height: 100%;}
to {width: 130%; height: 130%; opacity: 0}
}

@-webkit-keyframes mymove
{
from {width: 100%; height: 100%;}
to {width: 130%; height: 130%; opacity: 0}
}

@media(max-width:640px){
  .idxFoor_7 .item:nth-child(6){left:73%}
}

/*.idxFoor_7 .item.sh{width: 120px;height: 120px;opacity: .8;padding: 38px 25px;left: 10%;top: 55%;}
.idxFoor_7 .item.sx{width: 100px;height: 100px;opacity: .6;padding: 42px 15px;left: 31%;top: 18%;}
.idxFoor_7 .item.dl{width: 80px;height: 80px;opacity: 1;padding: 20px 5px;left: 39%;top: 68%;}
.idxFoor_7 .item.zd{width: 120px;height: 120px;opacity: 1;padding: 48px 5px;left: 71%;top: 18%;}
.idxFoor_7 .item.nc{width: 80px;height: 80px;opacity: .6;padding: 30px 5px;left: 87%;top: 50%;}
.idxFoor_7 .item.yy{width: 100px;height: 100px;opacity: .8;padding: 40px 5px;left: 60%;top: 72%;}*/
/*推荐信息*/

/*bottom*/
.bottom{}
.bottom .bomTop{padding-top: 50px;margin-bottom:30px;}
.bottom .bomTop .bomNav{float: left;width: 68%;}
.bottom .bomTop .bomNav dl{margin: 0;float: left;width: 16.66%;}
.bottom .bomTop .bomNav dt{font-size:18px;margin-bottom:20px;}
.bottom .bomTop .bomNav dd{margin: 0;}
.bottom .bomTop .bomNav dd a{display: block;line-height:30px;color: #888888;}
.bottom .bomTop .bomNav dd a:hover{color: #005ca2;}
.bottom .bomTop .bomSkr{float: right;}
.bottom .bomTop .bomSkr .shareBox{margin-bottom:60px;}
.bottom .bomTop .bomSkr .shareBox a{display: inline-block;vertical-align: middle;width: 40px;height: 40px;border-radius:50%;position: relative;top: 0;transition:.3s;margin-left: 10px;}
.bottom .bomTop .bomSkr .shareBox a:hover{top: -5px;}
.bottom .bomTop .bomSkr .shareBox a.pho{background:url(../images/i1.png) no-repeat center center #0970ca;}
.bottom .bomTop .bomSkr .shareBox a.mal{background:url(../images/i2.png) no-repeat center center #0970ca;}
.bottom .bomTop .bomSkr .shareBox a.wec{background:url(../images/i3.png) no-repeat center center #0970ca;}
.bottom .bomTop .bomSkr .shareBox a.web{background:url(../images/i4.png) no-repeat center center #0970ca;}
.bottom .bomTop .bomSkr .shareBox a.tot{background:url(../images/i5.png) no-repeat center center #0970ca;}
.bottom .bomTop .bomSkr .codeBox{float: right;}
.bottom .bomTop .bomSkr .codeBox p{color: #888888;margin-top:15px;}
.bottom .bomMid{padding: 30px 0;border-top: 1px solid #ddd;border-bottom:1px solid #ddd;}
.bottom .bomMid span{font-size:16px;}
.bottom .bomMid a{color: #999999;margin-left: 15px;}
.bottom .bomMid a:hover{color: #005ca2;}
.bottom .bomBom{padding: 30px 0;}
.bottom .bomBom .copy{float: left;color: #888888;}
.bottom .bomBom .fopList{float: right;}
.bottom .bomBom .fopList a{color: #888888;padding: 0 5px;border-right:1px solid #888;}
.bottom .bomBom .fopList a:last-child{padding-right: 0;border-right:none;}
.bottom .bomBom .fopList a:hover{color: #005ca2;}
/*bottom*/

/*响应式*/
@media(max-width:1600px){
  .w1600{padding: 0 2%;}
}

@media(max-width:1440px){
  .w1440{padding: 0 2%;}
}

.mobile_bg {position:fixed; left:0; top:0; width:100%; height:100%; z-index:98; background:rgba(0,0,0,.5); display:none;}
.moLogo{display: none;width: 90%;margin-bottom:2%;}
.nav_btn {float:right; width:30px; height:27px; margin:35px 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:#333; 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;}
.top .nav_btn span, .nav_btn span:before, .nav_btn span:after{ background-color:#005ca2;}
.nav_btn.open span {height:0;}
.nav_btn.open span:before {transform:rotate(45deg); top:0;background-color:#005ca2;}
.nav_btn.open span:after {transform:rotate(-45deg); bottom:-2px;background-color:#005ca2;}

@media(max-width:1520px){
  .top .logo{width: 20%;}
  .top .othBox{width: 80%;}
}

@media(max-width:1366px){
  .top .othBox .nav li{margin-left: 6%;}
}

@media(max-width:1280px){
  .nav_btn{display: block;}
  .top .othBox .nav{position: absolute;top: 90px;width: 100%;float: none;left: 0;background:#fff;display: none;padding: 30px 20px 50px;z-index: 99;}
  .top .othBox .nav li{float: none;width: 100%;margin-left:0;}
  .top .othBox .nav li >a{line-height:40px;font-size:16px;}
  .top .othBox .nav li .subNav{position:static;text-align: left;padding: 2% 2% 3%;}
  .top .othBox .nav li .subNav dl{margin: 0 25px 0 0;}
  .top .othBox .nav li .subNav dl dd a{line-height:22px;}
  .top .othBox .nav li .subNav dl dt{margin-bottom:5px;}
  .top .othBox .contactBox{padding: 27px 0;}

  .banner li .textBx .w1440{padding: 0 7%;}
  .banner li .textBx .text h5{font-size:32px;}
  .banner li .textBx .text p{margin: 10px 0;font-size:16px;}
  .banner li .textBx .text .more{width: 120px;line-height:40px;font-size:14px;}
  .banner .slick-arrow.slick-prev{left: 2%;}
  .banner .slick-arrow.slick-next{right: 2%;}
  .banner li .numB{display: none;}
  .banner .slick-dots{padding-left:0;text-align: center;bottom:20px;}
  .top .othBox .searLang .sear .searAbu { top: 207%;}
  .top .othBox .nav .f-action {
    position: unset;
  }
  .top .othBox .nav .f-action .subNav {
    width: 100%;
    height: auto;
    transform: unset;
    position: static;
    padding: 2% 2% 3%;
    text-align: left;
  }
  .top .othBox .nav .f-action .subNav dl {
    position: unset;
    transform: unset;
  }
  .top .othBox .nav .f-action .subNav dl dd {
    display: block;
    padding-right: 0;
    line-height: normal;
  }
}

@media(max-width:1024px){
  .idxFoor_2{padding: 40px 0;}
  .idxFoor_2 li{width: 50%;margin-bottom:15px;}
  .idxFoor_2 li h5{font-size:16px;margin-bottom:8px;}
  .idxFoor_2 li .text span{font-size:32px;}
  .idxFoor_2 li .text sup{font-size:20px;top: -7px;}
  .idxFoor_2 li .text em{font-size:14px;}
  .idxTitBox{margin-bottom:22px;}
  .idxTitBox span{font-size:32px;}
  .idxTitBox h5{font-size:22px;padding-bottom:15px;}
  .idxTitBox p{font-size:14px;line-height:24px;margin-top:12px;padding:0 5%;}
  .idxFoor_3 .w1440{padding:0 7.5px;}
  .idxFoor_3 .soluList .topList li{width:50%!important;margin:0;padding:7.5px;}
  .idxFoor_3 .soluList .topList li:nth-child(1){width:100% !important;margin:0;padding-bottom:7.5px;}
  .idxFoor_3 .soluList .topList li:nth-child(even){margin-left:0;}
  .idxFoor_3 .soluList li figure{background-position:center;}
  .idxFoor_3 .soluList .bomList li{width: 49.25%;margin-bottom:1.5%;}
  .idxFoor_3 .soluList .bomList li:nth-child(2n){margin-right:0;}
  .idxFoor_3 .soluList li .textBox{top: auto;bottom:15px;padding: 0 15px;}
  .idxFoor_3 .soluList li .textBox h5{font-size:20px;}
  .idxFoor_3 .soluList li .textBox p{font-size:13px;line-height:1.5;text-align:justify}
  .idxFoor_3 .soluList li:hover .hoveBox{padding: 20px 10px;}
  .idxFoor_3 .soluList li .hoveBox h5{font-size:20px;}
  .idxFoor_3 .soluList li .hoveBox span{margin-bottom:10px;padding-bottom:5px;font-size:14px;}
  .idxFoor_3 .soluList li .hoveBox dd a{line-height:22px;}
  .idxFoor_3 .soluList li .hoveBox .more{margin-top:20px;line-height:24px;width: 95px;}
  .idxFoor_4 .proList{margin-top:20px;}
  .idxFoor_4 .proList li{width: 49%;margin-right:2%;margin-bottom:2%;}
  .idxFoor_4 .proList li:nth-child(2n){margin-right:0;}
  .idxFoor_4 .proList li .befBox p{font-size:16px;}
  .idxFoor_4 .proList li:hover .aftBox{padding: 18px;}
  .idxFoor_4 .proList li .aftBox .topB span{font-size:16px;}
  .idxFoor_4 .proList li .aftBox .bomB a{line-height:22px;}
  .idxFoor_5 .idxnewTab .slider-tab{margin-bottom:20px;}
  .idxFoor_5 .idxnewTab .sliDBox .leftBox{float: none;width: 100%;margin-bottom:2%;}
  .idxFoor_5 .idxnewTab .sliDBox .leftBox .txtBox .topB{margin: 8px 0;}
  .idxFoor_5 .idxnewTab .sliDBox .leftBox .txtBox .topB h5{font-size:16px;}
  .idxFoor_5 .idxnewTab .sliDBox .leftBox .txtBox p{line-height:22px;}
/*   .idxFoor_5 .idxnewTab .sliDBox .leftBox .imgBox span{ display: none;}
.idxFoor_5 .idxnewTab .sliDBox .leftBox .imgBox img{ display: block} */
  .idxFoor_5 .idxnewTab .sliDBox .righBox{float: none;width: 100%;}
  .idxFoor_5 .idxnewTab .sliDBox .righBox .item .num{font-size:42px;}
  .idxFoor_6 .aboutList .item{width: 49%;margin-bottom:2%;}
  .idxFoor_6 .aboutList .item:nth-child(2n){margin-right:0;}
  .idxFoor_6 .aboutList .item .txtBox{padding: 18px;}
  .idxFoor_6 .aboutList .item .txtBox h5{font-size:15.4px;}
  .top .othBox .searLang .sear .searAbu{z-index: 99;background:#fff;}
  .top .othBox .searLang .sear .searAbu input{width: 200px;}
}

@media(max-width:767px){
  .idxFoor_4 .proList li .aftBox .bomB a{line-height:1.3;display: block;white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
  .top .othBox .contactBox{display: none;}
  .top .logo{width: 36%;padding: 0;line-height: 65px;}
  .top .othBox{width: 60%;}
  .top .othBox .searLang{margin-right:0;line-height: 65px;}
  .top .othBox .searLang .sear {display: none;}
  .nav_btn{margin: 19px 0 0 20px;}
  .top .othBox .nav{top: 65px;}
  .banner li .textBx .w1440{padding: 0 10%;}
  .banner li .textBx .text h5{font-size:24px;}
  .banner .slick-arrow{width: 24px;height: 20px;background-size: contain;}
  .banner li .textBx .text .more{width: 90px;line-height:28px;}
  .idxFoor_3 .soluList li figure{padding-bottom:240px;}
  .idxFoor_3 .soluList .bomList li{width: 100%;margin-right:0!important;}
  .idxFoor_4 .proList li{width: 49%;}
  .idxFoor_5 .idxnewTab .sliDBox .righBox .item .num{font-size:32px;}
  .idxFoor_5 .idxnewTab .sliDBox .leftBox .txtBox .topB h5,
  .idxFoor_5 .idxnewTab .sliDBox .righBox .item .text .topB h5{width: 75%;}
  .idxFoor_6 .aboutList .item{width:49%;}
  .idxFoor_6 .aboutList .item .txtBox p{min-height:40px;overflow:hidden;font-size:12.25px}
  .idxFoor_6 .aboutList .item .imgBox img{width: 100%;}
  .idxFoor_7 h5{font-size:24px;}
  .idxFoor_7 .item.sx{left: 4%;top: 6%;}
  .idxFoor_7 .item.dl{left: 32%;top: 75%;}
  .idxFoor_7 .item.zd{left: 57%;}
  .idxFoor_7 .item.nc{left: 22%;top: 29%;}
  .idxFoor_7 .item.yy{top: 60%;}
  .Bottom002743 .contact .code{margin-top:20px;}
  .top .othBox .searLang .sear .searAbu { top: 144%;}
  .idxFoor_5 .idxnewTab .sliDBox .leftBox .txtBox .topB time{line-height:22px;}
}



.auto_1440{max-width: 1440px;}
.auto_1000 {max-width: 1000px;}
.auto_1150{ max-width:1150px;}
@font-face {
  font-family: "DINCond-Bold";
  src: url("../fonts/DINCond-Bold.woff2") format("woff2"),
       url("../fonts/DINCond-Bold.woff") format("woff"),
       url("../fonts/DINCond-Bold.ttf") format("truetype"),
       url("../fonts/DINCond-Bold.eot") format("embedded-opentype"),
       url("../fonts/DINCond-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}



/*
 .Banner002187 为demo编号
 */
.Banner002187 span{background-position: left center; background-repeat:no-repeat; background-size:cover; padding-bottom: 31.25%; display:block;}
.Banner002187 img{ display:none;}
@media (max-width: 1000px){
	.Banner002187 span{ height:auto; background:none; height:auto;padding-bottom: 0;}
	.Banner002187 img{ display:block;}
}




/*
 .Menu002188 为demo编号
 */
.Menu002188{ border-bottom:1px solid #e5e5e5;padding:30px 0 0;min-height: 84px;}
.Menu002188 .Menu{ float:left;}
.Menu002188 .Menu li{ float:left; padding:0 0 29px;margin-right: 30px}
.Menu002188 .Menu li:last-child{ margin-right: 0px}
.Menu002188 .Menu li a{ font-size:18px; color:#333; padding:0 20px 29px;transition: .3s ease-out;}
.Menu002188 .Menu li.cur a,.Menu002188 .Menu li a:hover{ color:#005ca2;border-bottom:2px solid #005ca2;}
.Menu002188 .Currents{ text-align:right;  color:#666; line-height:25px; float:right;font-size: 16px;}
.Menu002188 .Currents em{ font-style:normal;background:url(../images/Menu002188-current_icon.png) no-repeat left center; background-size:auto 100%; padding-left:30px; display:inline-block;}
.Menu002188 .Currents a{color:#666;transition: .3s ease-out;}
.Menu002188 .Currents a:hover{color:#005ca2;}
@media (max-width: 1000px){
  .Menu002188 .Menu{ float:none;}
   .Menu002188	.Currents{ display:none;}
   .Menu002188 .Menu li a{ font-size:16px; color:#333; padding: 0; transition: .3s ease-out;}
   .Menu002188 .Menu li{padding:0;margin:0;line-height:30px;}
    .Menu002188 .Menu li:not(:last-child){margin-right: 5vw;}
   .Menu002188{min-height:auto;padding:0;}
   .Menu002188 .Menu li.cur a,.Menu002188 .Menu li a:hover{border:none;}
   .Menu002188 .Menu{padding:10px 0;}
}


/*Floor002841 */
.video-box{ position:fixed; top:0; left:0; width:100%; height:100%; z-index:300; background:rgba(0,0,0,0.85);}
.video-box .close{ cursor:pointer; width:40px; height:40px; position:fixed; z-index:4; right:20px; top:20px;}
.video-box .close::before,
.video-box .close::after{ position:absolute; content:''; width:80%; left:10%; height:3px; top:50%; margin-top:-1.5px; background:#fff; transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);}
.video-box .close::before{ transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);}
.video-box .ytable{height: 100%;}
.video-box .ytable-cell{ text-align:center;}
.video-box video{ width:90%; max-width:900px;}

.Floor002841{overflow: hidden;}
.Floor002841 .auto{position: relative; z-index: 1;max-width: 1440px;width: 96%;padding: 45px 0;}
.Floor002841 .left .tit{color: #333;font-size: 26px;font-weight: bold;}
.Floor002841 .left .en{font-size: 24px;color: #000;font-weight: bold;text-transform: uppercase;opacity: .1}
.Floor002841 .left .info{color: #666;line-height: 30px; padding: 1vw 0 2vw 0;font-size:16px;}
.Floor002841 .more{display: inline-block;background: #005ca2;color: #fff;padding: 0 20px;position: relative;}
.Floor002841 .more:after{position: absolute; content: ''; width: 6px; height: 4px; background: #fff;top: 50%; margin-top: -2px;right: 0; transition: 0.3s;}
.Floor002841 .more:hover:after{width: 0;}
.Floor002841 .more span{display: block;line-height: 50px;position: relative; padding-left: 44px;}
.Floor002841 .more span:before{position: absolute; left: 0; top: 50%; width: 18px; height: 10px; margin-top: -5px; content: '';background: url(../images/Floor002841-more.png) no-repeat right center;transition: 0.3s;}
.Floor002841 .more:hover span:before{ width: 30px;}
.Floor002841 .right{position: relative; z-index: 1;}
.Floor002841 .open-video{position: absolute;left: 50%;top: 50%; cursor: pointer; z-index: 10;transform: translate(-50%,-50%);}
.Floor002841 .open-video i{display: block;width: 42px; height: 42px; border-radius: 50%; background: #005ca2 url(../images/Floor002841_btn.png) no-repeat center center;position: relative; z-index: 4;}
.Floor002841 .open-video:before,
.Floor002841 .open-video:after{position: absolute; content: '';border-radius: 50%;background: #005ca2; opacity: 0.2;-webkit-opacity: 0.2; animation: scale 3s infinite;-webkit-animation: scale 3s infinite;}
.Floor002841 .open-video:before{left: -11px; top: -11px; bottom: -11px;right: -11px; animation-delay: 0.3s;}
.Floor002841 .open-video:after{left: -20px; top: -20px; bottom: -20px;right: -20px;}
@keyframes scale{
	0%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
	50%{transform: scale(0.8);-webkit-transform: scale(0.8);-ms-transform: scale(0.8);}
	100%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
}
@-webkit-keyframes scale{
	0%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
	50%{transform: scale(0.8);-webkit-transform: scale(0.8);-ms-transform: scale(0.8);}
	100%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
}
@-ms-keyframes scale{
	0%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
	50%{transform: scale(0.8);-webkit-transform: scale(0.8);-ms-transform: scale(0.8);}
	100%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
}
@media(min-width:1025px){
.Floor002841 .left{ width: 50%;}
.Floor002841 .right{ width: 40.073%;}
}
@media(max-width:1024px){
.Floor002841 .auto:before{left: -2%; width: 104%;background-repeat: repeat-x;}
.Floor002841 .right{max-width: 553px; margin: 0 auto;}
.Floor002841 .left{padding-bottom: 5vw;}
}
@media(max-width:640px){
.Floor002841 .left .tit{font-size: 28px;text-align: center;}
.Floor002841 .left .en{font-size: 30px;text-align: center;}
}

.Floor002841 .info-num{padding:1.5vw 0 0  0;}
.Floor002841 .info-num li{}
@media(min-width:641px){
.Floor002841 .info-num li{float: left;width: 25%;border-left: 10px solid #f9f9f9;padding-left: 20px;}
}
.Floor002841 .info-num li aside{display: inline-block;position: relative;}
.Floor002841 .info-num li aside b{font-family:"DINCond-Bold";font-size: 38px;color: #005ca2;display: block;}
.Floor002841 .info-num li aside sub{position: absolute; left: 100%;width: 32px; word-break: keep-all; bottom: 15%;font-size: 16px;font-weight: 100;margin-left: 10px;}
.Floor002841 .info-num li p{font-size: 14px;color: #999; margin-bottom: 0;margin-top: 0;}

@media(max-width:640px){
.Floor002841 .info-num li{text-align: center;width: 50%; float:left}
.Floor002841 .info-num li:not(:last-child){margin-bottom: 20px;}
}








.Floor002844{overflow: hidden;}
.Floor002844 .auto{position: relative; z-index: 1;max-width: 1440px;width: 96%;padding:4% 0;}
.Floor002844 .left .tit{color: #333;font-size: 26px;font-weight: bold;}
.Floor002844 .left .en{font-size: 24px;color: #000;font-weight: bold;text-transform: uppercase;opacity: .1}
.Floor002844 .left .info{color: #666;line-height: 30px; padding: 1vw 0 2vw 0;font-size:16px;}
.Floor002844 .more{display: inline-block;background: #005ca2;color: #fff;padding: 0 20px;position: relative;}
.Floor002844 .more:after{position: absolute; content: ''; width: 6px; height: 4px; background: #fff;top: 50%; margin-top: -2px;right: 0; transition: 0.3s;}
.Floor002844 .more:hover:after{width: 0;}
.Floor002844 .more span{display: block;line-height: 50px;position: relative; padding-left: 44px;}
.Floor002844 .more span:before{position: absolute; left: 0; top: 50%; width: 18px; height: 10px; margin-top: -5px; content: '';background: url(../images/Floor002841-more.png) no-repeat right center;transition: 0.3s;}
.Floor002844 .more:hover span:before{ width: 30px;}
.Floor002844 .right{position: relative; z-index: 1;}
.Floor002844 .open-video{position: absolute;left: 50%;top: 50%; cursor: pointer; z-index: 10;transform: translate(-50%,-50%);}
.Floor002844 .open-video i{display: block;width: 42px; height: 42px; border-radius: 50%; background: #005ca2 url(../images/Floor002841_btn.png) no-repeat center center;position: relative; z-index: 4;}
.Floor002844 .open-video:before,
.Floor002844 .open-video:after{position: absolute; content: '';border-radius: 50%;background: #005ca2; opacity: 0.2;-webkit-opacity: 0.2; animation: scale 3s infinite;-webkit-animation: scale 3s infinite;}
.Floor002844 .open-video:before{left: -11px; top: -11px; bottom: -11px;right: -11px; animation-delay: 0.3s;}
.Floor002844 .open-video:after{left: -20px; top: -20px; bottom: -20px;right: -20px;}
@keyframes scale{
	0%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
	50%{transform: scale(0.8);-webkit-transform: scale(0.8);-ms-transform: scale(0.8);}
	100%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
}
@-webkit-keyframes scale{
	0%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
	50%{transform: scale(0.8);-webkit-transform: scale(0.8);-ms-transform: scale(0.8);}
	100%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
}
@-ms-keyframes scale{
	0%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
	50%{transform: scale(0.8);-webkit-transform: scale(0.8);-ms-transform: scale(0.8);}
	100%{transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);}
}
@media(min-width:1025px){
.Floor002844 .left{ width:45%}
.Floor002844 .right{ width: 50%;}
}
@media(max-width:1024px){
.Floor002844 .auto:before{left: -2%; width: 104%;background-repeat: repeat-x;}
.Floor002844 .right{max-width: 553px; margin: 0 auto;float: none;}
.Floor002844 .left{padding-bottom: 5vw;}
}
@media(max-width:640px){
.Floor002844 .left .tit{font-size:24px;text-align: center;}
.Floor002844 .left .en{font-size:24px;text-align: center;}
}

.Floor002844 .info-num{padding:1.5vw 0 0  0;}
.Floor002844 .info-num li{}
@media(min-width:641px){
.Floor002844 .info-num li{float: left;width: 30%;/*border-left: 10px solid #f9f9f9;padding-left: 20px;*/}
}
.Floor002844 .info-num li aside{display: inline-block;position: relative;}
.Floor002844 .info-num li aside b{font-family:"DINCond-Bold";font-size: 48px;color: #005ca2;display: block;}
.Floor002844 .info-num li aside sub{position: absolute; left: 100%;width: 32px; word-break: keep-all; bottom: 15%;font-size: 16px;font-weight: 100;margin-left: 10px;}
.Floor002844 .info-num li p{font-size: 14px;color: #005ca2; margin-bottom: 0;margin-top: 0;}
.Floor002844 .left .tel{ padding-top:40px}
.Floor002844 .left .tel h1{font-family: "DINCond-Bold"; font-size:48px; color:#005ca2}
.Floor002844 .left .tel p{font-size:24px; color:#005ca2; background: url(../images/tel-icon.png) no-repeat left center; padding-left:45px;}
@media(max-width:640px){
.Floor002844 .info-num li{text-align: center;width:33.333%; float:left}
.Floor002844 .info-num li:not(:last-child){margin-bottom: 20px;}
.Floor002844 .left .tel{padding-left: 7%;}
}








/*Timeline000397 */
.Timeline {padding: 3% 0;
background: -moz-linear-gradient(to bottom, #f5f8fa 0%,#d9e5ed 100%);
background: -webkit-linear-gradient(to bottom, #f5f8fa 0%,#d9e5ed 100%);
background: linear-gradient(to bottom, #f5f8fa 0%,#d9e5ed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.Timeline .l-title{padding-bottom: 16px;text-align: center;}
.Timeline .l-title .tit{color: #333;font-size: 26px;font-weight: bold;}
.Timeline .l-title .en{font-size: 24px;color: #000;font-weight: bold;text-transform: uppercase;opacity: .1}
.Timeline000397{ position:relative; }
.Timeline000397::before{ content:'';width: 100%;height: 1px;background: #c8d3db;position: absolute;left: 50%;top: 50%; margin-top:-1.5px;z-index: 1;max-width: 1420px;-webkit-transform: translateX(-50%);transform: translateX(-50%);}
.Timeline000397 .owl-stage-outer{ overflow:hidden;}
.Timeline000397 .owl-item{ float:left;}
.Timeline000397 .auto{ position:relative; z-index:2;}
.Timeline000397 .bd li{ float:left; width:200px; }
.Timeline000397 .owl-nav{position: absolute;top: 50%;width: 100%;}
/*.Timeline000397 .owl-nav button{  padding:0; font-size:22px; color:#fff;width:40px; height:40px; position:absolute;bottom:-20px;left:0;border:0px solid #393939; background:none;z-index:10; cursor:pointer;}*/
.Timeline000397 .owl-nav button span{ display:none;}
/*.Timeline000397 .owl-nav button.owl-prev{ background: url(../images/Timeline000397-l.png) no-repeat center;}*/
/*.Timeline000397 .owl-nav button.owl-next{margin-left:50px;background: url(../images/Timeline000397-r.png) no-repeat center;left: auto!important;right: 0;}*/

.Timeline000397 .owl-nav button{  font-size:0; width:70px !important; height:70px !important; border:none; position:absolute; top:50%; margin-top:-36px; background:none !important; cursor:pointer; padding:0; z-index: 50}
.Timeline000397 .owl-nav button.owl-prev{ left:0;}
.Timeline000397 .owl-nav button.owl-next{ right:0;}
.Timeline000397 .owl-nav button.owl-next::before,
.Timeline000397 .owl-nav button.owl-prev::before{ position:absolute; content:''; width:50%; height:50%; border-top:2px solid #87b2c7; border-right:2px solid #87b2c7; top:25%; left:25%; transform:rotate(45deg); -webkit-transform:rotate(45deg);}
.Timeline000397 .owl-nav button.owl-prev::before{transform:rotate(-135deg); -webkit-transform:rotate(-135deg);}
.Timeline000397 .owl-nav button.owl-next:hover::before,
.Timeline000397 .owl-nav button.owl-prev:hover::before{ border-color:#0971ca;}

.Timeline000397 .item{position:relative;}
.Timeline000397 .item .icon{width:20px;height: 20px;  background:url(../images/Timeline000397-icon1.png) no-repeat left bottom; }
.Timeline000397 .item div{color:#333; }
.Timeline000397 .item div pre{text-align:center;}
.Timeline000397 .item time{ text-align:center;  color:#393939;font-family: "DINCond-Bold" ;font-size: 16px;}
.Timeline000397 .item time em{font-size: 36px;font-style: normal;}
@media(min-width:1001px){
.Timeline000397 .owl-prev{ left:-24px; }
.Timeline000397 .owl-next{ right:-24px; }
}
@media(min-width:601px){
.Timeline000397 .owl-item{padding:0 10px;}
.Timeline000397 .item{height:380px;}
.Timeline000397 .item .icon{ position:absolute; top:50%; left:50%; margin-left:-10px; margin-top:-10px;}
.Timeline000397 .item div{ line-height:1.5;font-size:15px; position:absolute; width:100%; left:0; bottom:260px;text-align: center;padding:30px 5px;border-radius: 8px;color: #333;}
.Timeline000397 .owl-item:nth-child(2n) .item div{ bottom:auto; top:260px;}
.Timeline000397 .item div:after{display: inline-block;content: '';width:1px;height: 42px;background: #c8d3db;position: absolute;left:50%;top: 100%;margin-left: -1px;}
.Timeline000397 .owl-item:nth-child(2n) .item div:after{bottom: 100%;top: auto;}
.Timeline000397 .item time{position:absolute; width:100%; top:54%;}
.Timeline000397 .owl-item:nth-child(2n) .item time{ top:32%;}
}
@media(max-width:1000px){
.Timeline000397 .owl-prev{ left:0; }
.Timeline000397 .owl-next{ right:0; }
}
@media(max-width:600px){
.Timeline {padding: 30px 0;}
.Timeline000397::before{ top:60px; margin-top:0;}
.Timeline000397 .item time{ font-weight:bold; font-size:18px; display:block; line-height:40px;}
.Timeline000397 .item{ padding:0 5%;}
    .Timeline000397 .owl-nav{top: 60px;}
.Timeline000397 .owl-nav button{width: 8vw !important;height: 8vw !important;margin-top: -4vw;}
.Timeline000397 .item .icon{ display:block; margin:0 auto; height:50px; background-position:center 3px;background-image:url(../images/Timeline000397-icon1.png);}
.Timeline000397 .item div:after{display: inline-block;content: '';width:1px;height: 42px;background: #c8d3db;position: absolute;left:50%;top: 100%;margin-left: -1px;}
.Timeline000397 .owl-item:nth-child(2n) .item div:after{bottom: 100%;top: auto;}
.Timeline000397 .item div{ padding-top:0%;text-align: center; font-size:16px ; line-height:26px}
.Timeline000397 .item pre {text-align: center;}
}

/*PicList002433 */


.PicList002433{background:url(../images/bg1.jpg) no-repeat center bottom;background-size: cover;}
.PicList002433 .main{ padding:6% 0 4% 0;}
.PicList002433 .main  .slick-arrow{ position:absolute; top:50%; width:57px; height:57px; margin-top:-30px; border:1px solid #005CA2; padding:0; background:none; font-size:0; z-index:10; cursor:pointer; border-radius:50%;}
.PicList002433 .main  .slick-arrow:hover{ background:rgb(110,185,43); }
.PicList002433 .main  .slick-arrow:before{ position:absolute; content:''; width:18px; height:18px; border-top:2px solid #005CA2; border-right:2px solid #005CA2; transform:rotate(45deg); -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); left:50%; top:50%; margin:-9px 0 0 -11px;}
.PicList002433 .main  .slick-arrow:hover:before{ border-color:#fff;}
.PicList002433 .main  .slick-prev:before{transform:rotate(-135deg); -webkit-transform:rotate(-135deg); -ms-transform:rotate(-135deg); margin-left:-5px;}
.PicList002433 .main  .slick-prev{ left:-59px;}
.PicList002433 .main  .slick-next{ right:-59px;}
@media(max-width:1408px){
.PicList002433 .main  .slick-prev{ left:2%;}
.PicList002433 .main  .slick-next{ right:2%;}
}
@media(max-width:640px){
.PicList002433 .main  .slick-arrow{ width: 7vw;height: 7vw;margin-top: -3.5vw;}
.PicList002433 .main .slick-arrow:before{width:40%; height: 40%;margin: 0;left: 40%; top: 30%;}
.PicList002433 .main .slick-next:before{left: 20%;}
}
.PicList002433 .l-title .tit{color: #333;font-size: 26px;font-weight: bold;text-align: center;}
.PicList002433 .l-title .en{font-size: 24px;color: #000;font-weight: bold;text-transform: uppercase;opacity: .1;text-align: center;padding-top: 3%;}
.PicList002433  .list ul{ padding:0 50px;}
.PicList002433  .list li{ float:left; position:relative;  text-align:center; margin-bottom:4%;}
.PicList002433  .list li:first-child:before,
.PicList002433  .list li:last-child:after{ position:absolute; content:''; bottom:0px; height:90px; width:50px;}
.PicList002433  .list li:first-child:before{ left:-50px; background:url(../images/PicList002433_ul_l.png) no-repeat 0 0;}
.PicList002433  .list li:last-child:after{right:-50px; background:url(../images/PicList002433_ul_r.png) no-repeat 0 0;}
.PicList002433  .list li aside{ padding-top:35px;height:90px; background:url(../images/PicList002433_libg.png) repeat-x left top;}
.PicList002433  .list li .ytable{ height:245px;}
.PicList002433  .list li .ytable-cell{ vertical-align:bottom;}
.PicList002433  .list li figure{ position:relative; display:inline-block;max-width: 80%;}
.PicList002433  .list li figure:after{ position:absolute; right:-24px; background:url(../images/PicList002433_ying.png) no-repeat left bottom; width:24px; height:100%; background-size:contain; content:'';}
.PicList002433  .list li figure img{ max-height:245px;padding:10px 18px;padding-top: 12px;background: url(../images/PicList002433_kuang.png) no-repeat ;background-size:100% 100%;}
.PicList002433  .list li p{ margin:0 auto; max-width:210px;width:90%; line-height:20px; max-height:40px; color:#333;}
.PicList002433  .list .ul-3 li{width:33.33333333%;}
.PicList002433  .list .ul-3 li:nth-child(3):after{ position:absolute; content:''; bottom:0px; height:90px; width:50px; right:-50px; background:url(../images/PicList002433_ul_r.png) no-repeat 0 0;}
.PicList002433  .list .ul-2 li{width:50%;}
.PicList002433  .list .ul-2 li:nth-child(2):after{ position:absolute; content:''; bottom:0px; height:90px; width:50px; right:-50px; background:url(../images/PicList002433_ul_r.png) no-repeat 0 0;}
.PicList002433  .list .ul-2 li:nth-child(1) > *{ padding-left:30%;}
.PicList002433  .list .ul-2 li:nth-child(2) > *{ padding-right:30%;}
.PicList002433  .list .ul-1 li{width:100%;}
@media(max-width:640px){
.PicList002433  .auto,
.PicList002433  .list ul{ padding:0;}
.PicList002433  .list li p{ font-size:12px;}
.PicList002433  .list li .ytable{ height:150px;}
.PicList002433  .list li figure img{ max-height:150px; padding:3px}
.PicList002433  .list .ul-2 li:nth-child(1) > *{ padding-left:30%;}
.PicList002433  .list .ul-2 li:nth-child(2) > *{ padding-right:30%;}
.PicList002433  .list .ul-3 li:nth-child(3):after,
.PicList002433  .list li:first-child:before{ display:none;}
}
@media(max-width:480px){
.PicList002433  .list li .ytable{ height:100px;}
.PicList002433  .list li figure img{ max-height:100px;}
}





/*
 .PicList001213 为demo编号
 */
.PicList001213{padding:3% 0;background: #f8f8f8}
.PicList001213 dl{}
.PicList001213 .l-title .tit{color: #333;font-size: 26px;font-weight: bold;text-align: center;margin-bottom: 3%;}
.PicList001213 .l-title .en{font-size: 24px;color: #000;font-weight: bold;text-transform: uppercase;opacity: .1;text-align: center;}
@media(min-width:481px){
.PicList001213 .item{float: left;width: 48%;margin-right: 4%;margin-top:2%;}
.PicList001213 .item:nth-child(even){margin-right: 0;}
.PicList001213 dl{ display:table; width:100%;background: #fff;}
.PicList001213 dl dt,
.PicList001213 dl dd{float: left;width: 50%}
.PicList001213 dl dt img{ width:100%;transition:transform 12s cubic-bezier(.23,1,.32,1);}
.PicList001213 dl:hover dt img{transform: scale(1.05);}
.PicList001213 dl:nth-child(2n) dt{ text-align:right;}
.PicList001213 dl dd{padding:5%;}
}
.PicList001213 dl h2{ font-size:18px; margin:0;color: #005CA2;}
.PicList001213 dl p{ line-height:24px; height:114px; overflow:hidden; padding-right:3%;color: #999;font-size: 14px;text-align: justify;}
.PicList001213 dt .pic{padding-bottom: 60%;transition:transform 12s cubic-bezier(.23,1,.32,1);}
.PicList001213 dt:hover .pic{transform: scale(1.05);}
@media(max-width:480px){
.PicList001213 dl dd{ padding:3%;}
}


.PicList002433 .more {padding:0 0 50px;text-align: center;}
.PicList002433 .more a{display: inline-block;background: #005ca2;color: #fff;padding: 0 20px;position: relative;}
.PicList002433 .more a:after{position: absolute; content: ''; width: 6px; height: 4px; background: #fff;top: 50%; margin-top: -2px;right: 0; transition: 0.3s;}
.PicList002433 .more a:hover:after{width: 0;}
.PicList002433 .more a span{display: block;line-height: 50px;position: relative; padding-left: 44px;}
.PicList002433 .more a span:before{position: absolute; left: 0; top: 50%; width: 18px; height: 10px; margin-top: -5px; content: '';background: url(../images/Floor002841-more.png) no-repeat right center;transition: 0.3s;}
/*
 .Demo001 为demo编号
 */
.Demo001{padding:2% 0 4%;}
.Demo001 .left{padding-top: 3%;text-align: center;}
.Demo001 .left .tit{color: #333;font-size: 26px;font-weight: bold;}
.Demo001 .left .en{font-size: 24px;color: #000;font-weight: bold;text-transform: uppercase;opacity: .1}
.Demo001 .left p{font-size: 16px;line-height: 30px;color: #666;text-align: center;margin-bottom:3%;}
.Demo001 .right{float: right;width: 100%}

.Demo001 .right li{float: left;width: 20%;text-align: center;padding:25px;border:1px solid #e8e8e8;margin-top: -1px; cursor: pointer;}
.Demo001 .right li+li{margin-left: -1px;}
.Demo001 .right li:nth-child(6){margin-left: 0;}
.Demo001 .right li img{max-width: 132px;}
.Demo001 .right li p{font-size: 15px;line-height: 22px;height: 44px;color: #333;margin:0;margin-top:11px;}

.cjry{padding:3% 0 4%;padding-left:17%; }
.cjry dl dd{float: left;}

.cjry dl dd{font-size:16px;line-height: 28px;color:#333;position: relative; line-height: 43px; padding-left:25px;}
.cjry dl dd a{color:#333;}
.cjry dl dd:hover a{color:#002870;}
.cjry dl dd:after{content:'>';width:12px;height:12px;display: block;position: absolute;left:0;top:1px;font-family: '宋体' ;}
@media(min-width:1025px){
.cjry dl dd{width: 32%;}
.cjry dl dd:not(:nth-child(3n)){margin-right: 2%;}
}

.cjry .slick-arrow{  font-size:0; width:70px !important; height:70px !important; border:none; position:absolute; top:50%; margin-top:-25px; background:none !important; cursor:pointer; padding:0; z-index: 50}
.cjry .slick-prev{ left:0;}
.cjry .slick-next{ right:0;}
.cjry .slick-next::before,
.cjry .slick-prev::before{ position:absolute; content:''; width:50%; height:50%; border-top:2px solid #87b2c7; border-right:2px solid #87b2c7; top:25%; left:25%; transform:rotate(45deg); -webkit-transform:rotate(45deg);}
.cjry .slick-prev::before{transform:rotate(-135deg); -webkit-transform:rotate(-135deg);}
.cjry .slick-next:hover::before,
.cjry .slick-prev:hover::before{ border-color:#0971ca;}

@media(max-width:1024px){
.cjry{padding-left: 10%;padding-right: 10%;}
.cjry dl dd{width: 49%;}
.cjry dl dd:not(:nth-child(2n)){margin-right: 2%;}
}
@media(max-width:480px){
.Demo001 .right li{width: 50%;}
.cjry dl dd {float: none;width: 100%;padding-right: 0%; line-height: 1.5;font-size: 3.5vw;}
.cjry{padding-left:13vw;padding-right:13vw;}
.cjry .slick-arrow{width:8vw !important; height:8vw !important;margin-top:-4vw; }
}

/*
 .Demo002 为demo编号
 */
.Demo002{padding:3% 0;background:url(../images/Demo002-bg.png) no-repeat center bottom;}
.Demo002 .info{text-align: center;}
.Demo002 .info .tit{color: #333;font-size: 26px;font-weight: bold;}
.Demo002 .info .tit:after{display: block;width: 50px;height: 2px;content: '';background: #005CA2;margin:20px auto 25px;}
.Demo002 .info p{font-size: 16px;line-height: 30px;color: #666;max-width: 1200px;margin:0 auto 20px;}

.Demo002 .tab{text-align: center;}
.Demo002 .tab img{padding:3% 0;}
.Demo002 .tab span{display: inline-block;font-size: 18px;text-align: center;width: 108px;margin:0 10px;}
.Demo002 .tab span aside{}


.Demo002 .box{width: 100%;margin-top: 3%;}
.Demo002 .box .right{}
.Demo002 .box .right .ul{text-align: center;}
.Demo002 .box .right .ul li{display: inline-block;text-align: center;width: 240px;margin:0 3%;}
.Demo002 .box3 .right .ul li{width: 160px;}
.Demo002 .box .right .ul li b{color:#333;font-family: "DINCond-Bold" ;font-size: 68px;}
.Demo002 .box .right .ul li span{font-size: 18px;color: #333;padding-left: 8px;}
.Demo002 .box .right .ul li p{font-size: 14px;color:#666;line-height: 24px;height: 48px;overflow: hidden;}

.Demo002 .box{max-width: 1200px;margin:0 auto;text-align: center;margin-top: 3%;}
.Demo002 .box h1{font-size: 22px;color: #333;text-align: center;margin:0;position: relative;}
.Demo002 .box h1 span{font-size: 32px;text-transform: uppercase;opacity: .1;position: absolute;left:50%;transform: translateX(-50%);top:-20px;}
.Demo002 .box h1:after{display: block;width: 50px;height: 2px;content: '';background: #005CA2;margin:20px auto 35px;}
.Demo002 .box2 p{font-size: 16px;line-height: 30px;color: #666;}

/*
 .Demo003 为demo编号
 */
.Demo003{padding:3% 0;font-size:16px;line-height:2}

.Demo003 .info {background:url(../images/Demo002-bg2.jpg) no-repeat left bottom #fafafa;}
.Demo003 .info .txt{float: left;width: 40%;padding:5% 0 5% 5%;}
.Demo003 .info .tit{color: #333;font-size: 26px;font-weight: bold;}
.Demo003 .info .tit span{display: block;font-size: 12px;font-weight: lighter;text-transform: uppercase;color: #999;font-family: "Arail"}
.Demo003 .info .tit:after{display: block;width: 50px;height: 2px;content: '';background: #005CA2;margin:20px 0 25px;}
.Demo003 .info p{font-size: 16px;line-height: 30px;color: #666;margin:0 auto 20px;}
.Demo003 .info .pic{float: right;width: 55%;}

.Demo003 .box{text-align: center;padding:3% 0;}
.Demo003 .box h1{font-size: 22px;color: #333;text-align: center;margin:0;position: relative;}
.Demo003 .box h1 span{font-size: 32px;text-transform: uppercase;opacity: .1;position: absolute;left:50%;transform: translateX(-50%);top:-40px;}
.Demo003 .box p{font-size: 16px;line-height: 30px;color: #666;margin: 20px auto;max-width: 1200px;}

.Demo003 .box2{padding:5% 0 3% 0;}
.Demo003 .box3{padding:3% 0;}
.Demo003 .box2 h1{font-size: 22px;color: #333;text-align: center;margin:0;position: relative;}
.Demo003 .box2 h1 span{font-size: 32px;text-transform: uppercase;opacity: .1;position: absolute;left:50%;transform: translateX(-50%);top:-40px;}
.Demo003 .box2 .ul{text-align: center;margin: 3% 0;}
.Demo003 .box2  .ul li{display: inline-block;text-align: center;min-width: 260px;margin:0 3%;vertical-align: top;}
.Demo003 .box3 .ul li{width: 160px;}
.Demo003 .box2  .ul li b{color:#333;font-family: "DINCond-Bold" ;font-size: 68px;}
.Demo003 .box2  .ul li span{font-size: 18px;color: #333;padding-left: 8px;}
.Demo003 .box2  .ul li p{font-size: 14px;color:#666;line-height: 24px;height: 75px;overflow: hidden;}
@media(max-width:768px){
  .Demo003 .box h1,.Demo003 .box2 h1{margin-top:50px;}
.Demo003 .info .tit{font-size: 24px;}
.Demo003 .info .pic,.Demo003 .info .txt{float: none;width: 100%;}
.Demo003 .box2  .ul li{margin:0 2%;width: 45%;float: left;min-width: auto;}
.Demo003 .box2  .ul li b{font-size: 50px;}
}


/*PicList001958*/
.PicList001958{padding-top: 2%;}
.PicList001958 li{ overflow:hidden; padding:1.5% 3%;position: relative;}
.PicList001958 li:before{display: inline-block;content: '';width: 36px;height:36px;background: url(../images/right.png) no-repeat center; background-size: contain;  position: absolute;right:30px;top:50%;transform: translateY(-50%);}
.PicList001958 li:nth-child(2n){background: #f8f8f8}
.PicList001958 li:last-child{ border-bottom:0;}
.PicList001958 li div{ position:relative; padding-left:29%;padding-bottom: 5%}
.PicList001958 li .Ispic{ position:absolute; left:0; top:0; height:100%; width:26%;}
.PicList001958 li .Ispic img{ display:none;}
.PicList001958 li h1{ margin:0; font-size:18px; font-weight:normal; padding:0 0 5px;}
.PicList001958 li time{ color:#999;font-family: "DINCond-Bold" ;font-size: 16px;}
.PicList001958 li time:before{display: inline-block;content: '';width: 18px;height: 18px;background: url(../images/time.png) no-repeat center;position: relative;top:3px;margin-right: 6px;}
.PicList001958 li p{color:#666; margin:20px 0 0 0; line-height:30px; height:90px; overflow:hidden;text-align: justify;}
@media(max-width:768px){
.PicList001958 li div{ padding-left:45%;}
.PicList001958 li .Ispic{width:42%;}
}
@media(max-width:480px){
.PicList001958 li div{ padding-left:0;}
.PicList001958 li .Ispic{ position:relative; display:block; width:auto; padding-bottom:50%;}
.PicList001958 li p{line-height:20px; height:60px; font-size:12px;}
.PicList001958 li h1{font-size:16px;}
}
/*Page002046 */
.Page002046{ width: 100%}
.Page002046 .Pages{ text-align:center; padding:2% 0 4%;  height: auto; overflow: hidden; width: 100%}

.Page002046 .Pages a{ display:inline-block; vertical-align:middle;border:1px solid #ececec; padding:0 15px; line-height:38px; color:#999;}
.Page002046 .Pages a:hover,
.Page002046 .Pages a.a_cur{ background-color:#005CA2; color:#fff;}
.Page002046 .Pages em{ font-style:normal; display:inline-block; vertical-align:middle; overflow:hidden;}
.Page002046 .Pages em a{ float:left; margin-left:-1px;}
.Page002046 .Pages .p_cur,
.Page002046 .Pages .p_count,
.Page002046 .Pages .p_total{ display:none;}
.Page002046 .Pages .a_prev,
.Page002046 .Pages .a_next{ padding:0; width:44px; background:url(../images/Page002046-a_prev.gif) no-repeat center center; overflow:hidden; line-height:1000px; height:38px;}
.Page002046 .Pages .a_next{ background-image:url(../images/Page002046-a_next.gif);}

.Page002046 .p_page{  width: 100% !important }
.Page002046 .Pages .p_jump{color: #999;}
.Page002046 .Pages .p_jump .i_text{width: 40px;border: 1px solid #ececec;line-height:42px;text-align: center;color: #999;margin: 0 5px;height: 42px;}
.Page002046 .Pages .p_jump .i_button{display: inline-block;vertical-align: middle;border: 1px solid #ececec;padding: 0 15px;line-height: 38px;color: #999;margin-left: 10px;cursor: pointer;}
.Page002046 .Pages .p_jump .i_button:hover{background-color:#005CA2; color:#fff;}

@media(max-width:640px){
.Page002046 .Pages .a_first,
.Page002046 .Pages .a_end{ display:none;}
    .Page002046 .Pages .p_jump{display: block;margin-top: 10px;}
}
@media(max-width:480px){
.Page002046 .Pages a{padding:0 5px; }
}


/*
 .TextList001366 为demo编号
 */
 .TextList001366 .auto{ height: auto; overflow: hidden; }

 .TextList001366 .tab{ width: 16%; float: left; margin-top:0px; padding-bottom: 1px; }
 .TextList001366 .tab a{ width: 100%; display: block; line-height:50px; padding: 0 20px; cursor: pointer;border-bottom: 1px solid #eee; text-align: left;  font-size: 16px;}
 .TextList001366 .tab a:first-child{ border-top: 1px solid #eee; }
 .TextList001366 .tab a.on{color:#005ca2; border-right: 2px solid #005ca2; background: #f2f3f5}
 .TextList001366 .tab a.on b{color:#005ca2}
 .TextList001366 .tab a b{ margin-right: 5px;}
 .TextList001366 .tab span .b1{  color: #666}
 .TextList001366 .tab span .b2{  color:  #666}

 .TextList001366 .list{background-color:#fff;border-radius:6px;}

 .TextList001366 ol,
 .TextList001366 li{ overflow:hidden; clear:both;}
 .TextList001366 ol,
 .TextList001366 li{ border:1px solid  transparent;}
 .TextList001366 ol{ font-size:16px; color:#fff; background-color:#005CA2; line-height:55px;}
 .TextList001366 span{ float:left; display:block; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; padding:.8% 20px;text-align: center;}
 .TextList001366 span:first-child{ width:30%;text-align: left;}
 .TextList001366 span:nth-child(2), .TextList001366 span:nth-child(3),
 .TextList001366 span:nth-child(4), .TextList001366 span:nth-child(5),
 .TextList001366 span:nth-child(5){ width:14%;}
 .TextList001366 span:nth-child(6), .TextList001366 span:nth-child(7){ width:6%;}
 .TextList001366 ol span{ padding:0 10px;}

 .TextList001366 li:nth-of-type(2n){ border:0px; background-color:#f7f7f7;}
 .TextList001366 span:nth-child(6) a, .TextList001366 span:nth-child(7) a
 { display: inline-block;content: '';width: 22px;height: 20px;}
 .TextList001366 span:nth-child(6) a{background: url(../images/icon-1.png) no-repeat center;}
 .TextList001366 span:nth-child(7) a{background: url(../images/icon-2.png) no-repeat center;}
 @media(max-width:640px){
 .TextList001366 span:last-child{ display:none;}
 .TextList001366 span:nth-child(1){ width:50%;}
 }

/*
 .Form002802
 */
 .Form002802{ padding:4% 0; }
 .Form002802 .title{text-align: center;margin-bottom: 3%;}
 .Form002802 .title h1{margin:0;font-size: 26px;font-weight: normal;color: #333;}
 .Form002802 .title p{margin:0;font-size: 14px;color: #999;padding-top: 10px;}
 .Form002802 .from{ margin:0 auto; }
 .Form002802 .from td{ padding-right: 5%; padding-bottom:3%;width: 30%;}
 .Form002802 .from td:nth-child(3){padding-right:0;}
 .Form002802 .from td p{ margin: 0; color: #999; text-align: left;}
 .Form002802 .from td div{ position:relative;}
.Form002802 .from td.textareas{width: 100%;padding-right: 0;}
 .Form002802 .from label{ position:absolute; left:15px; top:0; font-size: 15px; line-height: 50px; color:#999;}
 .Form002802 .from .text{ width:100%; height:50px; line-height:50px; text-indent:10px; border:none; background:#f2f3f5;}
 .Form002802 .from textarea.text{ height:132px;padding-right: 5%;}
 .Form002802 .from .btn{ padding-bottom: 1.5%; text-align:center;}
 .Form002802 .from .btn input{ background:#005ca2; cursor:pointer; padding:0; border:none; width: 160px; height:40px;line-height:40px; font-size: 16px; color:#fff; border-radius: 5px;}


 .Form002802 .from .new-box h3{margin:0;font-size: 14px;font-weight: normal;color: #333;}
 .Form002802 .from .new-box h3 span{color: #999;font-size: 12px;}
  .Form002802 .from .new-box h3 i{display: inline-block;content: '';width: 18px;height: 18px;background: url(../images/form-1.png) no-repeat center;margin-right: 5px;position: relative;top:2px;}
   .Form002802 .from .new-box h3 i.i2{background: url(../images/form-2.png) no-repeat center;top:3px;}
 .Form002802 .from .new-box label{position: relative;left: auto;top:auto;margin-right: 20px;color: #333;}

 .Form002802 .from .txt{padding-bottom: 20px;}
 .Form002802 .from .txt h3{font-size: 24px;font-weight: normal;color: #333;margin:0}
 .Form002802 .from .txt h3 span{font-family: "DINCond-Bold";}

 @media(min-width:641px){
 .Form002802 .from td:nth-child(3n),
 .Form002802 .from .btn{ padding-right: 0; }
 }
 @media(max-width:640px){
 .Form002802 .from td{ display: block; padding-right: 0; width:100% }
 .Form002802 .address dd{ float:none; width:auto; padding-left:0; }
 }


/*Map002516 */
.Map002516 {margin-bottom: 3%;}
.Map002516 .auto{background: #f8f8f8}
.Map002516 .map{border: 0px solid #ECECEC;padding: 5px;}
.Map002516 .map #allmap{ height:420px;}
.Map002516 .map #allmap *{ box-sizing:content-box;}
.Map002516 .map #allmap img{ max-width:none;}
@media(min-width:641px){
.Map002516 .ul_con{margin-top: 2%;}
.Map002516 .ul_con li{ float:left; width:48%;margin-right: 4%;padding: 2% 0;}
.Map002516 .ul_con li.location{width:100%;}
.Map002516 .ul_con li.tell,.Map002516 .ul_con li.phone,.Map002516 .ul_con li.qq{ margin-right: 0;}

.Map002516 .map{float: left;width: 50%}
.Map002516 .ul_con{float: right;width: 46%}
}
.Map002516 ol {text-align: left;margin-bottom: 20px;}
.Map002516 ol h1{margin:0;font-size: 26px;font-weight: normal;color: #333;}
.Map002516 ol p{margin:0;font-size: 14px;color: #999;padding-top: 10px;}

.Map002516 .ul_con li div{ padding-left:30px; background-repeat:no-repeat; background-position:left center;}
.Map002516 .ul_con li.location div{ background-image:url(../images/Map002516_address.png);}
.Map002516 .ul_con li.call div{ background-image:url(../images/Map002516_call.png);}
.Map002516 .ul_con li.fax div{ background-image:url(../images/Map002516_fax.png);}
.Map002516 .ul_con li.email div{ background-image:url(../images/Map002516_email.png);}

.Map002516 .ul_con li.tell div{ background-image:url(../images/Map002516_tell.png);}
.Map002516 .ul_con li.phone div{ background-image:url(../images/Map002516_phone.png);}
.Map002516 .ul_con li.qq div{ background-image:url(../images/Map002516_qq.png);}
.Map002516 .ul_con li.website div{ background-image:url(../images/Map002516_website.png);}

.Map002516 .ul_con li p{ margin:0; padding:8px 0; color:#333; font-size:16px;}

@media(max-width:640px){
.Map002516 ol{ margin:20px 0}
.Map002516 .ul_con li{ padding:10px;}
.Map002516 .ul_con li:nth-child(2n){ background:#f2f3f5;}
.Map002516 .map #allmap{ height:280px;}
}

/*Floor002072 */
.Floor002072{padding:3% 0;}
.Floor002072 .auto{padding-bottom:1%;position:relative;}
.Floor002072 .title{padding-bottom: 0;text-align: center; margin-bottom:3%}
.Floor002072 .title span{color: #333;font-size: 26px;font-weight: bold;}
.Floor002072 .title b{font-size: 24px;color: #000;font-weight: bold;text-transform: uppercase;opacity: .1; display:block;}


.Floor002072 li{position:relative;margin-bottom: 3%;min-height: 300px; box-shadow:0px 0px 20px rgba(0,0,0,.1);border-radius: 5px;overflow: hidden; width:23.4%; margin-right: 2%; float: left}
.Floor002072 li:nth-child(4n){margin-right: 0}
.Floor002072 li:last-child{margin-bottom: 0;}
.Floor002072 li .Ispic{width:100%;padding-bottom:70%; display: block}
.Floor002072 li .Ispic img{ display:none;}
.Floor002072 li .Ispic aside{ position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.3); opacity:0; transition:0.3s;}
.Floor002072 li .Ispic span{ position:absolute;  left:50%; margin-left:-66px; width:132px;top:50%; line-height:40px; margin-top:-20px;color:#fff; font-size:16px; text-align:center;}
.Floor002072 li .Ispic span::before,
.Floor002072 li .Ispic span::after{ position:absolute; content:''; width:100%; height:1px; background-color:#fff; left:0; transition:0.3s;}
.Floor002072 li .Ispic span::before{ top:-15px;}
.Floor002072 li .Ispic span::after{ bottom:-15px;}

.Floor002072 li .Ispic:hover aside{ opacity:1;}
.Floor002072 li .Ispic:hover span::before{ top:0;}
.Floor002072 li .Ispic:hover span::after{ bottom:0;}
/*.Floor002072 li:last-child{ border-bottom:1px #e6e6e6 solid;}*/






.Floor002072 li .text{padding: 20px;}
.Floor002072 li p{margin:0;line-height: 26px;color:#666;overflow:hidden;font-size: 14px;}
.Floor002072 li dl{ border-top:1px #eee solid; margin-top:4%; padding-top:10px; height:200px; overflow: hidden}
.Floor002072 li dl dd{ float:left;margin-right:30px; margin-bottom:5px;}
.Floor002072 li dl dd a{display:block;color:#666;line-height: 22px;padding-left: 10px;position:relative;font-size: 14px;}
.Floor002072 li dl dd a:after{width: 4px;height:4px;background: #999;position:absolute;left:0;top: 11px;display:block;content:'';border-radius: 50%;}

.Floor002072 li dl dd:hover a,
.Floor002072 li dl dd:hover a i{color:#005ca2;}
.Floor002072 li dl dd:hover a:after{ background:#005ca2;}
.Floor002072 li dl dd:nth-of-type(2n){ padding-right:0;}
.Floor002072 li h4{font-size: 20px;font-weight:normal;margin: 0 0 20px;color: #333;}
.Floor002072 li:hover h4 a{color:#005ca2;}
.Floor002072 li h4 i{ display:inline-block; margin-right:12px; max-width:40px; height:40px;}

@media(max-width:1000px) and (min-width:769px){
.Floor002072 .title b{ font-size:24px;}
}
@media(max-width:1000px){
.Floor002072 li time{ width:70px; height:70px;}
}
@media(max-width:768px){
.Floor002072 .title{padding-bottom:5%; text-align:center;}
.Floor002072 li h4{ font-size:18px;}
.Floor002072 li p{ height:48px; line-height:24px;}
}
@media(max-width:480px){
.Floor002072 .title b{ font-size:28px;}
.Floor002072 li h4{ font-size:16px;}
.Floor002072 li time{ width:50px; height:50px;}
}
@media(max-width:375px){
.Floor002072 li{ padding:0 0 3% 0!important;}
.Floor002072 li .Ispic{ position:relative; width:auto; display:block; padding-bottom:50%; height:auto; margin-bottom:3%;}
}

/*
 .Menu000939
 */
.Menu000939{ border-bottom:1px solid #e5e5e5;padding:30px 0 0;}
.Menu000939 .Currents{ text-align:right;  color:#666; line-height:25px; float:right;font-size: 16px;}
.Menu000939 .Currents em{ font-style:normal;background:url(../images/Menu002188-current_icon.png) no-repeat left center; background-size:auto 100%; padding-left:30px; display:inline-block;}
.Menu000939 .Currents a{color:#666;transition: .3s ease-out;}
.Menu000939 .Currents a:hover{color:#005ca2;}
.Menu000939 nav{ float:left;min-height:54px;}
.Menu000939 nav li a{ display:block;}
.Menu000939 nav li.nav{ z-index:10;}
.Menu000939 nav li{float:left;margin-right: 35px;position:relative;}
.Menu000939 nav li a{font-size:18px;color:#333;padding: 0 0 29px;transition: .3s ease-out;position:relative;}
.Menu000939 nav li.aon a::before,
.Menu000939 nav li a:hover::before{ position:absolute; content:''; width:100%; background-color:#005ca2; height:2px; bottom:0; right:0;}
.Menu000939 nav li.aon a,
.Menu000939 nav li:hover > a{ border-bottom-color:#005ca2;color:#005ca2;}
.Menu000939 nav li dl{ display:none; background: rgba(0,92,162,0.95);  margin:0 -2.5%;padding:30px 0 20px;border-radius: 0 0 5px 5px;}
.Menu000939 nav li dl dd{ text-align:left; font-size:14px;padding:0 30px; position: relative;  }
.Menu000939 nav li dl dd:not(:last-child){margin-bottom: 3%; border-bottom: 1px solid rgba(255,255,255,0.1);}


.Menu000939 nav li dl dd>a{ display:block; line-height:50px;  color:rgba(255,255,255,0.5); font-size:14px; padding: 0; position: relative;padding-right: 10px;}
.Menu000939 nav li dl dd>a:after{content: ">";font-family: "宋体"; display: block; position: absolute; right: 0; top:0px; color:rgba(255,255,255,0.2); font-size: 12px}
.Menu000939 nav li dl dd:nth-child(2n) a{  }
.Menu000939 nav li dl dd:hover{border-bottom-color: rgba(255,255,255,0.2);}
.Menu000939 nav li dl dd a:hover{color:#eee;}
.Menu000939 nav li dl dd a:hover:after{color:#ddd;}
.Menu000939 nav li.aon dl dd a{color:rgba(255,255,255,0.5);}
.Menu000939 nav li.aon dl dd a::before{ display:none;}
.Menu000939 nav li.aon dl dd a:hover{color:#eee;}
.Menu000939 nav li dd a.aon::before,
.Menu000939 nav li dd a:hover::before{ display:none;}


.Menu000939 .menu_con2{ position: absolute;left:100%; top: 0; background: rgba(0,92,162,0.95);  width: 300px;  display: none}
.Menu000939 .menu_con2 span a{ padding: 0 20px; line-height:50px;  color:rgba(255,255,255,0.5); font-size:14px; border-bottom: 1px solid rgba(255,255,255,0.1);  }



 .menu_con1{ display: none }

@media(min-width:641px){
.Menu000939 nav li dl{position:absolute;top:53px;width:260px;left: 0;}
}
@media(max-width:1000px){
.Menu000939 .Currents,.Menu000939{ display:none}
}
@media(max-width:768px){
.Menu000939 nav li dl dd a:after{content: ">";font-family: "宋体"; display: block; position: absolute; right: 0; top:10px;}
.Menu000939 nav li dl{ padding: 30px 10px 20px;  }
.Menu000939 nav li{width: 45%; text-align: center;}
/*.Menu000939 nav li dl dd:nth-child(2n){margin-right: 0}
.Menu000939 nav li dl dd:nth-child(3n){ margin-right: 5%}*/
.Menu000939 nav li dl dd{width: 45%;}
.Menu000939 nav{ float:none}
.Menu000939 .Currents{ display:none}
.Menu000939 .current{font-size:12px;}
}
@media(max-width:640px){
.Menu000939 nav li{float: none;font-size: 16px; width: 100%; text-align: center;}
.Menu000939 nav li dl dd{font-size:14px;}
.Menu000939 nav li dl dd a{padding:10px 0;}
.Menu000939 nav li > a{ line-height:55px; height:55px;}
}


.procon{padding:4% 0;}

/*
 .PicList002323 为demo编号
 */
.PicList002323{padding: 0% 0 0;}
.PicList002323 ul{margin:0 -1%;}
.PicList002323 ul li{float: left;width: 32%;margin:0 0 0 1%;text-align: center;margin-bottom: 3%;}
.PicList002323 ul li div{ padding-bottom: 67%; position: relative; overflow: hidden;}
.PicList002323 ul li figure{ position:absolute; left:0; top:0; right:0; bottom:0; transition:0.3s;}
.PicList002323 ul li h3{color: #333;margin: 0; line-height:60px;  font-size:18px;text-align: center;}
.PicList002323 ul li a:hover figure{transform: scale(1.1);}
.PicList002323 ul li a:hover h3{ color: #0075b8;}

@media(max-width:480px){
.PicList002323 ul li{width: 48%;}
}


/*slick Basic*/
.Floor002843 .slick-slider { position:relative;display: block;-webkit-touch-callout: none;-ms-touch-action: pan-y; touch-action: pan-y;-webkit-tap-highlight-color: transparent; z-index: 1;}
.Floor002843 .slick-list { position: relative; z-index: 1;display: block; overflow: hidden;}
.Floor002843 .slick-list:focus {outline: none}
.Floor002843 .slick-list.dragging {cursor: pointer;cursor: hand;}
.Floor002843 .slick-slider .slick-track,
.Floor002843 .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0)}
.Floor002843 .slick-track {position: relative; top: 0; left: 0; display: block;}
.Floor002843 .slick-track:before,
.Floor002843 .slick-track:after{display: table; content: '';}
.Floor002843 .slick-track:after{ clear: both;}
.Floor002843 .slick-loading .slick-track { visibility: hidden;}
.Floor002843 .slick-slide{ display: none; float: left;min-height: 1px;}
[dir = 'rtl'] .slick-slide {float: right;}
.Floor002843 .slick-slide .slick-loading img { display: none;}
.Floor002843 .slick-slide .dragging img { pointer-events: none;}
.Floor002843 .slick-initialized .slick-slide { display: block;}
.Floor002843 .slick-loading .slick-slide { visibility: hidden;}
.Floor002843 .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent;}
.Floor002843 .slick-arrow .slick-hidden { display: none;}

.Floor002843{position: relative; padding-top:4%; overflow: hidden;}
.Floor002843 .auto{position: relative; z-index: 4;}

.Floor002843 .title{text-align: center;margin-bottom: 3%;}
.Floor002843 .title .cn{font-size: 34px;font-weight:bold;}
@media(min-width:1025px) and (max-width:1366px){
.Floor002843 .title .cn{font-size: 28px; }
}
@media(max-width:640px){
.Floor002843{padding-top:8%;}
.Floor002843 .title .cn{font-size: 5vw;}
.Floor002843 .title .en{font-size:6vw;}
.Floor002843 .cn{margin-bottom: 1vw;}
}

.Floor002843 .more{display: none;background: #005ca2;color: #fff;padding: 0 20px;position: relative;}
.Floor002843 .more:after{position: absolute; content: ''; width: 6px; height: 4px; background: #fff;top: 50%; margin-top: -2px;right: 0; transition: 0.3s;}
.Floor002843 .more:hover:after{width: 0;}
.Floor002843 .more span{display: block;line-height: 50px;position: relative; padding-left: 44px;}
.Floor002843 .more span:before{position: absolute; left: 0; top: 50%; width: 18px; height: 10px; margin-top: -5px; content: '';background: url(../images/Floor002843-more.png) no-repeat right center;transition: 0.3s;}
.Floor002843 .more:hover span:before{ width: 30px;}

.Floor002843 .imgs li img{display: block;width: 100%;}
.Floor002843 .info{padding-left: 4%;}
.Floor002843 .edit{text-align: center;line-height: 30px;color: #666;margin:0;font-size: 16px;}
.Floor002843 .con{ position: relative}
.Floor002843 .con .pic{width: 58%;}
/* .Floor002843 .con .pic img{max-height:380px;} */
.Floor002843 .con .edit {color: #333;line-height: 28px;text-align:left;padding-left:4%;width: 52%;}
.Floor002843 .con .edit .intro {text-align: justify;padding-top: 4%;}
/* .Floor002843 .con .edit .column-name .cn,
.Floor002843 .con .edit .column-name .en{ text-align:left;} */
.Floor002843 .con .edit  p{ margin-bottom: 10px; }
/* .Floor002843 .con .edit  .intro{text-indent: 2em;} */
.Floor002843 .controls{/* position: relative; */z-index: 3;}
.Floor002843 .controls .btn{position: absolute;left: 37%;overflow: hidden;/* margin-left: -96px; */z-index: 10;}
.Floor002843 .controls .slick-arrow{width: 48px;height: 48px;float: left;border: 0;background: rgba(0,0,0,0.5);padding: 0;font-size: 0;cursor: pointer;}
.Floor002843 .controls .slick-arrow:before{display: inline-block; width:50%;max-width: 38px; background: url(../images/Floor002843-more2.png) no-repeat right center; height: 9px; content: '';}
.Floor002843 .controls .slick-next{background: rgba(0,92,162,0.8);}
.Floor002843 .controls .slick-next:before{background-image: url(../images/Floor002843-more.png);}
.Floor002843 .controls .slick-prev:before{transform: rotate(180deg);-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);}
@media(min-width:1025px){
.Floor002843 .imgs{width: 45%;}
.Floor002843 .controls .btn{bottom: 3%;/* transform: translateY(-50%); */-webkir-transform: translateY(-50%);-ms-transform: translateY(-50%);}
}
@media(max-width:1024px){
  .Floor002843 .edit{font-size:14px;}
.Floor002843 .ytable,
.Floor002843 .ytable-cell{display: block;}
.Floor002843 .controls .btn{right: 0; top: 100%;}
.Floor002843:before{width: 100%;height: 70%;background-size: 190% auto;}
.Floor002843 .controls{padding-bottom: 4%;}
.Floor002843 .controls .slick-arrow{width: 10vw;height: 10vw;}
}




.column-name{padding-bottom:3%;text-align: center;}
.column-name .cn{color: #333;font-size: 26px;font-weight: bold;}
.column-name .en{font-size: 24px;color: #000;font-weight: bold;text-transform: uppercase;opacity: .2}
@media(max-width:860px){
.Floor002843 .con .pic,.Floor002843 .con .edit{ float:none;width: 100%; padding:0}
.column-name{ padding:3% 0}
.column-name .cn{font-size:24px;}
}
/*RighInfo002738 */
.column-name .info{ padding-top:12px; line-height:24px; font-size:16px; color:#666;}
.column-name .info p{ margin:0 0 10px;}

.RighInfo002738 {padding-top:4%;margin-bottom:-2%;}
.RighInfo002738  li{ width: 31.5%;margin-right:2.75%; float: left; position: relative;overflow: hidden;margin-bottom: 2.75%;}
.RighInfo002738  li:hover .pic{ transform: scale(1.05); }
.RighInfo002738 li:hover .text{ transform: translateY(-50px); }
.RighInfo002738 li .text span{ opacity: 0;transition: .7s;min-height:19px;display: inline-block;}
.RighInfo002738 li:hover .text span{ font-size: 17px;color: #fff;opacity: 1; }
.RighInfo002738 li:hover .text span label{ color: red; }
.RighInfo002738  li:nth-child(3n){margin-right:0;}
.RighInfo002738 li .pic{padding-bottom: 70%;transition:transform 12s cubic-bezier(.23,1,.32,1);}
.RighInfo002738 li .text{ position: absolute; left: 0; bottom: -50px; width: 100%; padding: 50px 41px 25px;   background: -moz-linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 80%); transition:.7s;
background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 80%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 80%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.RighInfo002738 li .text h3{  font-weight: normal;  color: #fff; margin: 0 ; font-size: 18px; line-height: 28px; margin-bottom: 20px; font-weight: bold}


@media(max-width:480px){
.RighInfo002738 li{ width:48%; float:none; margin-bottom:4%;margin-right:4%;float:left;}
.RighInfo002738 li:nth-child(2n){margin-right:0;}
.RighInfo002738 li:nth-child(3n){margin-right:4%;}
.RighInfo002738 li:nth-child(2n) {margin-right: 0 !important;}
.RighInfo002738 .column-name{ font-size: 24px;}
.RighInfo002738 .column-name .cn{line-height: 40px;}
.RighInfo002738 li .text h3{font-size:15px;line-height:1.5}
.RighInfo002738 li .text{padding:18px 15px;}
.RighInfo002738 li .text span{font-size:12px;}
}
/*
 .Floor000935
 */
.Floor000935{padding: 4% 0;}
.Floor000935 .list_copy{ display:none;}
.Floor000935 .title{ text-align:center; overflow:hidden; padding-bottom:20px;}
.Floor000935 .title span{ position:relative; display:inline-block; font-size: 24px; color: #005ca2;}
.Floor000935 .title span::before,
.Floor000935 .title span::after{ position:absolute; content:''; background-repeat:no-repeat;  top:50%; height:17px; width:355px; margin-top:-8px;}
.Floor000935 .title span::before{ left:-375px; background-image:url(../images/Floor000935-title_l.png);background-position: left center;}
.Floor000935 .title span::after{ right:-375px; background-image:url(../images/Floor000935-title_r.png);background-position: right center;}
.Floor000935 .title span b{ display:block; text-transform:uppercase;font-family: Georgia;font-size: 18px;color: #f2bcba;}
.Floor000935 .list_scroll li{ border-bottom:1px solid #e6e6e6;}
.Floor000935 .list_scroll li:hover{ border-bottom-color:#005ca2;}
.Floor000935 .list_scroll li .Ispic{ padding-bottom:64%; display:block;}
.Floor000935 .list_scroll li h5{margin:0;font-size: 18px;line-height:30px;color: #333;margin-top: 20px;font-weight: normal;}
.Floor000935 .list_scroll li:hover h5 a{ color:#005ca2;}
.Floor000935 .list_scroll li time{ font-size:12px; color:#999;}
.Floor000935 .list_scroll li p{margin:10px 0;font-size: 14px;line-height:24px;height:48px;overflow:hidden;color: #666;}
.Floor000935 .bx-wrapper{ position:relative; z-index:1;}
.Floor000935 .bx-viewport{ position:relative; z-index:1;overflow:hidden;}
.Floor000935 .bx-pager{ display:none;}
.Floor000935 .bx-controls-direction a{ position:absolute; top:50%; margin-top:-18px; width:36px; height:36px; border:1px solid #e0e0e0; border-radius:50%; overflow:hidden; line-height:100px; z-index:10;}
.Floor000935 .bx-controls-direction a:hover{ border-color:#005ca2;}
.Floor000935 .bx-controls-direction a::before,
.Floor000935 .bx-controls-direction a::after{ position:absolute; content:''; left:16px; top:5px; width:2px; height:15px; background-color:#b8b7bc;}
.Floor000935 .bx-controls-direction a::before{ transform:rotate(-45deg);}
.Floor000935 .bx-controls-direction a::after{transform:rotate(45deg); top:15px;}
.Floor000935 .bx-controls-direction a:hover::before,
.Floor000935 .bx-controls-direction a:hover::after{background-color:#005ca2;}
.Floor000935 .bx-controls-direction a.bx-prev{ left:-56px;}
.Floor000935 .bx-controls-direction a.bx-next{ right:-56px;}
.Floor000935 .bx-controls-direction a.bx-prev::before{ transform:rotate(45deg);}
.Floor000935 .bx-controls-direction a.bx-prev::after{transform:rotate(-45deg);}
@media(max-width:1320px){
.Floor000935 .bx-controls-direction a.bx-prev{ left:10px;}
.Floor000935 .bx-controls-direction a.bx-next{ right:10px;}
}

/*
 .RighInfo002542
 */
/*.RighInfo002542{ background:#f2f3f5;  padding:4% 0;}*/
.RighInfo002542{padding-top:4%;margin-bottom:-3%;}
.RighInfo002542 .info_main .info{ padding-top:3%;}
.RighInfo002542 .info_list dd{margin-bottom:20px;overflow: hidden;transition:transform 12s cubic-bezier(.23,1,.32,1);background: #fff;padding:20px 0 0;box-shadow: 0 1px 4px 0 rgba(128, 132, 145, 0.2);
  border-radius: 2px;
  transition: all 0.5s ease 0s;}
@media(min-width:641px){
.RighInfo002542 .info_list dd{}
.RighInfo002542 .info_list dd{ float:left; width:22.75%; margin-right:3%;margin-bottom:3%;}
.RighInfo002542 .info_list dd:nth-child(4n){ margin-right:0;}
.RighInfo002542 .info_list dd:nth-child(4n+1){ clear:left;}
}

.RighInfo002542 .info_list dd .pic{ position: relative;transition:transform 12s cubic-bezier(.23,1,.32,1);height:80px;background-color:#fff;background-size:auto;}
/* .RighInfo002542 .info_list dd .pic:after{ content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.07)  } */
.RighInfo002542 .info_list dd img{ display:block; width:100%;/* transition:transform 12s cubic-bezier(.23,1,.32,1); */}
/* .RighInfo002542 .info_list dd:hover .pic{transform: scale(1.05);} */


.RighInfo002542 .info_list dd .text{ padding:10px 25px 20px; box-shadow: 0 0 50px #eee;}
.RighInfo002542 .info_list dd h1{font-size: 18px;color: #333; margin:0 0 12px;text-align:center;}
/* .RighInfo002542 .info_list dd:hover h1{color: #005ca2;} */
.RighInfo002542 .info_list dd p{line-height:24px;color: #666; height:96px;font-size:13px;}

@media(max-width:640px){
  .RighInfo002542 .info_list dd{width:49%;margin-right:2%;float:left;margin-bottom:2%}
  .RighInfo002542 .info_list dd:nth-child(2n){margin-right:0;}
  .RighInfo002542 .info_list dd .text{padding:10px;}
  .RighInfo002542 .info_list dd p{font-size:12px;line-height:1.5;height:130px;}
  .RighInfo002542 .info_list dd h1{font-size:16px;}
}

@media(max-width:1360px){
.RighInfo002542 .info_list{ padding:0 2%;}
}
@media(max-width:1024px){
.RighInfo002542 .intro .Ispic{ padding-bottom:50%;}
.RighInfo002542 .intro .info_main{ padding:5%;}
}
@media(max-width:640px){
.RighInfo002542 .title span{ font-size:40px;}
.RighInfo002542 .title{ font-size:24px;}
}














/*PicList002856 */
 @font-face {
  font-family: "DINBold";
  src: url("../fonts/DINBold.woff2") format("woff2"),
       url("../fonts/DINBold.woff") format("woff"),
       url("../fonts/DINBold.ttf") format("truetype"),
       url("../fonts/DINBold.eot") format("embedded-opentype"),
       url("../fonts/DINBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}
/*slick Basic*/
.PicList002856 .slick-slider { position:relative;display: block;-webkit-touch-callout: none;-ms-touch-action: pan-y; touch-action: pan-y;-webkit-tap-highlight-color: transparent}
.PicList002856 .slick-list { position: relative; z-index: 1;display: block; overflow: hidden;}
.PicList002856 .slick-list:focus {outline: none}
.PicList002856 .slick-list.dragging {cursor: pointer;cursor: hand;}
.PicList002856 .slick-slider .slick-track,
.PicList002856 .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0)}
.PicList002856 .slick-track {position: relative; top: 0; left: 0; display: block;}
.PicList002856 .slick-track:before,
.PicList002856 .slick-track:after{display: table; content: '';}
.PicList002856 .slick-track:after{ clear: both;}
.PicList002856 .slick-loading .slick-track { visibility: hidden;}
.PicList002856 .slick-slide{ display: none; float: left;min-height: 1px;}
[dir = 'rtl'] .slick-slide {float: right;}
.PicList002856 .slick-slide .slick-loading img { display: none;}
.PicList002856 .slick-slide .dragging img { pointer-events: none;}
.PicList002856 .slick-initialized .slick-slide { display: block;}
.PicList002856 .slick-loading .slick-slide { visibility: hidden;}
.PicList002856 .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent;}
.PicList002856 .slick-arrow .slick-hidden { display: none;}
/*slick Basic End*/

.PicList002856{padding-top: 4%;}
.PicList002856 .top-new{margin-bottom:3%;}
.PicList002856 .top-new li{background: #f5f7fa; padding: 30px; transition: 0.3s;}
.PicList002856 .top-new li .img img{display: block;width: 100%;}
.PicList002856 .top-new li .txt .inner{padding: 20px;}
.PicList002856 .top-new li .txt time{ display: inline-block; height:70px; width:70px; border-radius:5px; overflow:hidden; background-color:#03488f; color:#fff; text-align:center; line-height:23px; font-family:Arial, Helvetica, sans-serif;}
.PicList002856 .top-new li .txt time b{ background-color:#005ca2; display:block; line-height:45px; color:#fff; font-size:32px;}
.PicList002856 .top-new li .txt aside{margin: 20px 0 0 0;font-size: 22px; color: #000; font-weight: bold;}
.PicList002856 .top-new li .txt p{line-height: 24px; color: #999;margin-top: 10px;}
.PicList002856 .top-new li .more{ margin-top: 5%; display:inline-block; width:100px; line-height:32px; text-align:center; color:#666; border: 1px solid #999; font-size:12px;}
.PicList002856 .top-new li .more:hover{color:#005ca2;border-color:#005ca2}

.PicList002856 .top-new .slick-arrow{position: absolute;width: 70px; height: 70px; z-index: 10;background: url(../images/PicList002856_prev.png) no-repeat center center;font-size: 0;cursor: pointer;padding: 0;border: 0;}
.PicList002856 .top-new .slick-next{background-image: url(../images/PicList002856_next.png);}
.PicList002856 .top-new .slick-dots{ padding-top: 3%; text-align: center;}
.PicList002856 .top-new .slick-dots li{list-style: none; display: inline-block; padding: 12px; margin: 0 6px; width: 18px; height: 18px; border-radius: 50%; border:1px solid transparent; background: none; cursor: pointer; position: relative;}
.PicList002856 .top-new .slick-dots li button{position: absolute; left: 50%; top: 50%; background: #e1e1e1; border-radius: 50%; padding: 0; width: 12px; height: 12px; margin: -6px 0 0 -6px; cursor: pointer; font-size: 0; border: 0;}
.PicList002856 .top-new .slick-dots li.slick-active{border-color: #005ca2;}
.PicList002856 .top-new .slick-dots li.slick-active button{ width: 8px; height: 8px; margin: -4px 0 0 -4px; background: #005ca2;}

.PicList002856 .list .tab{ text-align:center; border-bottom:solid 1px #e7e7e7; margin-bottom:3%;}
.PicList002856 .list .tab a{ color: #333; font-weight:normal; line-height:30px; font-size:16px; cursor:pointer; opacity:0.6; margin:0 10px; display:inline-block; border-bottom:solid 3px #fff;}
.PicList002856 .list .tab a.on,.PicList002856 .list .tab a:hover{ opacity:1; border-color:#005ca2;}
@media(min-width:960px){
.PicList002856 .list .tab a{line-height:70px; font-size:22px; margin:0 25px;}
}
.PicList002856 .list li{background: #f9f9f9;padding: 30px; margin-bottom: 2%;position: relative; transition: 0.3s;}
.PicList002856 .list li a{position: absolute; left: 0; top: 0; width: 100%;height: 100%;z-index:1}
.PicList002856 .list li:hover{ background: #fff; box-shadow: 0 5px 15px 0 rgba(0,0,0,0.15); }
.PicList002856 .list li .Ispic{ position:absolute; left:0; top:0; height:100%; width:26%;}
.PicList002856 .list li .Ispic img{ display:none;}
.PicList002856 .list li .inner{color: #333; position:relative; padding-left:29%;}
.PicList002856 .list li time{ display: block; font-family: "DINBold";font-size: 12px; color: #999; margin: 8px 0;}
.PicList002856 .list li aside.dot{font-size: 18px; margin: 0;font-weight:bold;}
.PicList002856 .list li .p{color: #666;line-height: 24px; margin: 0;max-height: 48px;}
.PicList002856 .list li:hover aside.dot{color: #005ca2;}
.PicList002856 .top-new li .txt .p{max-height: 72px;line-height: 24px}
.PicList002856 .top-new li .txt .p *,.PicList002856 .list li .p *{text-align: left!important; position: relative!important; font-style: normal!important; display: inline!important; text-indent: 0!important; margin: 0!important;;background: transparent!important;line-height: 24px!important;font-family: "Microsoft YaHei"!important;font-weight: normal!important;color: #666!important;}
.PicList002856 .top-new li .txt .p img,.PicList002856 .list li .p video{display: none!important;}
@media(min-width:641px){
.PicList002856 .list li{float: left; width: 49%;}
.PicList002856 .list li:not(:nth-child(2n)){margin-right: 2%;}
}


@media(min-width:769px){
.PicList002856 .top-new .slick-arrow{ left: -8%; top: 50%; transform: translateY(-50%); }
.PicList002856 .top-new .slick-next{ left: auto; right: -8%}
.PicList002856 .top-new li .img{width: 50%;}
.PicList002856 .top-new li .txt .inner{max-width: 540px; margin: 0 auto; }
}
@media(max-width:1367px){

.PicList002856 .top-new .slick-arrow{ left: -2%; top: 50%; transform: translateY(-50%); }
.PicList002856 .top-new .slick-next{ left: auto; right: -2%}
	}
@media(max-width:1365px){
    .top .othBox .nav li .subNav dl{margin:0 8px;display: block;}
}
@media(min-width:769px) and (max-width:1024px){
    .top .othBox .nav li .subNav dl{display: block;margin:3px 0;}
.PicList002856 .top-new .slick-arrow{width: 50px; height: 50px;}
.PicList002856 .top-new .slick-prev{margin-left: -50px;}
}
@media(max-width:1000px){
.PicList002856 .top-new .slick-prev{margin-left: 0;}
.PicList002856 .top-new .slick-arrow{ left: 0%; top: 50%;}
.PicList002856 .top-new .slick-next{  left: auto; right: 0%}}
@media(max-width:768px){
.PicList002856 .top-new li .txt .inner{ padding: 20px 0}
.PicList002856 .top-new .slick-arrow{ display:none !important}
.PicList002856 .top-new li .ytable,
.PicList002856 .top-new li .ytable-cell{display: block;}
/*.PicList002856 .top-new .slick-arrow{top: 0;right:0; width: 10vw;height: 10vw;background-size: 51% auto;}
.PicList002856 .top-new .slick-prev{right: 10vw;}*/
.PicList002856 .top-new li .txt{padding: 0px;}
.PicList002856 .top-new li .inner{ padding-left:45%;}


.PicList002856 .top-new li .Ispic{width:42%;}
}
@media(max-width:640px){
.PicList002856 .top-new li .txt aside{font-size: 20px;}
}
@media(max-width:480px){
.PicList002856 .list li{ padding:10px}
.PicList002856 .list li .inner{padding-left: 0;}
.PicList002856 .list li .Ispic{position: inherit;display: block;padding-bottom: 55%;width: 100%;margin-bottom: 10px;}
.PicList002856 .top-new li div{ padding-left:0;}
.PicList002856 .top-new li .Ispic{ position:relative; display:block; width:auto; padding-bottom:50%;}
}




.Pic_show{ padding: 3% 0;}
.Pic_show li{ padding:0 10px;}
.Pic_show .pic{ padding-bottom: 70% }
.Pic_show .text h1{ font-size: 16px; font-weight: normal; margin: 0; line-height: 60px; text-align: center; background: #f2f3f5 }

.Pic_show .slick-arrow{  font-size:0; width:70px !important; height:70px !important; border:none; position:absolute; top:50%; margin-top:-25px; background:none !important; cursor:pointer; padding:0; z-index: 50}
.Pic_show .slick-prev{ left:-60px;;}
.Pic_show .slick-next{ right:-60px;}
.Pic_show .slick-next::before,
.Pic_show .slick-prev::before{ position:absolute; content:''; width:50%; height:50%; border-top:2px solid #ccc; border-right:2px solid #ccc; top:25%; left:25%; transform:rotate(45deg); -webkit-transform:rotate(45deg);}
.Pic_show .slick-prev::before{transform:rotate(-135deg); -webkit-transform:rotate(-135deg);}
.Pic_show .slick-next:hover::before,
.Pic_show .slick-prev:hover::before{ border-color:#00a0e9;}


/*RighInfo002222*/
.RighInfo002222{padding: 0% 0 4%;}
.RighInfo002222 h1{color: #333;font-size: 26px;font-weight: bold;text-align: center;margin-bottom: 2%;}
.RighInfo002222 h1 span{font-size: 24px; display:block;color: #000;font-weight: bold;text-transform: uppercase;opacity: .1;text-align: center;padding-top: 1%;}
.RighInfo002222 .title{font-size:30px;text-align: center;font-weight:normal;margin: 0 0 5.333%;}
.RighInfo002222 .p{font-size:16px; line-height:30px;}
.RighInfo002222 .intro {text-align: justify;padding-top: 4%;text-align:justify;line-height:28px;font-size:16px;}
.RighInfo002222 .intro  p{ margin-bottom: 10px; }

.RighInfo002222 .box1{}
.RighInfo002222 .box1 .text{margin: 3% 0;}
.RighInfo002222 .box1 .text .img{width: 49%;position:relative;;padding-right:3%;text-align:right;}
.RighInfo002222 .box1 .text .img h3{margin:0 auto;position:absolute;top:50%;left:0; transform:translateY(-50%);width:100%;text-align:center;max-width:80%;text-align: center;color: #fff;font-size:24px;font-weight: normal;margin-bottom:10px;letter-spacing: 0.2em;}
.RighInfo002222 .box1 .text .img h3 em{  margin-top:8px;text-align: center;color: #fff;letter-spacing: 0.2em; display: block; font-style: normal;font-size:16px; line-height:30px;}
.RighInfo002222 .box1 .text figure{width: 54%;padding:0 5%;}
.RighInfo002222 .box1 .text .h2{ color:#008cd6;}
.RighInfo002222 .box1 .text .tspan{font-size: 24px;text-align:center;display: block;color: #000;font-weight: bold;text-transform: uppercase;opacity: .1;padding-top: 3%;}
.RighInfo002222 .box1 .text h2{color:#333;font-size:26px;font-weight: bold;margin-bottom:4%;margin-top:0;text-align:center;}
.RighInfo002222 .box1 .text pre,.RighInfo002222 .box1 .text .p{color: #666;font-size:16px; line-height:30px;text-indent:0;text-align: justify;}
/* .RighInfo002222 .box1 .text .p{text-indent: 2em;} */
.RighInfo002222 .box2{ /*background:#f8f8f8; padding:2% 0 4%; margin-top: 1%;*/}
.RighInfo002222 .box2 .ul{ padding-top:2%;}
.RighInfo002222 .box2 .ul li{float:left;width: 25%;text-align:center;padding:0 2%; position:relative}
.RighInfo002222 .box2 .ul li:after{ position:absolute; right:0; width:1px; height:40%; content:''; background:#ddd; top:30%;}
.RighInfo002222 .box2 .ul li:last-child:after{ display:none}
.RighInfo002222 .box2 .ul li .h2{background:none;color:#333; margin-top:20px;font-weight:normal;font-size: 16px;}
.RighInfo002222 .box2 .ul li .p{ color:#000; margin:0;}
.RighInfo002222 .box2 .ul li figure{/* max-width:150px; */margin:0 auto;}

.RighInfo002222 .box2 .tz-ls li{width:50%;text-align: left;}


.youshi_info{ display: table; width: 100%; padding: 1% 0;}
.youshi_info .info{ line-height: 30px; color: #666;display: table-cell;padding: 3%;transition: all .2s;}
.youshi_info .info:not(.empty){ width: 49%; background: #f8f8f8;box-shadow: 0 1px 4px 0 rgba(0,0,0,.1); border-radius: 2px;}
.youshi_info .info.empty{ width: 2%}
.youshi_info .h3{ color: #333; text-align: center; margin-bottom: 10px;}
.youshi_info .h3:after{ content: ''; width: 6%; height: 3px; background-color: #333; display: block; margin: auto; margin-top: 10px; transition: all .2s;}
.youshi_info .info:not(.empty):hover{ background: #fff;box-shadow: 0 6px 12px 0 rgba(0,0,0,.1);}
.youshi_info .info:hover .h3:after{ width: 8%; background-color: #005ca2}

.youshi_info2{width: 100%;}
.youshi_info2 .ysCon{padding-top:0;}
.youshi_info2 li{padding:3%;}
.two li{width: 49%; background: #f8f8f8;box-shadow: 0 1px 4px 0 rgba(0,0,0,.1); border-radius: 2px;float:left;margin-right:2%;margin-bottom:2%; }
.three li{width:32%; background: #f8f8f8;box-shadow: 0 1px 4px 0 rgba(0,0,0,.1); border-radius: 2px;float:left;margin-right:2%;margin-bottom:2%;}
.two li:nth-child(even){margin-right:0;}
.three li:nth-child(3),.three li:nth-child(6){margin-right:0;}

.youshi_info2 .h3{ color: #333; text-align: center; margin-bottom: 10px;}
.youshi_info2 .h3:after{ content: ''; width: 6%; height: 3px; background-color: #333; display: block; margin: auto; margin-top: 10px; transition: all .2s;}
.youshi_info2 .info:hover{ background: #fff;box-shadow: 0 6px 12px 0 rgba(0,0,0,.1);}
.youshi_info2 .info:hover .h3:after{ width: 8%; background-color: #005ca2}

@media(max-width:700px){
  .RighInfo002222{padding-top:4%}
  .RighInfo002222 .box1 .text pre, .RighInfo002222 .box1 .text .p{font-size:14px;}
  .RighInfo002222 h1{font-size:24px;}
  /* .youshi_info2 li{width:100% !important;margin-right:0 !important} */
  .youshi_info li{width:49% !important;margin-right:2% !important}
}

.RighInfo002222 .box3 li{ float:left;/* width:32%; margin-right:2%; margin-bottom:3%;*/padding: 0 10px; }
.RighInfo002222 .box3 li a{display:block;background-color:#f8f8f8;transition:all ease-in-out 0.3s;}
.RighInfo002222 .box3 li a > div{overflow: hidden;transition:all ease-in-out 0.3s;}
.RighInfo002222 .box3 li h2{ margin:0; font-size:16px; color:#333; text-align:center; padding:3% 2%;}
.RighInfo002222 .box3 li figure{background-position:center center;background-repeat:no-repeat;background-size:cover;padding-bottom: 70%;transition: all ease-in-out 0.3s;}
.RighInfo002222 .box3 li figure:hover{ transform:scale(1.2);}
.RighInfo002222 .box3 .slick-arrow{font-size:0;width:70px !important;height:70px !important;border:none;position:absolute;top:50%;margin-top:-25px;background:none !important;cursor:pointer;padding:0;z-index: 50;}
.RighInfo002222 .box3 .slick-prev{ left:-60px;;}
.RighInfo002222 .box3 .slick-next{right: -60px;}
.RighInfo002222 .box3 .slick-next::before,
.RighInfo002222 .box3 .slick-prev::before{ position:absolute; content:''; width:50%; height:50%; border-top:2px solid #ccc; border-right:2px solid #ccc; top:25%; left:25%; transform:rotate(45deg); -webkit-transform:rotate(45deg);}
.RighInfo002222 .box3 .slick-prev::before{transform:rotate(-135deg); -webkit-transform:rotate(-135deg);}
.RighInfo002222 .box3 .slick-next:hover::before,
.RighInfo002222 .box3 .slick-prev:hover::before{ border-color:#00a0e9;}





@media(max-width:1000px){
.RighInfo002222 .title{ margin:3% 0;font-size: 5vw;}
.RighInfo002222 .box2 .img,.RighInfo002222 .box2 figure{ width:100%; float:none; text-align:center;}
.RighInfo002222 .h2{ font-size:24px;}
.RighInfo002222 .p{ font-size:14px;}
}
@media(max-width:700px){
.RighInfo002222 .box1 .text .img,.RighInfo002222 .box1 .text figure{ float:none; width:100%;display: block;}
.RighInfo002222 .box2 .ul li{ float:left; width:100%; margin:0; padding:0 2%;}
.RighInfo002222 .box2 .tz-ls .tit{font-size:16px;}
  .RighInfo002222 .tz-ls .intro{font-size:12px;}
}
/* @media(max-width:700px){
  .RighInfo002222 .box2 .tz-ls li
  .RighInfo002222 .box2 .tz-ls .tit{font-size:16px;}
  .RighInfo002222 .tz-ls .intro{font-size:12px;}
} */
@media(max-width:640px){
.RighInfo002222 .h2{ font-size:20px;}
.RighInfo002222 .box1 figure,.RighInfo002222 .box2 figure{ position:static; padding:4% 0;}
.RighInfo002222 .box1 .h2,.RighInfo002222 .box2 .h2{ color:#008cd6;}
.RighInfo002222 .box3 li{width:49%;}
.RighInfo002222 .box3 li:nth-child(3n){ margin-right:2%;}
.RighInfo002222 .box3 li:nth-child(2n){ margin-right:0;}
.youshi_info{ padding: 0}
.youshi_info .info{ display: block; width:48%!important; margin-bottom:4%;float:left;margin-right:4%;}

.youshi_info .info:nth-child(3n){margin-right:0;}
.youshi_info .empty{ display: none}
.youshi_info .h3{font-size:16px;}
}
@media(max-width:480px){
.RighInfo002222 .box3 li h2{font-size:14px;}
}

/*RighInfo002222 End*/

/*
 .RighInfo002257 为demo编号
 */
.RighInfo002257{ }
.RighInfo002257 p{ line-height:1.8; }
.RighInfo002257 .item{border-bottom:1px dashed #d0d0d0; padding:25px 0;}
.RighInfo002257 .item:last-child{border-bottom:0;}
.RighInfo002257 .item .h1{font-size:18px; margin: 0;text-align: left}
.RighInfo002257 .item .con{color:#666;font-size:14px; margin: 16px 0 0;line-height: 28px;}
@media only screen and (min-width:768px ) {
	.RighInfo002257 .item{ padding:26px 0; }
	.RighInfo002257 .item .pic{ float: left; width: 40%;}
    .RighInfo002257 .item .word{ float: right; width: 55%;padding:0 3%;}
    .RighInfo002257 .item:nth-child(2n) .pic{ float: right;}
    .RighInfo002257 .item:nth-child(2n) .word{ float: left;}
}
@media only screen and (max-width: 767px) {

   .RighInfo002257 .item{max-width: 462px; margin: 0 auto; }
	.RighInfo002257 .item .word{ padding-bottom: 15px;}
    .RighInfo002257 .item .word{ padding-top:0 !important;}
    .RighInfo002257 .youshi_info p{font-size:12px;height:130px;}
    .RighInfo002257 .youshi_info .h3 p{height:auto;font-size:16px;}
}



/*
 .Menu002252 为demo编号
 */
.Menu002252{padding:10px 0; text-align:center; overflow:hidden;}
.Menu002252 a{font-size:16px; display: block;background:#e9e9e9; padding: 10px; }
.Menu002252 a.aon,.Menu002252 a:hover{ color:#fff; background-color:#005ca2}
@media(min-width:768px){
	.Menu002252{padding:25px 0 10px;}
	.Menu002252 a{ display:inline-block; line-height:30px;  padding:0 15px; min-width:115px; border-radius:30px; overflow:hidden; margin:0 5px }
}
@media(min-width:1024px){
   .Menu002252{padding:3% 0 }
   .Menu002252 a{display:inline-block;line-height:46px;height:46px; padding:0 45px;background:#ececec; min-width:180px; border-radius:100px; margin: 0 5px}
   .jobBg .Menu002252 a{background:#fff;}
   .jobBg .Menu002252 a.aon,.jobBg .Menu002252 a:hover{ color:#fff; background-color:#005ca2}
}







.Singlepage {padding:4% 0;}
.Singlepage p{margin:8px 0;}
.Singlepage .zhanlve .column-name{ text-align: left}
.Singlepage .zhanlve dd{  width: 100%; position: relative; height: auto; overflow: hidden;padding:2% 0; font-size: 16px; line-height: 32px;}
.Singlepage .zhanlve dd .auto{   position: relative; }
.Singlepage .zhanlve dd .text{  float: right; height: 400px; width:45%; padding:8% 0}
.Singlepage .zhanlve dd .pic{  position: absolute; left: 0; top:10%; /*height: 80%;*/ overflow: hidden; width: 51%}
.Singlepage .zhanlve dd .pic img{ }

.Singlepage .zhanlve dd:nth-child(2n) { background: #f2f3f5 }
.Singlepage .zhanlve dd:nth-child(2n) .text{  float: left; padding:4% 0}
.Singlepage .zhanlve dd:nth-child(2n) .pic{  left: auto; right: 0 }



.Job_Singlepage{font-size: 16px; line-height: 32px;}

.Job_Singlepage .pic_con{background: #f2f3f5; text-align: center}
.Job_Singlepage .auto{ height: auto; overflow: hidden;}
.Job_Singlepage.reg_s .auto{background:#fff;border-radius:6px;border:1px solid #eee;}
.Job_Singlepage .tab{ width: 18%; float: left; margin-top:0px; padding-bottom: 1px;background:#fff;}
.Job_Singlepage .tab span{ width: 100%; display: block; line-height:50px; padding: 0 20px; cursor: pointer;border-bottom: 1px solid #eee; text-align: left;  font-size: 16px;}
.Job_Singlepage .tab span:first-child{ border-top: 1px solid #eee; }
.Job_Singlepage .tab span.on{color:#005ca2; border-right: 2px solid #005ca2; background: #f2f3f5}
.Job_Singlepage .tab span.on b{color:#005ca2}
.Job_Singlepage .tab span b{ margin-right: 5px;}
.Job_Singlepage .tab span .b1{  color: #666}
.Job_Singlepage .tab span .b2{  color:  #666}
.Job_Singlepage .main_con{ width: 100%; float:right;background:#fff;padding:1.5% 3%;border-radius:6px;border:1px solid #eee;}


.Job_Singlepage .top {  margin-bottom:0px;}
.Job_Singlepage .top h1{font-size:24px; font-weight: normal; color: #005ca2; background: url(../images/job_tit1.png) no-repeat left center; padding-left: 30px;}

.Job_Singlepage .top .top_btn{ text-align: right; margin: 5px 0 20px; position: relative}


.Job_Singlepage .top .top_con{ position: relative}
.Job_Singlepage .top .top_con  .pic{ position: absolute; right: 0; top: 0; width: 50%; height: 100% }
.Job_Singlepage .top .top_con  .text{ float: left; padding:0; width: 45%  }
.Job_Singlepage .top   .line{ width: 100%; height: 2px; border-bottom: 1px dashed #ddd}


.Job_Singlepage .top  .top_btn a{ width:75px; margin: 0 0px; line-height:42px; text-align: center; display:inline-block; color: #005ca2; font-size: 16px;}
.Job_Singlepage .top  .top_btn a.login span{ display: inline-block; background: url(../images/icon-login.png) no-repeat left center; padding-left: 24px; background-size: 18px;}
.Job_Singlepage .top  .top_btn a.sign span{ display: inline-block; background: url(../images/icon-sign.png) no-repeat left center; padding-left: 24px; background-size: 18px;}
.Job_Singlepage .top  .top_btn a.job span{ display: inline-block; background: url(../images/icon-job.png) no-repeat left center; padding-left: 28px; background-size: 18px;}

.Job_Singlepage .top  .top_btn a:hover{ background:  #005ca2; color: #fff }
.Job_Singlepage .top  .top_btn a.login:hover span{  background: url(../images/icon-login2.png) no-repeat left center;background-size: 22px;}
.Job_Singlepage .top  .top_btn a.sign:hover span{ background: url(../images/icon-sign2.png) no-repeat left center;  background-size: 22px;}
.Job_Singlepage .top  .top_btn a.job:hover span{  background: url(../images/icon-job2.png) no-repeat left center; background-size: 22px;}



.w18{width:18%;float:left;}
.w80{width:80%;float:right;}
.w18 .Menu000309{width:100%}
@media  (min-width: 1000px) {
    .Singlepage2 .ywtz{padding:0 5%;}
}
@media  (max-width: 1000px) {
.w18,.w80{width:100%;float: none;margin-bottom: 20px;}
.Singlepage .zhanlve dd .text{width:100%;height:auto;}
.Singlepage .zhanlve dd .pic{width:100%;position:inherit}
.Singlepage .zhanlve .column-name{text-align:center;}
}




.Job_Singlepage .box_con {}
.Job_Singlepage .box_con .box_title{ border-bottom: 1px dashed #ddd; margin-bottom: 30px}
.Job_Singlepage .box_con  .title{font-size:24px; font-weight: normal; color: #005ca2;background: url(../images/job_tit2.png) no-repeat left center; padding-left: 30px; }
.Job_Singlepage .box_con .box h1{font-size:16px; font-weight: normal; color: #005ca2;padding:0 15px;line-height:45px;background-color:#f5f5f5;margin-top:2%;}
.Job_Singlepage .box_con .box p{font-size: 16px; line-height: 32px }
.Job_Singlepage .box_con .box table tr:nth-child(1) { background: #f2f3f5 !important}
.Job_Singlepage .box_con .box table tr td{ border: 1px solid #e1e1e1 !important; padding: 10px !important}
.Job_Singlepage .box_con .box table tr td p{ margin: 0 !important}



.Job_Singlepage .success{text-align: center;padding:3% 0;}
.Job_Singlepage .success a{ text-decoration: underline;color:#da251c}



.Resume001{font-size: 16px; line-height: 32px}
.Resume001 .auto{ height: auto; overflow: hidden;}
.Resume001 .tab{ width: 16%; float: left; margin-top:0px; padding-bottom: 1px;background-color:#fff; }
.Resume001 .tab a{ width: 100%; display: block; line-height:50px; padding: 0 20px; cursor: pointer;border-bottom: 1px solid #eee; text-align: left;  font-size: 16px;}
.Resume001 .tab a:first-child{ border-top: 1px solid #eee; }
.Resume001 .tab a.on{color:#005ca2; border-right: 2px solid #005ca2; background: #f2f3f5}
.Resume001 .tab a.on b{color:#005ca2}
.Resume001 .tab a b{ margin-right: 5px;}
.Resume001 .tab a .b1{  color: #666}
.Resume001 .tab a .b2{  color:  #666}
.Resume001 .main_con{ width: 80%; float:right;background-color:#fff;padding:3%;border-radius:6px;border:1px solid #eee;}


/*
 .Menu000309
 */
.Menu000309{overflow: hidden;text-align: left;z-index: 30;border-radius: 6px;background-color:#fff;border:1px solid #eee;width:18%;}
.Menu000309 .scroll-pane h1{margin:0;font-size: 26px;padding: 28px 0;color: #fff;padding-left:30px;background:url(../images/Menu000309-tit.png) no-repeat center #005ca2; }
.Menu000309 .scroll-pane h1:before {display: inline-block;content: '';width: 15px;height: 2px;background: #fff;margin-right: 12px;vertical-align: middle;}
.Menu000309 .scroll-pane figure{ padding:0 30px;}
.Menu000309 .scroll-pane figure dl{border-bottom: 1px solid #f0f0f0;}
.Menu000309 .scroll-pane figure dl:last-child{border-bottom:none;}
.Menu000309 .scroll-pane figure dt{ padding:15px 0; font-size:16px; background:url(../images/Menu000309-dt.jpg) no-repeat right center; cursor:pointer;color: #555;}
.Menu000309 .scroll-pane figure dt.on{background:url(../images/Menu000309-dt_on.jpg) no-repeat right center;  color:#005ca2;}
.Menu000309 .scroll-pane figure dd{ display:none; padding-bottom:20px;}
.Menu000309 .scroll-pane figure dd span{ display:block; font-size: 14px; line-height: 30px;padding-left: 20px;}
.Menu000309 .scroll-pane figure dd span a{color: #777;}
.Menu000309 .scroll-pane figure dd span.on a{ color:#005ca2;}
.Menu000309 .scroll-pane figure dd a:hover{ color:#005ca2; }
.Menu000309 .scroll-pane figure dd label{ display: block;padding: 5px 0;margin-left: 40px;}
.Menu000309 .scroll-pane figure dd label.on a{ color: #005ca2}

.Menu000309 .ul{ padding:0 30px; }
.Menu000309 li{ border-bottom: 1px solid #f0f0f0;}
.Menu000309 li:last-child{border-bottom:none;}
.Menu000309 li a{ padding:24px 0; font-size:16px; cursor:pointer;color: #555; display: block; position: relative;}
.Menu000309 li a::before{ position:absolute; content:''; width:0; height:0; border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #c7bfb9; right:30px; top:50%; margin-top:-5px;}
.Menu000309 li:hover a,
.Menu000309 li.on a{ color:#005ca2;}
.Menu000309 li:hover a::before,
.Menu000309 li.on a::before{ border-left-color:#005ca2;}


.Menu0003091{width:100%;}

.jobTits{font-size:20px;line-height:40px;border-bottom:1px solid #eee;margin-bottom:15px;color:#005ca2}

.zpList .scroll-pane figure dt,.zpList .scroll-pane figure dt.on{background:none;}








/*
 .Form002335 ä¸ºdemoç¼–å·
 */
.Form002335 .auto{background:#fff;padding:3%;border-radius:6px;border:1px solid #eee}
.Form002335 .wrap-container{ position: relative; display: table; width: 100%;}
.Form002335 .pic{ width: 40%; display: table-cell;float:left;}
.Form002335 .pic img{ width: 100%;}
.Form002335 .box{ background:#fbfbfb;padding:59px 8% 70px 47%; width:100%;}
.Form002335 .reg{padding:59px 8% 70px 8%;}
.Form002335 .box-inner{margin: 0 auto;  height: auto; overflow: hidden}
.Form002335 .box-inner .con{margin: 0 auto;  height: auto; overflow: hidden}
.Form002335 .top{ margin-bottom: 50px; text-align: center; padding: 0 10%}
.Form002335 .top p{ font-size: 16px; line-height: 32px }
.Form002335 .top .title{ text-align: center }
.Form002335 .top .title h1{     font-size: 24px;font-weight: normal;color: #005ca2; }

.Form002335 .con form{ height: auto; overflow: hidden}
.Form002335 .con>div{ display: none;}
.Form002335 .con>div.loginbox{ display: block;}
.Form002335 .row{ margin-bottom: 19px; padding-left: 126px; position: relative; float: left; width: 100%}
.Form002335 .reg .row{padding-left:170px;}
.Form002335 .row:last-child{ margin-bottom:0}
.Form002335 .row dt{ position: absolute; left: 0; top: 0; color: #333;font-size: 16px; width: 100px;line-height: 40px; height: 40px; text-align: right}
.Form002335 .reg .row dt{width:140px}
.Form002335 .row dt em{font-style: normal; color: #bb0722; margin-left: 5px;}
.Form002335 .row dd{  color:#999;line-height:45px;height:45px;}
.Form002335 .row dd span{ line-height:30px; height: 30px;  color:#999;}
.Form002335 .row dd .link {text-align: center}
.Form002335 .row dd .link a{ margin: 10px auto 0; display: inline-block;text-decoration: underline}
.Form002335 .row .text{ background:#fff; font-size: 14px; color:#999; line-height: 45px;height: 45px; width: 100%; padding: 0 10px; border: 1px solid #ddd;border-radius: 3px}
.Form002335 .row .text::-webkit-input-placeholder { color: #999}
.Form002335 .row select{ background:#fff; font-size: 14px; color:#999; line-height: 40px;height: 40px; width: 100%; padding: 0 10px; border: 1px solid #ddd;border-radius: 3px}
.Form002335 .row .focus{ border-color:#d4be80; color: #333;}

.Form002335 .row2{ width: 49%; float: left; margin-right: 2%}
.Form002335 .row2:nth-child(2n){ margin-right: 0 }



.statusBar .btns .uploadBtn{ background:   #abd262 !important}
.Form002335 .queueList{ border:none;  margin:0; padding: 30px;background: rgba(0,0,50,0.2); border: 1px solid rgba(255,255,255,0.1)}
.Form002335 .placeholder{ padding-top: 40px;font-size: 12px;color: rgba(255,255,255,0.4);  }
.Form002335 .placeholder p{font-size: 14px;color: rgba(255,255,255,0.4);  position: relative; width: 100%; text-align: center}

.Form002335 .placeholder { font-size: 14px !important}
.Form002335 .placeholder .webuploader-pick{ background:rgba(255,255,255,0.6);color:#094176; font-size: 14px; border-radius: none !important}
.Form002335 .webuploader-container{ font-size: 12px !important;}




.Form002335 dl a{ position: relative;}
.Form002335 dl .checkbox{ position: relative; top: 2px;}
.Form002335 dl .forgetbtn{ float: right;}
.Form002335 .btn{background: #005ca2;background-size: 150% 150%; width: 100%; display: block; height: 44px; line-height: 44px; text-align: center; color:#fff; font-size: 16px; margin-top: 20px; border: none; border-radius: 0; cursor: pointer; border-radius: 3px;}
.Form002335 .registerbox dl{ text-align: right; color: #737373;}
@media only screen and (max-width:1000px) and (min-width:768px) {
	.Form002335 .row .text{ padding: 5px 10px;}
	.Form002335 .btn{ height: 35px; line-height: 35px; margin-top: 10px;}
	.Form002335 dl{ margin: 10px 0;}
	.Form002335 .row{ margin-bottom: 10px;}
}
@media only screen and (max-width:767px ) {
	.Form002335 .pic{ display: none;}
	.Form002335 .box{ width: 100%; padding-top:10%; padding-bottom:10%; border: none;}
}










/*
 .Form002335 ä¸ºdemoç¼–å·
 */
.Form002336{  padding:0 0 3% 0;}
.Form002336 .wrap-container{ position: relative; display: table; width: 100%;}

.Form002336 .box{display: table-cell; width:100%;vertical-align: middle;}
.Form002336 .box-inner{margin: 0 auto; }
.Form002336 .top{ margin-bottom: 50px; text-align: center; padding: 0 20%; border-bottom: 1px solid #e5e5e5}
.Form002336 .top p{ font-size: 16px; line-height: 32px }
.Form002336 .top .title{ text-align: center }
.Form002336 .top .title h1{     font-size: 24px;font-weight: normal;color: #005ca2; }



.Form002336 form h1{ font-size: 20px; font-weight: normal; text-align: center; margin: 0 0 20px 0; color: #222; position: relative}
.Form002336 form h1 em{font-style: normal; color: #bb0722; margin-left: 5px;}
.Form002336 form p em{font-style: normal; color: #bb0722; margin-left: 5px;}
.Form002336 form h1 a{ font-size:20px; margin-left: 30px; border: 1px solid #666; width:26px; height: 26px; line-height: 24px; display: inline-block; position: absolute; right: 0; top: 0}


.Form002336 form .line{width: 100%; height: 2px; border-bottom: 1px solid #e5e5e5; margin:50px 0 40px 0 }
.Form002336 .con>div{ display: none;}
.Form002336 .con>div.loginbox{ display: block;}
.Form002336 .row{ margin-bottom: 10px; padding-left: 150px; position: relative}
.Form002336 .row:last-child{ margin-bottom:0}
.Form002336 .row dt{ position: absolute; left: 0; top: 0; color: #666;font-size: 16px; width: 130px;line-height: 40px; height: 40px; text-align: right}
.Form002336 .row dt em{font-style: normal; color: #bb0722; margin-left: 5px;}
.Form002336 .row dd{ line-height:40px; height: 40px;  color:#999; margin-bottom: 5px;}
.Form002336 .row dd span{ line-height:30px; height: 30px;  color:#999;}
.Form002336 .row dd .link {text-align: center}
.Form002336 .row dd .link a{ margin: 10px auto 0; display: inline-block}
.Form002336 .row .text{ background:#fff; font-size: 14px; color:#999; line-height: 40px;height: 40px; width: 100%; padding: 0 10px; border: 1px solid #ddd;border-radius: 3px}
.Form002336 .row .text2{  width:150px !important; }
.Form002336 .row .text3{  width:50px !important; }

.Form002336 .row .text::-webkit-input-placeholder { color: #999}
.Form002336 .row select{ background:#fff; font-size: 14px; color:#999; line-height: 40px;height: 40px; width: 100%; padding: 0 10px; border: 1px solid #ddd;border-radius: 3px}
.Form002336 .row .focus{ border-color:#d4be80; color: #333;}

.Form002336 .row2 { padding: 0; height: auto; overflow: hidden}
.Form002336 .row2 dd{ width: 49%; float: left; margin-right: 2%}
.Form002336 .row2 dd:nth-child(2n){ margin-right: 0 }


.Form002336 .row_btn{padding:0 30%;}



.Form002336 .btn{background: #005ca2;background-size: 150% 150%; width: 49%; margin-right: 2%; display: block; height: 44px; line-height: 44px; text-align: center; color:rgba(255,255,255,0.8); font-size: 16px; margin-top: 20px; border: none; border-radius: 0; cursor: pointer; border-radius: 3px; float: left}
.Form002336 .btn2{ background:none ;  border: 1px solid #acbbc6; color: #005ca2}
.Form002336 .btn:nth-child(2n){ margin-right: 0 }

.Form002336 .add_box{ border: 1px dashed #ccc; padding: 30px 30px 25px 30px; margin: 15px 0; position: relative}
.Form002336 .add_box .close{ width:20px; height:20px; text-align: center; line-height:16px; background: #fff; border: 1px solid #aaa; position: absolute; right:-5px; top:  -5px;z-index: 50; cursor: pointer}








/*
 .Deatail001 为demo编号
 */
.Deatail001{}
.Deatail001 .redcolor{ color: #d70c18;}
.Deatail001 .yellowcolor{ color: #f6aa00;}
.Deatail001 .iradio{ position:absolute;top:45%; left:20px; display:block; width:17px; height:17px; background:url(../images/Shop002333-shop_icon.png) no-repeat 0 0; }
.Deatail001 .iradio.unradiobtn{ background-position:0 -46px;}
.Deatail001 .iradio.radiobtn{ background-position:0 0;}
.Deatail001 .m_numberSelect{ display:inline-block; border: 1px solid #cacaca; position: relative; background-color: #FFF; width:96px;}
.Deatail001 .m_numberSelect .i_minus,.Deatail001 .m_numberSelect .i_add{ width:27px; height:30px; line-height:30px; display:inline-block; color:#796767; font-size:20px; font-weight:bold; text-align:center; float:left;}
.Deatail001 .m_numberSelect .numberInput{width:40px; color:#796767; font-size:14px; text-align:center; line-height:30px; border: none; border-left:1px solid #cacaca;border-right:1px solid #cacaca; display:inline-block; height:30px;float:left;}

.Deatail001 .cartall{ line-height:40px;}
.Deatail001 a.clearcart{ background:url(../images/Shop002333-shop_icon.png) no-repeat 0 -86px; padding-left:20px; color:#999;}
.Deatail001 .cartbtns{ border-top: 1px solid #e5e5e5; padding: 20px 0 0 0; margin-top: 20px;text-align:right;}
.Deatail001 .cartbtns a{margin-right:2px; display:inline-block; height: 44px; line-height: 44px; text-align: center;border: 1px solid #acbbc6; color: #005ca2; font-size: 16px; margin-top: 20px; cursor: pointer; border-radius: 3px; width: 120px; text-align: center}
.Deatail001 a.cartsubmit{ color:#fff; background:#d70c18;}



.Deatail001 .item{ padding-bottom: 25px;}
.Deatail001 .item-inner{ border: #e5e5e5 1px solid;border-bottom: none; color: #666;}
.Deatail001 .item-head{ font-size: 16px; position: relative; background:#005ca2; display: table; width: 100%; text-align: center; font-weight: bold;}
.Deatail001 .item-head span{  width: 12%;border-right: 1px solid rgba(0,0,0,0.1);display: table-cell;line-height:44px; text-align: center; color: #fff; font-weight: normal}
.Deatail001 .item-head span:last-child{  border-right: none}
.Deatail001 .item-td{  width: 12%;display: table-cell; vertical-align: middle;  border-right: 1px solid #e5e5e5; line-height:44px;}
.Deatail001 .item-head span:first-child,
.Deatail001 .item-td:first-child{  width: 5% !important}
.Deatail001 .item-td:last-child{   border-right: none}

.Deatail001 .item-head em{ font-style: normal;}
.Deatail001 .item-td .del{width: 40px; height: 40px; display: block; margin: 0 auto; background: url(../images/delete.png) no-repeat center center}



.Deatail001 .item-list{ display: table; width: 100%; text-align: center; line-height: 40px;;border-bottom: 1px solid #e5e5e5 ;}


.Deatail001 .item-list+.item-list .item-td{ border-top: 1px solid #f2f2f2;}
.Deatail001 .pro{ width: 40%; position: relative; padding-left: 50px;}
.Deatail001 .pro .pic{position: relative;max-width: 97px;display: table; float: left; height: 97px; width: 45%;}
.Deatail001 .pro .pic a{ display: table-cell; vertical-align: middle;}
.Deatail001 .pro .pic a img{ max-width: 100%;max-height: 97px;}
.Deatail001 .pro .tit { padding-left: 15px; text-align: left;display: table; float: left; height: 97px; width: 55%;}
.Deatail001 .pro .tit a{ display: table-cell; vertical-align: middle;}
@media only screen and (max-width:767px ) {
	.Deatail001{ padding:20px;}
	.Deatail001 .item-head > *{ display: block;}
	.Deatail001 .item-head .total{ float: none;}
	.Deatail001 .item-td{ float: left; width: 30%; word-break:break-word; word-wrap: break-word; display: table; height: 80px;}
	.Deatail001 .item-td:nth-child(2){width: 50%; position: relative;}
	.Deatail001 .item-td:nth-child(4){width: 20%;}
	.Deatail001 .item-td+.item-td>*{ display: table-cell; vertical-align: middle;}
	.Deatail001 .item-td .m_numberSelect{ display: inline-block; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
	.Deatail001 .pro{ display: block; width: 100%;border-bottom: 1px solid #f2f2f2; height: auto;}
	.Deatail001 .pro .tit{ width: 55%;}
}











/*
 .Form002325 为demo编号
 */
.Form002325{ position:fixed; background:rgba(0,0,0,0.5); width:100%; top:0; left:0; z-index:100; height: 100%; display: none}
.Form002325 .wrap-container{ position:absolute; background:#fff; z-index:101; padding:25px; width: 100%; height: 100%;}
.Form002325 .closeBtn{ position:absolute; top:20px; right:20px; height:17px; width:17px; display:block; background:url(../images/Form002325-colseBtn.jpg) no-repeat;}

.Form002325 .rgtRight .title{ height:84px; line-height:84px; color:#005ca2; font-size:24px; text-align: center; border-bottom: 1px solid #e5e5e5; padding-bottom: 20px; margin-bottom: 20px;;}
.Form002325  .rgtList{height: auto; overflow: hidden}
.Form002325  .row{ margin-bottom: 10px; padding-left: 150px; position: relative; width: 100%; height: auto; overflow: hidden; float: left}
.Form002325  .row:last-child{ margin-bottom:0}
.Form002325  .row dt{ position: absolute; left: 0; top: 0; color: #666;font-size: 16px; width: 130px;line-height: 40px; height: 40px; text-align: right}
.Form002325  .row dt em{font-style: normal; color: #bb0722; margin-left: 5px; display: inline-block}
.Form002325  .row dd{ color:#999; margin-bottom: 5px;}
.Form002325  .row dd span{ line-height:30px; height: 30px;  color:#999;}
.Form002325  .row dd .link {text-align: center}
.Form002325  .row dd .link a{ margin: 10px auto 0; display: inline-block}
.Form002325  .row .text{ background:#fff; font-size: 14px; color:#999; line-height: 40px;height: 40px; width: 100%; padding: 0 10px; border: 1px solid #ddd;border-radius: 3px}
.Form002325  .row .text3{  width:50px; }
.Form002325  .row textarea{ background:#fff; font-size: 14px; color:#999; line-height: 40px;height:100px; width: 100%; padding: 0 10px; border: 1px solid #ddd;border-radius: 3px}


.Form002325  .row .text::-webkit-input-placeholder { color: #999}
.Form002325  .row select{ background:#fff; font-size: 14px; color:#999; line-height: 40px;height: 40px; width: 100%; padding: 0 10px; border: 1px solid #ddd;border-radius: 3px}
.Form002325  .row .focus{ border-color:#d4be80; color: #333;}

.Form002325  .row2 { height: auto; overflow: hidden}
.Form002325 .row2{ width: 49%; float: left; margin-right: 2%}
.Form002325  .row2:nth-child(2n){ margin-right: 0 }




.Form002325  .btn{background: #005ca2;background-size: 150% 150%; width: 100%;  display: block; height: 44px; line-height: 44px; text-align: center; color:rgba(255,255,255,0.8); font-size: 16px; margin-top: 20px; border: none; border-radius: 0; cursor: pointer; border-radius: 3px; float: left}
.Form002325  .btn2{ background:none ;  border: 1px solid #acbbc6; color: #005ca2}
.Form002325  .btn:nth-child(2n){ margin-right: 0 }
.Form002325 .rgtyzm a{ display:inline-block; width:112px; height:40px; vertical-align:top; margin-left:10px;}
.Form002325 .rgtyzm input{ width:200px;}
.Form002325 .rgtBtn{ display:block;float: left; width:150px; height:40px; line-height:40px; text-align:center; color:#fff; font-size:18px; background:#6e6e6e;}

@media only screen and (min-width:768px ) {
	.Form002325 .wrap-container{ top:50%;margin-top: -300px; width:600px; margin-left:-350px; left:50%; height: auto; padding: 25px;position:fixed;}

	.Form002325 .rgtRight{ width:100%;}

	.Form002325 .rgtyzm input{ width: 112px;}
	.Form002325 .rgtyzm a{ width: 105px;}

    .Form002325 .rgtList .error{ position: absolute; left: 63%; top: 0;}

}
@media only screen and (min-width:1024px ) {
	.Form002325 .rgtLeft .title{ font-size:18px;}
	.Form002325 .wrap-container{ top:50%;margin-top: -350px; width:768px; margin-left:-384px; left:50%; padding: 50px 70px 80px 50px; }
}
@media only screen and (min-width:1200px ) {
	.Form002325 .rgtLeft .title{ font-size:24px;}
	.Form002325 .rgtLeft{ padding: 25px;}
	.Form002325 .rgtyzm input{ width: 200px;}
	.Form002325 .wrap-container{ top:50%;margin-top: -350px; width:1024px; margin-left:-517px; left:50%; }
}








.Anser001 dl{ margin-bottom: 30px;}
.Anser001 dl dt{ margin-bottom: 10px;}
.Anser001 dl dt em{font-style: normal; color: #bb0722; margin-left: 5px; display: inline-block}
.Anser001 dl dd{  padding-left: 40px; position: relative}
.Anser001 dl .text{ background:#fff; font-size: 14px; color:#999; line-height: 40px;height: 40px; width: 100%; padding: 0 10px; border: 1px solid #ddd;border-radius: 3px; position: relative; }
.Anser001 dl dd span{ position: absolute; left: 0; top: 0; display: block;  line-height: 40px;height: 40px; }



.jobBg{background:#f4f6f9;padding:3% ;}



/*! fancyBox 鎻掍欢鏍峰紡锛屽鏈変竴鏍风殑鍙暀涓€浠� */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../images/PicList002311-fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../images/PicList002311-fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../images/PicList002311-blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../images/PicList002311-fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../images/PicList002311-fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('../images/PicList002311-fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}



/*carousel 鍏叡鏍峰紡鍙暀涓€浠�*/
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    transition:transform 12s cubic-bezier(.23,1,.32,1);
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }



/*
 .PicList002311 涓篸emo缂栧彿
 */
.PicList002311{padding-bottom:3%}
.PicList002311 .l-title .tit{color: #333;font-size: 26px;font-weight: bold;text-align: center;padding-bottom:3%}
.PicList002311 .l-title .en{font-size: 24px;color: #000;font-weight: bold;text-transform: uppercase;opacity: .1;text-align: center;padding-top: 3%;}
.PicList002311 .honorList{ position:relative; padding:20px 40px;}
.PicList002311 .honorList .btn{ display:block; position:absolute; top:50%; margin-top:-12px; width:24px; height:24px; background:url(../images/PicList002311-button_hover.png); cursor:pointer;}
.PicList002311 .honorList .prev{ left:0; background-position:left top;}
.PicList002311 .honorList .prev:hover{ background-position:left bottom;}
.PicList002311 .honorList .next{ right:0; background-position:right top;}
.PicList002311 .honorList .next:hover{ background-position:right bottom;}
.PicList002311 .honorList .list{margin:0 auto; overflow:hidden;}
.PicList002311 .honorList .list .ul li{ padding: 0 2%;}
.PicList002311 .honorList .list .ul li:hover img{ transform: scale(1.05);}
.PicList002311 .honorList .list .ul .dot{ display:block; text-align:center; padding-top:10px; line-height:20px; font-size:18px; color:#555;}
.PicList002311 .honorList .list .ul .dot:hover{ color:#002870;}
@media only screen and (min-width:768px ) {
.PicList002311 .honorList{ padding:20px 50px;}
}

.more{color:red;}


/*Floor002530 */
.Floor002530{ padding-top:2%;}
.Floor002530 ul{ position:relative;}
.Floor002530 li{ float:left; width:32.34375%; margin-bottom:1.484375%;}
.Floor002530 li figure.Ispic{ padding-bottom:100%;}
.Floor002530 li:nth-child(2) figure.Ispic,
.Floor002530 li:nth-child(4) figure.Ispic,
.Floor002530 li:nth-child(6) figure.Ispic{ padding-bottom:50%;}
@media(min-width:641px){
.Floor002530 li:nth-child(2),
.Floor002530 li:nth-child(5){ position:absolute; left:33.828125%;}
.Floor002530 li:nth-child(2){ top:0;}
.Floor002530 li:nth-child(5){ bottom:0;}
}
.Floor002530 li:nth-child(3),
.Floor002530 li:nth-child(6){ float:right;}
.Floor002530 li:nth-child(4){ clear:left;}
.Floor002530 li a{ display:block; position:relative;}
.Floor002530 li .hover,
.Floor002530 li .hover > *{ position:absolute; left:0;width:100%;}
.Floor002530 li .hover,
.Floor002530 li .hover .Ispic{  top:0; height:100%;}
.Floor002530 li .hover{ z-index:10; opacity:0;}
.Floor002530 li a:hover .hover{ opacity:1; transition:0.3s;}
.Floor002530 li .hover .Ispic{ z-index:1; box-shadow:5px 0 10px rgba(0,0,0,0.33); transition:transform 0.3s;}
.Floor002530 li a:hover .hover .Ispic{ transform:scale(1.03);}
.Floor002530 li .txt{ color:#fff;  bottom:0; padding:3%; z-index:3;}
.Floor002530 li .txt p{ font-size:25px; margin:0;}
.Floor002530 li .txt i{ width:30px; height:1px; background:#fff; margin:10px 0; display:block;}
@media(max-width:1024px) and (min-width:641px){
.Floor002530 li .txt p{ font-size:18px;}
}
@media(max-width:640px){
.Floor002530 li{ width:49.5%;}
.Floor002530 li:nth-child(2){ margin-left:1%;}
.Floor002530 li:nth-child(5),
.Floor002530 li:nth-child(6){ width:100%;}
}
@media(max-width:480px){
.Floor002530 li:nth-child(1) p,
.Floor002530 li:nth-child(2) p,
.Floor002530 li:nth-child(3) p,
.Floor002530 li:nth-child(4) p{ font-size:16px;}
.Floor002530 li:nth-child(1) span,
.Floor002530 li:nth-child(2) span,
.Floor002530 li:nth-child(3) span,
.Floor002530 li:nth-child(4) span{ font-size:12px;}
}
/*
 .PicList001267 为demo编号
 */
.PicList001267{ padding-top:1%;}
.PicList001267 li{ float:left; ; margin-bottom:2%; width:100%; background:#f8f8f8; padding:22px;}
.PicList001267 li:nth-child(2n){ margin-right:0;}
.PicList001267 li div{ position:relative; padding:2% 2% 0 250px;font-size:14px; height:150px;}
.PicList001267 li .Ispic{ position:absolute; left:0; top:0; height:100%;width:210px; background-size:auto 100%; background-color:#edebec; }
.PicList001267 li h5{ margin:0; font-size:16px;font-weight: normal;}
.PicList001267 li p{ color:#888; line-height:24px; overflow:hidden; height:48px;}
.PicList001267 li time{ color:#999; padding-left:20px;font-size:12px; background:url(../images/PicList001267-time.jpg) no-repeat left center;}
@media(max-width:768px){
.PicList001267 li{ float:none; width:auto; margin-right:0;}
}
@media(max-width:375px){
.PicList001267 li div{ padding:0; height:auto;}
.PicList001267 li .Ispic{ position:static; width:auto; height:auto; display:block; padding-bottom:50%; margin-bottom:2%;}
}

.tit123{text-align: center;margin-top:2%;margin-bottom:3%;}
.tit123 .cn{color:#333;font-size:26px;font-weight: bold;}
.tit123 .en{font-size:24px;color:#000;font-weight: bold;text-transform: uppercase;opacity: .1}


/*Menu002136 */
.Menu002136{ padding:1% 0 2.5%;}
.Menu002136 .auto{ border-bottom:1px solid #e1e1e1; text-align:center;}
.Menu002136 ul{ display:inline-block; padding-bottom:2%;}
.Menu002136 li{ float:left; position:relative; margin-bottom:2px;margin:0 14px;}
/* .Menu002136 li:after{ position:absolute; content:''; width:1px; height:60%; top:20%; background:#ccc; right:-15px;} */
.Menu002136 li.end:after{ display:none;}
.Menu002136 li a{ display:block; padding:0 33px;border-radius:50px; line-height:38px; position:relative; z-index:1;background-color:#eee}
.Menu002136 li a:hover{ background:#005ca2;  color:#fff;}
.Menu002136 li.aon a{ background:#005ca2;  color:#fff; border-radius:50px;}
@media(max-width:768px){
.Menu002136 ul{ display:block;}
.Menu002136 li a{ padding:0;}
}
@media(max-width:768px) and (min-width:415px){
.Menu002136 li{ width:25%;}
.Menu002136 li:nth-child(4n):after{ display:none;}
}
@media(max-width:414px){
.Menu002136 li{ width:33.3333333%;}
.Menu002136 li:nth-child(3n):after{ display:none;}
}

/*
 .TextList001652 为demo编号
 */
.TextList001652{margin-bottom:2%;}
.TextList001652 .list_ul,
.TextList001652 .job_ol{ overflow:hidden; clear:both;}
.TextList001652 .job_ol li,
.TextList001652 .list_ul li{ list-style:none; float:left; width:20%; text-align:center;}
.TextList001652 .job_ol li{ background-color:#005ca2; color:#fff; line-height:3em;}
.TextList001652 .list{ border-bottom:1px solid #ebebeb;}
.TextList001652 .job_info{ display:none;}
.TextList001652 .list_ul{ cursor:pointer;font-size:12px;}
.TextList001652 .list_ul li{ padding:12px 0;font-size:15px;}
.TextList001652 .list:nth-child(2n+1){background:#f6f6f6;}
.TextList001652 .list_ul li:nth-child(5) a{ border:1px solid #ededed; border-radius:5px; display:inline-block; padding:0 7%; line-height:1.8em;}
.TextList001652 .list_ul li:nth-child(5) a:hover{  background-color:#005ca2;color:#fff;}
.TextList001652 .job_info{padding:2% 5% 2%;}
@media(max-width:640px){
.TextList001652 .job_ol li,
.TextList001652 .list_ul li{width:25%;}
.TextList001652 .job_ol li:nth-child(4),
.TextList001652 .list_ul li:nth-child(4){ display:none;}
}


.sztop{text-align: center;background:#f9f9f9;padding:3% 0;margin-bottom:4%;}
.sztop .p1{font-size:24px;color:#333;}
.sztop .more{text-decoration: underline;}

.szcon{border-top:1px dashed #ddd;padding-top:3%;margin-bottom:3%;}
.szcon .t1{font-size:23px;font-weight: normal;color:#005CA2;margin-top:0;}
.szcon .word .t1{margin-bottom:24px;}
.szcon .word p span{display: block;}
.szcon .pic{text-align: center;}

.szcon2{}
.szcon2 .word{width:50%;float:left;}
.szcon2 .word p{margin:5px 0;}
.szcon2 .word .p1{margin-top:21px;}
.szcon2 .word p span{display: block;}
/*.szcon2 .word p span:before{content:'';width:5px;height:5px;background:#005CA2;display: block;float:left;border-radius: 15px;margin-top:14px;margin-right:6px;}*/
.szcon2 .pic{width:50%;float:right;text-align: right}

.szcon3{}
.szcon3 .word{width:50%;float:right;}
.szcon3 .word p{margin:5px 0;}
.szcon .t1 span,
.szcon2 .t1 span,
.szcon3 .t1 span{ vertical-align: middle;  margin-right: 5px; background: url(../images/num-bg.png) no-repeat center center; background-size: contain; color: #fff; text-align: center; line-height:30px;height: 30px; width: 30px; display: inline-block !important; font-size: 12px; margin-right:5px; font-weight: bold}



.szcon3 .word .p1{margin-top:21px;}
.szcon3 .word p span{display: block;}
.szcon3 .pic{width:50%;float:left;text-align: left}


/*
 .TextList001202 为demo编号
 */
.TextList001202{padding-top:1%;padding-bottom:3%;}
.TextList001202 h1{ margin:0; font-weight:normal; padding:3% 0; font-size:24px; color:#333;}
.TextList001202 h1 b{ display:block;}
.TextList001202 li{padding-bottom:10px;}
.TextList001202 dl{ position:relative; padding-left:53px;}
.TextList001202 dl dt,
.TextList001202 dl dd{ border:1px solid #e3e7e6;}
.TextList001202 dl dt{ position:absolute; width:50px; left:0; top:0; color:#005CA2; text-align:center; font-size:24px;}
.TextList001202 dl.Q dt,
.TextList001202 dl.Q dd,
.TextList001202 dl.A dt{ height:50px; line-height:50px;}
.TextList001202 dl.A dd{ padding:2.5%; line-height:30px; font-size:16px;}
.TextList001202 dl.Q dd{ padding:0 2%;}
.TextList001202 li figure{ padding-top:2%;}
.TextList001202 li figure a{ display:inline-block; padding:0 20px; line-height:25px;color:#fff; background-color:#0088d2;}
.TextList001202 dl.A{ display:none; padding-top:10px;}
.TextList001202 dl.A dt{ top:10px;}
.TextList001202 dl.A p{ margin:0;}
.TextList001202 dl.Q_on dt{ color:#fff; background-color:#005CA2;}
.TextList001202 dl.Q_on dd{background-color:#f4faff;}
@media(max-width:480px){
.TextList001202 dl.Q dt,
.TextList001202 dl.Q dd,
.TextList001202 dl.A dt{ height:40px; line-height:40px;}
.TextList001202 h1,
.TextList001202 dl dt{font-size:20px;}
.TextList001202 dl.A p{ max-height:66px; overflow:hidden;}
}






.Job_search .item_list{position: relative; width: 100%; height: auto; overflow: hidden; margin-bottom: 30px;}
.Job_search .item_list .tit{ margin-bottom: 10px;}
.Job_search .item_list .item{ width: 29.9%; margin-right: 1.8%; float: left}
.Job_search .item_list .item:nth-child(3n){  margin-right:0}
.Job_search .item_list .item select{ width: 100%;height: 40px; line-height: 40px; border: 1px solid #d9d9d9; padding: 0 10px}
.Job_search .item_list .item .search { position: relative}
.Job_search .item_list .item .search .text,.gwMc{ width: 100%;height: 40px; line-height: 40px; border: 1px solid #d9d9d9; padding: 0 10px}

.Job_search .item_list .btn{ position: absolute; right: 0; bottom: 0; width: 70px; height: 40px;border-radius: 2px; line-height: 42px; text-align: center; color: #fff; background: #d51516}





/*
 .PicList000762 为demo编号
 */
.PicList000762{ padding-top:2%;padding-bottom:3%;}
.PicList000762 li{ float:left; width:32.2%; margin-right:1.6%; margin-bottom:1.6%;overflow:hidden;}
.PicList000762 li:nth-child(3n){ margin-right:0;}
.PicList000762 li a{ display:block; transition:all ease-in-out 0.3s;position: relative;}
.PicList000762 li h2{ margin:0; font-size:18px;  color:#fff; text-align:left;width:100%; padding:6% 7%;position: absolute;bottom:0;background: linear-gradient(to bottom, rgba(30, 71, 108,0) 0%,rgb(25, 70, 109) 100%);}
.PicList000762 li figure{ background-position:center center; background-repeat:no-repeat; background-size:cover; padding-bottom:66%;transition:0.3s;}
.PicList000762 li a:hover figure{transform: scale(1.1);}
.PicList000762 li a:hover h2{}
@media(max-width:640px){
.PicList000762 li{width:49%;}
.PicList000762 li:nth-child(3n){ margin-right:2%;}
.PicList000762 li:nth-child(2n){ margin-right:0;}
}
@media(max-width:480px){
.PicList000762 li h2{font-size:14px;}
}
/*PicList002735 */
.PicList002735{padding-top:2%;background:#f9f9f9;}
.PicList002735 li{ margin-bottom: 2%; margin-top: 0%;overflow:hidden;background: #fff;}
.PicList002735 li a{display: block; transition: 0.3s;overflow:hidden;}
.PicList002735 li .Ispic{ background-size: contain;background-color: #fff;  padding-bottom: 65.241%;transition:0.3s;}
.PicList002735 li a:hover figure{transform: scale(1.1);}
.PicList002735 li a:hover h3{color:#005CA2;}
.PicList002735 li a:hover .more{color:#005CA2;}
.PicList002735 li .txt{padding: 15px 25px 35px 25px;}
.PicList002735 li .txt h3{font-size: 18px; color: #333;}
.PicList002735 li .txt time{display: block;color:#999;font-size:13px;}
.PicList002735 li .txt p{line-height: 1.6;color: #666;margin-bottom: 6px;}
.PicList002735 li .more{color:#333;font-weight: normal;}
.PicList002735 li .more:after{display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    border-right: 1px solid #555;
    border-top: 1px solid #555;
    vertical-align: middle;
    margin-left: 7px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transition: transform 0.3s;}
@media(min-width:481px){
.PicList002735 li{float: left;}
}
@media(min-width:769px){
.PicList002735 li{width: 31.6875%; }
.PicList002735 li:not(:nth-child(3n)){margin-right: 2.46875%;}
.PicList002735 li .txt p {margin-bottom:5px;line-height: 2;}
}
@media(min-width:481px) and (max-width:768px){
.PicList002735 li{width: 48%; }
.PicList002735 li:not(:nth-child(2n)){margin-right: 4%;}
}

.column_title h1{font-size: 22px;color: #333;text-align: center;margin:0;position: relative;}
.column_title h1 span{font-size: 32px;text-transform: uppercase;opacity: .1;position: absolute;left:50%;transform: translateX(-50%);top:-20px;}


.column_title2 h1{font-size: 24px;color: #333;text-align: center;margin:0;position: relative;}
.column_title2 h1 span{font-size: 24px;text-transform: uppercase;opacity: .1;font-weight: bold;display: block;}
.RighInfo002233 h1,.RighInfo002233 .column_title2 h1 span{text-align:left;}
.RighInfo002233 .column_title2 {padding-bottom:1%;}

/*
 .RighInfo002803 为demo编号
 */
.RighInfo002803 { padding: 0 0 4%; }
.RighInfo002803  .picbox{ margin: 3% 0 5%;}

@media(max-width:1440px) {
.RighInfo002803 .auto { padding-left: 2%; padding-right: 2%; }
}
.RighInfo002803 .txtbox { text-justify: inter-ideograph; text-align: justify; word-wrap: break-word; clear: both; margin-bottom:2%; }
.RighInfo002803 .txtbox .word{margin-top: 2%;}
.RighInfo002803 .txtbox p{ font-size: 16px; line-height: 30px; color: #666666; margin: 0 0 15px;}
.RighInfo002803 .txtbox span .pic{ display: block;}

.RighInfo002803 .box{margin-top: 3%;}
.RighInfo002803 .box p{margin-top: 2%;font-size: 16px;line-height: 30px;}
.RighInfo002803 ul {padding-top: 3%;}
.RighInfo002803 li {float: left;width: 32%; text-align: center; position: relative;background: url(../images/RighInfo002803_bg.jpg) no-repeat center center;}
.RighInfo002803 li:nth-of-type(2){background: url(../images/RighInfo002803_bg2.jpg) no-repeat center center; }
.RighInfo002803 li:nth-of-type(3){background: url(../images/RighInfo002803_bg3.jpg) no-repeat center center; }
.RighInfo002803 li+li { margin-left: 2%; }
.RighInfo002803 li div { padding: 6% 0; margin: 0 auto; width: 80%; max-width: 280px; }
.RighInfo002803 li figure img { width: 50%; max-width: 100px; ; transition: 0.3s; }
.RighInfo002803 li h3 { font-size:18px; font-weight: normal; color: #666; margin: 0; margin-top: 15px; }
.RighInfo002803 li h3 span{ font-size:20px;color: #005ca2; font-weight:700;}
.RighInfo002803 li:hover figure img { transform: rotateY(180deg); }

@media(max-width:768px) {
.RighInfo002803 li h3 { font-size: 20px; margin-top: 10px; }
.RighInfo002803 li p { font-size: 16px; }
}

@media(max-width:480px) {
.RighInfo002803 li { width: 100%; float: none; margin-left: 0 !important; margin: 2% 0; }
}


.fwnl{background:#f4f5f5;padding:4% 0;}
.fwnl .word{/*float:right;width:42%;*/padding-top:2%;}
.fwnl .word .column_title2{margin-bottom:2%;}
.fwnl .word .column_title2 h1{text-align: center}
.fwnl .word p{font-size:16px;line-height: 33px;color:#666;}
.fwnl .pic{/*float:left;width:50%;*/}

.fwcn{padding:4% 0 5%;}
.fwcn .word{/*float:left;width:42%;*/padding: 1% 0 3%;}
.fwcn .word .column_title2{margin-bottom:2%;}
.fwcn .word .column_title2 h1{text-align: center}
.fwcn .word p{font-size:16px;line-height: 33px;color:#666; text-align:center}
.fwcn .pic{/*float:right;width:50%;*/padding-top:2%;}
.fwcn .pic dl dd{float:left;width:33.3%;text-align: center;}
.fwcn .pic dl dd p{font-size:16px;color:#666;}
.fwcn .pic dl dd p span{font-weight: bold;color:#005ca2;font-size:20px;}

@media(max-width:480px) {
.fwcn .pic dl dd{float:left;width:50%;text-align: center;margin-bottom: 30px;}
.fwcn .pic dl dd:last-child{width:100%;}
.fwcn .pic dl dd p{ font-size:14px;}
}






/*Other002648 */
.Other002648 .float-fixed{position:fixed;right:0;top:50%;/* height:100%; */width:50px;z-index:120;/* border-left:1px solid #f1f1f1; background-color:#fff;*/}
.Other002648 .ul_icon{width:100%; }
.Other002648 .ul_icon li{  position:relative;margin-bottom: 1px;background: #0971ca;}
.Other002648 .ul_icon li figure{ display:none; width:105px; border:1px solid #f1f1f1; margin-right:1px;background:#fff; padding:5px; position:absolute; right:100%; bottom:0; }
.Other002648 .ul_icon li > a{ display:block; /*padding:25px 0;*/ transition:0.3s;color: #fff;line-height: 50px;text-align: center;}
.Other002648 .ul_icon li > a::before{ display:block; content:''; width:50px; height:50px; margin:0 auto; background: url(../images/wx.png) no-repeat center center; transition:0.3s;}
.Other002648 .ul_icon li.li_qq > a::before{ background-position:0 -20px;}
.Other002648 .ul_icon li.li_tel > a::before{ background-position:0 -40px;}
.Other002648 .ul_icon li.li_email > a::before{ background: url(../images/Other002638_icon.png) no-repeat center center}
.Other002648 .ul_icon li.li_map > a::before{ background-position:0 -80px;}
.Other002648 .ul_icon li.li_gettop > a::before{ background:none; width:0; height:0; /*border:7px solid transparent; border-bottom-color:#0598aa; border-top:0;*/}
.Other002648 .ul_icon li > a:hover{ background-color:#d61518;}

.Other002648 .pop-up{ display:none; position:fixed; z-index:150; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.8);}
.Other002648 .pop-up .ycenter{ height:100%;}
.Other002648 .pop-up .main{ position:relative; width:90%; margin:0 auto; max-width:600px; background:#fff; border:5px solid #0971ca; border-radius:10px; padding:2%;}
.Other002648 .pop-up .close{ position:absolute; width:30px; height:30px; right:-15px; top:-15px; border-radius:50%; background:#0971ca; cursor:pointer;}
.Other002648 .pop-up .close::before,
.Other002648 .pop-up .close::after{ position:absolute; content:''; left:20%; top:50%; width:60%; height:3px; background:#fff; margin-top:-1px;transform:rotate(-45deg);}
.Other002648 .pop-up .close::before{ transform:rotate(45deg);}
.Other002648 .pop-up#form td{ padding-top:4%; vertical-align:top;}
.Other002648 .pop-up#form td.f-name{ text-align:right; width:90px; line-height:32px;}
.Other002648 .pop-up#form td .text{ width:100%; line-height:32px; height:32px; border:1px solid #eee; border-radius:3px; padding:0 5px;}
.Other002648 .pop-up#form td .btn{ width:40%; margin-right:3%; height:40px; cursor:pointer; border:none; border-radius:3px;color:#fff; background:#0971ca; max-width:120px;}
.Other002648 .pop-up#form td .btn_reset{ background:#999;}
.Other002648 .pop-up#form td textarea.text{ height:90px;}
.Other002648 .pop-up#form p{ margin:0; text-align:center; color:#0971ca;}
.Other002648 .pop-up#map .main{ padding:15px;}
.Other002648 .pop-up .map{ height:300px;}
@media(max-width:1024px){
.Other002648 .float-fixed{ height:auto; bottom:22%; top:auto;}
.Other002648 .ul_icon li.li_gettop{ display:block;}
}






/*RighInfo002581 */
.RighInfo002581{ padding-top:3%; }
.RighInfo002581 .box3{ width: 100%; display: block; margin-bottom: 5%}
.RighInfo002581 .box,
.RighInfo002581 .box2{ padding-bottom:3%}
.RighInfo002581 .box p{margin: 30px 0;color: #666; font-size: 16px; line-height: 30px;text-align: center; }
.RighInfo002581 .box dl dd{border: 1px rgba(0,92,162,0.15) solid;margin-bottom:1.5%;text-align:center;}
.RighInfo002581 .box dl p{margin: 0;font-size:20px;color:#333;width: 14%;text-align:center;}
.RighInfo002581 .box dl p .pic{text-align:center;}

.RighInfo002581 .box dl dd h3{font-size: 24px;color:#005ca2;text-align:center;margin: 0 0 30px;}
.RighInfo002581 .box dl dd:nth-of-type(2) li{ float:left; width:48%; margin-right:4%;}
.RighInfo002581 .box dl dd:nth-of-type(2) li:last-child{ margin-right:0;}
.RighInfo002581 .box dl dd:nth-of-type(2) li span{ display:block;font-size:18px; color:#fff; background:#005ca2; padding:15px 20px; border-radius:40px;}
.RighInfo002581 .box dl dd:nth-of-type(3) .txt span{ display:block; width:16.66%; float:left; font-size:18px; color:#666;}
.RighInfo002581 .box dl dd:nth-of-type(3) .txt span i{display:inline-block;width:58px;height:58px;border:1px #005ca2 solid;padding: 14px;border-radius:50%;margin-right: 10px;}
.RighInfo002581 .box dl dd figure,
.RighInfo002581 .box dl dd:nth-of-type(3) aside,
.RighInfo002581 .box dl dd:nth-of-type(2) ul{background:rgba(0,92,162,0.05);padding: 40px;}

.RighInfo002581 .box2{padding-bottom:5%;}
.RighInfo002581 .box2 ul{ margin:0 -1.5%;margin-top:60px; }
.RighInfo002581 .box2 li{float: left;width: 17%;margin: 0 1.5%;background:#f8f8f8;position: relative;}
.RighInfo002581 .box2 li .ico{width:95px;height:95px;border-radius:50px;margin:0 auto;padding:18px; text-align: center;background:#0971ca;margin-top:-50px;}
.RighInfo002581 .box2 li .ico img{text-align: center;}
.RighInfo002581 .box2 li h3{line-height: 24px;text-align: center;padding: 18px 20px 0;margin: 2% 0;color: #333;font-size: 20px;}
.RighInfo002581 .box2 .txt p{ color: #666; font-size: 16px;text-align: center; line-height: 30px;margin:1vw 0 2vw 0;}
.RighInfo002581 .box2 li p{margin: 0;padding: 15px;min-height: 232px;}
.RighInfo002581 .box2 li p span{ display: block; padding-left: 20px; padding-bottom: 10px; position: relative; font-size: 15px; line-height: 28px}
.RighInfo002581 .box2 li p span:after{ content: ''; background: #d61518; width: 5px; height: 5px; border-radius: 3px; position: absolute; left: 0; top: 12px; display: block;}
.RighInfo002581 .box2 li .num{color:rgba(40,40,40,0.03);position: absolute;right:0;bottom:0;font-size:118px;font-weight: bold;font-family: "DINCond-Bold";}

.fwtx{padding:4% 0;background:#f7f7f7;}
.fwtx img{width:100%!important;height:auto !important;}
.fwtx .pipp{ text-align:center}
.fwtx .word{float:left;width:45%;}
.fwtx .word .column_title2 h1{text-align: left;margin-bottom:30px;}
.fwtx .p2{text-align: center;margin:1vw 0 2vw 0;}
.fwtx p{font-size:16px;line-height: 30px;color:#666;}
.fwtx .word .text{margin-bottom:9%;margin-top:31px;}
.fwtx .word .text h2{font-size:18px;}
.fwtx .word .text dl dd{width:50%;float:left; text-align: left;}
.fwtx .word .text dl dd p{font-size:16px;color:#005ca2;font-weight: bold;margin-top:5px;}
.fwtx .word .text dl dd span{background:#005ca2;color:#fff;border-radius: 50px;padding:6px 10%;font-size:15px;}
.fwtx .word .text2{margin-top:11%;}
.fwtx .word .text2 h2{font-size:18px;}
.fwtx .word .text2 .p1{font-size:16px;color:#005ca2;font-weight: bold;margin-top:5px;}
.fwtx .word .text2 .txt{margin-top:4%;}
.fwtx .word .text2 .txt span{display: block;
    width: 33.3%;
    float: left;
    font-size: 16px;margin-bottom:4%;
    color: #666;}
.fwtx .word .text2 .txt span i{display: inline-block;
    width: 58px;
    height: 58px;
    border: 1px #005ca2 solid;
    padding: 14px;
    border-radius: 50%;
    margin-right: 10px;}
.fwtx .pic{float:right;width:50%;}
.fwtx .pic h2{font-size: 18px; margin-bottom: 30px;}

@media(max-width:768px){
.RighInfo002581 .box2 li{float: left;width: 47%; margin-bottom:70px}
}
@media(max-width:375px){
.RighInfo002581 .box2 li{width: 100%; margin-bottom:70px}
}



/*PicList002925 */
@font-face {
font-family: 'bebas-neue';
src: url("https://work.gzwhir.com:51932/Build/Content/Resoures/whirfonts/bebas-neue.woff") format("woff");
font-display: swap;
}
.PicList002925{background: #f5f5f5;padding: 3.125vw 0 0;overflow: hidden;}
.PicList002925 .auto{max-width: 1400px;}
.PicList002925 .title{margin-bottom: 2.5vw; text-align: center;}
.PicList002925 .title .cn{font-size: 30px;color: #a52d33; padding-bottom: 10px;font-weight: bold;}
.PicList002925 .title .en{font-family: 'bebas-neue';color: #d2d2d2; letter-spacing: 2px;}
@media(max-width:768px){
.PicList002925 .title{padding-bottom: 6vw;}
}
@media(max-width:640px){
.PicList002925 .title .cn{font-size: 6vw;}
}

.PicList002925 .list{padding: 0 3.4375vw;}
.PicList002925 .list ul{margin: 0 -2vw;}
.PicList002925 li{float: left; text-align: center;position: relative;background: url("../images/PicList002925_taibg.png") repeat-x top 70% left;}
.PicList002925 li a{display: block;position: relative; z-index: 3;}
.PicList002925 li .pic{padding-bottom: 1.98vw;}
.PicList002925 li .Ispic{padding-bottom: 55%;background-size: contain;}
.PicList002925 li .tit{margin-top: 1.303vw; margin-bottom: 2.08vw; padding: 0 5%;}
.PicList002925 li .tit aside{font-size: 16px; line-height: 1.25em;height: 2.5em;}
@media(min-width:769px){
.PicList002925 li{width:20%;}
.PicList002925 li:first-child:before,
.PicList002925 li:nth-child(5n+1):before{position: absolute; top:0;content: ''; height: 100%;background: url("../images/PicList002925_taibg_l.png") no-repeat left top 70% #f5f5f5; width:7.4375vw;left: -2vw;}
.PicList002925 li:last-child:before,
.PicList002925 li:nth-child(5n):before{position: absolute; top:0;content: ''; height: 100%;background: url("../images/PicList002925_taibg_r.png") no-repeat right top 70% #f5f5f5; width:7.4375vw;right: -2vw;}
}
@media(max-width:768px){
.PicList002925 .list{padding: 0 6vw;}
.PicList002925 li{width:50%;}
.PicList002925 li .pic{padding-bottom: 7vw;}
.PicList002925 li .tit{margin-bottom: 5vw;}
.PicList002925 li:first-child:before,.PicList002925 li:last-child:before,
.PicList002925 li:nth-child(2n+1):before{position: absolute; top:0;content: ''; height: 100%;background: url("../images/PicList002925_taibg_l.png") no-repeat left top 70% #f4f5f5; width:7.4375vw;left: -3vw;}
.PicList002925 li:last-child:after,
.PicList002925 li:nth-child(2n):before{position: absolute; top:0;content: ''; height: 100%;background: url("../images/PicList002925_taibg_r.png") no-repeat right top 70% #f4f5f5; width:7.4375vw;right: -3vw;}
.PicList002925 li .tit aside{font-size: 3vw;}

}










/*Bottom002743 */
.Bottom002743{ color: #888; padding-top:3%;border-top:1px solid #eee;/*position: relative; z-index: 10;background: #fff;*/}
.Bottom002743 .auto{ max-width:1440px;}
.Bottom002743 a{color: #999;font-size: 14px;}
.Bottom002743 a:hover{color: #0970ca;}
.Bottom002743 .copyright{background: #fff;line-height: 24px;padding: 36px 0;color: #888;}
.Bottom002743 .copyright a{color: #888;}
.Bottom002743 .copyright a:hover{color: #0970ca;}
.Bottom002743 .copyright a:not(:last-child):after{display: inline-block;content: '';width: 1px;height: 15px;background: #888;vertical-align: middle;margin: 0 5px;}
.Bottom002743 .copyright a.bah:after{ display:none;}

.Bottom002743 .links{margin: 2.5% 0 0;border-bottom: 1px solid #ddd;position: relative;line-height: 24px;}
.Bottom002743 .links div{padding:20px 0;}
.Bottom002743 .links h2{border-bottom:1px solid #ddd;}
.Bottom002743 .links h2 span{display:inline-block;padding:3px 10px;background:#0970ca;color:#fff;font-size:14px;font-weight:normal;}
.Bottom002743 .links a{display:block;width:25%;float:left;}
.Bottom002743 .links a:not(:last-child):after{display: inline-block; content: ''; width: 1px; height: 13px; background: rgba(255,255,255,0.07);vertical-align: middle; margin: 0 13px;}

/* .Bottom002743 .bshare{ overflow:hidden;} */
.Bottom002743 .bshare a{display:block;float:left;padding:0;width:40px;height:40px;border-radius:50%;background-image: url(../images/toutiao.png);background-color: #666;background-position: 0 0;background-repeat:no-repeat;transition:.3s; position: relative; overflow: inherit;}
.Bottom002743 .bshare a:hover{ opacity:1;background-color:#333;transition:.3s}
.Bottom002743 .bshare a:not(:last-child){ margin-right:10px;}
.Bottom002743 .bshare a.tel{ background-image:url(../images/tel.png);}
.Bottom002743 .bshare a.email{ background-image:url(../images/email.png);}
.Bottom002743 .bshare a.bshare-weixin{ background-image:url(../images/weixin.png);}
.Bottom002743 .bshare a.bshare-sinaminiblog{ background-image:url(../images/sinaminiblog.png);}
.Bottom002743 .bshare a.zhihu{background-image:url(../images/zhihu.png)}
.Bottom002743 .bshare a .qr-code {position: absolute; bottom: 120%; left: 50%; margin-left: -50px; width: 100px; max-width: none; border: 1px solid #ccc; display: none;}
.Bottom002743 .bshare a:hover .qr-code {display: block;}
/*.Bottom002705 .bshare a.toutiao{ background: url(../images/toutiao.png)}*/

.Bottom002743 nav dl dt{font-size: 18px;color: #fff;padding-bottom: 22px;}
.Bottom002743 .contact .code{ float:right; margin-top:25px;text-align:center;width:93px;}
.Bottom002743 .contact .code p{ margin:5px 0 0;}

.Bottom002743 nav dl dt a{color: #333; font-size:18px;}
.Bottom002743 nav{float: left;width: 70%;max-width:945px;}
.Bottom002743 nav dl{float: left; max-width: 180px;}
.Bottom002743 nav dd{line-height: 14px;padding-bottom:18px;}
.Bottom002743 nav .code{text-align: center;}
.Bottom002743 nav .code img{max-width: 121px;}
@media(min-width:769px){
.Bottom002743 .contact{float: right;}
.Bottom002743 .copyright aside{float: right;}
}
@media(max-width:768px){
.Bottom002743 .links{padding: 35px 0 35px 18px;}
.Bottom002743 .links span{position: inherit; display: block;}
.Bottom002743 .links a{ width:49%;font-size:12px;}
.Bottom002743 .contact .code{ margin-top:20px; text-align:center; float:none}
.Bottom002743{padding-top: 5%;}
.Bottom002743 nav{display: none;}
.Bottom002743 .contact{display: table; margin: 0 auto;}
.Bottom002743 .links{margin: 30px 0; }
.Bottom002743 .contact .name,
.Bottom002743 .copyright{text-align: center;padding-top:0}
}







/*
 .RighInfo002228 为demo编号
 */
.RighInfo002228{ padding:5% 2% 3% 0;}
.RighInfo002228 *{font-family: "Microsoft YaHei"!important;}
.RighInfo002228 .single-header{ text-align:center;}
.RighInfo002228 .single-header h1{color:#333;font-size:24px;padding: 0 0 15px 0; margin-bottom:2%;border-bottom: 1px solid #f3eee9;font-weight: bold;}
.RighInfo002228 .single-header span{ padding:0px 30px; }
.RighInfo002228 .single-content{text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; overflow:hidden; font-size:16px; line-height:30px; color:#555; padding-top:4%;}
.RighInfo002228 .single-content p{margin:0; padding:10px 0;}
.RighInfo002228 .single-content .no-textindent{ text-indent:0;text-align: center;}
.RighInfo002228 .single-content .no-textindent .pic{width: 28%;}
.RighInfo002228 .fr{ float:none;}
.RighInfo002228 .col2+.col2{ margin-top:10px;}
.RighInfo002228 .info_back{ text-align:center; clear:both; padding:50px 0 20px 0;}
.RighInfo002228 .info_back a{ color:#999; font-size:14px;}

.RighInfo002228 .info_back .goback{ background:#305594; padding:8px 18px; color:#fff; border-radius:6px;}
.RighInfo002228 .info_back dl{ width:40%;}
.RighInfo002228 .info_back  dl a:hover{color:#305594;}
.RighInfo002228 .info_back .prepage{ float:left;}
.RighInfo002228 .info_back .nextpage{ float:right;}
.RighInfo002228 .info_fl{ width: 74.64%; float: left;  background: #fff;      box-shadow: 0 0 20px #eee;  padding: 2% 5% 3%;border: 1px solid #ddd;}
.RighInfo002228 .info_fr{ width: 23%; float: right; position: relative;}
.RighInfo002228 .info_fr dl{ margin-bottom: 30px; background: #fff;  padding: 30px 30px 40px; box-shadow: 0 0 20px #eee;border: 1px solid #ddd;}
.RighInfo002228 .info_fr dt{font-size: 16px; line-height: 22px; color: #333; padding-bottom: 14px; font-weight: bold;}
.RighInfo002228 .info_fr dd a{ display: block; font-size: 14px; line-height: 24px; color: #666; position: relative; padding-left: 10px; margin-bottom: 10px; transition: .2s; -webkit-transition: .2s;}
.RighInfo002228 .info_fr dd a::after{ position: absolute; left: 0; top: 11px; width: 3px; height: 3px; background: #ccc; content: ""; border-radius: 50%;}


@media(max-width:768px){
.RighInfo002228 .single-content img{width:auto !important;height:auto !important;}
.RighInfo002228 .info_back .goback {position: absolute;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);bottom: 10px;}
.RighInfo002228 .info_back .prepage,
.RighInfo002228 .info_back .nextpage {float: none;width: 100%;line-height: 1.8;}
.RighInfo002228 .info_back {padding: 50px 2% 56px 2%;position: relative;text-align: left;}
.RighInfo002228 .info_fl,
.RighInfo002228 .info_fr{ width: 100%; float: none; margin-bottom: 5%;}
}







/*
 .搜索 为demo编号
 */
.TextList000746{ padding:3% 0 3%}
.TextList000746  .auto{     background: #fff;}
.TextList000746 li{border-bottom: #f0f0f0 1px dashed; line-height:27px; padding:10px 0;}
.TextList000746 li a{ padding-left:20px; background:url(../images/TextList000746-icon.jpg) no-repeat 5px center;}
.TextList000746 li a:hover{ color:#2F6291;}
.TextList000746 li time{ float:right; color:#999; font-size:12px; margin-left:10px;}


.RighInfo002924{padding:3vw 0;}
.RighInfo002924 .auto{max-width: 1440px;}
.RighInfo002924 .title{margin-bottom:1vw;font-size:20px;color: #333;font-weight: bold;}
.RighInfo002924 .box-1 .info .inner .more{ display:inline-block; margin-top:40px; background:#0970ca; color:#fff; border:1px #fff solid; padding:8px 20px; width:160px; text-align:center; line-height:28px;font-size:15px; border-radius: 5px;}
.RighInfo002924 .box-1 .info .inner .more:hover{  color:#0970ca; background:#fff; border:1px #0970ca solid;}
.RighInfo002924 .box-1 time{border-left:1px solid #dadada; padding-left:22px;display: block; margin-bottom:3%;color:#0970ca;font-size: 18px; font-family: 'DIN-Medium';}
.RighInfo002924 .box-1 time span{display: block;font-size: 2em;}

.RighInfo002924 .box-1{background: #f7f7f7; padding:3% 4.5%; }
.RighInfo002924 .box-1 .intro{font-size:14px;color: #666; line-height:24px; max-height: 48px;overflow: hidden;}
.RighInfo002924 .box-1 .img{width:31%;}
.RighInfo002924 .box-1 .img img{display: block; width: 100%;}
@media(min-width:641px){
.RighInfo002924 .box-1 .pic{width: 50%;}
.RighInfo002924 .box-1 .info .inner{margin: 0 0% 0 8%;}
}
@media(max-width:640px){
.RighInfo002924 .box-1{margin-bottom: 3vw;}
.RighInfo002924 .box-1 .ytable,
.RighInfo002924 .box-1 .ytable-cell{display: block;}
.RighInfo002924 .box-1 .img{ margin:0 auto;}
.RighInfo002924 .box-1 .info{padding: 4vw 0;}
.RighInfo002924 .box-1 .img {width: auto;}
.RighInfo002924 .title {font-size: 18px;}
.RighInfo002924 .box-1 time span {font-size: 30px;}
}
@media(max-width:480px){
.RighInfo002924 .box-1 .info{padding: 4vw 4vw 4vw 0 }
.RighInfo002924 .box-1 .intro{font-size: 14px;line-height: 1.6em;}
}



.float-l {float: left;}
.float-r {float: right;}
@media (max-width: 1024px){
.float-l,
.float-r {float: none;}
.kjblb .w75 {width: 100% !important;}
}


/*Floor002873 */
.Floor002873{padding:0 0 3vw;}

/*slick Basic*/
.Floor002873 .slick-slider { position:relative;display: block;-webkit-touch-callout: none;-ms-touch-action: pan-y; touch-action: pan-y;-webkit-tap-highlight-color: transparent}
.Floor002873 .slick-list { position: relative; z-index: 1;display: block; overflow: hidden;}
.Floor002873 .slick-list:focus {outline: none}
.Floor002873 .slick-list.dragging {cursor: pointer;cursor: hand;}
.Floor002873 .slick-slider .slick-track,
.Floor002873 .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0)}
.Floor002873 .slick-track {position: relative; top: 0; left: 0; display: block;}
.Floor002873 .slick-track:before,
.Floor002873 .slick-track:after{display: table; content: '';}
.Floor002873 .slick-track:after{ clear: both;}
.Floor002873 .slick-loading .slick-track { visibility: hidden;}
.Floor002873 .slick-slide{ display: none; float: left;min-height: 1px;}
[dir = 'rtl'] .slick-slide {float: right;}
.Floor002873 .slick-slide .slick-loading img { display: none;}
.Floor002873 .slick-slide .dragging img { pointer-events: none;}
.Floor002873 .slick-initialized .slick-slide { display: block;}
.Floor002873 .slick-loading .slick-slide { visibility: hidden;}
.Floor002873 .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent;}
.Floor002873 .slick-arrow .slick-hidden { display: none;}
/*slick Basic End*/

.Floor002873 .auto{max-width: 1440px; width: 96%;}
.Floor002873 .slider{padding: 0 40px;}
.Floor002873 .slider li figure{overflow: hidden;padding: 0 6%;}
.Floor002873 .slider li figure div{padding-bottom:126%;background-size: contain;background-repeat: no-repeat;background-position: center;}
.Floor002873 .slider li:hover figure div{ transition: 0.3s; transform: scale(0.8);-webkit-transition: 0.3s; -webkit-transform: scale(1.03);}
.Floor002873 .slider li a{display: block;margin:10px; text-align: center;}
.Floor002873 .slider li h5{font-size: 12px;padding-top: 14px;color: #999;text-align: center;font-weight: normal;}
.Floor002873 .slider li .cn{font-size:15px;padding: 10px 0;color:#333;text-align: center; font-weight:bold}
.Floor002873 .slider li span{color: #0970ca;border: 1px solid #0970ca;border-radius: 5px;padding: 0 10px;display: inline-block; line-height:2;}
.Floor002873 .slider li:hover .cn{color:#0970ca;}
.Floor002873 .slider li:hover  span{color:#fff;background:#0970ca;}
.Floor002873 .slick-arrow{position: absolute;top:40%;height: 20%;background: #aaa;cursor: pointer;padding: 0;font-size: 0;border: 0;width: 38px;}
.Floor002873 .slick-arrow:before{position: absolute;width: 14px;height: 14px;border-right: 1px solid #fff;border-top: 1px solid #fff;transform: rotate(45deg);content: '';left: 50%;top: 50%;margin: -5px 0 0 -11px;}
.Floor002873 .slick-prev{left: 0;}
.Floor002873 .slick-prev:before{transform: rotate(-135deg);margin-left: -3px;}
.Floor002873 .slick-next{right: 0;}
@media(max-width:1024px){
.Floor002873{padding:2vw 0 0;}
}
@media(max-width:480px){
.Floor002873 .slider li a{text-align: center;}
}


.kjblb .w22{width:100%;}
.kjblb .w75{width:100%;}
.kjblb .title{font-size: 24px;color: #333;margin-bottom: 34px;padding-left: 20px;font-weight: bold;border-left: 4px solid #005ca2;line-height: 26px;}
.PicList000687{margin-top:60px;overflow: hidden;box-shadow:0 0 10px 2px #eee}
.PicList000687 .more{ text-align: center;width: 125px; line-height: 40px;color: #fff; background: #005ca2;display: block;}
.PicList000687 .more:hover{background: #005ca2;}
.PicList000687 .more:after{display: inline-block; content: '';background: url("../images/PicList000687_more.png") no-repeat; width: 25px; height: 6px; vertical-align: middle; margin-left: 5px;}
@media(max-width:480px){
.PicList000687 .more{line-height: 10vw;}
}

.PicList000687 .tit{font-size: 20px;color: #000; margin-bottom: 20px;}
.PicList000687  p{line-height:1.715em;color: #7d7d7d;height: 5.145em; margin-bottom: 2.03vw;}
@media(max-width:640px){
.PicList000687 .tit{font-size:4vw;}
.PicList000687  p{font-size:3.5vw;}
}
.PicList000687 .news-top{padding:0 2%;padding-bottom:2vw;background: #fff;border-bottom: 1px solid #e8e8e8;padding-top:2vw;}
.PicList000687 .news-top .info{/* border: 1px solid #eee; */border-left:none;background: #fff;}
.PicList000687 .news-top .slick-dots{ text-align: center;padding-top: 1.72vw;}
.PicList000687 .news-top .slick-dots li{display: inline-block;width: 20px;height:3px;margin: 0 5px;background-color: #d9d9d9;cursor: pointer;}
.PicList000687 .news-top .slick-dots li button{display: none;}
.PicList000687 .news-top .slick-dots li.slick-active{background:#005ca2;}
.PicList000687 .news-list .pic img,
.PicList000687 .news-top .pic img{display: none;}
.PicList000687 .news-top .pic .Ispic{display:block; padding-bottom:75.22%; width: 100%;}
.PicList000687 .news-list .pic .Ispic{display:block; padding-bottom:75.313%; width: 100%;}

@media(min-width:769px){
.PicList000687 .news-top .pic{width: 200px;}
  .PicList000687 .news-top .info .main{padding:0 1.5vw 0 0;}
  .PicList000687 .news-top li:first-child .info .main{padding:0 0 0  1.5vw;}
}

@media(max-width:1440px){
.kjblb{padding: 0;}
}
@media(max-width:768px){
.PicList000687 .news-top .pic .Ispic,
.PicList000687 .news-list .pic .Ispic{padding-bottom:60%;}
.PicList000687 .news-top .info .main{padding:3vw;}

}

.PicList000687 .news-list{background:#fff;padding:2vw 1.5vw;}
.PicList000687 .news-list li{background: #fff; margin-bottom: 1%;padding-bottom:1%;border-bottom:1px dashed #ddd;}
.PicList000687 .news-list li a:hover{box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.PicList000687 .news-list .main{padding:2vw; }
.PicList000687 .news-list .tit{margin-bottom: 5px;}
.PicList000687 .news-list li a:hover .tit{color:#005ca2;}
.PicList000687 .news-list time{color: #ccc;}
.PicList000687 .news-list .more{line-height: normal;color: #005ca2;background: none;width: auto; text-align: left;display: block;}
.PicList000687 .news-list .more:after{background-image: url("../images/PicList000687_more.gif");}
.PicList000687 .news-list p{height: 3.45em;margin-bottom: 1%;}
@media(min-width:769px){
.PicList000687 .news-list .pic{width: 200px;}
}
@media(max-width:768px){
.PicList000687 .news-list li{margin-bottom:4vw;}
.PicList000687 .news-list .main{padding:2vw;}
}

@media(max-width:768px){
.PicList000687 .news-top .pic{width:100%;}
.PicList000687 .news-top .ytable-cell,
.PicList000687 .news-top .ytable{display: block;}
.PicList000687 .news-list .ytable-cell,
.PicList000687 .news-list .ytable{display: block;}

}



/*TextList002855 */
.TextList002855{margin-top:10px;padding:18px;background-color:#f2f3f5;padding-top:2vw;}
.TextList002855 li{line-height:3.5625em;  border-top: 1px dotted #a8a8a8;}
.TextList002855 li time{float: right;color: #c8c8c8; margin-left: 15px;}
.TextList002855 li a{padding-left: 30px; background: url("../images/TextList002855_icon.png") no-repeat left center;}
.TextList002855 li:hover a{color:#005ca2;}
@media(max-width:1024px){
.TextList002855{padding:60px 2%;}
}
@media(min-width:481px){
 .TextList002855 li{font-size: 16px;}
}




.tjxxFalse{display: none;}

.honor-fixedbox{position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 200;background: rgba(0,0,0,0.5); display: none;}
.honor-fixedbox .close{position: absolute; right: -10px; top: -10px;width: 40px; height: 40px; border-radius: 50%;background: url("../images/Form002325-colseBtn.jpg") no-repeat center center #fff; cursor: pointer;}
.honor-fixedbox .ytable{height: 100%;}
.honor-fixedbox .main{width: 95%; max-width: 800px;background: #fff;border-radius: 10px;box-shadow: 0 0 10px rgba(0,0,0,0.5); padding: 15px; margin: 0 auto;position: relative;}
.honor-fixedbox .honor-load{overflow: auto; max-height: 70vh;}
.honor-fixedbox .honor-load .title{text-align: center; font-size: 20px;font-weight: bold;padding-bottom: 3%;}
.honor-fixedbox .honor-load .edit-page{line-height: 2em;}
@media(min-width:1025px){
.cur-prod.fixed{position: fixed; top: 0; z-index: 8;}
}
@media(max-width:1024px){

}

.cur-prod li{padding: 5px;position: relative;}
.cur-prod li a{ cursor: pointer;display: inline-block;padding: 5px;}
.cur-prod li.active a{color: #fff; border-radius: 4px;background: #005ca2;}
.cur-prod li.active:before{background: #005ca2;border: 0;}
@media(min-width:1025px){
.cur-prod li{border-left: 1px dashed #e5e5e5;}
.cur-prod li:before{content: ''; position: absolute; width: 8px; height: 8px; border-radius: 50%; border: 1px solid #e5e5e5; top: 50%; margin-top: -4px;background: #fff; left: -5px;}
}
@media(max-width:1024px){
    .cur-prod{display: none;}
}

/*.cur-prod-box{padding-bottom: 10vw;}*/
.cur-prod-box .box{border-radius: 5px; background-color: #f5f5f5;box-shadow: 0 0 5px rgba(0,0,0,0.2); margin-bottom: 20px;}
.cur-prod-box .box dl{padding:18px; overflow: hidden;}
.cur-prod-box .name{padding: 18px;padding-bottom:0;font-size: 18px;font-weight:bold;margin-bottom:-5px;}
.cur-prod-box .box dd{padding:5px 3% 5px 15px;background: url("../images/TextList002855_icon.png") no-repeat left center;}
@media(min-width:769px){
.cur-prod-box .box dd{float: left; width: 32%;}
.cur-prod-box .box dd:not(:nth-child(3n)){margin-right: 2%;}
}

.prod-info-nav{ border: 1px solid #eee; border-radius: 5px; overflow: hidden;}
.prod-info-nav ol{padding: 20px;background: #005ca2;color: #fff;font-size: 18px; font-weight: bold;}
.prod-info-nav ul{padding: 0  10px;}
.prod-info-nav li{padding: 10px 10px 10px 20px;background: url("../images/TextList002855_icon.png") no-repeat left 5px top 14px; }
.prod-info-nav li a.aon{color: #005ca2;}
@media(min-width:1025px){
.prod-info-nav ul{display: block!important;}
}
@media(max-width:1024px){
    .prod-info-nav ul{display: none;}
    .prod-info-nav ol{position: relative; z-index: 10;overflow: hidden;}
    .prod-info-nav ol span{position: absolute;right: 0; top: 0; transition: 0.3s; width: 40px; height: 100%;}
    .prod-info-nav ol span.active{transform: rotate(45deg);}
    .prod-info-nav ol span:before,
    .prod-info-nav ol span:after{position: absolute; content: ''; background: #fff; left: 50%; top: 50%; transform: translate(-50%,-50%);}
    .prod-info-nav ol span:before{width: 14px; height: 2px;}
    .prod-info-nav ol span:after{width: 2px; height: 14px;}
}


#NumFalse,#kefuFalse{display:none !important;}




/* .ywtz{padding: 4% 0;    background: #f4f5f5;} */
/* .ywtz .tz-ls{margin-top: 4%;} */
.ywtz .tz-ls li{float: left;width: 48%;margin-bottom: 3%;}
.ywtz .tz-ls li:nth-child(2n){float: right;}
.ywtz .tz-ls li:nth-child(2n+1){clear:both;}
.ywtz .tz-ls .ytable{table-layout: fixed;}
.ywtz .tz-ls .icon{vertical-align: top;width: 80px;}
.ywtz .tz-ls .txt{vertical-align: middle;padding-left: 4%;}
.ywtz .tz-ls .tit{font-size: 18px;line-height: 30px;max-height: 60px;margin: 0px 0 0px;}
.ywtz .tz-ls .intro{margin: 0;font-size: 16px;line-height: 1.5;-webkit-line-clamp:5;}

@media  (max-width: 768px){
  .ywtz .tz-ls .icon{width: 60px;}
  .ywtz .tz-ls li{width: 100%;}
  .ywtz .tz-ls .tit{margin-bottom: 0;}
  .ywtz .tz-ls .intro{-webkit-line-clamp:10;font-size:12px;margin-bottom:10px;}
}



.top .othBox .searLang .sear{cursor: pointer;display: inline-block; }
.top .othBox .searLang .sear .rad{width: 35px; background:url(../images/searI-fff.png) no-repeat center center #0970ca;border-radius: 50%}
.top .othBox .searLang .sear .searAbu{position: absolute;top: 212%;right:0;display: none;z-index: 111;}
.top .othBox .searLang .sear .searAbu input{  width: 250px;height: 40px;line-height:32px;border:1px solid #e9e9e9;padding: 0 10px;background: #fff;}
.top .othBox .searLang .sear .searAbu .Gosear{width: 18px;height: 18px;display: block;position: absolute;top: 50%;margin-top:-9px;right: 5px;background:url(../images/searI.png) no-repeat;}

.top .search {display: inline-block;position: relative;padding-right: 30px;border: 1px solid #ccc;width: 200px;vertical-align: middle;height: 35px;line-height: 33px;}
.top .wap-search {display: none;}
.top .search input {display: block;width: 100%;height: 100%;padding: 0 10px;}
.top .search input:-webkit-autofill,
.top .search input:-webkit-autofill:hover,
.top .search input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px white inset;
  -webkit-text-fill-color: #333;
}
.top .search .Gosear {width: 30px;height: 100%;position: absolute;right: 0;top: 0;background: url("../images/searOn.png") no-repeat center center;}
.top .othBox .searLang .sear .searAbu{width: 100vw;top: 100%;padding: 1% 2%;background:rgba(244,244,246,0.9);}
.top .othBox .searLang .sear .search-box{position: relative;padding: 0 0 0 20%;}
.top .othBox .searLang .sear .searAbu input{line-height: 60px;height: 60px;border: none;border-bottom: 1px solid #ccc;background: transparent;font-size: 18px;width: 100%;padding: 0 20px 0 0;}
.top .othBox .searLang .sear .searAbu .Gosear{background-image: url("../images/searOn.png")}
.top .othBox .searLang .sear .searAbu .clear-input {width: 20px; height: 20px; background: url(../images/clear.png) no-repeat;background-size: 100%; border-radius: 50%;top: 50%; margin-top: -11px; right: 32px; position: absolute; visibility: hidden;}

#TopKey::-webkit-search-cancel-button,
#SearchKeyword::-webkit-search-cancel-button {
  -webkit-appearance: none;
  position: relative;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: url("../images/clear.png") no-repeat center;
  background-size: 100% 100%;
  color:rgba(0,0,0,0);
  background-size: 20px;
}
#TopKey::-ms-clear,
#SearchKeyword::-ms-clear {
  appearance: none;
  position: relative;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: url("../images/clear.png") no-repeat center;
  background-size: 100% 100%;
  color:rgba(0,0,0,0);
  background-size: 20px;
}
@media  (min-width: 1281px){
  .top .othBox .searLang .sear .searAbu input{max-width: 600px;}
  .top .othBox .searLang .sear .searAbu .Gosear{position: relative;top: auto;right: auto;margin: auto;vertical-align: middle;display: inline-block;
  transform: translateX(-110%); -ms-transform: translateX(-110%); -webkit-transform: translateX(-110%);
  }
  .top .othBox .searLang .sear .searAbu .clear-input {position: absolute; position: relative; top: auto;  right: 30px; margin: auto; vertical-align: middle; display: inline-block; transform: translateX(-110%); -ms-transform: translateX(-110%); -webkit-transform: translateX(-110%);}
}
@media  (max-width: 1920px){
  .top .othBox .searLang .sear .search-box{padding: 0 0 0 27%;}
}
@media  (max-width: 1600px){
  .top .othBox .searLang .sear .search-box{padding: 0 0 0 31%;}
}

@media  (max-width: 1520px){
  .top .othBox .searLang .sear .search-box{padding: 0 0 0 20%;}
}
@media  (max-width: 1280px){
  .top .othBox .searLang .sear .search-box{padding: 0;}
}
@media  (max-width: 768px){
  .top .othBox .searLang .sear .searAbu input{font-size: 14px;line-height: 40px;height: 40px;}
  .top .othBox .searLang .sear .search {width: 140px;}
  .top .wap-search {clear: both;width: 100%;margin-bottom: 14px;display: block;}
}

.header .top {position: fixed;top: 0;left: 0;width: 100%;z-index: 10;background-color: #fff;}
.header.fixed .top {background-color: rgba(255,255,255,.8);}
@media (max-width: 1280px) {
  .header .top {position: relative;}
  .header.fixed .top {background-color: #fff;}
  .header .block {display: none;}
}

.PicList000687 .news-top li{margin-bottom: 3%;}
.PicList000687 .news-top li:last-child{margin-bottom: 0;}
.PicList000687 .more{display: none;}
@media (min-width: 769px) {
  .PicList000687 .news-top li:nth-child(n+2) .pic{float: right;width: 20.833%;}
  .PicList000687 .news-top li:nth-child(n+2) .info{float: left;width: 79.166%;}

  .PicList000687 .news-list .main{padding: 0 2%;}
  .PicList000687 .news-list .tit{margin-top: 1%;}
}

.tech-contact{margin-top: 5%;}
.tech-contact td{font-size: 18px;}



.Singlepage1{ display: none }

.download_btn{ padding-top:4%; text-align: right; padding-bottom: 4%;}
.download_btn a{ border-radius:4px; transition: 0.5s; width: 150px; text-align: center; line-height: 45px;height: 45px; display: inline-block;background: /*url(../images/down.png) no-repeat 70% center*/ #0970ca; color: #fff; font-size: 16px; }
.download_btn a:hover{background:/* url(../images/down.png) no-repeat 70% center */#035ba8}


/*.cpys{ padding-bottom: 3% }*/
.cpys{margin-bottom: 5.28%;}
.cpys:last-of-type{margin-bottom: 0;}
.cpys .column_title2{ margin-bottom: 30px; }
.cpys ul{ height: auto; overflow: hidden; list-style: none; padding: 2px;}
.cpys li{ width: 23%; float: left; text-align: center;  margin-right: 2.5%;transition: transform 12s cubic-bezier(.23,1,.32,1);background: #fff;box-shadow: 0 0 4px 0 rgba(128, 132, 145, 0.2);border-radius: 2px;transition: all 0.5s ease 0s;padding: 5px 10px;margin-bottom: 10px;}
.cpys-3 li{width:31.66%;}
.cpys li:nth-child(4n){  margin-right:0;}
.cpys-3 li:nth-child(4n){  margin-right:2.5%}
.cpys-3 li:nth-child(3n){  margin-right:0;}
.cpys li .icon{ width:80%; margin: 0 auto 20px; display: block; text-align: center; }
.cpys li .txt{ width: 100%; }
.cpys li .txt h3{ font-size: 18px; margin: 0 0 10px 0 }
.cpys li .txt p{ margin: 0;font-size: 14px;line-height: 1.5;-webkit-line-clamp:5; height: 120px;color:#666;}
@media (max-width: 768px) {
.cpys { padding-bottom: 30px; }
.cpys li{ width:49%; float: left; padding: 10px 5px;margin-right: 2% !important;margin-bottom: 2% !important;box-shadow: 0 1px 4px 0 rgba(128, 132, 145, 0.2); border-radius: 2px;background-color: #fff;height: 320px;}
.cpys li:nth-child(2n) {margin-right: 0 !important;margin-bottom: 0 !important;}
.cpys li .txt h3 {font-size: 16px}
.cpys li .txt p {height: 130px}
}




.RighInfo002525{padding: 3% 0}
.RighInfo002525 li{ width: 24%;margin-right: 2%;margin-bottom: 2%; float: left }
.RighInfo002525 li:nth-child(4n){ margin-right: 0 }
.RighInfo002525 li .pic{padding-bottom: 60%; }
.RighInfo002525 li .text{ padding: 10px 0}
.RighInfo002525 li .text h1{ font-size: 16px; font-weight: normal; margin: 0 }
@media (max-width: 768px) {
.RighInfo002525{ padding: 30px 0}
.RighInfo002525 li{ width:100%;margin-right:0;margin-bottom: 2%; }
}


.RighInfo002233 { padding-top:4% }
.RighInfo002233 li{ border-bottom: 1px dashed #ddd; line-height: 40px; }
.RighInfo002233 li h1{ font-size:16px; font-weight: normal; margin: 0; }
.RighInfo002233 li:hover h1{ color:#0970ca }


#isShow{display:none;}



/*Menu002306*/
.Menu002306{border-bottom:1px solid #e5e5e5;padding:30px 0 0;z-index: 1;}
.Menu002306 .Currents{ text-align:right;  color:#666; line-height:50px; float:right;font-size: 16px;}
.Menu002306 .Currents em{ font-style:normal;background:url(../images/Menu002188-current_icon.png) no-repeat left center;  padding-left:30px; display:inline-block;}
.Menu002306 .Currents a{color:#666;transition: .3s ease-out;}
.Menu002306 .Currents a:hover{color:#005ca2;}
.Menu002306 .side-menu{}
.Menu002306 .side-menu li a{display:block;line-height: 50px;}

.Menu002306 .side-menu > ul > li{float: left;margin-right: 35px;position: relative;}
.Menu002306 .side-menu > ul > li >a{font-size:18px;color:#333;padding: 0 0 29px;transition: .3s ease-out;position:relative;}
.Menu002306 .side-menu > ul > li ul{display:none;padding: 0;position: absolute;left: 0;top: 100%;width: 260px;height: auto;z-index: 100;background: rgba(0,92,162,0.95);margin: 0 -2.5%;padding:10px 0 20px;border-radius: 0 0 5px 5px;}
.Menu002306 .side-menu > ul > li > ul > li > ul{display:none;padding: 0 10px;left: 106%;top: 0;width: 290px;}
.Menu002306 .side-menu > ul > li > ul{padding-left: 10px;padding-right: 10px;}
.Menu002306 .side-menu > ul > li > ul > li,.Menu002306 .side-menu > ul > li > ul > li ul li{position:relative;border-bottom: 1px solid rgba(255,255,255,0.1);}
.Menu002306 .side-menu > ul > li > ul > li > a{padding-right: 15px;color: rgba(255,255,255,0.5);}
.Menu002306 .side-menu .sub_a:after{content: ">";font-family: "宋体"; display: block; position: absolute; right: 0; top:0px; color:rgba(255,255,255,0.2); font-size: 12px}
.Menu002306 .side-menu > ul > li > ul > li > ul > li > a{color: rgba(255,255,255,0.5);padding-right:15px;padding-left: 15px;position: relative;}
.Menu002306 .side-menu > ul > li > ul > li > ul > li:hover > a,
.Menu002306 .side-menu > ul > li > ul > li:hover> a{color: rgba(255,255,255,1);}
.Menu002306 .side-menu > ul > li > ul > li:hover> .sub_a:after,
.Menu002306 .side-menu > ul > li > ul > li > ul > li:hover> .sub_a:after{color:rgba(255,255,255,1);}
.Menu002306 .side-menu li.select > a,.Menu002306 .side-menu li.aon > a{border-bottom-color: #005ca2;color: #005ca2;}
.Menu002306 .side-menu>ul >li.select > a::after,
/* .Menu002306 .side-menu>ul >li.aon > a::after,
.Menu002306 .side-menu>ul >li:hover > a::after{ position:absolute; content:''; width:100%; background-color:#005ca2; height:2px; bottom:0; right:0;} */
.Menu002306 .side-menu li.select > a,
.Menu002306 .side-menu li:hover > a{color: #005ca2;}
.Menu002306 .side-menu ul li ul li.select > a{ background-color:transparent; background-image:url(../images/Menu002306-a_on.png); font-weight:bold; color:#fff;}
.Menu002306 .side-open_menu{ display:none;}
.Menu002306 .side-menu > ul > li > ul > li:after{content:""!important;display: block!important; width: 30px;height: 100%;position: absolute;right: -15px;top: 0;bottom: 0;margin: auto;}



@media(max-width:1000px){
.Menu002306 .Currents,.Menu002306{ display:none}
}
@media(min-width:1025px){
.Menu002306 .side-menu{ display:block !important;}
}
@media(max-width:1024px){
.Menu002306{padding-top: 0;}
.Menu002306 .side-open_menu{ display:block; border:2px solid #87b2c7; padding:10px 20px 10px 10px;white-space:nowrap; text-overflow:ellipsis; overflow:hidden; font-weight:bold; color:#002870; border-radius:0 0 5px 5px; position:relative;}
.Menu002306 .side-open_menu::after{ position:absolute; content:''; border:6px solid transparent; border-top-color:#87b2c7; right:10px; top:50%; margin-top:-3px;}
.Menu002306 .side-menu{ display:none; padding-bottom:20px;}
}


/*
 .PicList002323_2
 */
.PicList002323_2{padding-top:4%;}
.PicList002323_2{margin: 0 auto;}
.PicList002323_2 .tit{color: #333;font-size:20px;position: relative;margin-bottom: 30px;font-weight: bold;}
.PicList002323_2 .list{ overflow: hidden;}
.PicList002323_2 ul li{float: left;text-align: center;width: 23%;margin-right: 2.5%;}
.PicList002323_2 ul li:last-child {margin-right: 0;}
.PicList002323_2 ul li div{ padding-bottom: 67%; position: relative; overflow: hidden;}
.PicList002323_2 ul li figure{ position:absolute; left:0; top:0; right:0; bottom:0; transition:0.3s;}
.PicList002323_2 ul li h3{color: #555;margin:10px 0 0;font-weight: normal;font-size: 16px;text-align: center;}
.PicList002323_2 ul li a:hover figure{transform: scale(1.3);}
.PicList002323_2 ul li a:hover h3{ color: #0075b8;}
@media screen and (min-width:961px ){
.PicList002323_2 ul li:nth-child(5n){margin-right: 0;}
}
@media screen and (max-width:960px ){
.PicList002323_2 ul li{width: 48%;margin: 0 4% 4% 0;}
.PicList002323_2 ul li:nth-child(2n){margin-right: 0;}
}

.solutionBox{padding-bottom:4%;}





.main-title {margin-bottom: 30px;}
.main-title .tit{color: #333;font-size: 26px;font-weight: bold;text-align: center;}
.main-title .tit2{color: #333;font-size:16px;text-align: center; margin: 10px 0 0}
.main-title .en{font-size: 24px;color: #000;font-weight: bold;text-transform: uppercase;opacity: .1;text-align: center;padding-top: 3%;}


.Vision .box{ line-height: 30px; font-size: 16px; margin-bottom: 50px;display: table;table-layout: fixed;background: #f1f1f1;}
.Vision .box .main-title {margin-bottom: 15px;}
.Vision .box .main-title .en {padding-top: 0;text-align: left;}
.Vision .box .main-title .tit {text-align: left;}
.Vision .box h1{ font-size: 22px; font-weight: normal; margin: 0 0 15px 0; color: #222 }
.Vision .box h1:after{ content: ""; display: block; width: 30px; height: 2px; background: #005ca2; margin: 10px 0 0 }
.Vision .box p {margin: 0;}
.Vision .box .text{width: 50%; display: table-cell;vertical-align: middle;padding: 0 5%;}
.Vision .box .pic{width: 50%;position: relative;display: table-cell;vertical-align: top;}
.Vision .box2 {padding: 10px 0;background: none;}
.Vision .box2 .text{width:50%; transform: translateX(100%); -webkit-transform: translateX(100%);padding-left: 5%;padding-right: 0;}
.Vision .box2 .pic{width: 50%; transform: translateX(-100%); -webkit-transform: translateX(-100%);}
.Vision .part2 {background: #f8f8f8;padding-bottom: 3%;}
/* .Vision .box1 .pic:after{ content: ""; display: block; position: absolute; left: -6px; bottom: -6px; background: #005ca2;  width: 40px; height: 40px; z-index: -10; }
.Vision .box2 .pic:after{ content: ""; display: block; position: absolute; right: -6px; bottom: -6px; background: #005ca2;  width: 40px; height: 40px; z-index: -10; } */

.Vision .grid-list .item {overflow: hidden;background-color: #fff;width: 48%;float: left;overflow: hidden;margin: 1%;}
.Vision .grid-list .item .image {width: 300px;float: left;}
.Vision .grid-list .item .image .Ispic {padding-top:85%;}
.Vision .grid-list .item .text {padding:0.5% 2%;margin-left: 300px;}
.Vision .grid-list .item dl {position: relative;}
.Vision .grid-list dl:nth-child(2n){ margin-right: 0}
.Vision .grid-list dl dt{ width:70px; height:70px;  text-align: center; position: absolute; left:30px; top:30px; font-size: 22px;z-index: 100; background: #fff;}
.Vision .grid-list dl dt span{ width:70px; height:70px;padding: 5px;  background: #fff; position: relative;z-index: 50; display: block}
.Vision .grid-list dl dt:before{ content: ""; display: block; width:10px; height:10px; background: #ccc; position: absolute; right: -2px; top: -2px; z-index: -150; }
.Vision .grid-list dl dt:after{ content: ""; display: block; width:10px; height:10px; background: #ccc; position: absolute; left: -2px; bottom: -2px; z-index: -150; }
.Vision .grid-list dl dd{font-size: 15px;line-height: 1.7;overflow: hidden;}
.Vision .grid-list dl dd strong {float: left;}
.Vision .grid-list dl dd > span {margin-left: 70px;display: block;}

@media (max-width: 992px) {
  .Vision .grid-list .item {width: 100%;margin: 1% 0;}
}
@media(max-width:768px){
.Vision .box {display: block;}
.Vision .box .text,
.Vision .box .pic{ float: left; width: 100%;display: block;transform: none;-webkit-transform: none;}
.Vision .box .text {padding: 20px 0;}
.Vision .grid-list dl{  width:100%;margin-right: 0;  margin-bottom: 20px; height: auto}
.Vision .grid-list .item .image,
.Vision .grid-list .item .text {width: 100%;float: none !important;margin-left: 0;}
.Vision .grid-list .item .text {padding: 20px 10px;}

}
.search-wrap {text-align: center;padding: 70px 2% 80px;border-top: 1px solid #ddd;}
.search-wrap .title {font-size: 2.5em;margin-bottom: 30px;}
.search-wrap .search {position: relative;max-width: 760px;margin: 0 auto;}
.search-wrap .input-text {width: 100%;height: 54px;position: relative;}
.search-wrap .input-text input {width: 100%;height: 100%;border: 1px solid #ccc;background: none;padding: 0 54px;font-size: 16px;}
.search-wrap .input-text .icon-search {width: 30px;height: 30px;background: url(../images/searOn.png) no-repeat center center;position: absolute;left: 12px;top: 50%;margin-top: -15px;cursor: pointer;}
.search-label {position: absolute;top: 104%;left: 0;width: 100%;box-shadow: 1px 2px 5px rgba(0,0,0,0.2);z-index: 9;text-align: left;background-color: #fff;padding: 20px;display: none;}
.search-label .group {margin-bottom: 20px;}
.search-label .group:last-child {margin-bottom: 0;}
.search-label .group dt {color: #999;margin-bottom: 8px;}
.search-label .group dd {padding: 5px 0;line-height: 1.6;}
.search-label .group dd a {display: block;font-size: 18px;cursor:pointer;}
.search-content .sidebar {float: left;width: 250px;}
.search-content .sidebar .group {margin-bottom: 20px;}
.search-content .sidebar .group dt {line-height: 40px;border-bottom: 1px solid #ddd;margin-bottom: 10px;font-size: 20px;font-weight: bold;padding-right: 50px;position: relative;}
.search-content .sidebar .group dt a {position: absolute;right: 0;top: 50%;margin-top: -20px;line-height: 40px;font-size: 15px;color: #0970ca;}
.search-content .sidebar .group dd {padding-left: 26px;position: relative;font-size: 18px;line-height: 24px;cursor: pointer;}
.search-content .sidebar .group dd .radio {width: 15px;height: 15px;border-radius: 50%;border: 1px solid #999;position: absolute;left: 0;top: 5px;}
.search-content .sidebar .group dd .radio.checked::after {content: "";width: 7px;height: 7px;border-radius: 50%;background-color: #0970ca;position: absolute;left: 50%;top: 50%;margin-left: -3px;margin-top: -4px;}
.search-content .sidebar .group dd .txt {display: block;margin: 10px 0;color: #666;}
.search-content .content {margin-left: 300px;padding-bottom: 3%;}
.search-content .content .count {font-size: 18px;line-height: 35px;color: #666;}
.search-content .content .list em {font-style: normal;color: #0970ca;}
.search-content .content .list .item {padding: 30px 30px 30px 0;border-bottom: 1px solid rgb(224,224,224);}
.search-content .content .list .item-title {font-size: 22px;margin-bottom: 5px;padding: 7px 0;}
.search-content .content .list .item-title a{cursor:pointer;}
.search-content .content .list .gird {overflow: auto;}
.search-content .content .list .gird .image {width: 180px;float: left;}
.search-content .content .list .gird .image .Ispic {padding-top: 70%;}
.search-content .content .list .gird .text {margin-left: 200px;}
.search-content .content .list .intro {font-size: 16px;line-height: 30px;max-height:90px;}
@media (max-width: 768px) {
  .search-wrap {padding: 30px 2%;}
  .search-wrap .title {font-size: 24px;margin-bottom: 14px;}
  .search-content .sidebar {float: none;width: 100%;}
  .search-content .content {margin-left: 0;}
  .search-content .content .list .item {padding: 20px 0;}
  .search-content .content .list .gird .image {width: 100%;float: none;}
  .search-content .content .list .gird .text {margin-left: 0;}
}

.padding0{padding-bottom: 0 !important; }
.popup-container {position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); z-index: 100;}
.popup-container .loading-wrap {position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; color: #fff; text-align: center;}

.loading {
  width: 30px;
  height: 30px;
  margin: 20px auto;
  position: relative;
}
.circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.circle span {
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #bbb;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: mycircle 1.2s infinite ease-in-out;
  animation: mycircle 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.circle2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.circle3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.circle > span:nth-child(1) {
  top: 0;
  left: 0;
}
.circle > span:nth-child(2) {
  top: 0;
  right: 0;
}
.circle > span:nth-child(3) {
  right: 0;
  bottom: 0;
}
.circle > span:nth-child(4) {
  left: 0;
  bottom: 0;
}
.circle2 > span:nth-child(1) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.circle3 > span:nth-child(1) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.circle1 > span:nth-child(2) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.circle2 > span:nth-child(2) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.circle3 > span:nth-child(2) {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.circle1 > span:nth-child(3) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.circle2 > span:nth-child(3) {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.circle3 > span:nth-child(3) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.circle1 > span:nth-child(4) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.circle2 > span:nth-child(4) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.circle3 > span:nth-child(4) {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes mycircle {
  0% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
  80% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes mycircle {
  0% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
  80% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}














