@charset "utf-8";
/* CSS Document */

/*ry head*/
.ry_head {height: 62px;width: 100%;position: fixed;top: 0px;background: #000;z-index: 1000;}
.ry_head_center {width: 1315px;margin: 0 auto;}
.ry_head_logo>img {margin-top: 8px;}

.ry_head_nav {margin-left: 170px;}
.ry_head_nav>ul {padding-top: 15px;}
.ry_head_nav>ul>li {float: left;margin-right: 75px;position: relative;}
.ry_head_nav>ul>li>a {font-size: 24px;color: #fff;display: inline-block;height: 30px;line-height: 30px;}
.ry_head_nav>ul>li.active_li>a {color: #f7a502;border-bottom: 2px solid #f7a502;}
.ry_head_nav>ul>li:hover >a{color: #f7a502;border-bottom: 2px solid #f7a502;}
.ry_head_nav>ul>li:hover .show_menu_box {display: block;}
.show_menu_box {position: absolute;left: -37px;top: 30px;display: none;}
.show_menu {border: 1px solid #fff;margin-top: 10px;width: 170px;border: 1px solid #f7a502;background: #000;}
.show_menu>li {height: 40px;text-align: center;position: relative;}
.show_menu>li>a,.menu_small>li>a {color: #fff;width: 100%;height: 100%;display: inline-block;font-size: 20px;line-height: 40px;}
.show_menu>li:hover,.menu_small>li:hover {background: #464545;}
.menu_small_box {position: absolute;left: 170px;top: -1px;display: none;}
.menu_small {margin-left: 3px;background: #000;border: 1px solid #f7a502;width: 280px;}
.menu_small>li{height: 40px;text-align: center；}
.show_menu>li:hover .menu_small_box {display: block;}

.ry_head_search {}
.head_search_box {height: 30px;width: 250px;background: #f1b640;margin-top: 16px;}
.head_search_box>input {height: 24px;width: 190px;background: #322c2c;border: none;outline: none;margin-top: 3px;margin-left: 3px;color: #fff;font-size: 14px;padding-left: 5px;padding-right: 5px;}
.head_search_box>span {font-size: 18px;color: #070808;}

/*ry footer*/
.rf_footer {height: 225px;width: 100%;background: #fff;}
.rf_footer_center {width: 1060px;margin: 0 auto;text-align: center;}
.rf_footer_center>ul {overflow: hidden;padding-top: 55px;}
.rf_footer_center>ul>li {display: inline;margin-right: 10px;}
.rf_footer_center>ul>li:nth-child(1) {margin-left: 30px;}
.rf_footer_center>ul>li>a {color: #000000;font-size: 12px;font-family: '[AdobeHeitiStd]';}
.rf_footer_center>ul>li>a:hover {text-decoration: underline;}
.rf_footer_center>p {color: #000;font-size: 14px;line-height: 48px;}
.rf_footer_center>p.footer_p {margin-top: 8px;}

