* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

.head {
    width: 100%;
}

.head-top {
    width: 100%;
    height: 35px;
    background: #eee;
}

.headt-box {
    margin: 0 auto;
    width: 1400px;
}

.headt-box p {
    float: left;
    width: 800px;
    font-size: 14px;
    color: #434343;
    line-height: 35px;
}

.headt-box ul {
    float: right;
    width: 300px;
}

.headt-box ul li {
    float: left;
    width: 100px;
}

.headt-box ul li a {
    font-size: 14px;
    color: #434343;
    text-align: center;
    line-height: 35px;
    display: block;
}

.navbg {
    z-index: 100000;
}

.head-nav {
    width: 100%;
    height: 95px;
    background: #fff;
    box-shadow: 4px 4px 4px #dbdbdb;
}

.headn-box {
    margin: 0 auto;
    width: 1400px;
}

.logo {
    float: left;
    width: 355px;
}

.logo figure img {
    float: left;
    margin-top: 19px;
    width: 50px;
    display: block;
}

.logo figure figcaption {
    float: left;
    margin-left: 10px;
    width: 295px;
}

.logo figure figcaption h1,
.logo figure figcaption h2 {
    font-size: 26px;
    color: #000;
    line-height: 95px;
}

.nav {
    float: left;
    margin-left: 30px;
    width: 500px;
}

.nav > ul > li {
    float: left;
    width: 100px;
}

.nav > ul > li > a {
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 95px;
    display: block;
}

.nav > ul > li:last-child {
    position: relative;
}

.nav > ul > li > a:hover {
    color: #2f4d93;
    font-weight: bold;
}

.nav-b {
    position: absolute;
    left: 0;
    top: 95px;
    z-index: 999;
    display: none;
}

.nav > ul > li:hover .nav-b {
    display: block;
}

.nav-b li a {
    padding: 20px 0;
    width: 100px;
    font-size: 15px;
    color: #000;
    text-align: center;
    display: block;
    background: #fff;
    display: block;
}

.nav-b li a:hover {
    color: #fff;
    background: #2f4d93;
}

.headn-r {
    float: right;
    width: 470px;
}

.headn-r figure {
    float: left;
    margin-top: 30px;
    width: 35px;
    height: 35px;
    border-radius: 40px;
    background: #00428e;
    display: block;
}

.headn-r figure img {
    margin: 0 auto;
    padding-top: 3px;
    width: 24px;
    display: block;
}

.headn-r strong {
    float: left;
    margin-left: 10px;
    font-size: 20px;
    color: #000;
    line-height: 95px;
    display: block;
}

#playBox { 
    position: relative; 
    width: 100%; 
    height: 660px; 
    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: 135px; 
    margin: 0 auto;
}

#playBox .smalltitle ul li { 
    float: left; 
    width: 25px; 
    height: 5px; 
    margin: 0 10px; 
    background:#fff; 
    overflow: hidden;
    display: inline;
    zoom:1;
}

#playBox .smalltitle .thistitle { 
    background:#00428e;
}

.pro {
    margin: 0 auto;
    margin-top: 50px;
    width: 1400px;
}

.title h3 {
    font-size: 24px;
    color: #00428e;
    text-align: center;
}

.title span {
    margin: 0 auto;
    margin-top: 20px;
    width: 30px;
    height: 4px;
    background: #00428e;
    display: block;
}

.title p {
    margin-top: 20px;
    font-size: 15px;
    color: #5a5a5a;
    text-align: center;
}

.pro-box ul li {
    float: left;
    margin-top: 40px;
    width: 446px;
}

.pro-box ul li:nth-child(2),
.pro-box ul li:nth-child(5) {
    margin: 40px 30px 0 30px;
}

.pro-c {
    position: relative;
}

.pro-c div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color:rgb(0,0,0,0.6);
    display: none;
    z-index: 1;
}

.pro-c div figure img {
    margin: 0 auto;
    padding-top: 131px;
    display: block;
}

.pro-c > figure {
    overflow: hidden;  
}


