﻿﻿/* 重置样式 */

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
    font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}

[hidefocus],
summary {
    outline: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
}

sup,
sub {
    font-size: 83%;
}

pre,
code,
kbd,
samp {
    font-family: inherit;
}

q:before,
q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label,
summary {
    cursor: default;
}

a,
button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
    font-weight: bold;
}

del,
ins,
a,
a:hover {
    text-decoration: none;
}



/* 公共样式 */

body,
textarea,
input,
button,
select,
keygen,
legend {
    font-family: "Microsoft yahei", "微软雅黑";
    color: #333;
    outline: 0;
}

body {
    background: #fff;
}

a:link,
a:visited {
    color: #fff;
    text-decoration: none;
}

a:hover,
a:active {
    color: #00a49c;
    text-decoration: none;
}



/* 函数样式  */

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.hidden {
    display: none;
}

.clearing {
    clear: both;
    width: 1px;
    overflow: hidden;
    height: 0;
}



/* 头部 */

.g-hd-inner {
    margin: 0 auto;
    /*width:980px;width:100%;*/
    width: 1000px;
    height: 107px;
}

.g-hd-edit {
    height: 100%;
}

.g-hd-sd1 {
    position: relative;
    float: left;
    width: 190px;
    margin-right: -190px;
}

.g-hd-mn1 {
    /*float:right;*/
    width: 100%;
}

.g-hd-mn1c {
    margin-left: 200px;
}

/* 头部顶部菜单 */

/*.m-hd-top{float:right;margin-top:10px;text-align:right;height:32px;font:400 12px/32px;}

.u-hd-btn{padding:4px 5px;}

a.u-username{color:#c00;text-decoration:underline;}

.u-trans{padding-right:0px;}

*/

.m-hd-top {
    float: right;
    margin-top: 10px;
    text-align: right;
    height: 32px;
    font: 400 12px/32px;
}

.u-hd-btn {
    padding: 4px 5px;
    display: inline-block;
}

a.u-username {
    color: #c00;
    text-decoration: underline;
}

.u-trans {
    padding-right: 0px;
}

#set_userbox {
    display: inline-block;
}

/* 头部自定义HTML */

.m-hd-headhtmlwrap {
    position: relative;
}

div.m-hd-headhtml {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 25px;
    left: 260px;
}



.g-hd-topmenu {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #eee;
    background: #F7F7F7;
    color: 666;
    font: 12px/150% Arial, Verdana, "\5b8b\4f53";
}

.g-hd-topmenu a {
    color: #666;
}

.f-no-rborder {
    border-right: none;
}





/* LOGO */

.m-logo {
    float: left;
    /*margin:10px 0;*/
}

.m-logo img {
    max-height: 100px;
    _height: expression(this.height > 100 ? "100px" : this.height)
}







/* 导航 */

.m-nav {
    position: relative;
    width: 700px;
    /* left:25px; FLOAT: right;  RIGHT: 0px;TOP: 0px;*/
    z-index: 2;
    overflow: hidden;
    /*width:100%;margin-top:24px;*/
}

.m-nav ul {
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-TOP: 0px;
    LIST-STYLE-TYPE: none;
}

.m-nav ul li {
    position: relative;
    WIDTH: 116px;
    FLOAT: left;
    HEIGHT: 65px;
}

.m-nav ul a {
    DISPLAY: block;
    CURSOR: pointer;
    TEXT-DECORATION: none;
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    CURSOR: pointer;
}

.m-nav ul li.u-first a {
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
}

.m-nav ul li a {
    DISPLAY: block;
    PADDING-TOP: 10px;
    HEIGHT: 55px;
    TEXT-ALIGN: center;
}

.m-nav ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.m-nav ul li ul {
    *z-index: 4;
    position: absolute;
    top: 64px;
    left: 0px;
    visibility: hidden;
    ;
    width: 116px;
}

.m-nav ul li ul.last {}

.m-nav ul li ul li ul {
    top: 0px;
    left: 115px;
}

.m-nav ul li ul.last li ul {
    left: -116px;
    width: 116px;
}

.m-nav ul ul li {
    width: 116px;
}

