* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

.head {
    width: 100%;
}

.head-top {
    margin: 0 auto;
    padding: 25px 0;
    width: 1400px;
}

.logo {
    float: left;
    width: 430px;
}

.logo figure img {
    float: left;
    width: 55px;
}

.logo figure figcaption {
    float: left;
    margin-left: 10px;
    width: 350px;
}

.logo figure figcaption h1,
.logo figure figcaption h2 {
    font-size: 26px;
    color: #2b41a4;
    letter-spacing: 1px;
}

.logo figure figcaption span {
    font-size: 11px;
    color: #707070;
    text-transform: uppercase;
}

.head-l {
    float: left;
    margin-left: 20px;
    padding-left: 20px;
    font-size: 15px;
    line-height: 28px;
    border-left: 1px dashed #2b41a4;
}

.head-r {
    float: right;
}

.head-r figure {
    float: left;
    width: 54px;
}

.head-r figure img {
    width: 54px;
    display: block;
}

.head-r div {
    float: left;
    margin-left: 10px;
}

.head-r div b {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    display: block;
}

.head-r div strong {
    font-size: 24px;
    color: #2b41a4;
}

.nav {
    width: 100%;
    height: 58px;
    background: #2b41a4;
}

.nav nav {
    margin: 0 auto;
    width: 1400px;
}

.nav nav ul li {
    float: left;
    width: 200px;
}

.nav nav ul li a {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 58px;
    display: block;
}

.nav nav ul li a:hover {
    background: #eb9b2a;
}

#playBox { 
    position: relative; 
    width: 100%; 
    height: 690px; 
    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;
}

.product {
    margin: 0 auto;
    margin-top: 50px;
    width: 1400px;
}

.pro-left {
    float: left;
    width: 270px;
    height: 617px;
    background: #2b41a4;
}

.prol-top {
    position: relative;
    height: 118px;
}

.prol-top::before {
    content: "";
    position: absolute;
    left: 12px;
    top: -5px;
    width: 2px;
    height: 34px;
    transform: rotate(131deg);
    background: #fff;
}

.prol-top::after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: -5px;
    width: 2px;
    height: 34px;
    transform: rotate(131deg);
    background: #fff;
}

.prol-top span {
    padding-top: 20px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    display: block;
}

.prol-top h3 {
    font-size: 22px;
    color: #fff;
    text-align: center;
    font-weight: normal;
}

.pro-left ul {
    padding: 20px 0 20px 0;
    margin: 0 auto;
    width: 266px;
    background: #fff;
}

.pro-left ul li {
    margin: 0 auto;
    margin-bottom: 25px;
    width: 226px;
    height: 50px;
    background: #2b41a4;
}

.pro-left ul li:hover {
    background: #eb9b2a;
}

.pro-left ul li a {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    display: block;
}

.prol-b {
    margin-top: 20px;
    height: 50px;
}

.prol-b figure img {
    float: left;
    margin-left: 20px;
    padding-top: 3px;
    width: 42px;
    display: block;
}

.prol-b figure figcaption {
    float: left;
    margin-left: 10px;
    width: 185px;
}

.prol-b figure figcaption b {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    display: block;
}

.prol-b figure figcaption strong {
    margin-top: 5px;
    font-size: 20px;
    color: #fff;
    display: block;
}

.pro-r {
    float: left;
    margin-left: 30px;
    width: 1100px;
}

.pror-t {
    height: 45px;
    border-bottom: 1px solid #d9d9d9;
}

.pror-t strong {
    position: relative;
    float: left;
    padding-left: 10px;
    font-size: 22px;
    color: #444;
    font-weight: normal;
    display: block;
}

.pror-t strong span {
    font-size: 16px;
    text-transform: uppercase;
}

.pror-t strong::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 29px;
    background: #2b41a4;
}

.pror-t strong::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 104px;
    height: 3px;
    background: #2b41a4;
}

.pror-t a {
    float: right;
    margin-top: 6px;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    background: #2b41a4;
    display: table;
}

.pror-t a:hover {
    background: #eb9b2a;
}

.pror-box ul li {
    float: left;
    margin-top: 15px;
    padding: 20px 0;
    margin-left: 17px;
    width: 260px;
    border: 1px solid #d9d9d9;
}

.pror-box ul li:nth-child(4n+1) {
    margin-left: 0;
}

.pror-c {
    position: relative;
}

.pror-c > figure {
    margin: 0 auto;
    width: 230px;
    height: 200px;  
    overflow: hidden;
}

.pror-c > figure img {
    width: 230px;
    height: 200px;  
    display: block;
}