.pro-c > figure img {
    width: 446px;
    height: 310px;
    overflow: hidden;
    display: block;
}

.pro-box ul li h2 {
    margin-top: 15px;
    font-size: 16px;
    color: #000;
    text-align: center;
    display: block;
}

.pro-box ul li:hover .pro-c > figure > img {
    transform: scale(1.1);
}

.pro-box ul li:hover .pro-c div {
    display: block;
}

.news {
    margin-top: 50px;
    padding: 50px 0;
    width: 100%;
    background: #eee;
}

.news-box {
    margin: 0 auto;
    width: 1400px;
}

.news-c {
    margin-top: 40px;
}

.news-l {
    float: left;
    width: 1000px;
    height: 600px;
    background: #fff;
}

.news-l li {
    margin-top: 30px;
    height: 160px;
}

.news-l li > a {
    float: left;
    margin-left: 30px;
    width: 240px;
    display: block;
}

.news-l li > a figure img {
    width: 240px;
    height: 160px;
    display: block;
}

.news-l li div {
    float: left;
    margin-left: 20px;
    margin-right: 30px;
    width: 680px;
}

.news-l li div a h2 {
    margin-top: 10px;
    font-size: 18px;
    color: #5A5A5A;
}

.news-l li div time {
    font-size: 12px;
    margin-top: 20px;
    color: #929292;
    display: block;
}

.news-l li div p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #5A5A5A;
}

.news-l li div a h2:hover {
    color: #00428e;
}

.nesw-r {
    float: right;
    width: 370px;
    height: 600px;
    background: #fff;
}

.nesw-r ul li {
    margin-top: 30px;
}

.nesw-r ul li > a figure img {
    margin: 0 auto;
    width: 310px;
    height: 210px;
    display: block;
}

.nesw-r ul li div {
    margin: 0 auto;
    width: 310px;
}

.nesw-r ul li div a h2 {
    margin-top: 10px;
    font-size: 14px;
    color: #5A5A5A;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.nesw-r ul li div time {
    margin-top: 5px;
    font-size: 12px;
    color: #929292;
    text-align: right;
    display: block;
}

.nesw-r ul li div a h2:hover {
    color: #00428e;
}

.about {
    margin: 0 auto;
    margin-top: 50px;
    width: 1400px;
}

.about-t {
    margin-top: 50px;
}

.about-l {
    float: left;
    padding-bottom: 20px;
    width: 698px;
    background: #f6f6f6;
    border-color: #ddd;
}

.about-l p {
    margin-top: 11px;
    padding: 0 30px;
    font-size: 16px;
    color: #000;
    line-height: 30px;
}

#carousel1{ 
    position: relative;
    float: left;
    margin-left: 50px;
    width: 650px;
    height: 350px;
    overflow: hidden;
}

.car_bigp img{
    display:none;
    margin:auto;
}

.car_click {
    position: absolute;
    right: 27px;
    bottom: 14px;
    z-index: 2;
    padding: 5px;
    width: 157px;
    height: 39px;
    background: #1f2936;
}

.car_click img {
    float: left;
    width: 70px;
    height: 32px;
    border: #666 solid 3px;
    display: block;
}

.car_click img:last-child {
    margin-left: 5px;
}

.about-box > figure img {
    margin-top: 30px;
    width: 1400px;
    height: 350px;
    display: block;
}

.baike {
    margin-top: 70px;
    padding: 50px 0;
    width: 100%;
    background: #f4f4f4;
}

.baike-box {
    margin: 0 auto;
    width: 1400px;
}

.baike-c ul li {
    float: left;
    margin-left: 30px;
    margin-top: 50px;
    width: 327px;
}

.baike-c ul li:first-child {
    margin-left: 0;
}

.baike-c ul li a figure img {
    width: 327px;
    height: 240px;
}

