﻿/*add start*/
/*product strat*/

/*product detail s*/
#linkmulu {
  text-decoration: none;
  color: black;
}

#linkmulu:hover {
  text-decoration: none;
  color: #5e5b5b;
  cursor: pointer;
}

.container .prodleftDiv {
  width: 50%;
  float: left;
}

.container .proRigthDiv {
  width: 40%;
  /*height: 353px;*/
  height: 300px;
  float: right;
  position: absolute;
  margin-left: 35%;
  margin-right: 10%;
}

.container #ImageDiv {
  /*width: 438px;
            height: 353px;*/
  width: 400px;
  height: 300px;
  position: relative;
  border: 1px solid #d3cfd1;
  display: block;
  text-align: center;
}

.container #ImageDiv span {
  width: 200px;
  height: 150px;
  background: url(../image/cover.png);
  position: absolute;
  display: none;
  cursor: move;
  /*box-shadow: rgb(0, 165, 135) 0px 0px 10px inset;*/
  box-shadow: rgb(131, 129, 129) 0px 0px 10px inset;
}

.container #ImageDiv .small_img {
  position: absolute;
  font-size: 0;
  /*border:1px solid #d3cfd1;*/
  text-align: center;
}

.container #ImageDiv .big_img {
  position: absolute;
  width: 438px;
  height: 353px;
  left: 480px;
  top: 0px;
  display: none;
  overflow: hidden;
  border: 1px solid #d3cfd1;
  background: #fff;
  z-index: 9999;
}

.container #ImageDiv .big_img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.container .wellsmall {
  min-height: 20px;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/*product detail e*/
.maincolor {
  color:#269e36;/*主题蓝色#1444a9 */
}

.height50 {
  height: 50px;
  line-height: 50px;
}

.height30 {
  height: 30px;
  line-height: 30px;
}

.height20 {
  height: 20px;
  line-height: 20px;
}

.height10 {
  height: 10px;
  line-height: 10px;
}

hr.divider {
  max-width: 12rem;
  border-width: 0.3rem;
  border-color: #00a587;
  text-align: center;
  align-content: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

hr.dividergray {
  width: 100%;
  border-width: 0.1rem;
  border: 1px solid #d3cfd1;
  text-align: center;
  align-content: center;
  margin-top: 0px;
}

/*product end*/
/*index start*/
.stylecolor {
  color:#269e36;/*主题蓝色#1444a9 */
  /*绿色主色调*/
}

.weight5 {
  font-weight: 500;
}

.weight6 {
  font-weight: 600;
}

.jjfaindex {
  background: #fff;
  padding-bottom: 20px;
  font-size: 1.1em;

  margin-right: 0px;
  margin-left: 0px;
}

.pad20Only {
  padding: 20px 20px 20px 20px;
}

.pad20 {
  padding: 20px;
  box-shadow: 0px 0px 20px #dedbdb;
}

.jjfaindex .member {
  margin-bottom: 20px;
  overflow: hidden;
  max-width: 330px;
}

.jjfaindex .member .member-img {
  position: relative;
  overflow: hidden;
}

.jjfaindex .member .social {
  position: absolute;
  left: 0;
  bottom: -52px;
  right: 0;
  height: 52px;
  line-height: 52px;
  opacity: 0;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
  background: rgba(0, 165, 135, 0.9);
}

.jjfaindex .member .social span {
  color: #fff;
  font-size: 1.1em;
  text-align: center;
  align-content: center;
  align-items: center;
  align-self: center;
}

.jjfaindex .member:hover .social {
  bottom: 0;
  opacity: 1;
  transition: bottom ease-in-out 0.4s;
}

/*add end*/

#main .container #solDiv a {
  color:#269e36;/*主题蓝色#1444a9 */
}

#main .container #solDiv a:hover {
  color: #428bca;
  cursor: pointer;
  text-decoration: none;
}

.container #dituContent {
  width: 100%;
  height: 600px;
}

#footer .phonefooterthree:hover {
  background-color:#269e36;/*主题蓝色#1444a9 */
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

.head-middle {
  width: 60%;
  text-align: center;
  float: left;
  margin-top: 25px;
  /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}

.head-right {
  float: right;
  text-align: center;
  width: 10%;
  margin-top: 12px;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

/*2019-12 phone start*/
#footer .phonebox {
  /*-moz-background-size:contain|cover;
     -webkit-background-size:contain|conver;
     -o-background-size:contain|cover;*/
  /*z-index:1;*/
  position: relative;
  width: 100%;
}

#footer .phonefooterdiv {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
  color: white;
  background-color: #343434;
  font-size: 1.1em;
}

#footer .phonefooterthree {
  float: left;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

#footer .activecss {
    color: white;
    background-color: #269e36;
    /*#1444a9 主题蓝色*/
}

/*phone end */
#main .font10 {
  font-size: 1em;
}

#main .font11 {
  font-size: 1.1em;
}

#main .font12 {
  font-size: 1.2em;
}

#main .font13 {
  font-size: 1.3em;
}

#main .font14 {
  font-size: 1.4em;
}

#main .font15 {
  font-size: 1.5em;
}

#main .font16 {
  font-size: 1.6em;
}

#main .font18 {
  font-size: 1.8em;
}
#main .font19 {
    font-size: 1.9em;
}
#main .font20 {
    font-size: 2em;
}
.projects_section {
  width: 100%;
  float: left;
}

.projects_section2 {
  width: 100%;
  float: left;
  padding-top: 60px;
}

.container_main1 {
  /* position: relative; */
  width: 100%;
}

/*dingzhi start*/
#main #dizhidiv {
  padding: 0 0 0 0;
  margin: 0 auto;
  height: 463px;
  width: 100%;
  background: url("../image/dingzhi1.jpg") no-repeat;
  position: relative;
  background-size: 100% 100%;
}

/*dingzhi end*/
/* assetmange start*/
@media (max-width: 768px) {
  #main .portfolio1 .container .procontent .ALinkCss {
    font-size: 1.1em;
    text-align: center;
    width: 100%;
  }

  #main .portfolio1 .container .procontent .ALinkCss a {
    width: 50px;
    padding: 5px;
    height: 30px;
    line-height: 30px;
    font-size: 1.1em;
    text-align: center;
    border: 1px solid #cfc5c5;
    margin-right: 6px;
  }

  #main .portfolio1 .container .procontent .ALinkCss a:hover {
    font-size: 1.1em;
    color: #244ea3;
  }

  #main .portfolio1 .container .procontent .ALinkCss a:active {
    font-size: 1.1em;
    color: #244ea3;
  }

  #main .portfolio1 .container .procontent .ALinkCss span {
    width: 50px;
    padding: 5px;
    height: 30px;
    line-height: 30px;
    font-size: 1.1em;
    text-align: center;
    border: 1px solid #cfc5c5;
    margin-right: 6px;
  }

  #solDiv .ALinkCss {
    font-size: 1.1em;
    text-align: center;
    width: 100%;
  }

  #solDiv .ALinkCss a {
    margin-right: 6px;
    border: 1px solid #cfc5c5;
    padding: 5px;
  }

  #solDiv .ALinkCss span {
    margin-right: 6px;
    border: 1px solid #cfc5c5;
    padding: 5px;
  }

  main #seccontent .news_content div#newscontent .clickcount {
    line-height: 30px;
    margin: 0px 0px;
    text-align: center;
    font-size: 1.1em;
    margin-left: 20%;
  }

  .container #dituContent {
    width: 100%;
    height: 330px;
  }

  #main #seccontent .news_content img {
    -moz-background-size: contain|cover;
    -webkit-background-size: contain|conver;
    -o-background-size: contain|cover;
    height: auto;
    width: 100%;
    background-size: contain|cover;
  }

  .nav-menu a {
    display: block;
    position: relative;
    /*color: #244ea3;��ɫ*/
    color: #fff;
    padding: 12px 15px;
    transition: 0.3s;
    /*font-size: 14px;*/
    font-size: 1.7em;
    font-family: "微软雅黑";
  }

  #DivCustom {
    background: url("../image/jryy10.jpg") no-repeat;
    height: 520px;
    width: 100%;
    background-size: cover;
    font-family: 微软雅黑;
  }

  .site-wrapper #DivCustom .txtHalf {
    background-color: #838383;
    width: 260px;
    height: 40px;
    border: 1px solid #838383;
    text-indent: 2em;
  }

  #main .container .divbox1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: center;
  }

  #main .container .linetext {
    color: #000;
    font-size: 1.1em;
    font-family: 微软雅黑;
  }

  #main .container .greenIndex {
    font-size: 1.1em;
    color: green;
    font-weight: 600;
  }

  #main .container .contbottom {
    background: rgba(64, 65, 70, 0.8);
    /*position:absolute;left:0px;bottom:0px;width:72%; text-align:center;
    margin-left:14%;margin-right:14%;*/
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 82%;
    text-align: center;
    margin-left: 8.5%;
    margin-right: 14%;
  }

  .conttitle {
    color: #fff;
    text-align: center;
    font-size: 0.9em;
    padding: 0 0;
  }

  .contmore {
    color: #fff;
    text-align: center;
    font-size: 0.88em;
    padding-bottom: 0%;
  }
}

#DivCustom {
  background: url("../image/jryy10.jpg") no-repeat;
  height: 476px;
  width: 100%;
  background-size: cover;
  font-family: 微软雅黑;
}

#main #divContext {
  line-height: 23px;
  font-size: 1.3em;
  color: #333;
  padding: 0% 5%;
}

#main #SodivTitle {
  font-size: 1.7em;
  color: black;
  padding: 0% 5%;
}

