		
/** reset the default css **/
*{
	margin:0px;
	padding:0px;
}

li{
	list-style:none;
}


a{
	text-decoration:none;
}

html,body{
	
	font-family:"微软雅黑";
	width:100%; 
	height:100%;
	margin:0px;
	padding:0px;
	outline:none; 
	border:none;
	background-color:#ededed;
}
/*************************/


/************1920*************/
.container{

	width: 100%;
	height:100%;
	margin: 0 auto;
	min-width:1160px;
	max-width:1920px;
}	



.container .navdetail{
	
	width:100%;
	background-color:#ededed;
	position:fixed;
	top:120px;
	left:0;
	z-index:100;
	font-size:16px;
	

}

.container .navdetail ul{
	
	width:100%;
}

.container .navdetail ul li{
	width:100%;
	height:auto;
	float:left;
	display:none;
	box-shadow: 0px 5px 8px #a8a8a8;
	padding-top:20px;
	padding-bottom:20px;
}

.container .navdetail ul li .lp{
	
	width:62%;
	margin-left:19%;
}

.navdetail ul li .lp .pt{
	
	width:100%;
	display:block;
	height:60px;
	line-height:60px;
	font-weight:600;
	cursor:pointer;
	color:#1d2238;
}

.navdetail ul li .lp .gofa{
	
	width:100%;
}

.navdetail ul li .lp .gocp{
	
	width:100%;
}




.navdetail ul li .lp .gofa a{
	
	width:33.333%;
	height:30px;
	line-height:30px;
	display:block;
	float:left;
	color:#1d2238;
	cursor:pointer;
}

.navdetail ul li .lp .gofa a:hover{
	color:#2bae6c;
}


.navdetail ul li .lp .gocp a{
	
	width:25%;
	height:30px;
	line-height:30px;
	display:block;
	float:left;
	color:#1d2238;
	cursor:pointer;
}

.navdetail ul li .lp .gocp a:hover{
	color:#2bae6c;
}


.navdetail ul li .lp .gonormal{
	width:100%;

}

.navdetail ul li .lp .gonormal a{
	
	display:inline-block;
	padding:25px 30px;
	font-size:16px;
	font-weight:500;
	color:#1d2238;
	cursor:pointer;
}

.navdetail ul li .lp .gonormal a:hover{
	color:#2bae6c;
}



.navdetail ul li .lp .bt a{

	font-weight:600;
	color:#2bae6c;	
}





.container .horsee{  
	
	width:400px;
	height:100px;
	border-radius:10px;
	overflow:hidden;
	position:fixed;
	bottom:10px;
	right:20px;
	box-shadow: 5px 5px 12px #c3c3c3;
	z-index:99;
	
	transition-duration:0.4s;
	-moz-transition-duration:0.4s;
	-webkit-transition-duration:0.4s;
	-o-transition-duration:0.4s;		
}

.container .versee{
	
	width:100px;
	height:400px;
	border-radius:10px;
	overflow:hidden;
	position:fixed;
	bottom:10px;
	right:20px;
	box-shadow: 5px 5px 12px #c3c3c3;
	z-index:99;	
	
	transition-duration:0.4s;
	-moz-transition-duration:0.4s;
	-webkit-transition-duration:0.4s;
	-o-transition-duration:0.4s;
	
}



