* {
  padding: 0;
  margin: 0;
}
.IndexAbout {
  width: 52%;
}
.IndexAbout .IndexAboutTitle {
  font-size: 24px;
  color: #283593;
  line-height: 50px;
  margin-bottom: 15px;
  background: url(../images/aboutT.png) no-repeat left bottom;
}
.IndexAbout .IndexAboutCon {
  font-size: 16px;
  color: #555555;
  line-height: 32px;
  text-indent: 2em;
}
.IndexAbout .IndexAboutCon p {
  margin-bottom: 15px;
}
.IndexAbout .IndexAboutMore a {
  display: block;
  float: right;
  background: #283593;
  width: 200px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.IndexAbout .IndexAboutMore a:after {
  content: '';
  display: block;
  clear: both;
}
.newsList {
  width: 100%;
}
.newsList img {
  width: 100%;
  height: auto;
}
.newsList p {
  height: 46px;
  line-height: 46px;
  padding: 0 15px;
  box-sizing: border-box;
  width: 100%;
  background: #000;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsList a {
  color: #fff;
}
.CaseList {
  border: 1px #e6e6e6 solid;
}
.CaseList img {
  width: 100%;
  height: auto;
}
.CaseList p {
  box-sizing: padding-box;
  padding: 0px 10px;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 5px 0;
}
.insideContainer {
  width: 1300px;
  margin: 0 auto;
}
.inside {
  background: #f0f0f0;
  width: 100%;
  margin: 0px auto 0;
}
.inside .insideBox {
  display: flex;
  display: -webkit-flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1;
  width: 100%;
  margin: 25px auto 0;
}
.inside .inside_left {
  width: 23%;
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
}
.inside .inside_left .inside_logo {
  display: none;
  position: absolute;
  width: 95px;
  height: 75px;
  left: 50%;
  margin-top: -60px;
  margin-left: -48px;
}
.inside .inside_left .leftmenuTitle {
  font-size: 20px;
  line-height: 44px;
  font-weight: normal;
}
.inside .inside_left .leftmenu {
  width: 100%;
  margin: 0px auto 20px auto;
}
.inside .inside_left .leftmenu .menuParent {
  font-family: 'Microsoft YaHei';
}
.inside .inside_left .leftmenu .menuParent .ListTitlePanel {
  position: relative;
}
.inside .inside_left .leftmenu .menuParent .ListTitlePanel .ListTitle {
  border-bottom: 1px #f5f5f5 dashed;
  display: block;
  text-align: left;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  font-weight: normal;
  background: url(../images/leftmenuico.png) no-repeat 100% center;
  background-size: 8%;
}
.inside .inside_left .leftmenu .menuParent .ListTitlePanel .ListTitle a {
  color: #000;
}
.inside .inside_left .leftmenu .menuParent .menuList {
  display: none;
  height: auto;
}
.inside .inside_left .leftmenu .menuParent .menuList div {
  height: 34px;
  line-height: 34px;
  border-bottom: 1px #f7f7f7 dotted;
}
.inside .inside_left .leftmenu .menuParent .menuList div a {
  display: block;
  background: #fff;
  line-height: 34px;
  height: 34px;
  text-align: left;
  color: #185697;
  text-decoration: none;
  padding-left: 23%;
}
.inside .inside_left .leftmenu .menuParent .menuList div a img {
  width: 12%;
  padding-right: 8px;
  opacity: 0.8;
  vertical-align: middle;
}
.inside .inside_left .leftmenu .menuParent .menuList div a:hover {
  color: #f30;
  background: #0080c4;
  color: #fff;
}
.inside .inside_left .insideConyact > div {
  width: 100%;
  background: url(../images/contain.png) no-repeat center bottom;
  padding: 10px 0 100px;
}
.inside .inside_left .insideConyact > div > p {
  font-size: 14px;
  line-height: 30px;
  color: #000;
}
.inside .inside_right {
  width: 75%;
  background: #fff;
  padding: 0 15px 15px;
  box-sizing: border-box;
  min-height: 718px;
}
.inside .inside_right .Local {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px #cccccc solid;
  color: #333;
  margin-bottom: 15px;
}
.inside .inside_right .Local a {
  color: #000;
  padding: 0 8px;
}
.inside .inside_right .Local span {
  color: #999999;
  padding-left: 8px;
}
.IndexNews {
  width: 100%;
}
.IndexNews .NewsList {
  margin-bottom: 15px;
  width: 100%;
}
.IndexNews .NewsList .list_img {
  width: 18%;
}
.IndexNews .NewsList .list_img img {
  width: 100%;
  height: auto;
}
.IndexNews .NewsList .list_content {
  width: 80%;
}
.IndexNews .NewsList .list_content .list_content_title a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
  font-size: 18px;
}
.IndexNews .NewsList .list_content .list_content_title a:hover {
  color: #283593;
}
.IndexNews .NewsList .list_content .list_content_Des {
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  font-size: 14px;
  color: #787878;
  margin-bottom: 5px;
}
.IndexNews .NewsList .list_content .list_content_Data {
  color: #a9a6a6;
  font-size: 13px;
}
.content {
  width: 100%;
  height: 100%;
}
.content .contentimg {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.content h3 {
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  margin: 10px 0 20px;
}
.content .contact_left {
  width: 60%;
  color: #000;
  font-size: 15px;
  line-height: 36px;
}
.content .contact_righgt {
  text-align: right;
  font-size: 14px;
  color: #000;
  padding-right: 30px;
}
.content .contact_righgt img {
  width: 120px;
  height: 120px;
  margin-bottom: 8px;
}
.content .contact_righgt p {
  text-align: center;
}
.ServerCon {
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
}
.ServerCon .contentimg {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.ServerCon strong,
.ServerCon p + strong {
  font-size: 15px;
  line-height: 40px;
  font-weight: bold;
  margin: 0px;
  color: #000;
  font-weight: normal;
  display: block;
  margin: 5px 0 8px 0;
  text-indent: 0em;
}
.ServerCon img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.ServerCon p {
  color: #787878;
  font-size: 14px;
  line-height: 36px;
}
.ServerCon p + p {
  color: #787878;
  font-size: 14px;
  line-height: 36px;
  text-indent: 2em;
}
@media (max-width: 1299px) and (min-width: 980px) {
  .insideContainer {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .insideContainer {
    width: 90%;
    margin: 0 auto;
  }
  .inside .insideBox {
    display: flex;
    display: -webkit-flex;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    flex-flow: wrap;
    flex-direction: column;
    width: 100%;
    margin: 25px auto 0;
  }
  .inside .inside_left {
    width: 100%;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 15px;
  }
  .inside .inside_left .inside_logo {
    position: absolute;
    width: 95px;
    height: 75px;
    left: 50%;
    margin-top: -60px;
    margin-left: -48px;
    display: none;
  }
  .inside .inside_left .leftmenuTitle {
    font-size: 20px;
    line-height: 44px;
    font-weight: normal;
  }
  .inside .inside_left .leftmenu {
    width: 100%;
    margin: 40px auto 20px auto;
  }
  .inside .inside_left .leftmenu .menuParent {
    font-family: 'Microsoft YaHei';
  }
  .inside .inside_left .leftmenu .menuParent .ListTitlePanel {
    position: relative;
    display: flex;
    display: -webkit-flex;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    flex-flow: wrap;
    padding-right: 5%;
  }
  .inside .inside_left .leftmenu .menuParent .ListTitlePanel .ListTitle {
    border-bottom: 1px #f5f5f5 dashed;
    display: block;
    text-align: left;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-weight: normal;
    background: none;
    background-size: 8%;
  }
  .inside .inside_left .leftmenu .menuParent .ListTitlePanel .ListTitle a {
    color: #000;
  }
  .inside .inside_left .leftmenu .menuParent .menuList {
    display: none;
    height: auto;
  }
  .inside .inside_left .leftmenu .menuParent .menuList div {
    height: 34px;
    line-height: 34px;
    border-bottom: 1px #f7f7f7 dotted;
  }
  .inside .inside_left .leftmenu .menuParent .menuList div a {
    display: block;
    background: #fff;
    line-height: 34px;
    height: 34px;
    text-align: left;
    color: #185697;
    text-decoration: none;
    padding-left: 23%;
  }
  .inside .inside_left .leftmenu .menuParent .menuList div a img {
    width: 12%;
    padding-right: 8px;
    opacity: 0.8;
    vertical-align: middle;
  }
  .inside .inside_left .leftmenu .menuParent .menuList div a:hover {
    color: #f30;
    background: #0080c4;
    color: #fff;
  }
  .inside .inside_left .insideConyact {
    display: none;
  }
  .inside .inside_left .insideConyact > div {
    width: 100%;
    background: url(../images/contain.png) no-repeat center bottom;
    padding: 10px 0 100px;
  }
  .inside .inside_left .insideConyact > div > p {
    font-size: 14px;
    line-height: 30px;
    color: #000;
  }
  .inside .inside_right {
    width: 100%;
    background: #fff;
    padding: 0 15px 15px;
    box-sizing: border-box;
    min-height: 718px;
  }
  .inside .inside_right .Local {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #cccccc solid;
    color: #333;
    margin-bottom: 15px;
  }
  .inside .inside_right .Local a {
    color: #000;
    padding: 0 8px;
  }
  .inside .inside_right .Local span {
    color: #999999;
    padding-left: 8px;
  }
}
@media (max-width: 767px) {
  .insideContainer {
    width: 100%;
    margin: 0 auto;
  }
  .IndexAbout {
    width: 100%;
    padding: 15px 0;
  }
  .IndexAbout .IndexAboutTitle {
    font-size: 1.2rem;
    color: #283593;
    line-height: 3rem;
    margin-bottom: 10px;
    background: url(../images/aboutT.png) no-repeat left bottom;
  }
  .IndexAbout .IndexAboutCon {
    font-size: 0.9rem;
    color: #555555;
    line-height: 1.8rem;
    text-indent: 2em;
  }
  .IndexAbout .IndexAboutCon p {
    margin-bottom: 15px;
  }
  .IndexAbout .IndexAboutMore a {
    display: block;
    float: right;
    background: #283593;
    width: 200px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-size: 16px;
  }
  .IndexAbout .IndexAboutMore a:after {
    content: '';
    display: block;
    clear: both;
  }
  .inside {
    background: #f0f0f0;
    width: 100%;
    margin: 0px auto 0;
  }
  .inside .insideBox {
    display: flex;
    display: -webkit-flex;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    flex-flow: wrap;
    flex-direction: column;
    width: 100%;
    margin: 25px auto 0;
  }
  .inside .inside_left {
    width: 100%;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    position: relative;
  }
  .inside .inside_left .inside_logo {
    position: absolute;
    width: 95px;
    height: 75px;
    left: 50%;
    margin-top: -60px;
    margin-left: -48px;
  }
  .inside .inside_left .leftmenuTitle {
    font-size: 20px;
    line-height: 44px;
    font-weight: normal;
  }
  .inside .inside_left .leftmenu {
    width: 100%;
    margin: 40px auto 20px auto;
  }
  .inside .inside_left .leftmenu .menuParent {
    font-family: 'Microsoft YaHei';
  }
  .inside .inside_left .leftmenu .menuParent .ListTitlePanel {
    position: relative;
    display: flex;
    display: -webkit-flex;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    flex-flow: wrap;
    padding-right: 5%;
  }
  .inside .inside_left .leftmenu .menuParent .ListTitlePanel .ListTitle {
    border-bottom: 1px #f5f5f5 dashed;
    display: block;
    text-align: left;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-weight: normal;
    background: none;
    background-size: 8%;
  }
  .inside .inside_left .leftmenu .menuParent .ListTitlePanel .ListTitle a {
    color: #000;
  }
  .inside .inside_left .leftmenu .menuParent .menuList {
    display: none;
    height: auto;
  }
  .inside .inside_left .leftmenu .menuParent .menuList div {
    height: 34px;
    line-height: 34px;
    border-bottom: 1px #f7f7f7 dotted;
  }
  .inside .inside_left .leftmenu .menuParent .menuList div a {
    display: block;
    background: #fff;
    line-height: 34px;
    height: 34px;
    text-align: left;
    color: #185697;
    text-decoration: none;
    padding-left: 23%;
  }
  .inside .inside_left .leftmenu .menuParent .menuList div a img {
    width: 12%;
    padding-right: 8px;
    opacity: 0.8;
    vertical-align: middle;
  }
  .inside .inside_left .leftmenu .menuParent .menuList div a:hover {
    color: #f30;
    background: #0080c4;
    color: #fff;
  }
  .inside .inside_left .insideConyact {
    display: none;
  }
  .inside .inside_left .insideConyact > div {
    width: 100%;
    background: url(../images/contain.png) no-repeat center bottom;
    padding: 10px 0 100px;
  }
  .inside .inside_left .insideConyact > div > p {
    font-size: 14px;
    line-height: 30px;
    color: #000;
  }
  .inside .inside_right {
    width: 100%;
    background: #fff;
    padding: 0 15px 15px;
    box-sizing: border-box;
    min-height: 718px;
  }
  .inside .inside_right .Local {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #cccccc solid;
    color: #333;
    margin-bottom: 15px;
  }
  .inside .inside_right .Local a {
    color: #000;
    padding: 0 8px;
  }
  .inside .inside_right .Local span {
    color: #999999;
    padding-left: 8px;
  }
  .IndexNews {
    width: 100%;
  }
  .IndexNews .NewsList {
    margin-bottom: 15px;
    width: 100%;
  }
  .IndexNews .NewsList .list_img {
    width: 30%;
  }
  .IndexNews .NewsList .list_img img {
    width: 100%;
    height: auto;
  }
  .IndexNews .NewsList .list_content {
    width: 68%;
  }
  .IndexNews .NewsList .list_content .list_content_title a {
    display: block;
    width: 100%;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
    font-size: 1rem;
  }
  .IndexNews .NewsList .list_content .list_content_title a:hover {
    color: #283593;
  }
  .IndexNews .NewsList .list_content .list_content_Des {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    font-size: 0.8rem;
    color: #787878;
    margin-bottom: 0px;
  }
  .IndexNews .NewsList .list_content .list_content_Data {
    color: #a9a6a6;
    font-size: 13px;
    display: none;
  }
  .content {
    width: 100%;
    height: 100%;
  }
  .content .contentimg {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .content h3 {
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    margin: 10px 0 20px;
  }
  .content .contact_left {
    width: 100%;
    color: #000;
    font-size: 15px;
    line-height: 36px;
  }
  .content .contact_righgt {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #000;
    padding-right: 30px;
  }
  .content .contact_righgt img {
    width: 120px;
    height: 120px;
    margin: 0 auto 8px;
  }
  .content .contact_righgt p {
    text-align: center;
  }
}
