﻿
@charset "utf-8";
/* Style Reset*/
body, div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, h2, font {
	margin: 0;
	padding: 0;
	border: 0;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}
ul, li, dl, dt, dd, ol {
	display: block;
	list-style: none;
}
img {
	border: 0;
}
.fl {
	float: left
}
.fr {
	float: right
}
.clear {
	clear: both;
	height: 0px;
	overflow: hidden
}
a {
	color: #000;
	text-decoration: none;
	outline: 0;
}
html {
	overflow-x: hidden;
}

body {
    background: #f5f5f5;
    min-width: 1340px;

	font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
}


.header-home {
    z-index: 50;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}


.header-home-area {
    padding-left: 10px;
	position: relative;
}


.header-home-logo {
	width: 600px;
    margin: 0 auto;
}

.header-home-logo img {
    width: 600px;
    height: 60px;
	margin-top: 10px;
}

.head-inner {
    width: 200px;
    height: 40%;
    top: 10%;
    border-radius: 15px;
    position: fixed;
    margin: 0 auto;
    background: #fff;
    right: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}

.head-inner-area{
	position: relative;
    padding: 0 15px;
}

.header-nav{
	position: relative;
    float: left;
	margin-top: 10px;

    width: 180px;
}
.header-nav  ul{

}
.header-nav li {
    width: 180px;
    height: 65px;
    border-radius: 10px;
    transition: color 0.15s ease-out;
}

.header-nav li:hover{
    background: #f55;
    color: #ffffff;
    transition: color 0.15s ease-out;
}
.header-nav li a:hover{
    color: #ffffff;

}


.header-nav li a {
    position: relative;
    display: inline-block;
    width: 160px;
    text-align: center;

    padding: 20px 10px;
    font-size: 16px;
    color: #333;
    border-radius: 5px;
    -webkit-transition: color 0.15s ease-out;
    transition: color 0.15s ease-out;
}




.foot {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 20px;
    height: 300px;
    border-top: 2px solid #e8e8e8;
    color: #aaa;
    border-bottom: 2px solid #e8e8e8;
    font-size: 15px;
    background: #212224;
}

.foota {
    width: 100%;
    margin: 0 auto;
    height: 265px;
    border-bottom: 1px solid #161617;
}
.foota h1{
    margin: 10px 0px;
    color: #fff;
}
.foota span{
    text-decoration: none;
    color: #8d93a1;
    line-height: 34px;
}
.footb {
	width: 1350px;
    margin: 0 auto;
	height: 50px;
	line-height: 50px;

    color: #8d93a1;
}

.headlogin{
    width: 40px;
}

.headlogin a {
    color: #000000;
    text-align: center;
    line-height: 31px;
    font-size: 13px;

}

.headrew {
    color: #000000;
    text-align: center;
    line-height: 31px;
    font-size: 13px;
}


.headrew a{
	


    color: #666;


}


.top-right {
    top: 410px;
    display: flex;
    z-index: 9999;
    width: 105px;
    right: 33px;
    position: absolute;
    height: 28px;
    padding-left: 30px;
    padding-right: 5px;
    border: 1px solid #efefef;
    background: #f8f8f8;
    border-radius: 30px;
    transition: .5s;
    outline: none;
    align-self: center;
}


.Maincontnet{
	width: 100%;

	
    background-size: cover;
	padding-top: 80px;
	min-height: 62rem;
}

.Maincontnet .bgmain{
	width: 1080px;
	margin: 0 auto;
}

.Maincontnet .bgmain .newsview .pb{
	font-size: 16px;
    line-height: 40px;
}



.mmlist{
    width: 1200px;
    margin: 0 auto;
}


.pb .pagebox img{
    width: 1000px !important;
    height: auto !important;
    margin: 0 auto;
    display: block;

}

.v_title{
    text-align: center;
    font-size: 25px;
}



.aboutbg{
    background: url(/skin/images/bg.jpg) top no-repeat #111;
    height: 300px;
    color: #c4c4c4;
    font-size: 15px;
    line-height: 30px;
}

.aboutbg h1{
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}
.aboutbg h1 span{
    font-family: Impact, Haettenschweiler, Arial Narrow Bold, sans-serif;
    color: #e2e2e2;
    font-size: 27px;
    line-height: 40px;
    height: 40px;
    margin-left: 4px;
}

.mmlist .info-box p.anchor .tximg{
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    
}