@charset "utf-8";
/*CSS reset*/
*{margin:0;padding:0; box-sizing: border-box;}
body{margin:0;padding:0; font-family:"Microsoft Yahei"; font-size:16px; line-height:1.5; cursor:default; color:#333;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;border:none;}
img{max-width: 100%;}
ul,li,dl ,dt,dd ,ol,p,img{ list-style: none;border: none; vertical-align:middle;}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:normal;font-weight:normal;}
del,ins{text-decoration:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}
button,input,select,textarea{font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
a{text-decoration:none; outline:none; color:#333;}
a:hover{ text-decoration:none;}
a:active{outline: none;star:expression(this.onFocus=this.blur());}
i{font-style:normal}
button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}
figure{margin:0}
.clearfix:before, .clearfix:after{content:"";display:table;}
.clearfix:after {clear:both;}
.clearfix { *zoom:1;}
.clear{ clear:both;}
.fl{ float: left;}
.fr{ float: right;}

body{ background: #ffffff}
.conbgbox{ width:100%; height:auto; background: url(/images/qdgjbg.jpg) no-repeat top center; }
.contantbox{width: 1400px; margin:0 auto;}
.cengdiv{ height:605px;}
.daoyu{ height:234px; background:url(/images/qdgj_dybg.png) no-repeat; padding:0 30px;}
.daoyu p{ font-size:18px; line-height:40px; padding-top:80px; text-indent:2em; display:block;}
.qdgjbox{ height:745px; background:url(/images/qdgj_mainbg.jpg) no-repeat; padding:60px 70px; margin-top:50px; }
.qdgjlist{ padding-top:30px;}
.qdgjlist ul{display:flex;justify-content: space-between;}
.qdgjlist ul li{ width:154px; height:410px;}
.qdgjlist ul li:nth-child(2),.qdgjlist ul li:nth-child(6){ margin-top:60px;}
.qdgjlist ul li:nth-child(3),.qdgjlist ul li:nth-child(5){ margin-top:120px;}
.qdgjlist ul li:nth-child(4){ margin-top:180px;}
.qdgjlist ul li img{ border-radius:6px;}

@media only screen and (max-width: 680px){
    .conbgbox{ background: #ffffff url(/images/qdgjbg.jpg) no-repeat top center; background-size: contain;}
	.cengdiv{ height:125px;}
	.contantbox{width: 96%; margin:0 auto;}
	.daoyu{ height:auto; background:#e1f1ff; border:1px solid #81c4ff; padding:10px; border-radius:10px;}
	.daoyu p{ font-size:14px; line-height:26px; padding-top:0px; text-indent:2em; display:block;}
	.qdgjbox{ height:260px; background:url(/images/qdgj_mainbg.jpg) no-repeat; background-size: contain; padding:10px 10px; margin-top:20px; }
	.qdgjlist{ padding-top:10px;}
	.qdgjlist ul{display:flex;justify-content: space-between;}
	.qdgjlist ul li{ width:13%; height:100px;}
	.qdgjlist ul li:nth-child(2),.qdgjlist ul li:nth-child(6){ margin-top:10px;}
	.qdgjlist ul li:nth-child(3),.qdgjlist ul li:nth-child(5){ margin-top:20px;}
	.qdgjlist ul li:nth-child(4){ margin-top:30px;}
	.qdgjlist ul li img{ border-radius:6px;}
}