.v-header, 
.v-header-con, 
.v-content-partTwo-con, 
.v-content-partFour-con, 
.v-content-partSix ul,
.v-footer-con,
.vrenke-ewm img,
.v-carouselImgs,
.v-ser {
	width: 100%;
}

.v-header {
	height: 45px;
}
.v-header-con {
	height: 100%;
}

.v-nav, 
.v-logo, 
.v-content-partFive, 
.v-content-partSeven, 
.vrenke-info,
.v-footer-link,
.v-footer-copyright,
#lijigoumai,
.v-serverTx,
.lxb-container,
#newBridge {
	display: none;
}

.v-content-partOne-con .m-exp, .m-serverTx {
	display: block;
}

.m-logo, .m-menu, .m-pageName {
	width: 20%;
	height: 100%;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	line-height: 45px;
}
.m-menu {
	background: url(../img/menu-icon.png) no-repeat center center;
	background-size: 40% 80%;
}

.m-logo {
	width: 60%;
}

.m-logo img {
	height: 30px;
	padding: 7.5px 0;
}


.v-content-partOne {
	height: auto;
	padding-top: 65px;
}

.v-content-partOne-con {
	width: 90%;
	padding: 0 5%;
	top: 0px;
}

.v-content-partOne-con h2 {
    font-size: 24px;
    line-height: 38px;
}

.v-content-partOne-con p {
	width: 100%;
	margin: 20px 0 0;
}

.v-content-partOne-con a {
	margin: 20px 0;
}


.v-content-partTwo {
	height: 45px;	
}
.v-content-partTwo-con {
	padding: 15px 0;
}
.v-content-partTwo-con div {
	width: 20%;
	text-align: center;
}
.v-content-partTwo-con dl {
	padding: 0;
	display: inline-block;
}

.v-content-partTwo-con dl dt img {
	width: 15px;
}
.v-content-partTwo-con dl dd {
	font-size: 12px;
	line-height: 15px;
	padding-left: 5px;
}

.v-content-partFour {
	padding-top: 40px;
}

.v-content-partFour-style, .v-content-partFour-function {
	padding: 0 5%;
}
.v-content-partFour-style dl,
.v-content-partFour-function dl {
	width: 48%;
	margin: 0 0 20px;
}
.v-content-partFour-function dl {
	height: 130px;
}

.v-content-partFour-style dl:nth-child(2),
.v-content-partFour-style dl:nth-child(4),
.v-content-partFour-function dl:nth-child(2),
.v-content-partFour-function dl:nth-child(4) {
	float: right;
}

.v-content-partFour-style dl dt img {
	width: 55%;
	max-width: 150px;
}

.v-content-partFour-style dl dd h4 {
	font-size: 16px;
	line-height: 34px;
}

.v-content-partFour-function {
	height: auto;
}
.v-content-partFour-function h3 {
    font-size: 20px;
    line-height: 20px;
    margin: 30px 0;
}

.v-content-partFour-function-btn {
	display: none;
}
.m-marginBot {
	margin-bottom: 0;
}

.v-content-partSix {
	height: auto;
	padding-bottom: 15px;
}
.v-content-partSix ul li img {
	width: 90%;
}
.v-content-partSix ul li {
	padding-top: 15px;
}

.v-footer, .v-footer-con {
	height: auto;
}
.v-footer-con {
	width: 90%;
	padding: 20px 5%;
}
.vrenke-address {
	width: auto;
	margin: 0;
}
.vrenke-address h4, .vrenke-ewm h4 {
	font-size: 16px;
    line-height: 16px;
    padding-bottom: 20px;
}
.vrenke-address .vrenke-address-sel {
	font-size: 20px;
    line-height: 20px;
    padding-bottom: 20px;
}
.vrenke-address .vrenke-address-web {
	font-size: 18px;
    line-height: 18px;
}

.vrenke-ewm {
	width: 145px;
	float: right;
}


.m-tel {
	position: absolute;
	right: 15px;
    bottom: 70px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	background: #0088fe;
	box-shadow: 1px 1px 3px #000;
}
.m-tel img {
	width: 80%;
	padding: 10%;
}


.m-mask {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

.m-mask-tel {
	position: fixed;
	right: 0;
	bottom: 40px;
	background: #fff;
	/*width: 100px;*/
	text-align: left;
	padding: 20px;
	border-radius: 2px;
	box-shadow: 1px 1px 2px #000;
	opacity: .9;
}



.m-mask-tel p {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 10px;
}

.m-mask-tel a {
	display: inline;
	color: #0064D9;
	font-size: 14px;
	line-height: 14px;
	white-space: nowrap;
}

.m-nav {
	width: 100%;
	height: 0px;
	background: #fff;
	display: inline-block;
	/*border-radius: 4px;*/
	/*opacity: .8;*/
	overflow: hidden;
	transition: .2s;
	/*margin-top: 1px;*/
}
.m-nav.active {
	height: auto;
	padding: 10px 0;
}
.m-nav li, .m-nav a {
	font-size: 14px;
	line-height: 30px;
	color: #000;
	width: 20%;
	text-align: center;
}
.m-nav a {
	width: 100%;
	height: 100%;
	display: block;
}

.m-nav a:active{
    background: #ececec;
}


.m-nav.active .m-nav-mask {
	position: fixed;
	top: 45px;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #000;
	opacity: .7;
	z-index: -1;
}


.v-product, .v-ser {
	padding-top: 45px;	
}

.v-product #slides {
    height: auto;
}

.v-product #slides .slidesjs-pagination {
    bottom: 10px;
}

.v-product .v-conAd li dl {
	width: 90%;
    padding: 10px 5%;
}


.v-ser h3 {
	padding-top: 30px;
    padding: 30px 5% 16px;
}
.v-ser p {
	padding: 0 10%;
}
.v-ser img {
	width: 90%;
	padding: 20px 5% 40px;
}


@media screen and (max-width: 800px) {
	.v-product .v-conAd li dl dt,
	.v-product .v-conAd li dl dd {
		float: none;
		width: 80%;
		max-width: 300px;
		height: auto;
		padding: 0;
		margin: 0 auto;
	}
	.v-product .v-conAd li dl dt {
		width: 89%;
		max-width: 335px;
	}
	
	.v-product .v-conAd li dl dd h3 {
	    font-size: 24px;
	    line-height: 46px;
	}
	
	.v-product .v-conAd li dl dd p {
		font-size: 16px;
	    line-height: 26px;
	    width: auto;
	}
	
	.v-product .v-conAd li dl dd a {
		margin: 30px 0;
	}
}


/* 2018-12-25 */
.con-pc {
	width: 100%;
	padding-bottom: 10px;
}

.con-pc dd {
	padding: 0px;
}

.con-pc .new-con-text {
	font-size: 4vw;
	margin: 10px 0 25px;
}
.con-pc .new-logo-text, .con-pc-text {
	font-size: 12px;
}
.con-pc .new-logo-text {
	line-height: 24px;
	letter-spacing: 5px;
}

.setMargin {
	margin: 25px 0 60px;
}

.con-pc .m-exp {
    width: 145px;
    font-size: 16px;
    line-height: 35px;
}