.container sideps .cel1{
	background:url(https://dqkfine.oss-cn-hangzhou.aliyuncs.com/newversion/index/icon/sd1.png) no-repeat;
	background-position:center top 20px;
	text-align:center;
	color:#707070;
	font-size:14px;
	line-height:150px;
	background-size:40px 40px;
	background-color:#ffffff;
	position:relative;
	width:100px;
	height:100px;
	float:left;	
	
	
}

.container sideps .li{

	position:relative;
	cursor:pointer;
}

.container sideps .li::after{
	
	content:"";
	position:absolute;
	width:80px;
	height:1px;
	left:10px;
	bottom:0px;
	background-color:#ededed;
	display:inline-block;
	z-index:30;
}



.container sideps .cel2{
	background:url(https://dqkfine.oss-cn-hangzhou.aliyuncs.com/newversion/index/icon/sd2.png) no-repeat;
	background-position:center top 20px;
	text-align:center;
	color:#707070;
	font-size:14px;
	line-height:150px;
	
	background-size:40px 40px;
	background-color:#ffffff;

	width:100px;
	height:100px;
	float:left;
}

.container sideps .cel3{
	background:url(https://dqkfine.oss-cn-hangzhou.aliyuncs.com/newversion/index/icon/sd3.png) no-repeat;
	background-position:center top 20px;
	text-align:center;
	color:#707070;
	font-size:14px;
	line-height:150px;
	background-size:40px 40px;
	background-color:#ffffff;
	width:100px;
	height:100px;
	float:left;
}

.container sideps .cel4{
	background:url(https://dqkfine.oss-cn-hangzhou.aliyuncs.com/newversion/index/icon/sd4.png) no-repeat;
	background-position:center top 20px;
	text-align:center;
	color:#707070;
	font-size:14px;
	line-height:150px;
	background-size:40px 40px;
	background-color:#ffffff;
	width:100px;
	height:100px;
	float:left;
	cursor:pointer;
}



.headnav{
	width:100%;
	height:120px;
	position:fixed;
	top:0px;
	z-index:99;
 	min-width:1160px;
	max-width:1920px; 
	
	background-color:#ededed;
}




.headnav .nav-left{
	
	width:59%;
	height:100%;
	float:left;
	position:relative;
	z-index:2;
	
	
	background-color:#ffffff; 
	
}

.headnav .nav-left::before{
	
	content:"";
	width:130%;
	height:100%;
	position:absolute;
	z-index:-1;
	left:0px;
	top:0;

}


.headnav .nav-right{
	
	width:41%;
	height:100%;
	float:right;
	background-color:transparent;
	position:relative;
	/* overflow:hidden; */
	z-index:2;

}

.headnav .nav-right::before{
	
	content:"";
	width:120%;
	height:100%;
	position:absolute;
	z-index:-1;
	left:-20px;
	top:0;
	
	
	
	background-color:#ffffff;  
}








/*
@font-face {
  font-family: myFirstFont;
  src: url(YanShiYouRanXiaoKai-2.ttf);
}
*/


.headnav .nav-right .contactus span{
	
	float:right;
	font-family: 'Felix Titling';
	display:block;
	padding:0px 5px;
	line-height:55px;
	font-weight:bold;
	font-size:24px;
	color:#20243b;
	margin-right:10px;

}








.headnav .nav-left .logo{
	
	width:30%;
	height:100%;
	background:url(https://dqkfine.oss-cn-hangzhou.aliyuncs.com/newversion/index/icon/logo.png) no-repeat;
	background-position:center top 30px;
	background-size:180px auto;
	position:relative;
	float:left;
	cursor:pointer;
	
	/** filter:brightness(200%);   亮色 **/
	/** filter:contrast(10%);   对比度 **/
	/** filter:sepia(20%);   暖色 **/
}



.headnav .nav-left .logo p{
	
	width:100%;
	height:50px;
	text-align:center;
	position:absolute;
	left:0;
	bottom:0;
	line-height:30px;
	font-size:15px;
	font-weight:bold;
	letter-spacing: 16px;
	text-indent:15px;
	color:#20243b;
}

.headnav .nav-left .navlist{
	
	width:70%;
	height:120px;
	float:left;
	
}

.headnav .nav-left .navlist .active{
	
	position:relative;
}

.headnav .nav-left .navlist .active::before{
	
	content:"";
	width:60px;
	height:4px;
	background-color:#2bae6c;
	position:absolute;
	left:50%;
	bottom:0px;
	z-index:101;
	margin-left:-30px;
	display:block;
	border-radius:10px;
}


.headnav .nav-left .navlist ul{
	
	width:100%;
	height:120px;
	line-height:160px;	
}

.headnav .nav-left .navlist ul li{
	width:15%;
	height:120px;
	float:left;
	text-align:center;
	color:#20243b;
	font-weight:bold;
	cursor:pointer;
	font-size:18px;
}







.headnav .nav-right .contactus{
	
	width:100%;
	height:55px;
	float:right;
	margin-right:10%;
	

}



.headnav .nav-right .contactus .tosale{
	
	float:right;
	display:block;	
	color:#20243b;
	line-height:55px;
	font-weight:600;
	font-size:15px;
	cursor:pointer;
}




@keyframes rotation{
	from{ -webkit-transform:rotateY(360deg); -webkit-transform:rotateX(0deg); }
    to{ -webkit-transform:rotateY(0deg); -webkit-transform:rotateX(360deg);}
}

.headnav .nav-right .contactus .tosale i{
	
	width:55px;
	height:55px;
	background:url(https://dqkfine.oss-cn-hangzhou.aliyuncs.com/newversion/index/icon/earth.gif)center center no-repeat;
	background-size:22px 22px;
	display:block;
	float:right;

}






.headnav .nav-right .contactus .tosale:hover{
	
	color:#27a158;
}


.headnav .nav-right .contactus user{
	
	width:40px;
	height:55px;
	display:block;
	float:right;
	background:url(https://dqkfine.oss-cn-hangzhou.aliyuncs.com/newversion/index/icon/grcenter.png)center center no-repeat;
	background-size:26px 26px;
	cursor:pointer;
}

.headnav .nav-right .contactus  username{
	
	
	width:80px;
	height:55px;
	display:block;
	float:right;
	cursor:pointer;	
	line-height:55px;
	font-size:18px;
	font-weight:600;
}

.headnav .nav-right .focuspro{
	
	width:100%;
	height:65px;
	float:right;
	margin-right:10%;
	position:relative;
}



.headnav .nav-right .focuspro find{
	
	width:80px;
	height:35px;
	line-height:30px;
	float:right;
	border-radius:25px;
	margin-top:15px;
	margin-right:20px;
	background:url(https://dqkfine.oss-cn-hangzhou.aliyuncs.com/newversion/index/icon/search.png)center center no-repeat;
	background-size:28px 28px;
	cursor:pointer;
	
}




.headnav .nav-right .focuspro .searchgo{
	width:350px;
	height:105px;
	background-color:#ffffff;
	border-radius:10px;
	position:absolute;
	top:0px;
	right:calc(5% + 220px);
	z-index:9909;
	box-shadow: 6px 5px 15px #c3c3c3;
	display:none;
}





.headnav .nav-right .focuspro .searchgo spanel{
	
	width:290px;
	height:45px;
	display:block;
	margin-left:5px;
	border-bottom:1px solid #ededed;
	margin-top:8px;
	border-bottom:1px solid #b7b7b7;
	background:url(https://dqkfine.oss-cn-hangzhou.aliyuncs.com/newversion/index/icon/js.png) center left 10px no-repeat;
	background-size:25px 25px;
	float:left;
	line-height:45px;
	text-indent:40px;
}

.headnav .nav-right .focuspro .searchgo gos{
	width:50px;
	line-height:65px;
	color:#2bae6c;
	cursor:pointer;
	float:left;
}

.headnav .nav-right .focuspro .searchgo tui{
	
	display:inline-block;
	padding:2px 5px;
	border:1px solid #b7b7b7;
	margin-top:2px;
	font-size:14px;
	border-radius:8px;
	margin-left:5px;
	cursor:pointer;
}


.headnav .nav-right .focuspro span{
	float:right;
	width:150px;
	height:35px;
	line-height:30px;
	border:2px solid #37ac66;
	color:#37ac66;
	text-align:center;
	line-height:35px;
	margin-top:15px;
	border-radius:20px;
	cursor:pointer;
	font-weight:600;
	
	
}





.content7{
	
	width:90%;
	margin-left:5%;
	margin-top:80px;
 	min-width:1160px;
	max-width:1920px;   
	position:relative;	

}

.content7 .partcontent7{
	
	width:90%;
	margin-left:5%;
}

.content7 .lin{
	width:20%;
	float:left;
	
}

.content7 .lin ul{
	width:100%;
}

.content7 .lin ul li{
	width:100%;
	height:30px;
	line-height:30px;
	font-size:16px;
	cursor:pointer;
}

.content7 .lin ul li:hover {
	
	color:#2bae6c;
}
.content7 .lin span{
	
	width:100%;
	height:60px;
	line-height:60px;
	font-size:18px;
	display:inline-block;
	font-weight:550;
	
}

.content7 .lin img{
	
	width:65%;
	float:right;
}

.content7 .lin .blogo{
	
	width:100%;
	height:60px;
	background:url(https://dqkfine.oss-cn-hangzhou.aliyuncs.com/newversion/index/icon/logo.png) no-repeat;
	background-position:left top 10px;
	background-size:160px;
}

.content7 .lin .btel{
	font-size:24px;
}

.content7 .lin .qrword{
	text-align:right;
}


.content7 .webright{
	
	width:100%;
	height:100px;
	line-height:100px;
	display:block;
	text-align:center;
	margin-top:10px;
}




