@charset "utf-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
*{
	margin:0px;
	padding:0px;
	font-family:"微软雅黑", Arial, Helvetica, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	
	
}

input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;
}
textarea {  -webkit-appearance: none;}     
html{font-size:62.5%}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
body{ 
	margin:0px auto;
	font-size:1.6rem;
	color:#333;	
	
}
::-webkit-scrollbar{display: none;}
img{border:none;}
button,submit{cursor:pointer;}

li{list-style-type:none;}
ul{list-style:none;}
i{ font-style:normal;}
a:link,a:visited{text-decoration:none;color:#333;}
a:hover{color:#195999; text-decoration:none;}
.cl{ clear:both;}
.fr{float:right}
.fl{float:left}

.mar{margin: 0px auto;}
input{outline:none;}
.trans,a{

    -webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
a.mask {
	text-decoration: none;
	overflow: hidden;
	display: block;
}
img.zoom-img:hover {
	-webkit-transform: scale(1.15);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.15);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	overflow: hidden;
}
img.zoom-img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 550ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 550ms;
}
.wap{display: none;}




.wrapper {width:1300px;margin:0 auto}
.fl {float:left}
.fr {float:right}
.clearfix:after {content:'';display:block;width:100%;height:0;overflow:hidden;clear:both}

.footer{width:100%;background: #F9F9F9;padding:65px 0;}
.footer .leftcon{line-height: 30px;font-size:13px;color: #636363;float:left;}
.footer .leftcon a{display: inline-block;width:139px;height: 32px;background: #195999;color: #fff;border-radius:5px;text-align: center;line-height: 32px;font-size:14px;margin-top:10px;}
.footer .rcon{float:right;text-align: right;margin-top:20px;}
.footer .rcon a{display: inline-block;font-size:13px;}
.footer .rcon span{font-size:13px;color: #EAEAEA;padding:0 30px;}
.footer .rcon p{display: block;text-align: right;font-size:12px;padding-top:15px;}
.box2{width:1300px;margin:0 auto;}

.pages{width:100%;float:left;text-align: center;padding:30px 0;}
.pages a,.pages span{display: inline-block;vertical-align: middle;padding:8px 15px;background: #F9F9F9;margin:0 5px;}
.pages span{background: #195999;color: #fff;}