@charset "utf-8";
/*公用*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, textarea, select, p, th, td {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}
body, td, th {
    color: #444;
    font-family: "微软雅黑";
    font-size: 14px;
}
body {
    background: #f6f6f6;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
select {
    font-size: 15px;
}
li, dt, dd {
    list-style: none;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
img {
    border: 0;
    vertical-align: middle;
}
.clear {
    clear: both;
}
.hide {
    display: none;
}
.f-fl {
    float: left;
}
.f-fr {
    float: right;
}
.ruocy-main-bt {
    margin: 0 auto;
    width: 500px;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
    text-align: center;
    font-size: 28px;
    color: #333;
}
.ruocy-main-bt a {
    color: #333;
}
.ruocy-main-bt a:hover {
    color: #d9241b;
}
.ruocy-main-bt2 {
    margin: 0 auto;
    width: 500px;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
    text-align: center;
    font-size: 28px;
    color: #fff;
}
.ruocy-main-bt2 a {
    color: #fff;
}
.ruocy-main-bt2 a:hover {
    color: #d9241b;
}
.ruocy-main-sub {
    margin: 0 auto;
    width: 1000px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 25px;
    text-align: center;
    font-size: 15px;
    color: #999;
}
/*头部*/
.header {
    width: 100%;
    min-width: 1200px;
    height: 120px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 6px rgba(51, 51, 51, 0.1);
    -o-box-shadow: 0px 2px 6px rgba(51, 51, 51, 0.1);
    box-shadow: 0px 2px 6px rgba(51, 51, 51, 0.1);
}
.topbar {
    margin: 0 auto;
    width: 100%;
    min-width: 1200px;
    height: 40px;
    background: #f3f6f8;
    border-bottom: 1px solid #e7ebed;
}
.ruocy-con {
    margin: 0 auto;
    width: 1200px;
    overflow: auto;
    zoom: 1;
}
.welcome {
    margin-left: 20px;
    width: 600px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
}
.other ul li {
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
}
.other ul li a {
    color: #666;
}
.other ul li a:hover {
    color: #d9241b;
}
.other ul li i {
    font-size: 16px;
    color: #aaa;
}
.search {
    height: 38px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.search i {
    font-size: 24px!important;
    color: #999;
}
.search .so {
    width: 240px;
    height: 40px;
    display: none;
    position: absolute;
    top: 0px;
    left: -240px;
    z-index: 9;
    background: #f00;
    overflow: hidden;
}
.search:hover .so {
    display: block;
    z-index: 9;
}
.search .so .input_text {
    float: left;
    padding-left: 10px;
    width: 170px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border: 0;
}
.search .so .input_submit {
    float: right;
    border: 0;
    color: #fff;
    outline: none;
    width: 60px;
    display: block;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    background: #3399ff;
}
.logo {
    width: 600px;
    height: 70px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.logo img {
    margin-left: 20px;
    width: 470px;
    height: 70px;
}
.tel {
    width: 230px;
    height: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.tel img {
    margin-right: 10px;
    width: 217px;
    height: 50px;
}
.menu {
    margin: 0 auto;
    width: 100%;
    min-width: 1200px;
    height: 60px;
    background: #116bc4;
}
#nav {
    margin: 0 auto;
    width: 1200px;
    line-height: 60px;
    text-align: center;
}
#nav li {
    float: left;
    width: 150px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    font-weight: normal;
    margin: 0;
}
#nav li a {
    display: block;
    height: 60px;
    color: #fff;
    text-decoration: none;
    text-align: center;
}
#nav li a:hover {
    display: block;
    color: #fff;
}
#nav li.active {
    display: block;
    color: #fff;
    background: #0c57ad;
}
#nav li.active a {
    color: #fff;
}
#nav li:hover {
    position: relative;
    z-index: 9998;
    color: #fff;
    background: #0c57ad;
}
#nav li:hover a {
    color: #fff;
}
#nav dl {
    position: absolute;
    left: -9999px;
    top: -9999px;
    margin: 0;
    padding: 0;
    list-style: none;
}
#nav li:hover dl.sub {
    left: 0px;
    top: 60px;
    width: 100%;
    background: #fff;
    overflow: auto;
    zoom: 1;
    z-index: 9999;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
    -ms-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
}
#nav li:hover dl.sub dd {
    display: block;
    height: 40px;
    text-align: center;
    line-height: 40px;
    position: relative;
    float: left;
    width: 100%;
    font-weight: normal;
    border-bottom: 1px solid #eee;
}
#nav li:hover dl.sub dd:last-child {
    border-bottom: 0px solid #fff;
}
#nav li:hover dl.sub dd a {
    display: block;
    font-size: 15px;
    height: 40px;
    width: 100%;
    line-height: 40px;
    color: #000;
    text-decoration: none;
}
#nav li:hover dl.sub dd:hover {
    background: #3399ff;
    color: #fff;
}
#nav li:hover dl.sub dd:hover a {
    color: #fff;
}
.ruocy_k {
    margin: 0 auto;
    width: 1200px;
    height: 120px;
    overflow: hidden;
}
/*Banner*/
.ruocy-banner {
    position: relative;
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}
.ruocy-banner .bd li {
    position: relative;
    overflow: hidden;
}
.ruocy-banner .bd li .rcby {
    position: absolute;
    width: 80%;
    height: 160px;
    top: 35%;
    left: 10%;
    z-index: 1;
}
.ruocy-banner .bd li .rcby h2 {
    font-size: 50px;
    line-height: 80px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: rgba(0,0,0,0.2);
}
.ruocy-banner .bd li .rcby p {
    font-size: 50px;
    line-height: 80px;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,0.2);
}
.ruocy-banner .hd {
    position: absolute;
    bottom: 30px;
    z-index: 1;
    width: 100%;
    height: 12px;
    text-align: center;
}
.ruocy-banner .hd ul {
    padding: 3px 5px;
    display: inline-block;
    height: 6px;
    font-size: 0;
    vertical-align: top;
}
.ruocy-banner .hd ul li {
    margin: 0 5px;
    display: inline-block;
    width: 30px;
    height: 6px;
    background: #fff;
    vertical-align: top;
    overflow: hidden;
}
.ruocy-banner .hd ul .on {
    background: #c00;
}
.ruocy-banner .bd {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
}
.ruocy-banner .bd li img {
    display: block;
    width: 100%;
    height: auto;
    border: none;
}
.ruocy-banner .prev, .ruocy-banner .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 40px;
    height: 50px;
    color: #fff;
    filter: alpha(opacity=30);
    opacity: 0.3;
}
.ruocy-banner .prev i, .ruocy-banner .next i {
    font-size: 50px;
}
.ruocy-banner .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}
.ruocy-banner .prev:hover, .ruocy-banner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.ruocy-banner .prevStop {
    display: none;
}
.ruocy-banner .nextStop {
    display: none;
}
/*关于*/
.ruocy-about {
    padding-top: 30px;
    width: 100%;
    height: 420px;
    text-align: center;
    background: url(../images/about-bg.jpg) top center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
}
.ruocy-about-wz {
    width: 550px;
    overflow: hidden;
}
.ruocy-about-title {
    margin: 0 auto;
    width: 630px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    font-size: 28px;
    color: #fff;
}
.ruocy-about-con {
    margin: 0 auto;
    margin-top: 20px;
    width: 530px;
    height: 240px;
    line-height: 30px;
    text-align: left;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
}
.ruocy-about-con p {
    text-indent: 2em;
}
.ruocy-about-more {
    display: block;
    width: 120px;
    height: 40px;
    border: 1px solid #fff;
    color: #fff;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
    margin-top: 20px;
}
.ruocy-about-more a {
    display: block;
    width: 120px;
    height: 40px;
}
.ruocy-about-more:hover {
    background: #d9241b;
    border: 1px solid #d9241b;
    color: #fff;
}
.ruocy-about-pic {
    position: relative;
    width: 600px;
    height: 350px;
    overflow: hidden;
    margin-top: 20px;
}
.ruocy-about-pic img {
    width: 600px;
    height: 350px;
}
.ruocy-about-icon {
    position: absolute;
    top: 150px;
    left: 270px;
    color: #fff;
    font-size: 50px;
}
/*产品*/
.ruocy-pro {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
}
.ruocy-pro .hd {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}
.ruocy-pro .hd ul {
    margin: 0 auto;
    display: inline-block;
    height: 40px;
    background: #e7ecf0;
    overflow: hidden;
}
.ruocy-pro .hd ul li {
    float: left;
    padding: 0 20px;
    color: #333;
    cursor: pointer;
}
.ruocy-pro .hd ul .on {
    background: #d9241b;
    color: #fff;
}
.ruocy-pro .bd li {
    width: 270px;
    height: 240px;
    background: #fff;
    float: left;
    margin-left: 14px;
    margin-right: 14px;
    border: 1px solid #eee;
    -moz-box-shadow: 0 0 10px rgba(200,200,200,.3);
    -webkit-box-shadow: 0 0 10px rgba(200,200,200,.3);
    box-shadow: 0 0 10px rgba(200,200,200,.3);
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.ruocy-pro .bd li:nth-child(4n) {
    float: right;
    margin-right: 14px;
}
.ruocy-pro .bd li a {
    display: block;
    width: 270px;
    height: 240px;
}
.ruocy-pro .bd li:hover {
    border: 1px solid #eee;
    -moz-box-shadow: 0 0 10px rgba(200,200,200,.7);
    -webkit-box-shadow: 0 0 10px rgba(200,200,200,.7);
    box-shadow: 0 0 10px rgba(200,200,200,.7);
}
.ruocy-pro .bd li img {
    margin: 0 auto;
    margin-top: 10px;
    width: 250px;
    height: 188px;
}
.ruocy-pro .bd li h2 {
    margin: 0 auto;
    width: 240px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ruocy-pro .bd li:hover h2 {
    color: #d9241b;
}
/*新闻*/
.ruocy-news {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
}
.ruocy-news .hd {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}
.ruocy-news .hd ul {
    margin: 0 auto;
    display: inline-block;
    height: 40px;
    background: #fff;
    overflow: hidden;
    -moz-box-shadow: 0 0 10px rgba(200,200,200,.3);
    -webkit-box-shadow: 0 0 10px rgba(200,200,200,.3);
    box-shadow: 0 0 10px rgba(200,200,200,.3);
}
.ruocy-news .hd ul li {
    float: left;
    padding: 0 20px;
    color: #333;
    cursor: pointer;
}
.ruocy-news .hd ul .on {
    background: #3399ff;
    color: #fff;
}
.ruocy-news .bd li {
    width: 550px;
    height: 120px;
    background: #fff;
    float: left;
    margin-left: 14px;
    margin-right: 14px;
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    -moz-box-shadow: 0 0 10px rgba(200,200,200,.3);
    -webkit-box-shadow: 0 0 10px rgba(200,200,200,.3);
    box-shadow: 0 0 10px rgba(200,200,200,.3);
}
.ruocy-news .bd li:hover {
    -moz-box-shadow: 0 0 10px rgba(200,200,200,.7);
    -webkit-box-shadow: 0 0 10px rgba(200,200,200,.7);
    box-shadow: 0 0 10px rgba(200,200,200,.7);
}
.ruocy-news .bd li:nth-child(2n) {
    float: right;
    margin-right: 14px;
}
.ruocy-news .bd li .new-img {
    width: 180px;
    display: inline-block;
    overflow: hidden;
    margin-right: 10px;
    float: left;
}
.ruocy-news .bd li .new-img img {
    width: 180px;
    height: 120px;
}
.ruocy-news .bd li .new-title {
    line-height: 30px;
    font-weight: normal;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ruocy-news .bd li .new-title a {
    font-size: 18px;
    color: #333;
}
.ruocy-news .bd li .new-title a:hover {
    color: #d9241b;
    transition: all 0.5s ease-out;
    text-decoration: none!important;
}
.ruocy-news .bd li .new-other {
    height: 20px;
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
}
.ruocy-news .bd li .new-other span {
    padding-right: 20px;
    color: #999;
    font-size: 14px;
}
.ruocy-news .bd li .new-other span a {
    color: #999;
    font-size: 14px;
}
.ruocy-news .bd li .new-other span a:hover {
    color: #d9241b;
}
.ruocy-news .bd li .new-other i {
    font-size: 14px;
    color: #aaa;
    margin-right: 5px;
}
.ruocy-news .bd li .new-info {
    height: 50px;
    line-height: 25px;
    font-size: 14px;
    color: #666;
    text-align: left;
    overflow: hidden;
}
/*图片*/
.ruocy-photo {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
    margin-bottom: 30px;
}
.ruocy-photo .bd li {
    width: 370px;
    height: 310px;
    background: #fff;
    float: left;
    margin-left: 14px;
    margin-right: 14px;
    border: 1px solid #eee;
    -moz-box-shadow: 0 0 10px rgba(200,200,200,.3);
    -webkit-box-shadow: 0 0 10px rgba(200,200,200,.3);
    box-shadow: 0 0 10px rgba(200,200,200,.3);
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.ruocy-photo .bd li:nth-child(3n) {
    float: right;
    margin-right: 14px;
}
.ruocy-photo .bd li a {
    display: block;
    width: 370px;
    height: 310px;
}
.ruocy-photo .bd li:hover {
    border: 1px solid #eee;
    -moz-box-shadow: 0 0 10px rgba(200,200,200,.7);
    -webkit-box-shadow: 0 0 10px rgba(200,200,200,.7);
    box-shadow: 0 0 10px rgba(200,200,200,.7);
}
.ruocy-photo .bd li img {
    margin: 0 auto;
    width: 370px;
    height: 260px;
}
.ruocy-photo .bd li h2 {
    margin: 0 auto;
    width: 350px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ruocy-photo .bd li:hover h2 {
    color: #d9241b;
}
/*底部*/
.footer {
    margin: 0 auto;
    width: 100%;
    min-width: 1200px;
    background: #171717;
    overflow: auto;
    zoom: 1;
}
.footer .foot-main {
    padding: 25px 0;
    overflow: hidden;
}
.footer .foot-main .f-tit {
    height: 60px;
    line-height: 50px;
    position: relative;
    margin-bottom: 20px;
}
.footer .foot-main .f-tit span {
    display: inline-block;
    height: 50px;
    position: relative;
    color: #989898;
    font-size: 18px;
}
.footer .foot-main .f-tit span:after {
    content: "";
    width: 32px;
    height: 3px;
    background-color: #5c5c5c;
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: 1;
}
.footer .foot-main .f-tit:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #282828;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}
.footer .contact-list {
    width: 320px;
}
.footer .contact-list li {
    float: left;
    width: 320px;
    line-height: 35px;
    font-size: 15px;
    color: #999;
}
.footer .contact-list li i {
    margin-right: 10px;
}
.footer .contact-list {
    width: 300px;
}
.footer .contact-list li {
    float: left;
    width: 300px;
    line-height: 35px;
    font-size: 15px;
    color: #999;
}
.footer .contact-list li i {
    margin-right: 10px;
}
.footer .foot-colm {
    margin-left: 15px;
    margin-top: 10px;
    width: 750px;
}
.footer .colm-list {
    margin: 0 auto;
    display: table;
}
.footer .colm-list dl {
    float: left;
    width: 150px;
    overflow: hidden;
}
.footer .colm-list dl dt {
    float: left;
    width: 150px;
    font-size: 16px;
    color: #fff;
    line-height: 35px;
    text-align: center;
}
.footer .colm-list dl dd {
    float: left;
    width: 150px;
    font-size: 15px;
    color: #989898;
    line-height: 35px;
    text-align: center;
}
.footer .colm-list dl dd a {
    color: #989898;
}
.footer .colm-list dl dd a:hover {
    color: #d9241b;
}
.footer .foot-main .wxewm {
    padding-top: 20px;
    width: 120px;
}
.footer .foot-main .wxewm img {
    width: 120px;
    height: 120px;
}
.footer .foot-main .wxewm p {
    margin-top: 10px;
    font-size: 14px;
    color: #aeaeae;
    text-align: center;
    line-height: 20px;
}
/*版权*/
.copyright {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #aaa;
    background: #111111;
    text-align: center;
}
.copyright a {
    color: #a1a1a1;
}
.copyright a:hover {
    color: #d9241b;
}
/*子页公用*/
.ruocy-pban {
    width: 100%;
    min-width: 1200px;
    height: 300px;
    line-height: 300px;
    overflow: hidden;
    position: relative;
}
.ruocy-bant {
    margin: 0 auto;
    display: block;
    width: 1160px;
    height: 60px;
    font-size: 40px;
    color: #fff;
    text-align: left;
}
.ruocy-wzdh {
    margin: 0 auto;
    width: 100%;
    min-width: 1200px;
    height: 60px;
    border-bottom: 1px solid #ebebeb;
    background: #fff;
}
.ruocy-colm {
    margin-top: 10px;
    height: 40px;
}
.ruocy-colm ul li {
    float: left;
    height: 40px;
    line-height: 40px;
    color: #363636;
    background: #fff;
    font-size: 16px;
}
.ruocy-colm ul li a {
    display: block;
    padding: 0 15px;
    color: #363636;
}
.ruocy-colm ul li:hover a {
    color: #fff;
    background: #3399ff;
}
.ruocy-colm ul li.active a {
    color: #fff;
    background: #3399ff;
}
.position {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #999;
    text-align: right;
    margin-right: 20px;
}
.position a {
    color: #999;
}
.position a:hover {
    color: #d9241b;
}
.position i {
    margin-right: 5px;
    color: #aaa;
}
/*子页新闻列表*/
.newslist {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
    margin-top: 15px;
}
.newslist ul li {
    float: left;
    width: 1180px;
    padding: 10px;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 15px;
    background: #fff;
}
.newslist ul li .new-img {
    width: 240px;
    display: inline-block;
    overflow: hidden;
    margin-right: 10px;
    float: left;
}
.newslist ul li .new-img img {
    width: 240px;
    height: 150px;
}
.newslist ul li .new-title {
    line-height: 30px;
    font-weight: normal;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newslist ul li .new-title a {
    font-size: 18px;
    color: #333;
}
.newslist ul li .new-title a:hover {
    color: #d9241b;
    transition: all 0.5s ease-out;
    text-decoration: none!important;
}
.newslist ul li .new-other {
    height: 20px;
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
}
.newslist li .new-other span {
    padding-right: 20px;
    color: #999;
    font-size: 14px;
}
.newslist ul li .new-other span a {
    color: #999;
    font-size: 14px;
}
.newslist ul li .new-other span a:hover {
    color: #d9241b;
}
.newslist ul li .new-other i {
    font-size: 14px;
    color: #aaa;
    margin-right: 5px;
}
.newslist ul li .new-info {
    max-height: 75px;
    line-height: 25px;
    font-size: 14px;
    color: #666;
    text-align: left;
    overflow: hidden;
}
/*子页课程列表*/
.prolist {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
    margin-top: 15px;
}
.prolist ul li {
    width: 270px;
    height: 240px;
    background: #fff;
    float: left;
    margin-left: 14px;
    margin-right: 14px;
    border: 1px solid #eee;
    -moz-box-shadow: 0 0 10px rgba(200,200,200,.3);
    -webkit-box-shadow: 0 0 10px rgba(200,200,200,.3);
    box-shadow: 0 0 10px rgba(200,200,200,.3);
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.prolist ul li:nth-child(4n) {
    float: right;
    margin-right: 14px;
}
.prolist ul li a {
    display: block;
    width: 270px;
    height: 240px;
}
.prolist ul li:hover {
    border: 1px solid #eee;
    -moz-box-shadow: 0 0 10px rgba(200,200,200,.7);
    -webkit-box-shadow: 0 0 10px rgba(200,200,200,.7);
    box-shadow: 0 0 10px rgba(200,200,200,.7);
}
.prolist ul li img {
    margin: 0 auto;
    margin-top: 10px;
    width: 250px;
    height: 188px;
}
.prolist ul li h2 {
    margin: 0 auto;
    width: 240px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.prolist ul li:hover h2 {
    color: #d9241b;
}
/*子页团队列表*/
.teamlist {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
    margin-top: 20px;
}
.teamlist ul li {
    width: 370px;
    height: 560px;
    background: #fff;
    float: left;
    margin-left: 14px;
    margin-right: 14px;
    border: 1px solid #eee;
    -moz-box-shadow: 0 0 10px rgba(200,200,200,.3);
    -webkit-box-shadow: 0 0 10px rgba(200,200,200,.3);
    box-shadow: 0 0 10px rgba(200,200,200,.3);
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.teamlist ul li:nth-child(3n) {
    float: right;
    margin-right: 14px;
}
.teamlist ul li a {
    display: block;
    width: 370px;
    height: 580px;
}
.teamlist ul li:hover {
    border: 1px solid #eee;
    -moz-box-shadow: 0 0 10px rgba(200,200,200,.7);
    -webkit-box-shadow: 0 0 10px rgba(200,200,200,.7);
    box-shadow: 0 0 10px rgba(200,200,200,.7);
}
.teamlist ul li img {
    margin: 0 auto;
    width: 370px;
    height: 385px;
}
.teamlist ul li h2 {
    margin: 0 auto;
    width: 350px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.teamlist ul li:hover h2 {
    color: #d9241b;
}
.teamlist ul li p {
    margin: 0 auto;
    width: 350px;
    height: 120px;
    line-height: 30px;
    font-size: 15px;
    color: #666;
    text-align: left;
    overflow: hidden;
}
/*子页图片列表*/
.photolist {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
    margin-top: 20px;
}
.photolist ul li {
    width: 370px;
    height: 310px;
    background: #fff;
    float: left;
    margin-left: 14px;
    margin-right: 14px;
    border: 1px solid #eee;
    -moz-box-shadow: 0 0 10px rgba(200,200,200,.3);
    -webkit-box-shadow: 0 0 10px rgba(200,200,200,.3);
    box-shadow: 0 0 10px rgba(200,200,200,.3);
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.photolist ul li:nth-child(3n) {
    float: right;
    margin-right: 14px;
}
.photolist ul li a {
    display: block;
    width: 370px;
    height: 310px;
}
.photolist ul li:hover {
    border: 1px solid #eee;
    -moz-box-shadow: 0 0 10px rgba(200,200,200,.7);
    -webkit-box-shadow: 0 0 10px rgba(200,200,200,.7);
    box-shadow: 0 0 10px rgba(200,200,200,.7);
}
.photolist ul li img {
    margin: 0 auto;
    width: 370px;
    height: 260px;
}
.photolist ul li h2 {
    margin: 0 auto;
    width: 350px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.photolist ul li:hover h2 {
    color: #d9241b;
}
/*分页*/
.pagenum {
    margin: 15px 20px 35px 20px;
    text-align: center;
}
.pagenum .pages {
    color: #999;
    _width: 100%;
    _clear: both;
    text-align: center;
}
.pagenum .pages a {
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #ddd;
    background: #fff;
    margin: 0 5px;
    font-size: 15px;
    color: #000;
}
.pagenum .pages a:hover {
    background: #ff6666;
    color: #fff;
    border: 1px solid #ff6666;
    text-decoration: none;
    font-weight: normal;
}
.pagenum .pages .page-num-current {
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #d9241b;
    background: #d9241b;
    margin: 0 5px;
    font-size: 15px;
    color: #fff;
}
/*内容*/
.detail-article {
    margin: 0 auto;
    position: relative;
    width: 1200px;
    background: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}
.article-title h2 {
    margin: 0 auto;
    width: 1120px;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    font-style: normal;
    color: #363636;
    margin-top: 20px;
}
.article-author {
    margin: 0 auto;
    width: 1120px;
    color: #999;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}
.data-article {
    margin: 0 auto;
    line-height: 36px;
    color: #333;
    width: 1120px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.data-article p {
    text-indent: 2em;
    font-size: 18px;
    width: 1120px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.data-article p img {
    text-align: center;
    vertical-align: middle;
    max-width: 1120px;
    height: auto;
    margin-top: 5px;
}
/*分享*/
.share {
    margin: 0 auto;
    width: 1120px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    overflow: hidden;
    border: 1px dashed #aaa;
    margin-top: 30px;
}
.share span {
    float: left;
    font-size: 15px;
    color: #363636;
    padding-left: 20px;
    font-weight: bold;
}
.pre_next {
    margin: 20px 40px;
    overflow: auto;
    zoom: 1;
    line-height: 30px;
    text-align: left;
    font-size: 15px;
    color: #363636;
}
.pre_next a {
    font-size: 15px;
}
.pre_next a:hover {
    font-size: 15px;
    color: #d9241b;
}
.pn_wz {
    font-size: 15px;
    color: #303030;
    text-decoration: none;
    font-weight: bold;
}
/*留言*/
.ruocy-gbook {
    margin: 0 auto;
    width: 1200px;
    overflow: auto;
    zoom: 1;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #fff;
}
.gbook-tip {
    margin: 0 auto;
    width: 1000px;
    padding: 10px;
    border: 1px dashed #ccc;
    font-size: 16px;
    line-height: 35px;
    text-indent: 2em;
    margin-top: 30px;
}
.gbook {
    margin: 0 auto;
    width: 1200px;
    overflow: auto;
    zoom: 1;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #fff;
}
.gbook label {
    float: left;
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: right;
    color: #363636;
    font-size: 16px;
}
.gbook label em {
    color: #f00;
    margin-right: 5px;
    font-size: 16px;
}
.gbook .rcbox1 {
    float: left;
    width: 920px;
    height: 60px;
}
.gbook .rcbox1 input {
    height: 42px;
    text-align: left;
    border: 1px solid #ddd;
    margin-top: 9px;
    font-size: 14px;
    padding-left: 10px;
}
.gbook .rcbox1 span {
    margin-left: 20px;
    color: #f00;
    font-size: 14px;
}
.gbook .rcbox2 {
    float: left;
    width: 920px;
    height: 120px;
}
.gbook .rcbox2 textarea {
    text-align: left;
    border: 1px solid #ddd;
    margin-top: 9px;
    font-size: 14px;
    padding-left: 10px;
}
.gbook .rcbox3 {
    float: left;
    width: 920px;
    height: 60px;
    margin-top: 15px;
}
.gbook .rcbox3 button {
    height: 45px;
    border: 0px solid #ddd;
    margin-top: 9px;
    padding-left: 10px;
}
.w100 {
    width: 100px;
    border-radius: 3px;
}
.w500 {
    width: 500px;
    border-radius: 3px;
}
.w800 {
    width: 800px;
    border-radius: 3px;
}
.w900 {
    width: 900px;
    border-radius: 3px;
}
.h200 {
    height: 100px;
    border-radius: 3px;
}
.ysub {
    width: 200px;
    line-height: 45px;
    background: #d9241b;
    background-image: linear-gradient(180deg, #ff3333, #d9241b);
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 3px;
    border: 0;
    cursor: pointer
}
/*产品*/
.product {
    margin: 0 auto;
    position: relative;
    width: 1160px;
    background: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 20px;
}
.pro-pic {
    width: 500px;
    height: 375px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0px;
    border-radius: 0px;
}
.pro-pic .hd {
    height: 10px;
    position: absolute;
    z-index: 1;
    bottom: 20px;
    right: 10px;
}
.pro-pic .hd ul {
    display: inline-block;
    overflow: hidden;
    zoom: 1;
}
.pro-pic .hd ul li {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #fff;
    cursor: pointer;
}
.pro-pic .hd ul li.on {
    background: #ff9900;
    color: #fff;
}
.pro-pic .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.pro-pic .bd li {
    zoom: 1;
    vertical-align: middle;
}
.pro-pic .bd img {
    width: 500px;
    height: 375px;
    display: block;
}
.pro-pic .prev, .pro-pic .next {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -37px;
    display: block;
    width: 40px;
    height: 74px;
    background: url(../images/focus_btn.png) 0px -74px no-repeat;
}
.pro-pic .next {
    left: auto;
    right: 0;
    background-position: -40px -74px;
}
.pro-pic .prev:hover, .pro-pic .next:hover {
    background: url(../images/focus_btn.png) 0px 0px no-repeat;
}
.pro-pic .next:hover {
    left: auto;
    right: 0;
    background-position: -40px 0px;
}
.pro-pic .prevStop {
    display: none;
}
.pro-pic .nextStop {
    display: none;
}
.pro-pic .bd li .tit {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-indent: 10px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0,0,0,0.5);
    font-size: 15px;
    color: #fff;
}
.pro-pic .bd li .tit span {
    width: calc(100% - 100px);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pro-text {
    width: 630px;
    height: 350px;
}
.pro-title h2 {
    margin: 0 auto;
    width: 600px;
    font-size: 24px;
    text-align: left;
    line-height: 50px;
    font-style: normal;
    color: #363636;
}
.pro-dec {
    margin: 0 auto;
    width: 600px;
    height: 240px;
    color: #666;
    font-size: 15px;
    line-height: 30px;
    text-align: left;
    overflow: hidden;
}
.pro-info {
    margin: 0 auto;
    line-height: 36px;
    color: #333;
    width: 1160px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
}
.pro-info h3 {
    margin: 0 auto;
    width: 1160px;
    line-height: 45px;
    color: #333;
    background: #f3f6f8;
    overflow: hidden;
    margin-bottom: 20px;
}
.pro-info h3 span {
    float: left;
    width: 120px;
    font-size: 18px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    background: #ff6699;
}
.pro-info p {
    text-indent: 2em;
    font-size: 18px;
    width: 1120px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.pro-info p img {
    text-align: center;
    vertical-align: middle;
    max-width: 1120px;
    height: auto;
    margin-top: 5px;
}
.job {
    margin: 0 auto;
    width: 1160px;
    overflow: hidden;
    margin-bottom: 30px;
}
.job ul {
    margin-top: 5px;
}
.job ul li {
    float: left;
    background: url(../images/dot1.jpg) 0 20px no-repeat;
    padding-left: 15px;
    line-height: 45px;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    width: 1145px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #ddd;
}
.job ul li a {
    color: #333;
}
.job ul li a:hover {
    color: #0066cc;
}
.job ul li span {
    float: right;
    color: #999;
    font-size: 15px;
    font-family: "Tahoma";
}
