@charset "utf-8";
/* CSS Document */
/* index box css style start */
@keyframes fadeInOut {
        0%, 100% { opacity: 0; } /* 开始和结束时透明 */
        20%, 80% { opacity: 1; } /* 中间显示 */
}
.box { margin:15px auto; width:1200px; }
.box .videoi { width:656px; height:371px; float:left; border-radius: 10px 10px 10px 10px;border:10px solid #505050; margin:0 10px 10px 0; }
.box .videoi .video { width:640px; height:355px;display:block; margin:10px auto;position:relative; }
.box .videoi .video img { width:636px;height:351px;display:none;top:0;
        left: 0;
		position: absolute; /* 设置绝对定位 */
        opacity: 0; /* 初始时透明 */
        transition: opacity 1s ease-in-out; /* 设置过渡效果 */
		animation: fadeInOut 5s infinite;
 }
.box .about { background:#272822; border:1px solid #f2f2f2; float:right; width:500px; height:388px; overflow:hidden; }

.box .about .page { background: #fff; width:480px; height:365px;margin: 10px 10px 10px 10px;
 /* Optional Gradient */
  background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
  background: linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
.box .about .page h2 { padding:25px 0 0 85px; font: 800 35px/1.5 'Lilita One', Helvetica, sans-serif; font-weight:bold;text-shadow:5px 5px 5px #ddd; }
.box .about .page p { padding: 0px 10px; font: 14px/1.5 Helvetica, sans-serif; color: #4b4b4b; line-height:160%; margin-bottom:15px; }
.box .about .foldtl { position: relative; -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.8); -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.8); box-shadow: 5px 5px 5px rgba(0,0,0,0.8); }
.box .about .foldtl:before { content: ""; position: absolute; top: 0%; left: 0%; width: 0px; height: 0px; border-bottom: 70px solid #eee; border-left: 70px solid transparent;
  -webkit-box-shadow: 7px 7px 7px rgba(0,0,0,0.3); -moz-box-shadow: 7px 7px 7px rgba(0,0,0,0.3); box-shadow: 7px 7px 7px rgba(0,0,0,0.3);
}
.box .about .foldtl:after { content: ""; position: absolute; top: 0%; left: 0%; width: 0px; height: 0px; border-top: 69px solid #272822; border-right: 69px solid transparent; }
/* index box css style end */
<!-- contact css start -->
@keyframes marquee {
  0% { transform: translateX(100%); } /* 从右向左滚动 */
  100% { transform: translateX(-100%); }
}
.box .contact { width:1200px; height:40px; margin:10px auto; }
.box .contact .newHand { float:left;width:80px;background:#FF0000;color:#FFFFFF;opacity:0.7;font-size:14px;text-align:center;height:38px;line-height:38px;border-radius:5px 0 0 5px;border:1px solid #FF0000; }
.box .contact .HandList { float:left;height:38px;line-height:38px;width:1117px;border:1px solid #FF0000; border-left:none;border-radius:0 5px 5px 0;position: relative; overflow:hidden; }
.box .contact .HandList a { display:block;height:38px;line-height:38px;animation: marquee 10s linear infinite; padding-left:5px; /* 应用动画 */ }
<!-- contact css end -->
<!-- server start -->
.box .server { width:1200px;border:0px;color:#333333;position:relative; }
.box .server .serleft { float:left; width:300px; height:535px; border:1px solid #ddd;border-radius:5px 0px 0px 5px;padding:0px; position:relative; }
.box .server .serleft .serItem { display:block; height:35px; margin:5px auto; width:290px; border:1px solid #ddd; background:#70b800;border-radius:5px;color:#FFFFFF;opacity: 0.7;border-radius:4px; text-align:center; font-size:22px; line-height:35px;  }
.box .server .serleft ul { margin:0px;padding:0px; }
.box .server .serleft ul.tabs li a,.box .server .serleft .serItem ul.tabs li a span{ display:block; }
.box .server .serleft ul.tabs { z-index:10;height:34px; position:absolute;top:45px;left:0px;width:100%; }
.box .server .serleft ul.tabs li { display:block;width:100%;border:1px solid #dfe5e6; border-left:none; border-right:none;background:#f3f6f7; margin-top:5px; }
.box .server .serleft ul.tabs li a { height:34px; background-position:left top;margin-bottom:5px;}
.box .server .serleft ul.tabs li a span { display:block;font-size:15px;height:33px; line-height:33px;padding:0px 15px; color:#626a70;-webkit-transition:0.3s; transition:0.3s;}
.box .server .serleft ul.tabs li a:hover span{ font-size:17px; font-weight:bold;color:red;transition: all 1s ease;text-shadow:5px 5px 5px #ddd;} 
.box .server .serleft ul.tabs li a span img{ vertical-align: middle; }
.box .server .serleft ul.tabs li.active { border-right:1px solid #fff; background:#fff;width:301px; }

.box .server .serright { float:right; width:897px;height:535px;border:1px solid #ddd; border-left:none;border-radius:0px 5px 5px 0px;padding:0px;overflow:hidden;  }
.box .server .serright .rightShow { margin:5px auto; width:98%; height:auto; }
/* 表格特殊样式 start */
.box .server .serright .rightShow .splittds { font-family:"微软雅黑";font-size:16px;font-weight:bold;font-style:normal;border-collapse:separate;margin:20px auto; width:98%; }
.box .server .serright .rightShow .splittds th { color:#fff;background-color:#9DD929;border:1px solid #fff; height:45px; padding:0 20px; text-shadow:1px 1px 1px #568F23;border-radius:5px;
    background:-webkit-gradient(linear,left bottom,right top,color-stop(0.02, rgb(158,217,41)),color-stop(0.51, rgb(139,198,66)),color-stop(0.87, rgb(123,192,67)));
    background: -moz-linear-gradient(left bottom,rgb(158,217,41) 2%,rgb(139,198,66) 51%,rgb(123,192,67) 87%);
}
.box .server .serright .rightShow .splittds .th { color:#fff;background-color:#9DD929;border:1px solid #fff; height:45px; padding:0 20px; text-shadow:1px 1px 1px #568F23;border-radius:5px;
    background:-webkit-gradient(linear,left bottom,right top,color-stop(0.02, rgb(158,217,41)),color-stop(0.51, rgb(139,198,66)),color-stop(0.87, rgb(123,192,67)));
    background: -moz-linear-gradient(left bottom,rgb(158,217,41) 2%,rgb(139,198,66) 51%,rgb(123,192,67) 87%);
}
.box .server .serright .rightShow .splittds td { color: #9CD009;font-size:14px; font-family:"微软雅黑";text-align:center;padding:10px 10px;text-shadow:1px 1px 1px #444;background-color:#DEF3CA;border: 1px solid #fff;color:#666;text-shadow:1px 1px 1px #fff;border-radius:5px; }
.box .server .serright .rightShow .splittds .tdtitle { font-size:25px; height:52px; line-height:52px; text-align:center; font-weight:bold; color:#05793f;font-family:"微软雅黑";text-shadow:1px 1px 1px #568F23; }
<!-- server end -->
<!-- index case css style start -->
.box .case { width:1200px; height:754px;  }
.box .case h3 { float:left; width:100%; height:60px; line-height:60px; text-align:center; font-size:22px; font-weight:'宋体'; border-bottom:2px solid #ccc;text-shadow:5px 5px 5px #ddd; position:relative; }
.box .case h3 span { display:inline-block; border-bottom: 8px solid #666;padding:0 15px;position:relative; top:-3px }
.box .case h3 a.casemore { position:absolute;top:15px; right:5px; height:25px; display:inline-block; font-size:13px; font-weight:bold; }
.box .case .rs { float:left; padding:0; margin:10px 29.3px 0 0; position:relative;width:276px; height:208px; overflow:hidden; border:1px solid #CCCCCC;  }
.box .case .rs h2 { position:absolute; top:3px; left:3px; float:left; height:35px; line-height:35px; background:#70b800; color:#FFFFFF; margin:0; padding:0px 5px;border-radius: 3px 0 7px 0;opacity: 0.7; z-index:10; }
.box .case .rs h2 a { color:#fff; font-size:13px; font-weight:400; }
.box .case .rs div { width:270px; height:202px; margin:3px auto; overflow:hidden; }
.box .case .rs div img { border:0; margin:auto; width:268px; height:200px; border:1px solid #f2f2f2;border-radius:3px;transition:transform 0.5s ease }
.box .case .rs div:hover img  { transform: scale(1.1); }
.box .case .rs p { font-size:12px; color:#666666; width:268px; line-height:30px; height:30px; position:absolute;top:174px; left:3px;background:#006600; color:#FFFFFF; cursor:help;opacity: 0.5;border-radius: 0 0 3px 3px; }
.box .case .rs p:hover { height:90px;line-height:22px; top:113px;width:268px;word-break:break-all;transition: all 1s ease; }
.box .case .rs:nth-of-type(4n) { margin-right:0px; }
<!-- index case css style end -->

<!-- index news css style start -->
.box .news { width:1200px; height:1170px; margin:10px auto;  }
.box .news .daynews { width:800px; height:1170px; float:left; margin:0; padding:0; }
.box .news .daynews .newstitle { margin-bottom:10px; font-size:18px; height:30px; line-height:30px; }
.box .news .daynews .newstitle a {text-decoration: none; font-size: 12px; color: #12937c; }

.box .news .daynews .newsrs { width:800px; height:130px; margin-top:10px;border-bottom: 1px dotted #e1e1e1;padding-bottom: 10px; margin-bottom: 10px; }
.box .news .daynews .newsrs .newsimg { width:180px; height:120px; float:left; }
.box .news .daynews .newsrs .newsimg img { width:180px; height:120px;border-radius:3px; }
.box .news .daynews .newsrs .newsintro { float:right; width:600px; padding:0 10px; }
.box .news .daynews .newsrs .newsintro h2 { font-weight: normal; height:35px; margin:0; border-bottom:1px dotted #ddd; font-weight:normal; }
.box .news .daynews .newsrs .newsintro h2 a { font-size: 16px; text-decoration: none; color: #12937c; }
.box .news .daynews .newsrs .newsintro h2 a:hover { font-size: 17px; text-decoration: none; color:red;transition: all 1s ease; } 
.box .news .daynews .newsrs .newsintro p { max-height: 70px; line-height: 27px; text-indent: 2em;color: #777; font-size:13px; margin:8px 0; }
.box .news .daynews .newsrs .newsintro p a { color:#12937c; }


.box .news .topnews { width:380px; height:1170px; float:right; overflow:hidden; }
.box .news .topnews h2 { height: 23px;font-size: 16px; line-height: 20px; font-weight:normal; }
.box .news .topnews .hotitem { width:368px;height:156px;margin-top:10px;overflow: hidden;border: 1px solid #e7e7e7;padding: 5px; }
.box .news .topnews .hotitem .hottitle { line-height: 25px; height:25px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; border-bottom:1px dashed #f1f1f1; padding-bottom:5px;  margin-bottom:15px; }
.box .news .topnews .hotitem .hottitle span { background-color:#093;color: white; width: 25px; height: 25px; display: inline-block; text-align: center; line-height: 25px;  margin-right: 5px; border-radius: 100%;
    font-size: 14px; }
.box .news .topnews .hotitem .hottitle a { font-size: 14px;text-decoration: none;color: #12937c; }

.box .news .topnews .hotitem .hotrs {}
.box .news .topnews .hotitem .hotrs .hotimg { width:120px; height:100px; float:left; }
.box .news .topnews .hotitem .hotrs .hotimg img { width:120px; height:100px; border:0;border-radius: 3px; }

.box .news .topnews .hotitem .hotrs .hotinfo { width:240px; float:right }
.box .news .topnews .hotitem .hotrs .hotinfo p { margin: 0; height: 40px; line-height: 20px; overflow: hidden; color: #555; }
.box .news .topnews .hotitem .hotrs .hotinfo .classid { margin-top: 3px; text-align: right; float:right; width:100%; height:28px; line-height:28px; }
.box .news .topnews .hotitem .hotrs .hotinfo .classid a { color:#12937c; }
.box .news .topnews .hotitem .hotrs .hotinfo .adddate { float:right; width:100%;text-align: right; height:28px; line-height:28px; }
<!-- index news css style end -->