@charset "utf-8";
html{color: #000;overflow-x: hidden;height: 100%;-webkit-tap-highlight-color: transparent;}
body {font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;color: #000;-webkit-text-size-adjust: none;}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,figure,form,fieldset,legend,input,textarea,button,p,blockquote,th,td,pre,xmp{margin:0;padding:0}
body,input,textarea,button,select,pre,xmp,tt,code,kbd,samp{line-height: 1.5rem;font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif}
h1,h2,h3,h4,h5,h6,small,big,input,textarea,button,select{font-size:100%;-webkit-margin-before:0em;margin-block-start:0em;-webkit-margin-after: 0em;margin-block-end: 0em;}
h1,h2,h3,h4,h5,h6{font-family:"Arial","Microsoft YaHei","黑体","宋体",sans-serif}
h1,h2,h3,h4,h5,h6,b,strong{font-weight:normal}
address,cite,dfn,rem,i,optgroup,var{font-style:normal}
table{border-collapse:collapse;border-spacing:0;text-align:left}
caption,th{text-align:inherit}
ul,ol,menu{list-style:none}
fieldset,img{border:0}
img,object,input,textarea,button,select{vertical-align:middle}
article,aside,footer,header,section,nav,figure,figcaption,hgroup,details,menu{display:block}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
blockquote:before,blockquote:after,q:before,q:after{content:"\0020"}
textarea{overflow:auto;resize:vertical}
input,textarea,button,select,a{outline:0 none;border: none;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}
mark{background-color:transparent}
a,ins,s,u,del{text-decoration:none}@
sup,sub{vertical-align:baseline}
hr {height: .02rem;margin: .1rem 0;border: medium none;border-top: .02rem solid #cacaca;}
a {color: #000;text-decoration: none;}
img {max-width: 100%;vertical-align:middle;}
/*placeholder*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
    color: #999;@
}
input:-moz-placeholder, textarea:-moz-placeholder{
    color: #999;
}
input::-moz-placeholder, textarea::-moz-placeholder{
    color: #999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
    color: #999;
}
input[type="button"], input[type="submit"], input[type="reset"] {
  -webkit-appearance: none;
}

textarea {  
  -webkit-appearance: none;
}  
body {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 3px #ddd;
}
.container{
  margin: 0 auto;
  width: 750px;
  max-width: 750px;
  overflow: hidden;
  border-left: 1px solid #F8F2F6;
  border-right: 1px solid #F8F2F6;
}
.a-cur{
  cursor: pointer;
}
.asia-head{
  text-align: center;
  padding-top: 40px;
  margin-bottom: 15px;
}
.asia-head  p{
  position: relative;
  text-align: center;
  padding: 0 30px;
  display: inline-block;
}
.asia-head p b{
  height: 54px;
  line-height: 40px;
  font-size: 35px;
  display: inline-block;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}
.asia-head p:before{
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -55px;
  bottom: -5px;
  width: 110px;
  height: 5px;
  background-color: #FEBF15;
}
.asia-head>i{
  display: block;
  height: 28px;
  line-height: 28px;
  font-size: 17px;
  padding: 0 10px;
  text-transform: uppercase;
}
.asia-more{
  text-align: center;
  padding: 40px 0 10px;
}
.asia-more a,
.asia-more-a{
  width: 100%;
  display: block;
  height: 52px;
  line-height: 52px;
  color: #fff;
  font-size: 27px;
  letter-spacing: 2px;
      -webkit-transition: all .05s linear;
    -moz-transition: all .05s linear;
    transition: all .05s linear;
  background-color: #0D9AFD;
    box-shadow: 0 3px 5px #333;
}
.asia-more-a:hover,
.asia-more a:hover{
  opacity: .8;
}
.top-header .top-header-table{
  background-color: #F0F0F0;
  padding: 0 10px;
}
.top-header .top-header-table::after{
  content: '';
  display: block;
  clear: both;
}
.top-header .top-header-table .top-link-left{
  float: left;
  height: 65px;
  line-height: 65px;
}
.top-header .top-header-table .top-link-left img{
  max-height: 40px;
  margin-right: 15px;
}
.top-header .top-header-table .top-text-right{
  text-align: right;
  display: block;
  height: 65px;
  line-height: 65px;
}
.top-header .top-img{
  display: inline-block;
}
.top-header a,
.top-header p{
  color: #666;
  font-size: 16px;
  display: inline-block;
}
.top-header a:hover{
  opacity: .8;
}

.banner .banner-body{
  background: url(../img/banner.jpg) center;
  -moz-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 98px;
  padding-bottom: 64px;
}
.banner .banner-body .banner-nav{
  background-color: #FFBF03;
  height: 50px;
  line-height: 50px;
}
.banner .banner-body .banner-nav a{
  font-size: 21px;
  margin: 0 12px;
  position: relative;
}
.banner .banner-body .banner-nav a:before{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -13.5px;
  left: -12px;
  width: 1px;
  height: 27px;
  background-color: #000;
}
.banner .banner-body .banner-nav a:first-child:before{
  display: none;
}
.banner .banner-body .banner-img{
  padding: 70px 0 90px;
}
.banner .banner-body .banner-btn a{
  display: inline-block;
  width: 213px;
  height: 52px;
  line-height: 52px;
  background-color: #FEBF15;
  font-size: 27px;
  color: #000;
  text-align: center;
  border-radius: 52px;
  box-shadow: 2px 2px 4px #000;
  letter-spacing: 2px;
    -webkit-transition: all .05s linear;
    -moz-transition: all .05s linear;
    transition: all .05s linear;
}
.banner .banner-body .banner-btn a:hover{
  opacity: .85;
}
.banner .banner-body .banner-btn a:first-child{
  margin-right: 80px;
  background-color: #0A82D6;
  color: #fff;
}
.asia{
  position: relative;
  padding-top: 0;
}
.asia-item{
  padding: 0 30px;
}
.asia1 .asia-body .asia-item{
  padding: 0 20px;
}
.asia1 .asia-body .asia-item:after{
  content: '';
  display: block;
  clear: both;
}
.asia1 .asia-body .asia-item .asia-list{
  width: 50%;
  float: left;
  margin-top: 30px;
}
.asia1 .asia-body .asia-item .asia-list .asia-box{
  background: url(../img/img_01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px;
  position: relative;
  margin: 45px 10px 0;
  height: 147px;
  display: table-cell;
  vertical-align: middle;
  width: 327px;
  cursor: default;
    -webkit-transition: all .05s linear;
    -moz-transition: all .05s linear;
    transition: all .05s linear;
}
.asia1 .asia-body .asia-item .asia-list .asia-box:hover{
  box-shadow: 3px 3px 5px #aaa;
}
.asia1 .asia-body .asia-item .asia-list:nasia-child(2) .asia-box{
  background: url(../img/img_02.jpg);
}
.asia1 .asia-body .asia-item .asia-list:nasia-child(3) .asia-box{
  background: url(../img/img_03.jpg);
}
.asia1 .asia-body .asia-item .asia-list:nasia-child(4) .asia-box{
  background: url(../img/img_04.jpg);
}
.asia1 .asia-body .asia-item .asia-list:nasia-child(5) .asia-box{
  background: url(../img/img_05.jpg);
}
.asia1 .asia-body .asia-item .asia-list:nasia-child(6) .asia-box{
  background: url(../img/img_06.jpg);
}
.asia1 .asia-body .asia-item .asia-list .asia-box p,
.asia1 .asia-body .asia-item .asia-list .asia-box span{
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  display: block;
    text-shadow: 2px 2px 2px #000;
}



.asia2 .asia-body .asia-item:after{
  content: '';
  display: block;
  clear: both;
}
.asia2 .asia-body .asia-item .asia-list{
  width: 33.33%;
  float: left;
  margin-top: 20px;
  text-align: center;
}
.asia2 .asia-body .asia-item .asia-list .asia-box{
  background: url(../img/img_07.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 207px;
  height: 147px;
  display: block;
  text-align: center;
  padding: 33.5px 5px;
    -webkit-transition: all .05s linear;
    -moz-transition: all .05s linear;
    transition: all .05s linear;
}
.asia2 .asia-body .asia-item .asia-list .asia-box:hover{
  box-shadow: 0 0 8px #0082D8;
}
.asia2 .asia-body .asia-item .asia-list:nth-child(2) .asia-box{
  background: url(../img/img_08.jpg);
  background-size: cover;
}
.asia2 .asia-body .asia-item .asia-list:nth-child(3) .asia-box{
  background: url(../img/img_09.jpg);
  background-size: cover;
}
.asia2 .asia-body .asia-item .asia-list:nth-child(4) .asia-box{
  background: url(../img/img_10.jpg);
  background-size: cover;
}
.asia2 .asia-body .asia-item .asia-list:nth-child(5) .asia-box{
  background: url(../img/img_11.jpg);
  background-size: cover;
}
.asia2 .asia-body .asia-item .asia-list:nth-child(6) .asia-box{
  background: url(../img/img_12.jpg);
  background-size: cover;
}
.asia2 .asia-body .asia-item .asia-list .asia-box b{
  display: block;
}
.asia2 .asia-body .asia-item .asia-list .asia-box b,
.asia2 .asia-body .asia-item .asia-list .asia-box span{
  color: #fff;
  font-size: 24px;
  text-shadow:3px 3px 3px #000;
  letter-spacing: 2px;
  line-height: 40px;
}
.asia2 .asia-body .asia-item .asia-list .asia-box span{
  font-size: 21px;
}
.asia3 .asia-body{
  background: url(../img/img_13.jpg) center no-repeat;
}


.asia3 .asia-body .asia-table{
  padding: 20px 0;
}
.asia3 .asia-body .asia-table .asia-item{
  padding: 0;
}
.asia3 .asia-body .asia-table .asia-item .asia-list{
  padding: 10px 0 ;
  position: relative;
  margin: 0 88px;
}
.has-error .help-block{
  position: absolute;
  top: -15px;
  left: 5px;
  color: #FC2527;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
}
.asia3 .asia-body .asia-table .asia-item .asia-list .asia-input{
  width: 100%;
  height: 58px;
  line-height: 58px;
  background-color: #E1F3FE;
  border: 1px solid #0D9AFD;
  color: #4E5457;
  padding: 0 15px;
  font-size: 24px;
  letter-spacing: 5px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
  color:#4E5457;
}

.asia3 .asia-more-a{
  background-color: #FEBF15;
  color: #000;
  margin-top: 25px;
  cursor: pointer;
}

.asia-copy{
  margin-top: 15px;
  text-align: center;
  line-height: 22px;
  padding: 10px 20px;
}
.asia-copy,
.asia-copy p,
.asia-copy a{
  color: #666 !important;
  font-size: 12px;
}
.asia-copy a:hover{
  opacity: .8;
}



@media screen and (min-width: 667px) and (max-width:767px) {
  .container{
    width: 100%;
  }
  .top-header .top-header-table{
    padding: 0 30px;
  }
  .top-header a, .top-header p{
    font-size: 12px;
  }
  .banner .banner-body{
    border-bottom-width: 10px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .banner .banner-body .banner-nav{
    height: auto;
    line-height: 30px;
    padding: 10px;
  }
  .banner .banner-body .banner-nav a{
    font-size: 16px;
  }
  .banner .banner-body .banner-nav a:before{
    height: 14px;
    top: 3px;
    margin-top: 0;
  }
  .banner .banner-body .banner-img{
    padding: 30px;
  }
  .banner .banner-body .banner-btn a{
    width: auto;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    padding: 0 20px;
    letter-spacing: 0;
  }
  .banner .banner-body .banner-btn a:first-child{
    margin-right: 10px;
  }
  .asia-head{
    padding: 10px 0 0;
    margin-bottom: 0;
  }
  .asia-head p{
    padding: 0 10px;
  }
  .asia-head p:before{
    background-color: rgba(255,192,2, .2);
  }
  .asia-head p b{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .asia-head p b::before{
    height: 5px;
    bottom: -3px;
  }
  .asia-head>i{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0 5px;
    overflow: hidden;
  }
  .asia-item{
    padding: 0 20px;
  }
  .asia1 .asia-body .asia-item{
    padding: 0 20px;
    margin-top: 10px;
  }
  .asia1 .asia-body .asia-item .asia-list{
    width: 50%;
    margin-top:0;
  }
  .asia1 .asia-body .asia-item .asia-list .asia-box{
    padding: 20px 10px;
    border-radius: 5px;
    height: auto;
    width: auto;
    display: block;
    margin: 20px 10px 0;
    height: 130px;
  }
  .asia1 .asia-body .asia-item .asia-list .asia-box p, 
  .asia1 .asia-body .asia-item .asia-list .asia-box span{
    font-size: 18px;
    line-height: 30px;
  }
  .asia2 .asia-body .asia-item{
    margin-top: 10px;
  }
  .asia2 .asia-body .asia-item .asia-list{
    width: 50%;
    margin-top: 20px;
  }
  .asia2 .asia-body .asia-item .asia-list .asia-box{
    width: auto;
    margin: 0 10px;
    display: block;
    height: auto;
    padding: 20px 0;
  }
  .asia2 .asia-body .asia-item .asia-list .asia-box b,
  .asia2 .asia-body .asia-item .asia-list .asia-box span{
    font-size: 18px;
    line-height: 30px;
  }
  .asia3 .asia-body .asia-table .asia-item .asia-list{
    margin: 0 30px;
  }
  .asia3 .asia-body .asia-table .asia-item .asia-list .asia-input{
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    letter-spacing: 2px;
  }
  .asia3 .asia-more-a{
    margin-top: 10px;
  }
  .asia-more{
    padding-top: 15px;
  }
  .asia3 .asia-more-a,
  .asia-more a{
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    letter-spacing: 0;
  }
  .asia-copy{
    padding: 10px;
  }
}
@media screen and (min-width: 568px) and (max-width:666px) {
  .container{
    width: 100%;
  }
  .top-header .top-header-table{
    padding: 0 30px;
  }
  .top-header a, .top-header p{
    font-size: 12px;
  }
  .banner .banner-body{
    border-bottom-width: 10px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .banner .banner-body .banner-nav{
    height: auto;
    line-height: 30px;
    padding: 10px;
  }
  .banner .banner-body .banner-nav a{
    font-size: 16px;
  }
  .banner .banner-body .banner-nav a:before{
    height: 14px;
    top: 3px;
    margin-top: 0;
  }
  .banner .banner-body .banner-img{
    padding: 30px;
  }
  .banner .banner-body .banner-btn a{
    width: auto;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    padding: 0 20px;
    letter-spacing: 0;
  }
  .banner .banner-body .banner-btn a:first-child{
    margin-right: 10px;
  }
  .asia-head{
    padding: 10px 0 0;
    margin-bottom: 0;
  }
  .asia-head p{
    padding: 0 10px;
  }
  .asia-head p:before{
    background-color: rgba(255,192,2, .2);
  }
  .asia-head p b{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .asia-head p b::before{
    height: 5px;
    bottom: -3px;
  }
  .asia-head>i{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0 5px;
    overflow: hidden;
  }
  .asia-item{
    padding: 0 20px;
  }
  .asia1 .asia-body .asia-item{
    padding: 0 20px;
    margin-top: 10px;
  }
  .asia1 .asia-body .asia-item .asia-list{
    width: 50%;
    margin-top:0;
  }
  .asia1 .asia-body .asia-item .asia-list .asia-box{
    padding: 20px 10px;
    border-radius: 5px;
    height: auto;
    width: auto;
    display: block;
    margin: 20px 10px 0;
    height: 130px;
  }
  .asia1 .asia-body .asia-item .asia-list .asia-box p, 
  .asia1 .asia-body .asia-item .asia-list .asia-box span{
    font-size: 18px;
    line-height: 30px;
  }
  .asia2 .asia-body .asia-item{
    margin-top: 10px;
  }
  .asia2 .asia-body .asia-item .asia-list{
    width: 50%;
    margin-top: 20px;
  }
  .asia2 .asia-body .asia-item .asia-list .asia-box{
    width: auto;
    margin: 0 10px;
    display: block;
    height: auto;
    padding: 20px 0;
  }
  .asia2 .asia-body .asia-item .asia-list .asia-box b,
  .asia2 .asia-body .asia-item .asia-list .asia-box span{
    font-size: 18px;
    line-height: 30px;
  }
  .asia3 .asia-body .asia-table .asia-item .asia-list{
    margin: 0 30px;
  }
  .asia3 .asia-body .asia-table .asia-item .asia-list .asia-input{
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    letter-spacing: 2px;
  }
  .asia3 .asia-more-a{
    margin-top: 10px;
  }
  .asia-more{
    padding-top: 15px;
  }
  .asia3 .asia-more-a,
  .asia-more a{
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    letter-spacing: 0;
  }
  .asia-copy{
    padding: 10px;
  }
}
@media screen and (min-width: 414px) and (max-width:567px) {
  .container{
    width: 100%;
  }
  .top-header a, .top-header p{
    font-size: 12px;
  }
  .banner .banner-body{
    border-bottom-width: 10px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .banner .banner-body .banner-nav{
    height: auto;
    line-height: 30px;
    padding: 10px;
  }
  .banner .banner-body .banner-nav a{
    font-size: 16px;
  }
  .banner .banner-body .banner-nav a:before{
    height: 14px;
    top: 3px;
    margin-top: 0;
  }
  .banner .banner-body .banner-img{
    padding: 30px;
  }
  .banner .banner-body .banner-btn a{
    width: auto;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    padding: 0 20px;
    letter-spacing: 0;
  }
  .banner .banner-body .banner-btn a:first-child{
    margin-right: 10px;
  }
  .asia-head{
    padding: 10px 0 0;
    margin-bottom: 0;
  }
  .asia-head p{
    padding: 0 10px;
  }
  .asia-head p:before{
    background-color: rgba(255,192,2, .2);
  }
  .asia-head p b{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .asia-head p b::before{
    height: 5px;
    bottom: -3px;
  }
  .asia-head>i{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0 5px;
    overflow: hidden;
  }
  .asia-item{
    padding: 0 10px;
  }
  .asia1 .asia-body .asia-item{
    padding: 0 10px;
    margin-top: 10px;
  }
  .asia1 .asia-body .asia-item .asia-list{
    width: 50%;
    margin-top:0;
  }
  .asia1 .asia-body .asia-item .asia-list .asia-box{
    padding: 20px 10px;
    border-radius: 5px;
    height: auto;
    width: auto;
    display: block;
    margin: 15px 5px 0;
    height: 130px;
  }
  .asia1 .asia-body .asia-item .asia-list .asia-box p, 
  .asia1 .asia-body .asia-item .asia-list .asia-box span{
    font-size: 18px;
    line-height: 30px;
  }
  .asia2 .asia-body .asia-item{
    margin-top: 10px;
  }
  .asia2 .asia-body .asia-item .asia-list{
    width: 50%;
    margin-top: 10px;
  }
  .asia2 .asia-body .asia-item .asia-list .asia-box{
    width: auto;
    margin: 0 5px;
    display: block;
    height: auto;
    padding: 20px 0;
  }
  .asia2 .asia-body .asia-item .asia-list .asia-box b,
  .asia2 .asia-body .asia-item .asia-list .asia-box span{
    font-size: 18px;
    line-height: 30px;
  }
  .asia3 .asia-body .asia-table .asia-item .asia-list{
    margin: 0 15px;
  }
  .asia3 .asia-body .asia-table .asia-item .asia-list .asia-input{
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    letter-spacing: 2px;
  }
  .asia3 .asia-more-a{
    margin-top: 10px;
  }
  .asia-more{
    padding-top: 15px;
  }
  .asia3 .asia-more-a,
  .asia-more a{
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    letter-spacing: 0;
  }
  .asia-copy{
    padding: 10px;
  }
}
@media screen and (max-width: 413px) {
  .container{
    width: 100%;
  }
  .top-header a, .top-header p{
    font-size: 12px;
  }
  .banner .banner-body{
    border-bottom-width: 10px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .banner .banner-body .banner-nav{
    height: auto;
    line-height: 30px;
    padding: 10px;
  }
  .banner .banner-body .banner-nav a{
    font-size: 16px;
  }
  .banner .banner-body .banner-nav a:before{
    height: 14px;
    top: 3px;
    margin-top: 0;
  }
  .banner .banner-body .banner-img{
    padding: 20px;
  }
  .banner .banner-body .banner-btn a{
    width: auto;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    padding: 0 20px;
    letter-spacing: 0;
  }
  .banner .banner-body .banner-btn a:first-child{
    margin-right: 10px;
  }
  .asia-head{
    padding: 10px 0 0;
    margin-bottom: 0;
  }
  .asia-head p{
    padding: 0 10px;
  }
  .asia-head p:before{
    background-color: rgba(255,192,2, .2);
  }
  .asia-head p b{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .asia-head p b::before{
    height: 5px;
    bottom: -3px;
  }
  .asia-head>i{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0 5px;
    overflow: hidden;
  }
  .asia-item{
    padding: 0 10px;
  }
  .asia1 .asia-body .asia-item{
    padding: 0 10px;
  }
  .asia1 .asia-body .asia-item .asia-list{
    width: 100%;
    margin-top:0;
  }
  .asia1 .asia-body .asia-item .asia-list .asia-box{
    padding: 20px 10px;
    border-radius: 5px;
    height: auto;
    width: 100%;
    display: block;
    margin: 15px 0 0;
  }
  .asia1 .asia-body .asia-item .asia-list .asia-box p, 
  .asia1 .asia-body .asia-item .asia-list .asia-box span{
    font-size: 18px;
    line-height: 30px;
  }
  .asia2 .asia-body .asia-item .asia-list{
    width: 100%;
    margin-top: 10px;
  }
  .asia2 .asia-body .asia-item .asia-list .asia-box{
    width: 100%;
    margin: 0 auto;
    display: block;
    height: auto;
    padding: 20px 0;
  }
  .asia2 .asia-body .asia-item .asia-list .asia-box b,
  .asia2 .asia-body .asia-item .asia-list .asia-box span{
    font-size: 18px;
    line-height: 30px;
  }
  .asia3 .asia-body .asia-table .asia-item .asia-list{
    margin: 0 10px;
  }
  .asia3 .asia-body .asia-table .asia-item .asia-list .asia-input{
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    letter-spacing: 2px;
  }
  .asia3 .asia-more-a{
    margin-top: 10px;
  }
  .asia-more{
    padding-top: 15px;
  }
  .asia3 .asia-more-a,
  .asia-more a{
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    letter-spacing: 0;
  }
  .asia-copy{
    padding: 10px;
  }
}
@media screen and (max-width: 375px) {
  .container{
    width: 100%;
  }
  .top-header a, .top-header p{
    font-size: 12px;
  }
  .banner .banner-body{
    border-bottom-width: 10px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .banner .banner-body .banner-nav{
    height: auto;
    line-height: 30px;
    padding: 10px;
  }
  .banner .banner-body .banner-nav a{
    font-size: 16px;
  }
  .banner .banner-body .banner-nav a:before{
    height: 14px;
    top: 3px;
    margin-top: 0;
  }
  .banner .banner-body .banner-img{
    padding: 20px;
  }
  .banner .banner-body .banner-btn a{
    width: auto;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    padding: 0 20px;
    letter-spacing: 0;
  }
  .banner .banner-body .banner-btn a:first-child{
    margin-right: 10px;
  }
  .asia-head{
    padding: 10px 0 0;
    margin-bottom: 0;
  }
  .asia-head p{
    padding: 0 10px;
  }
  .asia-head p:before{
    background-color: rgba(255,192,2, .2);
  }
  .asia-head p b{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .asia-head p b::before{
    height: 5px;
    bottom: -3px;
  }
  .asia-head>i{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0 5px;
    overflow: hidden;
  }
  .asia-item{
    padding: 0 10px;
  }
  .asia1 .asia-body .asia-item{
    padding: 0 10px;
  }
  .asia1 .asia-body .asia-item .asia-list{
    width: 100%;
    margin-top:0;
  }
  .asia1 .asia-body .asia-item .asia-list .asia-box{
    padding: 20px 10px;
    border-radius: 5px;
    height: auto;
    width: 100%;
    display: block;
    margin: 15px 0 0;
  }
  .asia1 .asia-body .asia-item .asia-list .asia-box p, 
  .asia1 .asia-body .asia-item .asia-list .asia-box span{
    font-size: 18px;
    line-height: 30px;
  }
  .asia2 .asia-body .asia-item .asia-list{
    width: 100%;
    margin-top: 10px;
  }
  .asia2 .asia-body .asia-item .asia-list .asia-box{
    width: 100%;
    margin: 0 auto;
    display: block;
    height: auto;
    padding: 20px 0;
  }
  .asia2 .asia-body .asia-item .asia-list .asia-box b,
  .asia2 .asia-body .asia-item .asia-list .asia-box span{
    font-size: 18px;
    line-height: 30px;
  }
  .asia3 .asia-body .asia-table .asia-item .asia-list{
    margin: 0 10px;
  }
  .asia3 .asia-body .asia-table .asia-item .asia-list .asia-input{
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    letter-spacing: 2px;
  }
  .asia3 .asia-more-a{
    margin-top: 10px;
  }
  .asia-more{
    padding-top: 15px;
  }
  .asia3 .asia-more-a,
  .asia-more a{
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    letter-spacing: 0;
  }
  .asia-copy{
    padding: 10px;
  }
}
@media screen and (max-width: 360px) {
  .container{
    width: 100%;
  }
  .top-header a, .top-header p{
    font-size: 12px;
  }
  .banner .banner-body{
    border-bottom-width: 10px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .banner .banner-body .banner-nav{
    height: auto;
    line-height: 30px;
    padding: 10px;
  }
  .banner .banner-body .banner-nav a{
    font-size: 16px;
  }
  .banner .banner-body .banner-nav a:before{
    height: 14px;
    top: 3px;
    margin-top: 0;
  }
  .banner .banner-body .banner-img{
    padding: 20px;
  }
  .banner .banner-body .banner-btn a{
    width: auto;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    padding: 0 20px;
    letter-spacing: 0;
  }
  .banner .banner-body .banner-btn a:first-child{
    margin-right: 10px;
  }
  .asia-head{
    padding: 10px 0 0;
    margin-bottom: 0;
  }
  .asia-head p{
    padding: 0 10px;
  }
  .asia-head p:before{
    background-color: rgba(255,192,2, .2);
  }
  .asia-head p b{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .asia-head p b::before{
    height: 5px;
    bottom: -3px;
  }
  .asia-head>i{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0 5px;
    overflow: hidden;
  }
  .asia-item{
    padding: 0 10px;
  }
  .asia1 .asia-body .asia-item{
    padding: 0 10px;
  }
  .asia1 .asia-body .asia-item .asia-list{
    width: 100%;
    margin-top: 15px;
  }
  .asia1 .asia-body .asia-item .asia-list .asia-box{
    padding: 20px 10px;
    border-radius: 5px;
    height: auto;
  }
  .asia1 .asia-body .asia-item .asia-list .asia-box p, 
  .asia1 .asia-body .asia-item .asia-list .asia-box span{
    font-size: 18px;
    line-height: 30px;
  }
  .asia2 .asia-body .asia-item .asia-list{
    width: 100%;
    margin-top: 10px;
  }
  .asia2 .asia-body .asia-item .asia-list .asia-box{
    width: 100%;
    margin: 0 auto;
    display: block;
    height: auto;
    padding: 20px 0;
  }
  .asia2 .asia-body .asia-item .asia-list .asia-box b,
  .asia2 .asia-body .asia-item .asia-list .asia-box span{
    font-size: 18px;
    line-height: 30px;
  }
  .asia3 .asia-body .asia-table .asia-item .asia-list{
    margin: 0 10px;
  }
  .asia3 .asia-body .asia-table .asia-item .asia-list .asia-input{
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    letter-spacing: 2px;
  }
  .asia3 .asia-more-a{
    margin-top: 10px;
  }
  .asia-more{
    padding-top: 15px;
  }
  .asia3 .asia-more-a,
  .asia-more a{
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    letter-spacing: 0;
  }
  .asia-copy{
    padding: 10px;
  }
}
@media screen and (max-width: 320px) {
  .container{
    width: 100%;
  }
  .top-header a, .top-header p{
    font-size: 12px;
  }
  .banner .banner-body{
    border-bottom-width: 10px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .banner .banner-body .banner-nav{
    height: auto;
    line-height: 30px;
    padding: 10px;
  }
  .banner .banner-body .banner-nav a{
    font-size: 16px;
  }
  .banner .banner-body .banner-nav a:before{
    height: 14px;
    top: 3px;
    margin-top: 0;
  }
  .banner .banner-body .banner-img{
    padding: 20px;
  }
  .banner .banner-body .banner-btn a{
    width: auto;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    padding: 0 20px;
    letter-spacing: 0;
  }
  .banner .banner-body .banner-btn a:first-child{
    margin-right: 10px;
  }
  .asia-head{
    padding: 10px 0 0;
    margin-bottom: 0;
  }
  .asia-head p{
    padding: 0 10px;
  }
  .asia-head p:before{
    background-color: rgba(255,192,2, .2);
  }
  .asia-head p b{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .asia-head p b::before{
    height: 5px;
    bottom: -3px;
  }
  .asia-head>i{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0 5px;
    overflow: hidden;
  }
  .asia-item{
    padding: 0 10px;
  }
  .asia1 .asia-body .asia-item{
    padding: 0 10px;
  }
  .asia1 .asia-body .asia-item .asia-list{
    width: 100%;
    margin-top: 15px;
  }
  .asia1 .asia-body .asia-item .asia-list .asia-box{
    padding: 20px 10px;
    border-radius: 5px;
    height: auto;
  }
  .asia1 .asia-body .asia-item .asia-list .asia-box p, 
  .asia1 .asia-body .asia-item .asia-list .asia-box span{
    font-size: 18px;
    line-height: 30px;
  }
  .asia2 .asia-body .asia-item .asia-list{
    width: 100%;
    margin-top: 10px;
  }
  .asia2 .asia-body .asia-item .asia-list .asia-box{
    width: 100%;
    margin: 0 auto;
    display: block;
    height: auto;
    padding: 20px 0;
  }
  .asia2 .asia-body .asia-item .asia-list .asia-box b,
  .asia2 .asia-body .asia-item .asia-list .asia-box span{
    font-size: 18px;
    line-height: 30px;
  }
  .asia3 .asia-body .asia-table .asia-item .asia-list{
    margin: 0 10px;
  }
  .asia3 .asia-body .asia-table .asia-item .asia-list .asia-input{
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    letter-spacing: 2px;
  }
  .asia3 .asia-more-a{
    margin-top: 10px;
  }
  .asia-more{
    padding-top: 15px;
  }
  .asia3 .asia-more-a,
  .asia-more a{
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    letter-spacing: 0;
  }
  .asia-copy{
    padding: 10px;
  }
}