.pror-c div {
    position: absolute;
    top: 0;
    left: 15px;
    width: 230px;
    height: 200px;  
    background: rgba(43,65,164,0.3);
    display: none;
}

.pror-c div figure img {
    margin: 0 auto;
    padding-top: 84px;
    width: 42px;
    display: block;
}

.pror-box ul li h2 {
    margin-top: 10px;
    font-size: 14px;
    color: #444;
    text-align: center;
    font-weight: normal;
}

.pror-box ul li h2:hover {
    color: #2b41a4;
}

.pror-box ul li:hover {
    border: 1px solid #2b41a4;
}

.pror-box ul li:hover .pror-c > figure img {
    overflow: hidden;
    transition:all .7s;
    transform: scale(1.1);
}


.pror-box ul li:hover .pror-c div {
    transition:all .7s;
    display: block;
}

.about {
    position: relative;
    margin-top: 50px;
    padding-top: 50px;
    width: 100%;
    height: 726px;
    background: #2b41a4;
}

.about::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: url(images/tbg.jpg) no-repeat center;
}

.about-t span {
    font-size: 30px;
    color: #eb9b2a;
    text-align: center;
    text-transform: uppercase;
    display: block;
}

.about-t div {
    margin-top: 25px;
    width: 100%;
    height: 2px;
    background: #fff;
}

.about-t h3 {
    margin: 0 auto;
    position: relative;
    top: -18px;
    padding: 0 40px;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    background: #2b41a4;
    display: table;
}

.about-box {
    margin: 0 auto;
    margin-top: 70px;
    width: 1400px;
}

.about-l {
    float: left;
    width: 675px;
}

.about-l h2 {
    margin-bottom: 20px;
    font-size: 30px;
    color: #fff;
    font-weight: normal;
}

.about-l > p {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}

.about-l ul li {
    float: left;
    margin-top: 30px;
    padding: 15px 0;
    margin-left: 20px;
    width: 209px;
    border: 1px solid #fff;
}

.about-l ul li:first-child {
    margin-left: 0;
}

.about-l ul li strong {
    font-size: 45px;
    color: #fff;
    text-align: center;
    display: block;
}

.about-l ul li p {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.about-l ul li strong span {
    padding-left: 10px;
    font-size: 14px;
}

.about-r {
    float: right;
    width: 675px;
}

.about-r figure img {
    width: 675px;
    height: 370px;
    display: block;
}

.home-more {
    margin: 0 auto;
    margin-top: 60px;
    border: 4px solid #405cdc;
    border-radius: 80px;
    transition:0.3s linear;
    display: table;
}

.home-more a {
    width: 80px;
    height: 80px;
    font-size: 14px;
    text-align: center;
    line-height: 80px;
    color: #fff;
    border-radius: 80px;
    display: block;
    background: #2b41a4 url(images/circlebg.png);
    transition: 0.3s linear;
}

.home-more:hover {
    border-color:#eb9b2a;
}

.home-more a:hover {
    background:#eb9b2a url(images/circlebg.png);
}

.why {
    margin-top: 50px;
    width: 100%;
}

.why-t span {
    font-size: 30px;
    color: #eb9b2a;
    text-align: center;
    text-transform: uppercase;
    display: block;
}

.why-t div {
    margin-top: 25px;
    width: 100%;
    height: 2px;
    background: #ccc;
}

.why-t h3 {
    margin: 0 auto;
    position: relative;
    top: -18px;
    padding: 0 40px;
    font-size: 24px;
    color: #000;
    font-weight: normal;
    background: #fff;
    display: table;
}

.why-box {
    margin: 0 auto;
    width: 1400px;
}

.why-box ul li {
    float: left;
    margin-top: 70px;
    margin-left: 30px;
    padding-top: 30px;
    width: 310px;
    height: 280px;
    border: 1px solid #3e52ac;
}

.why-box ul li figure img {
    margin: 0 auto;
    display: block;
}

.why-box ul li strong {
    margin-top: 10px;
    font-size: 14px;
    color: #444;
    text-align: center;
    display: block;
}

.why-box ul li p {
    margin-top: 20px;
    padding: 0 20px;
    font-size: 14px;
    color: #444;
    text-align: center;
    line-height: 30px;
}

.baik {
    position: relative;
    margin-top: 50px;
    padding-top: 50px;
    width: 100%;
    height: 640px;
    background: #2b41a4;
}

.baik::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: url(images/tbg.jpg) no-repeat center;
}

.txtMarquee-left .bd1 .tempWrap{
    margin: 0 auto;
    width: 1400px !important;
}

.infoList li {
    position: relative;
    float: left;
    margin: 0 15px;
    margin-top: 70px;
    width: 330px !important;
}

