* {
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei";
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

.header {
    width: 100%;
}

.head-bg {
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    background: #212121;
    z-index: 10000;
}

.head-box {
    margin: 0 auto;
    width: 1400px;
}

.head-l {
    float: left;
    width: 330px;
}

.head-l figure img {
    float: left;
    margin-top: 18px;
    width: 45px;
    display: block;
}

.head-l figure figcaption {
    float: left;
    margin-left: 10px;
    width: 270px;
}

.head-l figure figcaption h1,
.head-l figure figcaption h2 {
    font-size: 22px;
    color: #fff;
    line-height: 80px;
}

.nav {
    float: left;
    margin-left: 10px;
    width: 700px;
}

.nav nav > ul > li {
    float: left;
    position: relative;
    width: 100px;
}

.nav nav > ul > li::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #000;
}

.nav nav > ul > li > a {
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 80px;
    display: block;
}

.nav nav > ul > li > a:hover {
    color: #ed6c00;
}

.nav nav > ul > li:hover::after {
    width: 100px;
    background: #ed6c00;
    transition: 0.5s;
}

.nav-o {
    position: relative;
}

.nav-o ul {
    position: absolute;
    top: 80px;
    background: #000;
    display: none;
}

.nav nav > ul > li:hover.nav-o ul {
    display: block;
}

.nav-o ul li {
    width: 100px;
}

.nav-o ul li a {
    padding: 15px 0;
    font-size: 14px;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #fff;
    display: block;
}

.nav-o ul li a:hover {
    color: #ed6c00;
    border-bottom: 1px solid #ed6c00;
}

.dh-r {
    float: right;
    font-size: 18px;
    color: #fff;
    line-height: 80px;
}

/* .search {
    float: right;
    position: relative;
    margin-top: 15px;
}

.t {
    padding-left: 30px;
    width: 130px;
    font-size: 14px;
    color: #f5f5f5;
    height: 30px;
    border: 1px solid #ed6c00;
    border-radius: 50px;
    outline: none;
    background: none;
}

.suo {
    position: absolute;
    left: 5px;
    top: 8px;
    width: 26px;
    border: none;
    background: url(images/ss.png) no-repeat center;
    background-size: 100%;
} */


#playBox { 
    position: relative; 
    margin-top: 80px;
    width: 100%; 
    height: 750px; 
    background:#333; 
    overflow:hidden;
}

.oUlplay { 
    position: absolute; 
    left: 0; 
    top: 0;
    width: 99999px; 
}

.oUlplay li { 
    float:left;
}

#playBox .smalltitle {
    width: 100%; 
    height: 15px; 
    position: absolute; 
    bottom: 25px;
    z-index: 10;
}

#playBox .smalltitle ul { 
    width: 180px; 
    margin: 0 auto;
}

#playBox .smalltitle ul li { 
    float: left; 
    width: 15px; 
    height: 15px; 
    margin: 0 10px; 
    background:#fff; 
    overflow: hidden;
    display: inline;
    border-radius: 15px;
    zoom:1;
}

#playBox .smalltitle .thistitle { 
    background:#000;
}

.pro-bg {
    padding: 70px 0;
    background: #f5f5f5;
}

.cp-box {
    margin: 0 auto;
    width: 1400px;
}

.pro-title span {
    font-size: 50px;
    color: #ed6c00;
    text-align: center;
    line-height: 35px;
    display: block;
}

.pro-title h3 {
    margin-top: 10px;
    font-size: 25px;
    text-align: center;
    color: #999;
    letter-spacing: 3px;
    font-weight: normal;
}

.pro-li {
    margin: 0 auto;
    margin-top: 30px;
    display: table;
}

.pro-li li {  
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 10px 0;
    width: 220px;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    text-align: center;
    border: 1px solid #000;
    cursor: pointer;
}

.pro-li li:hover{ 
    color: #ed6c00;
    border: 1px solid #ed6c00;
}

.pro-display {
    width: 1400px;
    margin: 0 auto;
    margin-top:20px; 
    overflow:hidden; 
    height: 330px; 
}

.mr_frbox {
    position: relative;
}

.prev,
.next {
    position: absolute;
    font-size: 49px;
    color: #999;
    text-align: center;
    cursor: pointer;
    display: block;
    z-index: 888;
}