.m-nav ul ul li a {
    width: 116px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.u-first a {}





/*******mb1********/

.m-default .m-wg-hd {
    background: #282828;
    height: 30px;
    overflow: hidden;
}

.m-default .more {
    color: #666666;
    float: right;
    margin: 10px;
    width: 47px;
    height: 13px;
    line-height: 1000px;
}

.m-default h2 {
    margin: 0 auto;
    color: #FFF;
    font-weight: bold;
    padding: 0 8px;
    float: left;
    height: 30px;
    line-height: 30px;
}


/* 脚部 */

.g-ft {
    clear: both;
    PADDING-BOTTOM: 30px;
    PADDING-TOP: 30px;
    TEXT-ALIGN: center;
}

.g-ft-inner {
    MARGIN: 0px auto;
    WIDTH: 1000px;
    POSITION: relative;
}

.g-ft-inner a {}

.m-ft-nav {
    text-align: center;
    margin-top: 10px;
    height: 25px;
    line-height: 25px;
}

.m-ft-nav span {
    font-size: 10px;
    margin: 0px 8px;
}

.m-ft-text {
    text-align: center;
    padding: 0px 0px 5px;
}

.g-main {
    margin: 0 auto;
}

.m-ct-content {
    text-align: center;
}
﻿﻿/* 导航 */
 .navCont_s {
	width:960px;
	margin:0 0 0 120px;
}
.m-newnav {
	position:relative;
	z-index:2;
	height: 46px;
width:expression(document.body.clentWidth<=1080?"1080px":"auto");
}
.m-newnav ul li {
	position:relative;
	padding: 0 2px 0 0;
	float: left;
}
.m-newnav ul li a {
	
	text-align: center;
	height: 46px;
	line-height: 46px;
	width: 109px;
	font-family: "Microsoft yahei", "微软雅黑", Arial, Helvetica, sans-serif, "宋体";
	text-decoration:none;
	color:#6b6a6a;
}
.m-newnav ul li a:hover {
	text-decoration:none;
}
.m-newnav ul li ul {
*z-index:4;
	position:absolute;
	top:47px;    border-radius: 5px;
	left:0px;
	visibility: hidden;
	;
	width:162px;
}
.m-newnav ul li ul.last {
	left:-60px;
}
.m-newnav ul li ul li ul {
	top:0px;
	left:160px;
}
.m-newnav ul li ul.last li ul {
	left:-162px;
	width:162px;
}
.m-newnav ul ul li {
	width:162px;
}
.m-newnav ul ul li a {
	display:block;
	margin:0 auto;
	text-align:center;
}
.u-first a {
}

.m-newnav ul{
	margin-top:10px;
	}
.m-newnav .select {
                                        background: #00a49c;
                                    }

                                    .m-newnav .select a {
                                        color: #fff !important;
                                    }

                                    .m-newnav ul li .m-nav-coustom {
                                        background: #00a49c;
                                    }

                                    /**二级变色**/
                                    .m-newnav ul li ul {
                                        background: #00a49c !important;
                                    }

                                    .m-newnav ul li li a:hover {
                                        color: #fff ;
                                        background: #00a49c;
                                    }

                                    .m-newnav ul .first-li:hover {
                                        background: #00a49c;
                                    }

                                    .m-newnav ul li:hover a {
                                        color: #fff;
                                    }


                                    /*导航样式*/
                                    .m-newnav {
                                        height: 40px;
                                        margin-top: 10px;
                                    }

                                    .m-newnav .navList li {
                                        position: relative;
                                        z-index: 999;
                                        _display: inline;
                                        font-size: 18px;
                                    }

                                    /**一级菜单**/
                                    .m-newnav ul {
                                        position: relative;
                                    }


                            

                                    /**二级菜单**/
                                    .m-newnav ul li ul {
                                        width: 154px;
                                        position: absolute;
                                        top: 40px;
                                        left: 50%;
                                        margin-left: -77px;
                                        z-index: 9899;
                                        overflow: hidden;
                                        background: #000;
                                    }

                                    .m-newnav ul li ul li {
                                        width: 154px;
                                        height: 40px !important;
                                        text-align: center;
                                    }

                                    .m-newnav ul li ul li a {
                                        width: 100%;
                                        margin: 0px;
                                        height: 40px !important;
                                        line-height: 40px;
                                        color: #fff;
                                        font-size: 14px;
                                        overflow: hidden;
                                        text-align: left;
                                        text-indent: 3mm;
                                    }

                                    .m-newnav ul .first-li {
                                        width: 130px;    margin-right: 1px;
                                        border-radius: 5px; height:46px;
                                    }

                                    .m-newnav ul li ul {
                                        width: 132px;
                                        left: 50%;
                                        margin-left: -66px;
                                    }

                                    .m-newnav ul li ul li {
                                        width: 132px;
                                    }

                                    .navList a {
                                        display: inline-block;
                                        color: #fff;
                                        overflow: hidden;
                                    }

                                    .navList .last,
                                    .productNav .navCont .navList .last {
                                        background: none !important;
                                    }

                                    .navList .active,
                                    .navList a:hover {
                                        position: relative;
                                        z-index: 100;
                                    }

                                    .navList .hoverActive {
                                        position: relative;
                                        z-index: 100;
                                    }

                                    .navList .hoverActive a {
                                        background: none;
                                    }



                                    /*浮动*/
                                    .menu_fixed {
                                        position: fixed;
                                        top: 0px;
                                        left: 0;
                                        right: 0;
                                        z-index: 9999;
                                    }

                                    .menu_fixed .m-newnav {
                                        height: 70px;
                                        line-height: 70px;
                                        margin-top: 0px;
                                        background: #fff;
                                    }

                                    /*菜单总宽度*/
                                    .navCont {
                                        width: 930px;
                                        margin: 0 auto;
                                    }

                                    #coreNav {
                                        display: inline-block;
                                    }


                                    .m-newnav ul li .m-nav-coustom {
                                        position: absolute;
                                        top: 40px;
                                        display: none;
                                        text-align: left;
                                        color: white;
                                    }

                                    .m-newnav .m-nav-coustom ul,
                                    .m-newnav .m-nav-coustom ul li,
                                    .m-newnav .m-nav-coustom ul li a,
                                    .m-newnav .m-nav-coustom a {
                                        width: auto;
                                        height: auto;
                                        z-index: 0;
                                        margin: 0;
                                        padding: 0;
                                        line-height: inherit;
                                        visibility: none;
                                    }

                                    .m-newnav .m-nav-coustom a {
                                        float: none;
                                        display: block;
                                    }

                                    .m-newnav .m-nav-coustom ul,
                                    .m-newnav .m-nav-coustom ul li {
                                        position: static;
                                        top: 0;
                                        left: 0;
                                        text-align: left;
                                        display: inline;
                                    }