@media (max-width: 768px) {
  .container #linkmulu1 {
    text-decoration: none;
    color: black;
    font-size: 1.2em;
  }

  .container .fontclass {
    font-size: 1.2em;
  }

  .container #linkmulu1:hover {
    text-decoration: none;
    color: #244ea3;
    cursor: pointer;
  }

  #main p {
    font-size: 1.2em;
    font-family: 微软雅黑;
  }

  /*news start*/
  #main #seccontent .cont_right div#newsquery .title {
    font-size: 1em;
  }

  #main #seccontent {
    width: 100%;
    margin: 0 auto;
    font-size: 1.05em;
  }

  #main #seccontent .cont_right {
    width: 90%;
    position: relative;
    padding: 20px 0 40px 0;
    color: #000000;
    margin: 0 auto;
  }

  #main #seccontent .cont_right div#newsquery {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  #main #seccontent .cont_right div#newsquery ul li a {
    color: #000000;
    font-family: 微软雅黑;
    text-decoration: none;
  }

  #main #seccontent .cont_right div#newsquery ul li a:hover {
    color:#269e36;/*主题蓝色#1444a9 */
  }

  #main #seccontent .cont_right div#newsquery ul li a:link,
  a:visited {
    color: #000000;
  }

  #main #seccontent .news_content {
    width: 70%;
    position: relative;
    margin: auto 0;
    margin-left: 15%;
  }

  div#newsquery li {
    list-style-type: none;
    overflow: hidden;
    font-size: 1em;
  }

  #main #SodivTitle {
    font-size: 1.3em;
    color: black;
    padding: 0% 5%;
  }

  .ltext3 {
    font-family: 微软雅黑;
    font-size: 1.05em;
    color: black;
    font-weight: 600;
  }

  #main .container #IndexMask .maskLeft {
    font-size: 0.9em;
    font-family: 微软雅黑;
  }

  #main .container #IndexMask .maskRight {
    font-size: 0.85em;
    font-family: 微软雅黑;
  }

  #main .container #IndexMask .maskBottom {
    font-size: 1em;
    font-family: 微软雅黑;
  }

  #main .page-content .container .proparamtitle {
    text-align: center;
    margin-top: 40px;
    font-family: 微软雅黑;
    color:#269e36;/*主题蓝色#1444a9 */
  }

  #main .page-content .container .paramtitle1 {
    border: 0.2px solid #e4e4e4;
    height: 23px;
    line-height: 23px;
    background-color:#269e36;/*主题蓝色#1444a9 */
    color: white;
    text-align: center;
    font-size: 1.2em;
    font-family: 微软雅黑;
  }

  #main .page-content .container .paramtitle2 {
    border: 0.2px solid #e4e4e4;
    height: 23px;
    background-color: #b7b7b7;
    color: #333333;
    font-size: 1em;
    font-family: 微软雅黑;
  }

  #main .page-content .container .paramcontent1 {
    border: 0.2px solid #e4e4e4;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #333333;
    font-size: 0.85em;
  }

  #main .page-content .container .paramcontent2 {
    border: 0.2px solid #e4e4e4;
    height: 25px;
    line-height: 25px;
    color: #333333;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 1.2em;
    font-family: 微软雅黑;
  }

  #main .page-content .container #newduanluo {
    font-size: 1em;
    padding: 15px;
    line-height: 20px;
    font-family: 微软雅黑;
  }

  #main .page-content .container .dlink #descript1 {
    margin: 10%;
    font-size: 0.5em;
    color: white;
    line-height: 10px;
    text-align: left;
    font-family: 微软雅黑;
    color: white;
  }

  #main .page-content .container .dlink #descripttitle {
    /*background-color:#e4e4e4;*/
    font-family: 微软雅黑;
    font-size: 0.6em;
    height: 22%;
    bottom: 0px;
    position: absolute;
    width: 100%;
    background-color: #9ea1a3;
  }

  #main .page-content .container .dlink #descripttitle span {
    color: white;
    line-height: 100%;
    margin-top: 5%;
    display: block;
  }

  #main #divContext {
    /*color:#333;*/
    color: black;
    line-height: 22px;
    font-size: 1.1em;
    padding: 0% 3%;
    font-family: 微软雅黑;
  }
}

.ltext5 {
  font-size: 1.45em;
  color: black;
}

.ltext6 {
  font-size: 1.3em;
  color: black;
}

.ltext3 {
  font-size: 1.3em;
  color: black;
  font-weight: 600;
}

.ltext1 {
  font-size: 1.2em;
  color: black;
  display: block;
}

.ltext3white {
  font-size: 1.7em;
  color: #fff;
}

/*定制start*/
#main #footphone a:hover {
  cursor: pointer;
  text-decoration: none;
  color: white;
}

#main #DivCustom .txtHalf {
  background-color: #838383;
  width: 250px;
  height: 40px;
  border: 1px solid #838383;
  text-indent: 2em;
}

#main #DivCustom .txtAll {
  background-color: #838383;
  width: 540px;
  height: 40px;
  border: 1px solid #838383;
  text-indent: 2em;
}

#main #DivCustom .txtAllHeight {
  background-color: #838383;
  width: 540px;
  height: 80px;
  border: 1px solid #838383;
  text-indent: 2em;
}

#main #DivCustom .tablecss {
  width: 70%;
  color: #fff;
  font-size: 1.15em;
}

#main #DivCustom .tablecss tr {
  height: 60px;
}

#main #DivCustom .tablecss img:hover {
  cursor: pointer;
}

#main #DivCustom .txtAll1 {
  background-color: #838383;
  width: 320px;
  height: 40px;
  border: 1px solid #838383;
  text-indent: 2em;
}

#main #DivCustom .txtAllHeight1 {
  background-color: #838383;
  width: 320px;
  height: 80px;
  border: 1px solid #838383;
  text-indent: 2em;
}

/*定制end*/
/*解决方案Start*/
#main #solutiondiv {
  padding: 0 0 0 0;
  margin: 0 auto;
  height: auto;
  width: 100%;
  position: relative;
}

@media (max-width: 768px) {
  #main .graytopdiv {
    font-size: 1em;
    font-family: 微软雅黑;
  }

  #main #smimgsize {
    -moz-background-size: contain|cover;
    -webkit-background-size: contain|conver;
    -o-background-size: contain|cover;
    height: auto;
    width: 100%;
    background-size: contain|cover;
  }

  #main .smimgsize {
    -moz-background-size: contain|cover;
    -webkit-background-size: contain|conver;
    -o-background-size: contain|cover;
    height: auto;
    width: 50%;
    background-size: contain|cover;
  }

  #main .graytopdiv {
    /*height: 50px;*/
    height: 30px;
    line-height: 30px;
    width: 100%;
    background-color: #333;
    color: white;
  }

  #main .graytopdiv .newtitle {
    float: left;
    text-align: left;
    text-indent: 4em;
  }

  #main .graytopdiv .newtitle1 {
    float: left;
    text-align: left;
  }

  #main .graytopdiv .menuSolution {
    overflow: hidden;
    height: 50px;
  }

  #main .graytopdiv .menuSolution a {
    text-decoration: none;
    color: #fff;
  }

  #main .graytopdiv .menuSolution li {
    list-style: none;
    list-style-type: none;
    float: left;
    width: 33%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #333;
    text-align: center;
  }

  #main .graytopdiv .menuSolution li a:hover {
    color: #fff;
    background-color:#269e36;/*主题蓝色#1444a9 */
    display: block;
  }
}

@media (max-width: 481px) {
  .container #linkmulu1 {
    text-decoration: none;
    color: black;
    font-size: 1.15em;
  }

  .container .fontclass {
    font-size: 1.15em;
  }

  .container #linkmulu1:hover {
    text-decoration: none;
    color: #244ea3;
    cursor: pointer;
  }

  .container #dituContent {
    width: 100%;
    height: 280px;
  }

  .solutionTitle {
    width: 40%;
    height: 100%;
    background: rgba(38, 158, 54, 0.8);
    font-size: 0.85em;
    font-family: 微软雅黑;
  }

  #main .graytopdiv {
    font-size: 0.9em;
    font-family: 微软雅黑;
  }

  #main #smimgsize {
    -moz-background-size: contain|cover;
    -webkit-background-size: contain|conver;
    -o-background-size: contain|cover;
    height: auto;
    width: 100%;
    background-size: contain|cover;
  }

  #main .page-content .container .row .col-md-4 .icon-box .mask {
    font-size: 0.8em;
    font-family: 微软雅黑;
  }

  #main .page-content .container .row .col-md-4 .icon-box .mask .devicetitle {
    font-size: 0.9em;
    font-family: 微软雅黑;
  }
}

@media (min-width: 768px) {
  #main .container #hiultracontent {
    font-size: 1.4em;
    line-height: 30px;
    text-indent: 2em;
  }

  #main .portfolio1 .container .procontent .ALinkCss {
    font-size: 1.3em;
    text-align: center;
    width: 100%;
  }

  #main .portfolio1 .container .procontent .ALinkCss a {
    width: 50px;
    padding: 5px;
    height: 30px;
    line-height: 30px;
    font-size: 1.3em;
    text-align: center;
    border: 1px solid #cfc5c5;
    margin-right: 6px;
  }

  #main .portfolio1 .container .procontent .ALinkCss a:hover {
    font-size: 1.3em;
    color: #244ea3;
  }

  #main .portfolio1 .container .procontent .ALinkCss a:active {
    font-size: 1.3em;
    color: #244ea3;
  }

  #main .portfolio1 .container .procontent .ALinkCss span {
    width: 50px;
    padding: 5px;
    height: 30px;
    line-height: 30px;
    font-size: 1.3em;
    text-align: center;
    border: 1px solid #cfc5c5;
    margin-right: 6px;
  }

  #solDiv .ALinkCss {
    font-size: 1.3em;
    text-align: center;
    width: 100%;
  }

  #solDiv .ALinkCss a {
    margin-right: 6px;
    border: 1px solid #cfc5c5;
    padding: 5px;
  }

  #solDiv .ALinkCss span {
    margin-right: 6px;
    border: 1px solid #cfc5c5;
    padding: 5px;
  }

  .ltext3white {
    font-size: 1.7em;
    color: #fff;
  }

  #main .graytopdiv {
    font-size: 1.15em;
    font-family: 微软雅黑;
  }

  #main #smimgsize {}

  #main .graytopdiv {
    /*height: 50px;*/
    height: 50px;
    line-height: 50px;
    width: 100%;
    background-color: #333;
    color: white;
  }

  #main .graytopdiv .newtitle {
    float: left;
    text-align: left;
    text-indent: 4em;
  }

  #main .graytopdiv .newtitle1 {
    float: left;
    text-align: left;
  }

  #main .graytopdiv .menuSolution {
    overflow: hidden;
    height: 50px;
  }

  #main .graytopdiv .menuSolution a {
    text-decoration: none;
    color: #fff;
  }

  #main .graytopdiv .menuSolution li {
    list-style: none;
    list-style-type: none;
    float: left;
    width: 33%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-color: #333;
    text-align: center;
  }

  #main .graytopdiv .menuSolution li a:hover {
    color: #fff;
    background-color:#269e36;/*主题蓝色#1444a9 */
    display: block;
  }
}

#main #solcontent {
  line-height: 23px;
  height: 23px;
  font-size: 1.1em;
  margin-bottom: 70px;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  font-family: 微软雅黑;
}

/*解决方案 详情End*/

/*assetmange end*/
/* Product start */
#main .container .pagetitle {
  line-height: 20px;
  color: black;
  font-size: 1.3em;
  margin-top: 20px;
  /*padding-top:15px;*/
  /*margin-top:-3.3%;*/
}

#main .container .proparamtitle {
  text-align: center;
  margin-top: 50px;
  font-family: 微软雅黑;
  color:#269e36;/*主题蓝色#1444a9 */
}

#main .container .paramtitle1 {
  border: 0.2px solid #e4e4e4;
  height: 33px;
  line-height: 33px;
  background-color:#269e36;/*主题蓝色#1444a9 */
  color: white;
  text-align: center;
  font-size: 1.3em;
}

#main .container .paramtitle2 {
  border: 0.2px solid #e4e4e4;
  height: 33px;
  background-color: #b7b7b7;
  color: #333333;
  font-size: 1.2em;
}

#main .container .paramcontent1 {
  border: 0.2px solid #e4e4e4;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #333333;
  font-size: 1.2em;
}

#main .container .paramcontent2 {
  border: 0.2px solid #e4e4e4;
  height: 30px;
  line-height: 30px;
  color: #333333;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 1.3em;
}

#main .container #silderdiv {
  margin-left: 50px;
  margin-right: 50px;
}

#main .container #silderdiv img {
  padding-right: 10px;
}

#main .container #silderdiv img {
  padding-right: 10px;
}

#main .container #linkbtn {
  float: left;
  margin-right: 20px;
}

