  /* 公共样式 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wh {
  width: 1200px;
  margin: 0 auto;
}
.pos {
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}
.com-img {
  display: inline;
  overflow: hidden;
  margin: 0 auto;
  display: table;
}
.com-img img {
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.com-img:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 头部1 */
.top1 {
  width: 1920px;
  height: 40px;
  background-color: #ebebeb;
  line-height: 40px;
  overflow: hidden;
}
.topLink {
  float: right;
  text-align: right;
  position: relative;
  z-index: 9999;
}
.topLink .k1 a {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #666666;
}
.k1 a {
  color: #ffffff;
}
/* 导航 */
.top2 {
  height: 100px;
}
.top2 .logo {
  line-height: 100px;
}
.top2 .k2 .nav {
  margin-left: 80px;
}
.top2 .k2 .nav li {
  width: 114px;
  position: relative;
  height: 100px;
  line-height: 100px;
}
.top2 .k2 .nav li a {
  padding: 0;
  display: block;
  height: 100px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 100px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
}
.top2 .k2 .nav li a:hover {
  background: #0072d2;
  color: #f5f5f5;
  border: 1px solid #8ccdf3;
}
.top2 .k2 .nav li .x-sub-menu {
  position: absolute;
  width: 100%;
  background: #ffffff;
  top: 100px;
  left: 0;
  z-index: 2;
  overflow: hidden;
  height: 0;
  max-height: 0;
  transition: 1s all;
}
.top2 .k2 .nav li .x-sub-menu li {
  height: 50px;
  width: 100%;
  line-height: 50px;
}
.top2 .k2 .nav li .x-sub-menu li a {
  height: 50px;
  line-height: 50px;
  text-align: center;
}
#menu .nav li:hover a + .x-sub-menu {
  max-height: 500px;
  height: auto;
}
.product_categroy {
  margin-bottom: 24px;
}
.product_categroy a {
  display: block;
  width: 100%;
}
.product_categroy li:last-child {
  margin-right: 0;
}
.demo-product {
  margin-top: 45px;
}
.demo-product .demo-title {
  height: 29px;
  margin-bottom: 28px;
  background: url(/template/default/assets/images/ptitle.png) no-repeat center center;
}
.demo-product .product_categroy li {
  width: 191px;
  height: 40px;
  background-color: #f7f7f7;
  float: left;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #666666;
  text-align: center;
  margin-right: 9px;
  cursor: pointer;
  margin-bottom: 10px;
}
.demo-product .product_categroy li:hover {
  background: #0072d2;
  color: #fff;
}
.demo-product .product_categroy li:hover a {
  color: #fff;
}
.demo-product .product_categroy li a {
  color: #000000;
}
.demo-product .wrap1 .demo-product-list li {
  width: 282px;
  height: 263px;
  margin-right: 18px;
  margin-bottom: 25px;
}
.demo-product .wrap1 .demo-product-list li:hover h3 {
  background-color: #0072d2;
  color: #ffffff;
}
.demo-product .wrap1 .demo-product-list li a {
  display: block;
}
.demo-product .wrap1 .demo-product-list li a .img {
  width: 282px;
  height: 212px;
  border: solid 1px #d9d9d9;
}
.demo-product .wrap1 .demo-product-list li h3 {
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: 0px;
  color: #000000;
  height: 44px;
  margin-top: 7px;
}
.yt {
  height: 312px;
  margin-top: 10px;
  background: url(/template/default/assets/images/yt.png) no-repeat center center;
}
.ys {
  height: 712px;
  margin-top: 31px;
  background: url(/template/default/assets/images/ys.png) no-repeat center center;
  border: 1px solid transparent;
}
.ys .tit {
  border: 1px solid transparent;
}
.ys .tit .cname {
  font-family: "微软雅黑";
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0px;
  color: #000000;
  margin-left: 695px;
  margin-top: 33px;
}
.ys .tit .fname {
  font-family: "微软雅黑";
  font-size: 12px;
  margin-left: 695px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
  text-transform: uppercase;
}
.ys .tit .summary {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  margin-left: 714px;
}
.ys .tit:first-child .summary {
  margin-top: 20px;
}
.ys .tit:nth-child(2) .summary {
  margin-top: 25px;
}
.ys .tit:last-child .summary {
  margin-left: 107px;
  margin-top: 29px;
}
.ys .tit:last-child .cname {
  margin-top: 50px;
  margin-left: 106px;
}
.ys .tit:last-child .fname {
  margin-left: 91px;
}
.my_case {
  border: 1px solid transparent;
}
.my_case .case_title {
  background: url(/template/default/assets/images/ka.png) no-repeat center center;
  height: 30px;
  margin-top: 58px;
  margin-bottom: 38px;
}
.my_case .c_content {
  padding-bottom: 56px;
}
.my_case .c_content .tabs_wrap li {
  width: 413px;
  height: 102px;
  background-color: #f7f7f7;
  padding-left: 22px;
  margin-bottom: 1px;
}
.my_case .c_content .tabs_wrap li:hover {
  background-color: #0f8df6;
}
.my_case .c_content .tabs_wrap li:hover .name {
  color: #ffffff;
}
.my_case .c_content .tabs_wrap li:hover .fname {
  color: #ffffff;
}
.my_case .c_content .tabs_wrap li a {
  display: block;
  width: 100%;
}
.my_case .c_content .tabs_wrap li a .name {
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  color: #666666;
  padding-top: 28px;
  font-weight: bold;
}
.my_case .c_content .tabs_wrap li a .fname {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
}
.my_case .c_content .lun {
  width: 784px;
  height: 412px;
  position: relative;
}
.my_case .c_content .lun .img_qie1 img {
  width: 784px;
  height: 412px;
}
.my_case .c_content .lun .img_qie1 .btns {
  position: absolute;
  bottom: -50px;
  cursor: pointer;
}
.btns {
  position: absolute;
  bottom: -30px;
  left: 167px;
}
.btns li {
  display: inline-block;
  width: 12px;
  height: 12px;
  font-size: 0;
  background-color: #ebebeb;
  border-radius: 50%;
}
.btns li:nth-child(1) {
  margin-right: 10px;
}
.my_case .on {
  background-color: #2a9af9;
}
#about_us {
  width: 1920px;
  padding-bottom: 80px;
  /* margin-top: 80px; */
  height: 488px;
  background: url(/template/default/assets/images/bg2.jpg) no-repeat 0 0;
}
#about_us .fl {
  width: 570px;
  position: relative;
}
#about_us .fl h3 {
  font-weight: bold;
  font-size: 30px;
  font-family: "微软雅黑";
  padding-top: 67px;
  color: #0072d2;
}
#about_us .english_name {
  font-family: "Arial";
  margin-top: 7px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 19px;
  letter-spacing: 0px;
  color: #999999;
}
#about_us .content {
  text-indent: 2em;
  width: 603px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  margin-right: 71px;
  margin-top: 20px;
}
#about_us .button {
  position: absolute;
  bottom: 0;
  left: 0;
}
#about_us .fr {
  width: 960px;
  height: 488px;
}
#about_us .wh_about {
  width: 1530px;
  float: right;
}
#about_us .fr img {
  width: 960px;
  height: 488px;
}
#about_us .button {
  position: absolute;
  bottom: 30px;
  left: 0;
}
#about_us {
  width: 1920px;
  height: 686px;
  background-color: #f9f9f9;
}
#about_us .fl {
  margin-right: 71px;
}
#about_us .lun2 {
  width: 884px;
  height: 526px;
  margin-top: 67px;
  position: relative;
}
#about_us .lun2 .bds ul li img {
  width: 884px;
  height: 526px;
}
.a_s {
  padding-left: 22px;
  margin-top: 60px;
}
.a_s ul li {
  float: left;
  width: 260px;
}
.a_s ul .fls div {
  float: left;
}
.a_s ul .fls div:first-child {
  margin-right: 24px;
}
.a_s ul .fls .tu {
  width: 155px;
}
.a_s ul .fls .tu .anam {
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}
.a_s .fls:last-child {
  margin-top: 28px;
}
.a_s ul li:nth-child(2n) {
  float: right;
}
#about_us .butt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}
#about_us .butt li {
  float: left;
  font-size: 0;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
}
#about_us .butt li.on {
  background-color: #0072d2!important;
}
#news .demo-title {
  height: 30px;
  margin-top: 47px;
  background: url(/template/default/assets/images/nt.png) no-repeat center center;
}
#news .list li {
  width: 660px;
  height: 128px;
  border: solid 1px #d9d9d9;
}
#news .list .data {
  width: 65px;
  text-align: center;
  padding-top: 13px;
  margin-left: 39px;
}
#news .list .data div:first-child {
  font-family: ArialMT;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}