.prev {
    left: 0;
    top: 120px;
}

.next {
    right: 0;
    top: 120px; 
}

.mr_frUl .tempWrap {
    margin: 0 auto;
    width: 1300px !important;
}

.mr_frUl ul {
    margin: 0 auto;
    width: 1300px;
}

.mr_frUl ul li {
    float: left;
    margin-top: 20px;
    margin-left: 15px;
    width: 310px;
    display: inline;
    overflow:hidden;
}

.mr_frUl ul li figure {
    padding: 5px;
    background: #fff;
}

.mr_frUl ul li figure img {
    margin: 0 auto;
    width: 300px;
    height: 250px;
    display: block;
}

.mr_frUl ul li h2 {
    padding: 10px 0 10px 20px;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    border-bottom: 2px solid #ed6c00;
}

.mr_frUl li a {
    position: relative;
    display: block;
}

.mr_frUl li div {
    position: absolute;
    width: 310px;
    height: 260px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 66666;
    display: none;
}

.mr_frUl li a:hover div {
    display: block;
}

.mr_frUl li a:hover h2 {
    background: #ed6c00;
}

.mr_frUl div span {
    margin: 0 auto;
    margin-top: 100px;
    width: 50px;
    height: 50px;
    background: #ed6c00;
    border-radius: 50px;
    display: block;
}

.more a {
    margin: 0 auto;
    margin-top: 30px;
    padding: 5px 20px;
    border: 1px solid #ed6c00;
    color: #ed6c00;
    font-size: 26px;
    font-weight: bold;
    display: table;
}

.more a:hover {
    color: #fff;
    background: #ed6c00;
}

.bai {
    margin: 0 auto;
    margin-top: 70px;
    width: 1400px;
}

.bai h3 {
    font-size: 36px;
    color: #000;
    text-align: center;
}

.bai span {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    text-align: center;
    display: block;
}

.bai-box ul li {
    float: left;
    margin-top: 40px;
    padding-bottom: 20px;
    margin-left: 33px;
    width: 420px;
    border: 1px solid #e0e0e0;
}

.bai-box ul li a > figure img {
    width: 420px;
    height: 250px;
}

.bai-box ul li > a {
    position: relative;
    display: block;
}

