@charset "utf-8";
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Source Han Sans SC' !important;
    font-style: normal;
}
body {color: #2b3242;}
.flcc{display: flex;justify-content: center;flex-direction: column}
.flrc{display: flex;justify-content: center;flex-direction: row}
.flrs{display: flex;justify-content: space-between;flex-direction: row}
/*轮播获浆**/
.aj{list-style: none;position: absolute;bottom: 56px;left:0;width: 100%;display: block !important;}
.min_ad{width: 1500px;margin: 0 auto;justify-content: space-between !important;color: #fff;font-size: 24px}
.min_ad .li{width: 323px;height: 89px;font-size: 26px;font-family: Source Han Sans SC;font-weight: 400;color: #FEFEFE;line-height: 42px;}
.min_ad .li img{width: 218px;height: 136px;position: absolute;top: -150px;display: none}
.min_ad .li:hover img{display: block}

/*场景赋能*/
.bny{clear: both;background-color: rgb(14, 9, 76);height: 820px;width: 100%;}
.sc-center{display: flex;flex-direction: column;justify-content: center;height: 100%}
.somb{display: flex;flex-direction: row;margin: 0 auto;justify-content: center;padding-bottom: 60px;}
.solist{height: 514px;width: 273px;border: 1px solid #ffffff;margin: 0 15px}
.li1 .container{background-image: url("/static/index/yc/images/23906723.png");}
.li2 .container{background-image: url("/static/index/yc/images/23906724.png");}
.li3 .container{background-image: url("/static/index/yc/images/23906725.png");}
.li4 .container{background-image: url("/static/index/yc/images/23906726.png");}
.solist > .container{border-radius: 0px;background-color: transparent;background-repeat: repeat;background-position: 0 0;background-size: auto;box-shadow: 0 0 0 transparent;height: 143px; width: 273px;}
.solist > .title{color: #ffffff;font-size: 28px;text-align: center;height: 47px;width: 273px;}
.solist .hrl{height: 20px;width: 180px;margin: 0 auto;}
.solist .hrl .line{width: 180px;height: 1px;border-bottom: rgba(221,221,221,1) 1px solid}
.bod_text{text-align: center;font-size: 18px;color: #ffffff;font-family:Source Han Sans,Geneva,sans-serif;padding-top: 5px;
    animation: buttomeaseinAnimate 1s ease 1; /*调用已定义好的动画buttomeaseinAnimate，全程运行时间1S，进入的速度曲线为ease，只播放一次*/
    -webkit-animation: buttomeaseinAnimate 1s ease 1;
    -ms-animation: buttomeaseinAnimate 1s ease 1;
    -o-animation: buttomeaseinAnimate 1s ease 1;
    -moz-animation: buttomeaseinAnimate 1s ease 1;
}
/*{"delay":0.3,"duration":0.75,"direction":"Up","animationName":"slideIn","infinite":"1"}*/
/*定义一个名字为buttomeaseinAnimate动画，实现从页面的底部淡入页面效果*/
@keyframes buttomeaseinAnimate{
    0%{ transform: translateY(2000px); opacity: 0;} /*在0%时设置文字在想X轴2000px位移处（右边），透明度为0，也就是看不见文字*/
    100%{ transform: translateY(0px); opacity: 1;} /*在100%时设置文字在想X轴0px位移处，也就是原始布局的位置，透明度为1，也就是文字可以看见了*/
}
@-webkit-keyframes buttomeaseinAnimate{
    0%{ -webkit-transform: translateY(2000px); opacity: 0;}
    100%{ -webkit-transform: translateY(0px); opacity: 1;}
}
@-o-keyframes buttomeaseinAnimate{
    0%{ -webkit-transform: translateY(2000px); opacity: 0;}
    100%{ -webkit-transform: translateY(0px); opacity: 1;}
}
@-ms-keyframes buttomeaseinAnimate{
    0%{ -webkit-transform: translateY(2000px); opacity: 0;}
    100%{ -webkit-transform: translateY(0px); opacity: 1;}
}
@-moz-keyframes buttomeaseinAnimate{
    0%{ -webkit-transform: translateY(2000px); opacity: 0;}
    100%{ -webkit-transform: translateY(0px); opacity: 1;}
}

/*公司简介*/
.bdbox{width: 100%;height: 815px;background-image: url("/static/index/hom/img/abtbg.png");background-repeat: no-repeat}
.bdbox .cent{width: 1500px;margin: 0 auto;padding-top: 98px}
.bdbox .cent .lib .title{font-size: 80px;font-weight: 500;color: #0D0D0D;line-height: 90px;}
.bdbox .cent .lib .mtit{font-size: 60px;font-weight: 500;color: #262626;line-height:70px;}
.bdbox .cent .lib .info{font-size: 30px;font-weight: 400;color: #595959;line-height: 30px;padding-top: 5px;}
.bdbox .cent .lib2{padding-top: 100px}
.bdbox .cent .lib2 .title{font-size: 60px;font-weight: 500;color: #262626;line-height: 70px;}
.bdbox .cent .lib2 .mtit{font-size: 60px;font-weight: 500;color: #262626;line-height: 70px;display: flex;justify-content: start;flex-direction: row}
.bdbox .cent .lib2 .mtit .sxbox{border: #E9215F solid 1px;border-radius: 45px; color: #E9215F;display: block;margin-left:10px;padding: 0 30px}
.bdbox .cent .lib2 .info{font-size: 34px;font-weight: 400;color: #595959;line-height: 34px;padding-top: 5px;}
.bdbox .cent .lib2 .info .span{color: #0D0D0D;font-weight: bold}
.bdbox .cent .more{background-color: #262626;text-align: center;margin-top: 70px;color: #fff;width: 173px;height: 52px;font-size: 26px}
.bdbox .cent .more a{text-decoration-line: none;color: #fff;}
/*简要说明*/
.libox{width: 100%;height: 948px;background-color: #000000;text-align: center}
.mhed{height: 287px;}
.mhed .btitle{color: #ffffff;font-size: 40px; font-weight: bold;line-height: 61px;text-align: center}
.mhed .binfo{font-size: 30px;font-weight: 400;color: #B3B3B3;line-height: 61px;text-align: center}
.dzcj{width: 1920px;height: 600px;margin: 0 auto}
.dzcj .dzb .dzl{width: 480px;height: 600px;position: relative}
.dzcj .dzb .dzl img{width: 480px;height: 600px;}
.dzcj .dzb .dzl .text{position: absolute;width: 480px;height: 600px;top: 0}
.dzcj .dzb .dzl .text .tf{ height: 36px;font-size: 36px;font-weight: bold;color: #FFFFFF;line-height: 51px;}
.dzcj .dzb .dzl .text .inf{padding-top: 62px;width: 320px;height: 57px;font-size: 23px;font-weight: 400;color: #E6E6E6;line-height: 34px;margin: 0 auto;}

/*项 目 PROJECT*/
.project{padding: 80px 0}
.project .p_title{text-align: center;line-height: 1.3;padding-bottom: 66px;}
.project .p_title .title{font-size: 40px;font-weight: bold;line-height: 61px;}
.project .p_title .mtxt{font-size: 30px;font-weight: 400;color: #B3B3B3;line-height: 61px;}
.bod_cente{height: 1250px;width: 1529px;margin: 0 auto}
.bod_cente .list-ul {margin-left: -30px;display: flex;justify-content: space-between;flex-flow: wrap;}
.bod_cente .list-ul .list-item {margin-left: 30px;margin-bottom: 30px;display: inline-block;width: 480px;min-width: 100px;overflow: hidden;list-style: none;}
.bod_cente .list-ul .list-item .list-link {width:100%;min-width: 100px;height: 100%;display: block;text-decoration: none;text-align: center;}
.bod_cente .list-ul .list-item .list-pic {width: 100%;min-width: 100px;height: 300px;padding: 0;margin: 0;vertical-align: top;clear: both;overflow: hidden;}
.bod_cente .list-ul .list-item .list-pic .listpic-in {padding: 0;margin: 0;margin-left: 0px;width: 100%;min-width: 100px;height: 300px;border: none;object-fit: cover;-webkit-transition: transform .3s linear;-moz-transition: transform .3s linear;-o-transition: transform .3s linear;-ms-transition: transform .3s linear;transition: transform .3s linear;}
.bod_cente .list-ul .list-item .list-pic .listpic-in:hover {-webkit-transform: scale(1.1) !important;-moz-transform: scale(1.1) !important;-ms-transform: scale(1.1) !important;transform: scale(1.1) !important;}
.bod_cente .list-ul .list-item .list-title {margin: 0;padding: 0;padding-top: 0px;padding-top: 5px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;-moz-text-overflow: ellipsis;font-size: 24px;color: #000000;text-align: left;font-weight: normal;font-style: normal;text-decoration: none;font-family: 'Noto Sans CJK';line-height: 50px;transition: color 200ms linear;}
.bod_cente .list-ul .list-item .list-title:hover {color: #d34d41;font-weight: normal;font-style: normal;text-decoration: none;}
.bod_cente .list-ul .list-item .list-info {margin: 0;padding: 0;font-size: 14px;color: #999999;text-align: left;font-weight: normal;font-style: normal;text-decoration: none;font-family: 'Noto Sans CJK';line-height: 18px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; -moz-text-overflow: ellipsis;overflow: hidden;}
.bod_cente .list-ul .list-item .list-date {padding: 0;margin: 0;font-size: 12px;color: #999;text-align: left;font-weight: normal;font-style: normal;text-decoration: none;font-family: Tahoma; height: 26px;line-height: 26px; white-space: nowrap;text-overflow: ellipsis;-webkit-text-overflow: ellipsis;-moz-text-overflow: ellipsis;overflow: hidden;}
.bod_cente .list-ul .list-item .hide {display: none !important;}
.more-case{clear: both;text-align: center;padding-top: 40px;}
.more-case .button {display: inline-block;width: 169px; height: 50px; line-height: 50px;border: 1px solid #444754;border-radius: 2px;box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);cursor: pointer;outline: none;text-align: center;}
.more-case .button .button-text {display: inline-block;font-family: Tahoma;font-size: 18px;color: #000000;font-weight: 400;text-decoration: none;font-style: normal;vertical-align: top;*vertical-align: middle;width: 100%;}


.scene{width: 1920px;height: 996px;background: #000000;background-image: url("/static/index/hom/img/xtxbg.png");background-repeat: no-repeat;margin:0 auto}
.scene .head{text-align: center;color: #ffffff;height: 235px;}
.scene .head .htitl{font-size: 40px;font-weight: bold;line-height: 61px;margin: 0 auto;}
.scene .head .hinfo{font-size: 30px;font-weight: 400;color: #B3B3B3;line-height: 61px;margin: 0 auto;}
.scene .scene_body ul{width: 1529px;margin: 0 auto}
.scene .scene_body ul{display: flex;justify-content: space-between;flex-flow: wrap;}
.scene .scene_body ul li{background:url("/static/index/hom/img/ibg.png") no-repeat;width:480px;height: 296px;display: block;text-align: center;margin-top: 20px}
.scene .scene_body ul li .img{width: 80px;height: 80px;margin: 0 auto;margin-top: 30px}
.scene .scene_body ul li .img img{width: 80px;height: 80px;}
.scene .scene_body ul li .tit{height: 35px;font-size: 36px;font-weight: 500;color: #FFFFFF;line-height: 64px;margin: 8px 0 41px;}
.scene .scene_body ul li .nfo{width: 363px;height: 56px;font-size: 20px;font-weight: 400;color: #CCCCCC;line-height: 34px;margin: 0 auto;}
.pd64{padding-top: 64px}

.hshb{position: relative;background-color: #040710;}
.hshb .img{width: 1950px;margin: 0 auto}
.hshb .img img{width: 1950px;height: 750px;}
.hshb .hb_bod{position: absolute;top: 0;text-align: center;width: 100%;height: 100%}
.hshb .hb_bod .title{width: 424px;height: 99px;font-size: 41px;font-weight: bold;color: #FFFFFF;line-height: 60px;margin: 0 auto;}
.hshb .hb_bod .info{display: flex;justify-content: space-between;width: 1200px;margin: 0 auto;padding-top:100px}
.hshb .hb_bod .info .liu{height: 32px;font-size: 34px;font-weight: 400;color: #FFFFFF;line-height: 59px;}
.hshb .hb_bod .info .liu span{color: #B010A0;font-weight: bold;padding-right: 20px}
/*奖项*/
.aqjx {width: 100%;height: auto;background-color: #040710}
.aqjx ul{display: flex;justify-content: center;flex-direction: row;height: 100%!important;}
.row{height: 381px; width: 1529px;margin: 0 auto;padding-top: 50px;}
.number,.number2{font-weight: bold;color: #fff;text-align: center}
.aqjx ul.ifsc-pager{display: none}

.zoom_img{width:372px !important;height:250px !important;top:-15px !important;box-shadow: 2px 2px 10px #888;z-index: 12 !important;}

.lyb{width: 100%;height: 579px;background: #040710;padding: 130px 111px 138px}
.lyb .cent{width: 1698px;height: 533px;display: flex;justify-content: space-between;}
.lyb .cent .left_box{width: 850px;}
.lyb .cent .left_box .title{width: 762px;height: 113px;font-size: 46px;font-weight: 500;color: #FFFFFF;line-height: 69px;}
.lyb .cent .left_box ul{padding-top: 100px}
.lyb .cent .left_box ul li{width: 772px;height: 30px;font-size: 30px;font-weight: 400;color: #D9D9D9;line-height: 69px;margin: 15px 0;}
.lyb .cent .left_box ul li i{border-left: 3px solid #ffffff;padding-right: 10px;}
.hr_box{height: 579px;display: flex;justify-content: center;flex-direction: column}
.hr_box i{border-right: 2px solid #fff;height: 495px;}
.right_box .guestbook{width: 652px;height: 533px;padding-left:190px}
.right_box .guestbook .rititle{height: 38px;font-size: 40px;font-weight: 400;color: #FFFFFF;line-height: 49px;text-align: center;padding-bottom: 50px}
.right_box .guestbook .error{height: 25px;padding-bottom: 10px}
.right_box .guestbook .verify.hide {display: none;}
.right_box .guestbook .verify {margin: 0;padding: 0;padding-bottom: 0px;padding-bottom: 6px;min-height: 25px;overflow: hidden;word-wrap: break-word;}
.right_box .guestbook .verify .verify-in {margin: 0;padding: 4px 8px 4px 10px;display: block;line-height: 16px;background-color: #FFE8E4;border: 1px #ffd0ca solid;font-family: Tahoma;color: #e75845;font-size: 12px;}
.right_box .guestbook .verify .verify-in {line-height: 16px;font-family: Tahoma;color: #e75845;font-size: 16px;}
.right_box .guestbook .verify .verify-in .mw-iconfont {vertical-align: top;margin-right: 10px;}

.guestbook .book_row{padding-bottom: 10px}
.guestbook .book_row input{width: 291px;height: 60px;border: 0px;background: #7A1BE8;color: #fff;padding-left: 28px;font-size: 28px;}
.guestbook .book-both .btel{background: #1E0E3F;}
.guestbook .book-both .codeimg{display: flex;justify-content: space-between}
.guestbook .book-both .codeimg input.bk-input{width: 450px}
.guestbook .book-both .codeimg img{width: 160px;height: 60px;}
.guestbook .book_row .book_itme{height: 60px;}
.guestbook .book_row .bk-textarea{width: 625px; height: 129px;background: #1E0E3F;color: #fff;padding: 39px 0 0 27px;font-size: 28px;border: 0px}
.guestbook .book-bottom .bk-btn{width: 100%;height: 60px;background: #ED1F64;font-size: 28px;border: 1px solid #000000;display: flex;text-align: center;text-decoration-line: none;justify-content: center;flex-direction: column;}


/*新闻*/
.news{padding: 60px 0 100px;height:auto;text-align: center}
.news .n-title{text-align: center;padding: 0px 0 30px;}
.news .n-title .title{font-size: 36px;line-height: 1.2}
.news .n-title .entit{font-size: 18px;font-family: Trebuchet MS,Helvetica,sans-serif;}
.news .n-item{height: 381px;width: 1529px; margin: 0 auto}
.news .n-item .list-ul {margin-left: -16px;}
.news .n-item .list-ul .list-item {margin-left: 16px;margin-bottom: 16px;display: inline-block;float: left;width: 370px;min-width: 100px;overflow: hidden;list-style: none;}
.news .n-item .list-ul .list-item .list-link {width: 370px;min-width: 100px;height: 100%;display: block;text-decoration: none;text-align: center;}
.news .n-item .list-ul .list-item .list-title {padding-top: 5px;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden; -moz-text-overflow: ellipsis;font-size: 20px;color: #000000;text-align: left;font-weight: normal;font-style: normal;text-decoration: none;font-family: 'Microsoft YaHei';line-height: 50px;transition: color 200ms linear;}
.news .n-item .list-ul .list-item .list-title:hover {color: #d34d41;font-weight: normal;font-style: normal;text-decoration: none;}
.news .n-item .list-ul .list-item .list-info {font-size: 14px;color: #999999;text-align: left;font-weight: normal;text-decoration: none;font-family: Tahoma;height: 20px;line-height: 20px;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 1; -moz-text-overflow: ellipsis;overflow: hidden;}
.news .n-item .list-ul .list-item .list-link .list-date {padding: 0;margin: 0;font-size: 12px;color: #999999;text-align: left;font-weight: normal;font-style: normal;text-decoration: none;font-family: Tahoma;height: 26px;line-height: 26px;white-space: nowrap;text-overflow: ellipsis; -webkit-text-overflow: ellipsis;-moz-text-overflow: ellipsis;overflow: hidden;}
.news .n-item .list-ul .list-item .list-pic {width: 370px;min-width: 100px;height: 256px;padding: 0;margin: 0;vertical-align: top;clear: both;overflow: hidden;}
.news .n-item .list-ul .list-item .list-link .listpic-in {padding: 0;margin: 0;margin-left: 0px;width: 370px;min-width: 100px;height: 256px;border: none;object-fit: cover; -webkit-transition: transform .3s linear; -moz-transition: transform .3s linear;-o-transition: transform .3s linear;-ms-transition: transform .3s linear;transition: transform .3s linear;}
.news .n-item .list-ul .list-item .list-link .listpic-in:hover {-webkit-transform: scale(1.1) !important;-moz-transform: scale(1.1) !important; -ms-transform: scale(1.1) !important;transform: scale(1.1) !important;}
.more_link{display: inline-block;border: 1px solid #444754;border-radius: 2px;box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);padding: 10px 20px;cursor: pointer;outline: none;text-align: center;}
.more_text {display: inline-block;font-family: Tahoma;font-size: 18px;color: #000000;font-weight: 400;text-decoration: none;font-style: normal;vertical-align: top; *vertical-align: middle;width: 100%;}

/***首页表单**/
/**表单**/
.contact_list{overflow: visible;height: 600px;position: relative;;width: 1903px;margin: 0 auto;}
.contact_list .inner {position: relative;margin: 0 auto;width:1200px;height: 100%;}
.contact_list .full{background: url(/static/index/yc/images/17213504.jpg)  50% 50% no-repeat;background-size: auto;position: absolute;width: 1903px;top: 0px;bottom: 0px;z-index: -1;}
.contact_list .inner span{color:#ffffff;font-family:Microsoft YaHei;}
.contact_list .inner editableContent{height: 100%; word-wrap:break-word;}
.contact_list .inner .title1{height: 55px; width: 700px; left: 0px; top: 101px;z-index:16;}
.contact_list .inner .title1 span{font-size:46px}
.contact_list .inner .title2{height: 49px; width: 510px; left: 1px; top: 185px;z-index:15;}
.contact_list .inner .title2 span{font-size:36px}
.contact_list .inner .title3{height: 39px; width: 400px; left: 0px; top: 232px;z-index:14;}
.contact_list .inner .title3 span{font-size:20px}
.contact_list .inner .title4{height: 24px; width: 360px; left: 0px; top: 495px;z-index:8;}
.contact_list .inner .title4 span{font-size:12px}
.contact_list .inner .title5{height: 38px; width: 200px; left: 0px; top: 296px;z-index:6;}
.contact_list .inner .title5 span{font-size:20px}
.contact_list .inner .info{height: 145px; width: 416px; left: 0px; top: 328px;z-index:7;}
.contact_list .inner .info span{font-size:14px;line-height:1.5;}
.contact_list .inner .totel{height: 52px; width: 360px; left: 1px; top: 512px;z-index:9;}
.contact_list .inner .totel span{font-size:12px}
.contact_list .inner .totel strong span{font-size:18px}
.contact_list .inner .form_title{height: 35px; width: 465px; left: 720px; top: 185px;z-index:10;display: none;}
.contact_list .inner .form_title span{font-size: 20px}

.contact_form{height: 290px; width: 420px; left: 720px; top: 240px;z-index:1;display: none;}

.contact_form .guestbook {margin: 0;padding: 0;width: 100%;height: auto;}
.contact_form .guestbook .verify.hide {display: none;}
.contact_form .guestbook .verify {margin: 0;padding: 0;padding-bottom: 0px;padding-bottom: 6px;min-height: 21px;overflow: hidden;word-wrap: break-word;}
.contact_form .guestbook .verify .verify-in {margin: 0;padding: 4px 8px 4px 10px;display: block;line-height: 16px;background-color: #FFE8E4;border: 1px #ffd0ca solid;font-family: Tahoma;color: #e75845;font-size: 12px;}
.contact_form .guestbook .verify .verify-in {line-height: 16px;font-family: Tahoma;color: #e75845;font-size: 16px;}
.contact_form .guestbook .verify .verify-in .mw-iconfont {vertical-align: top;margin-right: 10px;}
.contact_form .guestbook .book-both .both-inner {float: left;width: 50%;margin: 0;}
.contact_form .guestbook .book-both .both-inner:first-child .inner-box {margin: 0;padding-left: 0;padding-right: 5px;}
.contact_form .guestbook .book-item {margin: 0 0 12px 0;padding: 0 12px;height: 36px;overflow: hidden;border-radius: 0;background-color: rgb(237, 241, 245);}
.contact_form .guestbook .book-item .bk-input {margin: 0;padding: 7px 0;width: 100%;min-height: 22px;line-height: 22px;border: none;background-color: transparent;outline: none;color: #666666;font-size: 14px;font-family: Tahoma;font-weight: 400;font-style: normal;text-decoration: none;
    -webkit-transition: all 200ms linear;-moz-transition: all 200ms linear;-o-transition: all 200ms linear;-ms-transition: all 200ms linear;transition: all 200ms linear;}
.contact_form .guestbook .book-item.item-textarea {width: 100%;margin: 0 0 12px 0;padding: 8px 12px;min-height: 130px;border-radius: 0;}
.contact_form .guestbook .book-item.item-textarea .bk-textarea {margin: 0;padding: 0 12px 0 0;width: 100%;height: 130px;line-height: 1.6;border: none;border-top-color: currentcolor;border-right-color: currentcolor;border-bottom-color: currentcolor;border-left-color: currentcolor;border-color: transparent;background-color: transparent;resize: none;outline: none;color: #666666;font-size: 14px;font-family: Tahoma;font-weight: 400;font-style: normal;text-decoration: none;-webkit-transition: all 200ms linear;-moz-transition: all 200ms linear;-o-transition: all 200ms linear;-ms-transition: all 200ms linear;transition: all 200ms linear;}
.contact_form .guestbook .bk-code {margin: 0 0 12px 0;padding: 0 120px 0 0;position: relative;}
.contact_form .guestbook .bk-code .book-item {margin: 0;border-top-right-radius: 0;border-bottom-right-radius: 0;}
.contact_form .guestbook .book-item {margin: 0 0 12px 0;padding: 0 12px;height: 36px;overflow: hidden;border-radius: 0;-webkit-border-radius: 0;border-top-right-radius: 0px;border-bottom-right-radius: 0px;-moz-border-radius: 0;border-top-width: 0;border-top-style: solid;border-top-color: transparent;border-right-width: 0;border-right-style: solid;border-right-color: transparent;border-bottom-width: 0;border-bottom-style: solid;border-bottom-color: transparent;border-left-width: 0;border-left-style: solid;border-left-color: transparent;background-color: rgb(237, 241, 245);background-image: none;background-repeat: no-repeat;background-position: 0 0;background: -moz-linear-gradient(top, none, none);background: -o-linear-gradient(top, none, none);background: linear-gradient(top, none, none);background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));}
.contact_form .guestbook .bk-code .codeimg {margin: 0;padding: 2px;position: absolute;top: 0;right: 0;bottom: 0;width: 115px;border: 0 solid transparent;background-color: rgb(237, 241, 245);text-align: center;}
.contact_form .guestbook .bk-code .codeimg img {margin: 0;padding: 0;width: 100px;height: 32px;font-size: 12px;}
.contact_form .guestbook .book-bottom {margin: 0; *margin-top: -12px;padding: 0;text-align: right;}
.contact_form .guestbook .book-bottom .bk-btn {display: inline-block;margin: 0;padding: 0 16px;outline: none;min-width: 66px;height: 36px;line-height: 36px;border-radius: 3px;background-color: rgb(211, 77, 64);text-align: center;text-decoration: none;cursor: pointer;color: #000000;font-size: 14px;font-family: Tahoma;font-weight: 400;font-style: normal;text-decoration: none;transition: all 200ms linear;}
.contact_form .guestbook .book-bottom .bk-btn:hover {background-color: rgb(211, 77, 64);color: #000000;font-weight: bold;font-style: normal;text-decoration: none;}


.sycj{width: 1920px;height: 800px;background-color: #1d1c22;background-image: url("/static/index/hom/img/scbg.png");margin: 10px auto}
.scbod{position: relative;width: 100%;height: 100%}
.syc_video{position: absolute;width: 1000px;height: 560px;top: 120px;right: 80px}