html,body {
  height: 100%;
}
body {
  font-family: simsun,"宋体", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #000;
  background: #fff;
}
.imgbox > img {
  display: block;
  width: 100%;
}
a {
  color: #000;
}
p {
  margin-bottom: 10px;
}
.page-wrap {
  margin: 0 auto;
  width: 1000px;
}
/*header*/
header {
  padding: 10px 0;
}
.link-logo {
  padding: 25px 0;
}
.link-logo img{
  display: block;
  height: 90px;
}
.nav h3 {
  display: block;
  padding: 15px 15px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  vertical-align: middle;
  cursor: pointer;
}
.nav h3 > a {
  display: block; 
  color: #000;
  vertical-align: middle;
}

.nli {
  position: relative;
}
.nli:hover h3{
  color: #fff;
  background: #025B9A;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.nli:hover h3 > a {
  color: #fff;
}
.nli .sub {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  width: 180px;
  border: 1px solid rgba(0,0,0,0.15);
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #025B9A;
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-sizing: border-box;
}
.nli .sub a {
  display: block;
  padding: 15px;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
.nli .sub a:last-child {
  border-bottom: none;
}
.nli .sub a:hover {
  background: #125ecd;
}
footer {
  padding: 15px 0;
  background: #043872;
  color: #fff;
}
footer a {
  color: #fff;
}
.icpbox {
  padding: 15px 0 0 0;
  text-align: center;
}
.footer-item {
  padding-right: 20px;
  line-height: 1.5;
}
.logo2box > img {
  width: 68px;
}
.footer-item:last-child > img {
  width: 100px;
  height: 100px;
}
/*index*/
.content {
  padding: 10px 0;
  min-height: 700px;
}
.banner {
  background: #f1f1f1;
}
h2.title {
  font-size: 22px;
  font-weight: bold;
  padding: 10px 0;
  color: #0a4396;
}
.partner-imgbox {
  margin: 0 auto;
  width: 80%;
}
.partner-imgbox figure {
  margin-bottom: 15px;
  padding: 0 15px;
  width: 25%;
  box-sizing: border-box;
}
.h3-small-italic {
  font-style: italic;
  color: #0a4396;
}
.servicebox {
  margin-top: 30px;
  border: 1px solid #ddd;
}
.service-item {
  padding: 0 5px;
  width: 25%;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
}
.servicebox .service-item:last-child {
  border-right: none;
}
.service-item h3 {
  padding: 15px 0;
  text-align: center;
  font-weight: bold;
  color: #0a4396;
}
.service-item p {
  line-height: 2;
  text-indent: 2em;
}
.solutionbox .solution-item {
  margin-bottom: 25px;
  padding: 25px;
  background: #fafafa;
  border: 1px solid #ddd;
}
.solutionbox .solution-item h3 a{
  padding: 10px 0;
  font-weight: bold;
  color: #0a4396;
  line-height: 2;
}
.solutionbox .solution-item-text > img {
  margin-right: 10px;
  width: 250px;
}
.solutionbox .solution-item-text p {
  margin-bottom: 0;
  line-height: 2;
}
.newsbox {
  line-height: 2;
}
.newsbox .news-item {
  position: relative;
  margin-right: 5%;
  width: 30%;
}
.newsbox .news-item > img {
  height: 250px;
}
.newsbox .news-item:last-child {
  margin-right: 0;
}
.newsbox .news-item-text {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 0 25px;
  width: 100%;
  height: 0;
  background: rgba(255,255,255,0.8);
  box-sizing: border-box;
  transition: height 1s linear;
}
.newsbox .news-item-text h3 {
  padding: 15px 0;
  font-weight: bold;
  color: #0a4396;
  
}
.newsbox .news-item:hover .news-item-text {
  height: 100%;
}
/*about*/
.content-title {
  background: #53bbf5;
}
.content-title h1 {
  padding: 30px 0;
  font-size: 30px;
  font-weight: bold;
  color: #0a4396;
}
.content-title .navigation {
  padding: 10px 0;
  color: #fff;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.content-title .navigation a {
  color: #fff;
}
.company-img {
  position: relative;
}
.company-img h3 {
  position: absolute;
  top: 50px;
  left: 0;
  padding: 15px 20px;
  font-size: 18px;
  background: rgba(255,255,255,0.8);
}
.company-img .company-desc {
  position: absolute;
  top: 120px;
  left: 0;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 2;
  background: rgba(255,255,255,0.8); 
}
.company-text {
  text-indent: 2em;
  line-height: 1.5;
}
/*case*/
.case-item {
  margin-bottom: 30px;
  position: relative;
}
.case-item > h3 {
  position: absolute;
  top: 40px;
  left: 15px;
  font-size: 16px;
  color: #fff;
}
.case-item > .case-desc {
  position: absolute;
  top: 100px;
  left: 15px;
  width: 500px;
  color: #fff;
  line-height: 2;
}
.case-list {
  padding: 15px;
}
.case-list > h4 {
  margin-bottom: 5px;
  padding: 15px;
  width: 49%;
  line-height: 2;
  background: #f1f1f1;
  box-sizing: border-box;
}
/*prod*/
.prodbox h3 {
  margin-bottom: 20px;
  padding: 15px 0;
  text-align: center;
  background: rgba(83,187,245,0.3)
}
.prod-list {
  padding: 15px 0;
}
.prod-item {
  margin-bottom: 15px;
  line-height: 2;
}
.prod-item > .prod-item-imgbox > img{
  max-width: 500px;
}
.prod-item .prod-item-text h4 {
  padding: 10px 0 15px 0;
  font-weight: bold;
}
.prod-item .prod-item-text {
  padding-left: 15px;
}
.prod-item .prod-item-text ul{
  list-style: disc inside;
}
/*new*/
.new-item2 {
  padding: 25px 0;
  border-bottom: 2px solid #ddd;
}
.new-item2 .new-img {
  width: 150px;
}
.new-item2 .new-img > a {
  display: block;
  width: 100%;
}
.new-item2 .new-time {
  padding: 15px 0;
  width: 100px;
  text-align:center;
  color: #fff;
  background: #53bbf5;
}
.new-item2 .new-time > h2 {
  padding: 10px 0;
  font-size: 42px;
  font-weight: bold;
}
.new-item2 .new-time > h5 {
  font-size: 24px;
  font-weight: bold;
}
.new-item2 .new-desc {
  padding: 0 15px;
  width: 720px;
}
.new-item2 .new-desc h4 {
  margin-bottom: 20px;
}
.new-item2 .new-desc h4 a {
  font-size: 18px;
  font-weight: bold;
  color: #0a4396;
}
.new-item2 .new-desc p {
  text-indent: 2em;
  line-height: 1.5;
}
.newbox2 h1 {
  font-size: 42px;
  font-weight: bold;
  text-align:center;
}
.newbox2 h5 {
  padding: 25px 0;
  text-align:center;
}
.new-descript {
  text-indent: 2em;
  line-height: 1.5;
}
.new-descript img {
  display: block;
  margin: 0 auto;
}
/*message*/
.messagebox label {
  width: 100px;
}
.messagebox .input-group {
  padding: 10px 0;
}
.messagebox input {
  padding: 0 15px;
  width: 400px;
  height: 30px;
  line-height: 30px;
  background: #dbf5fe;
  border: none;
  outline: none;
}
.messagebox textarea {
  padding: 0 15px;
  width: 400px;
  height: 100px;
  line-height: 25px;
  background: #dbf5fe;
  border: none;
  outline: none;
}
.messagebox .validate {
  width: 150px;
}
.messagebox .submit-btn {
  padding: 8px 20px;
  color:#fff;
  background: #1ba0d7;
  cursor: pointer;
  border-radius: 3px;
}
.msg {
  color: red;
}
/*tech*/
.tech-item {
  margin-bottom: 30px;
  border-bottom: 2px solid #f1f1f1;
}
.tech-item h3 {
  margin-bottom: 10px;
  padding: 15px;
  font-size: 18px;
  background: #f1f1f1;
}
.tech-item .tech-item-desc {
  margin-bottom: 20px;
  padding: 15px 0 0 0;
  line-height: 2;
  text-indent: 2em;
  background: rgba(83,187,245,0.3);
}
.tech-item .tech-item-desc p {
  padding: 0 15px;
}
.tech-item .tech-item-desc > img {
  padding-top: 20px;
  display: block;
  width: 100%;
  background: #fff;
}
.tech-item .tech-item-desc ul {
  background: #fff;
}
.tech-item .tech-item-desc ul li {
  margin-bottom: 10px;
  padding: 15px;
  background: rgba(83,187,245,0.3);
}
/*notice*/
.noticebox .title {
  padding: 15px 0;
  line-height: 2;
}
.noticebox .td1,
.noticebox .td4 {
  padding: 0 10px;
  width: 400px;
  box-sizing: border-box;
  border-right: 1px solid #ddd;
}
.noticebox .td2,
.noticebox .td3 {
  padding: 0 10px;
  width: 100px;
  box-sizing: border-box;
  border-right: 1px solid #ddd;
}
.noticebox .td4 {
  border: none;
}
.noticebox .title h3:last-child {
  border-right: none;
}
.noticebox .notice-item {
  padding: 15px 0;
  margin-bottom: 15px;
  background: rgba(83,187,245,0.3);
}
.notice-item-desc {
  display: none;
  padding: 15px;
  width: 100%;
  line-height: 1.5;
  box-sizing: box;
}
/*job*/
.job-item {
  margin-bottom: 15px;
  padding: 25px;
  width: 49%;
  border: 1px solid #dbf5fe;
  box-sizing: border-box;
}
.job-item:hover {
  border: 1px solid #9be2fb;
}
.job-item-title h3 a {
  font-size: 18px;
  font-weight: bold;
  color: #0a4396;
}
.job-item-desc {
  padding-top: 30px;
  line-height: 2;
}
.jobbox > h3 {
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
}
.jobbox-text {
  line-height: 2;
}
/*solution*/
.job-item-desc > .job-item-desc-imgbox {
  width: 40%;
} 
.job-item-desc > .job-item-desc-text {
  width: 58%;
}
.solutionbox2 > h3 {
  margin-bottom: 30px;
  padding: 15px 0;
  font-size: 24px;
  text-align: center;
  background: rgba(83,187,245,0.3);
}
.solutionbox2 p{
  display: flex;
}
.solutionbox2 p > img {
  margin: 0 10px;
  min-width: 45%;
}