.m-newnav ul li .first-a{ font-size:16px;}
.mx_con .mx_card p{ color: #737373;
    line-height: 30px;
    font-size: 18px;}
	.m_foucs6_ol{ display:none;} 
.new-case{ background:#fff;}
.new-case-ul li p{ line-height:55px;}
.gengd1:hover,.gengd2:hover,.gengd3:hover{background-color: #888888 !important; }
.bo_right{ width:798px;float:left;color:#ffffff;margin-top: 60px;margin-bottom: 60px;margin-left:40px;}
.bobottom{ width:100%; background:#000000;color:#ffffff;float:left; padding-bottom:10px;}
.bobottom p{ font-size:14px;    margin-top: 10px;}
.first-li ul li a:hover{ color:#ebebeb !important;}
footer{ padding:0 !important;}

bottom_ewm{ margin-top:25px;}.bottom_img{ margin-top:30px;}
.bottom_img img{ max-width:100px; line-height:35px;}
.bottom_img p{ line-height:44px;}
.bottom_tel img { width:20px; float:left; display:block}
.bottom_tel span{ display:block; float:left;padding-left: 5px; }
.max-width1200{ width:100% !important; max-width:1200px; margin:30px auto 10px !important; }
.m-default-name{ width:1200px;border-style:none;border-width:0px;border-color:#333333;height:127px; margin: 20px auto 0;}
.m-wg-ct img{ max-width:100%;}
 	