/*ProductMain页面Start*/
#main .container .row .detail15 {
  color: #333;
  font-size: 1.5em;
  line-height: 30px;
}

#main .container .row .detailtitle {
  color: #333;
  font-size: 1.2em;
  line-height: 30px;
}

#main .container .row .detailsm {
  color: #333;
  font-size: 1em;
  line-height: 25px;
}

#main .container .row .detailmd {
  color: #333;
  font-size: 1.11em;
  line-height: 30px;
}

#main .container .row .col-md-4 .icon-box .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(38, 158, 54, 0.8);
  color: #ffffff;
  opacity: 0;
  text-align: center;
  vertical-align: central;
}

#main .container .row .col-md-4 .devicetitle {
  padding-top: 25%;
  color: #fff;
}

#main .container .row .col-md-4 .icon-box a:hover .mask {
  opacity: 1;
}

#main .productlink {
  height: 50px;
  width: 100%;
  background-color: #333333;
  /* position:relative;定位
            top:-5px;
            z-index:999999;*/
}

@media (max-width: 768px) {
  #main .solutionlink {
    height: 80px;
    width: 100%;
    background-color: #406ac1;
    /*1444aa;*/
    font-size: 1.2em;
    font-family: 微软雅黑;
    color: white;
  }

  #main .solutionlink li {
    list-style: none;
    float: left;
    line-height: 25px;
    width: 33%;
    text-align: left;
  }

  #main .solutionlink li:hover {
    background-color:#269e36;/*主题蓝色#1444a9 */
    /*406ac1;*/
  }

  #main .solutionlink1 {
    height: 80px;
    width: 100%;
    background-color: #406ac1;
    /*1444aa;*/
    font-size: 1.2em;
    font-family: 微软雅黑;
    color: white;
  }

  #main .solutionlink1 li {
    list-style: none;
    float: left;
    line-height: 25px;
    width: 33%;
    text-align: left;
  }

  #main .solutionlink1 li:hover {
    background-color:#269e36;/*主题蓝色#1444a9 */
    /*406ac1;*/
  }

  .ltext3white {
    font-size: 1.5em;
    color: #fff;
  }

  #main .graytopdiv {
    font-size: 1em;
  }

  #main #smimgsize {
    -moz-background-size: contain|cover;
    -webkit-background-size: contain|conver;
    -o-background-size: contain|cover;
    height: auto;
    width: 100%;
    background-size: contain|cover;
  }
}

@media (max-width: 481px) {
  main #seccontent .news_content div#newscontent .clickcount {
    line-height: 12px;
    margin: 0px 0px;
    text-align: left;
    font-size: 1em;
    margin-left: 1%;
  }

  #main .graytopdiv {
    font-size: 0.9em;
  }

  #main #smimgsize {
    -moz-background-size: contain|cover;
    -webkit-background-size: contain|conver;
    -o-background-size: contain|cover;
    height: auto;
    width: 100%;
    background-size: contain|cover;
  }

  #main .container .row .col-md-4 .icon-box .mask {
    font-size: 0.8em;
  }

  #main .container .row .col-md-4 .icon-box .mask .devicetitle {
    font-size: 0.9em;
  }
}

@media (min-width: 768px) {
  #main .solutionlink1 {
    height: 45px;
    width: 100%;
    background-color: #406ac1;
    /*1444aa;*/
    font-size: 1.5em;
    font-family: 微软雅黑;
    color: white;
  }

  #main .solutionlink1 li {
    list-style: none;
    float: left;
    line-height: 45px;
    width: 12.5%;
    text-align: center;
  }

  #main .solutionlink1 li:hover {
    background-color:#269e36;/*主题蓝色#1444a9 */
    /*406ac1;*/
  }

  #main .solutionlink {
    height: 45px;
    width: 100%;
    background-color: #406ac1;
    /*1444aa;*/
    font-size: 1.5em;
    font-family: 微软雅黑;
    color: white;
  }

  #main .solutionlink li {
    list-style: none;
    float: left;
    line-height: 45px;
    width: 11%;
    text-align: center;
  }

  #main .solutionlink li:hover {
    background-color:#269e36;/*主题蓝色#1444a9 */
    /*406ac1;*/
  }

  .container #linkmulu1 {
    text-decoration: none;
    color: black;
    font-size: 1.35em;
  }

  .container .fontclass {
    font-size: 1.35em;
  }

  .container #linkmulu1:hover {
    text-decoration: none;
    color: #244ea3;
    cursor: pointer;
  }

  #main #SodivTitle {
    font-size: 1.7em;
    color: black;
    padding: 0% 5%;
  }

  #main .container #newduanluo {
    font-size: 1.25em;
    padding: 15px;
    line-height: 25px;
  }

  #main .container .dlink #descript1 {
    margin: 10%;
    font-size: 1.12em;
    color: white;
    line-height: 23px;
    text-align: left;
    font-family: 微软雅黑;
    color: white;
  }

  #main .container .dlink #descripttitle {
    /*background-color:#e4e4e4;*/
    font-family: 微软雅黑;
    font-size: 1.38em;
    height: 22%;
    bottom: 0px;
    position: absolute;
    width: 100%;
    background-color: #9ea1a3;
  }

  #main .container .dlink #descripttitle span {
    color: white;
    line-height: 100%;
    margin-top: 5%;
    display: block;
  }
}

@media (max-width: 768px) {
  #main #SodivTitle {
    font-size: 1.2em;
    color: black;
    padding: 0% 5%;
  }

  #main .container .proparamtitle {
    text-align: center;
    margin-top: 40px;
    font-family: 微软雅黑;
    color:#269e36;/*主题蓝色#1444a9 */
  }

  #main .container .paramtitle1 {
    border: 0.2px solid #e4e4e4;
    height: 23px;
    line-height: 23px;
    background-color:#269e36;/*主题蓝色#1444a9 */
    color: white;
    text-align: left;
    font-size: 1.2em;
  }

  #main .container .paramtitle2 {
    border: 0.2px solid #e4e4e4;
    height: 23px;
    background-color: #b7b7b7;
    color: #333333;
    font-size: 1em;
  }

  #main .container .paramcontent1 {
    border: 0.2px solid #e4e4e4;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #333333;
    font-size: 0.85em;
  }

  #main .container .paramcontent2 {
    border: 0.2px solid #e4e4e4;
    height: 25px;
    line-height: 25px;
    color: #333333;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 1.2em;
  }

  #main .container .dlink #descript1 {
    margin: 10%;
    font-size: 0.5em;
    color: white;
    line-height: 10px;
    text-align: left;
    font-family: 微软雅黑;
    color: white;
  }

  #main .container .dlink #descripttitle {
    /*background-color:#e4e4e4;*/
    font-family: 微软雅黑;
    font-size: 0.6em;
    height: 22%;
    bottom: 0px;
    position: absolute;
    width: 100%;
    background-color: #9ea1a3;
  }

  #main .container .dlink #descripttitle span {
    color: white;
    line-height: 100%;
    margin-top: 5%;
    display: block;
  }

  #main #divContext {
    line-height: 20px;
    font-size: 1em;
    color: #333;
    padding: 0% 3%;
  }

  #main .container .pagetitle {
    line-height: 20px;
    color: black;
    font-size: 1.2em;
    margin-top: 15px;
    padding-top: 15px;
    /*margin-top:-3.3%;*/
  }
}

#linkmulu1 {
  text-decoration: none;
  color: white;
}

#linkmulu1:hover {
  text-decoration: none;
  color: #244ea3;
  cursor: pointer;
}

#linkmulu {
  text-decoration: none;
  color: black;
}

#linkmulu:hover {
  text-decoration: none;
  color: #5e5b5b;
  cursor: pointer;
}

/*ProductMain页面Start*/

/* -------------遮盖product2----------start---------- */

#main .container .procontent .ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

#main .container .procontent .ih-item,
#main .container .procontent .ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main .container .procontent .ih-item a {
  color: #333;
}

#main .container .procontent .ih-item a:hover {
  text-decoration: none;
}

#main .container .procontent .ih-item img {
  width: 100%;
  height: 100%;
}

#main .container .procontent .ih-item.square {
  position: relative;
  /*width: 356px;
                    height: 301px;*/
  /*border: 8px solid #fff;*/
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

#main .container .procontent .ih-item.square .info {
  position: absolute;
  top: -4%;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#main .container .procontent .ih-item.square.proeffect {
  overflow: hidden;
}

#main .container .procontent .ih-item.square.proeffect.colored .info {
  /*background: #1a4a72;*/
  /*background: rgba(26, 74, 114, 0.6);*/
}

#main .container .procontent .ih-item.square.proeffect.colored .info h3 {
  /*background: rgba(12, 34, 52, 0.6);*/
}

#main .container .procontent .ih-item.square.proeffect .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

#main .container .procontent .ih-item.square.proeffect .info {
  /*background: rgba(38,158,54,0.8);*/
  background: rgba(20, 68, 169, 0.8);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

@media (min-width: 768px) {
  .container .InTitle1 {
    font-weight: 600;
    font-size: 1.4em;
  }

  #main .container .procontent .ih-item.square.proeffect .info #divTitle {
    /*描述底部标题*/
    text-transform: uppercase;
    color: #fff;
    font-size: 1.36em;
    background: #9f9f9f;
    height: 69px;
    line-height: 69px;
    margin-top: 240px;
    /*240*/
    position: absolute;
    width: 100%;
    color: white;
  }

  #main .container .procontent .ih-item.square.proeffect .info p {
    /*描述文字*/
    /*font-style: italic;*/
    /*font-size: 15px;*/
    font-size: 1.28em;
    position: absolute;
    padding: 25px 30px;
    color: #fff;
    margin: 30px 0 0 0;
    text-align: left;
    line-height: 30px;
  }
}

#main .container .procontent .ih-item.square.proeffect .info #divTitle {
  /*描述底部标题*/
  text-transform: uppercase;
  color: #fff;
  font-size: 1.36em;
  background: #9f9f9f;
  height: 69px;
  line-height: 69px;
  margin-top: 240px;
  /*240*/
  position: absolute;
  width: 100%;
  color: white;
}

#main .container .procontent .ih-item.square.proeffect .info p {
  /*描述文字*/
  /*font-style: italic;*/
  /*font-size: 15px;*/
  font-size: 1.28em;
  position: absolute;
  padding: 25px 30px;
  color: #fff;
  margin: 30px 0 0 0;
  text-align: left;
  line-height: 30px;
}

@media (max-width: 768px) and (min-width: 481) {
  .container .InTitle1 {
    font-weight: 600;
    font-size: 1.3em;
  }

  /*add 04-08 phone*/
  #main .container .procontent .ih-item.square.proeffect .info #divTitle {
    /*描述底部标题*/
    text-transform: uppercase;
    color: #fff;
    font-size: 1.36em;
    background: #9f9f9f;
    height: 60px;
    line-height: 60px;
    margin-top: 250px;
    /*240*/
    position: absolute;
    width: 100%;
    color: white;
  }

  /*add 04-08*/

  /*#main .container .procontent .ih-item.square.proeffect .info #divTitle {
                                 text-transform: uppercase;
                                color: #fff;
                                font-size: 1.1em;
                                background: #9f9f9f;
                                height: 40px;
                                line-height: 40px;
                                margin-top: 240px;
                                position: absolute;
                                width: 100%;
								
                            }
          #main .container .procontent .ih-item.square.proeffect .info p {
                                font-size:1em;
                                position: absolute;
                                padding:15px 20px;
                                color: #fff;
                                margin: 15px 0 0 0;
                                text-align: left;
                                line-height:11px;
                            }*/
}

