﻿/*page reset*/
img { width:100%; } 



 /* 表格-行*/
 .Row{ width:100%; overflow:hidden;clear:both; content:"\200B";  }
 
 /*盒子水平居中*/
 html .box-c { margin-left:auto; margin-right:auto; }
 html .box-abs-c{ position: absolute; top:0; left:0;right:0; margin:auto; }

.textBox{ }
.textBox .text{ text-indent:2rem; line-height:28px;}
.ContentBox{ }

.bg-img { width:100%; }

/*Page*/
.Page{}
.Page{ min-width:1200px;}


/*顶部*/
.PageHead{ background-color:#130153; text-align:center;}
.PageHead img{ width:100%;}


/*中部*/
.PageMiddle{ overflow:hidden; position:relative; max-width:100%; margin:0 auto; z-index:1; padding-top:0.01px;/*无奈之举*/ background:url(../img/001_bg_y.jpg) repeat-y left top; background-size:100% 1px; }
.PageMiddle .MiddleTop{ z-index:-1;  margin:0 auto; width:1100px;  }
.PageMiddle .Mid-TopText{ width:63%; margin:0 auto; text-align:center; color:#fff; z-index:10;  height:70px; line-height:70px; font-size:37px;  }
.PageMiddle .MiddleTop img{ }
.PageMiddle > div[class*=Middle]{ z-index:-1; }
.PageMiddle > div.Middle{ z-index:1; }
.PageMiddle img.bg-img{ position:absolute;top:0; left:0; z-index:-1; }
.PageMiddle > .Middle{ position:relative; margin:0 auto; min-height:337px; width:900px;  }

/*中间的内容*/
.PageMiddle .Row_Number{ position:relative; }
.PageMiddle .Row1{ padding:50px 69px; background:#fff; }
.PageMiddle .Row1 .ContentBox{ border:1px solid #d2d2d2; box-shadow:1px 1px 2px #b5b5b5; }
.PageMiddle .Row1 .textBox{ padding:12px 20px;  }
.PageMiddle .Row2{ background:url(../img/04.png) no-repeat center center; height:100px; margin-top:100px; margin-bottom:37px; }
.PageMiddle .Row3{ background:#fff; border-radius: 0px 0px 58px 58px; border:1px solid #d2d2d2; min-height:444px; }
.PageMiddle .Row3 .ContentBox{  margin:35px 35px 35px 208px; border:none; }
.PageMiddle .Row3 .textBox{ padding:12px 20px; }
.PageMiddle .Row3 .RowMenu{ position:absolute; }
.PageMiddle .Row3 .RowMenu ul{ margin-top:36px; margin-left:-10px; }
.PageMiddle .Row3 .RowMenu ul li{ background:url(../img/05.png) no-repeat center center; width:187px; height:58px; margin-bottom:10px; line-height:58px; text-align:center; }
.PageMiddle .Row3 .RowMenu ul li a{ font-size:26.3px; color:#fff; display:block; width:100%; height:100%; }
.PageMiddle .Row3 .RowMenu ul li a:hover{ text-decoration:none; cursor:pointer; }
.PageMiddle .Row3 .RowMenu ul li.activa{ background-image:url(../img/05.activa.png); }
.PageMiddle .Row4{ background:url(../img/06.png) no-repeat center center; height:102px; margin-top:100px; margin-bottom:37px; }
/*.PageMiddle .Row5{  width:1200px; height:408px; overflow:hidden; }
.PageMiddle .Row5 .Prods{  width:1254px; height:408px;  position:relative; }/*如需滚动请改为 position:absolute; 定位方式* /
.PageMiddle .Row5 .Prods .Prod{  width:375px; margin-right:37px; float:left; height:408px; background:#fff; }
.PageMiddle .Row5 .Prod .ContentBox{ margin:10px; position:relative; }
.PageMiddle .Row5 .Prod .ContentBox .img{ box-shadow:3px 6px 6px #4d4d4d; margin-bottom:14px; }
.PageMiddle .Row5 .Prod .ContentBox .textBox{ height:90px; width:100%; overflow:hidden; line-height:21px; }
.PageMiddle .Row5 .Prod .ContentBox .m{ font-size:21px; color:#14b1a8; }
.PageMiddle .Row5 .Prod .ContentBox .m span{ font-size:36px; font-weight:bold; }
.PageMiddle .Row5 .Prod .ContentBox .moreLink{ display:block; width:130px; height:38px; float:right; position:absolute; right:6px; bottom:0; background:url(../img/08.png) no-repeat left top; }*/
.PageMiddle .Row5{  width:100%; overflow:hidden; }
.PageMiddle .Row5 .Prods{  width:107%;  position:relative; }/*如需滚动请改为 position:absolute; 定位方式*/
.PageMiddle .Row5 .Prods .Prod{  width:30%; margin-right:1.7%; float:left; background:#fff; }
.PageMiddle .Row5 .Prod .ContentBox{ margin:10px; position:relative; }
.PageMiddle .Row5 .Prod .ContentBox .img{ box-shadow:3px 6px 6px #4d4d4d; margin-bottom:14px; }
.PageMiddle .Row5 .Prod .ContentBox .textBox{ height:90px; width:100%; overflow:hidden; line-height:21px; }
.PageMiddle .Row5 .Prod .ContentBox .m{ font-size:21px; color:#14b1a8; }
.PageMiddle .Row5 .Prod .ContentBox .m span{ font-size:36px; font-weight:bold; }
.PageMiddle .Row5 .Prod .ContentBox .moreLink{ display:block; width:130px; height:38px; float:right; position:absolute; right:6px; bottom:0; background:url(../img/08.png) no-repeat left top; }

.PageMiddle .Row6{  height:31px; margin-top:37px; margin-bottom:110px; width:100%; }
.PageMiddle .Row6 a.moreLink{ display:block; width:121px; height:31px; float:right; right:6px; top:0; background:url(../img/07.png) no-repeat left top; }


/*底部*/
.PageBottom{ background-color:#14b1a8; height:62px; }



/*其他*/
.PageLoadShow{ display:none;}