html, body {
    overflow: auto;
    overflow-x: hidden;
}

.clear {
    clear: both;
}

.rimg {
    width: 100%;
    height: auto;
}

.container-index {
    width: 100%;
    margin: auto;
    background: #FFF !important;
}

.container-index .content {
    width: 1200px;
    margin: auto;
}

.container-index .lmenu {
    width: 178px;
    position: absolute;
    margin-left: -184px;
    z-index: 9999999;
    text-align: center;
    top: 1400px;
    background: #FFF;
}

.container-index .lmenu .logo {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.container-index .lmenu .logo img {
    width: 100%;
}

.container-index .lmenu .lmenu-items {
    border-bottom: 1px solid #acacac;
    border-top: 1px solid #acacac;
    margin: auto;
    width: 170px;
    margin-top: 7px;
}

.container-index .lmenu .lmenu-items .lmenu-item {
    margin-bottom: 20px;
    margin-top: 10px;
    position: relative;
}

.container-index .lmenu .lmenu-items .lmenu-item .ico {
    position: absolute;
    top: 2px;
    right: 0;
}

.container-index .lmenu .lmenu-items .lmenu-item .title {
    font-size: 18px;
    text-align: right;
    padding: 0 30px;
    color: #3b3b3b;
}

.container-index .lmenu .lmenu-items .lmenu-item .line {
    text-align: right;
    margin-right: 30px;
}

.container-index .lmenu .lmenu-items .lmenu-item .line a {
    color: #8d8c8c;
}

.container-index .lmenu .lmenu-items .lmenu-item .line a:hover {
    color: #cb1200;
}

.container-index .lmenu .lmenu-btn a {
    width: 160px;
    color: #FFF;
    background: #cb1200;
    display: block;
    padding: 10px 0;
    margin: auto;
    margin-top: 20px;
}

.container-index .lmenu .lmenu-qrcode {
    font-size: 22px;
    color: #3b3b3b;
    margin: auto;
    margin-top: 20px;
}

.container-itop {
    width: 100%;
    height: 32px;
    line-height: 32px;
    background: #f7f7f7;
    color: #686868;
    font-size: 12px;
    border: 1px solid #E7E7E7;
}

.container-itop a {
    color: #686868;
}

.container-itop .content {
    width: 1200px;
    margin: auto;
}

.container-itop .content .left {
    float: left;
}

.container-itop .content .right {
    float: right;
}

.container-itop .content .right a {
    padding: 0 10px;
}

.container-logo {
    padding: 20px 0;
}

.container-logo .container-logo-item {
    float: left;
}

.container-logo .logoImg {
    height: 60px;
    width: 200px;
    width: 300px;
}

.container-logo .logoImg img {
    width: auto;
    height: 100%;
}

.container-logo .logoSearch {
    width: 700px;
    width:600px;
    text-align: center;
}

.container-logo .logoSearch .logoSearchTxt, .container-logo .logoSearch .logoSearchTag {
    width: 500px;
    padding: 0 20px;
    margin: auto;
    position: relative;
}

.container-logo .logoSearch .logoSearchTag {
    padding: 0;
    text-align: left;
}

.container-logo .logoSearch .logoSearchTxt input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #DDD;
    font-size: 10px;
    color: #999;
    background: url("searchIco.png") no-repeat right center;
}

.container-logo .logoSearch .logoSearchTxt a {
    position: absolute;
    display: block;
    width: 100px;
    height: 42px;
    right: 0;
    top: 0;
}

.container-logo .logoSearch .logoSearchTag span {
    color: #666;
}

.container-logo .logoSearch .logoSearchTag a {
    color: #999;
    padding: 0 6px;
}

.container-logo .logoSearchBtn {
    width: 300px;
}

.container-logo .logoSearchBtn img {
    width: 100%;
    height: auto;
    padding: 4px 0;
}

.container-menu .content {
    text-align: center;
    margin: auto;
    /*margin-left: 20%;*/
}

.container-menu .content a {
    display: inline-block;
    color: #686868;
    padding: 6px 20px;
    font-size: 16px;
    border-bottom: 2px solid #FFF;
    font-weight: 900;
    margin-left: 20px;
    margin-bottom: 6px;
}

.container-menu .content a:hover {
    color: #cb1300;
    border-bottom: 2px solid #cb1300;
}

.container-menu .content a.active {
    color: #cb1300;
    border-bottom: 2px solid #cb1300;
}

.container-itip {
    background: #f3f3f3 !important;
}

.container-yy .content {
    background: url("yybg.png") no-repeat center;
    width: 1200px;
    height: 420px;
    position: relative;
}

