/*顶部*/
.Top {
  height: 36px;
  background: #f5f5f5;
  line-height: 36px;
  font-size: 14px;
}
.Top .TopCon {
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.Top .TopCon span {
  padding: 0 5px;
  color: #898989;
  cursor: pointer;
}
.Top .TopCon .LeftWelcom {
  width: 50%;
}
.Top .TopCon .RightGuanzhu {
  width: 50%;
  text-align: right;
}
.Top .TopCon .RightGuanzhu .RightGuanzhuBox {
  float: right;
  position: relative;
}
.Top .TopCon .RightGuanzhu .RightGuanzhuBox .MobileShow,
.Top .TopCon .RightGuanzhu .RightGuanzhuBox .weiboShow,
.Top .TopCon .RightGuanzhu .RightGuanzhuBox .weixinShow {
  position: absolute;
  display: none;
  top: 30px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  z-index: 1520;
}
.Top .TopCon .RightGuanzhu .RightGuanzhuBox .MobileShow a,
.Top .TopCon .RightGuanzhu .RightGuanzhuBox .weiboShow a,
.Top .TopCon .RightGuanzhu .RightGuanzhuBox .weixinShow a {
  display: block;
}
.Top .TopCon .RightGuanzhu .RightGuanzhuBox .MobileShow a img,
.Top .TopCon .RightGuanzhu .RightGuanzhuBox .weiboShow a img,
.Top .TopCon .RightGuanzhu .RightGuanzhuBox .weixinShow a img {
  width: 80px;
  height: 80px;
  border-radius: 5px;
}
/*顶部*/
.SDheader {
  width: 100%;
  padding: 15px 0;
  background: #fff;
  display: block;
}
.SDheader .MainHeader {
  width: 1200px;
  margin: 0 auto;
}
.SDheader .MainHeader .Logo {
  width: 20%;
  float: left;
}
.SDheader .MainHeader .Logo img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.SDheader .MainHeader .Tell {
  float: right;
  font-size: 17px;
  color: #1aa3e4;
  font-family: 'Microsoft YaHei';
  line-height: 60px;
}
.SDheader .MainHeader .Tell span {
  font-size: 19px;
  padding-right: 5px;
}
/*pc  Menu start*/
.Menu {
  width: 100%;
  margin-bottom: 20px;
  background: #0171c5;
}
.Menu .ContaineM > ul {
  width: 100%;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0;
}
.Menu .ContaineM > ul > li {
  width: 14.2%;
  position: relative;
  text-align: center;
  border-bottom: 0px transparent solid;
  box-sizing: border-box;
  margin: 0;
}
.Menu .ContaineM > ul > li > a {
  display: block;
  width: 100%;
  color: #fff;
  line-height: 44px;
  font-size: 1.7rem;
  text-align: center;
}
.Menu .ContaineM > ul > li:hover,
.Menu .ContaineM > ul > li.active {
  background: #0da6e9 url(../images/sanjiao.png) no-repeat center bottom;
  box-sizing: border-box;
  color: #ed2123;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.Menu .ContaineM > ul > li:hover > a,
.Menu .ContaineM > ul > li.active > a {
  color: #fff;
}
.Menu .ContaineM > ul ul.DownMenu {
  display: none;
  width: 100%;
  border-top: 3px #fff solid;
  position: absolute;
  top: 43px;
  left: 50%;
  margin-left: -50%;
  background: rgba(13, 166, 233, 0.8);
  padding: 0px 10px 15px 10px;
  box-sizing: border-box;
  z-index: 150;
}
.Menu .ContaineM > ul ul.DownMenu > li {
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 1.4rem;
  border-bottom: 1px #4fccff dashed;
}
.Menu .ContaineM > ul ul.DownMenu > li > a {
  font-size: 1.4rem;
  line-height: 40px;
  color: #fff;
  display: block;
  width: 100%;
}
.Menu .ContaineM > ul ul.DownMenu > li:hover {
  border-bottom: 1px #fff dashed;
}
.Menu .ContaineM > ul > li:hover ul.DownMenu {
  display: block;
}
/*pc  Menu end*/
/*手机菜单*/
.header {
  display: none;
}
/*手机菜单*/
.ContaineM {
  width: 1200px;
  margin: 0 auto;
}
.Notice {
  background: #FFF;
}
.Notice .huadong {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #F0F0F0;
  /*position: relative;*/
  font: 15px/40 "Microsoft YaHei";
  margin: 0 auto;
  background: #fff;
}
.Notice .huadong .huabox {
  margin: 0 auto;
  width: 100%;
  line-height: 40px;
}
.Notice .huadong h5 {
  font-size: 15px;
  float: left;
  line-height: 40px;
  /*margin: 0.8rem 0 0 0;*/
  width: 7%;
}
.Notice .huadong .gg_more {
  float: left;
  width: 10%;
  box-sizing: border-box;
  padding: 0 15px;
}
.Notice .huadong .gg_more a {
  padding: 2px 20px;
  color: #333;
  border: 1px #3cade3 solid;
  background: #f0f0f0;
  border-radius: 20px;
  font-size: 14px;
  color: #3cade3;
}
.Notice .huadong .gg_more a:hover {
  background: #3cade3;
  color: #fff;
}
.Notice .huadong .notice_active {
  float: left;
  width: 83%;
  height: 40px;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.Notice .huadong .notice_active li.notice_active_ch {
  list-style-type: none;
  line-height: 40px;
  overflow: hidden;
}
.Notice .huadong .notice_active li.notice_active_ch a {
  color: #707070;
}
.Notice .huadong .notice_active li.notice_active_ch a em {
  text-align: right;
  float: right;
  color: #888;
  width: 20%;
  font-size: 13px;
  font-style: normal;
}
.Notice .huadong .notice_active li.notice_active_ch a span {
  color: #656972;
  font-size: 15px;
  display: block;
  width: 80%;
  float: left;
  overflow: hidden;
  margin: 0;
  line-height: 40px;
  height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Partners {
  width: 100%;
  background: url(../images/pbg.png) no-repeat top center;
  background-size: cover;
}
.Team {
  width: 100%;
  background: #fff;
  border-top: 20px #f5f5f5 solid;
}
.Team .Teamlawyer {
  padding-left: 40px;
  font-size: 16px;
  color: #707070;
  line-height: 40px;
  padding-bottom: 50px;
}
.Team .Teamlawyer video {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 30px;
}
.Team .Teamlawyer img {
  max-width: 100%;
  margin-bottom: 10px;
}
.Team .Teamlawyer p {
  font-size: 16px;
  color: #707070;
  line-height: 40px;
}
.Team .Teamlawyer strong {
  font-size: 18px;
  color: #707070;
  line-height: 40px;
}
.Team .Product {
  width: 100%;
  padding: 30px 20px 30px 40px;
  color: #707070;
  font-size: 16px;
  line-height: 40px;
}
.Team .Product strong {
  font-weight: bold;
  color: #000;
}
.Team .Product iframe {
  width: 100%;
  height: auto;
  min-height: 500px;
  border: 0;
  background: #fff;
}
.Team .Product iframe video {
  width: 100%;
  height: auto;
}
.Team .Product .ProductTitle {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px #dcdcdc solid;
  text-align: center;
}
.Team .Product .ProductTitle span {
  font-size: 20px;
  padding: 10px 10px;
  border-bottom: 3px #b5b5b5 solid;
  color: #484849;
}
.Team .Product .ProductCont {
  padding: 30px 0;
  color: #707070;
  font-size: 16px;
  line-height: 40px;
}
.Team .Product .ProductCont p {
  color: #707070;
  font-size: 16px;
  line-height: 40px;
}
.Team .Product .ProductCont strong {
  font-weight: bold;
  color: #000;
}
.Team .Product .ProductCont video {
  width: 100%;
  height: auto;
}
.Team .Product .ProductCont embed {
  width: 100%;
  height: auto;
}
.Team .Product .DevelopmentList {
  padding: 50px 100px;
}
.Team .Product .DevelopmentList ul {
  width: 100%;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  flex: 1;
}
.Team .Product .DevelopmentList ul li {
  width: 45%;
  padding: 30px 20px;
  box-sizing: border-box;
  text-align: center;
  background: #f8f8f8;
  margin-bottom: 20px;
  border-bottom: 3px #0171c5 solid;
  border-radius: 5px;
  min-height: 290px;
}
.Team .Product .DevelopmentList ul li img {
  width: 80px;
  height: 70px;
  text-align: center;
  margin-bottom: 20px;
}
.Team .Product .DevelopmentList ul li h3 {
  font-size: 16px;
  line-height: 34px;
  border-bottom: 1px #8c8c8c solid;
  color: #000;
  margin-bottom: 15px;
}
.Team .Product .DevelopmentList ul li p {
  font-size: 15px;
  line-height: 27px;
  color: #666666;
}
section {
  width: 100%;
  background: #f5f5f5;
  padding: 30px 0 10px;
}
section .TitleST {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
section .TitleST .TitleSTName {
  width: 100%;
  border-bottom: 1px #dcdcdc solid;
  font-size: 24px;
  line-height: 50px;
}
section .TitleST .TitleSTName span {
  padding: 0 5px;
  border-bottom: 4px #b5b5b5 solid;
  padding-bottom: 9px;
}
section .TitleST .TitleSTEnglish {
  font-size: 13px;
  color: #484849;
  line-height: 20px;
  padding-top: 5px;
}
section .Containebg {
  background: #fff;
  border-top: 2px #028fdc solid;
  position: relative;
}
section .Containebg .ContainebgTop {
  background: url(../images/bg.png) repeat-x left top;
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  top: 0;
  z-index: 100;
}
section .Containebg .ContainebgTop:before {
  background: url(../images/bgico.png) no-repeat left top;
  width: 100%;
  height: 40px;
}
section .Containebg .ContainebgTop:after {
  background: url(../images/bgico.png) no-repeat right top;
  width: 100%;
  height: 40px;
}
section .NewsCont {
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
}
section .NewsCont .News_gsxw {
  width: 50%;
  padding: 30px 15px 15px;
  box-sizing: border-box;
}
section .NewsCont .News_gsxw .News_gsxw_Title {
  width: 100%;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px #e6e6e6 solid;
  line-height: 30px;
}
section .NewsCont .News_gsxw .News_gsxw_Title span {
  font-size: 16px;
  color: #3486ca;
  border-bottom: 3px #e6e6e6 solid;
  padding-right: 6px;
}
section .NewsCont .News_gsxw .News_gsxw_Title a {
  font-size: 14px;
  text-align: right;
  font-weight: bold;
  color: #666666;
  padding-right: 10px;
}
section .NewsCont .News_gsxw .News_gsxw_Title a:hover {
  color: #3486ca;
}
section .NewsCont .News_gsxw .News_gsxw_List {
  width: 100%;
}
section .NewsCont .News_gsxw .News_gsxw_List ul li {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px #e6e6e6 dashed;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
section .NewsCont .News_gsxw .News_gsxw_List ul li i {
  width: 3%;
  color: #ef9115;
  font-size: 14px;
  font-style: normal;
}
section .NewsCont .News_gsxw .News_gsxw_List ul li a {
  width: 80%;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #666666;
}
section .NewsCont .News_gsxw .News_gsxw_List ul li span {
  width: 17%;
  text-align: right;
  color: #666666;
  font-size: 14px;
}
section .NewsCont .News_hydt {
  width: 50%;
  padding: 30px 15px 15px;
  box-sizing: border-box;
}
section .NewsCont .News_hydt .News_gsxw_Title {
  width: 100%;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px #e6e6e6 solid;
  line-height: 30px;
}
section .NewsCont .News_hydt .News_gsxw_Title span {
  font-size: 16px;
  color: #3486ca;
  border-bottom: 3px #e6e6e6 solid;
  padding-right: 6px;
}
section .NewsCont .News_hydt .News_gsxw_Title a {
  font-size: 14px;
  text-align: right;
  font-weight: bold;
  color: #666666;
  padding-right: 10px;
}
section .NewsCont .News_hydt .News_gsxw_Title a:hover {
  color: #3486ca;
}
section .NewsCont .News_hydt .News_hydt_List ul {
  width: 100%;
}
section .NewsCont .News_hydt .News_hydt_List ul li {
  padding: 7px 0;
  border-bottom: 1px #e6e6e6 solid;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1;
}
section .NewsCont .News_hydt .News_hydt_List ul li .News_gsxw_date {
  width: 15%;
}
section .NewsCont .News_hydt .News_hydt_List ul li .News_gsxw_date dl {
  width: 70%;
  color: #a4a4a4;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex: 1;
}
section .NewsCont .News_hydt .News_hydt_List ul li .News_gsxw_date dl dt {
  text-align: center;
  width: 100%;
  font-size: 50px;
  font-weight: bold;
  font-family: 'Microsoft YaHei';
  line-height: 50px;
}
section .NewsCont .News_hydt .News_hydt_List ul li .News_gsxw_date dl dd {
  text-align: center;
  font-size: 14px;
}
section .NewsCont .News_hydt .News_hydt_List ul li .News_gsxw_Text {
  width: 85%;
}
section .NewsCont .News_hydt .News_hydt_List ul li .News_gsxw_Text a {
  display: block;
  width: 100%;
}
section .NewsCont .News_hydt .News_hydt_List ul li .News_gsxw_Text a .News_gsxw_Text_Titles {
  width: 100%;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #666;
}
section .NewsCont .News_hydt .News_hydt_List ul li .News_gsxw_Text a .News_gsxw_Text_Dec {
  width: 100%;
  height: 36px;
  line-height: 18px;
  overflow: hidden;
  color: #999;
  font-size: 13px;
}
section .NewsCont .News_hydt .News_hydt_List ul li:last-child {
  border-bottom: 0;
}
section .IndexAbout {
  position: relative;
}
section .IndexAbout .IndexAbout_Bg img {
  display: block;
  width: auto;
}
section .IndexAbout .IndexAbout_Text {
  width: 50%;
  background: url(../images/aboutbg.png) repeat 0 0;
  padding: 70px 40px 60px 50px;
  position: absolute;
  left: 50%;
  top: 80px;
}
section .IndexAbout .IndexAbout_Text .IndexAbout_TextP {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 50px;
  height: 180px;
  overflow: hidden;
}
section .IndexAbout .IndexAbout_Text p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 50px;
  height: 180px;
  overflow: hidden;
}
section .IndexAbout .IndexAbout_Text a {
  padding: 8px 36px;
  color: #fff;
  background: #fd9d01;
  font-size: 16px;
  margin-bottom: 15px;
}
ul.IndexProduct {
  width: 100%;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
ul.IndexProduct li {
  width: calc(33.33333333%);
  padding: 15px 15px 8px 15px;
  box-sizing: border-box;
}
ul.IndexProduct li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
ul.IndexProduct li a > img {
  width: 100%;
  height: auto;
  display: block;
}
ul.IndexProduct li a .Promask {
  padding: 50px 15px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
  vertical-align: middle;
  height: 100%;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  overflow: hidden;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
ul.IndexProduct li a .Promask h3 {
  font-weight: normal;
  font-size: 26px;
  line-height: 40px;
  /*font-family: 'Times New Roman';*/
}
ul.IndexProduct li a .Promask p {
  font-size: 16px;
  line-height: 30px;
  max-height: 60px;
  overflow: hidden;
}
ul.IndexProduct li a .Promask2 {
  display: none;
  padding: 130px 30px 20px;
  font-size: 18px;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
ul.IndexProduct li a .Promask2 h3 {
  font-weight: normal;
  font-size: 22px;
  line-height: 40px;
  margin-bottom: 15px;
}
ul.IndexProduct li a .Promask2 p {
  font-size: 14px;
  line-height: 24px;
  height: 120px;
  overflow: hidden;
}
ul.IndexProduct li a:hover .Promask {
  display: none;
}
ul.IndexProduct li a:hover .Promask2 {
  display: block;
  background: rgba(1, 113, 197, 0.8);
}
.footer {
  width: 100%;
  background: #555555;
}
.footer .foot .footertop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
.footer .foot .footertop .footleft {
  width: 80%;
}
.footer .foot .footertop .footleft .Fridents {
  height: 80px;
  line-height: 30px;
  color: #fff;
  font-size: 15px;
  border-bottom: 1px #666666 solid;
  padding: 10px 0;
}
.footer .foot .footertop .footleft .Fridents span {
  float: left;
  width: 80px;
  height: 60px;
}
.footer .foot .footertop .footleft .Fridents a {
  width: 11%;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
}
.footer .foot .footertop .footleft .Fridents a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.footer .foot .footertop .footleft .MContactS {
  padding: 30px 0;
}
.footer .foot .footertop .footleft .MContactS p {
  line-height: 30px;
  color: #c0c0c0;
  font-size: 15px;
}
.footer .foot .footertop .footleft .MContactS p span {
  display: inline-block;
  min-width: 200px;
  padding-right: 20px;
}
.footer .foot .footertop .footright {
  width: 20%;
  text-align: right;
  vertical-align: middle;
}
.footer .foot .footertop .footright img {
  max-width: 110px;
  max-height: 110px;
}
.footer .foot .footerbottom {
  border-top: 1px #959595 solid;
  width: 100%;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  color: #787878;
}
.footer .foot .footerbottom a {
  color: #ffffff;
  text-decoration: underline;
}
.footer .foot .footerbottom a:last-child {
  color: rgba(255, 255, 255, 0.3);
}
.footer .foot .footerbottom span {
  color: #787878;
  padding: 0 10px;
}
.banner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.banner img {
  width: 100%;
  height: auto;
}
.inside {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1;
  margin: 0px auto;
}
.inside .insideLeft {
  width: 20%;
}
.inside .insideLeft ul {
  border-top: 1px #dde1e7 solid;
}
.inside .insideLeft ul li {
  width: 100%;
  box-sizing: border-box;
}
.inside .insideLeft ul li a {
  color: #707070;
  font-size: 16px;
  display: block;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px #dde1e7 solid;
  padding: 0 10px;
}
.inside .insideLeft ul li a.active,
.inside .insideLeft ul li a:hover {
  background: url(../images/menu_jt.png) no-repeat 95% center;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  color: #0171c5;
}
.inside .insideLeft ul li > ul {
  border-top: 0;
  width: 100%;
}
.inside .insideLeft ul li > ul > li {
  padding: 0 15px;
}
.inside .insideRight {
  width: 79%;
  box-sizing: border-box;
}
.inside .About {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1;
  padding: 30px 0 180px;
  min-height: 500px;
}
.inside .About .ImgBox {
  width: 43%;
  margin-left: 6%;
  position: relative;
}
.inside .About .ImgBox .bg1 {
  width: 40%;
  height: 180px;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  background: #fff;
  position: absolute;
  top: 15px;
  left: -5px;
  z-index: 10;
  transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  /* IE 9 */
  -moz-transform: rotate(-15deg);
  /* Firefox */
  -webkit-transform: rotate(-15deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(-15deg);
}
.inside .About .ImgBox .bg2 {
  width: 100%;
  height: 270px;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  background: #fff;
  position: absolute;
  top: 5px;
  left: 0px;
  z-index: 11;
  transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  /* IE 9 */
  -moz-transform: rotate(8deg);
  /* Firefox */
  -webkit-transform: rotate(8deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(8deg);
}
.inside .About .ImgBox img {
  border: 5px #fff solid;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  z-index: 12;
  position: absolute;
  top: 0;
  left: 0px;
}
.inside .About .AboutCon {
  width: 45%;
  font-size: 15px;
  line-height: 30px;
  color: #656565;
}
.inside .About .AboutCon p {
  text-indent: 2em;
}
.inside .Honor {
  width: 100%;
}
.inside .Honor ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex: 1;
}
.inside .Honor ul li {
  width: calc(33.33333333%);
  padding: 0 15px 25px;
  box-sizing: border-box;
}
.inside .Honor ul li a {
  display: block;
}
.inside .Honor ul li a img {
  width: 100%;
  height: auto;
  display: block;
}
.inside .Honor ul li a p {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  color: #707070;
  text-align: center;
  font-weight: 600;
}
.inside .Honor ul li a:hover {
  transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  /* IE 9 */
  -webkit-transform: scale(1.05, 1.05);
  /* Safari 和 Chrome */
  -o-transform: scale(1.05, 1.05);
  /* Opera */
  -moz-transform: scale(1.05, 1.05);
  /* Firefox */
}
.inside .Honor ul li a:hover img {
  width: 110%;
  height: auto;
}
.inside .Honor ul li a:hover p {
  background: #fff;
  color: #0171c5;
}
.inside .page {
  width: 100%;
  text-align: center;
  padding: 50px 0;
}
.inside .page a {
  padding: 6px 15px;
  margin: 0 3px;
  font-size: 15px;
  border: 1px #ccc solid;
}
.inside .page a.active,
.inside .page a:hover {
  border: 1px #0171c5 solid;
  background: #0171c5;
  color: #fff;
}
.inside .News {
  background: #fff;
  padding: 20px 40px 50px;
}
.inside .News ul {
  width: 100%;
}
.inside .News ul li {
  padding: 25px 10px 25px;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1;
  border-bottom: 1px #e6e6e6 solid;
}
.inside .News ul li .News_gsxw_date {
  width: 12%;
  padding: 15px 10px;
  background: #f0f0f0;
  text-align: center;
  box-sizing: border-box;
}
.inside .News ul li .News_gsxw_date dl {
  width: 70%;
  color: #a4a4a4;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex: 1;
  margin: 0 auto;
}
.inside .News ul li .News_gsxw_date dl dt {
  text-align: center;
  width: 100%;
  font-size: 50px;
  font-weight: bold;
  font-family: 'Microsoft YaHei';
  line-height: 50px;
}
.inside .News ul li .News_gsxw_date dl dd {
  text-align: center;
  font-size: 14px;
}
.inside .News ul li .News_gsxw_Text {
  width: 85%;
}
.inside .News ul li .News_gsxw_Text a {
  display: block;
  width: 100%;
}
.inside .News ul li .News_gsxw_Text a .News_gsxw_Text_Titles {
  width: 100%;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #666;
  font-weight: bold;
}
.inside .News ul li .News_gsxw_Text a .News_gsxw_Text_Dec {
  width: 100%;
  height: 66px;
  line-height: 22px;
  overflow: hidden;
  color: #606060;
  font-size: 14px;
}
.inside .News ul li .News_gsxw_Text a .News_gsxw_Text_Dec .More {
  color: #0272c6;
  font-size: 15px;
  font-weight: bold;
}
.inside .News ul li:last-child {
  border-bottom: 0;
}
.inside .News2 {
  width: 100%;
  margin-bottom: 50px;
}
.inside .News2 ul {
  width: 100%;
}
.inside .News2 ul li {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px #e6e6e6 dashed;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
.inside .News2 ul li i {
  width: 3%;
  color: #ef9115;
  font-size: 14px;
  font-style: normal;
}
.inside .News2 ul li a {
  width: 80%;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #666666;
}
.inside .News2 ul li span {
  width: 17%;
  text-align: right;
  color: #666666;
  font-size: 14px;
}
.inside .PartnersList {
  padding-left: 40px;
}
.inside .PartnersList ul {
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  width: 100%;
  flex-wrap: wrap;
}
.inside .PartnersList ul li {
  padding: 10px;
  width: 20%;
  box-sizing: border-box;
}
.inside .Contact {
  width: 100%;
  padding: 30px 0 30px 0px;
  box-sizing: border-box;
  margin-bottom: 30px;
  background: #fff;
  margin-left: 40px;
}
.inside .Contact ul {
  width: 100%;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1;
  flex-wrap: wrap;
  padding-left: 40px;
}
.inside .Contact ul li {
  width: 45%;
  margin-bottom: 50px;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.inside .Contact ul li .Conico {
  width: 45px;
  height: 45px;
  margin-right: 15px;
}
.inside .Contact ul li .Context p {
  font-size: 12px;
  color: #676767;
  line-height: 20px;
}
.inside .Contact ul li .Context h3 {
  font-size: 15px;
  color: #000;
  line-height: 25px;
  font-weight: normal;
}
.inside .Detail {
  width: 100%;
  padding: 30px 30px 30px 30px;
  box-sizing: border-box;
  margin-bottom: 0px;
  background: #fff;
  margin-left: 40px;
}
.inside .Detail .DetailTitle {
  width: 100%;
  font-size: 15px;
  color: #000;
  line-height: 36px;
  text-align: center;
  border-bottom: #e6e6e6 1px solid;
  padding-bottom: 8px;
}
.inside .Detail .DetailTitle span {
  font-size: 13px;
  color: #999;
  line-height: 20px;
  padding: 0px 10px;
}
.inside .Detail .DetailCont {
  padding: 20px 0;
  font-size: 14px;
  color: #707070;
  line-height: 30px;
  text-align: left;
}
.inside .Detail .DetailCont p {
  font-size: 14px;
  color: #8b8b8b;
  line-height: 30px;
  text-align: left;
}
.inside .Detail .DetailCont strong {
  display: block;
  font-size: 15px;
  color: #000;
  margin-top: 15px;
  line-height: 40px;
}
.inside .Detail .DetailCont img {
  max-width: 100%;
  margin: 10px auto;
}
.inside .pagrnext {
  width: 100%;
}
.inside .pagrnext > div {
  width: 100%;
  font-size: 15px;
  color: #000000;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inside .pagrnext > div a {
  font-size: 15px;
  color: #4f4f4f;
}
.inside .HR {
  width: 100%;
  padding: 30px 30px 30px 30px;
  box-sizing: border-box;
  margin-bottom: 0px;
  background: #fff;
  margin-left: 40px;
}
.inside .HR table {
  width: 100%;
}
.inside .HR table thead tr th {
  background: #f2f2f2;
  color: #808080;
  text-align: center;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
}
.inside .HR table thead tr th:nth-child(1) {
  width: 44%;
  padding-left: 30px;
  text-align: left;
}
.inside .HR table thead tr th:nth-child(2),
.inside .HR table thead tr th:nth-child(3),
.inside .HR table thead tr th:nth-child(4) {
  width: 14%;
}
.inside .HR table tbody tr td {
  border-bottom: 1px #f2f2f2 solid;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 15px;
}
.inside .HR table tbody tr td:nth-child(1) {
  width: 44%;
  padding-left: 20px;
  box-sizing: border-box;
  text-align: left;
}
.inside .HR table tbody tr td:nth-child(1) img {
  padding-right: 5px;
  vertical-align: middle;
}
.inside .HR table tbody tr td:nth-child(2),
.inside .HR table tbody tr td:nth-child(3),
.inside .HR table tbody tr td:nth-child(4) {
  width: 14%;
}
.inside .HR .HRCont {
  width: 100%;
}
.inside .HR .HRCont .HRContTitle {
  width: 100%;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  border-bottom: #e6e6e6 1px solid;
  padding-bottom: 8px;
}
.inside .HR .HRCont .HRContTitle h3 {
  font-size: 15px;
  color: #000;
}
.inside .HR .HRCont .HRContTitle a {
  color: #0171c5;
}
.inside .HR .HRCont .HRCon {
  padding: 20px 0;
  font-size: 14px;
  color: #707070;
  line-height: 30px;
}
.inside .HR .HRCont .HRCon strong {
  display: block;
  font-size: 15px;
  color: #000;
  margin-top: 15px;
  line-height: 40px;
}
.login {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: url(../images/logo.png) no-repeat center;
  background-size: cover;
}
.leftMenu {
  display: none;
}
@media (max-width: 1200px) and (min-width: 1024px) {
  .ContaineM {
    width: 90%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .SDheader {
    width: 100%;
    padding: 20px 0;
    background: #fff;
    display: block;
  }
  .SDheader .MainHeader {
    width: 90%;
    margin: 0 auto;
  }
  .Menu {
    width: 100%;
    margin-bottom: 20px;
    background: #0171c5;
  }
  .Menu .ContaineM > ul > li > a {
    font-size: 1.5rem;
  }
  .Notice {
    background: #FFF;
  }
  .Notice .huadong {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #F0F0F0;
    /*position: relative;*/
    font: 15px/40 "Microsoft YaHei";
    margin: 0 auto;
    background: #fff;
  }
  .Notice .huadong .huabox {
    margin: 0 auto;
    width: 100%;
    line-height: 40px;
  }
  .Notice .huadong h5 {
    font-size: 15px;
    float: left;
    line-height: 40px;
    /*margin: 0.8rem 0 0 0;*/
    width: 10%;
  }
  .Notice .huadong .gg_more {
    float: left;
    width: 10%;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .Notice .huadong .gg_more a {
    padding: 2px 20px;
    color: #333;
    border: 1px #3cade3 solid;
    background: #f0f0f0;
    border-radius: 20px;
    font-size: 14px;
    color: #3cade3;
  }
  .Notice .huadong .gg_more a:hover {
    background: #3cade3;
    color: #fff;
  }
  .Notice .huadong .notice_active {
    float: left;
    width: 83%;
    height: 40px;
    padding: 0;
    overflow: hidden;
    position: relative;
  }
  .Notice .huadong .notice_active li.notice_active_ch {
    list-style-type: none;
    line-height: 40px;
    overflow: hidden;
  }
  .Notice .huadong .notice_active li.notice_active_ch a {
    color: #707070;
  }
  .Notice .huadong .notice_active li.notice_active_ch a em {
    text-align: right;
    float: right;
    color: #888;
    width: 20%;
    font-size: 13px;
    font-style: normal;
  }
  .Notice .huadong .notice_active li.notice_active_ch a span {
    color: #656972;
    font-size: 15px;
    display: block;
    width: 80%;
    float: left;
    overflow: hidden;
    margin: 0;
  }
}
@media (max-width: 1023px) and (min-width: 980px) {
  .ContaineM {
    width: 90%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .ContaineM {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .SDheader {
    display: none;
  }
  .Menu {
    width: 100%;
    margin-bottom: 20px;
    background: #0171c5;
  }
  .Menu .ContaineM > ul > li > a {
    font-size: 1.3rem;
  }
  .header {
    position: relative;
    height: 80px;
    background: #fff;
    background-size: cover;
    display: none;
  }
  .header .logo {
    display: block;
    width: 40%;
    height: 50px;
    padding: 10px 0 0 10px;
  }
  .header .logo img {
    width: auto;
    max-width: 100%;
  }
  .header .search {
    position: absolute;
    top: 0;
    right: 35px;
    z-index: 1000;
    display: block;
    width: 50px;
    height: 50px;
    text-indent: -9999em;
    background: url(../images/icon-search.png) no-repeat center center;
    background-size: 40%;
  }
  .header .search span {
    display: none;
  }
  .header .search:hover {
    background-color: #0067d2;
  }
  .header .user-icon {
    position: absolute;
    top: 0;
    right: 70px;
    z-index: 1000;
    display: block;
    width: 50px;
    height: 50px;
    text-indent: -9999em;
    background: url(../images/icon-user.png) no-repeat center center;
    background-size: 40%;
  }
  .header .user-icon span {
    display: none;
  }
  .header .user-icon:hover {
    background-color: #0067d2;
  }
  .header .back {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 50px;
    text-indent: -9999em;
    background: url(../images/icon-back.png) no-repeat center center;
    background-size: 12px 20px;
  }
  .dl-menuwrapper button {
    top: 15px;
  }
  .Notice {
    background: #FFF;
  }
  .Notice .huadong h5 {
    width: 10%;
  }
  .Notice .huadong .gg_more {
    width: 15%;
  }
  .Notice .huadong .notice_active {
    width: 75%;
  }
  section {
    width: 100%;
    background: #f5f5f5;
    padding: 30px 0 10px;
  }
  section .NewsCont .News_gsxw {
    padding: 30px 15px 15px;
  }
  section .NewsCont .News_gsxw .News_gsxw_List {
    width: 100%;
  }
  section .NewsCont .News_gsxw .News_gsxw_List ul li i {
    width: 3%;
  }
  section .NewsCont .News_gsxw .News_gsxw_List ul li a {
    width: 75%;
  }
  section .NewsCont .News_gsxw .News_gsxw_List ul li span {
    width: 22%;
  }
  section .NewsCont .News_hydt .News_hydt_List ul {
    width: 100%;
  }
  section .NewsCont .News_hydt .News_hydt_List ul li .News_gsxw_date dl {
    width: 100%;
    color: #a4a4a4;
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    flex: 1;
  }
  section .NewsCont .News_hydt .News_hydt_List ul li .News_gsxw_date dl dt {
    text-align: center;
    width: 100%;
    font-size: 50px;
    font-weight: bold;
    font-family: 'Microsoft YaHei';
    line-height: 50px;
  }
  section .NewsCont .News_hydt .News_hydt_List ul li .News_gsxw_date dl dd {
    text-align: center;
    font-size: 14px;
  }
  section .NewsCont .News_hydt .News_hydt_List ul li .News_gsxw_Text {
    width: 82%;
  }
  section .IndexAbout {
    position: relative;
  }
  section .IndexAbout .IndexAbout_Bg img {
    display: block;
    width: auto;
  }
  section .IndexAbout .IndexAbout_Text {
    width: 50%;
    background: url(../images/aboutbg.png) repeat 0 0;
    padding: 70px 40px 60px 50px;
    position: absolute;
    left: 50%;
    top: 80px;
  }
  section .IndexAbout .IndexAbout_Text .IndexAbout_TextP {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 50px;
    height: 180px;
    overflow: hidden;
  }
  section .IndexAbout .IndexAbout_Text p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 50px;
    height: 180px;
    overflow: hidden;
  }
  section .IndexAbout .IndexAbout_Text > a {
    padding: 8px 36px;
    color: #fff;
    background: #fd9d01;
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 62.5%;
    width: 100%;
    overflow-x: hidden;
  }
  .bannerprev,
  .bannernext {
    display: none;
  }
  .SDheader,
  .Menu {
    display: none;
  }
  .header {
    position: relative;
    height: 60px;
    background: #fff;
    background-size: cover;
    display: block;
  }
  .header .logo {
    width: 45%;
    height: 45px;
  }
  .header .logo img {
    width: 35%;
    vertical-align: middle;
    margin-top: 10px;
  }
  .header .search {
    position: absolute;
    top: 0;
    right: 35px;
    z-index: 1000;
    display: block;
    width: 50px;
    height: 50px;
    text-indent: -9999em;
    background: url(../images/icon-search.png) no-repeat center center;
    background-size: 40%;
  }
  .header .search span {
    display: none;
  }
  .header .search:hover {
    background-color: #0067d2;
  }
  .header .user-icon {
    position: absolute;
    top: 0;
    right: 70px;
    z-index: 1000;
    display: block;
    width: 50px;
    height: 50px;
    text-indent: -9999em;
    background: url(../images/icon-user.png) no-repeat center center;
    background-size: 40%;
  }
  .header .user-icon span {
    display: none;
  }
  .header .user-icon:hover {
    background-color: #0067d2;
  }
  .header .back {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 50px;
    text-indent: -9999em;
    background: url(../images/icon-back.png) no-repeat center center;
    background-size: 12px 20px;
  }
  .ContaineM {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .Notice {
    background: #FFF;
  }
  .Notice .huadong h5 {
    width: 25%;
    line-height: 30px;
  }
  .Notice .huadong h5 a {
    font-size: 1.5rem;
    font-weight: normal;
  }
  .Notice .huadong .gg_more {
    width: 15%;
    display: none;
    font-size: 0.8rem;
  }
  .Notice .huadong .gg_more a {
    padding: 0 15px;
  }
  .Notice .huadong .notice_active {
    width: 75%;
    font-size: 0.8rem;
  }
  .Notice .huadong .notice_active li.notice_active_ch {
    list-style-type: none;
    line-height: 30px;
    overflow: hidden;
  }
  .Notice .huadong .notice_active li.notice_active_ch a {
    color: #707070;
    font-size: 0.8rem;
  }
  .Notice .huadong .notice_active li.notice_active_ch a span {
    width: 100%;
    line-height: 30px;
  }
  .Notice .huadong .notice_active li.notice_active_ch a em {
    text-align: right;
    float: right;
    color: #888;
    width: 25%;
    font-size: 12px;
    font-style: normal;
  }
  section {
    width: 100%;
    background: #f5f5f5;
    padding: 0px 0 10px;
  }
  section .TitleST {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  section .TitleST .TitleSTName {
    font-size: 1.8rem;
    line-height: 40px;
  }
  section .TitleST .TitleSTName span {
    padding: 0 5px;
    border-bottom: 4px #b5b5b5 solid;
    padding-bottom: 9px;
  }
  section .TitleST .TitleSTEnglish {
    font-size: 1rem;
    color: #484849;
    line-height: 20px;
    padding-top: 5px;
  }
  section .NewsCont {
    flex-wrap: wrap;
  }
  section .NewsCont .News_gsxw {
    width: 100%;
    padding: 10px 0px 10px;
  }
  section .NewsCont .News_gsxw .News_gsxw_List {
    width: 100%;
  }
  section .NewsCont .News_gsxw .News_gsxw_List ul li i {
    width: 4%;
    text-align: center;
  }
  section .NewsCont .News_gsxw .News_gsxw_List ul li a {
    width: 75%;
  }
  section .NewsCont .News_gsxw .News_gsxw_List ul li span {
    width: 25%;
  }
  section .NewsCont .News_hydt {
    width: 100%;
    padding: 10px 0px 10px;
  }
  section .NewsCont .News_hydt .News_hydt_List ul {
    width: 100%;
  }
  section .NewsCont .News_hydt .News_hydt_List ul li .News_gsxw_date {
    width: 20%;
  }
  section .NewsCont .News_hydt .News_hydt_List ul li .News_gsxw_date dl {
    width: 70%;
    color: #a4a4a4;
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    flex: 1;
  }
  section .NewsCont .News_hydt .News_hydt_List ul li .News_gsxw_date dl dt {
    text-align: center;
    width: 100%;
    font-size: 50px;
    font-weight: bold;
    font-family: 'Microsoft YaHei';
    line-height: 50px;
  }
  section .NewsCont .News_hydt .News_hydt_List ul li .News_gsxw_date dl dd {
    text-align: center;
    font-size: 14px;
  }
  section .NewsCont .News_hydt .News_hydt_List ul li .News_gsxw_Text {
    width: 77%;
  }
  section .IndexAbout {
    position: inherit;
  }
  section .IndexAbout .IndexAbout_Bg img {
    display: block;
    width: auto;
    display: none;
  }
  section .IndexAbout .IndexAbout_Text {
    width: 100%;
    background: url(../images/aboutbg.png) repeat 0 0;
    padding: 15px 15px 30px 15px;
    position: inherit;
    left: 50%;
    top: 80px;
  }
  section .IndexAbout .IndexAbout_Text .IndexAbout_TextP {
    font-size: 1.4rem;
    line-height: 26px;
    color: #fff;
    margin-bottom: 30px;
    height: 182px;
    overflow: hidden;
  }
  section .IndexAbout .IndexAbout_Text p {
    font-size: 1.2rem;
    line-height: 26px;
    color: #fff;
    margin-bottom: 30px;
    height: 182px;
    overflow: hidden;
  }
  section .IndexAbout .IndexAbout_Text a {
    padding: 8px 36px;
    color: #fff;
    background: #fd9d01;
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  ul.IndexProduct li {
    width: 50%;
    padding: 15px 3px 3px 3px;
  }
  ul.IndexProduct li a .Promask {
    padding: 30px 10px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.8rem;
    position: absolute;
  }
  ul.IndexProduct li a .Promask h3 {
    font-size: 1.9rem;
    line-height: 30px;
  }
  ul.IndexProduct li a .Promask p {
    font-size: 1.4rem;
  }
  ul.IndexProduct li a .Promask2 {
    display: none;
    padding: 30px 10px;
    font-size: 18px;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
  }
  ul.IndexProduct li a .Promask2 h3 {
    font-size: 1.9rem;
    line-height: 30px;
  }
  ul.IndexProduct li a .Promask2 p {
    font-size: 1.4rem;
    max-height: 60px;
    line-height: 20px;
  }
  ul.IndexProduct li a:hover .Promask {
    background: rgba(1, 113, 197, 0.8);
  }
  ul.IndexProduct li a:hover .Promask2 {
    display: block;
  }
  .footer {
    width: 100%;
    background: #555555;
  }
  .footer .foot .footertop {
    flex-wrap: wrap;
  }
  .footer .foot .footertop .footleft {
    width: 100%;
  }
  .footer .foot .footertop .footleft .Fridents {
    display: none;
  }
  .footer .foot .footertop .footleft .MContactS {
    padding: 10px 0;
  }
  .footer .foot .footertop .footleft .MContactS p {
    line-height: 30px;
    color: #c0c0c0;
    font-size: 15px;
  }
  .footer .foot .footertop .footleft .MContactS p span {
    display: block;
    width: 100%;
    padding: 0;
  }
  .footer .foot .footertop .footright {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .footer .foot .footerbottom {
    display: none;
  }
  .banner {
    height: auto;
  }
  .Top {
    font-size: 0.8rem;
  }
  .Top .TopCon {
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
  }
  .Top .TopCon span {
    padding: 0 3px;
  }
  .Top .TopCon .RightGuanzhu {
    width: 50%;
    text-align: right;
    display: block;
  }
  .Top .TopCon .RightGuanzhu .RightGuanzhuBox {
    float: right;
    position: relative;
  }
  .Top .TopCon .RightGuanzhu .RightGuanzhuBox .MobileShow,
  .Top .TopCon .RightGuanzhu .RightGuanzhuBox .weiboShow,
  .Top .TopCon .RightGuanzhu .RightGuanzhuBox .weixinShow {
    position: absolute;
    display: none;
    top: 30px;
    right: 0;
    margin-left: auto;
    width: 100px;
    z-index: 99999999999999;
  }
  .Top .TopCon .RightGuanzhu .RightGuanzhuBox .MobileShow img,
  .Top .TopCon .RightGuanzhu .RightGuanzhuBox .weiboShow img,
  .Top .TopCon .RightGuanzhu .RightGuanzhuBox .weixinShow img {
    width: 80px;
    height: 80px;
    border-radius: 5px;
  }
  .inside {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    display: inline-flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex: 1;
    margin: 0px auto;
    flex-wrap: wrap;
  }
  .inside .insideLeft {
    width: 100%;
    margin: 10px auto;
  }
  .inside .insideLeft ul {
    display: flex;
    display: -webkit-flex;
    display: inline-flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex: 1;
    margin: 0px auto;
    flex-wrap: wrap;
    width: 100%;
  }
  .inside .insideLeft ul > li {
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }
  .inside .insideLeft ul > li a {
    color: #707070;
    font-size: 1.4rem;
    display: block;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #dde1e7 solid;
    padding: 0 10px;
  }
  .inside .insideLeft ul > li a.active,
  .inside .insideLeft ul > li a:hover {
    background: url(../images/menu_jt.png) no-repeat 95% center;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    color: #0171c5;
  }
  .inside .insideLeft ul > li .threemenu {
    border-top: 0;
    /*display: flex;
                        display: -webkit-flex;
                        display: inline-flex;
                        flex-direction: row;
                        align-items: flex-start;
                        justify-content: space-between;
                        flex: 1;
                        
                        flex-wrap: wrap;*/
    margin: 0px auto;
    width: 100%;
    /*display:none;*/
    overflow: hidden;
  }
  .inside .insideLeft ul > li .threemenu > li {
    width: 100%;
    padding: 0 0px;
    padding-left: 20px;
  }
  .inside .insideLeft ul > li .threemenu > li a.active {
    background: url(../images/menu_jt.png) no-repeat 93% center;
  }
  .inside .insideRight {
    width: 100%;
    box-sizing: border-box;
  }
  .inside .About {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    display: inline-flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex: 1;
    padding: 15px 0 50px;
    min-height: 100px;
    flex-wrap: wrap;
  }
  .inside .About .ImgBox {
    width: 100%;
    margin-left: 0;
    position: initial;
  }
  .inside .About .ImgBox .bg1 {
    display: none;
  }
  .inside .About .ImgBox .bg2 {
    display: none;
  }
  .inside .About .ImgBox img {
    border: 5px #fff solid;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
    z-index: 12;
    position: initial;
    top: 0;
    left: 0px;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .inside .About .AboutCon {
    width: 100%;
    font-size: 1.1rem;
    line-height: 2rem;
    color: #656565;
    font-family: 'Microsoft YaHei';
  }
  .inside .About .AboutCon p {
    text-indent: 2em;
  }
  .inside .Honor ul li {
    width: calc(50%);
    padding: 0 5px 15px;
  }
  .inside .Honor ul li a p {
    height: 26px;
    line-height: 26px;
    font-size: 1rem;
  }
  .inside .page {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
  .inside .page a {
    padding: 5px 10px;
    margin: 0 3px;
    font-size: 1rem;
  }
  .inside .News {
    background: #fff;
    padding: 10px 10px 20px;
  }
  .inside .News ul {
    width: 100%;
  }
  .inside .News ul li {
    padding: 10px 0px 10px;
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
    border-bottom: 1px #e6e6e6 solid;
  }
  .inside .News ul li .News_gsxw_date {
    width: 30%;
    padding: 15px 5px;
    background: #f0f0f0;
    text-align: center;
    box-sizing: border-box;
  }
  .inside .News ul li .News_gsxw_date dl {
    width: 90%;
    color: #a4a4a4;
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    flex: 1;
    margin: 0 auto;
  }
  .inside .News ul li .News_gsxw_date dl dt {
    text-align: center;
    width: 100%;
    font-size: 50px;
    font-weight: bold;
    font-family: 'Microsoft YaHei';
    line-height: 50px;
  }
  .inside .News ul li .News_gsxw_date dl dd {
    text-align: center;
    font-size: 14px;
  }
  .inside .News ul li .News_gsxw_Text {
    width: 65%;
  }
  .inside .News ul li .News_gsxw_Text a {
    display: block;
    width: 100%;
  }
  .inside .News ul li .News_gsxw_Text a .News_gsxw_Text_Titles {
    width: 100%;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #666;
    font-weight: bold;
  }
  .inside .News ul li .News_gsxw_Text a .News_gsxw_Text_Dec {
    width: 100%;
    height: 66px;
    line-height: 22px;
    overflow: hidden;
    color: #606060;
    font-size: 14px;
  }
  .inside .News ul li .News_gsxw_Text a .News_gsxw_Text_Dec .More {
    color: #0272c6;
    font-size: 15px;
    font-weight: bold;
  }
  .inside .News ul li:last-child {
    border-bottom: 0;
  }
  .inside .News2 {
    width: 100%;
    margin-bottom: 50px;
  }
  .inside .News2 ul {
    width: 100%;
  }
  .inside .News2 ul li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #e6e6e6 dashed;
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    width: 100%;
  }
  .inside .News2 ul li i {
    width: 5%;
    color: #ef9115;
    font-size: 14px;
    font-style: normal;
  }
  .inside .News2 ul li a {
    width: 70%;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666666;
  }
  .inside .News2 ul li span {
    width: 25%;
    text-align: right;
    color: #666666;
    font-size: 14px;
  }
  .inside .PartnersList {
    padding-left: 0px;
  }
  .inside .PartnersList ul {
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    flex: 1;
    width: 100%;
    flex-wrap: wrap;
  }
  .inside .PartnersList ul li {
    padding: 0px;
    width: 46%;
    margin: 0 2% 10px;
    box-sizing: border-box;
  }
  .inside .BMap_omCtrl {
    display: none;
  }
  .inside .Contact {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
    background: #fff;
    margin-left: 0px;
  }
  .inside .Contact ul {
    width: 100%;
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
    flex-wrap: wrap;
    padding-left: 0px;
  }
  .inside .Contact ul li {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .inside .Contact ul li .Conico {
    width: 45px;
    height: 45px;
    margin-right: 15px;
  }
  .inside .Contact ul li .Context {
    float: left;
    width: 75%;
  }
  .inside .Contact ul li .Context p {
    font-size: 12px;
    color: #676767;
    line-height: 20px;
  }
  .inside .Contact ul li .Context h3 {
    font-size: 15px;
    color: #000;
    line-height: 25px;
    font-weight: normal;
  }
  .inside .Detail {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 0px;
    background: #fff;
    margin-left: 0px;
  }
  .inside .Detail .DetailTitle {
    width: 100%;
    font-size: 15px;
    color: #000;
    line-height: 36px;
    text-align: center;
    border-bottom: #e6e6e6 1px solid;
    padding-bottom: 8px;
  }
  .inside .Detail .DetailTitle span {
    font-size: 13px;
    color: #999;
    line-height: 20px;
    padding: 0px 10px;
  }
  .inside .Detail .DetailCont {
    padding: 20px 0;
    font-size: 14px;
    color: #707070;
    line-height: 30px;
    text-align: left;
  }
  .inside .Detail .DetailCont p {
    font-size: 14px;
    color: #8b8b8b;
    line-height: 30px;
    text-align: left;
  }
  .inside .Detail .DetailCont strong {
    display: block;
    font-size: 15px;
    color: #000;
    margin-top: 15px;
    line-height: 40px;
  }
  .inside .Detail .DetailCont img {
    max-width: 100%;
    margin: 10px auto;
  }
  .inside .pagrnext {
    width: 100%;
  }
  .inside .pagrnext > div {
    width: 100%;
    font-size: 15px;
    color: #000000;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .inside .pagrnext > div a {
    font-size: 15px;
    color: #4f4f4f;
  }
  .inside .HR {
    width: 100%;
    padding: 30px 10px 30px 10px;
    box-sizing: border-box;
    margin-bottom: 0px;
    background: #fff;
    margin-left: 0px;
    overflow-x: auto;
  }
  .inside .HR table {
    width: 100%;
    min-width: 600px;
  }
  .inside .HR table thead tr th {
    background: #f2f2f2;
    color: #808080;
    text-align: center;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-size: 1.5rem;
  }
  .inside .HR table thead tr th:nth-child(1) {
    width: 44%;
    padding-left: 30px;
    text-align: left;
  }
  .inside .HR table thead tr th:nth-child(2),
  .inside .HR table thead tr th:nth-child(3),
  .inside .HR table thead tr th:nth-child(4) {
    width: 14%;
  }
  .inside .HR table tbody tr td {
    border-bottom: 1px #f2f2f2 solid;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 1.3rem;
  }
  .inside .HR table tbody tr td:nth-child(1) {
    width: 44%;
    padding-left: 20px;
    box-sizing: border-box;
    text-align: left;
  }
  .inside .HR table tbody tr td:nth-child(1) img {
    padding-right: 5px;
    vertical-align: middle;
  }
  .inside .HR table tbody tr td:nth-child(2),
  .inside .HR table tbody tr td:nth-child(3),
  .inside .HR table tbody tr td:nth-child(4) {
    width: 14%;
  }
  .inside .HR .HRCont {
    width: 100%;
  }
  .inside .HR .HRCont .HRContTitle {
    width: 100%;
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    border-bottom: #e6e6e6 1px solid;
    padding-bottom: 8px;
  }
  .inside .HR .HRCont .HRContTitle h3 {
    font-size: 15px;
    color: #000;
  }
  .inside .HR .HRCont .HRContTitle a {
    color: #0171c5;
  }
  .inside .HR .HRCont .HRCon {
    padding: 20px 0;
    font-size: 14px;
    color: #707070;
    line-height: 30px;
  }
  .inside .HR .HRCont .HRCon strong {
    display: block;
    font-size: 15px;
    color: #000;
    margin-top: 15px;
    line-height: 40px;
  }
  .Team {
    width: 100%;
    background: #fff;
    border-top: 20px #f5f5f5 solid;
  }
  .Team .Teamlawyer {
    padding-left: 0px;
    font-size: 1.3rem;
    color: #707070;
    line-height: 34px;
    padding-bottom: 30px;
  }
  .Team .Teamlawyer video {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 30px;
  }
  .Team .Teamlawyer img {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .Team .Teamlawyer p {
    font-size: 16px;
    color: #707070;
    line-height: 40px;
  }
  .Team .Teamlawyer strong {
    font-size: 18px;
    color: #707070;
    line-height: 40px;
  }
  .Team .Product {
    width: 100%;
    padding: 30px 0px 30px 0px;
    font-size: 1.5rem;
    line-height: 40px;
  }
  .Team .Product strong {
    font-weight: bold;
    color: #000;
  }
  .Team .Product iframe {
    width: 100%;
    height: auto;
    min-height: 200px;
    border: 0;
    background: #fff;
  }
  .Team .Product iframe video {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: -1;
  }
  .Team .Product .ProductTitle {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #dcdcdc solid;
    text-align: center;
  }
  .Team .Product .ProductTitle span {
    font-size: 1.8rem;
    padding: 7px 10px;
    border-bottom: 3px #b5b5b5 solid;
    color: #484849;
  }
  .Team .Product .ProductCont {
    padding: 20px 0;
    color: #707070;
    font-size: 1.5rem;
    line-height: 40px;
    width: 100%;
  }
  .Team .Product .ProductCont p {
    color: #707070;
    font-size: 1.5rem;
    line-height: 34px;
  }
  .Team .Product .ProductCont strong {
    font-weight: bold;
    color: #000;
  }
  .Team .Product .ProductCont table {
    width: 100%;
    overflow: auto;
  }
  .Team .Product .ProductCont table tbody {
    width: 100%;
    max-width: 600px;
  }
  .Team .Product .ProductCont video {
    width: 100%;
    height: auto;
    z-index: 0;
  }
  .Team .Product .DevelopmentList {
    padding: 10px 0px;
  }
  .Team .Product .DevelopmentList ul {
    width: 100%;
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    flex: 1;
  }
  .Team .Product .DevelopmentList ul li {
    width: 47%;
    padding: 20px 10px;
    box-sizing: border-box;
    text-align: center;
    background: #f8f8f8;
    margin: 20px 1.5%;
    border-bottom: 3px #0171c5 solid;
    border-radius: 5px;
    min-height: auto;
  }
  .Team .Product .DevelopmentList ul li img {
    width: 30%;
    height: auto;
    text-align: center;
    margin-bottom: 5px;
  }
  .Team .Product .DevelopmentList ul li h3 {
    font-size: 16px;
    line-height: 34px;
    border-bottom: 1px #8c8c8c solid;
    color: #000;
    margin-bottom: 10px;
  }
  .Team .Product .DevelopmentList ul li p {
    font-size: 15px;
    line-height: 27px;
    color: #666666;
  }
  .leftMenu {
    display: none;
    width: 100%;
    margin: 15px auto 0 auto;
  }
  .leftMenu .menu {
    /*border: #bdd7f2 1px solid;
	border-top: #0080c4 4px solid;	background: #f4f9ff;*/
    border-top: 1px #dde1e7 solid;
    margin-left: 10px;
  }
  .leftMenu .menu .ListTitle {
    border-bottom: 1px #dde1e7 solid;
    display: block;
    text-align: left;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
    font-size: 1.5rem;
    padding-left: 20px;
  }
  .leftMenu .menu .ListTitlePanel {
    position: relative;
  }
  .leftMenu .menu .menuList {
    display: block;
    height: auto;
  }
  .leftMenu .menu .menuList div {
    height: 28px;
    line-height: 24px;
    border-bottom: 1px #98c9ee dotted;
  }
  .leftMenu .menu .menuList div a {
    display: block;
    background: #fff;
    line-height: 28px;
    height: 28px;
    padding-left: 50px;
    color: #185697;
    text-decoration: none;
    border-bottom: 1px #98c9ee dotted;
  }
  .leftMenu .menu .menuList div a:hover {
    color: #f30;
    background: #0080c4;
    color: #fff;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 62.5%;
    width: 100%;
    overflow-x: hidden;
  }
  .bannerprev,
  .bannernext {
    display: none;
  }
  .SDheader,
  .Menu {
    display: none;
  }
  .header {
    position: relative;
    height: 60px;
    background: #fff;
    background-size: cover;
    display: block;
  }
  .header .logo {
    width: 45%;
    height: 45px;
  }
  .header .logo img {
    width: 35%;
    vertical-align: middle;
    margin-top: 10px;
  }
  .header .search {
    position: absolute;
    top: 0;
    right: 35px;
    z-index: 1000;
    display: block;
    width: 50px;
    height: 50px;
    text-indent: -9999em;
    background: url(../images/icon-search.png) no-repeat center center;
    background-size: 40%;
  }
  .header .search span {
    display: none;
  }
  .header .search:hover {
    background-color: #0067d2;
  }
  .header .user-icon {
    position: absolute;
    top: 0;
    right: 70px;
    z-index: 1000;
    display: block;
    width: 50px;
    height: 50px;
    text-indent: -9999em;
    background: url(../images/icon-user.png) no-repeat center center;
    background-size: 40%;
  }
  .header .user-icon span {
    display: none;
  }
  .header .user-icon:hover {
    background-color: #0067d2;
  }
  .header .back {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 50px;
    text-indent: -9999em;
    background: url(../images/icon-back.png) no-repeat center center;
    background-size: 12px 20px;
  }
  .ContaineM {
    width: 100%;
    margin: 0 auto;
    padding: 0 8px;
    box-sizing: border-box;
  }
  .Notice {
    background: #FFF;
  }
  .Notice .huadong h5 {
    width: 30%;
    line-height: 30px;
  }
  .Notice .huadong h5 a {
    font-size: 1.5rem;
    font-weight: normal;
  }
  .Notice .huadong .gg_more {
    width: 15%;
    display: none;
    font-size: 0.8rem;
  }
  .Notice .huadong .gg_more a {
    padding: 0 15px;
  }
  .Notice .huadong .notice_active {
    width: 70%;
    font-size: 0.8rem;
  }
  .Notice .huadong .notice_active li.notice_active_ch {
    list-style-type: none;
    line-height: 30px;
    overflow: hidden;
  }
  .Notice .huadong .notice_active li.notice_active_ch a {
    color: #707070;
    font-size: 0.8rem;
  }
  .Notice .huadong .notice_active li.notice_active_ch a span {
    width: 100%;
    line-height: 30px;
  }
  .Notice .huadong .notice_active li.notice_active_ch a em {
    text-align: right;
    float: right;
    color: #888;
    width: 25%;
    font-size: 12px;
    font-style: normal;
  }
  ul.IndexProduct li {
    width: 50%;
    padding: 15px 3px 3px 3px;
  }
  ul.IndexProduct li a .Promask {
    padding: 30px 10px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.8rem;
    position: absolute;
  }
  ul.IndexProduct li a .Promask h3 {
    font-size: 1.5rem;
    line-height: 30px;
  }
  ul.IndexProduct li a .Promask p {
    font-size: 1.3rem;
  }
  ul.IndexProduct li a .Promask2 {
    display: none;
    padding: 30px 10px;
    font-size: 1.5rem;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
  }
  ul.IndexProduct li a .Promask2 h3 {
    font-size: 1.5rem;
    line-height: 30px;
  }
  ul.IndexProduct li a .Promask2 p {
    font-size: 1.3rem;
    max-height: 60px;
    line-height: 20px;
  }
  ul.IndexProduct li a:hover .Promask {
    background: rgba(1, 113, 197, 0.8);
  }
  ul.IndexProduct li a:hover .Promask2 {
    display: block;
  }
  section {
    width: 100%;
    background: #f5f5f5;
    padding: 0px 0 10px;
  }
  section .NewsCont {
    flex-wrap: wrap;
  }
  section .NewsCont .News_gsxw {
    width: 100%;
    padding: 10px 0px 10px;
  }
  section .NewsCont .News_gsxw .News_gsxw_List {
    width: 100%;
  }
  section .NewsCont .News_gsxw .News_gsxw_List ul li i {
    width: 4%;
    text-align: center;
  }
  section .NewsCont .News_gsxw .News_gsxw_List ul li a {
    width: 75%;
  }
  section .NewsCont .News_gsxw .News_gsxw_List ul li span {
    width: 25%;
  }
  section .NewsCont .News_hydt {
    width: 100%;
    padding: 10px 0px 10px;
  }
  section .NewsCont .News_hydt .News_hydt_List ul {
    width: 100%;
  }
  section .NewsCont .News_hydt .News_hydt_List ul li .News_gsxw_date {
    width: 30%;
  }
  section .NewsCont .News_hydt .News_hydt_List ul li .News_gsxw_date dl {
    width: 80%;
    color: #a4a4a4;
    display: flex;
    display: inline-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    flex: 1;
  }
  section .NewsCont .News_hydt .News_hydt_List ul li .News_gsxw_date dl dt {
    text-align: center;
    width: 100%;
    font-size: 50px;
    font-weight: bold;
    font-family: 'Microsoft YaHei';
    line-height: 50px;
  }
  section .NewsCont .News_hydt .News_hydt_List ul li .News_gsxw_date dl dd {
    text-align: center;
    font-size: 14px;
  }
  section .NewsCont .News_hydt .News_hydt_List ul li .News_gsxw_Text {
    width: 75%;
  }
  section .IndexAbout {
    position: inherit;
  }
  section .IndexAbout .IndexAbout_Bg img {
    display: block;
    width: auto;
    display: none;
  }
  section .IndexAbout .IndexAbout_Text {
    width: 100%;
    background: url(../images/aboutbg.png) repeat 0 0;
    padding: 15px 15px 30px 15px;
    position: inherit;
    left: 50%;
    top: 80px;
  }
  section .IndexAbout .IndexAbout_Text .IndexAbout_TextP {
    font-size: 1.4rem;
    line-height: 26px;
    color: #fff;
    margin-bottom: 30px;
    height: 182px;
    overflow: hidden;
  }
  section .IndexAbout .IndexAbout_Text p {
    font-size: 1.2rem;
    line-height: 26px;
    color: #fff;
    margin-bottom: 30px;
    height: 182px;
    overflow: hidden;
  }
  section .IndexAbout .IndexAbout_Text a {
    padding: 8px 36px;
    color: #fff;
    background: #fd9d01;
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
}
