/**
 * Header
 * ----------------------------------------------------------------------------
*/
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  height: 80px;
  background-color: rgba(28, 33, 52, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}

.header-wrap {
  position: relative;
  *zoom: 1;
}
.header-wrap:before, .header-wrap:after {
  content: " ";
  display: table;
}
.header-wrap:after {
  clear: both;
}
.header-wrap .logo {
  height: 30px;
  margin-top: 25px;
}
.header-wrap .logo img {
  display: block;
  width: auto;
  height: 100%;
}

.header-change {
  background-color: #1c2134;
}

/* header right */
.header-min .btn {
  margin-top: 20px;
  padding: 0 20px;
  line-height: 40px;
  border-radius: 0;
}

/* nav */
.nav-trigger {
  display: none;
  margin-left: 20px;
}
.nav-trigger i {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  vertical-align: middle;
  color: #fff;
}

.nav {
  margin-left: 27%;
}

.nav-cell {
  position: relative;
  z-index: 1;
  float: left;
  margin: 0 32px;
}

.nav-link {
  display: block;
  font-size: 16px;
  line-height: 80px;
  color: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}
.nav-link:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.nav-cur {
  opacity: 1;
  color: #006CFF;
  filter: alpha(opacity=100);
}
.nav-cur .nav-cur-bar {
  display: block;
}

.nav-cur-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: none;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #006cff;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}

/* nav dropdown */
.nav-sub {
  position: absolute;
  top: 80px;
  right: -20px;
  left: -45px;
  z-index: 1031;
  display: none;
  width: 128px;
  background-color: #2a324f;
}

.nav-sub-cell {
  vertical-align: baseline;
}
.nav-sub-cell:last-child .nav-sub-link {
  border-bottom: none;
}

.nav-sub-link {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  width: 128px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}
.nav-sub-link:hover {
  background-color: #006cff;
  border-bottom: 1px solid #006cff;
  opacity: 1;
  filter: alpha(opacity=100);
  color:#fff;
}

.nav-shut {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.nav-shut i {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  vertical-align: middle;
  color: #fff;
}


.nav-sub-solution{
	width: 380px;
	height: 144px;
	background: rgba(28,33,52,0.8);
	position: absolute;
    left: -160px;
    display: none;
}
.nav-sub-solution-left{
	float: left;
	width: 44%;
	padding-left: 16px;
}
.nav-sub-solution-left>div{
	float: left;
	    width: 38%;
}
.nav-sub-solution-left>div span{
	display: block;
	color: #fff;
	font-size: 14px;
	margin-top:10px ;
}
.nav-sub-solution-left>div a{
	display: block;
	color: #BDD9FF;
	font-size: 14px;
	margin-top:10px ;
}
.nav-sub-solution-left>div a:hover{
	color: #006CFF;
	text-decoration: underline;
}
.header-line{
	width: 1px;
	height: 100px;
	background: #FFFFFF;
	float: left;
	margin-top: 10px;
	opacity:0.1;
	 filter: alpha(opacity=10);
}
.nav-sub-solution-right{
	float: left;
	width: 44%;
	padding-left: 20px;
}
.nav-sub-solution-right>div{
	float: left;
	    width: 28%;
}
.nav-sub-solution-right>div span{
	display: block;
	color: #fff;
	font-size: 14px;
	margin-top:10px ;
}
.nav-sub-solution-right>div a{
	display: block;
	color: #BDD9FF;
	font-size: 14px;
	margin-top:10px;
}
.login_box {
  display: inline-block;
  width: 92px;
  height: 40px;
  border: 1px solid rgba(255,255,255,1);
  padding: 0;
  line-height: 40px;
  margin-top: 20px;
  color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.login_boxs {
  display: inline-block;
  width: 112px;
  height: 40px;
  background: rgba(0,108,255,1);
  padding: 0;
  line-height: 40px;
  margin-top: 20px;
  color: #fff;
  margin-left: 8px;
}
.login_boxs:hover,.login_box:hover{
  color: #fff;
}

/* elevator */
.elevator {
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 1029;
  width: 40px;
  /*background-color: #fff;*/
  /*border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);*/
}

.elevator-cell {
  border-bottom: 1px solid #eee;
}
.elevator-cell:first-child .elevator-wrap {
  border-top-left-radius: 6px;
}
.elevator-cell:last-child {
  border-bottom: none;
}
.elevator-cell:last-child .elevator-wrap {
  border-bottom-left-radius: 6px;
}

.elevator-wrap {
  position: relative;
  z-index: 1;
  padding: 8px 0;
  color: #999;
  text-align: center;
  background-color: #fff;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}

.elevator-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  vertical-align: middle;
}

.elevator-link {
  position: relative;
  display: block;
}
.elevator-link:hover .elevator-wrap {
  color: #fff;
  background-color: #006cff;
}
.elevator-link:hover .elevator-float {
  left: -150px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.elevator-float {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}

.elevator-float-arr {
  position: absolute;
  top: 17px;
  right: -12px;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 6px;
  border-color: transparent;
  border-style: dashed;
  overflow: hidden;
  border-left-color: #fff;
  border-left-style: solid;
}

.elevator-float-wrap {
  padding: 10px 15px;
  white-space: nowrap;
}

.elevator-float-title {
  margin-bottom: 4px;
  font-size: 14px;
  color: #666;
}

.elevator-float-con .tel-num {
  font-size: 16px;
  font-weight: bold;
}

.elevator-on .elevator-wrap {
  color: #fff;
  background-color: #006cff;
}
.elevator-on .elevator-float {
  left: -150px;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* 
 * Adaptation Header
 */
@media (max-width: 414px) {
  .header {
    height: 44px;
  }

  .header-min {
    display: inline-block;
  }
  .header-min .btn {
    margin-top: 10px;
    padding: 0 10px;
    line-height: 24px;
  }

  .header-wrap .logo {
    height: 24px;
    margin-top: 10px;
  }

  .nav-trigger {
    display: block;
    margin-top: 13px;
  }

  .nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1031;
    display: none;
    margin: 0;
    padding-top: 20px;
    background-color: rgba(28, 33, 52, 0.98);
  }

  .nav-cell {
    float: none;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .nav-link {
    line-height: 50px;
  }

  .nav-cur .nav-cur-bar {
    display: none;
  }

  .nav-sub {
    position: static;
    display: block;
    width: 100%;
  }
  .nav-sub-link{
  	width: 100%;	
  }
  .nav-shut {
    display: block;
  }
  
  .nav-sub-solution{
  	position: static;
    display: block;
    width: 100%;
    background-color: #2a324f;
  }
  .login_box {
    display: inline-block;
    width: 60px;
    height: 30px;
    border: 1px solid rgba(255,255,255,1);
    padding: 0;
    line-height: 30px;
    margin-top: 10px;
    color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .login_boxs {
    display: inline-block;
    width: 70px;
    height: 30px;
    background: rgba(0,108,255,1);
    padding: 0;
    line-height: 30px;
    margin-top: 10px;
    color: #fff;
    margin-left: 8px;
  }
  .footer-cell:nth-child(1) .col-2s{
    width: 100%;
  }
  .footer {
    padding-bottom: 0px;
  }
}
@media (max-width: 750px) {
  .pro_img {
      text-align: center;
  }

  .pro_img .imgmls {
      display: inline-block;
      width: 40%;
      margin: 24px 15px;
  }

  .coldposti {
      position: relative;
  }

  .coldpos {
      position: absolute;
      top: 110%;
  }
  .section_bgss{
      min-height: 450px;
  }
  .index .section03 .row{
    padding: 0;
  }
}