.container-yy .content .yybox {
    width: 500px;
    height: 364px;
    position: absolute;
    right: 48px;
    top: 28px;
}

.container-yy .content .yybox .hover {
    position: absolute;
    width: 500px;
    height: 364px;
    left: 0;
    top: 0;
    background: #272422;
    opacity: 0.8;
}

.container-yy .content .form {
    position: absolute;
    width: 500px;
    height: 364px;
    left: 0;
    top: 0;
    z-index: 1;
    color: #FFF;
}

.container-yy .content .form .title {
    padding: 20px 40px;
}

.container-yy .content .form .title .left {
    float: left;
    color: #fcd9d4;
    font-size: 32px;
}

.container-yy .content .form .title .right {
    float: right;
    color: #cb1300;
    font-size: 32px;
}

.container-yy .content .form .title .right span {
    font-size: 24px;
    color: #fcd9d4;
}

.container-yy .content .form .line {
    width: 90%;
    border-bottom: 2px solid #DFDFDF;
    margin: auto;
}

.container-yy .content .form .inputs {
    padding: 24px 40px;
}

.container-yy .content .form .inputs .left {
    float: left;
}

.container-yy .content .form .inputs .right {
    float: right;
}

.container-yy .content .form .inputs .right img {
    width: 100%;
}

.container-yy .content .form .inputs .input {
    margin-bottom: 14px;
}

.container-yy .content .form .inputs .input input {
    width: 260px;
    height: 34px;
    line-height: 34px;
    background: #FFF;
    border-radius: 6px;
    text-indent: 40px;
}

.container-yy .content .form .inputs .select select {
    width: 128px;
    text-indent: 32px;
}

.container-yy .content .form .inputs .input input.txtName {
    background: url("txtNameIco.png") left center no-repeat #FFF;
}

.container-yy .content .form .inputs .input input.txtPhone {
    background: url("txtPhoneIco.png") left center no-repeat #FFF;
}

.container-yy .content .form .inputs .select select.province {
    background: url("txtAddressIco.png") left center no-repeat #FFF;
}

.container-yy .content .form .inputs .select select.city {
    background: url("txtCityIco.png") left center no-repeat #FFF;
}

.container-yy .content .form .inputs .btns {
    margin-top: 20px;
}

.container-yy .content .form .inputs .btns a {
    display: block;
    width: 200px;
    background: #cb1300;
    color: #FFF;
    text-align: center;
    padding: 10px 30px;
    border-radius: 6px;
}

.container-zz {
    margin-bottom: 20px;
}

.container-zz .content .zzbox {
    float: left;
    width: 285px;
    margin-right: 20px;
}

.container-zz .content .zzbox a {
    color: #999;
    text-align: center;
    display: block;
    padding: 10px;
}

.container-zz .content .zzbox .img {
    display: block;
    width: 100%;
    margin: auto;
}

.container-zz .content .zzbox .img img {
    display: block;
    width: 100%;
}

.container-zz .content .zzbox-last {
    margin: 0;
}

.container-zz .content .zzbox .title {
    color: #3b3b3b;
    font-size: 24px;
    margin-top: 10px;
    height: 32px;
    overflow: hidden;
}

.container-zz .content .zzbox .stitle {
    color: #666;
    font-size: 18px;
    height: 74px;
    overflow: hidden;
    margin-top: 20px;
}

.container-zz .content .zzbox .info {
    font-size: 14px;
    margin-top: 20px;
}

.container-zz .content .zzbox .info .tag {
    background: #408dd2;
    color: #FFF;
    display: inline-block;
    border: 1px solid #FFF;
}

.container-zz .content .zzbox .info .ptag {
    font-size: 16px;
}

.container-zz .content .zzbox .info .price {
    font-size: 28px;
}

.container-zz .content .zzbox .btns {
    margin-top: 20px;
    margin-bottom: 20px;
}

.container-zz .content .zzbox .btns .btn {
    display: block;
    width: 80px;
    margin: auto;
    border-radius: 20px;
    border: 1px solid #999;
    color: #999;
    background: #FFF;
    cursor: pointer;
    padding: 4px 6px;
}

.container-zz .content .zzbox a:hover .btn {
    color: #FFF;
    background: #cb1300;
    border: 1px solid #cb1300;
}

.container-zz .content .zzbox a:hover {
    box-shadow: 4px 4px 4px 4px #999;
}

.container-ifg .content .left {
    float: left;
    width: 830px;
    margin-right: 30px;
}

