﻿@charset "utf-8";
/*共用css，模板里只能模板设计小组人员才能修改*/
/*模板设计小组人员修改以后注意本地备份一下*/
/*最新更新人员：胡平2016-08-28*/
/*初始化*/
html,body,div,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd,p,blockquote,pre,form,fieldset,table,th,td,span,input,textarea {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 1.3rem;
}

li,ol {
    list-style: none;
}

i,em {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #666;
}

a:hover {
    color: #666;
}

.f-fl{ float:left;} /*左浮动*/
.f-fr{ float:right;} /*右浮动*/

.g-ft{margin-top:2.5rem;}
/*input,textarea {-webkit-appearance: none;}*/

html {
    font-size: 10px;
    -webkit-text-size-adjust: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

@media screen and (min-width:320px) {
    html {
        font-size: 10px;
    }
}

@media screen and (min-width:360px) {
    html {
        font-size: 11.25px;
    }
}

@media screen and (min-width:375px) {
    html {
        font-size: 11.7px;
    }
}

@media screen and (min-width:384px) {
    html {
        font-size: 12px;
    }
}

@media screen and (min-width:480px) {
    html {
        font-size: 15px;
    }
}

@media screen and (min-width:414px) {
    html {
        font-size: 13px;
    }
}

@media screen and (min-width:560px) {
    html {
        font-size: 17.5px;
    }
}

@media screen and (min-width:640px) {
    html {
        font-size: 20px;
    }
}


/* -- 整体布局 -- */

html {
    min-width: 320px;
    max-width:640px;
    color: #666;
}

input textarea {
    font-family: "Microsoft YaHei"
}

body {
    font-family: "Microsoft YaHei", Helvetica, STHeiTi, sans-serif;
    font-size: 1.3rem;
   /* line-height: 2.4rem;*/
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    border: 0;
}

.blk-main .clearlist {
    clear: both;
    height: 0;
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    float: none;
}


/*表单提交隐藏域*/

.hiddendata {
    display: none;
}


/*版块模板共用样式*/

.nodata {
    height: 3rem;
    line-height: 3rem;
    text-align: left;
    clear: both;
    padding: 0.5rem 3% 0;
}

.m-describe {
    background: #faf9f8;
    border: 1px solid #d3d3d3;
    color: #333;
    margin: 0 auto 1.75rem;
    width: 93.75%;
    overflow: hidden;
    padding: 0.7rem;
}


.blk {
    background: #fff;
    display: inline-block;
    width: 100%;
    margin-bottom: 1rem
}

.p-trbl {
    padding: 1rem;
}

.p-trl {
    padding: 1rem;
    padding-bottom: 0;
}

.blk-main.ml0 {
    margin-left: 0;
}

.blk-main.listclear {
    clear: both;
    height: 0;
    line-height: 0;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
}


/*m2模板共用样式*/

.m2-title-1 {
    height: 3.6rem;
    line-height: 3.6rem;
    padding-left: 1rem;
    background: #f1f1f1;
    font-size: 1.4rem;
    color: #272b34;
    border-bottom: 1px solid #ccc;
}


/*分页*/

.m2-page {
    margin-bottom: 2rem;
    text-align: center;
}


/* 底部间距20px*/

.m2-page .laypage_next,
.m2-page .laypage_prev {
    border-radius: 0.5rem;
    display: inline-block;
    height: 2.55rem;
    line-height: 2.55rem;
    text-align: center;
    width: 25%;
    background-color: #8e4ea4;
    color: #fff;
    padding: 0;
}


/*上一页样式*/

.m2-page p,
.m2-page .laypage_curr {
    width: 10%;
    display: inline;
    margin: 0 1rem;
}

.m2-page .m2-pager-select {
    display: inline-block;
    padding: 0 2rem;
    margin: 0 15rem;
    width: 10%;
    height: 3rem;
    line-height: 3rem;
    position: relative;
    top: 1rem;
}

.m2-page .m2-page_number {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-radius: 0.5rem;
    box-shadow: 0 0 0.5rem #333 inset;
    text-indent: -1rem;
}

.m2-page .m2-page_number:before {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    border-top: 0.5rem solid #aaa;
    border-left: 0.5rem solid rgba(0, 0, 0, 0);
    border-right: 0.5rem solid rgba(0, 0, 0, 0);
    left: 50%;
    margin-left: 1.5rem;
    top: 1.2rem;
}

.m2-page .m2-pager-select .m2-page_number span {
    padding: 0 0.2rem;
    font-weight: bold;
}

.m2-page .select_box {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    text-align: center;
}

.m2-page a {
    background-color: #8e4ea4;
    color: #fff;
}

.m2-page .z-noc {
    background-color: #8e4ea4;
    color: #8742a7;
}


/*m3分页*/

.m3-fy-1 {
    width: 93.75%;
    text-align: center;
    margin: 1rem auto 0;
}

.m3-fy-1 a {
    display: inline-table;
    vertical-align: top;
    width: 28%;
    height: 2.6rem;
    line-height: 2.6rem;
    border: 1px solid #00d0b1;
    box-sizing: border-box;
    color: #00d0b1;
}

.m3-fy-1 a:hover {
    color: #00d0b1;
}

.m3-fy-1 p {
    display: inline-block;
    line-height: 3rem;
    height: 3rem;
    padding: 0 1rem;
}

.m3-fy-1-tb {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 3;
    display: none;
}

.m3-fy-2 {
    width: 84.37%;
    height: 80%;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    position: fixed;
    top: 10%;
    left: 8%;
    overflow: hidden;
    z-index: 44;
    display: none;
}

.m3-fy-2-txt {
    width: 100%;
    height: 80%;
    text-align: left;
    margin-bottom: 2rem;
    overflow-y: auto;
}

.m3-fy-2-txt ul {
    width: 93.75%;
    height: 100%;
    overflow: auto;
    margin: 0 auto;
}

.m3-fy-2-txt li {
    height: 4.4rem;
    font-size: 1.4rem;
    line-height: 4.4rem;
    color: #666;
    border-bottom: 1px solid #f8f8f8;
    position: relative;
}

.m3-fy-2 a {
    width: 30%;
    height: 4.3rem;
    font-size: 1.4rem;
    line-height: 4.3rem;
    margin: 0 0.6rem;
    display: inline-block;
    border: 1px solid #f5f5f5;
    margin-bottom: 1.5rem;
}

.m3-fy-2-txt2 {
    width: 100%;
    height: 4.3rem;
    padding-bottom: 1rem;
}

.m3-fy-2-txt li:after {
    content: '';
    display: block;
    width: 1.65rem;
    height: 1.65rem;
    border: 0.35rem solid #ebebeb;
    border-radius: 100%;
    background: #ebebeb;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -0.8rem;
    box-sizing: border-box;
}

.m3-fy-2 .m3-fy-2-txt-d1:after {
    background: #00d0b1;
}

.m3-section {
    padding-bottom: 1.5rem;
    background: #fff;
}


/*m4模板共用样式*/

.m4-title1 {
    line-height: 3rem;
    font-size: 1.5rem;
    padding: 0.4rem 0;
    color: #3b3e3d;
    margin-bottom: 1.2rem;
    border-bottom: solid 1px #ccc;
}

.m4-blk {
    padding: 0 3%;
    box-sizing: border-box;
}

.m4-page {
    font-size: 1.3rem;
    text-align: center;
    display: block;
    padding: 1rem 0;
    clear: both;
    white-space: nowrap;
}

.m4-page p {
    display: inline-block;
    margin: 0 1rem;
}

.m4-page a {
    box-sizing: border-box;
    line-height: 2.5rem;
    margin: 0 0 0 0.3rem;
    display: inline-block;
    color: #13a0b2;
    padding: 0 1rem;
    background-color: #fff;
    border: 1px solid #13a0b2;
    border-radius: 5px;
}

.m4-page a.cur {
    background: #1c907b;
    color: #fff;
}


/*m5模板共用样式*/

.m5-title-1 {
    height: 3.6rem;
    line-height: 3.6rem;
    padding-left: 1rem;
    background: #f1f1f1;
    font-size: 1.5rem;
    color: #272b34;
    border-bottom: 1px solid #ccc;
}

.m5-page {
    margin-bottom: 2rem;
    text-align: center;
}


/* 底部间距20px*/

.m5-page .laypage_next,
.m5-page .laypage_prev {
    border-radius: 0.5rem;
    display: inline-block;
    height: 2.55rem;
    line-height: 2.55rem;
    text-align: center;
    width: 25%;
    background-color: #8e4ea4;
    color: #fff;
    padding: 0;
}


/*上一页样式*/

.m5-page p,
.m5-page .laypage_curr {
    width: 10%;
    display: inline;
    font-size: 1.6rem;
    margin: 0 1rem;
}

.m5-page .m5-pager-select {
    display: inline-block;
    padding: 0 2rem;
    margin: 0 15rem;
    width: 10%;
    height: 3rem;
    line-height: 3rem;
    position: relative;
    top: 1rem;
}

.m5-page .m5-page_number {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-radius: 0.5rem;
    box-shadow: 0 0 0.5rem #333 inset;
    text-indent: -1rem;
}

.m5-page .m5-page_number:before {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    border-top: 0.5rem solid #aaa;
    border-left: 0.5rem solid rgba(0, 0, 0, 0);
    border-right: 0.5rem solid rgba(0, 0, 0, 0);
    left: 50%;
    margin-left: 1.5rem;
    top: 1.2rem;
}

.m5-page .m5-pager-select .m5-page_number span {
    padding: 0 0.2rem;
    font-weight: bold;
}

.m5-page .select_box {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    text-align: center;
}

.m5-page a {
    background-color: #8e4ea4;
    color: #fff;
}

.m5-page .z-noc {
    background-color: #8e4ea4;
    color: #8742a7;
}


/*详情页图片自适应*/

.endit-content img {
    max-width: 100% !important;
    height: auto !important;
}
/*详情内容关键字飘红加粗*/

.endit-content a {
    color: red;
    font-weight: bold;
}
/*详情内容关键字加VI色*/


/*.endit-content a{color: #000000;font-weight:bold;}*/
 

.endit-content p {
    padding-bottom: 1rem;
}

.endit-content {
    font-size: 1.3rem;
}

.endit-content h1 {
    font-size: 1.6rem;
}

.endit-content h2 {
    font-size: 1.5rem;
}

.endit-content h3 {
    font-size: 1.4rem;
}

.endit-content h4 {
    font-size: 1.3rem;
}

.endit-content h5 {
    font-size: 1.2rem;
}

.endit-content h6 {
    font-size: 1.2rem;
}



/*详情页图片自适应*/

.endit-content2 img {
    max-width: 100% !important;
    height: auto !important;
}/*详情内容关键字飘红加粗*/

.endit-content2 a {
    color: red;
    font-weight: bold;
}
/*详情内容关键字加VI色*/


/*.endit-content2 a{color: #000000;font-weight:bold;}*/
 

.endit-content2 {	
    font-size: 1.4rem;
	line-height: 2.2rem;
	color: #494949;
  	text-align: justify;
}

.endit-content2 p { 
    margin-bottom: 1.8rem;
} 




.endit-content2 h1 {
    font-size: 1.6rem;
}

.endit-content2 h2 {
    font-size: 1.5rem;
}

.endit-content2 h3 {
    font-size: 1.4rem;
}

.endit-content2 h4 {
    font-size: 1.3rem;
}

.endit-content2 h5 {
    font-size: 1.2rem;
}

.endit-content2 h6 {
    font-size: 1.2rem;
}

/*表单弹框*/

.nsw-modal {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

.modal-dialog {
    position: absolute;
    ;
    top: 50%;
    left: 0;
    margin-top: -5rem;
    width: 100%;
    min-height: 10rem;
    color: #000000;
    z-index: 99998;
    overflow: hidden;
}

.modal-dialog .css-icon {
    background-image: url("../images/modal-icons2.png");
    background-size: 3.15rem 7.5rem;
    background-repeat: no-repeat;
}

.modal-dialog .modal-head {
    display: none;
    height: 30px;
    line-height: 30px;
    padding: 0px 20px;
    background: #F6EFEF;
    font-size: 14px;
}

.modal-dialog .modal-head .modal-logo {
    width: 15px;
    height: 15px;
    background-position: 1px 0px;
    margin: 8px 5px 0 0;
    float: left;
}

.modal-dialog .modal-head .close {
    float: right;
    width: 15px;
    height: 15px;
    background-position: -14px 0px;
    margin-top: 8px;
}

.modal-dialog .modal-body {
    max-width: 600px;
    min-width: 300px;
    width: 80%;
    margin: 0 auto;
    min-height: 10rem;
    background: #fff;
    border-radius: 10px;
}

.modal-dialog .modal-body .modal-body-left {
    margin: 1.5rem 0 0 4rem;
    float: left;
}

.modal-dialog .modal-body .modal-body-left .icon {
    width: 3.3rem;
    height: 3.2rem;
}

.modal-dialog .modal-body .modal-body-left .success-message {
    background-position: left bottom;
}

.modal-dialog .modal-body .modal-body-left .warming-message {
    background-position: 0px 0;
}

.modal-dialog .modal-body .modal-body-right {
    width: 64%;
    float: right;
    padding-top: 1rem;
}

.modal-dialog .modal-body .modal-body-right .close-btn {
    color: #515567;
    text-align: center;
    display: inline-block;
    height: 2.5rem;
    width: 6rem;
    font-size: 1.1rem;
    line-height: 2.5rem;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    margin-bottom: 1rem;
}

.modal-dialog .modal-body .modal-body-right p.msg-title {
    font-weight: bold;
    font-size: 1.3rem;
}

.modal-dialog .modal-body .modal-body-right p.msg {
    font-size: 1.2rem;
    color: #515567;
    margin-bottom: .5rem;
}

/*分页*/
.main-page-1 {
    height: 2.5rem;
    margin: 2rem auto;
    font-size: 1.3rem;
    line-height: 2.5rem;
    text-align: center;
}

.main-page-1 a {
    display: inline-block;
    width: 25%;
    height: 2.5rem;
    color: #fff;
    font-size: 1.3rem;
    line-height: 2.5rem;
    background: #000000;
    border-radius: .5rem;
    overflow: hidden;
    vertical-align: top;
}

.main-page-1 .laypage_curr p {
    display: inline-block;
    margin: 0 5%;
    color: #666;
    vertical-align: top;
} 

/*分页2*/
.mc-page-1 {
    height: 2.5rem;
    margin: 2rem auto 4rem;
    font-size: 1.3rem;
    line-height: 2.5rem;
    text-align: center;
}
        
.mc-page-1-pn {
    margin-top: -2.5rem;
    position: relative;
}
        
.mc-page-1-size em {
    display: inline-block;
    margin: 0 0.1rem;
}
        
.mc-page-1 a {
    display: none;
}
        
.mc-page-1-pn .page_next,
.mc-page-1-pn .page_pre {
    display: inline-block;
    width: 28%;
    height: 2.5rem;
    color: #fff;
    font-size: 1.3rem;
    line-height: 2.5rem;
    border-radius: .5rem;
    overflow: hidden;
    vertical-align: top;
    background:#000000;
    position: absolute;
    top: 0;
}
        
.mc-page-1 .page_next {
    right: 15%;
}
        
.mc-page-1 .page_pre {
    left: 15%;
}
/*m3分页*/
.mc-page-m3{
    margin-top:0;
    margin-bottom: 2rem;
}
.mc-page-2-pn {
	margin-top: -2.5rem;
	position: relative;
}
			
.mc-page-2-pn .page_next,
.mc-page-2-pn .page_pre {
	display: inline-block;
	width: 28%;
	height: 2.6rem;
	line-height: 2.6rem;
	border: 1px solid #000000;
	box-sizing: border-box;
	color: #000000;
	position: absolute;
	top: 0;
}

/*底部浮动栏样式3*/
.social_nav3{ height:55px; width:320px; position:fixed; bottom:0; left:0; z-index:999; overflow:hidden;}
/*底部浮动社交导航/电话*/
.social_nav3 .social3{display:block; width:288px; height:55px;  margin-right:18px;overflow:hidden;position:relative;}
.social_nav3 a{ height:55px; line-height:85px; font-size:13px; width:62px; display:inline-block; font-size:12px; position:absolute; z-index:11; text-align:center; color:#fff;}
.social_nav3 a.tel{ width:65px; text-indent:15px;}
.social_nav3 a.weichat{ left:74px;}
.social_nav3 a.weibo{ left:142px; }
.social_nav3 a.talk99{ left:207px;}
.social_nav3 span{display:block;width:35px;height:25px;position:absolute;top:0;z-index:10;}
.social3{background: #753b2b;}
/*底部社交-电话-动画*/
.social_nav3 span.tel{
	left:30px;
	top:5px;
	height:30px;
	background-position:3px -49px;
	animation-name: telshow;
	animation-duration: 1.0s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-name: telshow;
	-webkit-animation-duration: 1.0s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-o-animation-name: telshow;
	-o-animation-duration: 1.0s;
	-o-animation-timing-function: linear;
	-o-animation-iteration-count: infinite;
}
@keyframes telshow {
	0% {transform: rotate(0deg)}
	5% {transform: rotate(-13deg)}
	10% {transform: rotate(0deg)}
	15% {transform: rotate(-13deg)}
	20% {transform: rotate(0deg)}
	25% {transform: rotate(-13deg)}
	100% {transform: roate(0deg)}
}
@-webkit-keyframes telshow {
	0% {-webkit-transform: rotate(0deg)}
	5% {-webkit-transform: rotate(-13deg)}
	10% {-webkit-transform: rotate(0deg)}
	15% {-webkit-transform: rotate(-13deg)}
	20% {-webkit-transform: rotate(0deg)}
	25% {-webkit-transform: rotate(-13deg)}
	100% {-webkit-transform: roate(0deg)}
}
/*底部社交-微信-动画*/
.social_nav3 span.weichat{
	background-position: 6px -150px;
    background-repeat: no-repeat;
    left: 86px;
    top: 7px;
}
@keyframes xshow {0% {opacity:0;}25% {opacity:1;}50% {opacity:0;}75% {opacity:1;}100% {opacity:0;}}
@-o-keyframes xshow {0% {opacity:0;}25% {opacity:1;}50% {opacity:0;}75% {opacity:1;}100% {opacity:0;}}
@-webkit-keyframes xshow {0% {opacity:0;}25% {opacity:1;}50% {opacity:0;}75% {opacity:1;}100% {opacity:0;}}
/*底部社交-微博-动画*/
.social_nav3 span.weibo{ background-position: 1px -430px;background-repeat: no-repeat;height: 26px;left: 157px; top: 7px;}
@keyframes xshow2 {0% {opacity:0;}20% {opacity:1;}40% {opacity:0;}60% {opacity:1;}80% {opacity:0;}100% {opacity:0;}}
@-o-keyframes xshow2 {0% {opacity:0;}25% {opacity:1;}50% {opacity:0;}75% {opacity:1;}100% {opacity:0;}}
@-webkit-keyframes xshow2 {0% {opacity:0;}25% {opacity:1;}50% {opacity:0;}75% {opacity:1;}100% {opacity:0;}}
.social_nav3 span.talk99{background-position:1px -200px; background-repeat:no-repeat;left:226px; height:24px; width:26px; top:8px;}
.social_nav3 .btn{ display:block; width:32px; height:55px; position:absolute; right:0; background-position:0 -786px; }
.social_nav3 .btn2{ display:block; width:32px; height:55px; position:absolute; right:0;background-position:0 -249px; display:none;}

/*定位图片样式*/
.header .tel_bt, .title .icon, .sytitbg .icon, .probox .content ul li, .probox .content ul li ul li, .navbg, .brand_advance .yscontent h2, .social_nav3 .btn, .social_nav3 .btn2, .social3 span, .brand_advance .yscontent .telbg {
    background-image: url(/mobile/images/skins/SkinsBar3.png);
    background-size: 32px 889px;}

/*底部结束*/

/*------通用部件-----*/
/*首页标题 开始*/
.m-tit{ position:relative; text-indent:10px; height:38px; font-size:15px; line-height:38px;} /*首页产品导航样式*/
.m-tit .u-ico{ position:absolute;right:10px; top:2px; width:30px; height:38px; }  /*首页产品导航箭头样式*/
.m-tit .u-ico:before{content:""; /*配合:before这个属性，写 before的时候一定要加上去*/
	position:absolute;
	width:12px;
    height:12px;
    right:5px;
	top:12px;
	z-index:10;
	-moz-transform: rotate(45deg); /*角度45度，针对火狐浏览器写的兼容*/
	-o-transform: rotate(45deg); /*针对欧朋浏览器写的兼容*/
	-webkit-transform: rotate(45deg); /*针对苹果浏览器写的兼容*/
	transform: rotate(45deg);} /*首页产品导航箭头css3样式*/
.m-tit .u-ico:after{content:""; /*配合:before这个属性，写 before的时候一定要加上去*/
	position:absolute;
	width:12px;
    height:12px;
    right:8px;
	top:12px;
	z-index:10;
	-moz-transform: rotate(45deg);/*角度45度，针对火狐浏览器写的兼容*/
	-o-transform: rotate(45deg);/*针对欧朋浏览器写的兼容*/
	-webkit-transform: rotate(45deg);/*针对苹果浏览器写的兼容*/
	transform: rotate(45deg);} /*首页产品导航箭头css3样式*/
	
/*空白 分割样式*/
.u-empty { height:18px; }
/*空白 分割样式*/

/* 内页分页样式  */
.g-page{ margin-bottom:20px;}/* 底部间距20px*/
.g-page .u-pup,.g-page .u-pne,.g-page .u-sa{border-radius:5px;display:inline-block;font-size:1em;height: 30px;line-height: 30px; text-align: center;width:25%;} /*上一页样式*/
.g-page p{ width:10%; display: inline-block;}
.g-page .pager-select{display:inline-block;padding:0 20px; margin: 0 10px; width:10%; height: 30px; line-height: 30px; position:relative; top: 10px;}
.g-page .page_number{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events:none;  border-radius: 5px; box-shadow: 0 0 5px #333 inset; text-indent: -1em;}
.g-page .page_number:before{ width: 0; height:0; content: ""; position: absolute; border-top: 5px solid #aaa; border-left: 5px solid rgba(0,0,0,0);border-right: 5px solid rgba(0,0,0,0); left: 50%; margin-left:15px; top: 12px;}
.g-page .pager-select .page_number span{ padding: 0 2px; font-weight: bold;}
.g-page .select_box{ width: 100%; height: 100%; opacity: 0; position: absolute; z-index: 0; left: 0; top: 0; text-align: center;}
/* 内页分页样式  */


/*内页分享样式*/
.m-share{ margin-bottom:23px; font-size:13px;} /*分享间距及文字大小*/
.m-share span{vertical-align:middle; line-height:25px; float:left; margin:0 10px 0 30px;} /*分享到样式*/
.m-share .m-ico{position:relative;width:320px; margin:0 auto;} /*分享外框样式*/
.m-share a{ margin-right:10px;} /*分享图标的间距*/
/*内页分享样式*/

#content img{width:100%;display:block; margin:0 auto; max-width:560px;}

/*公共盒子公用样式*/
.g-sbox .spe2 p a:first-child{ border-top:0;} /*首页有切换效果的样式*/
.g-sbox .m-con .u-lifo{ display:block;padding:13px 35px 0 10px;height:113px; overflow:hidden; position:relative; } /*切换下面的列表样式*/
.g-sbox .m-con .u-lifo img{ float:left; display:inline; margin-right:11px;} /*切换下面列表图片样式*/
.g-sbox .m-con .u-lifo h3{ padding-right:10px; line-height:24px; height:24px; overflow:hidden; white-space:nowrap;}  /*切换下面列表标题样式*/
.g-sbox .m-con .u-lifo p{ margin:5px; font-size:12px; line-height:22px; height:65px; overflow:hidden;} /*切换下面列表描述样式*/
.g-sbox .m-con .u-lifo span,.g-bd .m-con-2 dl span{ display:block; width:9px;height:16px;position:absolute; top:57px;right:3%;}/*切换下面列表箭头样式*/
.g-sbox .m-con .u-lifo span:before,.g-bd .m-con-2 dl span:before,.g-bd .m-con.z-spe dl span:before{ content:""; /*配合:before这个属性，写 before的时候一定要加上去*/
	position:absolute;
	background:#aaaaaa;
	width:11px;
    height:11px;
    right:0;
	top:0;
	z-indx:10;
	-moz-transform: rotate(45deg);/*角度45度，针对火狐浏览器写的兼容*/
	-o-transform: rotate(45deg); /*角度45度，针对欧朋浏览器写的兼容*/
	-webkit-transform: rotate(45deg); /*针对苹果浏览器写的兼容*/
	transform: rotate(45deg);}/*切换下面列表箭头css3样式*/

.g-sbox .m-con .u-lifo span:after,.g-bd .m-con-2 dl span:after,.g-bd .m-con.z-spe dl span:after{ content:"";
	position:absolute;
	background:#fff;
	width:11px;
    height:11px;
    right:4px;
	top:0;
	z-indx:11;
	-moz-transform: rotate(45deg);/*角度45度，针对火狐浏览器写的兼容*/
	-o-transform: rotate(45deg);  /*针对欧朋浏览器写的兼容*/
	-webkit-transform: rotate(45deg); /*针对苹果浏览器写的兼容*/
	transform: rotate(45deg);} /*切换下面列表箭头css3样式*/
.g-sbox .m-con .s-babg:nth-child(2n) span:after,.g-bd .m-con-2 .s-babg:nth-child(2n) span:after,.g-bd .m-con.z-spe .s-babg:nth-child(2n) span:after{background:#fafafa;} /*切换下面列表背景颜色样式*/
.g-sbox .m-con.z-spe{ padding:5px; width:310px; line-height:22px;}/*首页切换公司动态列表样式*/
.g-sbox .m-con.z-spe a{ font-size:14px; height:33px; display:block; line-height:33px; text-indent:8px; width:100%;overflow:hidden;}/*首页切换公司动态列表链接样式*/
/*公共盒子公用样式*/

/*内页面包屑导航样式 开始*/
.m-btit {line-height: 35px; padding-left: 12px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;border-top:1px solid #d9d9d9; box-shadow:0 1px #fff; position:relative; background-color:#f6f6f6;background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #f6f6f6, #eaeaea);  /*背景渐变，针对苹果浏览器写的兼容*/
	background-image: -moz-linear-gradient(top, #f6f6f6, #eaeaea); /*背景渐变，针对火狐浏览器写的兼容*/
	background-image: -o-linear-gradient(top, #f6f6f6, #eaeaea); /*背景渐变，针对欧朋浏览器写的兼容*/
	background-image: -ms-linear-gradient(top, #f6f6f6, #eaeaea); /*背景渐变，针对手机微软浏览器写的兼容*/
	background-image: linear-gradient(top, #f6f6f6, #eaeaea); /*背景渐变，正常的写法*/
	border-bottom:1px solid #d9d9d9; } /*内页面包屑导航背景*/
.m-btit:before{content:""; /*配合:before这个属性，写 before的时候一定要加上去*/
	position:absolute;
	left:0;
	top:0;
	width:100%;
	border-top: 1px solid #fff;}	/*内页面包屑导航背景上面的线条*/
.m-btit span{ padding:0 8px; position:relative; height:100%; top:-12px; display:inline-block;}
.m-btit span:before{content:""; /*配合:before这个属性，写 before的时候一定要加上去*/
	position:absolute;
	background:#7c7c7c;
	width:8px;
    height:8px;
    left:2px;
	top:3px;
	z-index:10;
	-moz-transform: rotate(45deg); /*角度45度，针对火狐浏览器写的兼容*/
	-o-transform: rotate(45deg); /*角度45度，针对欧朋浏览器写的兼容*/
	-webkit-transform: rotate(45deg); /*角度45度，针对苹果浏览器写的兼容*/
	transform: rotate(45deg);}  /*角度45度，内页面包屑箭头样式*/
.m-btit span:after{content:""; /*配合:before这个属性，写 before的时候一定要加上去*/
	position:absolute;
	width:8px;
    height:8px;
    left:1px;
	top:3px;
	z-index:11; background-color:#f2f2f2;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#eeeeee)); /*针对苹果老式浏览器写的兼容*/
	background-image: -webkit-linear-gradient(top, #f2f2f2, #eeeeee); /*背景渐变，针对苹果浏览器写的兼容*/
	background-image: -moz-linear-gradient(top, #f2f2f2, #eeeeee); /*背景渐变，针对火狐浏览器写的兼容*/
	background-image: -o-linear-gradient(top, #f2f2f2, #eeeeee); /*背景渐变，针对欧朋浏览器写的兼容*/
	background-image: -ms-linear-gradient(top, #f2f2f2, #eeeeee); /*背景渐变，针对手机微软浏览器写的兼容*/
	background-image: linear-gradient(top, #f2f2f2, #eeeeee);  /*背景渐变，正常的写法*/
	-moz-transform: rotate(45deg); /*角度45度，针对火狐浏览器写的兼容*/
	-o-transform: rotate(45deg); /*角度45度，针对欧朋浏览器写的兼容*/
	-webkit-transform: rotate(45deg); /*角度45度，针对苹果浏览器写的兼容*/
	transform: rotate(45deg);	} /*角度45度，内页面包屑箭头样式*/
/*内页面包屑导航样式 结束*/	

/*通用弹出层背景遮罩*/
.max_bg div{ opacity:0.8;border-radius:5px;opacity:1;width:290px; border-width:5px;height:46px; font-size:13px; padding:28px 0; margin:40px auto; line-height:25px;}
.max_bg div a{ text-decoration:underline; margin-right:12px; line-height:30px;}		
.max_bg{width:100%; position:absolute; left:0; top:0; z-index:100;}
.max_bg div{ opacity:0.8;display:none; border-radius:5px;opacity:1;width:290px; border-width:5px;position:fixed; top:50%;left:50%;margin:-56px 0 0 -150px; height:46px;  font-size:13px; padding:28px 0; z-index:101}
.max_bg div a{ text-decoration:underline; margin-right:12px; line-height:30px;}
.max_bg .right{ line-height:25px; background-position:17px -1351px;  text-align:center;}
.max_bg .wrong{ background-position:17px -1426px;}
.max_bg .contapic_bg{width:100%;height:100%;margin:0 auto;background:#000;left:0;top:0;opacity:0.7;filter:alpha(opacity=70);z-index:1}	
/*通用弹出层背景遮罩*/

/*------------------*/

/* -- 内页产品导肮 -- */
.g-prn .m-con{line-height:40px;margin:5px 12px 10px 12px; font-size:14px;}
.g-prn .m-con p:first-child{ border-top:0;}
.g-prn .m-con p:last-child{ border-bottom:0;}
.g-prn .m-con p{ height:32px; line-height:32px; overflow:hidden;} 
.g-prn .m-con a{ padding:0 8px; font-size:14px;white-space:nowrap;}

/*404页面*/
.erro{ padding-bottom:40px;}
.erro .icon_404{ padding:20px 0 10px 0;}
.erro p.en{ font-size:24px;margin:10px 0 15px 0; text-align:center; line-height:35px; }
.erro p.cn{ font-size:13px; width:300px;padding-left:20px; line-height:26px; margin:10px auto;}
.erro p a{ font-size:13px;}
/*404页面*/

/*-------CSS3特效集合--------*/
@keyframes xshow {0% {opacity:0;}25% {opacity:1;}50% {opacity:0;}75% {opacity:1;}100% {opacity:0;}}
@-webkit-keyframes xshow {0% {opacity:0;}25% {opacity:1;}50% {opacity:0;}75% {opacity:1;}100% {opacity:0;}}
@keyframes xshow2 {0% {opacity:0;}20% {opacity:1;}40% {opacity:0;}60% {opacity:1;}80% {opacity:0;}100% {opacity:0;}}
@-webkit-keyframes xshow2 {0% {opacity:0;}25% {opacity:1;}50% {opacity:0;}75% {opacity:1;}100% {opacity:0;}}
@-webkit-keyframes buttonHover{0% {box-shadow:0 0 5px #808080;}50% {box-shadow:0 0 12px #808080;}100%{box-shadow:0 0 5px #808080;}}
@keyframes buttonHover{0% {box-shadow:0 0 5px #808080;}50% {box-shadow:0 0 12px #808080;}100% {box-shadow:0 0 5px #808080;}}

/* 夜间模式  */
.nightMode{ position:fixed; top:0; left:0; z-index:9999; width:100%; height:150%; background:#000;opacity:0.0;display:none; pointer-events:none;}

/* -- 定位导航 -- */
.u-mbg{ height: 100%; width: 100%; background: #000;-moz-opacity:0.6; -webkit-opacity: 0.6; opacity: 0.6; position: fixed; left: 0; top: 0; z-index: 555; display: none;}
.u-dwnav{ position:fixed; bottom:30px; left:30px; z-index: 666; padding:15px;}
.u-dwnav .ico{ width:40px; height:40px; background:#652C7F; border-radius:25px; border:4px solid #fff;-moz-box-shadow:0 0 0 2px #ececec; -webkit-box-shadow:0 0 0 2px #ececec; box-shadow:0 0 0 2px #ececec;}
.u-dwnav .ico.z-gray{ background:#808080;}
.u-dwnav .ico p{ padding:10px; width:30px;}
.u-dwnav .ico i{ width:5px; height:5px; background:#fff; border-bottom:1px solid #13322f; display:block; float:left; margin-right:3px; margin-bottom:2px;}

/*定位导航弹出*/
.u-popup{ width:155px; height:155px; border-radius:85px;  position:fixed; bottom:100px; left:80px; background:#eaeaea; border:6px solid #f2f2f2; box-shadow:inset 0 3px 3px #babcbb;z-index: 666; display: none;}
.u-popup .midline{ background:url(/mobile/Images/Index/midline.png) no-repeat left center ; width:150px; height:155px; background-size:100%; padding-left:5px;}
.u-popup .midline a { display:inline-block; text-align: center; width: 75px; float:left; height:40px; padding-top:25px; font-size:10px;}

.g-se{ padding:15px 10px;position:relative;} /*搜索布局*/
.g-se .m-ipt{margin-right:43px;}
.g-se .u-glass{ position:absolute; right:10px;top:15px; width:42px; height:30px; background:transparent; z-index:888;}
.g-se .u-bt{ width:42px; height:30px; float:right; border-radius:0 4px 4px 0;-webkit-border-radius:0 4px 4px 0; position:relative;}
.g-se .u-bt:before{content:'';display:block;width:12px;height:12px;border-radius:17px;position:absolute;right:14px;top:5px;z-index:99;} /*搜索右边的图标css3样式*/
.g-se .u-bt:after{content:'';display:block;width:4px;height:10px;border-radius:5px;border:0;position:absolute;right:12px;top:16px;z-index:99;-webkit-transform:rotate(-52deg);-o-transform:rotate(-52deg);-ms-transform:rotate(-52deg);transform:rotate(-52deg);} /*搜索右边的图标css3样式*/
.g-se .u-in{ float:right; position:absolute; z-index:100; right:10px; top:15px; width:42px; height:30px;}
.g-se .u-key{width:100%;
	height:14px;
	padding:7px 0; 
	line-height:14px; 
	border-right:0;
	border-bottom-left-radius:5px;
	border-top-left-radius:5px;
	border-bottom-right-radius:0;
	border-top-right-radius:0;
	-webkit-border-top-left-radius:5px;   /*圆角，针对苹果浏览器写的兼容*/
	-webkit-border-bottom-left-radius:5px;  /*圆角，针对苹果浏览器写的兼容*/
	-webkit-border-top-right-radius:0;  /*圆角，针对苹果浏览器写的兼容*/
	-webkit-border-bottom-right-radius:0;  /*圆角，针对苹果浏览器写的兼容*/
	text-indent:15px;
	float:left;} /*搜索中的请输入关键词样式*/


/*--------------------做单时把下面的头部和底部样式删除，换成自己写的样式，样式命名按规范命名----------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------*/


/*头部开始*/
.wrap{width:100%;overflow: hidden;}

.head2 {position: relative;z-index: 11;height:6rem;overflow:hidden; background:#e5cea4;}
.head2 .logo{ width:9.375%; float:left; margin:1.7rem 0 0 3%;}
.head2 .logo img,.head2 .menu_btn img{display:block; width:100%;}
.head2 h5{ width:41.9375%; float:left; padding:1.7rem 0 0 2%;}
.head2 h5 em{ display:block; font-weight:bold; color:#1f1a17; font-size:0.8rem; padding-top:0.2rem; line-height:1.1rem;}
.head2 h3{ width:30%; float:left;text-align:right; font-size:1.2rem; line-height:6rem; color:#452c0e; float:left;}
.head2 h3 a{ display:inline-block; color:#452c0e; padding:0 1% 0 3%; position:relative;}
.head2 h5 img{ display:block; width:16.0rem;}
.head2 .menu_btn{width:1.85rem; height:1.4rem; float:right;margin-top:2.4rem; margin-right:3%;}

.menu2 .slideMenu{ width:92%; display: none;z-index:99;position:absolute; top:6rem; right:0; transition:transform 1s;-webkit-transition:transform 1s; background:rgba(229,206,164,0.6);padding:2rem 4% 2rem 4%;}
.menu2.down .slideMenu{transform:translate3D(0,100%,0);-webkit-transform:translate3D(0,100%,0);}
.menu2 ul li {line-height:2.6rem;text-align:center;color:#333;font-size:1.1rem; background:#fff; width:40%; margin:0 auto 1.5rem; border-radius:1.5rem;}
.menu2 ul li a {font-size:1.1rem; font-family:"Microsoft Yahei"; color: #333;text-decoration: none;}
		


/*底部结束*/

.dmap{height: 20rem;position: relative; margin:1rem auto}
.miniHeader img{ float:left; width: 89px;height: 41px; padding-right:10px;}
.miniHeader strong{height: 48px;line-height: 36px;overflow: hidden;display: block;font-size: 18px; color:#b30e0a}
.miniHeader p{ line-height:24px;}
.miniHeader p span{ font-size: 14px;line-height: 24px;display: inline-block;padding-right: 14px;}
.miniHeader p span b{ font-weight: normal;color: #b30e0a;}

html {font-size: 10px;}
@media screen and (min-width: 320px) {html {font-size: 10.4px;}}
@media screen and (min-width: 360px) {html {font-size: 11.8px;}}
@media screen and (min-width: 400px) {html {font-size: 13.125px;}}
@media screen and (min-width: 440px) {html {font-size: 14.375px;}}
@media screen and (min-width: 480px) {html {font-size: 15.625px;}}
@media screen and (min-width: 520px) {html {font-size: 16.875px;}}
@media screen and (min-width: 560px) {html {font-size: 18.125px;}}
@media screen and (min-width: 600px) {html {font-size: 19.375px;}}
@media screen and (min-width: 640px) {html {font-size: 20px;}}


.g-ft{padding:0 0 4rem;background:#e5cea4 url(../images/fbag2.gif) repeat-x center top;background-size:1px 4.25rem;}
.g-ft h3{ width:4.25rem; height:4.25rem; margin:0 auto;}
.g-ft h3 img{ display:block; width:100%;}
.flx{ text-align:center; color:#333; line-height:1.7rem; font-size:1rem;}
.flx a{ color:#333;}
.flx em{ padding:0 1.2%;}
.flx p{ margin:0.2rem 0 0.2rem;}
.flx p a{ color:#333; font-size:1rem; padding:0 2%; position:relative;}
.flx p a:before{ content:""; position:absolute; top:0.4rem; right:0; width:1px; height:50%; background:#333;}
.flx p a:last-child:before{ background:none;}
.fnav{ position:fixed; bottom:0; left:0; min-width:320px; max-width:640px; width:100%; height:3.5rem; background:#333;z-index:12;}
.fnav li{ width:25%; float:left; height:3.5rem; position:relative;}
.fnav li em{ display:block; float:left; width:1.9rem; height:1.9rem; margin:0.9rem 2% 0 9%;}
.fnav li em img{ display:block; width:100%;}
.fnav li:before{ content:""; position:absolute; top:0; right:0; width:1px; height:100%; background:#585858;}
.fnav li a{ display:block;color:#fff; font-size:1rem; height:3.5rem; line-height:3.5rem; font-family:"Microsoft YaHei";}
.fnav li a:hover{ background:#9f7b50;}



.m4-curmbs-1
{
    line-height: 2.6rem;
    height: 3rem;
    color: #575757;
    padding: 1rem 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.m4-curmbs-1 a:nth-child(1)
{
    margin-left: 0;
}
.m4-curmbs-1 a
{
    color: #575757;
    margin: 0 0.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.m4-curmbs-1 a:nth-last-child(1)
{
    color: #575757;
}
.m4-curmbs-1 a.cur
{
    color: #000000;
}
