

@font-face{
	font-family: roman;
	src: url("https://www.heyangkeji.com/tpl/web/font/Times-New-Roman.fon");
}

/*-- 全局reset
-------------------------------------------*/

html, body, div,
h1, h2, h3, h4, h5, h6,
hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, form, fieldset, object, code,
legend, button, input, textarea, label,
th, td, a, img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
.clear{
	clear: both;
}
body {
    font: 16px "Microsoft Yahei";
    color: #333;
}

/*清除内外边距*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
	font-family: "Microsoft Yahei";
}

/*设置默认字体*/
:focus {
    outline: 0;
}

ul,
ol {
    list-style: none;
}

/*重置列表*/
fieldset, img {
    border: 0 none;
    vertical-align: top;
}

/*重置图片元素*/
address, caption, cite, code, dfn, em, i, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

code, kbd, samp, tt {
    font-size: 100%;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
    *font-size: 100%;
    outline: none;
}

/*
form label {
    cursor: pointer;
}
*/

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*重置表格*/
blockquote, q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;

}

a:hover {
    text-decoration: none;
}

a.special,
.special a {
    color: #1eb37b;
}

a.special:hover,
.special a:hover {
    color: #1eb37b;
    text-decoration: none;
}

/*--清除浮动
-------------------------------------------*/
.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.cf:after,
.clearfix:after {
    clear: both;
}

.cf,
.clearfix {
    clear: both;
    *zoom: 1;
}

/*-- 字号、颜色、外边距、内补丁、居中、行高、显示、隐藏
--------------------------------------------------------------------------*/
.c-333 {
    color: #333;
}

.c-666 {
    color: #666;
}

.c-999 {
    color: #999;
}

.c-green {
    color: #1fb079;
}

.c-orange {
    color: #fc714c;
}

.c-reg {
    color: #d90106;
}

/* 字号 */
.f9 {
    font-size: 9px;
    -webkit-text-size-adjust: none;
}

.f12,
.fb12 {
    font-size: 12px;
}

.simsun {
   font-family: "Microsoft Yahei";
}

.f14,
.fb14 {
    font-size: 14px;
}

.f16,
.fb16 {
    font-size: 16px;
}

.f18,
.fb18 {
    font-size: 18px;
}

.f20,
.fb20 {
    font-size: 20px;
}

.fb,
.fb12,
.fb14,
.fb16,
.fb18,
.fb20 {
    font-weight: 700;
}

/* 隐藏 居中 */

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.show {
    display: block;
}

.hide {
    display: none !important;
}

/*文字隐藏,省略号*/
.ti,
.te {
    white-space: nowrap;
    overflow: hidden;
}

.ti {
    text-indent: -999em;
}

.te {
    text-overflow: ellipsis;
}


/*自己开始*/
.wrap{
	width: 90%;
	margin: 0 auto;
}
.wrap02{
	width: 1360px;
	margin: 0 auto;
}

/*====================头部开始*********/
.header{
	width: 100%;
    z-index: 999;
    height: 90px;
	background: rgba(255,255,255,.9);
    position: fixed;
    left: 0;
    top: 0;
	box-shadow: 0 8px 8px rgba(0,0,0,.05);
}
.header01{
	
}

/*logo*/
.h_logo{
	margin-top: 17px;
	width: 20%;
}
.h_logo a img{
	display: block;
	float: left;
}
/*logoend*/

/*右侧导航*/
.h_logoright{
	width:80%;
}

/*语言*/
.yuyan{
	float: right;
}
.yuyan a{
	display: block;
	line-height: 90px;
	font-size: 16px;
	font-weight: 700;
	float: left;
	padding: 0 8px;
}
/*右侧导航end*/

/*导航*/
.h_toubu{
	float: right;
}
.header .nav{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: 40px;
	display: block;
}
.header .navbar_nav li{
	float:left;
	position: relative;
	display: block;
	}
.header .navbar_nav li:after{
	content: " ";
	display: block;
	width: 1px;
	height: 14px;
	background: #ddd;
	position: absolute;
	right: 0;
	top: 43%;
}
.header .navbar_nav li:last-child:after{
	display: none;
}
.header .navbar_nav li.active:after{
	display: none;
}
.header .navbar_nav li a{
	text-decoration: none;
	height: 100%;
	padding: 0 27px;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #666;
	font-size: 14px;
	line-height: 90px;
}
.header .navbar_nav li:hover a{
	color: #fff;
	background: #0071c1;
}
.header .navbar_nav li.active a{
	color: #fff;
	background: #0071c1;
}
.header .navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}
.header .navbar_nav li.dropdown .dropdown_menu{
	display: none;
	position: absolute;
	top:90px;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 120%;
    left: -10%;
	z-index: 9;
}
.header .navbar_nav li.dropdown .dropdown_menu a{
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	margin-bottom: 2px;
	border-radius: 0;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu{
	display: block;
	background: #f3f3f3;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a{
	color: #666;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	color: #fff;
	background: #333;
}



#navToggle{
	display: none;
}

.m_nav{
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
	z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}
