@charset "utf-8";

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  width: 100%;
  min-width: 1200px;
  color: #333;
}

html {
  overflow-x: hidden;
}

body,
input,
button,
select {
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  background: #fff;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b0b0b0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b0b0b0;
}

select::-ms-expand {
  display: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="date"],
input[type="text"],
input[type="tel"],
button {
  -webkit-appearance: none;
  appearance: none;
  font-family: 'Microsoft YaHei';
  outline: none;
}

select {
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {

  font-weight: 500;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0px;
}

address,
caption,
cite,
code,
dfn,
th,
var,
em,
i {
  font-weight: normal;
  font-style: normal;
}

ol,
ul {
  list-style-image: none;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

a {
  text-decoration: none;
  color: #333;
  outline: none;
}

a:active {
  star: expression(this.onFocus=this.blur());
}

.clearfix {
  *zoom: 1
}

.clearfix:after {
  display: block;
  clear: both;
  content: "\0020";
  visibility: hidden;
  height: 0
}

/* my通用样式 */
.fl {
  float: left;
}

.fr {
  float: right;
}

.abs {
  position: absolute;
}

.rel {
  position: relative;
}

.center {
  margin: 0px auto;
}

.cli {
  overflow: hidden;
}

.flex {
  width: 1200px;
  margin: 0 auto;
}

.flex2 {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.yfont {
  color: #ffc045;
}

.bfont {
  color: #13bfd9;
}

.lfont {
  color: #6db005;
}

.pfont {
  color: #f9607e;
}

.gfont {
  color: #999;
}

.fred {
  color: #d71a11;
}

.mt5 {
  margin-top: 5px;
}

.mt15 {
  margin-top: 15px;
}

.ml0 {
  margin-left: 0px;
}

.ml10 {
  margin-left: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.pd25 {
  padding-top: 25px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mr0 {
  margin-right: 0;
}

.b0 {
  border: none;
}

.bg0 {
  background: none;
}

.cli {
  overflow: hidden;
}

.tb-box {
  overflow: hidden;
}

.dlay1 {
  animation-delay: 0.1s;
}

.dlay2 {
  animation-delay: 0.2s;
}

.dlay3 {
  animation-delay: 0.3s;
}

.dlay4 {
  animation-delay: 0.4s;
}

.dlay5 {
  animation-delay: 0.5s;
}

.dlay6 {
  animation-delay: 0.6s;
}

.dlay7 {
  animation-delay: 0.7s;
}

.dlay8 {
  animation-delay: 0.8s;
}

.dlay9 {
  animation-delay: 0.9s;
}

.dlay10 {
  animation-delay: 1s;
}

.tb-box img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
}

.tb-box:hover img {
  transform: scale(1.1);
  transform: rotate(0deg) scale(1.1, 1.1) skew(0deg) translate(0, 0);
  -ms-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg) translate(0, 0);
  -moz-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg) translate(0, 0);
  -webkit-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg) translate(0, 0);
  -o-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg) translate(0, 0);
}

/*******公用样式#006fee*****************/
body {
  max-width: 100%;
}

#space {
  width: 100%;
  height: 400px;
  z-index: 19;
  ;
}

/*********导航1106********************/
.hd-bg {
  height: 100px;
}

.head {
  height: 100px;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-right: 80px;
}

.logo {
  height: 85px;
  float: left;
  margin-top: 8px;
}



.nav6 {
  z-index: 100;
  width: 800px;
  position: relative;
  display: flex;
}

.nav6 .item {
  height: 100px;
  flex: 1;
}

.nav6 a.link-a {
  position: relative;
  display: block;
  height: 100px;
  line-height: 100px;
  color: #3c3c3c;
  font-size: 16px;
  text-align: center;
}

.nav6 a.link-a:before {
  display: none;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -27px;
  bottom: 22px;
  width: 54px;
  height: 9px;
  background: url(../images/line-nav.jpg) no-repeat;
}

.nav6 .item:hover a.link-a:before,
.nav6 .item.active a.link-a:before {
  display: block;
}

.nav-box {
  position: absolute;
  left: 50%;
  top: 100px;
  margin-left: -2620px;
  z-index: 100;
  height: 320px;
  padding: 40px;
  display: none;
  overflow: hidden;
  width: 5000px;
  background: #fff;
  box-shadow: 0 3px 30px #ccc inset;
  opacity: 0;
  transition: .3s opacity ease;
}
.nav6 .item:hover .nav-box {
  display: block;
  opacity: 1;
}
.nav-box2 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

.nav-left {
  width: 400px;
  height: 240px;
  margin: 0 70px 0 0;
  position: relative;
}
.nav-c img {
  width: 400px;
  height: 240px;
}

