﻿@charset "utf-8";
:root {
--mainwidth: 73vw;
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:'huawen'; src:url('../fonts/华文中宋.ttf');}
*/


html{
	height:100%;
}
body{
	 background: url(../images/contact_02.jpg) repeat-y center;
	background-size:cover;
}
a {text-decoration:none;} 
a:focus,span:focus{outline:none;}
/*定义新型浏览器特性*/


::-webkit-scrollbar{width:5px;height:10px}
::-webkit-scrollbar-button:vertical{display:none}

::-webkit-scrollbar-track-piece{ background-color: rgba(255,255,255,0);}
::-webkit-scrollbar-thumb:vertical{background-color:#dfdfdf;}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#5c3d29}
::-webkit-scrollbar-corner:vertical{background-color:#5c3d29}
::-webkit-scrollbar-resizer:vertical{background-color:#5c3d29;}


/*分页样式*/
.page{
	width: 100%;
	height:auto;
	padding: 5vh 0px;
	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; padding:0px 14px;font-size:14px; margin:0px 6px; background: #f4f4f5; color:#333; -webkit-transition: all 0.4s ease-in-out;}

.page_list a:hover{ background-color:#0a50b4; color:#fff;}
.page_list a.on{background-color:#0a50b4; color:#fff;}


.clear{
	height: 0px;
	width: 0px;
	font-size: 0px;
	clear: both;
}

@media screen and (max-width:1919px)and (min-width:1440px){
:root {
  --mainwidth: 73vw;
font-size: 14px;
font-family: "微软雅黑";
}
}


@media screen and (max-width:1439px)and (min-width:1024px){
:root {
  --mainwidth: 73vw;
font-size: 12px;
font-family: "微软雅黑";
}
}


@media screen and (max-width:1023px)and (min-width:300px){
:root {
font-size: 12px;
font-family: "微软雅黑";
}
}
