* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Microsoft YaHei";
}

ul,ol,dl{
    list-style:none;
}

a{
    text-decoration:none !important;
}

body {
    -webkit-font-smoothing: antialiased; /* 抗锯齿 */		
    line-height:1;
}
p
{
    line-height:1.2;
    margin-bottom:0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* a标签的动态效果-------------------------*/
.shadow {
    -webkit-transition: all 300ms cubic-bezier(.455, .03, .515, .955);
    -moz-transition: all 300ms cubic-bezier(.455, .03, .515, .955);
    -ms-transition: all 300ms cubic-bezier(.455, .03, .515, .955);
    -o-transition: all 300ms cubic-bezier(.455, .03, .515, .955);
}

.shadow:hover {
    color: #FFF100;
}

/* 用于二级页面的ul li 菜单选择样式 */
.Menu_Div {
    background: #717171;
}

.Menu_ul {
    color: white;
    font-size: 18px;
    height: 65px;
    width: 70%;
    margin: 0 auto;
}

.Menu_ul li {
    display: inline-block;   
    height: 65px;
    line-height: 65px;
    text-align: center;
    margin:0 8px 0 8px;
    min-width:50px;
    padding:0 15px;
}

.Menu_ul li.active {
    background-image: url(../../images/icon/menu_ul_active.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 8px;
}

.Menu_Div .Menu_ul li {
    cursor: pointer;
}

.Menu_Div .Menu_ul .seriesClass a {
	width:100%;
	height:100%;
	display:inline-block;
    text-decoration: none;
    color: #c8c8c8;
    -webkit-transition: all 300ms cubic-bezier(.455, .03, .515, .955);
    -moz-transition: all 300ms cubic-bezier(.455, .03, .515, .955);
    -ms-transition: all 300ms cubic-bezier(.455, .03, .515, .955);
    -o-transition: all 300ms cubic-bezier(.455, .03, .515, .955);
}

.Menu_Div .Menu_ul li a:hover {
    color: #FFF100;
}


/* ↓ 用于二级页面的简易版标题 */
.cSimpleTitle_Div{
    position:relative;background:#1e1e1e;width:100%;height:150px;
}

.cSimpleTitle_Div .cSimpleTitle{
    color:#c8c8c8;font-size:24px;width:80%;position:absolute;left:10%;bottom:5%;line-height:1.2;
}

.SimpleTitle_Div .cSimpleTitle label{
    font-size:4rem;margin-bottom: 0;
}

.cSimpleTitle_Div .cSimpleTitle span:first-child{
	font-weight:600;
}

/* ----- 二次改版 -------*/
.cSimpleTitle_Div .cSimpleTitle_Outer{
	position:absolute;bottom:5%;width:100%;
}
.cSimpleTitle_Div .cSimpleTitle_Outer .cSimpleTitle_Content{
	color:#c8c8c8;font-size:38px;line-height:1.2;width:70%;margin:0 auto;margin-bottom:5px;
}
.cSimpleTitle_Content label{
	margin-bottom:0;
}

/* ↓ 用于二级页面的介绍版面的文字Div*/
.Intro_bg {
    width: 100%;
    position: absolute;
    bottom: 0;
    background:;
    /*padding-bottom: 40px;*/
}

.Intro_context {
	min-height:100px;
    width: 70%;
    color: white;
    margin: 0 auto;
    padding-top:20px;
}

.Intro_title 
{    
    font-size: 24px;
    color:#c8c8c8;
    margin-bottom:8px;
}

.Intro_subtitle {
    font-size: 24px;
    line-height: 24px;   
    margin-bottom:8px; 
    color:#c8c8c8;
}
.Intro_text
{
    font-size:13px;
    letter-spacing:1px;
    line-height:1.6; 
    color:#a0a0a0;
	margin-bottom:20px;
}

/* ↓ 用于内容标题 不嵌套DIV 宽度百分百 背景黑 */
.content_title {
    width: 100%;
    background:black;
    color:#c8c8c8;
    font-size: 24px;
    text-align: center;
    padding: 20px 0;
    line-height:1.2;
}
.content_title_keji
{
	 width: 100%;
    background:black;
    color: #c8c8c8;
    font-size: 24px;
    text-align: center;
    padding: 20px 0;
    line-height:1.2;
}

/* ↓ 用于下拉上拉隐藏Div */
.moreContent {
    width: 70%;
    margin: 0 auto;
    background-color: #232323;
    background-repeat: no-repeat;
    background-position: center center;
    height: 50px;
}

.downIcon {
    background-image: url(../../images/icon/arrow_move_down.png);
}

.upIcon {
    background-image: url(../../images/icon/arrow_up.png);
}



/* 用于三大格的产品展示 */
.OneplusProRem
{
    width:33.33%;background:none;display:inline-block;position:relative;cursor:pointer;
}
.OneplusProRem button
{
    border:0;width:16rem;height:5.2rem;position:absolute;bottom:4rem;left:50%;margin-left:-8rem;background:none;padding:0;outline:none;opacity:0;
}

.OneplusProRem button:focus{outline:0;}
 
.cActionDtl
{
     width:80%;height:100%;margin:0 auto;
}





/* 全局样式 */
.no-pointer{
	cursor:default !important;
}

.border-top-A0A0A0{
    border-top:2px solid #A0A0A0;
}

.min-height-60{
	min-height:60px;
}

.marBtm-50
{
    margin-bottom:50px;    
}
.padding-0{
	padding:0;
}
.color-white
{
    color:White;    
}
.width-70{
	width:70%;
}
.font-size-3rem
{
    font-size:3rem;
}
.font-size-2p5rem
{
    font-size:2.5rem;
}

.width80-middle{
	width:80%;
	margin:0 auto;
}
.width70-middle{
	width:70%;
	margin:0 auto;
}
.width70-middle-keji
{
	width:70%;
	margin:0 auto;
}

.bgc-black
{
    background-color:rgb(0,0,0);
}

.marBtm-10
{
    margin-bottom:10px;    
}

.marBtm-12
{
    margin-bottom:12px;    
}

.absolute-100{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

/* 文章内页 */

.article_Div{
	width:60%;height:100%;margin:0 auto;padding:50px;color:white;vertical-align: top;color:#c8c8c8;
}
.article_Div a{
	color:#c8c8c8;
}
.article_Div img{
			display:block;
			margin:0 auto;
			max-width:100%;
			margin-bottom:10px;
		}
		.article_Title{
			font-size:24px;margin-bottom:20px;text-align:center;font-weight:600;
		}
		.article_Content{
			font-size:16px;text-align: justify;letter-spacing: 1px;
		}
		.article_Content p{
			line-height:1.4;
		}		
		.newsDtl_li a{
			color:#c8c8c8;
		}

.public_moreProduct{
	cursor:pointer;margin:0 auto;background-color:#666;height:48px;color:#c8c8c8;font-size:18px;line-height:48px;text-align: center;
}