.bai-box ul li a div {
    position: absolute;
    top: 0;
    left: 0;
    padding: 100px 0;
    width: 420px;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

.bai-box ul li:hover a div {
    display: block;
}

.bai-box ul li:hover {
    box-shadow: 0px 0px 4px 1px #ccc;
}

.bai-box ul li a div span {
    margin: 0 auto;
    width: 50px;
    height: 50px;
    font-size: 50px;
    color: #999;
    text-align: center;
    line-height: 42px;
    border-radius: 50px;
    display: block;
    background: #fff;
}

.bai-box ul li div h2 {
    padding: 15px 0;
    font-size: 16px;
    color: #000000;
    text-align: center;
    font-weight: normal;
}

.bai-box ul li div h2:hover {
    color: #ed6c00;
    font-weight: bold;
}

.bai-box ul li div p {
    padding: 0 20px;
    font-size: 14px;
    color: #999;
}

.about {
    margin-top: 70px;
    width: 100%;
    height: 660px;
    background: url(images/about.jpg) no-repeat center;
}

.about-box {
    margin: 0 auto;
    padding-top: 70px;
    width: 1400px;
}

.about-l {
    float: left;
    width: 530px;
}

.about-l figure img {
    width: 530px;
    height: 520px;
    display: block;
}

.about-r {
    float: left;
    width: 870px;
    height: 520px;
    background: #f5f5f5;
}

.about-r h3 {
    padding: 20px 0 0 15px;
    font-size: 30px;
    line-height: 30px;
    color: #000;
}

.about-r > p {
    padding: 0 15px;
    margin-top: 15px;
    font-size: 16px;
    line-height: 32px;
    color: #999;
}

.about-r ul {
    margin-top: 15px;
}

.about-r ul li {
    float: left;
    margin-left: 15px;
    margin-top: 15px;
    width: 270px;
    height: 100px;
}

.about-r ul li figure {
    float: left;
    width: 72px;
}

.about-r ul li figure img {
    display: block;
}

.about-r ul li div {
    float: left;
    margin-left: 10px;
    width: 188px;
    
}

.about-r ul li div b {
    font-size: 16px;
    color: #000;
    font-weight: normal;
}

.about-r ul li div p {
    margin-top: 5px;
    font-size: 14px;
    line-height: 17px;
    height: 50px;
    color: #999;
}

.about-r ul li div span:nth-child(3) {
    margin-top: 5px;
    width: 40px;
    height: 1px;
    background: #999;
    display: block;
}

.about-r ul li div span:last-child {
    margin-top: 5px;
    width: 20px;
    height: 1px;
    background: #ed6c00;
    display: block;
}

.horon {
    padding: 50px 0;
    background: #f5f5f5;
}

.rong h3 {
    font-size: 30px;
    color: #000;
    text-align: center;
}

.rong span {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    text-align: center;
    display: block;
}

.txtMarquee-left .bd1 .tempWrap{
    margin: 0 auto;
    width: 1400px !important;
}

.infoList li {
    position: relative;
    float: left;
    margin: 0 10px;
    margin-top: 50px;
    width: 300px !important;
}

.infoList li img {
    width: 300px;
    height: auto;
    display: block;
}

.news {
    margin: 0 auto;
    margin-top: 60px;
    width: 1400px;
}

.news-t {
    height: 36px;
}

.news-t h3 {
    float: left;
    font-size: 22px;
    color: #000;
    line-height: 34px;
    font-weight: normal;
}

.news-t span {
    float: left;
    margin-left: 10px;
    width: 50px;
    font-size: 13px;
    color: #999;
    text-transform: uppercase;
    line-height: 34px;
    display: block;
}

.news-t a {
    float: right;
    width: 80px;
    height: 34px;
    font-size: 14px;
    color: #000;
    text-align: center;
    line-height: 34px;
    border: 1px solid #f3f3f3;
    display: block;
}

.news-box {
    margin-top: 30px;
}

.Slide {
    position: relative;
    float:left;
    width: 630px;
    height: 320px; 
    overflow: hidden;
}

.slide-cont {
    width: 630px;
    height: 320px; 
    position: relative;
    overflow: hidden;
}

.slide-item {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -630px;
}

.slide-item a {
    width: 100%;
    height: 100%;
    display: block;
}
.slide-item img {
    width: 630px;
    height: 320px;
}

.slide-txt {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 630px;
    height: 50px;
    z-index: 1;
}
.txt_bg {
    width: 630px;
    height: 50px;
    background:#000;
    opacity: 0.3;
}

.slide-txt a {
    position: absolute;
    left: 0;
    top: 0;
    width: 545px;
    height: 50px;
    display: block;
}

.slide-txt a h2 {
    padding-left: 10px;
    font-size:16px;
    line-height: 50px;
    color:#fff;
    font-weight: normal;
    overflow: hidden;
}

.slide-nav {
    position: absolute;
    bottom: 17px;
    right: 20px;
    z-index: 100;
}

.slide-nav a {
    float: left;
    margin-left: 10px;
    width: 8px;
    height: 8px;
    border-radius: 20px;
    background:#fff;
    cursor: pointer; 
    text-indent: -99em;
}
.slide-nav .nownav {
    background:#ed6c00;
}

.news-r {
    float: left;
    margin-left: 20px;
    width: 750px;
}

.news-r ul li:first-child {
    margin-top: 0;
}

.news-r ul li {
    margin-top: 17px;
}

.news-r ul li a h2 {
    font-size: 16px;
    color: #000;
    font-weight: normal;
}

.news-r ul li a h2:hover {
    color: #ed6c00;
}

.news-r ul li p {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
}

.foot {
    padding: 50px 0;
    margin-top: 70px;
    width: 100%;
    height: 320px;
    background: #212121;
}

.foot-box {
    margin: 0 auto;
    width: 1400px;
}

.foot-box h4 {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}

.foot-l {
    float: left;
    width: 400px;
}

.foot-l ul li {
    float: left;
    width: 200px;
}

.foot-l ul li a {
    margin-top: 20px;
    font-size: 14px;
    color: #999;
    display: block;
}

.foot-l ul li a:hover {
    color: #ed6c00;
}

.foot-ll {
    float: left;
    width: 200px;
    margin-left: 70px;
}

.foot-ll ul li a {
    margin-top: 20px;
    font-size: 14px;
    color: #999;
    display: block;
}

.foot-ll ul li a:hover {
    color: #ed6c00;
}

.foot-r {
    float: right;
    width: 350px;
}

.foot-r ul li {
    margin-top: 20px;
    font-size: 14px;
    color: #999;
}

.foot-r figure img {
    margin-top: 20px;
    width: 100px;
    display: block;
}

.foot-bot {
    margin: 0 auto;
    margin-top: 50px;
    width: 490px;
}

.foot-bot p {
    float: left;
    width: 235px;
    font-size: 14px;
    color: #999;
}

.foot-bot a {
    float: left;
    margin-left: 20px;
    width: 225px;
    font-size: 14px;
    color: #999;
    display: block;
}

.x-banner {
    margin-top: 80px;
    width: 100%;
    height: 230px;
}

.x-banner figure img {
    width: 100%;
    height: 230px;
    display: block;
}

.chanp {
    position: relative;
    margin: 0 auto;
    margin-top: -30px;
    width: 1400px;
}

.chan-top {
    height: 70px;
    background: #fff;
    -moz-box-shadow: 2px 2px 2px #ccc;
    -webkit-box-shadow: 2px 2px 2px #ccc;
    box-shadow: 2px 2px 2px #ccc;
}

.chan-to {
    height: 160px;
}

.chan-l {
    float: left;
    margin-left: 50px;
    width: 1000px;
}

.chan-l ul li {
    float: left;
    margin-right: 40px;
}

.chan-l ul li a {
    font-size: 16px;
    color: #000;
    line-height: 70px;
    display: block;
}

.chan-l ul li a:hover {
    color: #f1513d;
}

.chan-l h1 {
    float: left;
    font-size: 16px;
    color: #000;
    line-height: 70px;
    width: 1000px;
}

.weizhi {
    float: right;
    width: 250px;
}

.wei {
    width: 170px;
}

.weizhi a,
.weizhi strong {
    float: left;
    font-size: 14px;
    color: #000;
    line-height: 70px;
    font-weight: normal;
    display: block;
}

.weizhi h1 {
    font-size: 14px;
    color: #000;
    line-height: 70px;
    font-weight: normal;
}

.weizhi a:hover {
    color: #f1513d;
}

.chanp-box ul li {
    float: left;
    margin-left: 42px;
    margin-top: 50px;
    width: 410px;

}

.chanp-box ul li a figure {
    padding: 25px 0 60px 0;
    width: 410px;
    background: #fff;
    box-shadow: 0 0 80px 0 rgba(0,0,0,0.2);
}

.chanp-box ul li a figure img {
    margin: 0 auto;
    width: 360px;
    height: 320px;
    display: block;
}

.chanp-box ul li div {
    position: relative;
    margin: 0 auto;
    margin-top: -40px;
    padding: 10px 20px;
    width: 350px;
    background: #575757;
    z-index: 1;
}

.chanp-box ul li div h2 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}

