/* ==========================================================================
   1. IMPORT GOOGLE FONTS
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Montserrat:500,700|Open+Sans");
/* ==========================================================================
   2. GENERAL
   ========================================================================== */
*{
  margin:0;
  padding:0;
}

body {
  font-family: "Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif,"WenQuanYi Micro Hei","\5B8B\4F53";
  color: #1e1e1e;
  font-size: 12px;
  background: #fff;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

p {
  font-size: 12px;
  color: #1e1e1e;
  padding:0;
  margin-bottom: 0;
}

a:hover, a:focus {
  color: #0053b8;
}

a {
  color: #0053b8;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 700;
    color: #1e1e1e;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: #fff;
}

.bg-transparent {
  background: transparent !important;
}

.bg-defult {
  background: #0053b8 !important;
}

/* ==========================================================================
   2.1 Section Title
   ========================================================================== */
.section {
  width:100%;
  padding-bottom:10px;
}
.container{
  width: 100%;
  font-size: 0;
  background:#fff;
}
.container img {
  display:block;
  width:100%;
  margin:0;
  padding:0;
  font-size: 12px;
}
.gy_icp{
  width: 50%;
  font-size:12px;
  padding:5px;
  margin:0 auto;
  color:rgb(116, 116, 116);
  text-align: center;
}
.gy_icp a{
  text-decoration-line: none;
  color:rgb(116, 116, 116);
}
.container div{
  width:100%;
  float:left;
}
.bgc{
  width: 100%; /* 或者具体宽度 */
  background-size: cover;
  background-position: center;
}
.bgc_img1_01{
  height: 900px;
  background-image: url('../img/lookfld1_1.jpg');
}
.bgc_img1_02{
  height:400px;
  background-image: url('../img/lookfld2_2.jpg');
}
.bgc_img2_01{
  height:560px;
  background-image: url('../img/lookfld2_1.jpg');
}
.bgc_img2_02{
  height:460px;
  background-image: url('../img/lookfld2_2.jpg');
}
.bgc_img3_01{
  height:476px;
  background-image: url('../img/lookfld3_1.jpg');
}
.bgc_img3_02{
  height:444px;
  background-image: url('../img/lookfld3_2.jpg');
}
.bgc_img4_01{
  height:514px;
  background-image: url('../img/lookfld4_1.jpg');
}
.bgc_img4_02{
  height:566px;
  background-image: url('../img/lookfld4_2.jpg');
}
.bgc_img5_01{
  height:544px;
  background-image: url('../img/lookfld5_1.jpg');
}
.bgc_img5_02{
  height:334px;
  background-image: url('../img/lookfld5_2.jpg');
}
.bgc_img6_01{
  height:404px;
  background-image: url('../img/lookfld6_1.jpg');
}
.bgc_img6_02{
  height:676px;
  background-image: url('../img/lookfld6_2.jpg');
}


.title{
  font-size: 10px;
  color:#fff;
  opacity: 0;
}


.info{
  width:100%;
  clear: both;
  background-color: #b6091d;
}
.info_content{
  width:1170px;
  margin:0 auto;
  font-size:12px;
  text-align: center;
}
.info_content p{
  padding:10px;
  color: #fff;
}

.telephone span{
   display: block;
}
.telcode{
  font-size:18px;
  padding:5px 0;
}

@media only screen and (max-width:800px){
  .container{
   background-color: #fff;

  }

  .container img {
    display:block;
    width:100%;
    margin: 0;
    padding: 0;
    font-size: 12px;
  }

  .bgc{
    width:100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
    vertical-align: middle;
  }

  .bgc_img1_01{
    height:225px;

  }
  .bgc_img1_02{
    height:100px;

  }
  .bgc_img2_01{
    height:140px;

  }
  .bgc_img2_02{
    height:115px;

  }
  .bgc_img3_01{
    height: 119px;

  }
  .bgc_img3_02{
    height:111px;

  }
  .bgc_img4_01{
    height:128.5px;
  }

  .bgc_img4_02{
    height:141.5px;
  }
  .bgc_img5_01{
    height:136px;
  }

  .bgc_img5_02{
    height:83.5px;
  }
  .bgc_img6_01{
    height:101px;
  }

  .bgc_img6_02{
    height:169px;
    margin-top:-1px;
  }
  
  .title{
    font-size: 8px;
    color:#fff;
    opacity: 0;
  }

  .gy_icp{
    width: 90%;
    font-size:10px;
    padding:5px;
    margin:0 auto;
    color:rgb(116, 116, 116);
    text-align: center;
  }

  .info{
    width:100%;
    clear: both;
    background-color: #b6091d;
  }
  .info_content{
    width:100%;
    font-size:10px;
    text-align: center;
  }
  .info_content p{
    color: #fff;
    font-size:10px;
  }
  p.info_content_left{
    text-align: left;
    text-indent: 20px;
  }
  .telephone span{
     display: block;
  }
  .telcode{
    font-size:18px;
    padding:5px 0;
  }
}