.container-ifg .content .right {
    width: 340px;
    float: left;
}

.container-ifg .content .left .line1 {
    margin-bottom: 40px;
}

.container-ifg .content .left .line1 .i1 {
    margin-right: 20px;
}

.container-ifg .content .left .line2 .i3 {
    margin-right: 20px;
}

.container-ifg .content a {
    display: block;
    float: left;
}

.container-ifg .content a img {
    width: 100%;
    height: 100%;
}

.container-ifg .content .i1 {
    width: 486px;
    height: 325px;
}

.container-ifg .content .i2 {
    width: 316px;
    height: 325px;
}

.container-ifg .content .i3 {
    width: 316px;
    height: 325px;
}

.container-ifg .content .i4 {
    width: 488px;
    height: 325px;
}

.container-ifg .content .i5 {
    width: 340px;
    height: 690px;
}

.container-gnb .content {
    text-align: center;
    background: url("gnl.png") bottom center no-repeat;
    margin-bottom: 10px;
}

.container-gnb .content a {
    display: inline-block;
    width: 80px;
    height: 80px;
    color: #3b3b3b;
    text-align: center;
    padding: 0 18px;
}

.container-gnb .content a img {
    width: 48px;
    height: 40px;
    display: block;
    margin: auto;
}

.container-gnb .content a span {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
}

.container-gnb .content a.active span, .container-gnb .content a:hover {
    color: #cb1300;
}

.container-gnp {
    margin-top: 60px;
    color: #3c3b3b;
}

.container-gnp .content {
    background: url("gnb.png") right top no-repeat !important;
    min-height: 1280px;
}

.container-gnp .content .left img {
    max-width: 420px;
    max-height: 260px;
}

.container-gnp .content .right img {
    max-width: 642px;
    max-height: 388px;
}

.container-gnp .content .line {
    width: 100%;
    height: 20px;
    padding: 20px 0;
    margin-left: -4px;
    margin-bottom: 40px;
    background: url("gnl2.png") left center no-repeat;
}

.container-gnp .content .title {
    font-size: 24px;
}

.container-gnp .content .info {
    margin-top: 20px;
}

.container-gnp .content .left {
    width: 420px;
    float: left;
    margin-top: 40px;
}

.container-gnp .content .right {
    width: 750px;
    float: left;
    margin-left: 30px;
    margin-top: 40px;
}

.container-gnp .content .left .info, .container-gnp .content .left .title {
    width: 300px;
}

.container-gnp .content .right .info, .container-gnp .content .right .title {
    width: 368px;
}

.container-gnp .content .right .item {
    padding: 0 40px;
}

.container-gnp .content a {
    color: #3c3b3b;
}

.container-gnp .content .btnYY a {
    display: block;
    width: 240px;
    background: #cb1300;
    font-size: 28px;
    color: #FFF;
    margin: auto;
    padding: 10px 80px;
    border-radius: 50px;
    margin-top: 120px;
    text-align: center;
}

.container-yyl {
    background: #cb1300 !important;
}

.container-yyl .content {
    height: 128px;
    line-height: 128px;
    background: url("yybg22.png") center no-repeat;
    text-align: right;
}

.container-yyl .content .txt, .container-yyl .content .sel {
    width: 160px;
    height: 48px;
    line-height: 48px;
    text-indent: 20px;
    margin-left: 20px;
}

.container-yyl .content .sel {
    width: 240px;
}

.container-yyl .content .btnYY {
    width: 160px;
    background: #408dd2;
    color: #FFF;
    font-size: 24px;
    height: 48px;
    line-height: 48px;
    border-radius: 50px;
    margin-left: 20px;
    text-indent: 0;
    float: right;
    margin-top: 40px;
}

.container-inews {
    background: url('/assets/Template/mdzz/index/nbg.png') center no-repeat !important;
    padding-top: 40px;
}

.container-inews .content .box img {
    width: 100%;
    height: 100%;
}

.container-inews .content .nbox img {
    width: auto;
    height: auto;
    display: block;
    margin: auto;
}

.container-inews .content .box .info {
    position: absolute;
    bottom: 40px;
    padding: 20px;
    color: #FFF;
    z-index: 2;
    font-size: 16px;
    font-weight: 800;
}

.container-inews .content .nbox .info {
    padding: 10px 20px !important;
    color: #666 !important;
    position: static !important;
    font-size: 20px !important;
    font-weight: inherit !important;
}

.container-inews .content .box .hover {
    width: 100%;
    height: 60px;
    background: #000;
    opacity: 0.4;
    position: absolute;
    bottom: 40px;
    z-index: 1;
}