.infoList li figure img {
    width: 330px;
    height: 250px;
    display: block;
}

.infoList li h2 {
    margin-top: 15px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: normal;
}

.news {
    margin-top: 60px;
    width: 100%;
}

.news-box {
    margin: 0 auto;
    margin-top: 70px;
    width: 1400px;
}

.Slide {
    position: relative;
    float:left;
    width: 630px;
    height: 370px; 
    overflow: hidden;
}

.slide-cont {
    position: relative;
    width: 630px;
    height: 370px;
    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: 370px;
}

.slide-txt {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 630px;
    height: 45px;
    z-index: 1;
}
.txt_bg {
    width: 630px;
    height: 45px;
    background:#000;
    opacity: 0.3;
}

.slide-txt a {
    position: absolute;
    left: 0;
    top: 0;
    width: 545px;
    height: 45px;
    display: block;
}

.slide-txt a h2 {
    padding-left: 5px;
    font-size: 14px;
    line-height: 45px;
    color:#fff;
    font-weight: normal;
    overflow: hidden;
}

.slide-nav {
    position: absolute;
    bottom: 11px;
    right: 20px;
    z-index: 100;
}

.slide-nav a {
    float: left;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    border: 1px solid #fff;
    display: block;
    cursor: pointer; 
}

.slide-nav .nownav {
    background:#ed6c00;
}

.news-r {
    width: 730px;
    float: right;
}

.news-r ul li {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
}

.news-r ul li:first-child {
    margin-top: 0;
}

.news-r ul li a h2 {
    font-size: 16px;
    color: #000;
}

.news-r ul li a h2:hover {
    color: #2b41a4;
}

.news-r ul li time {
    margin-top: 10px;
    font-size: 13px;
    color: #999;
    display: block;
}

.news-r ul li p {
    margin-top: 10px;
    font-size: 12px;
    color: #444;
}

.footer {
    margin-top: 70px;
    width: 100%;
}

.foot-bg {
    padding: 40px 0;
    height: 210px;
    background: #2b41a4;
}

.foot-box {
    margin: 0 auto;
    width: 1400px;
}

.foot-box strong {
    position: relative;
    margin-bottom: 30px;
    font-size: 18px;
    color: #fff;
    display: block;
}

.foot-box strong::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 30px;
    height: 2px;
    background: #fff;
}

.foot-l,
.foot-ll,
.foot-lx {
    float: left;
    width: 350px;
}

.foot-r {
    float: right;
}

.foot-r figure img {
    width: 140px;
    display: block;
}

.foot-r figure figcaption {
    margin-top: 10px;
    font-size: 15px;
    color: #fff;
    text-align: center;
}

.foot-lx {
    width: 350px;
}

.foot-l ul li a,
.foot-ll ul li a {
    margin-top: 20px;
    font-size: 15px;
    color: #fff;
    display: block;
}

.foot-l ul li a:hover,
.foot-ll ul li a:hover {
    color: #eb9b2a;
}

.foot-lx ul li {
    margin-top: 20px;
    font-size: 15px;
    color: #fff;
}

.foot-bom {
    padding-bottom: 20px;
    background: #1c3788;
}

.foot-bom p,
.foot-bom a {
    padding-top: 20px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: block;
}

.guan {
    margin: 0 auto;
    margin-top: 50px;
    width: 1400px;
}

.aside-left {
    float: left;
    padding-bottom: 20px;
    width: 270px;
    background: #2b41a4;
}

.aside-top {
    position: relative;
    height: 118px;
}

.aside-top::before {
    content: "";
    position: absolute;
    left: 12px;
    top: -5px;
    width: 2px;
    height: 34px;
    transform: rotate(131deg);
    background: #fff;
}

.aside-top::after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: -5px;
    width: 2px;
    height: 34px;
    transform: rotate(131deg);
    background: #fff;
}

.aside-top span {
    padding-top: 20px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    display: block;
}

.aside-top h3 {
    font-size: 22px;
    color: #fff;
    text-align: center;
    font-weight: normal;
}

.aside-left ul {
    padding: 20px 0;
    margin: 0 auto;
    width: 266px;
    background: #fff;
}

.aside-left ul li {
    margin: 0 auto;
    margin-bottom: 25px;
    width: 226px;
    height: 50px;
    background: #2b41a4;
}

.aside-left ul li:last-child {
    margin-bottom: 0;
}

.aside-left ul li:hover {
    background: #eb9b2a;
}

.aside-left ul li a {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    display: block;
}

.aside-b {
    margin-top: 20px;
    height: 50px;
}

.aside-b figure img {
    float: left;
    margin-left: 20px;
    padding-top: 3px;
    width: 42px;
    display: block;
}