.chanp-box ul li div p {
    margin-top: 10px;
    font-size: 13px;
    color: #fff;
}

.chanp-box ul li:hover a figure {
    transform: scale(1.05);
    transition:.5s;
}

.chanp-box ul li:hover div {
    background: #ed6c00;
}

.guan {
    margin-top: 40px;
}

.guan > strong {
    font-size: 24px;
    color: #2a333c;
    text-align: center;
    display: block;
}

.guan > span {
    margin-top: 20px;
    font-size: 16px;
    color: #d8d8d8;
    text-align: center;
    text-transform: uppercase;
    display: block;
}

.guan p {
    margin-top: 20px;
    font-size: 16px;
    color: #2a333c;
    line-height: 30px;
}

.ry {
    margin-top: 40px;
}

.ry strong {
    font-size: 24px;
    color: #2a333c;
    text-align: center;
    display: block;
}

.ry span {
    margin-top: 20px;
    font-size: 16px;
    color: #d8d8d8;
    text-align: center;
    text-transform: uppercase;
    display: block;
}

.ry ul li {
    float: left;
    margin-top: 20px;
    margin-left: 35px;
    width: 420px;
}

.ry ul li figure img {
    width: 420px;
    height: 595px;
    display: block;
}

.hj {
    margin-top: 40px;
}

