/*********************************************初始调配*******************************************************/
* { margin: 0; padding: 0;text-decoration: none;box-sizing: border-box; outline:none；}
*::-moz-focus-inner{outline:none;border: 0;}
html{overflow: auto;width: 100%;height: 100%;}
body { font-family:"微软雅黑"; color: #7d7d7d; font-size:14px; line-height:1.6;overflow-x: hidden;}
body.cur{overflow: hidden;height: 100%;position: fixed;width: 100%;top: 0;left:0}
a{color:inherit;outline: none;}
a:hover{color: #2ea657;}
li { list-style: none }
img,iframe,input{border: none;}
input{color: #545454}
input:focus{color:#7d7d7d;border: none;}
input[type="botton"]{cursor: pointer;}
input[type="reset"]{cursor: pointer;}
textarea{resize:none}
textarea:focus{color:#333;border: none;outline:none;}
table,tr,td{border-spacing: inherit;border-collapse:collapse}
.slider img{display: block;width: 100%;}
.l{float: left;}
.r{float:right;}
.imgbox img{display: block; max-width: 100%;margin: auto;}
.img-box{display: block;}
.img-box img{display: block;width: 100%;}
video{display: block;}
.show p{display: block;max-width: 100% !important;margin:0 auto !important;height: auto !important;max-height:none !important}
.show img{display: block;max-width: 100% !important;margin:0 auto !important;height: auto !important;max-height:none !important}
.wrap{padding:0 60px;box-sizing: border-box;width: 100%;max-width: 1320px;margin: auto;height: 100%;}
@media only screen and (max-width:980px) {
	.wrap{padding:0 30px;}
}
@media only screen and (max-width:480px) {
	.wrap{padding:0 20px;}
}
@media only screen and (max-width:360px) {
	.wrap{padding:0 10px;}
}