.baike-c ul li div a h2 {
    margin-top: 20px;
    font-size: 20px;
    color: #000;
    text-align: center;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.baike-c ul li div span {
    margin: 0 auto;
    margin-top: 20px;
    width: 120px;
    height: 1px;
    background: #ccc;
    display: block;
}

.baike-c ul li div p {
    margin-top: 20px;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 30px;
}

.baike-c ul li div a h2:hover {
    color: #00428e;
}

.foot-bg {
    padding: 50px 0;
    width: 100%;
    background: #434343;
}

.foot-box {
    margin: 0 auto;
    width: 1400px;
}

.foot-l,
.foot-c {
    position: relative;
    float: left;
    margin-left: 30px;
    width: 360px;
}

.foot-c {
    margin-left: 115px;
    width: 200px;
}

.foot-l::after,
.foot-c::after {
    content: "";
    position: absolute;
    top: 50px;
    right: 0;
    width: 1px;
    height: 215px;
    background: #565656;
}

.foot-l strong,
.foot-c strong {
    font-size: 16px;
    color: #fff;
}

.foot-l ul li {
    float: left;
    width: 180px;
}

.foot-l ul li a,
.foot-c ul li a {
    margin-top: 25px;
    font-size: 14px;
    color: #d9d9d9;
    display: block;
}

.foot-l ul li a:hover,
.foot-c ul li a:hover {
    color: #fff;
}

.foot-cc {
    position: relative;
    float: left;
    margin-left: 65px;
    width: 310px;
}

.foot-cc::after {
    content: "";
    position: absolute;
    top: 50px;
    right: 0;
    width: 1px;
    height: 215px;
    background: #565656;
}

.foot-cc strong {
    font-size: 16px;
    color: #fff;
    display: block;
}

.foot-cc b {
    margin-top: 25px;
    font-size: 24px;
    color: #fff;
    display: block;
}

.foot-cc p {
    margin-top: 25px;
    font-size: 14px;
    color: #fff;
    display: block;
}

.foot-cc a {
    margin-top: 25px;
    padding: 5px 15px;
    font-size: 12px;
    color: #fff6;
    border: 1px solid #fff6;
    display: inline-block;
}

.foot-cc a:hover {
    color: #fff;
    border: 1px solid #fff;
}

.foot-r {
    float: left;
    margin-left: 120px;
    width: 200px;
}

.foot-r strong {
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: block;
}

.foot-r figure img {
    margin: 0 auto;
    margin-top: 25px;
    width: 140px;
    display: block;
}

.foot-r figure figcaption {
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.foot-bot {
    width: 100%;
    height: 50px;
    background: #222;
}

.footb-box {
    margin: 0 auto;
    width: 1400px;
}

.footb-box p {
    float: left;
    font-size: 14px;
    color: #ccc;
    line-height: 50px;
}

.footb-box a {
    float: left;
    margin-left: 100px;
    font-size: 14px;
    color: #ccc;
    line-height: 50px;
    display: block;
}

.x-banner {
    width: 100%;
    height: 176px;
    background: url(images/sub-banner.jpg) no-repeat center;
}

.weizhi {
    margin: 0 auto;
    width: 1400px;
}

.weizhi {
    padding-top: 40px;
    height: 50px;
}

.weizhi span,
.weizhi a,
.weizhi strong {
    float: left;
    margin-right: 10px;
    font-size: 14px;
    color: #fff;
    display: block;
    font-weight: normal;
}

.p-top {
    position: relative;
    margin: 0 auto;
    margin-top: -80px;
    margin-bottom: 50px;
    width: 1400px;
}

.aside-l {
    float: left;
    padding-bottom: 40px;
    padding-top: 40px;
    width: 1100px;
    background: #fff;
}

.aside-l h3 {
    padding-left: 40px;
    font-size: 24px;
    color: #434343;
}

.aside-l > figure img {
    padding-left: 40px;
    margin-top: 10px;
    display: block;
}

.cp-l ul li {
    float: left;
    margin-top: 40px;
    margin-left: 40px;
    width: 480px;
}

.cp-c {
    position: relative;
}

.cp-c div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color:rgb(0,0,0,0.6);
    display: none;
    z-index: 1;
}

.cp-c div figure img {
    margin: 0 auto;
    padding-top: 131px;
    display: block;
}

.cp-c > figure {
    overflow: hidden;  
}


.cp-c > figure img {
    width: 480px;
    height: 350px;
    overflow: hidden;
    display: block;
}

.cp-l ul li h2 {
    margin-top: 15px;
    font-size: 16px;
    color: #000;
    text-align: center;
    display: block;
}

.cp-l ul li h2:hover {
    color: #00428e;
}

.cp-l ul li:hover .cp-c > figure > img {
    transform: scale(1.1);
}

.cp-l ul li:hover .cp-c div {
    display: block;
}

.aside {
    float: right;
    padding: 20px 0;
    width: 260px;
    background: #00428e;
}

.aside span:first-child {
    padding-left: 40px;
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    display: block;
}

.aside h3 {
    margin-top: 10px;
    padding-left: 40px;
    font-size: 14px;
    color: #fff;
}

.aside span:nth-child(3) {
    margin-left: 40px;
    margin-top: 20px;
    width: 30px;
    height: 4px;
    display: block;
    background: #fff;
}

.aside ul li a {
    margin-top: 20px;
    padding: 15px 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: block;
}

.aside ul li a:hover {
    background: #003570;
}

.xw-l {
    border: 1px solid #eee;
}

.xw-box ul li {
    margin-top: 30px;
    height: 150px;
}

.xw-box ul li > a {
    float: left;
    margin-left: 40px;
    width: 240px;
}

.xw-box ul li > a figure img {
    width: 240px;
    height: 150px;
    display: block;
}

.xw-r {
    float: left;
    margin-left: 30px;
    width: 750px;
}

.xw-r div {
    margin-top: 5px;
    height: 40px;
}

.xw-r div strong {
    float: left;
    font-size: 18px;
    color: #2f4d93;
    font-weight: normal;
}

.xw-r div a {
    float: left;
    margin-left: 20px;
}

.xw-r div a h2 {
    font-size: 18px;
    color: #434343;
    font-weight: normal;
}

.xw-r div a h2:hover {
    color: #00428e;
}

.xw-r time {
    margin-top: 10px;
    font-size: 14px;
    color: #929292;
    display: block;
}

.xw-r p {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.guan-box img {
    margin: 0 auto;
    margin-top: 20px;
    width: 1020px;
    display: block;
}

.guan-box p {
    margin-top: 20px;
    padding: 0 40px;
    font-size: 15px;
    color:#5a5a5a;
    line-height: 30px;
}

.honor ul li {
    float: left;
    margin-left: 40px;
    width: 480px;
}

.honor ul li figure img {
    width: 480px;
    height: 680px;
    display: block;
}

.detail h1 {
    font-size: 20px;
    color: #00428e;
    text-align: center;
}

.detail time {
    margin-top: 20px;
    font-size: 14px;
    color: #5a5a5a;
    text-align: center;
    display: block;
}

.zhai {
    margin: 0 auto;
    margin-top: 20px;
    width: 980px;
    padding: 10px 20px;
    font-size: 14px;
    background: #F5F5F5;
    border: 1px solid #E5E5E5;
}

.de-c p {
    margin-top: 30px;
    padding: 0 40px;
    font-size: 16px;
    color: #434343;
    line-height: 30px;
}

.de-c img {
    margin: 0 auto;
    margin-top: 20px;
    width: 750px;
    display: block;
}

.diu figure img {
    margin: 0 auto;
    display: block;
}

.pagination .pagefy .current {
    background-color: #00428e;
    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: #00428e; 
    color: #fff;
}

.contact {
    margin-top: 40px;
    height: 560px;
}

.con-l {
    float: left;
    padding-left: 20px;
    width: 350px;
}

.con-l ul li {
    padding: 25px 0;
    font-size: 18px;
    color: #000;
}

.con-dt {
    float: right;
    padding-right: 20px;
    width: 600px;
}

.con-dt iframe {
    width: 600px;
    height: 550px;
}