.hj strong {
    font-size: 24px;
    color: #2a333c;
    text-align: center;
    display: block;
}

.hj span {
    margin-top: 20px;
    font-size: 16px;
    color: #d8d8d8;
    text-align: center;
    text-transform: uppercase;
    display: block;
}

.hj ul li {
    float: left;
    margin-top: 20px;
    margin-left: 35px;
    width: 420px;
}

.hj ul li figure img {
    width: 420px;
    height: 380px;
    display: block;
}

.hj ul li figure figcaption {
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #ed6c00;
}

.xinw {
    margin-top: 40px;
}

.xinw ul li {
    padding: 20px 0;
    height: 230px;
    border-bottom: 1px solid #e9e9e9;
}

.xinw ul li figure {
    float: left;
    margin-left: 20px;
    width: 380px;
}

.xinw ul li figure img {
    width: 380px;
    height: 230px;
    display: block;
}

.xinw ul li div {
    float: left;
    margin-left: 50px;
    width: 900px;
}

.xinw ul li div h2 {
    padding-top: 20px;
    font-size: 16px;
    color: #000;
}

.xinw ul li div time {
    margin-top: 20px;
    font-size: 13px;
    color: #999;
    display: block;
}

.xinw ul li div p {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
    line-height: 26px;
}

.xinw ul li:hover {
    background: #ed6c00;
}

.xinw ul li:hover div h2,
.xinw ul li:hover div time,
.xinw ul li:hover div p {
    color: #fff;
}

.details {
    margin: 0 auto;
    width: 1400px;
}

.details-t {
    margin-top: 20px;
    height: 20px;
}

.details-t figure {
    float: left;
    margin-right: 5px;
}

.details-t figure img {
    display: block;
}

.details-t a,
.details-t b {
    margin-left: 5px;
    float: left;
    font-size: 14px;
    color: #ed6c00;
    font-weight: normal;
}

.details-box {
    margin-top: 40px;
}

.de-l {
    float: left;
    width: 1000px;
}

.de-l h1 {
    font-size: 30px;
    color: #000;
    font-weight: normal;
}

.tag {
    margin-top: 20px;
    height: 40px;
    border-bottom: 1px solid #f0f2f5;
}

.tag time,
.tag a {
    float: left;
    margin-right: 20px;
    font-size: 16px;
    color: #a3afb7;
    display: block;
}

.de-l p {
    margin-top: 20px;
    font-size: 16px;
    color: #2a333c;
    line-height: 30px;
    text-indent: 30px;
}

.de-l img {
    margin: 0 auto;
    margin-top: 10px;
    width: 750px;
    display: block;
}

.de-r {
    float: right;
    padding: 0 20px 30px 20px;
    width: 280px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
    background: #fff;
}

.der-t span {
    margin: 0 auto;
    margin-top: 30px;
    width: 280px;
    height: 1px;
    background: #f0f2f5;
    display: block;
}

.der-t ul li a {
    margin-top: 30px;
    font-size: 16px;
    color: #000;
    display: block;
}

.der-bot {
    margin-top: 20px;
}

.der-bot strong {
    font-size: 16px;
    color: #ed6c00;
    font-weight: normal;
}

.der-bot ul li {
    margin-top: 20px;
    width: 280px;
}

.der-bot ul li figure img {
    width: 280px;
    height: 200px;
    display: block;
}

