@charset "utf-8";
/* CSS Document */

/**common**/
*{ margin:0; padding:0;}
body, div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p { margin:0; padding:0; font:14px/1 Arial,Helvetica,\5FAE\8F6F\96C5\9ED1,sans-serif;}
table,td,tr,th { border-collapse: collapse; border-spacing: 0; font-size:14px;}
ol,ul {list-style:none;}
li { list-style-type:none;}
img { vertical-align:middle; border:0;}
h1,h2,h3,h4,h5,h6 { font-size:inherit; font-weight:normal;}
.clear { clear:both; *zoom:1;}
.clear:after { display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
a {text-decoration:none;}
a:visited { text-decoration:none;}
a:hover { text-decoration:none;}
a:active { text-decoration:none;}

.fl { float:left;}
.fr { float:right;}
@font-face { font-family: "Helvetica"; src: url('../fonts/Helvetica.ttf'); }
@font-face { font-family: "HelveticaBold"; src: url("../fonts/HelveticaBold.ttf");}
@font-face { font-family: "PangMen"; src: url("../fonts/PangMen.ttf");}
@font-face { font-family: "YouSheBiaoTiHei"; src: url("../fonts/YouSheBiaoTiHei.ttf");}
@font-face { font-family: "KOULEN"; src: url("../fonts/KOULEN-REGULAR.TTF");}

/* 设置滚动条的样式 */
::-webkit-scrollbar { width:0;}/* 滚动槽宽度 */
::-webkit-scrollbar-track { background-color:#f0f0f0; border-radius:0px;}
::-webkit-scrollbar-thumb { background-color:#cc6564;} /* 滚动条滑块默认状态 */
::-webkit-scrollbar-thumb:window-inactive { background-color:#cc6564;} /* 滚动条滑块点击状态 */


/*头部 开始*/
.ly_Top { width:100%; height:132px; margin:0; padding:0; background-color:#fff; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

.ly_Top .lyTop_Head { width:100%; height:44px; margin:0 auto; padding:0; background-color:#f6f6f6;}
.lyTop_Head .lyTopHead_Mid {
    width:1400px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lyTopHead_Mid .lyTopHead_Left { width:auto; height:32px; overflow:hidden; line-height:32px; color:#2b2b2b; font-size:14px; margin:6px 0; padding:0; float:left;}

.z_mask { width: 100%; height: 100%; position: fixed; left: 0; top: 132px; background: rgba(0,0,0,0.5); z-index: 999; display: none;}

.lyTop_Search { width: 100%; height: auto; margin:0; padding:30px 0; border-radius:0; position: fixed; left: 0; top:132px; z-index:999; transform: translateY(135px); background-color:rgba(174, 65, 55, 1); transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; text-align: center; opacity: 0; visibility: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyTop_Search.on { transform: translateY(0px); visibility: inherit; opacity: 1;}
.lyTop_Search form { width:40%; height:48px; overflow:hidden; margin:0 auto; padding:0 48px 0 0; background-color:#fff; border-radius:6px; position:relative;}
.lyTop_Search form .scIpt { width:100%; height:48px; overflow:hidden; margin:0; padding:0;}
.lyTop_Search form .scIpt input { display:block; width:100%; height:48px; overflow:hidden; line-height:48px; color:#666; font-size:14px; white-space:nowrap; text-overflow:ellipsis; margin:0; padding:0 25px; border:0; outline:none;}
.lyTop_Search form .scIpt input::-moz-placeholder { color:#c1c1c1;}
.lyTop_Search form .scIpt input:-ms-input-placeholder { color:#c1c1c1;}
.lyTop_Search form .scIpt input::-webkit-input-placeholder { color:#c1c1c1;}
.lyTop_Search form .scBtn { width:38px; height:38px; overflow:hidden; margin:0; padding:0; border-radius:50%; position:absolute; top:5px; right:5px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyTop_Search form .scBtn input { display:block; width:100%; height:38px; overflow:hidden; margin:0; padding:0; background:rgba(255, 255, 255, 1) url(../images/SsIco2.svg) center center no-repeat; background-size:24px 24px; border:0; outline:none; cursor:pointer;}

.lyTopHead_Mid .lyTopHead_Right {
    display: flex;
    align-items: center;
}

.lyTopHead_Mid .lyTopHead_Right .lyTopHead_CnEN {
    width:auto;
    height:28px;
    overflow:hidden;
    margin:3px 0 3px 10px;
    padding:5px;
}

.lyTopHead_CnEN ul {
    display: none;
    width: 122px;
    position: absolute;
    top: 10px;
    margin-top: 30px;
    z-index: 1;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
    border-radius: 6px;
}

.lyTopHead_CnEN ul li a {
    background: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px 0; 
}

.lyTopHead_CnEN:hover ul {
    display: block;
}

.lyTopHead_CnEN ul li a:hover {
    background: rgba(195, 75, 68, 1);
    color: #fff;

}

.lyTopHead_CnEN a { display:block; width:auto; height:28px; overflow:hidden; line-height:28px; color:#505050; font-size:14px; margin:0; padding:0;}
.lyTopHead_CnEN a img { display:inline-block; width:20px; height:20px; margin:-2px 5px 0 0; padding:0; vertical-align:middle;}
.lyTopHead_CnEN a i { display:inline-block; width:20px; height:20px; overflow:hidden; background: url('../images/jtIco1.svg') center center no-repeat; background-size: 20px 20px; margin:-2px 0 0 0; padding:0; vertical-align: middle; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyTopHead_CnEN a:hover { color:rgba(195, 75, 68, 1);}
.lyTopHead_CnEN a:hover i { background: url('../images/jtIco2.svg') center center no-repeat; background-size: 20px 20px;}

.lyTopHead_Mid .lyTopHead_btn { width:auto; height:28px; overflow:hidden; margin: 0 12px 0 6px; padding:5px; }
.lyTopHead_btn a { display:inline-block; width:28px; height:28px; overflow:hidden; margin:0 7px; padding:0;}
.lyTopHead_btn a img { display:block; width:28px; height:28px; margin:0 auto; padding:0;}

.lyTopHead_Mid .lyTopHead_Email { width:auto; height:38px; line-height:38px; color:#505050; font-size:14px; margin:3px 0 3px 20px; padding:0; float:right;}
.lyTopHead_Email img { display:block; width:20px; height:20px; margin:9px 10px 9px 0; padding:0; float:left;}

.lyTopHead_Mid .lyTopHead_Tel { width:auto; height:38px; line-height:38px; color:#505050; font-size:14px; margin:3px 0; padding:0; float:right;}
.lyTopHead_Tel img { display:block; width:20px; height:20px; margin:9px 10px 9px 0; padding:0; float:left;}

.ly_Top .lyTop_Main { width:100%; height:90px; margin:0 auto; padding:0; background: #fff; box-shadow: 0 8px 8px 0 rgba(0,0,0,.05);}
.lyTop_Main .lyTop_MainBox {width: 1400px; margin:0 auto;}
.lyTop_Main .ly_Logo { width:auto; height:64px; overflow:hidden; margin:12px 0; padding:0; float:left;}
.ly_Logo a { display: table-cell; vertical-align: middle; width:100%; height:64px; overflow:hidden; margin:0; padding:0;}
.ly_Logo a img { display:inline-block; max-width:100%; height:auto; max-height:100%; margin:0; padding:0;}

.lyTop_Main .lyTop_RBtn { width:auto; height:46px; overflow:hidden; margin:21px 0 21px 30px; padding:0; float:right;}
.lyTop_RBtn a { display:block; width:auto; height:46px; overflow:hidden; line-height:46px; color:#fff; font-size:15px; text-align:center; margin:0; padding:0 16px; background-color:#c34b44; border-radius:6px;}
.lyTop_RBtn a:hover { background-color:#b53c35;}

.lyTopHead_Right .lyTop_ScBtn { width:auto; height:44px; padding:0; margin-right: 10px;}
.lyTop_ScBtn a { display:block; width:auto; height:44px; overflow:hidden; line-height:44px; color:#999; font-size:16px; margin:0 auto; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyTop_ScBtn a i { display:inline-block; width:24px; height:24px; margin:-2px 5px 0 0; padding:0; vertical-align:middle; background: url(../images/SsIco1.svg) center center no-repeat; background-size:24px 24px; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyTop_ScBtn a:hover { color:#c34b44;}
.lyTop_ScBtn a:hover i { background: url(../images/SsIco2.svg) center center no-repeat; background-size:24px 24px;}

.mainHeader {
    position: fixed!important;
    top: 0;
    z-index: 999;
}

/*导航栏 开始*/
.ly_Nav { width:auto; height:auto; margin:0; margin-right: 20px; float:right;}
.ly_Nav li, .ly_Nav a {	text-decoration: none; list-style: none;}
.ly_Nav ::-webkit-scrollbar { display: none;}
.ly_Nav .nav_list { width:100%; margin:0 auto; -webkit-box-sizing: border-box; box-sizing: border-box;}
.ly_Nav .nav_list > ul > li { display:inline-block; width:auto; list-style: none; padding:0 0 0 25px; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_Nav .nav_list > ul > li:first-child { padding:0;}
.ly_Nav .nav_list > ul > li > a { display: inline-block; width:100%; line-height: 50px; color: #505050; font-size: 16px; text-align:center; padding: 19px 0; margin: 0; text-decoration: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_Nav .nav_list > ul > li:hover > a, .ly_Nav .nav_list > ul > li.active > a { color: #c34b44;}
.ly_Nav .nav_list > ul > li > a > em { display:inline-block; width:20px; height:20px; overflow:hidden; background: url('../images/jtIco1.svg') center center no-repeat; background-size: 20px 20px; margin:-2px 0 0 0; padding:0; vertical-align: middle; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.ly_Nav .nav_list > ul > li:hover > a > em, .ly_Nav .nav_list > ul > li.active > a > em { background: url('../images/jtIco2.svg') center center no-repeat; background-size: 20px 20px;}

.ly_Nav .nav_list > ul > li > .Nav_DropDown { width: 100%; height: 0; overflow: hidden; margin: 0; padding: 0; background-color: rgba(255,255,255,0.99); box-shadow: 0 5px 10px rgba(0,0,0,0.06); position: absolute; left: 0; top: 132px; z-index: 9998; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.ly_Nav .nav_list > ul > li > .Nav_DropDown.top88 {top: 88px;}
.ly_Nav .nav_list > ul > li:hover > .Nav_DropDown { height: auto;}
.ly_Nav .nav_list > ul > li > .Nav_DropDown .NavDropDown_Main { width: 1400px; height: auto; margin: 0 auto; padding:0;}
.NavDropDown_Main .DropDownTab1 { width:260px; height:auto; overflow:hidden; margin:0 auto; padding:20px; background-color:#f6f6f6; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.DropDownTab1 ul li { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0;}
.DropDownTab1 ul li a { display:block; width:100%; height:60px; overflow:hidden; line-height:60px; color:#262626; font-size:16px; white-space: nowrap; text-overflow: ellipsis; margin:0 auto; padding:0 0 0 20px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.DropDownTab1 ul li a i { display:none; width:4px; height:20px; overflow:hidden; margin:0; padding:0; background-color:#c34b44; position:absolute; left:0; top:20px;}
.DropDownTab1 ul li.Active1 a, .DropDownTab1 ul li:hover a { color:#c34b44;}
.DropDownTab1 ul li.Active1 a i, .DropDownTab1 ul li:hover a i { display:block;}

.NavDropDown_Main .DropDownList1 { width:1140px; height:auto; overflow:hidden; margin:0 auto; padding:20px 40px; float:right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.DropDown_List { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0;}
.DropDown_List dl dd { border-bottom:1px dashed #e5e5e5; padding:5px 30px 5px 0; float:left;}
.DropDown_List dl dd a { display:inline-block; width:auto; height:40px; overflow:hidden; line-height:40px; color:#505050; font-size:14px; margin:0; padding:0 0 0 20px; position:relative;}
.DropDown_List dl dd a i { display:block; width:8px; height:8px; margin:0; padding:0; background-color:#e7e7e7; border-radius:50%; position:absolute; left:0; top:16px;}
.DropDown_List dl dd a:hover { color:#c34b44;}
.DropDown_List dl dd a:hover i { background-color:#c34b44;}

.NavDropDown_Main .DropDownTab2 { width:260px; height:auto; overflow:hidden; margin:0 auto; padding:20px; background-color:#f6f6f6; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.DropDownTab2 ul li { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0;}
.DropDownTab2 ul li a { display:block; width:100%; height:60px; overflow:hidden; line-height:60px; color:#262626; font-size:16px; white-space: nowrap; text-overflow: ellipsis; margin:0 auto; padding:0 0 0 20px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.DropDownTab2 ul li a i { display:none; width:4px; height:20px; overflow:hidden; margin:0; padding:0; background-color:#c34b44; position:absolute; left:0; top:20px;}
.DropDownTab2 ul li.Active2 a, .DropDownTab2 ul li:hover a { color:#c34b44;}
.DropDownTab2 ul li.Active2 a i, .DropDownTab2 ul li:hover a i { display:block;}

.NavDropDown_Main .DropDownList2 { width:1140px; height:auto; overflow:hidden; margin:0 auto; padding:20px 40px; float:right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.DropDownMenu { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:40px 0; text-align:center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.DropDownMenu dl dd { display:inline-block; width:auto; height:auto; margin:0; padding:0 40px;}
.DropDownMenu dl dd .DropDownMenu_title { width:100%; height:40px; padding:0 0 0 20px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.DropDownMenu dl dd .DropDownMenu_title i { display:block; width:4px; height:22px; overflow:hidden; margin:0; padding:0; background-color:#c34b44; position:absolute; left:0; top:9px;}
.DropDownMenu dl dd .DropDownMenu_title span { display:block; width:200px; height:40px; overflow:hidden; line-height:40px; color:#c34b44; font-size:20px; text-align:left; margin:0; padding:0; border-bottom:1px solid #e9e9e9;}
.DropDownMenu dl dd .DropDownMenu_item { width:100%; height:auto; overflow:hidden; margin:20px 0 0; padding:0 0 0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.DropDownMenu dl dd .DropDownMenu_item a { display:inline-block; margin:0 60px 0 0;}
.DropDownMenu dl dd .DropDownMenu_item a b { display: block; color: #505050; font-size: 18px; padding: 6px 0px; font-weight:normal; text-align:left;}
.DropDownMenu dl dd .DropDownMenu_item a:hover b { color:#c34b44;}
.DropDownMenu dl dd .DropDownMenu_item a p { font-size: 14px; color: #999; text-align:left;}

/*导航栏 结束*/
/*头部 结束*/


/*ly_Foot 开始*/
.ly_Foot { width:100%; overflow:hidden; margin:0 auto; padding:40px 0 20px; background-color:#5a5656; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_Foot .lyFoot_Main { width:1400px; overflow:hidden; margin:0 auto; padding:0;}
.lyFoot_Main .lyFoot_Logo { width:25%; overflow:hidden; margin:0; padding:0; float:left;}
.lyFoot_Logo a { display: table-cell; vertical-align: middle; width:10%; height:50px; overflow:hidden; margin:0; padding:0; text-align: center;}
.lyFoot_Logo a img { display:inline-block; max-width:100%; height:auto; max-height:100%; margin:0; padding:0;}

.lyFoot_Main .lyFoot_Nav { width:70%; height: auto; margin: 0; padding: 0;
    display: flex;
}
.lyFoot_Main .lyFoot_Nav dl {
    margin-left: 120px;
}
.lyFoot_Nav dl dd { width:100%; height: auto; margin: 0 auto; padding: 0;}
.lyFoot_Nav dl dd a { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color:rgba(240, 241, 243, 0.8); font-size: 18px; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0;}
.lyFoot_Nav dl dd a:hover { color:#fff;}
.lyFoot_Nav .lyFoot_Us {
    margin-left: 150px;
}
.lyFoot_Nav .lyFoot_Us h1 {
    font-size: 18px;
    font-weight: bold;
    color: #f0f1f3;
    height: 40px;
    line-height: 40px;
}
.lyFoot_Nav .lyFoot_Us p {
    font-size: 14px;
    color: #ffffff94;
    line-height: 1.4;
    margin: 20px 0;
}

.lyFoot_Main .lyFoot_contact { width:30%; height: auto; margin: 0; padding: 0; float: left; }
.lyFoot_contact h1 {font-size: 18px; font-weight: bold; color: #fff; line-height: 40px;}
.lyFoot_contact dl dd { font-size: 14px; color: #ffffffc9; line-height: 40px;}

.lyFoot_Logo .lyFoot_Ico { width:60%; height: auto; margin: 40px auto; padding: 0; }
.lyFoot_Ico a { display:inline-block; width:48px; height:48px; overflow:hidden; margin:0 6px; padding:0; vertical-align:top; border-radius:3px; background:none;}
.lyFoot_Ico a img { display:block; width:40px; height:40px; overflow:hidden; margin:4px auto; padding:0;}
.lyFoot_Ico a:hover { background-color:#c34b44;}

.lyFoot_Links { width:100%; height:auto; overflow:hidden; line-height:30px; color:rgba(240, 241, 243, 0.8); font-size:14px; text-align:center; margin:30px auto 0; padding:0;}
.lyFoot_Links a { display:inline-block; line-height:30px; color:rgba(240, 241, 243, 0.8); font-size:14px; vertical-align:middle;}
.lyFoot_Links a:hover { color:#fff;}

.lyFoot_Main .lyFoot_Copy { width:100%; height: auto; line-height: 30px; color: rgba(255,255,255,0.6); font-size: 14px; text-align: center; margin:10px auto 0; padding: 0;}
.lyFoot_Copy a { color:rgba(255,255,255,0.6);}
.lyFoot_Copy a:hover { color:#fff;}

.footerLink {
    display: flex;
    justify-content: center;
    margin: 26px 0 16px;
    color: #fff;
    border-top: solid 1px #ffffff40;
    padding-top: 30px;
}

.footerLink a {
    color: #ffffff66;
    margin: 0 10px;
    font-size: 15px;
    text-decoration: none;
}

.footerLink p {
    font-size: 15px;
    margin-right: 16px;
}

.footerLink a:hover {
    color: #fff;
}
/*ly_Foot 结束*/

/*网站右侧漂浮*/
.f_pf1 { padding:0 8px; background-color:#fff; border-radius:4px; box-shadow:0 0 6px rgba(117, 117, 117, 0.29); position:fixed; top:64%; right:4px; z-index:999; transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); -webkit-transform:translateY(-50%);}
.f_pf1 a.Kf, .f_pf1 .Dh a, .f_pf1 .Yx a, .f_pf1 .Wx a, .f_pf1 a.totop { display:block; width:36px; height:36px; overflow:hidden; margin:0 auto; padding:16px 10px; background-color:#fff; border-radius:0; cursor:pointer; border-bottom:1px solid #ececec;}
.f_pf1 a.Kf i, .f_pf1 .Dh a i, .f_pf1 .Yx a i, .f_pf1 .Wx a i, .f_pf1 a.totop i { display:block; width:35px; height:35px; overflow:hidden; margin:0 auto; padding:0;}

.f_pf1 .Wx a i { background:url(../images/pfIco02.png) center center no-repeat; background-size:36px 36px;}
.f_pf1 .whatsAPP a i { background:url(../images/pfIco03.png) center center no-repeat; background-size:36px 36px;}
.f_pf1 .Dh a i { background:url(../images/pfIco04.png) center center no-repeat; background-size:36px 36px;}
.f_pf1 .Yx a i { background:url(../images/pfIco01.png) center center no-repeat; background-size:36px 36px;}
.f_pf1 a.totop i { background:url(../images/pfIco05.png) center center no-repeat; background-size:36px 36px;}
.f_pf1 a.totop:hover i { background:url(../images/pfIco05_on.png) center center no-repeat; background-size:36px 36px;}

.f_pf1 .Dh, .f_pf1 .Yx, .f_pf1 .Wx { position:relative;}
.f_pf1 .Dh .tel { display:none; width:240px; height:88px; overflow:hidden; line-height:48px; color:#fff; font-size:18px; font-weight:bold; text-align:center; margin:0; padding:10px 20px; background-color:#c34b44; border-radius:0; position:absolute; right:64px; top:0;}
.f_pf1 .Dh:hover .tel { display:block;}
.f_pf1 .Yx .email { display:none; width:240px; height:49px; overflow:hidden; line-height:49px; color:#fff; font-size:18px; font-weight:bold; text-align:center; margin:0; padding:10px 20px; background-color:#c34b44; border-radius:0; position:absolute; right:64px; top:0;}
.f_pf1 .Yx:hover .email { display:block;}

.f_pf1 .Wx .code { display:none; width:140px; height:140px; margin:0; padding:10px; background-color:#fff; box-shadow:0 0 6px rgba(117, 117, 117, 0.29); border-radius:0; position:absolute; right:72px; top:0;}
.f_pf1 .Wx .code img { display:block; width:100%; height:auto; margin:0; padding:0;}
.f_pf1 .Wx:hover .code { display:block;}

.f_pf1 .whatsAPP .code { display:none; width:200px; height:230px; margin:0; padding:10px; background-color:#fff; box-shadow:0 0 6px rgba(117, 117, 117, 0.29); border-radius:0; position:absolute; right:72px; top:0;}
.f_pf1 .whatsAPP .code img { display:block; width:100%; height:auto; margin:0; padding:0;}
.f_pf1 .whatsAPP .code .tel {font-size: 15px; color: #444; line-height: 1.4; padding: 0 0 0 10px; font-weight: bold; color: #c34b44;}
.f_pf1 .whatsAPP:hover .code { display:block;}