@media (max-width: 480px) {
  .container .InTitle1 {
    font-weight: 600;
    font-size: 1.25em;
  }

  /*add 04-08 phone*/
  #main .container .procontent .ih-item.square.proeffect .info #divTitle {
    /*描述底部标题*/
    text-transform: uppercase;
    color: #fff;
    font-size: 1.36em;
    background: #9f9f9f;
    height: 60px;
    line-height: 60px;
    margin-top: 230px;
    /*240*/
    position: absolute;
    width: 100%;
    color: white;
  }

  /*add 04-08*/
  /*#main .container .procontent .ih-item.square.proeffect .info #divTitle {
                                 text-transform: uppercase;
                                color: #fff;
                                font-size: 0.6em;
                                background: #9f9f9f;
                                height: 20px;
                                line-height: 20px;
                                margin-top: 190px;
                                position: absolute;
                                width: 100%;
								
                            }
          #main .container .procontent .ih-item.square.proeffect .info p {
                                font-size:0.6em;
                                position: absolute;
                                padding:5px 10px;
                                color: #fff;
                                margin: 10px 0 0 0;
                                text-align: left;
                                line-height:10px;
                            }*/
}

#main .container .procontent .ih-item.square.proeffect .info #divTitle .row {
  /*描述底部标题*/
  margin: 0 3%;
}

#main .container .procontent .ih-item.square.proeffect a:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

#main .container .procontent .ih-item.square.proeffect a:hover .info {
  visibility: visible;
  opacity: 1;
}

#main .container .procontent .ih-item.square.proeffect.left_to_right .info {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

#main .container .procontent .ih-item.square.proeffect.left_to_right a:hover .info {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

#main .container .procontent .ih-item.square.proeffect.right_to_left .info {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

#main .container .procontent .ih-item.square.proeffect.right_to_left a:hover .info {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

#main .container .procontent .ih-item.square.proeffect.top_to_bottom .info {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

#main .container .procontent .ih-item.square.proeffect.top_to_bottom a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

#main .container .procontent .ih-item.square.proeffect.bottom_to_top .info {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

#main .container .procontent .ih-item.square.proeffect.bottom_to_top a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* -------------遮盖product----------end---------- */

/* -------------菜单css代码----------begin---------- */
#main .productlink .menuDiv {
  overflow: hidden;
  height: 50px;
  margin-left: 5%;
  font-size: 1.3em;
}

#main .productlink .menuDiv a {
  text-decoration: none;
}

#main .productlink .menuDiv ul {
  list-style: none;
  padding: 0;
}

#main .productlink .menuDiv>ul>li {
  list-style: none;
  list-style-type: none;
  float: left;
  width: 15%;
  height: 50px;
  line-height: 50px;
}

#main .productlink .menuDiv>ul>li>ul>li {
  list-style: none;
  list-style-type: none;
  float: left;
  width: 15%;
  height: 40px;
  line-height: 40px;
}

/* 设置二级菜单绝对定位，并隐藏 */
#main .productlink .menuDiv>ul>li>ul {
  position: absolute;
  z-index: 10;
  display: none;
}

/* 设置二级菜单的li的样式 */
#main .productlink .menuDiv>ul>li>ul>li {
  float: none;
}

/* 鼠标放在一级菜单上，显示二级菜单 */
#main .productlink .menuDiv>ul>li:hover ul {
  display: block;
}

/* 一级菜单 */
#main .productlink .menuDiv>ul>li>a {
  width: 100%;
  line-height: 50px;
  height: 50px;
  color: #fff;
  background-color: #333;
  text-align: center;
  display: block;
}

/* 在一级菜单中，第一个不设置左边框 */
#main .productlink .menuDiv>ul>li:first-child>a {
  border-left: none;
}

/* 在一级菜单中，鼠标放上去的样式 */
#main .productlink .menuDiv>ul>li>a:hover {
  color: #fff;
  background-color:#269e36;/*主题蓝色#1444a9 */
  /*1444a9;*/
}

/* 二级菜单 */
#main .productlink .menuDiv>ul>li>ul {
  width: 100%;
}

#main .productlink .menuDiv>ul>li>ul>li>a {
  /*width: 186px;*/
  width: 100%;
  line-height: 40px;
  height: 40px;
  color: #fff;
  background-color: #333;
  text-align: center;
  display: block;
}

/* 在二级菜单中，第一个设置顶边框 */
#main .productlink .menuDiv>ul>li>ul>li:first-child>a {
  /*border-top: 1px solid #ccc;*/
}

/* 在二级菜单中，鼠标放上去的样式 */
#main .productlink .menuDiv>ul>li>ul>li>a:hover {
  color: #fff;
  background-color:#269e36;/*主题蓝色#1444a9 */
}

/* -------------菜单css代码----------end---------- */

#main .productlink {
  height: 50px;
  width: 100%;
  background-color: #333333;
  /* position:relative;定位
            top:-5px;
            z-index:999999;*/
}

#main #productdiv {
  padding: 0 0 0 0;
  margin: 0 auto;
  height: 463px;
  width: 100%;
  background: url("../image/Product.jpg") no-repeat;
  position: relative;
  background-size: 100% 100%;
}

#main #productdivphone {
  padding: 0 0 0 0;
  margin: 0 auto;
  height: 463px;
  width: 100%;
  background: url("../image/p-Product.jpg") no-repeat;
  position: relative;
  background-size: 100% 100%;
}

/* Product end */

/* index */
#main a:hover {
  text-decoration: none;
}

/*-- services--*/
#main #font12 {
  font-size: 1.2em;
}

#main #font13 {
  font-size: 1.3em;
}

#main #footerdiv {
  padding: 0 0 0 0;
  margin: 0 auto;
  width: 100%;
  height: 313px;
  /*height:auto;*/
  background: url("../image/footer.jpg") no-repeat;
  /*footer*/
  position: relative;
  background-size: 100% 100%;
}

#main #footerdivphone {
  padding: 0 0 0 0;
  margin: 0 auto;
  width: 100%;
  /*height:313px;*/
  height: auto;
  /*background: url('../image/footer.jpg') no-repeat;footer*/
  position: relative;
  background-size: 100% 100%;
}

/*index end*/
/*news start*/
@media (min-width: 768px) {
  #main #seccontent .news_content div#newscontent .clickcount {
    line-height: 40px;
    margin: 0px 0px;
    text-align: center;
    font-size: 1.3em;
    margin-left: 50%;
  }

  #main #seccontent .cont_right {
    width: 70%;
    position: relative;
    padding: 20px 0 40px 0;
    color: #000000;
    margin: 0 auto;
  }
}

#main #seccontent .cont_right div#newsquery .title {
  font-size: 1.1em;
}

#main #seccontent {
  width: 100%;
  margin: 0 auto;
  font-size: 1.05em;
}

#main #seccontent .cont_right div#newsquery {
  margin-top: 0px;
  margin-bottom: 0px;
}

#main #seccontent .cont_right div#newsquery ul li a {
  color: #000000;
  font-family: 微软雅黑;
  text-decoration: none;
}

#main #seccontent .cont_right div#newsquery ul li a:hover {
  color:#269e36;/*主题蓝色#1444a9 */
}

#main #seccontent .cont_right div#newsquery ul li a:link,
a:visited {
  color: #000000;
}

#main #seccontent .news_content {
  width: 70%;
  position: relative;
  margin: auto 0;
  margin-left: 15%;
}

div#newsquery li {
  list-style-type: none;
  overflow: hidden;
  font-size: 1em;
}

#main #seccontent .news_content div#newscontent .newstitle {
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  margin-top: 18px;
  color: #428bca;
  /*066b40;*/
}

.newslist {
  /*padding-left:600px;
padding-top:20px;*/
  /*height:100px;*/
  /*padding: 10px 0px 20px 700px;*/
  text-align: right;
  font-size: 0.95em;
}

.newslist span {
  font-size: 1.1em;
  color: black;
}

.newslist a {
  font-size: 1em;
  margin-right: 8px;
  color: blue;
}

.newslist a:hover {
  font-size: 1em;
  color:#269e36;/*主题蓝色#1444a9 */
}

#main #seccontent .news_content div#newscontent #newdetailcontent {
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 3%;
}

/*#newsquery ul{
margin:0;
padding:0;
}
#newsquery ul li a{
  color: #000000;
  font-family: ΢���ź�;
  font-size: 14px;
}
#newsquery li{
list-style-type: none;
height:43px;
overflow: hidden;
line-height:43px;
}
div#newsquery a:link,div#newsquery a:visited,div#newsquery a:active{
text-decoration: none;
}*/

#main #seccontent .cont_right div#newsquery a:hover {
  color: #5e5b5b;
  /*����ɫ*/
  /*color:#989697;����ɫ*/
  cursor: pointer;
}

/*���� ����End*/

/*end*/
/*hiultra*/

#main .w3-services-grids .w3-services-right-grid .w3-icon-grid-gap1 .w3-icon-grid1 #psize {
  margin-left: 45px;
  font-size: 1.4em;
}

#main #xinwendiv {
  padding: 0 0 0 0;
  margin: 0 auto;
  height: 463px;
  width: 100%;
  background: url("../image/xinwen.jpg") no-repeat;
  position: relative;
  background-size: 100% 100%;
}

#main #hiultradiv {
  padding: 0 0 0 0;
  margin: 0 auto;
  height: 463px;
  width: 100%;
  background: url("../image/hiultra.jpg") no-repeat;
  position: relative;
  background-size: 100% 100%;
}

/*dxal*/
.scrollbuttom .member {
  /*margin-bottom: 20px;*/
  overflow: hidden;
}

.scrollbuttom span {
  padding: 20px;
  background-color: #244ea3;
  font-size: 1.3em;
  color: white;
}

.scrollbuttom .member .member-img {
  position: relative;
  overflow: hidden;
}

.scrollbuttom .member .social {
  position: absolute;
  top: 0;
  left: 0;
  bottom: -60px;
  right: 0;
  height: 60px;
  opacity: 0;
  transition: bottom ease-in-out 0.4s;
  text-align: left;
  background: rgba(20, 68, 169, 0.6);
  color: #fff;
}

.scrollbuttom .member .social1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: -100px;
  right: 0;
  height: 100px;
  opacity: 0;
  transition: bottom ease-in-out 0.4s;
  text-align: left;
  background: rgba(20, 68, 169, 0.6);
  color: #fff;
}

.scrollbuttom .member .social span {
  color: #fff;
  font-size: 1.5em;
}

.scrollbuttom .member .social a {
  transition: color 0.3s;
  color: #fff;
  display: inline-block;
  font-size: 1em;
}

.scrollbuttom .member .social a:hover {
  color: #68a4c4;
}

.scrollbuttom .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.scrollbuttom .member .member-info h4 {
  font-weight: 700;
  margin: 15px 0 5px 0;
  font-size: 18px;
}

.scrollbuttom .member .member-info span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  color: #68a4c4;
}