.der-bot ul li h2 {
    margin-top: 5px;
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

.der-bot ul li h2:hover {
    color: #ed6c00;
}

.pro-de {
    margin: 0 auto;
    width: 1400px;
}

.pro-box {
    margin-top: 50px;
}

.prob-l {
    float: left;
    padding: 30px 20px;
    width: 280px;
    border: 1px solid #fcfcfc;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.prob-l strong {
    font-size: 16px;
    color: #ed6c00;
    font-weight: normal;
}

.prob-l ul li {
    margin: 0 auto;
    margin-top: 30px;
    width: 260px;
}

.prob-l ul li figure img {
    margin: 0 auto;
    width: 260px;
    height: 200px;
    display: block;
}

.prob-l ul li h2 {
    margin-top: 10px;
    font-size: 16px;
    color: #5e7387;
    text-align: center;
    font-weight: normal;
}

.prob-l ul li h2:hover {
    color: #ed6c00;
}

.prob-r {
    float: left;
    margin-left: 78px;
    width: 1000px;
}

.prob-t figure {
    float: left;
}

.prob-t figure img {
    width: 450px;
    height: 300px;
    display: block;
}

.prob-t div {
    float: right;
    width: 500px;
}

.prob-t div h1 {
    font-size: 24px;
    color: #000;
    font-weight: normal;
}

.prob-t div p {
    margin-top: 20px;
    font-size: 14px;
    color: #999;
    line-height: 30px;
}

.prob-t div a {
    margin-top: 30px;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    background: #ed6c00;
    display: inline-block;
}

.prob-c {
    margin-top: 50px;
    padding: 0 20px 40px 20px;
    border: 1px solid #fcfcfc;
    border-top: none;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.prob-c > b {
    font-size: 16px;
    color: #ed6c00;
    font-weight: normal;
}

.xian {
    margin-top: 10px;
    height: 2px;
}

.xian span {
    float: left;
    width: 100px;
    height: 2px;
    background: #ed6c00;
    display: block;
}

.xian span:last-child {
    margin-top: 1px;
    width: 858px;
    height: 1px;
    background: #e4eaec;
}

.prob-tt p {
    margin-top: 20px;
    font-size: 16px;
    color:#2a333c; 
    line-height: 30px;
}

.prob-tt img {
    margin: 0 auto;
    margin-top: 20px;
    width: 750px;
    display: block;
}

.wh > strong {
    font-size: 24px;
    color: #2a333c;
    text-align: center;
    display: block;
}

.wh {
    margin-top: 50px;
}

.wh span {
    margin-top: 20px;
    font-size: 16px;
    color: #d8d8d8;
    text-align: center;
    text-transform: uppercase;
    display: block;
}

.wh ul li {
    float: left;
    margin-top: 40px;
    width: 650px;
}

.wh ul li figure {
    float: left;
    width: 300px;
}

.wh ul li figure img {
    width: 300px;
    height: 320px;
    display: block;
}

.wh ul li div {
    float: left;
    width: 350px;
    height: 320px;
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 6%);
}

.wh ul li div strong {
    padding-left: 30px;
    margin-top: 50px;
    font-size: 26px;
    color: #000;
    display: block;
}

.wh ul li div span {
    margin-top: 30px;
    margin-left: 30px;
    width: 60px;
    height: 6px;
    background: #FF2600;
    border-radius: 3px;
    border: none;
    display: block;
}

.wh ul li div p {
    margin-top: 30px;
    padding-left: 30px;
    font-size: 18px;
    color: #000;
    line-height: 36px;
}

.wh ul li:nth-child(2),
.wh ul li:nth-child(4) {
    margin-left: 100px;
}

.pagination .pagefy .current {
    background-color: #ed6c00;
    color: #fff;
}

.pagination {
    float: left;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: none;
    margin-top: 40px;
}

.pagefy { 
    width: 100%;
}

.pagination .pagefy a {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #000;
    padding: 5px 15px;
    text-align: center;
    margin-top: 20px;
    margin-right: 5px;
}

.pagination .pagefy a:hover {
    background-color: #000; 
    color: #fff;
}

.zuoyou {
    margin-top: 40px;
}

.top1 { 
    float: left;
    width: 455px;
    font-size: 14px;
    color:#3b3652; 
    padding-bottom: 10px; 
    padding-top: 10px;
}

.top2 {
    float: right;
    font-size: 14px;
    color:#3b3652; 
    padding-bottom: 10px; 
    padding-top: 10px;
}

.top1 a,
.top2 a {
    color:#3b3652;
}

.top1 a:hover,
.top2 a:hover {
    color: #ed6c00;
}

.contact {
    margin-top: 40px;
    height: 560px;
}

.con-l {
    float: left;
    width: 650px;
}

.con-l ul li {
    padding: 25px 0;
    font-size: 18px;
    color: #000;
}

.con-dt {
    float: right;
    width: 700px;
}

.con-dt iframe {
    width: 700px;
    height: 550px;
}
