a {text-decoration: none;color: #999;}
a:hover {color: #fff; text-decoration: none;}
img {width: 100%;}
.fl {float: left;}
.fr {float: right;}
.clearfix:after{content: ''; display: block; height: 0; clear: both; visibility: hidden;  }
.clearfix {/* 触发 hasLayout */ zoom: 1; }
.mymain {width: 1200px; margin:0 auto;}
.mainbox {width: 1400px; margin: 0 auto;}
.mytitle {width: 100%; height: 72px; position: relative; z-index: 1; overflow: hidden;}
.mytitle:after {
    content: ''; 
    display: block; 
    width: 225px; 
    height: 8px;
    background: #f8adad;
    position: absolute;
    bottom: 5px;
    left: 18%;
    z-index: -1;
}
.mytitle h1 {display: block; width: 100%; line-height: 72px; text-align: center; font-size: 55px; font-weight: bold; color: #d63a3a;}
.mytitle p {font-size: 28px; font-weight: bold; color: #949494; display: block; text-align: center; padding-top: 10px; text-transform: uppercase;}
.specific {margin-top: 30px; float: left; overflow: hidden;}
.specific p {font-size: 18px; color: #111; line-height: 40px; text-indent: 20px;}
.mybtn {float:left; width: 100%; overflow: hidden;}
.mybtn a {display: block; width: 215px; line-height: 65px; text-align: center; border-radius: 35px; color: #fff; margin: 50px auto 0 auto; font-size: 24px; background: #d63a3a; }
.mybtn a:hover {color: #fff;}

.myscene1 {width: 100%; margin-top: 100px; overflow: hidden;}
.myscene1 .mydes {width: 25%; margin-top: 120px; float: left; overflow: hidden;}
.myscene1 .myimg {width: 72%; float: right; overflow: hidden;}
.myscene1 .imgbox1 {width: 75.2%; float: left; overflow: hidden;}
.myscene1 .imgbox1 ol {width: 100%; margin-bottom: 15px; float: left; overflow: hidden;}
.myscene1 .imgbox1 li {width: 32%; float: left;}
.myscene1 .imgbox1 li:nth-child(3) {margin: 0 2%;}
.myscene1 .imgbox2 {width: 24%; float: right; overflow: hidden;}
.myscene1 .imgbox2 li {margin-bottom: 15px; overflow: hidden;}
.myscene1 .imgbox2 li:last-child {margin-bottom: 0;}

.myplan {margin-top: 100px; overflow: hidden;}
.myplan .mydes {overflow: hidden;}
.myplan .mytitle {width: 225px;}
.myplan .mytitle:after {left: 0;}
.myplan .specific {width: 70%;}
.myplan .mybtn {width: 20%; float: right;}
.myplan .mybtn a {margin-top: 75px;}
.myplan .zjxy {margin-top: 50px; overflow: hidden;}
.myplan .ambient-c-nav {position: absolute; top:0; left:0; width: 150px;}
.myplan .ambient-c-nav a {
    display: block;
    line-height: 50px;
    background: #eaeaea;
    color: #111;
    text-align: center;
    font-size: 20px;
    margin-top: 90px;
}
.myplan .ambient-c-nav a.active {background: #d63a3a; color: #fff;}
.myplan .ambient-c {overflow: hidden; position: relative;}
.myplan .ambient-c-list {display: none;}
.myplan .ulbox {width: 95%; padding: 50px 50px 30px 150px; float: right; border: 1px solid #7b7b7b;}
.myplan .ulbox li {width: 32%; margin-right: 2%; margin-bottom: 20px; float: left;}
.myplan .ulbox li:nth-child(3n+3) {margin-right: 0;}
.myplan .show {display: block;}

.mylife {background: #d63a3a; padding: 100px 0; margin-top: 100px; overflow: hidden;}
.mylife .mydes {width: 25%; float: right;}
.mylife .myimg {width: 72%; float: left;}
.mylife .mytitle h1 {color: #fff;}
.mylife .specific p {color: #fff;}
.mylife .mybtn a {background: #fff; color: #d63a3a}
.mylife .myimg {padding: 20px; border-radius: 20px; background: #fff; overflow: hidden;}

.myscene {margin-top: 100px; margin-bottom: 70px; overflow: hidden;}
.myscene .mydes {overflow: hidden;}
.myscene .mytitle {width: 225px;}
.myscene .mytitle:after {left: 0;}
.myscene .specific {width: 70%;}
.myscene .mybtn {width: 20%; float: right;}
.myscene .mybtn a {margin-top: 32px;}
.myscene .imglist {overflow: hidden; margin-top: 50px;}
.myscene .imglist li {width: 32%; margin-bottom: 30px; position: relative; z-index: 1; float: left; overflow: hidden;}
.myscene .imglist li:nth-child(3n+2) {margin: 0 2%;}
.myscene .imglist li span {
    display: block; 
    width: 100%; 
    line-height: 40px; 
    text-indent: 9999px;
    background:#000; 
    opacity: 0.7;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.myscene .imglist li p {
    display: block;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}

/**导航栏**/
.navigation_box {width: 100%; background: #d63a3a;}
.navigation_main {width: 1200px; margin: 0 auto;}
.navigation_main ul {width: 100%; height: 60px; display: block;}
.navigation_main ul li {width: 10%; line-height: 60px; height: 60px; text-align: center; float: left; position: relative; z-index: 1;}
.navigation_main ul li:hover {background: #a40505;}
.navigation_main .columns {font-size: 18px; color: #fff;}
.navigation_list {width: 100%; position: absolute; left: 0;top: 60px; z-index: 999; display: none;}
.navigation_list dl {display: block; width: 100%;}
.navigation_list dd {line-height: 45px; font-size: 14px; background: #a40505; color: #fff;}
.navigation_list dd:last-child {border-radius: 0 0 5px 5px; overflow: hidden;}
.navigation_list dd a {display: block; color: #fff; border-bottom: 1px solid #e86161;}
.navigation_list dd a:hover {background: #ed2e2e;}
.myfixed {position: fixed;top: 0; z-index: 999; width: 97.5%; background: #d63a3a; box-shadow: 0 1px 5px #a40505;}

/**品牌信息**/
.mybrand {clear:both; height:auto; overflow:hidden; margin-bottom: 10px; margin-top: 10px;}
.mybrand .lists {float: left; overflow: hidden;}
.mybrand .lists span {display: inline-block; width:42px; line-height: 22px; font-size: 14px;  text-align: center; background: #d63a3a; color: #fff; border-radius: 5px; float: left; overflow: hidden;}
.mybrand .lists p {float: left; color: #666; line-height: 22px; padding-left: 8px; font-size: 14px;  margin-bottom: 0px;}
.mybrand .head{width:1200px; height:auto; margin:0 auto;}
.mybrand .head_left{float:left; height:auto; text-align:left;}
.mybrand .head_brand{font-size:15px; font-weight:400; display:block; height:36px; line-height:30px; background:url(../images/icon.png) 120px 8px no-repeat; clear:both;}
.mybrand .head_logo{display:block; width:450px;}
.mybrand .head_right{width: 23%; float:right; height:auto;}
.mybrand .head_link{display:block; text-align:right; float: right; clear:both; margin-top: 5px;}
.mybrand .head_link li{float:left;display:inline-block; margin:0 0 0 10px; font-size:12px;}
.mybrand .head_link li a {display: inline-block; width: 90px; line-height: 30px; background: #d63a3a; text-align: center; color: #fff; border-radius: 5px; overflow: hidden;}
.mybrand .head_link li a i {color: #fff; margin-right: 5px; font-size: 12px;}
.mybrand .head_link li a:hover{text-decoration:none; background: #a40505;}
.mybrand .head_tel{float:right; height:auto; color:#111; font-size: 16px; overflow: hidden;}
.mybrand .head_tel img {width: 18px; height: 18px; margin-right: 8px;}
.mybrand .head_tel strong {font-size: 20px;}

footer{height:440px; background: #2d3235; text-align:center;}
.footer{padding:24px 0 0 0;}
.footer_top{height:60px; border-bottom:1px #646464 solid; clear:both;}
.footer_top strong{display:block; float:left; height:40px; line-height:40px; color:#ddd; font-weight:400; background:url(../images/icon.png) no-repeat; overflow:hidden;}
.footer_top strong a{color:#ddd;}
.footer_top strong a:hover{color:#fff; text-decoration:underline;}
.footer_top strong.link_mobile{width:278px; margin:0 0 0 174px; background-position:-4px -308px; padding:0 0 0 28px;}
.footer_top strong.address{width:380px; background-position:-3px -363px; padding:0 0 0 32px;}
.footer_top strong.telephone{background-position:0 -416px; padding:0 0 0 36px;}

dl.footer_nav_list{display:block; height:236px; margin:48px 0 0 175px; position:relative; overflow:hidden;}
dl.footer_nav_list div{float:left; color:#ddd;}
dl.footer_nav_list dt{display:block; height:32px; line-height:1; font-size:18px; font-weight:700; clear:both;}
dl.footer_nav_list dt, dl.footer_nav_list dd, dl.footer_nav_list dd a{color:#ddd;}
dl.footer_nav_list dd{line-height:36px; color:#ddd;}
dl.footer_nav_list dd a:hover{text-decoration:underline; color:#fff;}

dl.footer_nav_list div.footer_nav_1{width:224px;}
dl.footer_nav_list div.footer_nav_2{width:118px;}
dl.footer_nav_list div.footer_nav_3{width:116px; border-right:1px #646464 solid;}
dl.footer_nav_list div.footer_nav_4{width:200px; margin:0 0 0 40px;}
dl.footer_nav_list div.footer_nav_5{width:140px; text-align:center; line-height:20px;}

.copyright{line-height:28px; color:#888; text-align:center; clear:both;}
.copyright a{color:#888;}
.copyright a:hover{text-decoration:underline; color:#fff;}
.box_1200 {width: 1200px; margin: 0 auto;}


/*定义mscale*/
@keyframes mscale {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(0.94);
    }
    100% {
      transform: scale(1);
    }
}

/*大于pad*/
@media only screen and (min-width: 750px) {
}

/*iphone 5*/
@media screen and (min-width: 320px) and (max-width: 374px) {

}