@charset "UTF-8";

@media (max-width: 1080px) {
  .ray-tt{
    width: 300px;
    height: auto;
  }
}

@media (max-width: 400px) {
  .ray-tt{
    width: 300px;
    height: auto;
  }
}

.ray-box{
  width: 110px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #000;
  cursor: pointer;
}
.ray-box a{
  color: #000;
}

@media (max-width: 400px) {
  .kr-con{
    text-align: center;
    margin-bottom: 65px;
  }
  .ray-box{
    margin-left: 35%;
  }
}

.kr-det-title{
  padding-top: 80px;
}

@media (max-width: 1080px) {
  .kr-det-title{
    padding-top: 0;
  }
}

.amount{
  width: 66%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: 20px;
  border: 1px solid #a7a4a4;
}

.amount span{
  display: inline-block;
  font-size: 14px;
  border: none;
}

.am-jing{
  background-color: #000;
  color: #fff;
  float: left;
  width: 44%;
}

.am-three{
  color: #444;
}

.pro-detal{
  padding: 45px 0;
  margin: 30px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.kr-det-title{
  padding-top: 80px;
}

@media (max-width: 1080px) {
  .kr-det-title{
    padding-top: 0;
  }
}

.pro-de-ti{
  color: #000;
  font-size: 18px;
  margin-bottom: 15px;
}

.pro-more{
  width: 90px;
  height: 25px;
  text-align: center;
  background-color: #000;
  margin-top: 40px;
}

.pro-more a{
  color: #fff;
  font-size: 14px;
}

.kr-exting{
  width: 100%;
  padding-top: 26px;
  text-align: center;
  background-color: #F6F6F6;
}

@media (max-width: 1080px) {
  .kr-exting img{
    width: 228px;
  }
}

@media (max-width: 1080px) {
  .ray-img{
    width: 228px;
  }
}

.ray-p{
  margin-top: 35px;
}

@media (max-width: 1080px) {
  .inside_banner aside{
    margin-top: 80px;
  }
  .inside_banner aside .search{
    width: 378px;
  }
  .inside_banner .earth{
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 3px;
  }
}

@media (max-width: 400px) {
  .inside_banner .earth{
    font-size: 38px;
    line-height: 50px;
  }
  .inside_banner .global{
    margin-top: 15px;
    line-height: 32px;
  }
}

@media (max-width: 375px) {
  .inside_banner .earth{
    font-size: 18px;
    line-height: 30px;
  }
  .inside_banner aside .search{
    width: 90%;
  }
  .inside_banner .global{
    font-size: 14px;
  }
  .inside_banner aside .search .text{
    font-size: 12px;
  }
}

.antiImg{
  background-size: cover;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  min-height: 879px;
}

.inside_banner{
	font-size: 0;
	line-height: 0;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inside_banner aside{
	margin: auto;
	text-align: center;
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
    -webkit-transform: translate(0,-45%);
       -moz-transform: translate(0,-45%);
        -ms-transform: translate(0,-45%);
         -o-transform: translate(0,-45%);
            transform: translate(0,-45%);
}

.inside_banner aside .search{
	width: 580px;
	height: 50px;
	margin: 0.85rem auto 0;
	text-align: left;
	overflow: hidden;
	position: relative;
	border: 1px solid #ccc;
	padding: 0 15px;
	background: #fff;
	border-radius: 25px;
	box-shadow: 4px 4px 8px #888;
}
.inside_banner aside .search select{
	border: none;
  background-color: #fff;
}
.inside_banner aside .search input{
	border: none;
}
.inside_banner aside .search .text{
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}

.inside_banner .earth{
	font-size: 42px;
	font-weight: 500;
	line-height: 45px;
	letter-spacing: 10px;
  margin-bottom: 15px;
  color: #000;
}

.inside_banner .global{
	font-size: 28px;
	word-spacing: 5px;
	font-weight: lighter;
  color: #000;
}


@media (max-width: 1080px) {
  .inside_banner aside .search{
    width: 360px;
  }
  .inside_banner .global{
    font-size: 20px;
    margin-top: 30px;
  }
  .inside_banner .earth{
    font-size: 36px;
    line-height: 30px;
    letter-spacing: 5px;
  }
}

.query{
  width: 100%;
  height: auto;
  margin-top: 35px;
}

.q-query{
  margin: 0 auto;
  width: 160px;
  height: 50px;
  background-color: #fff;
  line-height: 50px;
  font-size: 20px;
  border-radius: 10px;
  cursor: pointer;
  border: none;
}

.q-auth{
  margin: 0 auto;
  width: 35%;
  height: 50px;
}

.q-agency a{
  display: inline-block;
  width: 260px;
  height: 100%;
  font-size: 20px;
  line-height: 50px;
  background-color: #fff;
  border-radius: 10px;
  color: #000;
}

.q-agen{
  float: left;
}

.q-agent{
  float: right;
}

@media (max-width: 1080px) {
  .q-auth{
    width: 98%;
  }
  .q-agen{
    margin-left: 10%;
  }
  .q-agent{
    margin-right: 8.5%;
  }
  .q-agency a{
    width: 258px;
    margin-bottom: 35px;
  }
}

.company{
  width: 100%;
  height: auto;
}

.com-time{
  margin: 0 auto;
  width: 160px;
  height: 55px;
  background-color: #019C7E;
  border-radius: 27px;
  color: #fff;
  text-align: center;
  line-height: 55px;
  font-size: 22px;
}

.com-box{
  width: 100%;
  height: auto;
  overflow: hidden;
}

.com-left{
  width: 50%;
  height: 554px;
  float: left;
  padding: 40px;
  border-right: 2px solid #019C7E;
}

.com-left p{
  font-size: 24px;
  margin-top: 70px;
  color: #676767;
  line-height: 35px;
}

.com-right{
  width: 50%;
  height: auto;
  float: right;
  padding: 40px;
  text-align: center;
}

.com-right img{
  border: 3px solid #019C7E;
  border-radius: 5px;
  line-height: 35px;
}

.com-h{
  height: auto;
}

@media (max-width: 1080px) {
  .com-left{
    padding: 20px;
    height: 250px;
  }
  .com-left p{
    font-size: 0.65em;
    line-height: 18px;
    margin-top: 35px;
  }
  .com-right{
    padding: 20px;
  }
  .com-right img{
    width: 146px;
    height: 146px;
  }
}

