 /*首页*/
 /*head*/
 
 .toplogo {
     background: url(../../images/logo.png)no-repeat center;
     width: 140px;
     height: 126px;
     display: block;
     float: left;
     background-size: contain;
 }
 
 .topUl {
     float: left;
     margin-left: 80px;
 }
 
 .topUl>li {
     float: left;
 }
 
 .topUl>li>a {
     color: #333333;
     padding: 0 14px;
     height: 133px;
     overflow: hidden;
 }
 
 .topUl>li>a p {
     font-size: 14px;
     line-height: 133px;
     text-align: center;
 }
 
 .topUl>li>a span {
     display: block;
     transform: rotate(90deg);
     line-height: 18px;
     opacity: 0;
     margin-top: -16px;
 }
 
 .topUl>li>a:hover span,
 .topUl>li>a.hover span {
     opacity: 1;
     z-index: 888;
 }
 
 .topUl>li>a:hover,
 .topUl>li>a.hover {
     color: #fff;
     background: url(../../images/topulhover.jpg) no-repeat center;
     -webkit-background-size: 102px 132px;
     background-size: 102px 132px;
 }
 
 .topbanner {
     overflow: hidden;
     width: 100%;
 }
 
 .topbanner img {
     width: 100%;
 }
 
 .lng {
     float: right;
     margin-top: 50px;
 }
 
 .lng li {
     float: left;
 }
 
 .lng li a {
     display: inline-block;
     padding: 4px 5px;
     font-size: 14px;
     color: #4a92bb;
     margin-right: 0;
     background-color: #fff;
 }
 
 .lng li a:hover,.lng li a.hover{
     background-color: #409bbf;
     color: #fff;
 }
 /*header end*/
 /*middle content*/
 /*产品展示*/
 
 .propic {
     background: url(../../images/indexpropic.jpg)no-repeat center;
     background-size: 100% 990px;
     -webkit-background-size: 100% 990px;
     width: 100%;
     height: auto;
     padding-bottom: 10px;
 }
 
 .itemPic {
     background: url(../../images/titlepic.png)no-repeat center;
     width: 627px;
     line-height: 32px;
     -webkit-background-size: 627px 4px;
     background-size: 627px 4px;
     margin: 0 auto;
     padding: 40px 0;
 }
 
 .itemPic>a {
     font-size: 32px;
     color: #000;
     line-height: 32px;
     text-align: center;
 }
 
 .itemPic>a:hover {
     font-weight: bold;
 }
 
 .Lp {
     background-color: #fff;
     width: 317px;
     padding-left: 8px;
     float: left;
 }
 
 .Lp>li>a {
     color: #139893;
     font-size: 16px;
     line-height: 32px;
     border-bottom: 1px solid #d3d4d4;
     font-weight: bold;
     text-transform: none;
 }
 
 .Lp>li>a:hover {
     text-decoration: underline;
 }
 
 .rP {
     float: right;
     width: 684px;
 }
 
 .rP>li {
     float: left;
     margin-right: 9px;
     margin-bottom: 9px;
 }
 
 .rP>li a {
     color: #fff;
     line-height: 30px;
     font-size: 15px;
     text-align: center;
     position: relative;
     border: 1px solid #fff;
 }
 
 .rP>li a img {
     padding-bottom: 10px;
 }
 
 .rP>li a:hover {
     border: 1px solid #14a3d0;
 }
 
 .rP>li a p {
     background-color: #6fb4cf;
     position: absolute;
     bottom: 0;
     width: 100%;
     text-transform: none;
 }
 
 .about
