/*start index*/
.container{
    width:1200px;margin: 0 auto;
}
header{
    position: fixed;
    top:0;
    left:0;
    right:0;
    background: #f8fafb;
    z-index: 2;
}
header .container{
    display: flex;
}
header .container .logo{
    flex:1;
    text-align: left;
}
header .container .logo img{
    width:230px;
}
header .container .search{
    flex: 1;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.search-form{
    font-size: 0;
}
.search-form .search-input{
    border-radius: 50px 0 0 50px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.25) inset;
    border: 0 none;
    width: 200px;
    height: 40px;
    padding: 12px 22px;
    margin: 20px 0;
}
.search-form .search-submit{
    border-radius: 0 50px 50px 0;
    box-shadow: 1px 1px 1px rgba(255,255,255,0.1) inset, -1px -1px 1px rgba(0,0,0,0.2) inset;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    color: #fff;
    background: #004f9f;
    width: 100px;
    height: 40px;
    padding:12px;
    border:none;
    cursor: pointer;
}
.nav{
    background: #004f9f;
    text-align: center;
    padding: 10px 0;
}
.nav .nav-child-link{
    display: inline-block;
    color: #fff;
    padding: 0 75px;
    position: relative;
    font-size: 12px;
    height:18px;
}
.nav .english{
    display: none;
}
.nav:hover .english{
    display: block;
}
.nav:hover .chinese{
    display: none;
}
.nav .nav-child-link:after{
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(255,255,255,0.9) 50%, rgba(0,0,0,0) 100%);
    content: '';
    height: 100%;
    opacity: 0.5;
    position: absolute;
    right: -2px;
    top: 1px;
    width: 1px;
}
.nav .nav-child-link:last-child:after{
    display: none;
}
.main-bg{
    background: url(../images/bg.jpg);
    padding-top: 168px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height:100%;
    padding-bottom: 50px;
}
#swip1{
    position: relative;
}
#swip1 .swiper-slide {
    height: 600px;
}
#swip1 .swiper-slide img{
    width:100%;
    margin-top: -90px;
}
#swip1 .swiper-slide-long img{
    margin-top: -370px;
}
#page{
    bottom: 30px;
}
#page > span{
    width:30px;
    height:8px;
    background:#c2d1e2;
    border:none;
    margin:0 7px;
    border-radius:8px;
    opacity: 1;
}
#page .swiper-pagination-bullet-active{
    background:#004284;
}
.index-main h1{
    background: #004f9f;
    color:#fff;
    padding: 25px 40px;
    font-size: 28px;
    font-weight:bold;
    margin-top: 30px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.index-main .content{
    padding: 40px;
    color: #6d6d6d;
    font-size:16px;
    background: #fff;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    line-height: 1.5;
}
.point{
    text-align: center;
    padding:20px 0;
}
.point i{
    display: inline-block;
    width:5px;
    height:5px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background: #6d6d6d;
    margin:0 25px;
}
.index-main h2{
    font-size: 21px;
    padding-bottom: 10px;
}
.index-main h3{
    font-size:15px;
    font-weight:bold;
}
.index-main p{
    padding-bottom: 25px;
}
.index-main img{
    display: block;
    width: 400px;
    margin-bottom:20px;
}
.contact-us{
    display: flex;
    background: #fff;
    padding: 40px;
    margin-top: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.contact-txt{
    flex:1;
    font-size: 16px;
    text-align: left;
    padding-right:95px;
}
.contact-txt h3{
    font-weight: 600;
    font-size:18px;
}
.contact-txt .name,.contact-txt .email{
    padding-top: 20px;
}
.contact-txt .name-en{
    border-top: 1px solid grey;
    margin-top: 20px;
}
.contact-txt .address{
    padding: 20px 0;
}
#custom-places{
    width: 400px;
    height:400px;
}
/*end index*/

/*start about us*/
.about-us-con p{
    font-size: 17px;
    line-height: 1.8;
}

.about-us-con img{
    display: inline-block;
    width:100%;
    margin-bottom: 0;
    height:100%;
}
.about-us-con .about-img{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    padding-top: 20px;
}
.about-us-con .about-img .img-box{
    flex: 0 0 32%;
    max-width: 32%;
    padding-bottom: 20px;
}
.about-us-con .about-img .img-box-w{
    flex: 0 0 48%;
    max-width: 48%;
}
.about-us-con .img-box-w2{
    max-width: 100%;
    margin-bottom: 20px;
}
/*end about us*/

/*start product*/
.content-flex{
    display: flex;
}
.content-flex .item{
    flex:1;
    padding:0 20px;
}
.content-flex .item li{
    padding:5px 0;
}
.content-flex .item a{
    text-decoration: underline;
}
a.link-product{
    display: block;
    text-align: center;
    padding-top: 20px;
    text-decoration: underline;
}
/*end product*/
/*start contact-us*/
.contact-us-con{
    margin-top: 0;
    border-radius: 0 0 5px 5px;
}
/*end contact-us*/