.container-inews .content .nbox .btns a {
    width: 100px;
    padding: 10px 12px;
    color: #FFF;
    display: block;
    text-align: center;
    background: #408dd2;
    margin: auto;
    font-size: 18px;
}

.container-inews .content .left {
    width: 300px;
    float: left;
}

.container-inews .content .right {
    width: 300px;
    float: left;
}

.container-inews .content .middle {
    width: 560px;
    float: left;
    margin: 0 20px;
}

.container-inews .content .box {
    position: relative;
    height: 300px;
    margin-bottom: 40px;
}

.container-inews .content .left .box, .container-inews .content .right .box {
    width: 300px;
}

.container-inews .content .middle .box {
    width: 560px;
}

.container-pp {
    margin-top: 60px;
    position: relative;
}

.container-pp .slink {
    width: 100px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 140px;
}

.container-pp .content {
    background: url("ppbg1.png") no-repeat center;
    width: 1200px;
    height: 510px;
    position: relative;
}

.container-pp .content .title {
    font-size: 30px;
    color: #666;
    position: absolute;
    right: 465px;
    top: 80px;
}

.container-pp .content .txt {
    color: #999;
    font-size: 16px;
    position: absolute;
    right: 204px;
    top: 140px;
    width: 380px;
}

.container-pp .content .txt p {
    text-indent: 32px;
    margin-bottom: 30px;
}

.container-ybottom {
    background: url("ybottom.png") no-repeat center #000 !important;
    background-size: 100% 100%;
    width: 100%;
    height: 68px;
    margin-top: 20px;
    position: fixed;
    bottom: 0;
    z-index: 666;
}

.container-ybottom .content {
    text-align: center;
    line-height: 68px;
    height: 68px;
}

.container-ybottom .content span {
    font-size: 24px;
    line-height: 36px;
    color: #FFF;
    margin-right: 10px;
}

.container-ybottom .content input[type='text'], .container-ybottom .content select {
    width: 200px;
    background: #FFF;
    color: #333;
    border-radius: 6px;
    height: 32px;
    line-height: 32px;
    text-indent: 6px;
    margin-left: 10px;
}
.container-ybottom .content input[type='button'] {
    width: 100px;
    background: #FF0000;
    border-radius: 6px;
    color: #FFF;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    margin-left: 10px;
    font-weight: 900;
}

.container-ibtip {
    background: #f4f4f4 !important;
}

.container-ibottom {
    background: #5a5653 !important;
}

.container-ibottom .content {
    padding-top: 20px;
    padding-bottom: 20px;
}

.container-ibottom .content .bmenus .bmenu {
    width: 200px;
    float: left;
    text-align: left;
    margin-right: 50px;
    margin-left: 30px;
}

.container-ibottom .content .bmenus .bmenu-img {
    float: left;
}

.container-ibottom .content .bmenus .bmenu .title {
  size: 18px;
    color: #FFF;
}

.container-ibottom .content .bmenus .bmenu a, .container-ibottom .content .bmenus .bmenu span {
    display: block;
    font-size: 12px;
    padding: 4px 0;
    color: #FFF;
    position: relative;
}

.container-ibottom .content .bmenus .bmenu span.ico {
    text-indent: 24px;
}

.container-ibottom .content .bmenus .bmenu span img {
    width: 18px;
    position: absolute;
    top: 8px;
}

.container-ibottom .content .bmenus .bmenu-img div {
    float: left;
    display: block;
    width: 140px;
    height: auto;
    margin-right: 40px;
}

.container-ibottom .content .bmenus .bmenu-img div img {
    width: 140px;
    height: 140px;
}

.container-ibottom .content .bmenus .bmenu-img div span {
    width: 140px;
    display: block;
    font-size: 18px;
    color: #FFF;
    text-align: center;
}

.container-icp {
    margin-bottom: 60px;
}

.container-icp .content .bicp {
    text-align: center;
    color: #FFF;
    font-size: 12px;
}

.container-icp .content .blinks {
    text-align: left;
    color: #FFF;
    font-size: 12px;
}

.container-icp .content .blinks a {
    padding: 10px 10px 10px 0;
    display: inline-block;
}

.container-icp {
    padding: 10px 0;
    background: #4c4b49 !important;
}

/** add */
.container-inews .content .middle .box {
    overflow:hidden;
}
.container-inews .content .middle .box1 img{
    height:100%;
    width:100%;
}
.container-ibottom .content .bmenus .bmenu .title {
    font-size: 18px;
    color: #FFF;
}