#news .list .data div:nth-child(2) {
  width: 50px;
  height: 2px;
  margin-left: 7px;
  background-color: #000000;
}
#news .list .data div:nth-child(3) {
  font-family: ArialMT;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 9px;
}
#news .list .main {
  padding-top: 31px;
  width: 507px;
  padding-left: 64px;
}
#news .list .main h4 {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #0072d2;
}
#news .list .main p {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 0px;
  color: #999999;
  margin-top: 16px;
  width: 389px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.wr {
  margin-top: 43px;
}
#news .news_content li {
  position: relative;
  margin-bottom: 14px;
}
#news .more {
  position: absolute;
  right: 37px;
  top: 94px;
}
#news .more {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #f14d05;
}
#news .news_content li:hover {
  box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.16);
}
#news .one {
  width: 519px;
  position: relative;
}
#news .one .one_img {
  width: 519px;
  height: 299px;
}
#news .one .one_img img {
  width: 519px;
  height: 299px;
}
#news .b_content {
  width: 519px;
  border: solid 1px #d9d9d9;
  border-top: none;
  height: 112px;
  padding-left: 19px;
  padding-right: 18px;
}
#news .b_content div:first-child {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-stretch: normal;
  padding-top: 14px;
  letter-spacing: 0px;
  color: #000000;
}
#news .b_content div:nth-child(2) {
  color: #999999;
  margin-top: 10px;
}
#news .hds .hds_tabs {
  position: absolute;
  bottom: 20px;
  right: 22px;
  width: 60px;
  height: 8px;
}
#news .hds .hds_tabs li {
  float: left;
  width: 8px;
  cursor: pointer;
  margin-right: 10px;
  height: 8px;
  background-color: #ebebeb;
  border-radius: 50%;
}
.hds .cur {
  background-color: #0072d2!important;
}
.foot1 {
  height: 364px;
  background: #2a2a2a;
  margin-top: 69px;
  position: relative;
}
.foot1 .footimg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -31px;
}
.foot1 .co {
  margin-top: 126px;
  color: #999999;
}
.foot1 .co a {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
}
.foot1 #x-form {
  margin-top: 126px;
}
.foot1 #x-form .name {
  width: 235px;
  height: 37px;
  border-radius: 6px;
  border: solid 1px #999999;
  padding-left: 20px;
  background: #2a2a2a;
}
.foot1 #x-form .contact {
  width: 235px;
  height: 37px;
  border-radius: 6px;
  border: solid 1px #999999;
  padding-left: 20px;
  background: #2a2a2a;
}
.foot1 #x-form textarea {
  margin-top: 16px;
  width: 492px;
  height: 66px;
  border-radius: 6px;
  border: solid 1px #999999;
  background: #2a2a2a;
  padding-left: 16px;
}
.foot1 #x-form .code-group {
  width: 235px;
  height: 41px;
  margin-top: 17px;
  position: relative;
  border-radius: 6px;
}
.foot1 #x-form .code-group #checkcode {
  position: absolute;
  left: 0;
  top: 0;
  width: 152px;
  height: 39px;
  background: #2a2a2a;
  border: none;
  padding-left: 15px;
  border: solid 1px #999999;
  border-radius: 6px;
}
.foot1 #x-form .code-group #checkCodeImg {
  position: absolute;
  left: 149px;
  width: 84px;
  height: 39px;
  display: inline-block;
  border: 1px solid #999999;
  border-radius: 0 6px  6px 0;
}
.foot1 #x-form .code-group .x-submit {
  width: 232px;
  height: 36px;
  background-color: #009fe8!important;
  border-radius: 6px;
  position: absolute;
  left: 264px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
  border: none;
}
.foot {
  background: #2a2a2a;
  text-align: center;
  color: #8d8d8d;
}
.foot a {
  color: #8d8d8d;
}