content {
     border-bottom: 5px solid #1566c1;
 }
 
 .aboutcontent img {
     float: left;
 }
 
 .aboutcontent>div.content {
     float: left;
     width: 672px;
 }
 
 .aboutcontent>div.content h1 {
     font-size: 24px;
     line-height: 66px;
     background-color: #409bbf;
     text-align: center;
     display: inline-block;
     padding: 0 30px;
     margin-top: 28px;
     margin-bottom: 18px;
     color: #fff;
 }
 
 .aboutcontent>div.content p {
     font-size: 14px;
     color: #333333;
     line-height: 30px;
     text-align: left;
     text-indent: 2em;
     width: 610px;
     margin: 0 auto;
     text-transform: none;
     text-align: left;
 }
 
 .aboutcontent>div.content span {
     display: block;
     float: right;
     background-color: #e6c50e;
     font-size: 14px;
     color: #fff;
     padding: 10px 15px;
 }
 
 .aboutcontent>div.content>a span:hover {
     border-radius: 8px;
 }
 
 table.pcss td {
     height: 306px;
 }
 
 table.pcss td>a {
     background-color: #eeeeee;
     padding: 5px 5px;
     border-radius: 8px;
 }
 
 table.pcss td>a p {
     text-align: center;
     padding: 0 30px;
     font-size: 18px;
     line-height: 36px;
     color: #626262;
 }
 
 table.pcss td>a p span {
     transform: rotate(90deg);
     -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
     float: right;
     display: block;
     font-size: 33px;
     color: #2c3e50;
     line-height: 36px;
 }
 
 #demo {
     width: 100%;
     overflow: hidden;
     margin: 0px auto;
 }
 
 table.pcss td>a:hover {
     background-color: #409bbf;
 }
 
 table.pcss td>a:hover p {
     background-color: #444545;
 }
 
 table.pcss td>a:hover span,
 table.pcss td>a:hover p {
     color: #fff;
 }
 
 table.pcss td>a:hover img {
     height: 260px;
 }
 
 .indexNews {
     padding: 0 4px;
 }
 
 .indexNews>li {
     float: left;
     margin-right: 119px;
     margin-bottom: 40px;
 }
 
 .indexNews>li>a span {
     padding: 24px 22px;
     border: 1px solid #d8d8d8;
 }
 
 .indexNews>li>a span h1 {
     font-size: 55px;
     color: #333333;
     line-height: 55px;
     padding-bottom: 4px;
     border-bottom: 1px solid #d8d8d8;
     text-align: center;
 }
 
 .indexNews>li>a span p {
     color: #a8a8a8;
     font-size: 12px;
     line-height: 24px;
     text-align: center;
 }
 
 .indexNews>li>a>div.content,
 .indexNews>li>a>span {
     vertical-align: bottom;
     display: inline-block;
 }
 
 .indexNews>li>a>div.content {
     width: 300px;
     margin-left: 18px;
     padding-bottom: 10px;
 }
 
 .indexNews>li>a>div.content p {
     color: #333333;
     font-size: 16px;
     line-height: 40px;
     text-transform: capitalize;
 }
 
 .indexNews>li>a>div.content h2 {
     color: #a8a8a8;
     font-size: 12px;
     line-height: 30px;
     margin-top: 10px;
     text-transform: capitalize;
 }
 
 .indexNews>li>a>div.content {
     background: url(../../images/newspic.png) no-repeat 22px bottom;
     -webkit-background-size: 274px 42px;
     background-size: 274px 42px;
 }
 
 .indexNews>li>a:hover span h1 {
     border-bottom: 1px solid #409bbf;
 }
 
 .indexNews>li>a:hover>div.content p,
 .indexNews>li>a:hover span h1,
 .indexNews>li>a:hover span p {
     color: #409bbf;
 }
 
 .indexNews>li>a:hover>div.content {
     background: url(../../images/newspicc.png) no-repeat 22px bottom;
 }
 
 .inContact {
     background-color: #f5f5f5;
     display: inline-block;
     padding: 0 9px;
     margin-bottom: 70px;
 }
 
 .inContact>a {
     width: 324px;
     margin-right: 18px;
     float: left;
     padding-top: 158px;
 }
 
 .inContact>a img {
     text-align: center;
     margin: 0 auto;
 }
 
 .inContact>a span {
     display: block;
     font-size: 30px;
     line-height: 60px;
     color: #999999;
     text-align: center;
 }
 
 .inContact>a p {
     font-size: 18px;
     line-height: 36px;
     color: #333333;
     text-align: center;
     text-transform: none;
 }
 
 .inContact>a:hover {
     background-color: #419cc0 !important;
 }
 
 .inContact>a:hover p,
 .inContact>a:hover span {
     color: #fff!important;
 }
 
 .inContact>a.A {
     background: url(../../images/add.png) no-repeat center 53px;
 }
 
 .inContact>a.A:hover {
     background: url(../../images/addw.png) no-repeat center 53px;
 }
 
 .inContact>a.T {
     background: url(../../images/tel.png) no-repeat center 53px;
 }
 
 .inContact>a.T:hover {
     background: url(../../images/telw.png) no-repeat center 53px;
 }
 
 .inContact>a.M {
     background: url(../../images/mess.png) no-repeat center 53px;
 }
 
 .inContact>a.M:hover {
     background: url(../../images/messw.png) no-repeat center 53px;
 }
 /*footer*/
 
 .footer {
     background: url(../../images/footerpic.png) no-repeat center;
     width: 100%;
     height: 218px;
 }
 
 .footerUl {
     float: left;
     margin-top: 98px;
     margin-left: 120px;
 }
 
 .footerUl li {
     float: left;
     border-right: 1px solid #fff;
     /*width:90px;*/
     padding: 0 10px;
 }
 
 .footerUl li>a:hover p {
     text-decoration: underline;
 }
 
 .footerUl li>a>p {
     font-size: 12px;
     line-height: 12px;
     color: #fff;
     text-align: center;
 }
 
 .link {
     float: right;
     padding-top: 26px;
     margin-right: 80px;
 }
 
 .link a {
     float: left;
     font-size: 12px;
     color: #fff;
 }
 
 .link a:hover {
     text-decoration: underline;
 }
 /*left*/
 
 .leftcontent {
     float: left;
     margin-top: -80px;
     position: relative;
     z-index: 88;
 }
 
 .leftcontent>span {
     height: 9px;
     width: 100%;
     background-color: #a6ced8;
     margin-top: 1px;
     display: block;
 }
 
 .topleft {
     background-color: #81a7cd;
     padding: 32px 165px 32px 20px;
 }
 
 .topleft>p {
     font-size: 14px;
     line-height: 16px;
     color: #fff;
     text-transform: capitalize;
 }
 
 .topleft>p.p1 {
     font-size: 24px;
     line-height: 40px;
 }
 /*position*/
 
 .changeUrl {
     float: right;
 }
 
 .changeUrl>a {
     display: inline-block;
     font-size: 14px;
     line-height: 28px;
     color: #464545;
 }
 
 .changeUrl>a:hover {
     text-decoration: underline;
 }
 
 .pL {
     margin-top: 37px;
 }
 
 .pL>li {
     float: left;
     margin-right: 46px;
 }
 
 .pL>li a p {
     color: #464545;
     font-size: 18px;
     line-height: 52px;
     text-align: center;
     text-transform: none;
 }
 /*about*/
 
 .aboutP {
     margin-top: 68px;
 }
 
 .aboutP,
 .aboutPimg {
     display: inline-block;
     vertical-align: middle;
 }
 
 .aboutP p {
     font-size: 16px;
     color: #464545;
     line-height: 32px;
     margin-bottom: 10px;
     text-transform: none;
     text-align: left;
 }
 /*honour*/
 
 .hL {
     padding: 20px 54px;
 }
 
 .hL>li {
     float: left;
     margin-right: 60px;
     margin-bottom: 60px;
 }
 .hL>li a img {
     border: 1px solid #d5e1e5;
 }
 /*equioment*/
 
 .Ep {
     background-color: #fff;
     width: 241px;
     padding: 27px 20px;
     float: left;
 }
 
 .Ep>li {
     margin-bottom: 4px;
 }
 
 .Ep>li>a {
     color: #4e5253;
     font-size: 14px;
     line-height: 40px;
     background-color: #a4cedc;
     padding: 0 16px;
     text-transform: none;
 }
 
 .Ep>li>a:hover,
 .Ep>li>a.hover {
     color: #fff;
     background-color: #81a7cc;
 }
 
 .ERP {
     float: right;
     width: 684px;
 }
 
 .ERP>li {
     float: left;
     margin-right: 7px;
     margin-bottom: 9px;
 }
 
 .ERP>li a {
     color: #2c2c2c;
     line-height: 30px;
     font-size: 15px;
     text-align: center;
     position: relative;
     border: 1px solid #fff;
     text-transform: none;
 }
 
 .ERP>li a img {
     padding-bottom: 10px;
 }
 
 .ERP>li a:hover {
     border: 1px solid #14a3d0;
 }
 
 .ERP>li a p {
     background-color: #dbebf1;
     position: absolute;
     bottom: 0;
     width: 100%;
 }
 /*news*/
 
 .detail {
     padding: 16px 61px;
 }
 
 .detail>li {
     border-top: 1px dashed #cccccc;
     padding: 30px 0;
 }
 
 .detail>li>a {
     overflow: hidden;
     opacity: 0.8;
 }
 
 .detail>li>a>img {
     float: left;
     margin-left: 15px;
 }
 
 .detail>li>a>div.contentp {
     float: left;
     margin-left: 40px;
     width: 585px;
 }
 
 .detail>li>a>div.contentp h1 {
     font-size: 16px;
     color: #666666;
     line-height: 32px;
     text-transform: none;
 }
 
 .detail>li>a>div.contentp span {
     font-size: 14px;
     color: #999999;
     display: block;
     line-height: 20px;
 }
 
 .detail>li>a>div.contentp p {
     font-size: 14px;
     color: #666666;
     line-height: 28px;
     margin-top: 12px;
     text-transform: none;
 }
 
 .detail>li>a:hover {
     opacity: 1;
 }
 /*newsmore*/
 
 .titleDate {
     border-bottom: 1px dashed #cacccb;
     padding-bottom: 12px;
     padding-top: 40px;
 }
 
 .titleDate>h1,
 .titleDate>p {
     text-align: center;
     float: none;
     margin-right: 0;
 }
 
 .titleDate>h1 {
     font-size: 20px;
     line-height: 20px;
     text-transform: none;
 }
 
 .titleDate>p {
     font-size: 14px;
     color: #808080;
     margin-top: 20px;
     line-height: 14px;
 }
 
 .pp3 {
     padding-top: 32px;
     padding-bottom: 46px;
 }
 
 .pp3>p {
     margin: 13px 0px 0px;
     padding: 0px 0px 9px;
     font-size: 14px;
     color: #3c3c3d;
     line-height: 20px;
     text-transform: none;
 }
 /*map*/
 
 .rightcontent {
     margin-top: 26px;
     text-align: center;
 }
 
 .rightcontent .title {
     display: inline-block;
 }
 
 .rightcontent .title p {
     font-size: 20px;
     color: #444444;
     line-height: 20px;
     display: inline-block;
     padding: 0 10px;
 }
 
 .rightcontent .title p,
 .title span.sq {
     vertical-align: middle;
 }
 
 .rightcontent .title span.sq {
     width: 65px;
     display: inline-block;
     height: 2px;
     background-color: #cfd8cf;
 }
 
 .contactmore {
     margin-top: 14px;
 }
 
 .contactmore p {
     font-size: 14px;
     line-height: 32px;
     color: #333333;
     text-align: center;
     text-transform: none;
 }
 
 .form {
     padding: 40px 0;
 }