.scrollbuttom .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #666;
}

.scrollbuttom .member:hover .social {
  bottom: 0;
  opacity: 1;
  transition: bottom ease-in-out 0.4s;
}

/*.scrollcover {
  background: #fff;
  padding-bottom: 30px;
}*/

.scrollcover .member {
  margin-bottom: 20px;
  overflow: hidden;
}

.scrollcover .member .member-img {
  position: relative;
  overflow: hidden;
}

.scrollcover .member .socialbuttom {
  position: absolute;
  left: 0;
  bottom: -50px;
  right: 0;
  height: 50px;
  opacity: 0;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
  /*background: rgba(30, 67, 86, 0.8);*/
  /*blue*/
  background: rgba(147, 147, 147, 1);
}

.scrollcover .member .social {
  position: absolute;
  left: 0;
  bottom: -200px;
  right: 0;
  height: 200px;
  opacity: 0;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
  /*background: rgba(30, 67, 86, 0.8);*/
  /*blue*/
  background: rgba(20, 68, 169, 0.6);
}

.scrollcover .member .social p {
  color: #fff;
  font-size: 1.4em;
  /*margin:10px;*/
  margin: 15px;
  word-break: break-all;
  text-align: left;
  /*padding:20px;*/
  /*padding:20px;*/
}

.scrollcover .member .social a {
  transition: color 0.3s;
  color: #fff;
  /*margin: 0 10px;*/
  /*padding-top: 8px;*/
  display: inline-block;
  font-size: 1em;
}

.scrollcover .member .social .socialso {
  background-color: #afafaf;
  height: 40%;
  width: 100%;
  bottom: 0px;
  color: #fff;
  font-size: 1.4em;
  text-align: left;
  padding-top: 10px;
  text-indent: 1em;
}

.scrollcover .member .social .socialso1 {
  background-color: #afafaf;
  height: 20%;
  width: 100%;
  bottom: 0px;
  color: #fff;
  font-size: 1em;
  text-align: left;
  padding-top: 10px;
  text-indent: 1em;
}

.scrollcover .member .social a:hover {
  color: #68a4c4;
}

.scrollcover .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.scrollcover .member .member-info h4 {
  font-weight: 700;
  margin: 15px 0 5px 0;
  font-size: 18px;
}

.scrollcover .member .member-info span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  color: #68a4c4;
}

.scrollcover .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #666;
}

.scrollcover .member:hover .social {
  bottom: 0;
  opacity: 1;
  transition: bottom ease-in-out 0.4s;
}

.bordergongsi {
  border: 1px solid #afafaf;
  padding: 7px;
}

#main .container .title {
  font-weight: bold;
  font-size: 2em;
}

#main .btn-get-started1 {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 1.5em;
  letter-spacing: 1px;
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  /*padding: 12px 32px;*/
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  /*margin: 50px;*/
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 0;
  background: #afafaf;

  width: 100%;
}

#main .btnactive {
  background: #1c5c93;
}

#main .btn-get-started1:hover {
  background: #1c5c93;
}

#costum_slider a.carousel-control-prev {
  position: absolute;
  left: -60px;
  top: 45%;
  background-color: #afafaf;
  color: white;
  border-radius: 100px;
}

#costum_slider a.carousel-control-next {
  position: absolute;
  right: -60px;
  top: 45%;
}

#costum_slider .carousel-control-prev,
#costum_slider .carousel-control-next {
  width: 35px;
  /*85*/
  height: 35px;
  background: #afafaf;
  opacity: 1;
  font-size: 20px;
  color: #fff;
  border-radius: 100px;
}

#costum_slider .carousel-control-prev:hover,
#costum_slider .carousel-control-next:hover,
#costum_slider .carousel-control-prev:focus,
#costum_slider .carousel-control-next:focus {
  background: #444;
  color: #fff;
}

/*custom slider1 start*/
#costum_slider1 a.carousel-control-prev {
  position: absolute;
  left: -60px;
  top: 45%;
  background-color: #afafaf;
  color: white;
  border-radius: 100px;
}

#costum_slider1 a.carousel-control-next {
  position: absolute;
  right: -60px;
  top: 45%;
}

#costum_slider1 .carousel-control-prev,
#costum_slider1 .carousel-control-next {
  width: 35px;
  /*85*/
  height: 35px;
  background: #afafaf;
  opacity: 1;
  font-size: 20px;
  color: #fff;
  border-radius: 100px;
}

#costum_slider1 .carousel-control-prev:hover,
#costum_slider1 .carousel-control-next:hover,
#costum_slider1 .carousel-control-prev:focus,
#costum_slider1 .carousel-control-next:focus {
  background: #444;
  color: #fff;
}

/*custom silder1 end */
/*custom slider1 start*/
#costum_slider2 a.carousel-control-prev {
  position: absolute;
  left: -60px;
  top: 45%;
  background-color: #afafaf;
  color: white;
  border-radius: 100px;
}

#costum_slider2 a.carousel-control-next {
  position: absolute;
  right: -60px;
  top: 45%;
}

#costum_slider2 .carousel-control-prev,
#costum_slider2 .carousel-control-next {
  width: 35px;
  /*85*/
  height: 35px;
  background: #afafaf;
  opacity: 1;
  font-size: 20px;
  color: #fff;
  border-radius: 100px;
}

#costum_slider2 .carousel-control-prev:hover,
#costum_slider2 .carousel-control-next:hover,
#costum_slider2 .carousel-control-prev:focus,
#costum_slider2 .carousel-control-next:focus {
  background: #444;
  color: #fff;
}

/*custom silder1 end */
#main_slider a.carousel-control-prev {
  position: absolute;
  /*left: -94px;
    top: 57%;*/
  left: -50px;
  top: 37%;
  background-color: #afafaf;
  color: #ffffff;
}

#main_slider a.carousel-control-next {
  position: absolute;
  /*right: -95px;
    top: 57%;*/
  right: -50px;
  top: 37%;
}

#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
  width: 25px;
  /*65*/
  height: 25px;
  /*65*/
  /*border-radius:5px;*/
  background: #afafaf;
  opacity: 1;
  font-size: 30px;
  color: #fff;
}

#main_slider .carousel-control-prev:hover,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-next:focus {
  background: #504f4b;
  color: #fff;
}

/*-- about--*/
@media screen and (max-width: 414px) {

  .trend-w3layouts h2,
  .new-w3-agile h3,
  .services-agileits-w3layouts h3,
  .services-bottom-w3-agileits h3,
  .about-agileinfo h2,
  .team-w3layouts h3,
  .gallery-w3layouts h2,
  .contact-agileinfo h2,
  .events-w3layouts h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 568px) {

  .trend-w3layouts,
  .new-w3-agile,
  .services-agileits-w3layouts,
  .about-agileinfo,
  .team-w3layouts,
  .gallery-w3layouts,
  .contact-agileinfo,
  .events-w3layouts,
  .blog {
    padding: 30px 0px;
  }
}

@media screen and (max-width: 991px) {

  .trend-w3layouts h2,
  .new-w3-agile h3,
  .services-agileits-w3layouts h3,
  .services-bottom-w3-agileits h3,
  .about-agileinfo h2,
  .team-w3layouts h3,
  .gallery-w3layouts h2,
  .contact-agileinfo h2,
  .events-w3layouts h2 {
    font-size: 35px;
  }
}

.trend-w3layouts,
.new-w3-agile,
.services-agileits-w3layouts,
.about-agileinfo,
.team-w3layouts,
.gallery-w3layouts,
.contact-agileinfo,
.events-w3layouts,
.blog {
  padding: 50px 0px;
}

.trend-w3layouts h2,
.new-w3-agile h3,
.services-agileits-w3layouts h3,
.services-bottom-w3-agileits h3,
.about-agileinfo h2,
.team-w3layouts h3,
.gallery-w3layouts h2,
.contact-agileinfo h2,
.events-w3layouts h2 {
  font-size: 40px;
  /*color:#e91e63;*/
  margin-bottom: 40px;
}

.about-grids-w3-agileits {
  margin: 3em 0 0;
}

.about-grid-left-agileits-w3layouts ul li {
  display: inline-block;
  margin-bottom: 2em;
  font-size: 14px;
  text-transform: capitalize;
  color: #999;
}

.about-grid-left-agileits-w3layouts ul li a {
  text-decoration: none;
  color: #999;
}

.about-grid-left-agileits-w3layouts ul li i {
  padding: 0.7em 1em;
  /*background: #E91E63;*/
  color: #fff;
  margin-right: 2em;
  border-radius: 60%;
  font-style: normal;
}

.about-grid-right-w3-agile img {
  padding: 0.5em;
  /*border: 1px dotted #999;*/
}

.link {
  outline: none;
  text-decoration: none;
  position: relative;
  line-height: 1;
  display: inline-block;
}

#main #dxaldiv {
  padding: 0 0 0 0;
  margin: 0 auto;
  height: 463px;
  width: 100%;
  background: url("../image/zhengwu.jpg") no-repeat;
  position: relative;
  background-size: 100% 100%;
}

/*cn*/
#main .spacer-30 {
  width: 100%;
  height: 30px;
  text-align: center;
  margin-bottom: 30px;
}

#main .spacer-27 {
  width: 100%;
  height: 30px;
  text-align: center;
  margin-bottom: 25px;
}

#main .spacer-50 {
  width: 100%;
  height: 50px;
}

#main .spacer-15 {
  width: 100%;
  height: 15px;
}

#main .spacer-8 {
  width: 100%;
  height: 8px;
}

#main .spacer-5 {
  width: 100%;
  height: 5px;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.teamindex {
  background: #fff;
  padding-bottom: 30px;
}

.teamindex .member {
  margin-bottom: 20px;
  overflow: hidden;
}

.teamindex .member .member-img {
  position: relative;
  overflow: hidden;
}

.teamindex .member .social {
  position: absolute;
  left: 0;
  bottom: -60px;
  right: 0;
  height: 60px;
  opacity: 0;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
  /*background: rgba(30, 67, 86, 0.8);*/
  /*blue*/
  background: rgba(20, 68, 169, 0.6);
}

.teamindex .member .social span {
  /*margin-top:10%;*/
  color: #fff;
  /*margin-top: 8px;
  padding-top: 8px;*/
  /*display:block;*/
  font-size: 1.5em;
  /*margin: 0 10px;
  display: inline-block;*/
}

.teamindex .member .social a {
  transition: color 0.3s;
  color: #fff;
  /*margin: 0 10px;*/
  /*padding-top: 8px;*/
  display: inline-block;
  font-size: 1em;
}

.teamindex .member .social a:hover {
  color: #68a4c4;
}

.teamindex .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.teamindex .member .member-info h4 {
  font-weight: 700;
  margin: 15px 0 5px 0;
  font-size: 18px;
}

.teamindex .member .member-info span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  color: #68a4c4;
}

.teamindex .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #666;
}

.teamindex .member:hover .social {
  bottom: 0;
  opacity: 1;
  transition: bottom ease-in-out 0.4s;
}

#main #cndiv {
  padding: 0 0 0 0;
  margin: 0 auto;
  height: 463px;
  width: 100%;
  background: url("../image/cn.jpg") no-repeat;
  position: relative;
  background-size: 100% 100%;
}