.nav-right {
  margin: 35px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  width: 600px;
}

.nav-right .lis {
  width: 50%;
  height: 50px;
  display: flex;
  line-height: 50px;
  color: #666666;
  font-size: 18px;
}

.nav-right .lis .iconfont {
  width: 50px;
  height: 50px;
  background: #666666;
  border-radius: 100%;
  text-align: center;
  line-height: 50px;
  display: block;
  color: #fff;
  font-size: 20px;
  margin-right: 17px;
  display: block;
}
.nav-right .lis .aaa { display: block; word-wrap: normal; width: 200px; }
.nav-right .lis:hover .iconfont,.nav-right .lis.active .iconfont  {
  background: #2c4fa0;
}
.luodi { color: #2c4fa0; margin-left: 7px; }
/********/
.soso-box {
  position: absolute;
  right: 0;
  top: 0;
  height: 100px;
  width: 38px;
  padding-top: 31px;
  margin-left: 20px;
}
.soso {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background: #2b489b;
  font-size: 30px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.head-bg{
  position: relative;
}
.soso .iconfont {
  line-height: 38px;
  display: block;
}
.so-drop {
  position: absolute;
  left: 0%;
  top: 100px;
  z-index: 80;
  height: 140px;
  padding: 40px;
  display: none;
  overflow: hidden;
  width: 100vw;
  max-width: 1920px;
  background: rgba(255, 255, 255, 0.4);
}
.so-drop .soclose{
  position: absolute;
  top: 20px;
  right: 80px;
}
.soso-con { 
  width: 740px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.soinp {
  width: 530px;
  height: 60px;
  line-height: 60px;
  padding: 0 17px;
  background: #fff;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  color: #555;
}
.sosup {
  width: 180px;
  height: 60px;
  line-height: 60px;
  padding: 0 17px;
  background: #2d509f;
  border: none;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  margin-left: 25px;
}
/**公用*******/
.title {
  text-align: center;
  padding-top: 60px;
  color: #3b599f;
  line-height: 48px;
  font-size: 30px;
}

.title .h1 {
  font-weight: bold;
  text-transform: uppercase;
}

.title .h3 {
  display: inline-block;
  border-bottom: 2px solid #3b599f;
}

.wh-title {
  color: #fff;
}
.wh-title .h1 {
  color: #ffde00;
}
.wh-title .h3 {
  border-bottom: 2px solid #fff; 
}

/********************************/


/*头部样式*/
.z-box {
  position: relative;
  z-index: 20;
  background: #f5f5f5;
}

.navfix {
  background: #fff;
  -webkit-box-shadow: 1px 1px 1px #ddd;
  -ms-box-shadow: 1px 1px 1px #ddd;
  box-shadow: 1px 1px 1px #ddd;
}

.navfix .logo {
  background: url("../images/logo2.png") left center no-repeat;
  background-size: auto 53px;
  -webkit-background-size: auto 53px;
  -ms-background-size: auto 53px;
}

.navfix .talk-a,
.navfix .menu-hov,
.navfix .menu-nav a {
  color: #232e3a;
}

.navfix .nav-icon,
.navfix .nav-icon:before,
.navfix .nav-icon:after {
  background: #232e3a;
}

.navfix .menu-box {
  border: 1px solid #666;
}

/**************/
/******尾部************/
.bm-con {
   position: relative;
   height: 130px;
   display: flex;
   margin-top: 70px;
}
.bm-img {
  position: absolute;
  left: 20px;
  bottom: 0;
}
.bm-form {
  width: 520px;
  margin: 8px 80px 15px 590px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bm-inp2 { width:250px; height:42px; line-height:42px; border:1px solid #dcdcdc; padding-left:12px; margin-top: 10px;}
.bm-inp2:hover { border:1px solid #3b599f;}
.bm-inp2:focus { border:1px solid #3b599f; -webkit-box-shadow:0 0 2px #3b599f; box-shadow:0 0 2px #3b599f;}
.bm-sel2 { width: 385px;}
.bm-sub2 { width: 115px; height: 42px; line-height: 42px; border: none; background: #2e4f9e; color: #fff; font-size: 18px; font-weight: bold; margin-top: 10px;}
.cnzz {
  position: absolute;
  left: 0;
  bottom: 0;
}

.foot-bg {
  position: relative;
  background: url(../images/foot.jpg) bottom center no-repeat;
  height: 361px;
}
.foot { display: flex; justify-content: space-between; padding-top: 60px;}
.foot-nav {
  overflow: hidden;
  width: 750px;
  display: flex;
  justify-content: space-between;
}
.foot-nav .item:nth-child(1),.foot-nav .item:nth-child(6),.foot-nav .item:nth-child(8),.foot-nav .item:nth-child(9){
  display: none;
}
.foot-nav .item {
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  
}
.foot-nav .item:not(:last-child){
  margin-right: 15px;
}
.foot-nav .item a {
  color: #fff;
  display: block;
}

.foot-nav .item h1 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative
}

.foot-nav .item a:hover {
  text-decoration: underline;
  color: #fff;
}

.foot-nav .item a:first-child:hover {
  text-decoration: none;
}


.foot-info {
  color: #fff;
  line-height: 24px;
  text-align: right;
  width: 380px;
  background: url("../images/foot-tag.png") top right no-repeat;
  padding-top: 70px;
}

.foot-tel {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 16px;
}

.foot-tel span {
  font-size: 24px;
  position: relative;
  top: 2px;
  font-weight: bold;
}
.foot-icon {
  
  margin-top: 20px;

}
.foot-icon .item {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-left: 25px;
  position: relative;
}
.foot-icon .item .iconfont {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 40px;
  display: block;
}
.wei-box66 { position: absolute; opacity: 0; width: 110px; height: 0; left: -35px; bottom: 40px; transition: all .3s; }
.foot-icon .item:hover .wei-box66{ height: 110px; opacity: 1; }
.foot-bom { text-align: center; margin-top: 40px; color: #fff;}
.foot-bom a { color: #fff;}


.shade-bg {
  background: rgba(0, 0, 0, .5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 990;
  display: none;
}

.wk-con {
  position: fixed;
  left: 0;
  z-index: 999;
  top: -600px;
  height: 500px;
  width: 100%;
  background: #ffffff;
  z-index: 999;
}

/*.wk-con .hy-td, .wk-con2 .hy-td{line-height:40px;}*/
.ck-close {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 44px;
  height: 44px;
  background: url("../images/close.png") no-repeat;
  cursor: pointer;
  transition: all 200ms ease-in 0s;
  -webkit-transition: all 200ms ease-in 0s;
  -ms-transition: all 200ms ease-in 0s;
}

.ck-close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.drop-left {
  width: 550px;
  float: left;
  margin-top: 56px;
}

.hello-con {
  font-size: 14px;
  line-height: 28px;
  color: #232e3a;
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 0 10px;
}

.hello-bom {
  color: #232e3a;
  line-height: 30px;
  font-size: 16px;
}

.hello-bom h1 {
  font-size: 24px;
  margin: 80px 0 15px;
}

.drop-right {
  width: 550px;
  float: right;
  margin-top: 50px;
}

.drop-tit {
  color: #232e3a;
  font-size: 24px;
}

.drop-table {
  width: 520px;
}

.drop-table td {
  padding: 10px 0;
  line-height: 40px;
}

.xx-name {
  color: #232e3a;
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  background: url("../images/xx.jpg") right center no-repeat;
  padding-right: 15px;
  display: inline-block;
}

.input-box {
  height: 40px;
  width: 176px;
  position: relative;
}

.input-box input,
.input-box select {
  border: none;
  height: 40px;
  line-height: 40px;
  width: 100%;
  color: #666;
  position: relative;
  top: 1px;
  border-bottom: 1px solid #e1e1e1;
}

.input-box input:focus {
  border-bottom: 1px solid #ffc045;
}


.drop-btn {
  display: block;
  width: 435px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: #ffc045;
  color: #232e3a;
  font-size: 16px;
  cursor: pointer;
  border: none;
}

.input-box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 20;
  height: 1px;
  background: #ffc045;
  width: 0;
  transition: all 200ms ease-in 0s;
  -webkit-transition: all 200ms ease-in 0s;
  -ms-transition: all 200ms ease-in 0s;
}

.input-box:hover:after {
  width: 100%;
}

.wk-t {
  padding-left: 35px;
  line-height: 70px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 20px;
  line-height: 70px;
  font-size: 24px;
}

.hy-area {
  width: 410px;
  height: 90px;
  line-height: 22px;
  padding: 5px 10px;
  resize: none;
  border: 1px solid #c7c7c7;
  background: #f7f7f7;
  margin-right: 10px;
  position: relative;
}

.hy-area:hover {
  border: 1px solid #3897da;
}

.hy-area:focus {
  border: 1px solid #3897da;
  -webkit-box-shadow: 0 0 2px #3897da;
  -ms-box-shadow: 0 0 2px #3897da;
  box-shadow: 0 0 2px #3897da;
}

.file3 {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  border: none;
  background: #3a9de2;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  margin-right: 10px;
}

.close-tba {
  right: 0px;
  position: absolute;
  cursor: pointer;
  background-size: cover;
  width: 32px;
  height: 32px;
  top: 0px;
  -webkit-transition: 0.4s ease-in 0s;
  -moz-transition: 0.4s ease-in 0s;
  -ms-transition: 0.4s ease-in 0s;
}

.close-tba:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.ffg-bg8 {
  background: #f0f0f0;
  position: relative;
  margin-top: 50px;
}

/*********应科装饰********************/


.lx-z {
  width: 510px;
  height: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -132.5px;
  margin-left: -260px;
  background: #fec045 url("../images/ccaa.png") no-repeat;
  background-size: 100% 100%;
  z-index: 999;
  box-shadow: 0 0 10px #fdce70;
}

.lx-z .gb {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 17px;
  right: 17px;
  cursor: pointer;
}

.lx-z .zx {
  width: 433px;
  height: 45px;
  position: absolute;
  bottom: 38px;
  right: 35px;
  display: block;
}

.left-bar {
  width: 126px;
  height: 413px;
  position: fixed;
  top: 50%;
  left: -300px;
  margin-top: -270px;
  background: url("../images/lcaa.png") no-repeat;
  z-index: 999;
  -webkit-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.zz987 {
  left: 0;
}

.left-bar a {
  display: block;
  height: 100%;
}

.close-tba {
  width: 30px;
  height: 30px;
  background: url("../images/close8.png") no-repeat;
  position: absolute;
  top: -30px;
  right: 15px;
}

.lx-z {
  display: none;
}

.zzz-ac {
  height: 62px;
}

/**********/
.lrf-fix {}

.lrf66 {
  position: fixed;
  top: 45%;
  right: -300px;
  z-index: 80000;
  width: 62px;
  height: 248px;
  transition: all .5s;

}

.lrf-fix {
  right: 0px;
}

.lrf66 a {
  position: relative;
  display: block;
  width: 60px;
  height: 24px;
  z-index: 50;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

.lrf66 li strong {
  display: none;
  font-size: 14px;
  font-weight: normal;
}



.lrf66 li {
  display: block;
  width: 60px;
  height: 60px;
  background: rgba(0,0, 0, 0.5);
  text-align: center;
  border-radius: 9px;
  margin-top: 2px;
  position: relative;
}

.lrf66 li:before {
  content: "";
  width: 0;
  height: 0;
  background: rgba(97, 149, 233, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s;
  z-index: -1;
  opacity: 0.8;
  border-radius: 9px;
}
.lrf66 li:hover:before {
 width: 60px;
 height: 60px;
 left: 0;
 top: 0;
 z-index: 2;
}

.lrf66 li .iconfont { font-size: 32px; display: block; line-height: 60px; text-align: center; color: #fff;  }
.sq-btn { display: block; padding: 10px 12px; font-size: 16px; font-weight: bold; line-height: 20px;   background: rgba(97, 149, 233, 0.8); border-radius: 9px; position: relative; z-index: 6;}

.te-lrf { 
  position: absolute;
  right: 60px;
  top: 0;
  width: 0px;
  height: 0px;
  transition: all .3s; 
  
  overflow: hidden;
  opacity: 0;
}

.lrf66 li.sq-ssss:hover .te-lrf {
  width: 220px;
  padding-right: 10px;
  opacity: 1;
  height: 248px;
}
.lrf66 li .te-lrf .ccon {
  background: rgba(97, 149, 233, 0.8);
  padding: 15px;
  border-radius: 10px;
  color: #fff;
  line-height: 54px;
  font-size: 15px;
}
.lrf66 li .te-lrf .ccon .tba {
  border-bottom: 1px dashed #fff;
}
.lrf-wei8 {
  position: absolute;
  right: 60px;
  top: 0;
  width: 0px;
  height: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.lrf66 li.wei-drop:hover .lrf-wei8 {
  width: 120px;
  height: 120px;
}


/******************************/
.fenye {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 50px 0 0;
}

.fenye li {
  display: inline-block;
  width: auto;
  text-align: center;
  line-height: 40px;
  height: 40px;
  margin-left: 10px;
  background-color: #ededed;
  color: #555555;
  font-size: 14px;
}

.fenye li a,
.fenye li span {
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.fenye li:hover {
  background-color: #304e9e;
  color: #fff;
}

.fenye li:hover a {
  color: #fff;
}

.fenye .active {
  background-color: #304e9e;
  color: #fff;
}

#verCode p {
  display: inline;
}

/**********/
#LXB_CONTAINER {
  background: url("../images/hot-tel.png") center top no-repeat !important;
}

#LXB_CONTAINER .custom-text {
  display: none
}

#LXB_CONTAINER .lxb-cb-input {
  border: 1px solid #fff !important;
}

#LXB_CONTAINER .lxb-cb-input-btn {
  background: #203a7c !important;
}

#LXB_CLOSE_BTN {
  background-color: #ff9f00 !important;
}