﻿@charset "utf-8";

:root {

--mainwidth: 83vw;

font-size: 16px;

font-family: "微软雅黑";

}

*{

	margin:0px; 

	padding:0px;

	box-sizing:border-box;

	-moz-box-sizing:border-box; /* Firefox */

	-webkit-box-sizing:border-box; /* Safari */

	outline: 0; 

	-webkit-text-size-adjust: none; 

	-webkit-tap-highlight-color: rgba(0,0,0,0);

}



@font-face{ font-family:'din_blo'; src:url('../fonts/DINCOND-BLACK.OTF');}





html{

	height:100%;

}

body{

	

}

a {text-decoration:none;} 

a:focus,span:focus{outline:none;}

/*定义新型浏览器特性*/

::-webkit-scrollbar{width:5px;height:0px}

::-webkit-scrollbar-button:vertical{display:none}

::-webkit-scrollbar-track:vertical{background-color:black}

::-webkit-scrollbar-track-piece{background:#dedede}

::-webkit-scrollbar-thumb:vertical{background-color:#3aaddb;}

::-webkit-scrollbar-thumb:vertical:hover{background-color:#3aaddb}

::-webkit-scrollbar-corner:vertical{background-color:#3aaddb}

::-webkit-scrollbar-resizer:vertical{background-color:#3aaddb;}



/*分页样式*/

.page{

	width: 100%;

	height:auto;

	padding-top: 3vh;

	margin: auto;

	text-align: center;

}

.page_list{ display:inline-block;text-align:center; margin:auto; } 

.page_list a{display:block; float:left; height:35px;line-height:35px; font-size:1.375rem; margin:0px 10px; color:#000; -webkit-transition: all 0.4s ease-in-out;font-family: Arial; }



.page_list a:hover{  color:#eb0065; text-decoration:underline;}

.page_list a.on{  color:#eb0065; text-decoration:underline;}





.clear{

	height: 0px;

	width: 0px;

	font-size: 0px;

	clear: both;

}



.beian{

	background: url(../images/beian.png) no-repeat left;

	padding-left: 25px;

	margin-left:10px;

}



@media screen and (max-width:1919px)and (min-width:1440px){

:root {

  --mainwidth: 83vw;

font-size: 14px;

font-family: "微软雅黑";

}

}







@media screen and (max-width:1439px)and (min-width:1024px){

:root {

  --mainwidth: 83vw;

font-size: 12px;

font-family: "微软雅黑";

}

}





@media screen and (max-width:1023px)and (min-width:300px){

:root {

font-size: 12px;

font-family: "微软雅黑";

}

}