/*--------------------------------------------------------------
# netindex
--------------------------------------------------------------*/
@media (max-width: 768px) {
  #main .backGround {
    height: 300px !important;
  }

  #main .backGround .container .backgroundText {
    font-size: 1.5em !important;
  }

  #main .backGround .container .background-center {
    width: 370px !important;
    overflow: hidden !important;
  }

  #main .backGround .container .background-center .background-right img {
    width: 184px !important;
  }

  #main .backGround .container .background-center .background-left {
    width: 184px !important;
  }

  #main .backGround .container .background-center .background-left .backgroundLeftTitle {
    font-size: 1.5em !important;
  }

  #main .backGround .container .background-center .background-left .backgroundLeftDetails {
    width: 184px !important;
    font-size: 1em !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  #main .backGround .container .background-left .backgroundLeftTitle::after {
    content: "";
    display: none !important;
  }

  #main .backGround .container .background-center .background-left .backgroundLeftBtn {
    display: none !important;
  }

  #main .portfolio1 .container .section-title p {
    width: 390px !important;
  }

  #main .container #hiultracontent {
    font-size: 1.3em;
    line-height: 20px;
    text-indent: 2em;
  }

  #main #seccontent .news_content div#newscontent .newstitle {
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    margin-top: 10px;
    color: #428bca;
    /*066b40;*/
  }

  .portfolio1 {
    padding-bottom: 20px;
  }

  .portfolio1 .portfolio1-item .portfolio1-info h3 {
    font-size: 1.2em;
  }

  #team .team-background {
    padding: 30px 0 0 !important;
  }

  #team .team-background .container .team-flex {
    flex-direction: column !important;
    /*height: 600px !important;*/
  }

  #team .team-background .container .team-flex .teamFlexLeft img,
  #team .team-background .container .team-flex .teamFlexCenter img,
  #team .team-background .container .team-flex .teamFlexRight img {
    width: 355px;
    height: 181px;
  }

  #team .team-background .container .team-flex .teamFlexLeft,
  #team .team-background .container .team-flex .teamFlexCenter,
  #team .team-background .container .team-flex .teamFlexRight {
    width: 355px;
    height: 181px;
  }

  #team .team-background .container .team-flex .teamFlexLeft .news-title,
  #team .team-background .container .team-flex .teamFlexCenter .news-title,
  #team .team-background .container .team-flex .teamFlexRight .news-title {
    background-color: rgba(3, 68, 55, .7) !important;
  }

  #team .team-background .container .team-flex .teamFlexLeft .news-title p,
  #team .team-background .container .team-flex .teamFlexCenter .news-title p,
  #team .team-background .container .team-flex .teamFlexRight .news-title p {
    color: #fff !important;
  }

  #footer {
    /*padding-top: 90px !important;*/
    box-sizing: border-box !important;
  }

    #about .row .about-flex1 {
        /*width: 360px;*/
        display: flex;
        flex-direction: row;
        justify-content:space-around; /*space-between;*/
    }

  #about .row .about-flex1 .flex1-row1 {
    position: relative;
  }

  #about .row .about-flex1 .flex1-row1 img {
    width: 175px !important;
    z-index: 0;
  }

  #about .row .about-flex1 .flex1-row1 .row-taskMask {
    background-color: rgba(3, 68, 55, .7);
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    border-radius: 5px;
  }

  #about .row .about-flex1 .flex1-row1 .row-taskMask .taskMask-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 37px 0 0;
    height: 170px;
    box-sizing: border-box;
  }

  #about .row .about-flex1 .flex1-row1 .row-taskMask .taskMask-flex img {
    width: 35px !important;
  }

  #about .row .about-flex1 .flex1-row1 .row-taskMask .taskMask-flex h3 {
    color: #fff;
    font-weight: 550;
  }

  #about .row .about-flex1 .flex1-row1 .row-taskMask .taskMask-flex .iconfontDetails {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  #about .row .about-flex1 .flex1-row1 .row-taskMask .taskMask-flex .iconfontBtn{
    width: 80px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #fff;
    font-size:1em;
  }

    #about .row .about-flex2 {
        /*width: 360px;*/
        display: flex;
        flex-direction: row;
        /*justify-content: space-between;
    margin-top: 20px;*/
        justify-content: space-around; /*space-between;*/
        margin-top:10px;
    }

  #about .row .about-flex2 .flex2-row1 {
    position: relative;
  }

  #about .row .about-flex2 .flex2-row1 img {
    width: 175px !important;
    z-index: 0;
  }

  #about .row .about-flex2 .flex2-row1 .row-taskMask {
    background-color: rgba(3, 68, 55, .7);
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    border-radius: 5px;
  }

  #about .row .about-flex2 .flex2-row1 .row-taskMask .taskMask-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 37px 0 0;
    height: 170px;
    box-sizing: border-box;
  }

  #about .row .about-flex2 .flex2-row1 .row-taskMask .taskMask-flex img {
    width: 35px !important;
  }

  #about .row .about-flex2 .flex2-row1 .row-taskMask .taskMask-flex h3 {
    color: #fff;
    font-weight: 550;
  }

  #about .row .about-flex2 .flex2-row1 .row-taskMask .taskMask-flex .iconfontDetails {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

    #about .row .about-flex2 .flex2-row1 .row-taskMask .taskMask-flex .iconfontBtn {
        width: 80px;
        height: 22px;
        text-align: center;
        line-height: 22px;
        color: #fff;
        border-radius: 3px;
        border: 1px solid #fff;
        font-size: 1em;
    }
}

.portfolio1 {
  padding-bottom: 60px;
}

.portfolio1 .portfolio1-background {
  background: url(../image/productBackground.jpg);
  height: 845px;
}

.portfolio1 #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio1 #portfolio-flters li {
  cursor: pointer;
  margin: 0 12px 5px 12px;
  display: inline-block;
  padding: 0 4px 6px 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #444;
  background: white;
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid #fff;
  font-family: "Roboto", sans-serif;
}

.portfolio1 #portfolio-flters li:hover,
.portfolio1 #portfolio-flters li.filter-active {
  /*border-color: #68A4C4;*/
  color: #68a4c4;
  /*color:white;*/
}

.portfolio1 .container .row .portfolio1-flexBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.portfolio1 .container .row .portfolio1-flexBox .portfolio1-btn {
  width: 162px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 25px;
  color: #089c5e;
  border: 1px solid #089c5e;
}

.portfolio1 .portfolio1-item {
  /*background: #1e4356;*/
  background: #02452b;
  /*lanse*/
  overflow: hidden;
  /*min-height: 200px;*/
  position: relative;
  border-radius: 10px;
  margin: 0 0 30px 0;
}

.portfolio1 .portfolio1-item img {
  transition: all 0.3s ease-in-out;
}

.portfolio1 .portfolio1-item .portfolio1-info {
  opacity: 0;
  position: absolute;
  transition: all 0.3s linear;
  text-align: center;
  top: 10%;
  left: 0;
  right: 0;
}

.portfolio1 .portfolio1-item .portfolio1-info h3 {
  font-size: 1.7em;
}

.portfolio1 .portfolio1-item .portfolio1-info h3 a {
  color: #fff;
  /*font-weight: bold;*/
}

.portfolio1 .portfolio1-item .portfolio1-info a i {
  /*color: #68A4C4;*/
  /*color: #f0f2f3;*/
  color: #fff;
  font-size: 1.5em;
}

.portfolio1 .portfolio1-item:hover img {
  opacity: 0.4;
  /*transform: scale(1.1);*/
  transform: scale(1);
}

.portfolio1 .portfolio1-item:hover .portfolio1-info {
  opacity: 1;
  top: calc(50% - 30px);
}

#about .container .section-title h3 {
  color: #000;
  font-weight: 600;
}

#about .container .section-title h4 {
  color: #9C9C9C;
  position: relative;
}

#about .container .section-title h4::after {
  content: "";
  display: block;
  position: absolute;
  width: 37px;
  height: 3px;
  background-color: #1c7b56;
  left: 38%;
  bottom: -6px;
}

#about .container .row .about-flex {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 120px;
}

#about .container .row .about-flex img {
  width: 274px;
}

#about .container .row .about-flex .flex1,
#about .container .row .about-flex .flex2,
#about .container .row .about-flex .flex3,
#about .container .row .about-flex .flex4 {
  position: relative;
  overflow: hidden;
}

#about .container .row .about-flex .flex1:hover .taskMask1 {
  opacity: 1;
}

#about .container .row .about-flex .flex1:hover .iconfontMask1 {
  opacity: 1;
  top: 0;
}

#about .container .row .about-flex .taskMask1 {
  width: 274px;
  height: 377px;
  position: absolute;
  top: 0;
  background-color: rgba(3, 68, 55, .75);
  border-radius: 5px;
  z-index: 0;
  opacity: 0;
  transition: opacity .6s linear 0s;
}

#about .container .row .about-flex .iconfontMask1 {
  position: absolute;
  top: -320px;
  z-index: 1;
  width: 100%;
  opacity: 0;
  transition: top .6s linear 0s;
}

#about .container .row .about-flex .flex2:hover .taskMask2 {
  opacity: 1;
}

#about .container .row .about-flex .flex2:hover .iconfontMask2 {
  opacity: 1;
  top: 0;
}

#about .container .row .about-flex .taskMask2 {
  width: 274px;
  height: 377px;
  position: absolute;
  top: 0;
  background-color: rgba(43, 87, 79, .75);
  border-radius: 5px;
  z-index: 0;
  opacity: 0;
  transition: opacity .6s linear 0s;
}

#about .container .row .about-flex .iconfontMask2 {
  position: absolute;
  top: -320px;
  z-index: 1;
  width: 100%;
  opacity: 0;
  transition: top .6s linear 0s;
}

#about .container .row .about-flex .flex3:hover .taskMask3 {
  opacity: 1;
}

#about .container .row .about-flex .flex3:hover .iconfontMask3 {
  opacity: 1;
  top: 0;
}

#about .container .row .about-flex .taskMask3 {
  width: 274px;
  height: 377px;
  position: absolute;
  top: 0;
  background-color: rgba(3, 68, 55, .75);
  border-radius: 5px;
  z-index: 0;
  opacity: 0;
  transition: opacity .6s linear 0s;
}

#about .container .row .about-flex .iconfontMask3 {
  position: absolute;
  top: -320px;
  z-index: 1;
  width: 100%;
  opacity: 0;
  transition: top .6s linear 0s;
}

#about .container .row .about-flex .flex4:hover .taskMask4 {
  opacity: 1;
}

#about .container .row .about-flex .flex4:hover .iconfontMask4 {
  opacity: 1;
  top: 0;
}

#about .container .row .about-flex .taskMask4 {
  width: 274px;
  height: 377px;
  position: absolute;
  top: 0;
  background-color: rgba(43, 87, 79, .75);
  border-radius: 5px;
  z-index: 0;
  opacity: 0;
  transition: opacity .6s linear 0s;
}

#about .container .row .about-flex .iconfontMask4 {
  position: absolute;
  top: -320px;
  z-index: 1;
  width: 100%;
  opacity: 0;
  transition: top .6s linear 0s;
}

#about .container .row .about-flex .iconfontMask .iconfontFlex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 225px;
  margin-top: 76px;
  width: 100%;
}

