/*
 .Top001686 为demo编号
 */
.Top001686{ border-top:3px solid #565656; position:relative;}
.Top001686 a:hover{ color:#1e7fa2;}
.Top001686::before{ position:absolute; content:''; width:100%; left:0; height:1px; background-color:#f7f7f7; top:37px;}
.Top001686 .auto{ max-width:1200px; position:relative;}
@media(max-width:1200px){
.Top001686 .auto{ margin:0 2%;}
}
.Top001686 header dl{ float:right; line-height:37px;}
.Top001686 header dt,
.Top001686 header dd{ float:left; font-size:12px;}
.Top001686 header dt{ border-left:1px solid #f7f7f7; padding:0 14px 0 39px; background:url(../images/Top001686-icon_1.png) no-repeat 15px center; font-size: 14px;}
.Top001686 header dt span{font-weight: bold; font-size: 16px; color:#1e7fa2;}
.Top001686 header dd a{ display:block; width:35px; text-align:center; background-color:#f2f2f2;}
.Top001686 header dd:nth-of-type(1){ border-top:3px solid #1e7fa2; margin-top:-3px;}
.Top001686 header dd:nth-of-type(2){ width:37px; height:37px; background:url(../images/Top001686-search.png) no-repeat center center; position:relative;border-right:1px solid #f7f7f7; }
.Top001686 header dd:nth-of-type(2) div{ position:absolute; width:0; overflow:hidden; height:100%; right:0; top:0; background-color:#fff; transition:0.4s;}
.Top001686 header dd:hover div{ width:200px;}
.Top001686 header dd .text{ border:1px solid #1e7fa2; width:100%; line-height:37px; height:37px; padding:0 40px 0 10px; background:none;}
.Top001686 header dd .btn{ background:url(../images/Top001686-search.png) no-repeat center center; border:none; position:absolute; right:0; top:0; height:100%; width:36px; cursor:pointer;}
@media(min-width:1025px){
.Top001686 .logo{ position:absolute; z-index:2; left:-20px; top:0; height:100%; width:18%; border-left:20px solid #fff;border-right:20px solid #fff;  }
.Top001686 .logo a{ position:absolute; left:0; top:20%; width:100%;}
.Top001686 nav ul{ float:right; margin-right:-26px;}
.Top001686 nav li{ float:left; text-align:center;}
.Top001686 nav li a{ display:block; padding:34px 28px; transition:0.3s; border-bottom:2px solid transparent; color:#666;}
.Top001686 nav li:hover a,
.Top001686 nav li.aon a{ background-color:#f9f9f9; color:#1e7fa2; border-bottom-color:#25a6d2; font-weight:bold;}
}
@media(max-width:1366px) and (min-width:1025px){
.Top001686 nav ul{ margin-right:0;}
}
@media(max-width:1024px){
.Top001686 nav{position:fixed; left:0; top:0; padding-top:10%; width:70%; max-width:300px; height:100%;background-color:rgba(30, 127, 162, 0.9); opacity:0; transform:translateX(-100%); transition:0.3s; z-index:100;}
.Top001686 nav.show{ transform:translateX(0); opacity:1;}
.Top001686 nav ul{ max-height:100%; overflow:auto;}
.Top001686 nav li a{ display:block; color:#fff; border-bottom:1px solid rgba(255,255,255,0.5); padding:5%; font-size:16px;  position:relative;box-shadow: 0 1px 0 #1e7fa2;}
.Top001686 nav li a::before{ position:absolute; content:''; z-index:-1; left:0; width:0;  height:100%; top:0; background-color:#fff; transition:0.3s;}
.Top001686 nav li:hover a::before{width:100%; }
.Top001686 .logo{ position:relative;}
.Top001686 .logo a{ display:block; width:125px; height:76px;}
.Top001686 .mobile_menu{ position:absolute; right:0; top:50%; margin-top:-16px; width:48px; height:32px; background-color:#1e7fa2; border-radius:3px;}
.Top001686 .mobile_menu i{ width:70%;  left:15%; top:50%; margin-top:-1px;}
.Top001686 .mobile_menu i,
.Top001686 .mobile_menu i::before,
.Top001686 .mobile_menu i::after{position:absolute; height:2px; background-color:#fff; transition:0.3s;}
.Top001686 .mobile_menu i::before,
.Top001686 .mobile_menu i::after{ content:''; width:100%;}
.Top001686 .mobile_menu i::before{ top:8px;}
.Top001686 .mobile_menu i::after{top:-8px;}
.Top001686 .mobile_menu#show i{ background-color:transparent;}
.Top001686 .mobile_menu#show i::before,
.Top001686 .mobile_menu#show i::after{ top:0;}
.Top001686 .mobile_menu#show i::before{ transform:rotate(45deg);}
.Top001686 .mobile_menu#show i::after{ transform:rotate(-45deg);}
}
@media(max-width:480px){
.Top001686 header dt:nth-of-type(2),
.Top001686 header dt:nth-of-type(3){ display:none;}
.Top001686 header dt{ padding:0 14px 0 26px; background-position:2px center;}
}

/*
 .Banner002345 为demo编号
 */
.Banner002345{ position: relative; overflow: hidden; }
.Banner002345 .bx-wrapper{ position:relative; z-index:1;}
.Banner002345 .bx-viewport{ z-index:1;}
.Banner002345 li a{ display:block; }
.Banner002345 li img{ display:block; width:140%; position: relative; left: -20%; max-width: none; }
.Banner002345 .bx-pager{margin:0 auto; text-align:center;position:absolute; left:0; width:100%; bottom:20px; z-index:10;}
.Banner002345 .bx-pager div{ display:inline-block; width: 20px; height: 20px; padding: 6px; overflow: hidden;}
.Banner002345 .bx-pager div a{ display:block; width:8px; height:8px; position: relative; background-color:#FFFFFF; -moz-opacity:0.8;  opacity: 0.8; filter:alpha(opacity=80); border-radius:100%; text-indent: 9999px; transition: all .5s ease-in-out;}
.Banner002345 .bx-pager div a:after{ content:""; position: absolute; left: 50%; top: 50%; width: 0; height: 0;  border-radius: 50%; display: block; opacity: 0;transition: all .3s ease-in-out;-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-ms-transition: all .5s ease-in-out;}
.Banner002345 .bx-pager div a.active{position: relative;}
.Banner002345 .bx-pager div a.active:after{ opacity: 1;left: -5px; top: -5px; width: 18px; height: 18px;border: 1px solid #fff;}
.Banner002345 .bx-controls-direction{ display: none;}

@media(min-width:768px){
.Banner002345 li img{width:100%; left: 0; max-width: 100%;}
.Banner002345 .bx-pager{ bottom:40px;}
.Banner002345 .bx-controls-direction{ display: block;}
.Banner002345 .bx-controls-direction a {position:absolute; top:50%; z-index: 6; text-indent: 99999px; overflow: hidden; margin-top:-25px; width:50px; height:50px; -ms-transition:left 400ms, right 400ms; transition:left 400ms, right 400ms; -webkit-transition:left 400ms, right 400ms; -moz-transition:left 400ms, right 400ms; -o-transition:left 400ms, right 400ms; background: #fff;}
.Banner002345 .bx-controls-direction .bx-prev {left:-50px;background:url(../images/Banner002345-prev.png) no-repeat 0 0;}
.Banner002345 .bx-controls-direction .bx-next {right:-50px;background:url(../images/Banner002345-next.png) no-repeat 0 0;}
.Banner002345 .bx-controls-direction.on .bx-prev {left:120px;}
.Banner002345 .bx-controls-direction.on .bx-next {right:120px;}
}




/*
 .Floor002386 为demo编号
 */
.Floor002386{ width: 100%; }
.Floor002386 .auto{ position:relative; padding-top:1.5%; padding-bottom: 2.5%;}
.Floor002386 .Title{ padding: 2% 0 15px; position: relative;}
.Floor002386 .Title h3{ font-size: 22px; color: #1e7fa2; font-weight: normal;position: relative; padding-bottom: 5px; margin:15px 0 5px;}
.Floor002386 .Title span{ color:#d4d4d4; text-transform: uppercase; font-size: 12px;letter-spacing:3px}
.Floor002386 .Title h3:before{position: absolute; content: ''; width: 50px; height: 1px; background-color: #ededed; left: 0; bottom: -2px;}
.Floor002386 .Title a{ display: block; position: absolute; right: 0; top:50%; width: 38px; height: 18px; background:url(../images/case_ico.png) no-repeat center;}
.Floor002386 .box{position:relative; z-index:2;}
.Floor002386 .box_news{ padding:0; overflow: hidden;}
.Floor002386 .box_about:before{ position:absolute; content:'';}
.Floor002386 .box_about figure{ overflow: hidden;}
.Floor002386 .box_about figure img{ width:100%; display: block;overflow:hidden;transition:All 0.5s ease-in-out;-webkit-transition:All 0.5s ease-in-out;
 -moz-transition:All 0.5s ease-in-out; -o-transition:All 0.5s ease-in-out;}
.Floor002386 .box_about figure img:hover{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1); -ms-transform:scale(1.1);}
.Floor002386 .box_about figure p { margin: 0; position: absolute; left: 0; bottom: 0; width: 100%;  background-color: rgba(30, 127, 162,0.8);  padding: 2% 5%; z-index: 10;   }
.Floor002386 .box_about figure p span{ display: block; position: relative; z-index: 11;color: #fff;font-size: 14px;line-height: 22px; height: 44px; overflow: hidden;}
.Floor002386 .box_about .Ispic{ position: relative;}
.Floor002386 .box_about .Ispic i{width: 60px; height: 60px; position: absolute; top: 50%; left: 50%; margin-top: -55px; margin-left: -30px;}
.Floor002386 .box_about ul li{ float: left; width: 20%; text-align: center;}
.Floor002386 .box_about ul li img{ width: 50px; height: 50px; transition: transform .5s ease-in-out;}
.Floor002386 .box_about ul li:hover img{ transform: rotateY(360deg); -webkit-transform: rotateY(360deg); -ms-transform: rotateY(360deg); -moz-transform: rotateY(360deg);}
.Floor002386 .box_about ul li p{ margin: 10px 0 0;}
.Floor002386 .box_about ul{ margin-top: 15px;}
.Floor002386 .more_n{ color: #666; border: solid 1px #b9b9b9; border-radius: 15px; display: block; width: 70px; height: 28px; text-align: center; line-height: 28px; margin-top: 10px;}
.Floor002386 .list dl{ overflow:hidden; clear:both; padding-bottom:25px;}
.Floor002386 .list dl:last-child{ margin-bottom:0; border-bottom:0;}
.Floor002386 .list dt{ float:left; width:31%;}
.Floor002386 .list dt img{ width:100%;max-height:126px;}
.Floor002386 .list dd{ float:right; width:67%; }
.Floor002386 .list dd .dot{ font-size:15px;}
.Floor002386 .list dl:hover dd .dot{ color:#1e7fa2; }
.Floor002386 .list dd p{ line-height:26px; margin-bottom:0; overflow:hidden; height:54px; color:#888; margin-top: 10px 0 0; font-size: 13px;}
.Floor002386 .bx-pager{ display:none;}
.Floor002386 .bx-controls-direction{ position:absolute; right:0; top:45px;}
.Floor002386 .bx-controls-direction a{ display:block; float:left; width:38px; height:18px;  background-image:url(../images/Floor002386-controls.png); background-repeat: no-repeat ; background-color:#1e7fa2; overflow:hidden; text-indent:-999em;}
.Floor002386 .bx-controls-direction a.bx-prev{ background-position:0 bottom;}
.Floor002386 .bx-controls-direction a.bx-next{ background-position:right 0;margin-left:6px;}
.Floor002386 .bx-controls-direction a.disabled{background-color:#fff; }
.Floor002386 .bx-controls-direction a.bx-prev.disabled{background-position:0 0;}
.Floor002386 .bx-controls-direction a.bx-next.disabled{background-position:right bottom;}

@media(max-width:899px){
 .Floor002386 .auto{ padding-bottom:0;}
 .Floor002386 .box h1{ padding-bottom:20px;}
 .Floor002386 .box_about{ padding:20px 0; overflow:hidden;}
 .Floor002386 .box_about:before{top:20px; height:1px;left:0; width: 100%; border-top:1px dashed #b9b9b9;}
 .Floor002386 .list dt{ width:45%;}
 .Floor002386 .list dd{ width:52%;}
 .Floor002386 .Title h3{ font-size: 20px;}
 .Floor002386 .list dl{ padding-bottom:20px;}
}
@media only screen and (min-width:900px ) {
	.Floor002386 .box_about:before{top:10%; height:85%;left:6%; border-right:1px dashed #e6e6e6; width: 1px;}
	.Floor002386 .box{ float:left;}
	.Floor002386 .box_news{ width:52%;}
    .Floor002386 .box_about{width:48%; padding-left: 6%;} 
}


/*Bottom001879*/
.Bottom001879{ background-color:#3e3e3e; padding-bottom:15px;}
.Bottom001879 figure{ float:right; color:#999; padding-top:25px;}
.Bottom001879 figure img{ display:block; width:100%; max-width:100px;}
.Bottom001879 footer{ float:left;width:83%;}
.Bottom001879 footer ul{ border-bottom:1px solid #4b4b4b; padding:25px 0 10px 0;margin-bottom:26px;}
.Bottom001879 footer li{ float:left; line-height:30px; margin-right:6%;}
.Bottom001879 footer li:before{ display:inline-block; content:''; margin-right:10px; background:url(../images/Bottom001879-icon.png) no-repeat center center; width:11px; height:11px; vertical-align:middle;}
.Bottom001879 footer li a{ color:#e3e3e3;}

.Bottom001879 section{ position:relative;}
.Bottom001879 section dl{ position:absolute; right:0; bottom:0;}
.Bottom001879 section dt{ float:left;width:36px; height:36px; margin-left:10px;}
.Bottom001879 section dt a{ display:block; width:36px; height:36px; background:url(../images/Bottom001879-share.png) no-repeat left top;}
.Bottom001879 section dt.sina a{ background-position:-57px 0;}
.Bottom001879 section dt.tqq a{ background-position:right top;}
.Bottom001879 section dt.wx{ position:relative; z-index:100;}
.Bottom001879 section dt.wx img{ max-width:none; position:absolute; width:100px; height:100px; left:50%; margin-left:-50px; bottom:100%; display:none;}
.Bottom001879 section dt.wx:hover img{ display:block;}
.Bottom001879 section p{ color:#5f5f5f; font-size:12px;}
.Bottom001879 section a{ color:#999; display:inline-block;}
.Bottom001879 section i{ font-style:normal; color:#565656; margin:0 10px;}
.Bottom001879 section a:hover{ color:#fff;}

@media(max-width:768px){
.Bottom001879 figure,
.Bottom001879 footer{ float:none; width:auto;}
.Bottom001879 figure{ display:none;}
.Bottom001879 section{ padding-top:45px;}
.Bottom001879 section dl{ right:auto; bottom:auto; left:0; top:0;}
.Bottom001879 section dt{ margin-left:0; margin-right:10px;}
.Bottom001879 section dt.wx img{ left:0; margin-left:0;}
}



/*
公用
*/
/*
Banner002216
*/
.Banner002216{ width:100%;}
.Banner002216 img{ width:100%;}
.Banner002216 .wap{ display:none;}
@media(max-width:1000px){
.Banner002216 .pc{ display:none;}
.Banner002216 .wap{ display:block;}
}
/*Banner002216 End*/

/*Menu002044 */
.Menu002044{ border-bottom:1px solid #e8e8e8;}
.Menu002044 .name{  margin-top:-86px; position:relative; z-index:1;}
.Menu002044 .name span{ display:block; padding:15px 3% 0 3%; max-width:300px; color:#fff; background-color:#1e7fa2; font-size:30px;height:86px; }
.Menu002044 .name span b{ font-size:18px; display:block;}
.Menu002044 em{ font-style:normal;color:#999;line-height:56px;width:100%; text-align:right; display:block;}
.Menu002044 em a{ color:#999;}
.Menu002044 em span{color:#1e7fa2;}

.Menu002044 li{ float:left; }
.Menu002044 li:not(:last-child){ padding-right:5%;}
.Menu002044 li a{ display:block; line-height:56px; font-size:15px; color:#333;}
.Menu002044 li a:after{ display:block; content:''; height:2px; }
.Menu002044 li.aon a,
.Menu002044 li:hover a{color:#1e7fa2;}
.Menu002044 li.aon a:after,
.Menu002044 li:hover a:after{background-color:#1e7fa2;}
.Menu002044 li#menuID139,
.Menu002044 li#menuID142{ display:none;}
@media(max-width:768px){
.Menu002044 em{ float:none; display:block; line-height:normal; padding:3% 0 0 0; width:100%;}
}
@media(max-width:640px){
.Menu002044{ padding-top:2%;}
.Menu002044 .name{ margin-top:0; }
.Menu002044 .name span{max-width:none;font-size:24px; height:auto; padding:3%;}
.Menu002044 .name span b{ font-size:16px;}
.Menu002044 li:last-child{ padding-right:0;}
}

/*
 .Menu002252 为demo编号
 */
.Menu002252{padding:10px 0; text-align:center; overflow:hidden; background: #f9f9f9;}
.Menu002252 a{font-size:14px; display: block;background:#e9e9e9; padding: 10px; margin-bottom: 1px; }
.Menu002252 a.aon,
.Menu002252 a:hover{ color:#fff; background-color:#1e7fa2;}
@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 16px 1px; color: #888;}
}
@media(min-width:1024px){
.Menu002252{padding:30px 0 20px;}
.Menu002252 a{display:inline-block;line-height:36px; padding:0 20px;background:#e9e9e9; min-width:120px; border-radius:36px;}
}




/*
 公司介绍
 */
/*
 .RighInfo002228 为demo编号
 */
.RighInfo002228{ padding:3% 0 5% 0;}
.RighInfo002228 .auto{ max-width:1200px;}
.RighInfo002228 .single-header{ text-align:center;}
.RighInfo002228 .single-header h1{ color:#333; font-size:20px; margin:0 0 10px 0; font-weight:normal;}
.RighInfo002228 .single-header h3{color:#13aae0; font-size:16px; margin:0; font-weight:normal; position:relative;}
.RighInfo002228 .single-header h3:after{ content:""; display:block; height:1px; background-color:#f3eee9; width:100%; z-index:1; margin-top:15px;}
.RighInfo002228 .single-header h3 span{ position:relative; z-index:2; padding:0 30px; background-color:#fff;}
.RighInfo002228 .single-content{text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; overflow:hidden; font-size:14px; line-height:24px; padding-top:2%;}
.RighInfo002228 .single-content p{ text-indent:2em; margin:0; padding:10px 0; line-height: 26px; color:#888; }
.RighInfo002228 .single-content .no-textindent{ text-indent:0;}
.RighInfo002228 .single-content .no-textindent img{display:block; margin: 0 auto;}
@media(max-width:950px){
  .RighInfo002228 .auto{ padding:0 2%;}
}
@media screen and (min-width:768px){
  .RighInfo002228 .single-header h1{ font-size:24px;}
  .RighInfo002228 .single-header h3{ font-size:18px;}
  .RighInfo002228 .single-content p{ padding:12px 0;} 
  .RighInfo002228 .single-header h3:after{ background-color:#f3eee9; position:absolute; top:50%; z-index:1; margin-top:0;}
  
}
@media screen and (min-width:1024px){
  .RighInfo002228 .single-header h1{ font-size:26px;}
}



/*
 企业动态
 */
/*
 .PicList002273 为demo编号
 */
.PicList002273{padding-top: 8%;}
.PicList002273 .left img{width: 100%;}
.PicList002273 .right .time{font-size: 12px;color: #999;border: 1px solid #c5c6c6;padding: 2px 5px;margin-top: 8px;display: inline-block;}
.PicList002273 .right .h3{color: #313131;font-size: 18px;font-weight: normal;margin: 10px 0;}
.PicList002273 .right .p{color: #999;font-size: 14px;}
.PicList002273 ul li{margin-bottom:22px;background: #eef0f1;padding: 18px 20px;}

@media screen and (min-width:768px ) {
	.PicList002273 .left{float: left;width: 25%;}
	.PicList002273 .right{float: right;width: 72%;}
	.PicList002273 .right .time{margin-top: 0px;}
}

@media screen and (min-width:1024px ) {
	.PicList002273 .right .time{margin-top: 15px;}
	.PicList002273 ul li:hover{border: 1px solid #1e7fa2;box-shadow: 0px 0px 30px #ccc;}
	.PicList002273 ul li:hover a{color:#1e7fa2;}
	.PicList002273 ul li{background:#fff;position: relative; border: 1px solid #eaeaea; }
	.PicList002273 ul li .right_btn{width: 11px;height: 19px;background: url(../images/PicList002273-arrow_right.png) no-repeat center;display: inline-block;position: absolute;top: 50%;right: 48px;cursor: pointer;margin-top: -10px}
	.PicList002273{padding-top:2%; padding-bottom:4%;}
}

@media screen and (min-width:1200px ) {
	.PicList002273 .left{float: left;margin-right: 50px;}
	.PicList002273 .right{float: left;width: 600px;}
	.PicList002273 .right .time{margin-top: 14px;}
	.PicList002273 .right .h3{line-height: 18px;margin: 28px 0 17px;}
	.PicList002273 .right .p{line-height: 19px;}
	.PicList002273 ul li{padding-right: 20px;}
}


/*
艾知星
 */
/*
 .RighInfo002363 为demo编号
 */
.RighInfo002363 .auto{ max-width: 1200px;}
@media only screen and (max-width:1200px ) {
	.RighInfo002363 .auto{ padding-left: 2%; padding-right: 2%;}
}
.RighInfo002363 .con-head em{position:relative; margin:2% 0; font-style:normal; display: inline-block; color:#666; font-size:18px; padding-bottom:20px;    }
.RighInfo002363 .con-head em span{ color:#005bac; font-size: 26px; padding-right:10px;}
.RighInfo002363 .con-head em:before{position:absolute; left:0; bottom:0px; width:40px; height:3px; content:""; background:#f8b62b; }
.RighInfo002363 .box1{ padding:3% 0 4% 0; background: #f6f6f6;}
.RighInfo002363 .box1 .tit{ text-align:center; font-size:24px;  font-weight:normal;  color:#333; margin:0; padding-bottom:25px; position:relative;    }
.RighInfo002363 .box1 .tit:after{ display:block; margin:0 auto; width:68px; height:1px; background-color:#bbb; margin-top:16px; content:''; }
.RighInfo002363 .box1 .text{ position:relative; color: #666; padding: 15px 0; width:46%; line-height: 32px; float:left;}

.RighInfo002363 .img1{ float:left; width:278px; height:49px; margin-right:2%; margin-bottom:1%;}

.RighInfo002363 .box1 .product_pic{ width:50%; float:right;}
.RighInfo002363 .box1 .product_pic .pic{ width:100%;}


@media only screen and (min-width:768px ) {
	.RighInfo002363 .con-head em{ font-size: 22px;}
}
@media only screen and (min-width:1024px ) {
	.RighInfo002363 .con-head em{ font-size: 20px;}
}

@media only screen and (max-width:1024px ) {

}

@media(max-width: 768px){
	.RighInfo002363 .box1 .product_pic{ width:100%; float:none; margin-top: 1%;}
	.RighInfo002363 .box1 .text{width: 100%; float:none;}
}

.RighInfo002363 .box2{ background: #fff; padding:3% 0;}
.RighInfo002363 .box2 em{position:relative; margin:2% 0; font-style:normal; display: inline-block;  color:#005bac; font-size: 26px;padding-bottom:20px; text-align: center; width: 100%;}
.RighInfo002363 .box2 em:before{position:absolute; left:48%; bottom:0px; width:4%; height:3px; content:""; background:#f8b62b; }

.RighInfo002363 .box2 .list{ padding-top: 30px;}
.RighInfo002363 .box2 li{float:left;width:25%;text-align: center; position:relative;}
.RighInfo002363 .box2 li:before{ position:absolute; content:''; width:1px; border-right:1px solid #f4f4f4; right:0; top:0; height:100%;}
.RighInfo002363 .box2 li:first-child{ border-left:1px solid #f4f4f4;}
.RighInfo002363 .box2 li a{display: block; margin:0 auto; width:80%; max-width:206px;}
.RighInfo002363 .box2 li figure img{ width:100%; max-width:82px;-webkit-transition:all ease 0.5s;transition:all ease 0.5s; position: relative; top: 0;}
.RighInfo002363 .box2 li:hover figure img{ top: -10px;}
.RighInfo002363 .box2 li h3{font-size: 18px; color: #555; margin:25px 0 15px;}
.RighInfo002363 .box2 li p{text-align:left;line-height: 24px; height:146px;overflow:hidden;font-size: 14px;color: #a8a8a8; margin-top:20px;}
@media(max-width:767px){
.RighInfo002363 .box2{  padding:20px 0;}	
.RighInfo002363 .box2 li{ width:50%; margin-bottom:2%;}
.RighInfo002363 .box2 li{ border-left:1px solid #f4f4f4;}
.RighInfo002363 .box2 li:nth-child(2n){ border-left:1px solid #fff;}
}


/*
 .PicList001241 为demo编号
 */
.PicList001241{ padding:2% 0;background: #f6f6f6;}
.PicList001241 em{position:relative; margin:2% 0; font-style:normal; display: inline-block;  color:#005bac; font-size: 26px;padding-bottom:20px; text-align: center; width: 100%;}
.PicList001241 em:before{position:absolute; left:49%; bottom:0px; width:2%; height:3px; content:""; background:#f8b62b; }
.PicList001241 p{padding: 0 2%; line-height: 30px; color: #666; margin-top: 0;}
.PicList001241 .list{  padding:0% 0 3%;}
.PicList001241 .list .copy{ display:none;}
.PicList001241 .list li a{ display:block;  width:92%; padding:5%; margin:0 auto; border-radius:10px;}
.PicList001241 .list li figure{ position:relative; padding-bottom:62%; overflow:hidden;}
.PicList001241 .list li figure dl,
.PicList001241 .list li figure div,
.PicList001241 .list li figure b{position:absolute; left:0; width:100%;text-align:center;}
.PicList001241 .list li figure div{ height:100%; top:0; background-color:rgba(255,255,255,0.8); transform:translateY(100%); transition:all ease-in-out 0.3s;}
.PicList001241 .list li figure dl{ top:25%;}
.PicList001241 .list li figure dl img{ width:60%;}
.PicList001241 .list li figure b{ padding:0 3%; bottom:5%;}
.PicList001241 .list li:hover figure div{ transform:translateY(0);}
.PicList001241 .list li h3,
.PicList001241 .list li p{ margin:0;}
.PicList001241 .list li h3{ font-weight:normal; font-size:16px; text-align:center; padding-top:5%;}
.PicList001241 .list li p{ color:#999;}
.PicList001241 .list .bx-pager{ display:none;}
.PicList001241 .list .bx-wrapper{ position:relative; z-index:0;}
.PicList001241 .list .bx-viewport{ z-index:1;}
.PicList001241 .list .bx-controls-direction a{ position:absolute; top:50%; width:47px; height:47px; margin-top:-23.5px; text-indent:-9999em; background:url(../images/PicList001241-btn_hover.png) no-repeat 0 0; z-index:3;}
.PicList001241 .list .bx-controls-direction a.bx-prev{ left:-5%;}
.PicList001241 .list .bx-controls-direction a.bx-next{ right:-5%; background-position:right 0;}

@media(max-width:1200px){
.PicList001241 .list .bx-controls-direction a.bx-prev{ left:0;}
.PicList001241 .list .bx-controls-direction a.bx-next{ right:0; }
}
@media(max-width: 768px){
	.PicList001241 .list .bx-controls-direction a{top:40%;}
}
/*
 .PicList001213 为demo编号
 */
.PicList001213{ padding:2% 0 0 0;}

.PicList001213 em{position:relative; margin:2% 0; font-style:normal; display: inline-block;  color:#005bac; font-size: 26px;padding-bottom:20px; text-align: center; width: 100%;}
.PicList001213 em:before{position:absolute; left:49%; bottom:0px; width:2%; height:3px; content:""; background:#f8b62b; }
.PicList001213 dl{ /*margin:0 0 3% 0;*/ border-bottom: 1px dashed #d1d1d1; padding:5% 0;}
@media(min-width:481px){
.PicList001213 dl{ display:table; width:100%;}
.PicList001213 dl dt,
.PicList001213 dl dd{ display:table-cell; vertical-align:middle;}
.PicList001213 dl dt{ width:49%;}
.PicList001213 dl dt img{ width:90%;}
.PicList001213 dl:nth-child(2n) dt{ text-align:right;}
}
.PicList001213 dl h2{ font-size:16px; margin:0;}
.PicList001213 dl p{ line-height:28px; max-height:140px; overflow:hidden; padding-right:3%;}

@media(max-width:480px){
.PicList001213 dl dd{ padding:3%;}
}

/*Floor001867 */
.Floor001867{ padding:2% 0 4%;}
.Floor001867 .more_btn{font-size:14px; text-align: center; padding: 25px 0 40px}
.Floor001867 .more_btn a{color:#fff; width: 300px; height:66px; background:#1e7fa2; display:inline-block;line-height:66px;font-size:20px; border-radius: 8px;}
.Floor001867 .more_btn a:hover{ background:#1d9fce; }


/* 董事长致辞 */

/*
 .RighInfo002450 为demo编号
 */
.RighInfo002450{ padding: 5% 0;}
.RighInfo002450 .auto{ max-width: 1200px;}
@media only screen and (max-width:1200px ) {
	.RighInfo002450 .auto{ padding-left: 2%; padding-right: 2%;}
}
.RighInfo002450 .wrap-container .tit{ color: #1a1002; font-size: 24px; margin: 0 0 3%; font-weight: normal;}
.RighInfo002450 .wrap-container .img{ float:right;}
@media only screen and (min-width:1201px ) {
	.RighInfo002450 .wrap-container .tit{ font-size: 24px;}
}
@media only screen and (max-width:767px ) {
.RighInfo002450 .wrap-container .tit{ text-align: center; font-size: 20px;}	
}
.RighInfo002450 .wrap-container .word{ color: #888; font-size: 14px; line-height: 26px; margin-top: 1%;}
@media only screen and (min-width:767px ) {
	.RighInfo002450 .wrap-container .word{ margin-top: 0;}
}


/* 公司文化 */

/*
 .RighInfo002226 为demo编号
 */
.RighInfo002226{ padding:3% 0;}
.RighInfo002226 .dl{color:#617182;}
.RighInfo002226 .dl .h4{ font-size:16px; margin:0; font-weight:400; color:#1e7fa2; margin-left:-10px;}
.RighInfo002226 .dl .con{ font-size:14px; padding:15px 0; line-height:24px;}
.RighInfo002226 .word{ float:left;}
.RighInfo002226 .pic{ float:right;}


/* 员工风采 */

/*PicList002173 */
.PicList002173{ padding:3% 0;}
.PicList002173 .copy{ position:relative; padding-bottom:50%; border:1px solid #e8e8e8;  border-radius:10px;}
.PicList002173 .copy img{ position:absolute; left:0; width:100%; top:0; height:100%; background:#fff; border-radius:10px; padding:15px;}
.PicList002173 .owl-carousel{ padding:0 30px; margin-top:3%;}
.PicList002173 .item{ padding:0 15px; cursor:pointer;}
.PicList002173 .item figure{padding-bottom:56%; position:relative;}
.PicList002173 .item figure a{ position:absolute; left:0; top:0; width:100%; height:100%; background:url(../images/PicList002173-icon_video.png) no-repeat center center; background-color:rgba(82,99,111,0.4);}
.PicList002173 .item figure img{ display:none;}
.PicList002173 .item h3{ margin:0;border:1px solid #e8e8e8; border-top:0; line-height:45px; padding:0 3%; font-weight:normal; font-size:14px; text-align:center;}
.PicList002173 .owl-carousel .ON h3{ background:#1e7fa2; border-color:#1e7fa2; color:#fff;}

.PicList002173 .owl-nav div{ position:absolute; width:28px; height:28px; top:50%; margin-top:-14px; background:url(../images/PicList002173-btn.png) no-repeat left bottom; overflow:hidden; line-height:1000px;}
.PicList002173 .owl-nav .owl-prev{ left:0;}
.PicList002173 .owl-nav .owl-prev.disabled{ background-position:left top;}
.PicList002173 .owl-nav .owl-next{ right:0; background-position: right bottom;}
.PicList002173 .owl-nav .owl-next.disabled{background-position: right top;}
.PicList002173 .owl-nav div.disabled{ cursor:default;}

@media(max-width:1000px){
.PicList002173 .item{ padding:0 10px;}
}
@media(max-width:640px){
.PicList002173 .item h3{line-height:45px;font-size:14px;}
}
/**插件样式 有相同 留一个即可**/
.owl-carousel,
.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.owl-carousel{display:none;width:100%;z-index:1}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}
.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;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper{-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{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
/*.owl-carousel .owl-item img{display:block;width:100%}*/
.no-js .owl-carousel,
.owl-carousel.owl-loaded{display:block}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev{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-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}
.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}
.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
/***end**/



/* 发展历程 */

/*
 .Timeline000753 为demo编号
 */
.Timeline000753{padding:3% 0; }
.Timeline000753 .single-header{ text-align:center; margin-bottom:3%;}
.Timeline000753 .single-header h1{ color:#333; font-size:20px; margin:0 0 10px 0; font-weight:normal;}
.Timeline000753 .single-header h3{color:#13aae0; font-size:16px; margin:0; font-weight:normal; position:relative;}
.Timeline000753 .single-header h3:after{ content:""; display:block; height:1px; background-color:#f3eee9; width:100%; z-index:1; margin-top:15px;}
.Timeline000753 .single-header h3 span{ position:relative; z-index:2; padding:0 30px; background-color:#fff;}
@media screen and (min-width:768px){
  .Timeline000753 .single-header h1{ font-size:24px;}
  .Timeline000753 .single-header h3{ font-size:18px;}
  .Timeline000753 .single-content p{ padding:12px 0;} 
  .Timeline000753 .single-header h3:after{ background-color:#f3eee9; position:absolute; top:50%; z-index:1; margin-top:0;}
  
}
@media screen and (min-width:1024px){
  .Timeline000753 .single-header h1{ font-size:26px;}
}
.Timeline000753 .bx-controls{ display:none;} 
.Timeline000753 .prev,
.Timeline000753 .next{ text-align:center;}
.Timeline000753 .prev a,
.Timeline000753 .next a{ display:inline-block; background:url(../images/Timeline000753-icon_up.png) no-repeat center center; width:21px; height:21px; cursor:pointer;}
.Timeline000753 .next a{ background-image:url(../images/Timeline000753-icon_down.png);}
.Timeline000753 .prev{ padding-bottom:10px;display: none}
.Timeline000753 .next{ padding-top:10px;display: none}
.Timeline000753 .bx-wrapper{ position:relative;}
.Timeline000753 .bx-wrapper:before{ position:absolute; content:''; width:3px; height:100%; background-color:#f3f3f3; left:50%; margin-left:-1.5px; top:0;}
.Timeline000753 .list li{ padding:16px 0;}
.Timeline000753 .list li .txt{position:relative; padding-right:56%;}
.Timeline000753 .list li.odd .txt{padding-left:56%; padding-right:0;}
.Timeline000753 .list li .txt div{ background-color:#f3f3f3; border-radius:5px; padding:10px; position:relative; }
.Timeline000753 .list li .txt div figure{ width:35%; padding-bottom:12%; border-radius:5px;background-position: left top; background-repeat:no-repeat; background-size:contain; position:absolute; left:10px; top:10px;}
.Timeline000753 .list li .txt div p{ margin:0; padding-left:40%; line-height:24px; color:#333; min-height:62px;}
.Timeline000753 .list li .txt div::before{ position:absolute; content:''; width:0; height:0;border-top: 7px solid transparent;border-left: 11px solid #f3f3f3;border-bottom: 7px solid transparent; right:-10px;}
.Timeline000753 .list li.odd .txt div::before{ right:auto; left:-10px;border-right: 11px solid #f3f3f3; border-left:0;}
.Timeline000753 .list li time{position:absolute; left:50%; margin-left:-32px; top:0; border-radius:50%; text-align:center; font-family:"Times New Roman"; color:#999;width:64px; height:64px;background-color:#f3f3f3;font-size:14px; font-weight:bold;}
.Timeline000753 .list li time span{ display:block;font-size:24px; padding-top:22%; font-weight:normal;}
.Timeline000753 .list li:hover .txt div::before{ border-left-color:#1e7fa2;}
.Timeline000753 .list li:hover .txt div{ background-color:#1e7fa2;}
.Timeline000753 .list li:hover .txt div p{ color:#fff;}
.Timeline000753 .list li.odd:hover .txt div::before{ border-right-color:#1e7fa2;}
.Timeline000753 .list li:hover time{width:86px; height:86px; margin-left:-43px; top:-11px; color:#1e7fa2;font-size:18px;}
.Timeline000753 .list li:hover time::before{ position:absolute; content:''; width:110px; height:110px;  border-radius:50%;border:2px dotted #fff; left:-13px; top:-13px;}
@media(max-width:768px){
.Timeline000753 .title h1{font-size:35px;}
.Timeline000753 .list li .txt div figure{ width:auto; position:relative; left:0; top:0; padding-bottom:34%;}
.Timeline000753 .list li .txt div p{ padding-left:0; min-height:inherit;}
.Timeline000753 .list li time{ margin-left:-25px;width:50px; height:50px;font-size:12px;}
.Timeline000753 .list li time span{font-size:18px;}
.Timeline000753 .list li:hover time{width:60px; height:60px; margin-left:-30px; top:-5px; font-size:14px;}
.Timeline000753 .list li:hover time::before{width:70px; height:70px; left:-7px; top:-7px;}
.Timeline000753 .list li:hover time span{ font-size:18px;}
}
@media(max-width:480px){
.Timeline000753 .title h1{font-size:26px; }
}
@media(max-width:640px){
.Timeline000753 .list li .txt{ padding-right:0 !important; padding-left:3% !important; padding-top:70px;}
.Timeline000753 .list li .txt div::before{ display:none;}
.Timeline000753 .list li:hover time{ background-color:#ee7700; color:#fff;}
}



/* 获得荣誉 */

/*
 .PicList002239 为demo编号
 */
.PicList002239{padding:3% 0; }
.PicList002239 li{ border-bottom: 1px solid #e3e3e3; margin-bottom: 55px; text-align: center; }
.PicList002239 li .li1{ float: left;padding: 15.5px 0; font-size: 16px; color: #1e7fa2;}
.PicList002239 li .text{ padding: 0 10px}
.PicList002239 li .span2{ float: right; font-size: 14px; color: #999; padding:17px 0; padding-left: 30px; background: url(../images/PicList002239-icon.png) no-repeat left center}
.PicList002239 .open_info{ position:fixed; left:0; top:0; width:100%; height:100%; z-index:200; background:rgba(0,0,0,0.7); display:none;}
.PicList002239  .info_area{ position:absolute; width:90%; max-width:1200px; left:50%; transform:translate(-50%,-50%); top:50%; background:#fff; padding:5%;}
.PicList002239  .info_area .close{ position:absolute; right:0; width:31px; height:31px; top:-32px; background:#fff; cursor:pointer;}
.PicList002239  .info_area .close::before,
.PicList002239  .info_area .close::after{ position:absolute; content:''; width:25px; height:2px; background:#c53b19; top:15px; left:3px;}
.PicList002239  .info_area .close::before{ transform:rotate(45deg);} 
.PicList002239  .info_area .close::after{ transform:rotate(-45deg);} 
.PicList002239  .info_area .pic{width:100%; height:auto; overflow:hidden; top:0; left:0; text-align:center;} 
.PicList002239  .info_area .txt{ overflow:auto; padding-top:15px; text-align:center;}
.PicList002239 .info_area .pic img{height: 600px;}
@media (min-width: 640px) {
.PicList002239 li{ float: left; width: 48%; margin: 0 1% 55px;}	
}
@media (min-width: 1024px) {
.PicList002239 li{  width: 25%; }	
}
@media (min-width: 1250px) {
.PicList002239 .ul{ margin:0 -20px;}
.PicList002239 li{margin: 0 20px 55px  ; width: 270px;}	
}
@media(max-width:640px){
.PicList002239 .info_area .pic img{height: 500px;}
}


/* 招聘信息 */

/*
 .TextList002208 为demo编号
 */
.TextList002208{padding:3% 0; }
.TextList002208 .thead{ line-height:40px; text-align:center; background:#1e7fa2;}
.TextList002208 .thead span{ float:left; width:14%; color:#fff; display:block; font-size:14px; height:40px; text-align:center; font-weight:bold; position:relative;}
.TextList002208 .thead span+span{ border-left: solid 1px #fff;}
.TextList002208 .thead span i{ background:url(../images/TextList002208-icon.png) no-repeat -134px -78px; display:block; position:absolute; right:10px; top:50%; width:9px; height:5px; margin-top:-2px;}
.TextList002208 .dl{}
.TextList002208 .dl+.dl{ border-top:1px solid #fff;}
.TextList002208 .dl .dt{line-height:40px; text-align:center; cursor:pointer; background:#f3f3f3;}
.TextList002208 .dl .dt span{float:left; width:14%;  display:block; font-size:14px;}
.TextList002208 .dl .dt span.jobname{ text-align:left; padding-left:3%;}
.TextList002208 .dl .dt .btn{ text-decoration:underline; display:block; position:relative;}
.TextList002208 .dl .dt .btn i{ position:absolute;  right:15px; background:url(../images/TextList002208-icon.png) no-repeat -44px -82px ; display:block; width:21px; height:11px; top:50%; margin-top:-5px;}
.TextList002208 .conbox{ background:#fff; padding:20px 3%; display:none;}
.TextList002208 .conbox .h5{color:#333; font-size:12px;}
.TextList002208 .jobname{ width:30% !important;}
.TextList002208 .dl.active .dt span,.TextList002208 .dl.active .btn{ color:#1e7fa2;}
.TextList002208 .dl.active .dt .btn i{ background-position:-44px -70px;}
@media(max-width:1000px){
	.TextList002208 .dl .dt .btn{ padding-right:20px;}
	.TextList002208 .dl .dt .btn i{ background-position:-48px -82px; width:13px;}
	.TextList002208 .dl.active .dt .btn i{background-position:-48px -70px; }
	
}
@media(max-width:640px){
	.TextList002208 .jobyq,.TextList002208 .dl .dt .btn i,.TextList002208 .time,.TextList002208 .thead span i{ display:none !important;}
	.TextList002208 .thead span,.TextList002208 .dl .dt span{ width:23%;overflow:  hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow:  ellipsis; }
}



/* logo展示 */

/*PicList002171 */
.PicList002171{ padding:3% 0;}
.PicList002171 li{ float:left; width:18.4%; margin-right:2%; margin-bottom:2%;}
.PicList002171 li a{ border:1px solid #e8e8e8; position:relative; display:block;}
.PicList002171 li img{ display:block; width:100%;}
.PicList002171 li a figure{ position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(30,127,162,0.95); opacity:0; transition:0.3s;}
.PicList002171 li a:hover figure{ opacity:1;}
.PicList002171 li dl{ display:table;  width:100%; height:100%;}
.PicList002171 li dt{ display:table-cell; vertical-align:middle;text-align:center; font-size:16px; color:#fff;}
@media(min-width:769px){
.PicList002171 li:nth-child(5n){ margin-right:0;}
	.PicList002171 li img{height: 118px;}
}
@media(max-width:768px){
.PicList002171 li{ width:32%; margin-right:2%;}
}
@media(max-width:768px) and (min-width:481px){
.PicList002171 li:nth-child(3n){ margin-right:0;}
}
@media(max-width:480px){
.PicList002171 li{ width:49%;}
.PicList002171 li:nth-child(2n){ margin-right:0;}
.PicList002171 li dt{ font-size:15px;}
}




/* 合作场景 */

/*
 .PicList001747 为demo编号
 */
.PicList001747{ padding:3% 0;}
.PicList001747 li{float: left;width: 32%; margin-right: 2%; margin-bottom:3%;}
.PicList001747 li:nth-child(3n){ margin-right:0;}
.PicList001747 li a{display: block;}
.PicList001747 li a:hover{ box-shadow:0 0 10px #ccc;color:#1e7fa2;}
.PicList001747 li figure{ padding-bottom:37%;}
.PicList001747 li figure img{ display:none;}
.PicList001747 li div{ padding:4%;}
.PicList001747 li h3{ margin:0;font-size: 18px; color:#313131; font-weight:normal;}
.PicList001747 li p{line-height: 19px; margin:4% 0 0 0;color:#999; height:38px; overflow:hidden; font-size:14px;}
@media(max-width:768px){
.PicList001747 li{ width:49%;}
.PicList001747 li:nth-child(3n){ margin-right:2%;}
.PicList001747 li:nth-child(2n){ margin-right:0;}
}
@media(max-width:480px){
.PicList001747 h1{ font-size:18px;}
.PicList001747 li p{ font-size:12px;}
}



/* 投诉建议 */

/*Form002219*/
.Form002219{ padding:2% 0 3%;}
.Form002219 dl{ width:48%; float:left; padding-left:85px; min-height:40px; position:relative; margin-bottom:15px; max-width:420px;}
.Form002219 dl.odd{ margin-left:12%;}
.Form002219 dt{ color:#1e7fa2; font-size:14px; position:absolute; left:0; width:70px; text-align:left; line-height:40px;}
.Form002219 .text{ border:1px solid #dfdfdf; border-radius:5px; width:100%; padding:0 10px; line-height:38px; color:#5b5b5b;}
.Form002219 dl.dl{ width:100%; float:none; max-width:none;}
.Form002219 textarea{border:1px solid #dfdfdf; border-radius:5px;overflow:hidden; resize:none; width:100%; height:360px; padding:10px; color:#5b5b5b;}
.Form002219 .btn{ display:inline-block; line-height:40px; min-width:140px; margin-right:20px; background-color:#f3f3f3; color:#728391; font-size:14px; border:none; border-radius:5px; cursor:pointer;}
.Form002219 .submitbtn{ color:#fff; background-color:#1e7fa2;} 
@media(max-width:640px){
.Form002219 dl{ float:none; width:100%; margin-left:0 !important;}	
.Form002219 textarea{ height:250px;}
}
@media(max-width:480px){
.Form002219 .btn{ width:48%; margin-right:2%; float:left; display:block; min-width:2px;}	
}
/*Form002219 End*/





/* 联系方式 */


/*
 .RighInfo002275 为demo编号
 */
.RighInfo002275 .p,.RighInfo002275 .h2,{}
.RighInfo002275{padding: 8% 0}
.RighInfo002275 .single-header{ text-align:center; padding-bottom:5%;}
.RighInfo002275 .single-header h1{ color:#333; font-size:20px; margin:0 0 10px 0; font-weight:normal;}
.RighInfo002275 .single-header h3{color:#13aae0; font-size:16px; margin:0; font-weight:normal; position:relative;}
.RighInfo002275 .single-header h3:after{ content:""; display:block; height:1px; background-color:#f3eee9; width:100%; z-index:1; margin-top:15px;}
.RighInfo002275 .single-header h3 span{ position:relative; z-index:2; padding:0 30px; background-color:#fff;}
.RighInfo002275 .single-content{text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; overflow:hidden; font-size:14px; line-height:24px; padding-top:2%;}
.RighInfo002275 .single-content p{ text-indent:2em; margin:0; padding:10px 0; line-height: 26px; color:#888; }
.RighInfo002275 .single-content .no-textindent{ text-indent:0;}
.RighInfo002275 .single-content .no-textindent img{display:block; margin: 0 auto;}
@media screen and (min-width:768px){
  .RighInfo002275 .single-header h1{ font-size:24px;}
  .RighInfo002275 .single-header h3{ font-size:18px;}
  .RighInfo002275 .single-content p{ padding:12px 0;} 
  .RighInfo002275 .single-header h3:after{ background-color:#f3eee9; position:absolute; top:50%; z-index:1; margin-top:0;}
  
}
@media screen and (min-width:1024px){
  .RighInfo002275 .single-header h1{ font-size:26px;}
}

.RighInfo002275 .text{margin-bottom: 30px}
.RighInfo002275 .text .title{font-size: 30px;color: #e4e4e4;font-weight: normal;margin-bottom: 20px;}
.RighInfo002275 .text .title span{font-weight: 700;}
.RighInfo002275 .text .p{font-size: 16px;color:#666;line-height: 38px; margin: 0; padding: 0;}
.RighInfo002275 .map{width: 100%;height: 200px;}
.RighInfo002275 .map img{max-width: none !important;}

@media screen and (min-width: 768px) {
	.RighInfo002275 .text{float: right;width: 45%;}
	.RighInfo002275 .map{float: left;width: 50%;height: 260px;}
}

@media screen and (min-width: 1024px) {
	.RighInfo002275 .auto{background: url(../images/RighInfo002275-contact_bg.png) no-repeat right bottom;}
	.RighInfo002275 .map{float: left;width: 50%;height: 320px;}
	.RighInfo002275 .text .title{font-size: 52px;}
}

@media screen and (min-width: 1200px) {
	.RighInfo002275{padding: 50px 0 70px}
	.RighInfo002275 .text .title{margin-bottom: 75px}
	.RighInfo002275 .map{width: 700px;height: 430px;}
	.RighInfo002275 .text{width: 40%;}
	.RighInfo002275 .text{width: 40%; padding-left:5%;}

}


.RighInfo002275 .map #mapcontent{width: 100%; height: 100%;}


/*Form001852 */
.Form001852{ padding:0;}





.Form001852 .from-title{ text-align:center; padding:1% 0;}
.Form001852 .from-title h1{ margin:0; font-size:28px; padding:15px 0; font-weight:normal; color:#000;}
.Form001852 .from-title h1:after{ display:block; margin:0 auto; width:70px; height:3px; background-color:#1e7fa2; margin-top:10px; content:'';}
@media(max-width:640px){
.Form001852 .from-title h1{ font-size:30px;}
.Form001852 .from-title h1:after{ height:5px;}
}
.Form001852 .from{ max-width:1200px; margin:0 auto; }
.Form001852 .from td{ padding-bottom:3%;}
.Form001852 .from td div{ position:relative;}
.Form001852 .from td.f_name{ padding-right:2%; width:51%;}
.Form001852 .from label{ position:absolute; left:10px; top:0;line-height:44px; color:#999;}
.Form001852 .from .text{ width:100%; height:44px; line-height:44px; text-indent:10px; border:none; background:#f5f5f5;}
.Form001852 .from textarea.text{ height:132px;}
.Form001852 .from .btn{ text-align:center;}
.Form001852 .from .btn input{ font-weight:bold; cursor:pointer; padding:0; border:none; width:72px; height:36px; color:#fff; background:#1e7fa2;}




/* 新闻详情 */

/*
 .RighInfo001758 为demo编号
 */
.RighInfo001758{ padding:3% 0;color:#888; line-height:26px;}
.RighInfo001758 h1{ font-size:24px; font-weight:normal; color:#1e7fa2; text-align:center; line-height:36px; border-bottom:1px solid #f0f0f0; padding-bottom:1%; margin-bottom:3%;}
.RighInfo001758 h1 time{ font-size:14px; display:block; color:#999;}
.RighInfo001758 h1 time span{ padding-left: 15px;}
.RighInfo001758 p{font-size:14px;}


/*Page002046 */
.Page002046 .Pages{ text-align:center; padding:3% 0;}
.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:#0079c3; 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_jump,
.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);}
@media(max-width:640px){
	.Page002046 .Pages .a_first,
	.Page002046 .Pages .a_end{ display:none;}
}
@media(max-width:480px){
	.Page002046 .Pages a{padding:0 5px; }
}

/*
 .Form001413 为demo编号
 */
.Form001413{ padding: 2% 0;}
.Form001413 .tips{ padding:20px 0;border-bottom:1px solid #e5e5e5; font-size:14px;position:relative; color:#666;}
.Form001413 .tips h1{ margin:0; font-weight:normal; font-size:18px; color:#25a6d2;}
.Form001413 .search{ position:absolute; right:0; top:50%; margin-top:-25px;width:293px; height:46px; border:2px solid #999; }
.Form001413 .search input{border:none; }

.Form001413 .search .text{ width:227px; height:46px; line-height:46px; padding:0 56px 0 10px; background:none; color:#999;}
.Form001413 .search .btn{ cursor:pointer; position:absolute; right:0; top:0; width:56px; height:100%;}

.News_list li{ border-bottom:1px solid #f5f5f5; line-height:40px;}
.News_list li time{ float:right;}

.Form001413 .form{ padding-top:30px;}
.Form001413 .form td{ padding-bottom:20px; font-size:14px; }
.Form001413 .form td.w1{ width:260px;}
.Form001413 .form td.w2{ width:32px;}

.Form001413 .form .text{ width:100%;border:1px solid #cfcfcf; line-height:36px;height:36px; text-indent:10px; background:none; }
.Form001413 .form p{ margin:0 0 10px 0;color:#25a6d2;}
.Form001413 .form td em{ font-style:normal; color:#bcbcbc; margin-left:-40px;}
.Form001413 .form td em i{ font-style:normal; color:#fadbbe;}
.Form001413 .form .btn{ background:#25a6d2; color:#fff; cursor:pointer; font-size:18px; width:180px; height:50px; border:none; margin-top:20px;}
.Form001413 .form dl{ position:relative;}
.Form001413 .form dt{ text-indent:10px; cursor:pointer; border:1px solid #cfcfcf;line-height:36px;height:36px;}
.Form001413 .form dd{ display:none; position:absolute; left:0; top:100%; background-color:#eee; width:100%; z-index:10;}
.Form001413 .form dd a{ display:block; line-height:36px; padding:0 10px;}
.Form001413 .form dd a:hover{ background-color:#ccc;}

/*
 .RighInfo002224 为demo编号
 */
.RighInfo002224{}
.RighInfo002224 .item{}
.RighInfo002224 .wrap-content{}
.RighInfo002224 .item{ color:#323232; margin:30px 0;}
.RighInfo002224 .item .word{ text-align:center;}
.RighInfo002224 .item .pic{ text-align:center; padding-top:20px;}
.RighInfo002224 .item .tit{ margin-top:0; font-size:24px; font-weight:normal; font-style:italic;}
.RighInfo002224 .item .tit em{ font-size:12px; display:block; padding-left:22px; text-transform:uppercase;}
.RighInfo002224 .item .con{line-height:22px; position:relative; margin:0;}
.RighInfo002224 .item .con:before{ display:none;}
.RighInfo002224 .item:first-child .tit{ font-style:normal;}
@media screen and (min-width: 768px){
	.RighInfo002224 .item{ margin:70px 0;}
	.RighInfo002224 .item .word{ float:left; width:27%; text-align:left;}
	.RighInfo002224 .item .pic{ float:right; width:66%;}
	.RighInfo002224 .item:nth-child(even) .word{ width:37%;}
	.RighInfo002224 .item:nth-child(even) .pic{ width:48%; padding-top:0;}
	.RighInfo002224 .item:nth-child(odd) .word{ float:right; width:37%;}
	.RighInfo002224 .item:nth-child(odd) .pic{ float:left; width:48%;}
	.RighInfo002224 .item:first-child .pic{ width:48%;}
	.RighInfo002224 .item .tit{font-size:30px; }
	.RighInfo002224 .item .word{ padding-top:40px;}
	.RighInfo002224 .item .con{line-height:24px; max-height:96px; overflow:hidden;padding-left:32px;}
	.RighInfo002224 .item .con:before{ position:absolute; left:0; top:10px; height:50%; max-height:60px; width:3px; content:""; background-color:#c9b27c; display:block;}
	.RighInfo002224 .item .tit em{ font-size:14px;}

}
@media screen and (min-width: 1024px){
	.RighInfo002224 .item .tit{font-size:36px; }
	.RighInfo002224 .item .word{ padding-top:90px;}
	.RighInfo002224 .item .con{line-height:30px;max-height:120px;}
}
/*
 .pinpaixinxiang 为demo编号
 */
.pinpaixinxiang .auto{ max-width: 1200px;}
@media only screen and (max-width:1200px ) {
	.pinpaixinxiang .auto{ padding-left: 2%; padding-right: 2%;}
}
.pinpaixinxiang .con-head em{position:relative; margin:2% 0; font-style:normal; display: inline-block; color:#333; font-size:18px; padding-bottom:20px;    }
.pinpaixinxiang .con-head em span{ color:#005bac;}
.pinpaixinxiang .con-head em:before{position:absolute; left:0; bottom:0px; width:40px; height:3px; content:""; background:#f8b62b; }
.pinpaixinxiang .box1{ padding:5% 0 4% 0; background: #f6f6f6;}
.pinpaixinxiang .box1 .tit{ text-align:center; font-size:24px; font-family:'微软雅黑'; font-weight:normal;  color:#333; margin:0; padding-bottom:25px; position:relative;    }
.pinpaixinxiang .box1 .tit:after{ display:block; margin:0 auto; width:68px; height:1px; background-color:#bbb; margin-top:16px; content:''; }
.pinpaixinxiang .box1 .text{ position:relative; color: #333; padding: 15px 0;}
.pinpaixinxiang .img1{ float:left; width:278px; height:49px; margin-right:2%; margin-bottom:1%;}
@media only screen and (min-width:768px ) {
	.pinpaixinxiang .con-head em{ font-size: 22px;}
	.pinpaixinxiang .tit{ font-size:28px;}
}
@media only screen and (min-width:1024px ) {
	.pinpaixinxiang .con-head em{ font-size: 24px;}
	.pinpaixinxiang .tit{ font-size:32px;}
}

.pinpaixinxiang .box2{ background: #fff; padding:40px 0;}
.pinpaixinxiang .box2 .list{ padding-top: 25px;}
.pinpaixinxiang .box2 li{float:left;width: 20%;text-align: center; position:relative;}
.pinpaixinxiang .box2 li:before{ position:absolute; content:''; width:1px; border-right:1px solid #f4f4f4; right:0; top:0; height:100%;}
.pinpaixinxiang .box2 li:first-child{ border-left:1px solid #f4f4f4;}
.pinpaixinxiang .box2 li a{display: block; margin:0 auto; width:60%; max-width:206px;}
.pinpaixinxiang .box2 li figure img{ width:100%; max-width:82px;-webkit-transition:all ease 0.5s;transition:all ease 0.5s; position: relative; top: 0;}
.pinpaixinxiang .box2 li:hover figure img{ top: -10px;}
.pinpaixinxiang .box2 li h3{font-size: 18px; color: #333; margin:25px 0 15px;}
.pinpaixinxiang .box2 li p{line-height: 24px; height:96px; text-align:left; overflow:hidden;font-size: 14px;color: #a8a8a8; margin-top:20px;}
@media(max-width:767px){
	.pinpaixinxiang .box2{  padding:20px 0;}
	.pinpaixinxiang .box2 li{ width:50%; margin-bottom:2%;}
	.pinpaixinxiang .box2 li{ border-left:1px solid #f4f4f4;}
	.pinpaixinxiang .box2 li:nth-child(2n){ border-left:1px solid #fff;}
}

/*Formhezuojiameng*/
.Formhezuojiameng{ padding:3% 0;margin: 3px}
.Formhezuojiameng dl{ width:48%; float:left; padding-left:100px; min-height:40px; position:relative; margin-bottom:30px; max-width:420px;}
.Formhezuojiameng dl.odd{ margin-left:12%;}
.Formhezuojiameng dt{ color:#1e7fa2; font-size:14px; position:absolute; left:0; width:100px; text-align:left; line-height:40px;}
.Formhezuojiameng .text{ border:1px solid #dfdfdf; border-radius:5px; width:100%; padding:0 10px; line-height:38px; color:#5b5b5b;}
.Formhezuojiameng select{ border:1px solid #dfdfdf; border-radius:5px; width:100%; padding:0 10px; line-height:38px; color:#5b5b5b;height: 40px;line-height: 40px;}
.Formhezuojiameng dl.dl{ width:100%; float:none; max-width:none;}
.Formhezuojiameng textarea{border:1px solid #dfdfdf; border-radius:5px;overflow:hidden; resize:none; width:100%; height:360px; padding:10px; color:#5b5b5b;}
.Formhezuojiameng .btn{ display:inline-block; line-height:40px; min-width:140px; margin-right:20px; background-color:#f3f3f3; color:#728391; font-size:14px; border:none; border-radius:5px; cursor:pointer;}
.Formhezuojiameng .submitbtn{ color:#fff; background-color:#1e7fa2;}
@media(max-width:640px){
	.Formhezuojiameng dl{ float:none; width:100%; margin-left:0 !important;}
	.Formhezuojiameng textarea{ height:250px;}
}
@media(max-width:480px){
	.Formhezuojiameng .btn{ width:48%; margin-right:2%; float:left; display:block; min-width:2px;}
}
/*Formhezuojiameng End*/

.info_pn{ padding-top: 5%;}
.info_pn span{ display: block; width: 32%; margin-right: 2%; float:  left;overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; white-space: nowrap; font-size: 16px; text-align: center;}
.info_pn span:nth-child(3){ margin-right: 0;}

@media(max-width:640px){
	.info_pn span{ width: 100%; margin-right: 0; text-align: left;}
}




/*搜索中心*/
.min350{ min-height:500px;}
.search_list{ margin-top:40px;}
.search_list li{ font-size: 16px; border-bottom:solid 1px #e1e1e1; line-height:25px; padding:5px 0; float: left; width: 100%; }
.search_list li time{ min-width:71px; float:right; font-size:14px; display:block; white-space:nowrap; }
.search_list li span{ display:block; width:73%; float: left; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-weight:initial;}
