/*公共样式*/
body{background: #f0f0f0;}
html,body,ul,ol,dl,dt,dd{padding: 0;margin: 0;}
ul li,ol li{list-style: none;}
select,option,input,button,textarea{border: none;background: none;box-shadow: none;outline: none;}
h1,h2,h3,h4,h5,h6{padding: 0;margin: 0;}
em,i{font-style: normal;}
a,a:hover,a:focus{text-decoration: none !important;outline: none;}
img{border: none;vertical-align: middle;}
p:last-child{margin: 0;}
.w-100{width: 100%;}
.h-100{height: 100%;}
.obj-cover{object-fit: cover;font-family: 'object-fit: cover;';}
.position-relative{position: relative;}
.position-absolute{position: absolute;}
.float-left{float: left;}
.float-right{float: right;}
.contentwidth img,.contentwidth table{max-width: 100% !important;height: auto !important;}
.contentwidth{word-wrap: break-word !important;word-wrap: break-word !important;}

/*header*/
.header_bj{width: 100%;height: 35px;line-height: 35px;background: #e9e9e9;}
.header_bj ul li{display: inline-block;vertical-align: top;margin-left: 15px;}
.header_bj .header_text,.header_bj ul li a{font-size: 14px;color: #000;}
.header_bj ul li a img{height: 18px;opacity: .8;}
.header_logo{width: 100%;background: #fff;padding: 20px 0;line-height: 80px;}
.header_logo .logo-img img{height: 80px;}
.keyword_search{width: 360px;position: relative;margin-right: 10px;}
.keyword_search form input{width: 360px;height: 36px;font-size: 14px;color: #666;border: 2px solid #e93853;padding: 0 75px 0 15px;}
.keyword_search form button{width: 60px;height: 36px;line-height: 36px;font-size: 14px;color: #fff;background: #e93853;position: absolute;right: 0;top: 50%;margin-top: -18px;}
a.release img{height: 36px;}

.casesa{width: 100%;height: 50px;background: #fff;}
.menu_on_the_left{width: 240px;}
.menu_on_the_left h3{font-size: 18px;line-height: 50px;padding: 0 20px;background: #e31939;color: #fff;cursor: pointer;}
ul.menu_ul{display: none;position: absolute;width: 240px;}
.menu_on_the_left.active ul.menu_ul,.menu_on_the_left:hover ul.menu_ul{display: block;}
ul.menu_ul li{padding: 5px 10px;background: #fff;border-bottom: 1px solid #f0f0f0;position: relative;z-index: 99;}
ul.menu_ul li:last-child{border-bottom: none;}
ul.menu_ul li a{font-size: 16px;line-height: 1.8;color: #e93853;}
ul.menu_ul li.menu_ul_li{height: 66px;overflow: hidden;}
/*ul.menu_ul li.menu_ul_li:hover{width: 700px;border-left: 2px solid #e93853;}*/
ul.menu_ul li ul.sm_menu_nav li{padding: 0 10px 0 0;border-bottom: none;display: inline-block;vertical-align: top;}
ul.menu_ul li ul.sm_menu_nav li a{color: #000;}
ul.menu_ul li ul.sm_menu_nav li a:hover{color: #e93853;}

.content_on_the_right{width: 930px;}
ul.h-menu li a{display: block;line-height: 50px;padding: 0 20px;font-size: 16px;color: #000;}
ul.h-menu li a:hover{background: #e93853;color: #fff;}

/*banner*/
.slideBox{width: 100%;position: relative;overflow: hidden;width: 960px;margin-left: 240px;}
.slideBox .hd{width: 100%;height: 6px;text-align: center;position: absolute;bottom: 30px;z-index: 1;}
.slideBox .hd li{width: 12px;height: 12px;background: #fff;border-radius: 50px;margin: 0 4px;overflow:hidden;line-height: 4em;display: inline-block;vertical-align: top;cursor: pointer;transition:background 0.5s,opacity 0.9s;-webkit-transition: background .5s,opacity .5s;}
.slideBox .hd li.on{background: #e93853;}
.slideBox .bd li img{vertical-align: top;width: 100%;}

/*footer*/
footer{width: 100%;padding: 30px 0;text-align: center;background: #e31939;}
footer p,footer p a{font-size: 14px;color: #fff;line-height: 2;margin-bottom: 0;}
footer p a:hover{color: #fff;text-decoration: underline !important;}

/*分页*/
.page_info{margin-top: 40px;text-align: center;display: none;}
.page_list{margin-top: 40px;width: 100%;text-align: center;overflow: hidden;}
.page_list a{display: inline-block;color: #888;border: 1px solid #d3d3d3;font-size: 14px;margin: 2px;padding: 3px 9px;}
.page_list a.on,.page_list a:hover{background: #e31939;border-color: #e31939;color: #fff;}