#about .container .row .about-flex .iconfontMask .iconfontFlex img {
  width: 40px;
}

#about .container .row .about-flex .iconfontMask .iconfontFlex h3 {
  color: #fff;
  font-size: 2.2em;
  font-weight: 600;
}

#about .container .row .about-flex .iconfontMask .iconfontFlex .iconfontDetails {
  width: 230px;
  font-size: 1em;
  font-weight: 550;
  color: #fff;
  text-align: center;
}

#about .container .row .about-flex .iconfontMask .iconfontFlex .iconfontBtn {
  width: 95px;
  height: 28px;
  border-radius: 5px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-size: 1.1em;
  font-weight: 550;
  border: 1px solid #fff;
}

/*Start*/
#main #netdiv {
  padding: 0 0 0 0;
  margin: 0 auto;
  height: 463px;
  width: 100%;
  background: url("../image/net.jpg") no-repeat;
  position: relative;
  background-size: 100% 100%;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
#imgTop {
  -moz-background-size: contain|cover;
  -webkit-background-size: contain|conver;
  -o-background-size: contain|cover;
  height: auto;
  width: 100%;
  background-size: contain|cover;
}

#main p {
  font-size: 1.3em;
  font-family: 微软雅黑;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444;
}

a {
  color: #428bca;
}

a:hover {
  color: #9eccf4;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #428bca;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #629fd3;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #000;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #444;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #428bca;
}

#topbar .contact-info i {
  color: #428bca;
  padding: 4px;
}

#topbar .contact-info .icofont-phone {
  padding-left: 20px;
  margin-left: 10px;
}

#topbar .social-links a {
  color: #5c768d;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #428bca;
}

.tlinks {
  text-indent: -9999px;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /*height: 70px;*/
  height: auto;
  transition: all 0.5s;
  transition: all 0.5s;
  padding: 10px 0;
  background: #000;
  opacity: 0.85;
  z-index: 997;
}

@media (max-width: 768px) {
  #header {
    /*height: 48px;*/
    height: auto;
    transition: all 0.5s;
    transition: all 0.5s;
    padding: 10px 0;
    background: #000;
    opacity: 0.85;
    z-index: 997;
  }

  #header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
  }
}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #1c5c93;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 130px;
}

/*#ImgConver{
background-size:contain|cover;
width:100%;
height: auto;

}
#bgImg {
  height: 100%;
  width: 100%;
  background: url('/Templets/images/indexnumber.jpg') no-repeat;
  background-size: cover;
  position: absolute;
  overflow: hidden;
}*/

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  /*color: #244ea3;��ɫ*/
  color: #fff;
  padding: 12px 40px;
  transition: 0.3s;
  /*font-size: 14px;*/
  font-size: 1.7em;
  font-family: "微软雅黑";
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #32d490;
  text-decoration: none;
}

.nav-menu .active>a::after {
  content: "";
  width: 35px;
  height: 2px;
  background-color: #32d490;
  display: block;
  position: absolute;
  top: 80%;
}

#header .rightSearch {
  width: 260px;
  float: right;
  margin-right: 3%;
  margin-top: 1%;
  padding-bottom: -30px;
  height: 40px;
}

#header .rightSearch .serachBox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#header .rightSearch .serachBox span {
  color: #fff;
  font-size: 1.5em;
  font-weight: 400;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #000;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  /*font-size: 14px;*/
  font-size: 1.3em;
  font-weight: 500;
  text-transform: none;
  /*color: #103453;*/
  color: #fff;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #428bca;
}

.nav-menu .drop-down>a:after {
  /*content: "\ea99";
  font-family: IcoFont; navhidden*/
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }

  .nav-menu .drop-down .drop-down:hover>ul {
    left: -100%;
  }

  .nav-menu .drop-down .drop-down>a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  /*background: #1f3548;*/
  background: black;
  transition: 0.4s;
  font-size: 1.2em;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #e3f0fc;
  /*浅白色*/
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #9eccf4;
  /*偏蓝色*/
  /*color: blue;*/
  /*蓝色*/
  text-decoration: none;
}

.mobile-nav .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  /*right: 15px;*/
  right: 0px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #5c768d;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(31, 53, 72, 0.7);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  /*width:1422px;*/
  /*height: calc(100vh - 114px);*/
  /*height:603px;*/
  height: auto;
  padding: 0;
  overflow: hidden;
}

#hero .carousel-item {
  width: 100%;
  /*width:1422px;*/
  /*height: calc(100vh - 114px);
   height:603px;*/
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}

#hero .carousel-item::before {
  content: "";
  /*background-color: rgba(13, 30, 45, 0.6);*/
  position: absolute;
  /*height: 100%;*/
  /*width: 100%;*/
  height: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

#hero .carousel-content {
  text-align: left;
}

@media (max-width: 992px) {

  #hero,
  #hero .carousel-item {
    /*height: calc(100vh - 70px);*/
    height: auto;
  }

  #hero .carousel-content.container {
    padding: 0 50px;
  }
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 900;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
  font-family: IcoFont;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

/*#hero .btn-get-started*/
#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 0;
  background: #428bca;
}

#hero .btn-get-started:hover {
  background: #1c5c93;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    /*width: 5%;*/
    width: 10%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0 0;
}

.section-bg {
  background-color: #f5f9fc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-title h1 {
  font-size: 5em;
  font-weight: 500;
  color: #fff;
  margin-top: 7%;
}

.section-title h3 {
  font-size: 3em;
  font-weight: 500;
  margin-bottom: 15px;
  padding-bottom: 0;
  color: #fff;
  /*color: #5c768d;*/
}

#main .section-title p {
  margin-bottom: 0;
  font-style: normal;
  font-size: 2em;
  color: #fff;
  margin-top: 3%;
  width: 832px;
}

#main .backGround {
  background: url(../image/backGround.jpg);
  /*height: 795px;*/
}

#main .backGround .container {
  box-sizing: border-box;
}

#main .backGround .container .backgroundText {
  font-size: 2.1em;/*2.6 add m*/
  text-align: center;
  font-weight: 600;
  margin-top: 8%;
  line-height:50px;/*add m*/
}

    #main .backGround .container .backgroundTextEng {
        font-size: 1.5em; /*1.8em add m*/
        text-align: center;
        font-weight: 600;
        color: #B7B7B7;
    }

#main .backGround .container .backgroundTextEng::after {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 3px;
  background-color: #1c7b56;
  left: 48.5%;
}

#main .backGround .container .background-center {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 6%;
}

#main .backGround .container .background-center .background-left {
  width: 550px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

#main .backGround .container .background-center .background-left .backgroundLeftTitle {
  font-size: 1.6em;/*2.3em*/
  font-weight: 600;
  position: relative;
}

#main .backGround .container .background-center .background-left .backgroundLeftTitle::after {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #32d490;
  bottom: -10px;
}

    #main .backGround .container .background-center .background-left .backgroundLeftDetails {
        font-size: 1.4em; /*1.8em*/
        width: 480px;
        font-weight: 550;
    }

    #main .backGround .container .background-center .background-left .backgroundLeftBtn {
        border: 1px solid #089c5e;
        width: 142px;
        height: 30px;
        font-size: 1.15em; /*1.6em*/
        text-align: center;
        line-height: 30px;
        border-radius: 25px;
        color: #089c5e;
    }

#main .backGround .container .background-center .background-right img {
  width: 550px;
}

@media (max-width: 768px) {

  /*手机端*/
  .section-title h3 {
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 12px;
    padding-bottom: 0;
    color: black;
    /*color: #5c768d;*/
  }

  .font11 {
    font-size: 0.9em;
  }

  .font12 {
    font-size: 1.1em;
  }

  #main .font13 {
    font-size: 1.2em;
  }

  #main .font14 {
    font-size: 1.3em;
  }

  #main .section-title p {
    margin-bottom: 0;
    font-style: normal;
    font-size: 1em;
    text-align: center;
  }

  .section-title {
    text-align: center;
    padding-bottom: 15px;
  }

  .section-title h3 {
    font-size: 1.4em;
    font-weight: 500;
    margin-bottom: 15px;
    padding-bottom: 0;
    color: black;
    /*color: #5c768d;*/
  }

  #main .section-title p {
    margin-bottom: 0;
    font-style: normal;
    font-size: 1.1em;
    text-align: center;
  }

  #font13 {
    font-size: 1.2em;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
  padding-bottom: 30px;
}

.about .container {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
}

.about .video-box img {
  padding: 15px 0;
}

.about .section-title p {
  text-align: center;
  font-size: 1.2em;
  /*font-style: italic;*/
  color: #666;
}

.about .about-content {
  padding: 40px;
}

.about .icon-box+.icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #f1f7fb;
  border-radius: 6px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #428bca;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  /*background: #428bca;*/
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 95px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 17px;
  text-transform: uppercase;
  margin-top: 20px;
}

.about .icon-box .title a {
  /*color: #343a40;*/
  color: #428bca;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  /*color: #428bca;*/
}

.about .description {
  margin-left: 95px;
  line-height: 24px;
  font-size: 1.2em;
}

.about .video-box {
  position: relative;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#428bca 50%, rgba(66, 139, 202, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(66, 139, 202, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #428bca;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# About Lists
--------------------------------------------------------------*/
.about-lists {
  padding: 40px;
}

.about-lists .row {
  overflow: hidden;
}

.about-lists .content-item {
  padding: 40px;
  border-left: 1px solid #d9e8f4;
  border-bottom: 1px solid #d9e8f4;
  margin: -1px;
}

.about-lists .content-item span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #9eccf4;
}

.about-lists .content-item h4 {
  font-size: 28px;
  font-weight: 400;
  padding: 0;
  margin: 20px 0;
}

.about-lists .content-item p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .about-lists .content-item {
    padding: 40px 0;
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-bottom: 30px;
}

.counts .count-box {
  box-shadow: 0px 0 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  background: #fff;
  margin-bottom: 30px;
}

.counts .count-box i {
  display: block;
  font-size: 64px;
  margin-bottom: 15px;
}

.counts .count-box span {
  font-size: 42px;
  display: block;
  font-weight: 700;
  color: #1c5c93;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
/*.services {
  padding-bottom: 30px;
}

.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.services .icon {
  display: flex;
  justify-content: center;
}

.services .icon i {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #428bca;
  font-size: 40px;
  overflow: hidden;
  padding-top: 20px;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.services .icon-box:hover .icon i {
  box-shadow: 0px 0 30px rgba(66, 139, 202, 0.5);
}

.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}

.services .title a {
  color: #444;
  transition: 0.3s;
}

.services .title a:hover {
  color: #428bca;
}

.services .title::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #428bca;
  bottom: 0;
  left: calc(50% - 25px);
}

.services .description {
  line-height: 24px;
  font-size: 1.2em;
}*/
/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
@media (max-width: 768px) {
  #main .services .icon-box {
    padding: 10px;
    position: relative;
    overflow: hidden;
    margin: 0 0 10px 0;
    background: #fff;
    box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14);
    transition: all 0.3s ease-in-out;
    text-align: center;
    border: 1px solid #fff;
  }

  #main .services .title {
    font-weight: 700;
    margin-top: 10px;
    font-size: 15px;
  }

  #main .services .title1 {
    font-weight: 500;
    margin-top: 10px;
    font-size: 1.1em;
    color:#269e36;/*主题蓝色#1444a9 */
  }

  #main .services .title14 {
    font-weight: 500;
    margin-top: 10px;
    font-size: 1.3em;
    color: #444;
  }

  #main .services .title12 {
    font-weight: 500;
    margin-top: 10px;
    font-size: 1.2em;
    color: #444;
  }

  #main .services .description {
    margin-top: 5px;
    font-size: 1em;
    line-height: 15px;
    margin-bottom: 5px;
  }
}

