@charset "UTF-8";

/*CSS重置*/

body,
html {
    margin: 0;
    padding: 0;
    font-family: Microsoft YaHei, Helvetica, STHeiti, Droid Sans Fallback;
    color: #000;
    background: #fff;
}

body {
    font-size: 12px;
    line-height: 1.5;
}

body a {
    outline: none;
}

blockquote,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    list-style: none;
}

img {
    border: none;
}

em,
i {
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover {
    color: #6c2b00!important;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.cf:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}

* html .cf {
    height: 1%;
}

* + html .cf {
    height: 1%;
}

.cf {
    display: block;
    clear: both;
}

*:focus {
    outline: none;
}

input {
    outline: none;
}

.ac {
    width: 1006px;
    margin: 0 auto;
}


/*margin-top*/

.mt0 {
    margin-top: 0;
}

.mt10 {
    margin-top: 10px;
}

.mt13 {
    margin-top: 13px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}


/*margin-left*/

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml50 {
    margin-left: 50px;
}

.ml60 {
    margin-left: 60px;
}

.ml70 {
    margin-left: 70px;
}

.ml80 {
    margin-left: 80px;
}

.ml220 {
    margin-left: 220px;
}


/*margin-bottom*/

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb220 {
    margin-bottom: 220px;
}


/*margin-right*/

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}


/*padding-left*/

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt50 {
    padding-top: 50px;
}


/*padding-bottom*/

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb50 {
    padding-bottom: 50px;
}


/*首页*/

.m-index-screen .bd {
    border: 1px solid #eaeaea;
}

.m-index-screen .bd dl {
    position: relative;
    padding-left: 80px;
    border-bottom: 1px dotted #eaeaea;
    color: #333333;
    font-size: 14px;
    line-height: 41px;
    background: #f8f8f8;
}

.m-index-screen .bd dl dt {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
}

.m-index-screen .bd dl dd {
    padding: 0 20px;
    background: #fff;
    border-left: 1px solid #eaeaea;
}

.m-index-screen .bd dl dd a {
    margin-right: 24px;
    color: #292929;
}

.m-index-screen .bd dl dd a.on,
.m-index-screen .bd dl dd a:hover {
    color: #6c2b00;
    font-weight: 700;
}

.m-index-product li {
    float: left;
    width: 324px;
    font-size: 14px;
    line-height: 22px;
    color: black;
    text-align: center;
    margin-right: 16px;
    margin-bottom: 20px;
}

.m-index-product li .img {
    width: 324px;
    height: 215px;
    border: 1px solid #eaeaea;
    position: relative;
}

.m-index-product li .img a img {
    width: 324px;
    height: 215px;
    position: absolute;
    left: 0;
    top: 0;
}

.m-index-product li .img a .nor {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.m-index-product li .img a .hor {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.m-index-product li p {
    margin: 5px 0;
}

.m-index-product li p a {
    color: black;
}

.m-index-product li span {
    display: block;
    color: #999999;
    line-height: 18px;
}

.m-index-product li:hover a .nor {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.m-index-product li:hover a .hor {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.m-index-product li:hover p a {
    color: #6c2b00;
}

.m-index-product li:hover span {
    color: #6c2b00;
}

.m-index-order-wrap {
    background: url(../images/index-order.png) repeat-x left top;
    min-width: 1006px;
}

.m-index-order {
    height: 166px;
}

.m-index-order .left {
    float: left;
    width: 477px;
    height: 129px;
    background-color: rgba(255, 255, 255, 0.6);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#66ffffff', endColorstr='#66ffffff');
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 20px;
}

:root .m-index-order .left {
    filter: none\9;
}

.m-index-order .left ul {
    margin-left: 40px;
    margin-top: 12px;
}

.m-index-order .left ul li {
    float: left;
}

.m-index-order .left ul li .img {
    height: 66px;
    width: 100px;
}

.m-index-order .left ul li .img span {
    display: table-cell;
    height: 66px;
    width: 100px;
    vertical-align: middle;
    text-align: center;
}

.m-index-order .left ul li .img span img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    display: inline;
}

.m-index-order .left ul li .img span img:hover {
    margin: -6px 0px 0 0px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.m-index-order .left ul li p {
    width: 100px;
    margin-top: 10px;
}

.m-index-order .left ul li p img {
    display: block;
    margin: 0 auto;
}

.m-index-order .left ul li em {
    height: 129px;
    width: 50px;
    display: block;
    background: url(../images/icon-tou.png) no-repeat center 20px;
}

.m-index-order .right {
    float: right;
	margin-right: 60px;
}

.m-index-order .right p {
    color: #424242;
    font-size: 18px;
    line-height: 45px;
    padding-top: 25px;
}

.m-index-order .right .inputbox .text {
    width: 228px;
    height: 37px;
    border: 1px solid #cccccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    padding: 10px;
    line-height: 17px;
    color: #666;
    margin-right: 5px;
    font-family: "Microsoft YaHei";
}

.m-index-order .right .inputbox .text:focus {
    border: 1px solid #6c2b00;
}

.m-index-order .right .inputbox .btn {
    width: 130px;
    height: 37px;
    background-color: #e41203;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    color: #f8ff34;
    font-size: 20px;
    line-height: 37px;
    text-align: center;
    vertical-align: top;
    cursor: pointer; font-family: "Microsoft YaHei";
}

.m-index-order .right span {
    display: block;
    color: #2f2f2f;
    font-size: 19px;
    line-height: 38px;
}


/*整体固体*/

.m-whole-solid-banner {
    min-width: 1006px;
    position: relative;
    height: 580px;
    overflow: hidden;
}

.m-whole-solid-banner .bd {
    height: 580px;
    position: relative;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.m-whole-solid-banner .bd .text {
    position: absolute;
    width: 1006px;
    left: 50%;
    top: 0;
    margin-left: -512px;
    height: 580px;
    color: white;
}

.m-whole-solid-banner .bd .text .left {
    float: left;
}

.m-whole-solid-banner .bd .text .left .wrap {
    text-align: left;
    height: 580px;
    display: table-cell;
    vertical-align: middle;
}

.m-whole-solid-banner .bd .text .left h3 {
    font-size: 28px;
    line-height: 45px;
    font-weight: 400;
    margin-bottom: 15px;
}

.m-whole-solid-banner .bd .text .left h3 em {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 37px;
    height: 37px;
    background: url(../images/icon-solid.png) no-repeat center center;
    vertical-align: middle;
    margin-right: 10px;
}

.m-whole-solid-banner .bd .text .left p {
    font-size: 16px;
    line-height: 36px;
}

.m-whole-solid-banner .bd .text .right {
    float: right;
}

.m-whole-solid-banner .bd .text .right .wrap {
    text-align: right;
    height: 580px;
    display: table-cell;
    vertical-align: middle;
}

.m-whole-solid-banner .bd .text .right img {
    text-align: right;
}

.m-whole-solid-banner .bd .bg img {
    display: block;
}

.m-whole-solid-furniture .bd p {
    font-size: 16px;
    color: #1B1B1B;
    line-height: 39px;
    text-align: center;
}

.m-whole-solid-team .bd p,
.m-whole-soft-team .bd p {
    font-size: 16px;
    color: #1B1B1B;
    line-height: 39px;
    text-align: center;
}

.m-whole-solid-team .ft,
.m-whole-soft-team .ft {
    margin-top: 40px;
}

.m-whole-solid-team .ft ul li,
.m-whole-soft-team .ft ul li {
    float: left;
    margin-right: 25px;
}

.m-whole-solid-team .ft ul li img,
.m-whole-soft-team .ft ul li img {
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.m-whole-solid-team .ft ul li img:hover,
.m-whole-soft-team .ft ul li img:hover {
    margin: -5px 0px 0 0px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.m-whole-solid-team .ft .btn,
.m-whole-soft-team .ft .btn {
    text-align: center;
    margin-top: 40px;
}

.m-whole-solid-precede .bd p {
    font-size: 16px;
    color: #333333;
    line-height: 39px;
    text-align: center;
}

.m-whole-solid-precede .ft {
    margin-top: 70px;
}

.m-whole-solid-precede .ft ul li {
    float: left;
    width: 185px;
    margin-right: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.m-whole-solid-precede .ft ul li:hover {
    margin-top: -5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.m-whole-solid-precede .ft ul li img {
    display: block;
    margin: 0 auto;
    width: 162px;
    height: 162px;
    border-right: 162px;
}

.m-whole-solid-precede .ft ul li p {
    text-align: center;
    color: #1B1B1B;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
}

.m-whole-solid-benchmarks .bd p {
    font-size: 16px;
    color: #333333;
    line-height: 39px;
    text-align: center;
}


/*整体软体*/

.m-whole-soft-banner {
    min-width: 1006px;
    position: relative;
    height: 580px;
    overflow: hidden;
}

.m-whole-soft-banner .bd {
    height: 580px;
    position: relative;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.m-whole-soft-banner .bd .text {
    position: absolute;
    width: 993px;
    left: 50.5%;
    top: 0;
    margin-left: -512px;
    height: 580px;
    color: white;
}

.m-whole-soft-banner .bd .text .left {
    float: left;
}

.m-whole-soft-banner .bd .text .left .wrap {
    text-align: left;
    height: 550px;
    display: table-cell;
    vertical-align: middle;
}

.m-whole-soft-banner .bd .text .left h3 {
    font-size: 28px;
    line-height: 45px;
    font-weight: 400;
    margin-bottom: 15px;
}

.m-whole-soft-banner .bd .text .left h3 em {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 37px;
    height: 37px;
    background: url(../images/icon-soft.png) no-repeat center center;
    vertical-align: middle;
    margin-right: 10px;
}

.m-whole-soft-banner .bd .text .left p {
    font-size: 16px;
    line-height: 36px;
}

.m-whole-soft-banner .bd .text .right {
    float: right;
}

.m-whole-soft-banner .bd .text .right .wrap {
    text-align: right;
    height: 570px;
    display: table-cell;
    vertical-align: middle;
}

.m-whole-soft-banner .bd .text .right img {
    text-align: right;
}

.m-whole-soft-banner .bd .bg img {
    display: block;
}

.m-whole-soft-team .ft ul li {
    margin-right: 15px;
}

.m-whole-soft-precede .ft ul li {
    float: left;
    width: 25%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.m-whole-soft-precede .ft ul li:hover {
    margin: -5px 0px 0 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.m-whole-soft-precede .ft ul li img {
    display: block;
    margin: 0 auto;
    width: 193px;
    height: 193px;
    border-right: 193px;
}

.m-whole-soft-precede .ft ul li p {
    text-align: center;
    color: #1B1B1B;
    font-size: 14px;
    line-height: 24px;
    margin: 0 10px;
    margin-top: 20px;
}


/*m-sec-wrap-gray*/

.m-sec-wrap-gray {
    background: #eeeeee;
    padding: 10px 0;
}


/*m-news-center-content-wrap*/

.m-news-center-content-wrap {
    background: #fff;
    border: 1px solid #e8e8e8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 30px;
}

.m-news-center-content .title {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.m-news-center-content .title h1 {
    color: black;
    font-size: 25px;
    line-height: 40px;
    font-weight: 400;
}

.m-news-center-content .title p {
    text-align: center;
}

.m-news-center-content .title p em {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height:21px;
    width: 26px;
    vertical-align: top;
	background-image:url(../images/z-58.png);
	background-repeat:no-repeat;
}

.m-news-center-content .title p span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #999999;
    line-height:21px;
    vertical-align: top;
	padding:5px 0 6px;
    margin: 0 15px;
}

.m-news-center-content .title p .time {
	background-position:-174px -177.5px;
}

.m-news-center-content .title p .eye {
	background-position:-175px -195px;
}

.m-news-center-content .bd {
    margin-top: 30px;
}

.m-news-center-content .bd img {
    margin:0 auto;max-width:100%;height:auto;width:auto\9; margin-top:20px;
}

.m-news-center-content .bd p {
    text-indent: 2em;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 20px;
}

.m-news-center-content .bd p strong{
	color:#c00000;
	font-weight:normal;
}

.m-news-center-content .bd p a{
	color:#c00000;
	font-weight:normal;
}

.m-news-center-content .bd a,.m-news-center-content .bd a:visited{
	color: #555555;
	text-decoration: none;
}

.m-article-keyword {
    color: #a2a2a2;
    font-size: 14px;
    font-weight: 400;
}

.m-article-keyword a {
    color: #a2a2a2;
    margin-right: 10px;
}

.m-article-editor {
    background: #eeeeee;
    padding: 5px 32px;
    font-size: 14px;
    color: #323232;
    line-height: 25px;
}

.m-article-editor span {
    color: #eb0000;
}

.m-about-us .hd {
    padding-left: 130px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 40px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px;
}

.m-about-us .hd .left {
    position: absolute;
    left: 0;
    top: 0;
}

.m-about-us .hd .right_a p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: black;
}

.m-about-us .hd .right_a p span {
    color: #c8151e;
}

.m-about-us .bd {
    padding-left: 130px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.m-about-us .bd .left {
    position: absolute;
    left: 0;
    top: 0;
}

.m-about-us .bd .right_a h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
    color: black;
}

.m-about-us .bd .right_a li {
    float: left;
    width: 418px;
    margin-bottom: 25px;
}

.m-about-us .bd .right_a li dt {
    color: black;
    font-size: 20px;
    font-weight: 400;
    line-height: 42px;
}

.m-about-us .bd .right_a li dt img {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
	padding-left:8px;
	padding-bottom:8px;	
}

.m-about-us .bd .right_a li dd {
    color: #1B1B1B;
    font-size: 16px;
    line-height: 32px;
}

.m-about-us .bd .right_a li dd span {
    color: #898989;
    font-size: 14px;
}

.m-about-us .ft {
    padding-left: 124px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.m-about-us .ft .left {
    position: absolute;
    left: 0;
    top: 0;
}

.m-about-us .ft .right_a h3 {
    color: black;
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 20px;
}

.m-about-us .ft .right_a .item01 {
    float: left;
    width: 250px;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: black;
    vertical-align: top;
    margin-right: 2px;
}

.m-about-us .ft .right_a .item01 span {
    color: #c8151e;
}

.m-about-us .ft .right_a .item01 ul {
    margin-bottom: 20px;
}

.m-about-us .ft .right_a .item02 {
    float: right;
}

.m-about-us .bt p {
    text-align: center;
    color: black;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 20px;
}

.m-about-us .bt img {
    display: block;
    margin: 0 auto;
}

.m-about-us-ceo {
    padding-right: 468px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
}

.m-about-us-ceo .img {
    position: absolute;
    right: 0;
    top: 0;
}

.m-about-us-ceo .img img {
    display: block;
}

.m-about-us-ceo .bd {
	padding-top:10px;	
}
.m-about-us-ceo .bd p {
	    color: #1B1B1B;
    font-size: 15px;
    line-height: 28px;
    text-indent: 2em;
    margin-bottom: 15px;
	text-align:justify;
	
}

.m-about-us-ceo .bd p i {
    display: block;
    text-indent: 2em;
}
.m-about-us-ceo .bd p em {
    display: block;
    text-indent: 2em;
}
.m-about-us-ceo .bd span {
    display: block;
    text-align: right;
    vertical-align: middle;
}
.m-about-us-ceo .bd span img {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}
.m-about-us-ceo .bd .qm {
    display: block;
    text-align: right;
    vertical-align: middle;
}

.m-about-us-ceo .bd .qm img {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.m-company-profile-hd {
    padding-right: 465px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.m-company-profile-hd2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.m-company-profile-hd img {
    position: absolute;
    right: 0;
    top: 0;
}

.m-company-profile-hd p,.m-company-profile-hd2 p {
    color: #1B1B1B;
    font-size: 15px;
    line-height: 28px;
    text-indent: 2em;
    margin-bottom: 15px;
	text-align:justify;
}

.m-company-profile-business .hd {
    text-align: center;
    color: #1B1B1B;
    font-size: 16px;
    font-weight: 400;
    line-height: 39px;
}

.m-company-profile-business .bd {
    margin-top: 30px;
}

.m-company-profile-business .bd ul li {
    float: left;
    width: 162px;
    margin-right: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.m-company-profile-business .bd ul li:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-top: -5px;
}

.m-company-profile-business .bd ul li .img {
    width: 162px;
    height: 162px;
    overflow: hidden;
    -webkit-border-radius: 162px;
    -moz-border-radius: 162px;
    border-radius: 162px;
}

.m-company-profile-business .bd ul li .img img {}

.m-company-profile-business .bd ul li p {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 20px;
    text-align: center;
}

.m-company-profile-business .bd ul li p a {
    color: #1B1B1B;
}

.m-company-profile-height .hd ul {
    height: 255px;
}

.m-company-profile-height .hd ul li {
    float: left;
    width: 190px;
    height: 255px;
    margin-right: 14px;
    margin-bottom: 14px;
}

.m-company-profile-height .hd ul li img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.m-company-profile-height .hd ul li img:hover {
    margin-left: -5px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.m-company-profile-height .bd ul {
    text-align: center;
    font-size: 0;
}

.m-company-profile-height .bd ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 190px;
    height: 255px;
    margin: 0 7px;
}

.m-company-profile-height .bd ul li img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.m-company-profile-height .bd ul li img:hover {
    margin-left: -5px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.m-company-profile-industrial .hd {
    text-align: center;
}

.m-company-profile-industrial .hd p {
    color: #1B1B1B;
    font-size: 16px;
    font-weight: 400;
    line-height: 39px;
}

.m-company-profile-industrial .bd ul {
    text-align: center;
    font-size: 0;
}

.m-company-profile-industrial .bd ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 185px;
    height: 178px;
    margin: 0 7px;
}

.m-company-profile-industrial .bd ul li img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.m-company-profile-industrial .bd ul li img:hover {
    margin-top: -5px;
}

.m-company-profile-industrial .ft {
    text-align: center;
    margin-top: 30px;
}

.m-enterprise-culture-vist .hd {
    text-align: center;
}

.m-enterprise-culture-vist .hd p {
    text-align: center;
    color: #1B1B1B;
    font-size: 16px;
    font-weight: 400;
    line-height: 39px;
}

.m-enterprise-culture-vist .hd p span {
    color: #c8151e;
    line-height: 40px;
}

.m-enterprise-culture-vist .bd ul li {
    float: left;
    margin-right: 13px;
    margin-bottom: 20px;
    height: 241px;
    overflow: hidden;
}

.m-enterprise-culture-vist .bd ul li {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.m-enterprise-culture-vist .bd ul li:hover {
    margin-top: -5px;
    padding-bottom: 5px;
}

.m-enterprise-culture-vist .bd ul li p {
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

.m-enterprise-culture-vist .bd ul li p a {
    color: #000;
}

.m-enterprise-culture-vist .ft ul li {
    float: left;
    margin-right: 13px;
    margin-bottom: 20px;
}

.m-enterprise-culture-vist .ft ul li img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.m-enterprise-culture-vist .ft ul li:hover img {
    margin-top: -5px;
}

.m-enterprise-culture-vist .ft ul li p {
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

.m-enterprise-culture-vist .ft ul li p a {
    color: #000;
}

.m-enterprise-culture-grasslands .hd {
    text-align: center;
}

.m-enterprise-culture-grasslands .hd p {
    text-align: center;
    color: #1B1B1B;
    font-size: 16px;
    font-weight: 400;
    line-height: 39px;
}

.m-enterprise-culture-grasslands .hd p span {
    color: #c8151e;
    line-height: 40px;
}

.m-enterprise-culture-grasslands .bd ul li {
    float: left;
    margin-right: 12px;
    margin-bottom: 20px;
}

.m-enterprise-culture-grasslands .bd ul li {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.m-enterprise-culture-grasslands .bd ul li:hover {
    margin-top: -5px;
    margin-bottom: 25px;
}

.m-enterprise-culture-grasslands .bd ul li p {
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

.m-enterprise-culture-grasslands .bd ul li p a {
    color: #000;
}

.m-enterprise-culture-customs .bd ul li {
    float: left;
    margin-right: 12px;
    margin-bottom: 20px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.m-enterprise-culture-customs .bd ul li:hover {
    margin-top: -5px;
    padding-bottom: 5px;
}

.m-enterprise-culture-customs .bd ul li p {
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

.m-enterprise-culture-customs .bd ul li p a {
    color: #000;
}
.question-type ul:last-child li:hover a{
	background: #522100;
}