.m_nav.open{
    transform: translateX(0);
}
.m_nav .top{
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}
.m_nav .top .closed{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float:right;
	cursor: pointer;
}
.m_nav .logo{
	width: 100%;
	margin:0 auto;
}
.m_nav .logo img{
	display: block;
	margin:30px auto;
}
.m_nav .ul{
	margin-top: 30px;
	    width: 100%;
    display: block;
}
.m_nav .ul li{
	padding: 0 20px;
	    display: block;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav.open .ul li{
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a{
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%;
}
.m_nav .ul li .dropdown_menu{
	display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu{
	display: block;
}
.m_nav .ul li .dropdown_menu a{
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
	font-size: 1em;
}
.m_nav .ul li .dropdown_menu a:last-child{
	border: none;
}
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}

/*网站底部*/
.footer{
	background: #0062a8;
	padding: 70px 0 0 0;
	overflow: hidden;
	clear: both;
}
.foot01{
	overflow: hidden;
}
.foot-left{
	width:45%;
	float: left
}

.footlist{
	width: 33%;
	float: left;
}
.footlist p{
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	padding-bottom: 15px;
}
.ftlist a{
	font-size: 14px;
	line-height: 30px;
	display: block;
	color: #59b0ed;
white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
}
.foot-right{
	width: 50%;
	float: right;
}
.ftlogo{
	float: right;
	border-bottom: 1px solid #1e73b0;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.ftlogo span{
	font-size: 33px;
	color: #78bc27;
	font-weight: 700;
	line-height: 50px;
	padding-left: 10px;
	display: inline-block;
	padding-top: 2px;
}
.ftlogobottom{
	
}
.ftlogobottom .erweima{
	width: 18%;
	float: right;
}
.ftlogobottom .erweima img{
	width: 100%;
}
.ftyouxiang{
	width: 32%;
	float: right;
	color: #fff;
	line-height: 30px;
	padding-left: 28px;
	margin-top: 30px;
	background: url("../image/ftemali.png") no-repeat 0 5px;
}
.ftyouxiang p,.fttel p{
	font-size: 16px;
}
.fttel{
	width: 32%;
	float: right;
	color: #fff;
	line-height: 30px;
	padding-left: 28px;
	margin-top: 30px;
	background: url("../image/fttel.png") no-repeat 0 5px;
}
.ftwen{
	padding: 20px 0;
	font-size: 12px;
	margin-top: 35px;
	border-top: 1px solid #1e73b0;
	color: #59b0ed;
	text-transform: uppercase;
	font-family: "Microsoft Yahei";
	clear: both;
}
.ftlink{
	line-height: 24px;
}
.ftlink span{
	color: #78bc27;
}
.ftlink a{
	padding: 0 3px;
}
.ftwen a{
	color: #59b0ed;
}
/*网站底部end*/


/*虚拟货币*/
.shilihezuo{
	background: url("../image/hezuobj.jpg") no-repeat center top;
	height: 450px;
	overflow: hidden;
}
.shilihezuo .wen p{
	font-size: 22px;
	color: #fff;
	display: block;
	width: 65%;
	line-height: 40px;
	padding-top: 100px;
	margin-bottom: 30px;
}
.shilihezuo .pic{
	display: block;
	width: 65%;
}
.shilihezuo .pic img{
	display: block;
	margin:0 10px 10px 0;
	float: left;
}
@media screen and (max-width: 1812px){
	.header .navbar_nav li a{
		padding: 0 20px;
	}
}
@media screen and (max-width: 1632px){
	.header .navbar_nav li a{
		padding: 0 15px;
	}
}
@media screen and (max-width: 1512px){
	.header .navbar_nav li a{
		padding: 0 10px;
	}
}
@media screen and (max-width: 1500px){
	.wrap{
		width: 90%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 1440px){
	.header .navbar_nav li{
		margin: 0;
	}
	.header .navbar_nav li a{
		padding: 0 8px;
	}
}
@media screen and (max-width: 1388px){
	.header .navbar_nav li{
		margin: 0;
	}
	.header .navbar_nav li a{
		padding: 0 5px;
	}
}
@media screen and (max-width: 1360px){
	.header{
		
	}
	
	.bonav a{
		margin-left: 20px;
	}
	.wrap02{
		width: 90%;
	}
	.shilihezuo .pic{
		width: 75%;
	}
	.shilihezuo .pic img{
		width: 18%;
	}
	.cndns-right {
    display: none;
}
}
@media screen and (max-width: 1260px){
	
	.ftlogo span {
    font-size: 24px;
}
	.h_logo .wen{
		display: none;
	}
	.h_logo a p{
		border-right: none;
	}
	a.botel {
    background-size: 95%;
    margin-top: 8px;
		width: 25px;
		height: 25px;
		overflow: hidden;
}
	.boyoujian{
		display: none!important;
	}
	.yuyan{
		display: none;
	}
	.shilihezuo .wen p {
    font-size: 20px;
    color: #fff;
    display: block;
    width: 80%;
    line-height: 35px;
    padding-top: 80px;
    margin-bottom: 30px;
}
	.ftlogobottom .erweima{
		display: none;
	}
	.ftyouxiang,.fttel{
		width: 50%;
	}
	
}

@media screen and (max-width: 1060px){
	.yuyan{
		display: block;
	}
	.toptel {
    float: right;
    margin-right: 0px;
		margin-top: 15px;
}
	.h_logoright{
		width: 30%;
		margin-right: 30px;
	}
	a.boyoujian img{
		width: 23px;
	}
	.boyoujian{
		display: block!important;
	}
	
	.m_nav .ul li a{
		font-size: 1em;
	}
.h_logo .wen p {
    font-size: 27px;
	padding-top: 3px;
}

	.h_toubu{
		width: 5%;
		position: absolute;
		top: 8px;
		right: 0;
		background: none;
	}
	.header01{
		height: 90px;
	}
	.h_logo {
		margin-top: 15px;
}
	.h_logo a img {
    height: 55px;
    display: block;
    float: left;
}
	.h_logo a p{
		font-size: 26px;
	}
	.header #navToggle {
		height: 100%;
		padding: 9px 15px;
		margin-right: 15px;
		margin-top:7px;
		display: inline-block;
		float: right;
	}
	.header #navToggle span {
		position: relative;
		width:24px;
		height: 2px;
		margin-top: 19px;
	}
	.header #navToggle span:before,
	.header #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 2px;
		left: 0;
	}
	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #333;
	}
	.header.on #navToggle span,
	.header.on #navToggle span:before,
	.header.on #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #111;
	}
	
	.header #navToggle span:before {
		top: 8px;
	}
	.header #navToggle span:after {
		bottom: 10px;
	}
	.header #navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}
	.header #navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.header #navToggle.open span {
		background: none;
	}
	.header #navToggle.open span:before,
	.header #navToggle.open span:after {
		background: #4f4f4f;
	}
	
	.header .nav{
		display: none;
	}
	.footnav .navtit{
		display: none;
	}
	.bonav{
		width: 100%;
	}
	.foot{
		padding: 30px 0 0 0;
	}
	.footnav{
		display: none;
	}
	.bocontact {
    overflow: hidden;
    padding: 30px 0 25px;
}
	.erweima{
		width: 50%;
	}
	.erimg{
		width: 30%;
	}
	.erimg img{
		width: 100%;
	}
	.contel{
		margin: 0 2%;
		width: 60%;
		text-align: right;
	}
	.contel a{
		text-align: left;
		    right: -94px;
	}
	.coadd {
    margin: 25px 0;
}
	.contel span{
		font-size: 24px;
	}
	.footlianxi{
		width: 80%;
	}
	.footerweima{
		width: 20%;
	}
	.foot02{
		line-height:22px;
		padding: 15px 0;
	}
}
@media screen and (max-width: 860px){
	.shilihezuo{
		display: none;
	}
	.shilihezuo .wen p{
		width: 100%;
		font-size: 18px;
		line-height: 30px;
		padding-top: 0;
	}
	.shilihezuo .pic{
		width: 100%;
	}
	.shilihezuo .pic img{
		margin: 0 5px 5px 0;
		width: 24%;
	}
	.shilihezuo{
		padding: 50px 0;
		height: auto;
	}
	.foot-right{
		display: none;
	}
	.foot-left{
		width: 100%;
	}
}
@media screen and (max-width: 768px){
	.header01{
		height: 90px;
	}
	.header #navToggle {
    margin-top: 8px;
}
	a.boyoujian{
		padding-left: 10px;
		margin-left: 10px;
	}
	.h_logoright {

}

}
@media screen and (max-width: 640px){
	
	.foot-right{
		    display: block;
            width: 100%;
            float: none;
	}
	.foot-left{
		width: 100%;
	}
     .ftlogobottom .erweima {
    display: block;
    float: none;
    margin: auto;
    width: 50%;
    }
}
@media screen and (max-width: 560px){
	.header{
		height: 60px;
	}
	.header01{
		height: 60px;
	}
	.h_logo{
		margin-top: 10px;
		width: 30%;
	}
	.h_logo a img {
    height: 40px;
}
	.yuyan a{
		line-height: 60px;
		font-size: 14px;
	}
	.h_logoright {
   width: 40%;
    margin-right: 23px;
}
	.h_logo a p {
    font-size: 20px;
}

	.header #navToggle {
    margin-top: 0px;
		    padding:9px 15px;
		margin-right: 0;
}
	.foot01 {
    padding: 30px 0;
    overflow: hidden;
}
	.footlianxi .main {
    padding: 15px 0 0 0;
}
	.footlianxi .main p{
		line-height: 24px;
	}
	.footlianxi .dizhi p{
		    width: 83%;
		line-height: 24px;
	}
	.contactnr{
		width: 100%;
	}
	.h_logo .wen{
		display: none;
	}
	.h_toubu {
    width: 13%;
    position: absolute;
    top: 3px;
    right: 0;
}

	.ftnav{
		display: none;
	}
	.ftwen{
		line-height: 20px;
		padding-top: 15px;
		margin-top:0;
	}
	.footer{
		padding-top: 20px;
	}
}
@media screen and (max-width: 560px){
	
	
}
