

/*content start*/
/*banner start*/
.banner img{
    width: 100%;
    max-width: 100%;
}
.content{
    font-family:  "microsoft yahei";
    color: #1F1F1F;
}
/*===aboutus===*/

.title{
    margin: 88px 0 101px;
    text-align: center;
}
.titleBig{
    font-size: 36px;
    color: #d9b226;
}
.titleSmall{
    font-size: 20px;
    color: #1F1F1F;
}

.video{
    position: relative;
    width: 50%;
    height: 350px;
    background: url("../images/aboutOur/bgmedia.png") no-repeat center center;
}
.video img{
    position: absolute;
    top:32%;
    left: 40%;
}
article{
    float: right;
    width: 47%;
    ont-family:PingFang-SC-Regular;
    font-size: 18px;
    color: #1F1F1F;
    line-height: 25px;
    background-position: 2px 3px;

}
article p{
    margin-top: 10px;
}
.rightB{
    margin-left: 18px;
    padding:18px 10px 17px;
}
.rightB:not(:last-child){
    border-bottom: 2px solid #ccc;
}
.rightB .head{
    padding: 0 16px;
    font-size: 24px;
    color: #1F1F1F;
    line-height: 30px;
    border-left: 2px solid #d9b226;
}
.rightB .cont{
    font-size: 20px;
    color: #1F1F1F;
    height:50px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.rightB .more{
    font-size: 20px;
    color: #d9b226;
    line-height: 28px;
    margin-top: 9px;
    cursor: pointer;
}
.rightB .more a{
	color: #d9b226;
}
.rightB .more:hover{
    text-decoration: underline;
}
.largeMore{
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #1F1F1F;
    line-height: 33px;
    margin-top: 69px;
    cursor: pointer;
    margin-bottom: 100px;
}
.largeMore a{
	color: #1F1F1F;
}
.largeMore:hover{
    text-decoration: underline;
}

/*===输入密码弹窗===*/
      .windowpop{
	 z-index:9999;
		position:fixed;
        top:50%;
        left:50%;
          margin-top: -135px;
          margin-left: -200px;
		width:400px;
		height:270px;
		border-radius:5px;
		background-color:#fff;
		display:none;
		box-shadow: 0 0 10px #ccc;
}
      /*   .windowpop{
	width: 470px;
	height: 388px;
	margin: 0 auto;
	background: #FFFFFF;
	border-radius: 4px;
} */
.windowpoplogo{
	height: 20px;
}
.logo1{
	margin-top: 12px;
}
.logo2{
	
    margin-left: 2px;
    position: relative;
    top: -10px;
}
.logo3{
	position: absolute;
	top: 18px;
    right:10px;
}
.main{
	width: 350px;
	margin: 25px auto 13px;
}
.tip{
	margin-top: 30px;
	font-size: 14px;
	color: #222222;
}
.main button{
	width: 350px;
	height: 50px;
	background-color: #d9b226;
	font-size: 18px;
	color: #FFFFFF;
	border-radius: 4px;
    border: none;
    cursor: pointer;
	margin-top: 32px;
}
.user,.password{
	width: 350px;
	height: 50px;
	background: #FFFFFF;
	border: 1px solid #979797;
	border-radius: 4px;
}
.user{
	margin-top: 30px;
}
.password{
	margin-top: 18px;
}
.user img,.password img{
	border-right: 1px solid #979797;
	padding: 12px;
}

.phonenum,.pwd{
	float: right;
	height: 48px;
	width: 291px;
	border: none;
}
[placeholder]{
	font-size: 14px;
	color: #9B9B9B;
}
.tips span{
	display: inline-block;
	font-size: 14px;
	color: #222222;
	margin-top: 18px;
}
.tips .tip1{
	margin-left: 191px;
}
.tips .tip2{
	margin-left: 211px;
	
}
.videotitle{text-align: center;margin: 50px auto;}


/*=========================mobilephone======================================*/
@media only screen and (max-device-width: 640px) {
    body{
        width: 100%;
    }
	header{
		display:none;
	}
	footer{
		display:none;
	}
    /*about us*/
    /*banner start*/
   .banner img{
   		display:none;
   }
    .video{
        position: relative;
        width: 100%;
        height: 3.36rem;
        background: url("../images/aboutOur/bgvideo.png") no-repeat center center;
        background-size: cover;
    }
    .video img{
    	width: 2rem;
        position: absolute;
        top:18%;
        left: 36%;
    }
   article{
        display: block;
        width: 100%;
        margin: 0.36rem auto;
        font-size: 0.48rem;
        line-height: 0.78rem;

    }
    .article p{
        margin-top: 0.27rem;
    }
     /*about us*/
    .title{
        margin:0.8rem 0 0.5rem;
    }
    .titleBig{
    	font-size:24px;
    }
    .titleSmall{
    	font-size: 0.36rem;
}
	.rightB {
    	margin-left: -0.16rem;
	}
.rightB .head{
    padding: 0 0.05rem;
    font-size: 0.32rem;
    line-height: 30px;
}
	.rightB .cont {
	    font-size:0.32rem;
	    height: 0.76rem;
	}
.rightB .more {
    font-size: 0.27rem;
    line-height: 0.5rem;
    margin-top: 0.16rem;
}
	.largeMore {
    width: 100%;
    text-align: center;
    font-size: 0.36rem;
    line-height: 33px;
    margin-top: 0.18rem;
    margin-bottom: 1.09rem;
	}
    /*===输入密码弹窗===*/
    .windowpop{
        z-index:9999;
        position:fixed;
        top:50%;
        left:50%;
        margin-top: -122px;
        margin-left: -150px;
        width:300px;
        height:244px;
        border-radius:5px;
        background-color:#fff;
        display:none;
        box-shadow: 0 0 10px #ccc;
    }
    /*   .windowpop{
  width: 470px;
  height: 388px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 4px;
} */
    .windowpoplogo{
        height: 19px;
    }
    .logo1{
        margin-top: 12px;
    }
    .logo2{

        margin-left: 2px;
        position: relative;
        top: -10px;
    }
    .logo3{
        position: absolute;
        top: 18px;
        right:10px;
    }
    .main{
        width: 100%;
        margin: 25px auto 13px;
    }
    .tip{
        margin-left: 20px;
        margin-top: 30px;
        font-size: 14px;
        color: #222222;
    }
    .main button{
        width: 260px;
        height: 35px;
        line-height: 35px;
        background-color: #d9b226;
        font-size: 16px;
        color: #FFFFFF;
        border-radius: 4px;
        border: none;
        cursor: pointer;
        margin-top: 32px;
        margin-left: 20px;
    }
    .user,.password{
        width: 260px;
        height: 36px;
        background: #FFFFFF;
        border: 1px solid #979797;
        border-radius: 4px;
        margin:0 auto;
    }
    .user{
        margin-top: 30px;
    }
    .password{
        margin-top: 18px;
    }
    .user img,.password img{
        border-right: 1px solid #979797;
        padding: 5px;
    }

    .phonenum,.pwd{
        float: right;
        height: 24px;
        width: 184px;
        margin-top: 1px;
        border: none;
    }
    [placeholder]{
        font-size: 14px;
        color: #9B9B9B;
    }
    .tips span{
        display: inline-block;
        font-size: 14px;
        color: #222222;
        margin-top: 18px;
    }
    .tips .tip1{
        margin-left: 191px;
    }
    .tips .tip2{
        margin-left: 211px;

    }


}