.aside-b figure figcaption {
    float: left;
    margin-left: 10px;
    width: 185px;
}

.aside-b figure figcaption b {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    display: block;
}

.aside-b figure figcaption strong {
    margin-top: 5px;
    font-size: 20px;
    color: #fff;
    display: block;
}

.aside-r {
    float: left;
    margin-left: 50px;
    width: 1080px;
}

.asider-t {
    height: 45px;
    border-bottom: 1px solid #d9d9d9;
}

.asider-t strong {
    position: relative;
    float: left;
    padding-left: 10px;
    font-size: 22px;
    color: #444;
    font-weight: normal;
    display: block;
}

.asider-t strong span {
    font-size: 16px;
    text-transform: uppercase;
}

.asider-t strong::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 29px;
    background: #2b41a4;
}

.asider-t strong::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 104px;
    height: 3px;
    background: #2b41a4;
}

.guan-box p {
    margin-top: 30px;
    font-size: 16px;
    color: #000;
    line-height: 30px;
}

.cp-box ul li {
    float: left;
    margin-top: 15px;
    padding: 20px 0;
    margin-left: 26px;
    width: 340px;
    border: 1px solid #d9d9d9;
}

.cp-box ul li:nth-child(3n+1) {
    margin-left: 0;
}

.cp-c {
    position: relative;
}

.cp-c > figure {
    margin: 0 auto;
    width: 300px;
    height: 260px; 
    overflow: hidden; 
}

.cp-c > figure img {
    width: 300px;
    height: 260px;  
    display: block;
}

.cp-c div {
    position: absolute;
    top: 0;
    left: 21px;
    width: 300px;
    height: 260px;   
    background: rgba(43,65,164,0.3);
    display: none;
}

.cp-c div figure img {
    margin: 0 auto;
    padding-top: 100px;
    width: 60px;
    display: block;
}

.cp-box ul li h2 {
    margin-top: 10px;
    font-size: 14px;
    color: #444;
    text-align: center;
    font-weight: normal;
}

.cp-box ul li h2:hover {
    color: #2b41a4;
}

.cp-box ul li:hover {
    border: 1px solid #2b41a4;
}

.cp-box ul li:hover .cp-c > figure img {
    transition:all .7s;
    transform: scale(1.1);
}

.cp-box ul li:hover .cp-c div {
    transition:all .7s;
    display: block;
}

.xw-box ul li {
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #d9d9d9;
}

.xw-box ul li a h2 {
    font-size: 16px;
    color: #333;
}

.xw-box ul li a h2:hover {
    color: #2b41a4;
}

.xw-box ul li time {
    margin-top: 15px;
    font-size: 13px;
    color: #999;
    display: block;
}

.xw-box ul li p {
    margin-top: 15px;
    font-size: 14px;
    color: #444;
    line-height: 24px;
}

.con-top ul li {
    float: left;
    margin-top: 40px;
    width: 360px;
}

.con-top ul li figure img {
    margin: 0 auto;
    display: block;
}

.con-top ul li b {
    margin-top: 10px;
    font-size: 14px;
    color: #444;
    text-align: center;
    font-weight: normal;
    display: block;
}

.con-top ul li p {
    margin-top: 20px;
    font-size: 22px;
    color: #444;
    text-align: center;
}

.detail h1 {
    margin-top: 30px;
    font-size: 20px;
    color: #0c3c8e;
    text-align: center;
}

.tag {
    margin: 0 auto;
    margin-top: 20px;
    display: table;
}

.tag time,
.tag span {
    float: left;
    margin-left: 20px;
    font-size: 14px;
    color: #666;
    display: block;
}

.tag span a {
    margin-right: 10px;
    font-size: 14px;
    color: #666;  
}

.zhai {
    margin-top: 20px;
    padding: 10px;
    background-color: #F5F5F5;
    border: 1px solid #E5E5E5;
}

.zhai p {
    font-size: 13px;
    color: #868686;
    line-height: 26px;
}

.detail > p {
    margin-top: 20px;
    font-size: 18px;
    color: #000;
    line-height: 36px;
}

.detail img {
    margin: 0 auto;
    margin-top: 10px;
    width: 750px;
    display: block;
}

.diu figure img {
    margin: 0 auto;
    margin-top: 40px;
    display: block;
}

.pagination .pagefy .current {
    background-color: #2b41a4;
    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: #eb9b2a; 
    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: 450px;
}

.con-l ul li {
    padding: 25px 0;
    font-size: 18px;
    color: #000;
}

.con-dt {
    float: right;
    width: 600px;
}

.con-dt iframe {
    width: 600px;
    height: 550px;
}