.services {
  padding-bottom: 20px;
}

.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0 0 40px 0;
  background: #fff;
  box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14);
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: 1px solid #fff;
}

.services .icon {
  margin: 0 auto 20px auto;
  padding-top: 17px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 72px;
  height: 72px;
}

.services .icon i {
  font-size: 36px;
  line-height: 1;
}

.services .title {
  font-weight: 700;
  margin-top: 15px;
  font-size: 18px;
}

.services .title1 {
  font-weight: 500;
  margin-top: 15px;
  font-size: 1.3em;
  color:#269e36;/*主题蓝色#1444a9 */
}

.services .title14 {
  font-weight: 500;
  margin-top: 15px;
  font-size: 1.4em;
  color: #444;
}

.services .title16 {
  font-weight: 500;
  margin-top: 15px;
  font-size: 1.6em;
  color: #444;
}

.services .title a {
  /*color: #111;*/
  color:#269e36;/*主题蓝色#1444a9 */
}

.services .description {
  margin-top: 10px;
  font-size: 1.25em;
  line-height: 25px;
  margin-bottom: 10px;
}

.services .icon-box-pink .icon {
  background: #fceef3;
}

.services .icon-box-pink .icon i {
  color: #ff689b;
}

.services .icon-box-pink:hover {
  border-color: #ff689b;
}

.services .icon-box-cyan .icon {
  background: #e6fdfc;
}

.services .icon-box-cyan .icon i {
  color: #3fcdc7;
}

.services .icon-box-cyan:hover {
  border-color: #3fcdc7;
}

.services .icon-box-green .icon {
  background: #eafde7;
}

.services .icon-box-green .icon i {
  color: #41cf2e;
}

.services .icon-box-green:hover {
  border-color: #41cf2e;
}

.services .icon-box-blue .icon {
  background: #e1eeff;
}

.services .icon-box-blue .icon i {
  color: #2282ff;
}

.services .icon-box-blue:hover {
  border-color: #2282ff;
}

/* @media {
} */

/*--------------------------------------------------------------
# Our Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  /*margin: 0 15px 15px 0;*/
  display: inline-block;
  /*padding: 10px 20px;*/
  font-size: 12px;
  line-height: 20px;
  color: #444;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #428bca;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-wrap img {
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
  text-align: center;
  /*background: rgba(31, 53, 72, 0.6);*/
  /*background: rgba(20, 68, 169, 0.6);*/
  padding-bottom: 30px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-info a {
  color: #428bca;
  margin: 0 4px;
  font-size: 18px;
  line-height: 1;
  background-color: #fff;
  padding-top: 7px;
  border-radius: 50px;
  text-align: center;
  width: 36px;
  height: 35px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info a:hover {
  background: #428bca;
  color: #fff;
}

.portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  padding-bottom: 0;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
#team {
  padding: 0;
}

    #team .team-background {
        background: url(../image/newsbackground.jpg) no-repeat;
        width: 100%;
        /*height: 554px;*/ /*height: 754px;*/
        padding:50px 0px; /*padding: 145px 0 0;*/
        box-sizing: border-box;
    }

#team .team-background .container .section-title h3 {
  color: #000;
  font-weight: 600;
}

#team .team-background .container .section-title h4 {
  color: #9c9c9c;
  position: relative;
}

#team .team-background .container .section-title h4::after {
  content: "";
  display: block;
  position: absolute;
  width: 37px;
  height: 3px;
  background-color: #1c7b56;
  left: 29%;
  bottom: -6px;
}

#team .team-background .container .team-btn {
  margin-bottom: 65px;
}

#team .team-background .container .team-btn span {
  border: 1px solid #089c5e;
  width: 138px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  display: block;
  float: right;
  font-size: 1.05em;/*1.4em;*/
  border-radius: 25px;
  color: #089c5e;
}

#team .team-background .container .team-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#team .team-background .container .team-flex .teamFlexLeft,
#team .team-background .container .team-flex .teamFlexCenter,
#team .team-background .container .team-flex .teamFlexRight {
  position: relative;
  overflow: hidden;
}

#team .team-background .container .team-flex .teamFlexLeft img {
  width: 360px;
  border-radius: 5px;
  z-index: 0;
}

#team .team-background .container .team-flex .teamFlexCenter img {
  width: 360px;
  height: 240.77px;
  border-radius: 5px;
  z-index: 0;
}

#team .team-background .container .team-flex .teamFlexRight img {
  width: 360px;
  height: 240.77px;
  border-radius: 5px;
  z-index: 0;
}

#team .team-background .container .team-flex .news-title {
  width: 360px;
  height: 240.77px;
  position: absolute;
  top: 0;
  z-index: 1;
  background-color: #fff;
  padding: 80px 0 0;
  text-align: center;
  font-size: 1.15em;
  font-weight: 550;
  border-radius: 5px;
  transition: all .6s linear 0s;
}

#team .team-background .container .team-flex .news-title p {
  color: #000;
  transition: all .6s linear 0s;
}

#team .team-background .container .team-flex .teamFlexLeft:hover .newsLeft {
  background-color: rgba(3, 68, 55, .7);
}

#team .team-background .container .team-flex .teamFlexLeft:hover .newsLeft p {
  color: #fff;
}

#team .team-background .container .team-flex .teamFlexCenter:hover .newsCenter {
  background-color: rgba(3, 68, 55, .7);
}

#team .team-background .container .team-flex .teamFlexCenter:hover .newsCenter p {
  color: #fff;
}

#team .team-background .container .team-flex .teamFlexRight:hover .newsRight {
  background-color: rgba(3, 68, 55, .7);
}

#team .team-background .container .team-flex .teamFlexRight:hover .newsRight p {
  color: #fff;
}

/* .team {
  background: #fff;
  padding: 60px 0 30px 0;
}

.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  border-radius: 4px;
  overflow: hidden;
}

.team .member img {
  transition: all ease-in-out 0.4s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  position: absolute;
  bottom: -48px;
  left: 20px;
  right: 20px;
  background: linear-gradient(
    360deg,
    #5c768d 0%,
    rgba(92, 118, 141, 0.9) 35%,
    rgba(140, 167, 191, 0.8) 100%
  );
  padding: 15px 0;
  border-radius: 4px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: calc(50% - 25px);
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  color: #9eccf4;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
} */

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .team {
    background: #fff;
    padding: 20px 0 10px 0;
  }

  .team .member {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
  }

  .team .member .pic {
    border-radius: 4px;
    overflow: hidden;
  }

  .team .member img {
    transition: all ease-in-out 0.4s;
  }

  .team .member:hover img {
    transform: scale(1.1);
  }

  .team .member .member-info {
    position: absolute;
    bottom: -18px;
    left: 10px;
    right: 10px;
    background: linear-gradient(360deg,
        #5c768d 0%,
        rgba(92, 118, 141, 0.9) 35%,
        rgba(140, 167, 191, 0.8) 100%);
    padding: 15px 0;
    border-radius: 4px;
  }

  .team .member h4 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
    position: relative;
    padding-bottom: 10px;
  }

  .team .member h4::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #fff;
    bottom: 0;
    left: calc(50% - 25px);
  }

  .team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #fff;
  }

  .team .member .social {
    margin-top: 15px;
  }

  .team .member .social a {
    transition: color 0.3s;
    color: #fff;
  }

  .team .member .social a:hover {
    color: #9eccf4;
  }

  .team .member .social i {
    font-size: 16px;
    margin: 0 2px;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding-bottom: 30px;
}

.faq .faq-item {
  margin-bottom: 40px;
}

.faq .faq-item h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1f3548;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  margin-bottom: 30px;
  width: 100%;
}

.contact .info-box i {
  font-size: 32px;
  color: #428bca;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #9eccf4;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #666;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
  background-color: #428bca;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #428bca;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #6aa3d5;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#footer {
  background: #121315;
  padding: 0 0 10px 0;
  color: #fff;
  font-size: 1.2em;
  /*height: 338px;*/
}

#footer .container .footer-flex {
  display: flex;
  flex-direction: row;
  margin-top: 3%;
}

    #footer .container .footer-flex .footer-left {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        /*width: 369px;*/
        width:33%
    }

#footer .container .footer-flex .footer-left img {
  width: 100px;
}

#footer .container .footer-flex .footer-left .footerLeftBtn {
  display: flex;
  flex-direction: row;
  width: 300px;
}

#footer .container .footer-flex .footer-left .footerLeftBtn div {
  /*color: #818181;*/
  color:white;
  width: 75px;
  text-align: center;
  border-right: 1px solid #818181;
}

#footer .container .footer-flex .footer-left .footerLeftBtn a:first-child div {
  width: 65px;
  text-align: left;
}

#footer .container .footer-flex .footer-left .footerLeftBtn a:last-child div {
  border-right: 0px;
}

#footer .container .footer-flex .footer-left .footerLeftBottom p {
  font-size: .5em;
  /*color: #818181;*/
  color:#e4e4e4;
}

    #footer .container .footer-flex .footer-center {
        /*width: 369px;*/
        width: 34%;
        padding-left: 30px;
        box-sizing: border-box;
        border-left: 1px solid #818181;
        border-right: 1px solid #818181;
    }

    #footer .container .footer-flex .footer-center .footerCenterTop {
        /*color: #818181;*/
        color: white;
        font-size: 1.3em;
        margin: 20px 0 40px;
    }

#footer .container .footer-flex .footer-center .footerCenterText p {
  font-size: 1em;
  margin-top: 18px;
  color:white;
}

    #footer .container .footer-flex .footer-right {
        /*width: 369px;*/
        width: 33%;
        padding-left: 70px;
        box-sizing: border-box;
    }

    #footer .container .footer-flex .footer-right .footerRightTop {
        /*color: #818181;*/
        color: white;
        font-size: 1.3em;
        margin: 20px 0 40px;
    }

#footer .container .footer-flex .footer-right img {
  width: 100px;
}
/*background: #646464;*/
    #footer .footer-top {

        background: black;
        border-top: 1px solid #768fa6;
        padding: 40px 0 40px 0;
    }

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 1.1em;
  line-height: 25px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #f6f1f1;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #768fa6;
  color: #fff;
  line-height: 1;
  padding: 2px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #428bca;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 1.1em;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 15px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #9eccf4;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #68a4c4;
  text-decoration: none;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #428bca;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #5295ce;
}

#footer .copyright {
  text-align: center;
  padding-top: 10px;
} 

#footer .copyright {
  text-align: center;
}
/*#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #9eccf4;
}*/

#main .spacer-100 {
  width: 100%;
  height: 100px;
}

#main .spacer-150 {
  width: 100%;
  height: 150px;
}

#main .spacer-200 {
  width: 100%;
  height: 200px;
}