
html, body {
    min-width: 1200px;
    font-family: "Microsoft YaHei";
}

.top {
    height: 227px;
    overflow: hidden;
    background: url(../image/top-bg.jpg) center 0 no-repeat;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.top-t {
    height: 45px;
    overflow: hidden;
}

.top-t .t1 {
    width: 400px;
    float: left;
    height: 45px;
    color: #7c7c7c;
    line-height: 45px;
    font-size: 12px;
    font-weight: bold;
}

.top-t .t2 {
    width: 180px;
    height: 45px;
    float: left;
    margin-left: 430px;
    text-align: center;
    border-right: 1px solid #e8e8e8;
}

.top-t .t2 h1 {
    color: #7c7c7c;
    font-size: 12px;
    line-height: 45px;
}

.top-t .t3 {
    width: 180px;
    float: right;
    border-right: 1px solid #e8e8e8;
    height: 45px;
    text-align: center;
}

.top-t .t3 h1 {
    color: #7c7c7c;
    font-size: 12px;
    line-height: 45px;
}

.top-t .t3 a {
    color: #7c7c7c;
    font-size: 12px;
    line-height: 45px;
    text-decoration: none;
}

.nav {
    height: 50px;
    overflow: hidden;
    width: 1200px;

}

.nav li {
    float: left;
    width: 150px;
    height: 47px;
    text-align: center;
    line-height: 47px;
    transition: all 0.5s linear;
}

.nav li a {
    text-decoration: none;
    font-size: 18px;
    font-family: "font1";
    color: #000;
    transition: all 0.3s linear;
}

.nav li:hover {
    background-color: #014ca2;
}

.nav li:hover a {
    color: #fff;
}

.logo {
    height: 80px;
    width: 400px;
    margin: 35px 10px 10px 10px;
    float: left;
    margin-left: 400px;
    text-align: center;
}

.banner {
    overflow: hidden;
    height:700px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.btn .prev {
    display: block;
    width: 74px;
    height: 73px;
    overflow: hidden;
    position: absolute;
    top: 550px;
    z-index: 1;
    left: 10%;
}

.btn .next {
    display: block;
    width: 74px;
    height: 73px;
    overflow: hidden;
    position: absolute;
    top: 550px;
    z-index: 1;
    right: 10%;
}

.banner .tb-btn a {
    width: 0px;
    height: 0px;
}

.box1 {
    height: 736px;
    overflow: hidden;
    background: url(../image/box1-bg1.jpg) center 0 no-repeat;
}

.box1 h1 {
    font-family: "font2";
    font-size: 30px;
    font-weight: bold;
    margin-left: 452px;
    margin-top: 75px;
    color: #0167b2;
}

.box1 h2 {
    font-size: 18px;
    color: #2c2c2c;
   text-align:center;
    margin-top: 15px;
    letter-spacing: 2px;
}

.box1 img {
    float: left;
    margin-top: 130px;
    margin-left: 225px;
    transition: all 0.5s linear;
    width: 270px;
    height: 230px;
}

.box1 img:hover {
    width: 300px;
    height: 260px;
    margin-left: 210px;
    margin-top: 110px;
}

.box1 span {
    display: block;
    color: #5b5b5b;
    width: 425px;
    float: right;
    margin-right: 220px;
    text-indent: 2rem;
}

.box2 {
    height: 787px;
    overflow: hidden;
    background: url(../image/box2-bg1.jpg) center 0 no-repeat;
}

.box2 h1 {
    font-family: "font2";
    font-size: 30px;
    font-weight: bold;
    margin-left: 452px;
    margin-top: 60px;
    color: #fff;
}

.box2 h2 {
    font-size: 18px;
    color: #fff;
    text-align:center;
    margin-top: 17px;
    letter-spacing: 2px;
}

.box2-nav {
    width: 100%;
    height: 60px;
    margin-top: 20px;
    text-align: center;
}

.box2-nav ul {
    display: inline-block;
}

.box2-nav ul li {
    color: #fff;
    float: left;
    height: 40px;
    width: 150px;
    line-height: 40px;
    text-align: center;
    margin: 10px 0 10px 30px;
    transition: background 0.3s linear;
    border-radius: 5px;
    border: 1px solid #fff;
}

.box2-nav ul li a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    height: 40px;
    width: 100%
}

.box2-nav ul li:hover {
    background-color: #1f75cc;
    border: 1px solid rgba(255, 255, 255, 0);
}

.box2-nav ul li.ac {
    background-color: #1f75cc;
    border: 1px solid rgba(255, 255, 255, 0);
}

.box2-center {
    height: 460px;
    margin-top: 75px;
    margin-left: 40px;
    margin-right: 40px;
    overflow: hidden;
}

.box2-center .cp {
    width: 260px;
    height: 320px;
    float: left;
    margin-right: 23px;
}

.box2-center .cp a {
    text-decoration: none;
}

.box2-center .cp a img {
    width: 260px;
    height: 240px;
}

.box2-center .cp a h3 {
    background-color: #fff;
    height: 80px;
    color: #585858;
    font-size: 18px;
    line-height: 80px;
    text-align: center;
    transition: all 0.5s linear;
}

.box2-center .cp:hover a h3 {
    background-color: #1f75cc;
    color: #fff;
}

.cp-nav {
    width: 90px;
    height: 30px;
    margin-left: 510px;
    margin-top: 390px;
}

.cn1, .cn2, .cn3 {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: white;
    margin: 10px;
    float: left;
    cursor: pointer;
}

.cn1.g, .cn2.g, .cn3.g {
    background-color: #1f75cc;
}

.box3 {
    height: 709px;
    overflow: hidden;

}

.box3 h1 {
    font-family: "font2";
    font-size: 30px;
    font-weight: bold;
    margin-left: 452px;
    margin-top: 60px;
    color: #0167b2;
}


.box1 h2, .box2 h2, .box3 h2{position:relative;}
.box1 h2 span , .box2 h2 span , .box3 h2 span{width:30px;background:#dadada;display:block;position:absolute;height:3px;top: 11px;}
.m_line_l{    left: 480px;}
.m_line_r{ left: 690px;}
.box3 h2 {
    font-size: 18px;
    color: #2c2c2c;
text-align:center;
    margin-top: 18px;
    letter-spacing: 2px;
}

.box3-center {
    height: 400px;
    margin-top: 50px;
}

.box3-center li {
    width: 380px;
    height: 400px;
    float: left;
    margin: 0 10px 0 10px;
    border-bottom: 1px solid #e2e2e2;
    transition: all 0.5s linear;
}

.box3-center li a {
    text-decoration: none;
}

.box3-center li img {
    width: 380px;
    height: 240px;
}

.box3-center li .sj {
    width: 80px;
    height: 80px;
    border: 1px solid #e2e2e2;
    float: left;
    margin-top: 30px;
    text-align: center;
    transition: all 0.5s linear;
}

.box3-center li h3 {
    font-size: 26px;
    line-height: 30px;
    color: #5e5e5e;
    margin-top: 15px;
    font-weight: bold;
    transition: all 0.5s linear;
}

.box3-center li h4 {
    font-size: 16px;
    color: #989898;
    transition: all 0.5s linear;
}

.box3-center li h5 {
    font-size: 16px;
    color: #555;
    margin-top: 30px;
    margin-left: 25px;
    width: 260px;
    float: left;
}

.box3-center li span {
    display: block;
    width: 270px;
    float: left;
    margin-left: 25px;
    color: #989898;
    font-size: 14px;
    transition: all 0.5s linear;
}

.heng {
    width: 1px;
    height: 1px;
    margin-top: 159px;
    transition: all 0.5s linear;
}

.box3-center li:hover .sj {
    border: 1px solid #0167b2;
    background-color: #0167b2;
}

.box3-center li:hover h3 {
    color: #fff;
}

.box3-center li:hover h4 {
    color: #fff;
}

.box3-center li:hover h5 {
    color: #000;
}

.box3-center li:hover span {
    color: #0167b2;
}

.box3-center li:hover {
    border-bottom: 1px solid #fff;
}

.box3-center li:hover .heng {
    background-color: #0167b2;
    width: 380px;
}

.foot{height: 350px;overflow: hidden;background: url(../image/foot-bg.jpg) center 0 no-repeat;}
.foot1{width: 350px;height: 300px;float: left;margin-top: 75px;}
.foot1 h1{font-size: 24px;color: #fff;font-family: "font1";margin: 5px 5px 25px 5px;}
.foot1 span{display: block;color: #fff;font-size: 16px;width: 340px;line-height: 30px;}
.foot2 {width: 180px;height: 240px;float: left;margin-top: 110px;margin-left: 120px;}
.foot2 li {text-align: center;line-height: 30px;}
.foot2 li a{color: #fff;text-decoration: none;}
.foot2 li:hover a{font-size: 18px;}
.foot3{width: 270px;float: left;margin-left: 255px;margin-top: 50px;}
.foot3 li {margin: 5px;color: #fff;font-size: 16px;font-family: "font1";line-height: 30px;}
.foot3 li a{text-decoration: none;}




.page {
    width: 100%;
    min-height: 600px;
    overflow: hidden;
    background-color: #fcfcfc;
}

.page-center {
    width: 100%;
    min-height: 600px;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #fff;
}

.pageleft {
    width: 276px;
    float: left;
    overflow: hidden;
}

.left-box1 {
    width: 276px;
    height: auto;
    overflow: hidden;
}

.left-box-title {
    width: 274px;
    height: 74px;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 74px;
    color: #fff;
    text-indent: 46px;
    background-color: #0858b1;
}

/*.prodnav {*/
    /*width: 274px;*/
    /*height: auto;*/
    /*overflow: hidden;*/
/*}*/

/*.prodnav li {*/
    /*width: 272px;*/
    /*border-left: 1px solid #dddcdc;*/
    /*border-right: 1px solid #dddcdc;*/
    /*border-bottom: 1px solid #dddcdc;*/
    /*line-height: 61px;*/
    /*text-indent: 47px;*/
/*}*/

/*.prodnav li a {*/
    /*display: block;*/
    /*text-decoration: none;*/
    /*color: #7a7a7a;*/
    /*font-weight: bold;*/
/*}*/

/*.prodnav li a:hover {*/
    /*color: #0858b1;*/
/*}*/

.prodnav {
    width: 272px;
    height: auto;
    overflow: hidden;
    border-right: 1px solid #dddcdc;
    border-left: 1px solid #dddcdc;
    border-bottom: 1px solid #dddcdc;
}

.prodnav li {
    width: 250px;
    line-height: 40px;
    text-indent: 15px;
    padding: 5px 10px;
    margin: 10px 0;
}

.prodnav li .feilei{
    width: 250px;
}

.prodnav .prodnav-a{
    font-size: 16px;
    color: black;
    font-weight: bold;
}

.prodnav li a {
    display: block;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

.prodnav li a:hover {
    color: #0858b1;
}

.prodnav li .feilei a {
    font-size: 14px;
    margin: 0 10px;
    color: black;
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 15px;
    border-bottom: 1px solid #dddcdc;
}

.pageright {
    width: 889px;
    float: right;
    min-height: 600px;
    border: 1px solid #eaeaea;
    overflow: hidden;
}

.left-box2 {
    margin-top: 41px;
    width: 276px;
    height: auto;
    overflow: hidden;
}

.left-cont1 {
    width: 272px;
    border-left: 1px solid #dddcdc;
    border-right: 1px solid #dddcdc;
    border-bottom: 1px solid #dddcdc;
    overflow: hidden;
}

.left-cont1 h1 {
    display: block;
    width: 100%;
    line-height: 24px;
    margin-top: 30px;
    text-align: center;
    font-size: 16px
}

.left-cont1 span {
    display: block;
    /*width: 100%;*/
    line-height: 37px;
    padding-bottom: 19px;
    /*text-align: center;*/
    font-size: 22px;
    color: #0045a7;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 30px;
}

.right-title {
    width: 100%;
    height: 74px;
    overflow: hidden;
    border-bottom: 1px solid #eaeaea;
    background-color: #f8f8f8;
    color: #003ea5;
}

.right-title dt {
    float: left;
    height: 74px;
    margin-left: 24px;
    line-height: 74px;
    font-size: 20px;
    font-weight: bold;
}

.right-title dd {
    float: right;
    line-height: 74px;
    margin-right: 31px
}

.right-title dd a {
    text-decoration: none;
    color: #aaaaaa
}

.pageindex {
    text-align: center;
    line-height: 50px;
    width: 100%;
    overflow: hidden;
}



.page-cp {
    width: 912px;
    height: auto;
    overflow: hidden;
    margin-left: -1px
}

.page-cp li {
    width: 260px;
    float: left;
    margin: 17px;
    float: left;
    border: 1px solid #eaeaea;
    height: 280px;
}

.page-cp li a {
    text-decoration: none;
}

.page-cp li div {

    width: 260px;
    height: 240px;
    background-color: #fff;
    display: table-cell;
    vertical-align: middle;
}

.page-cp li img {
    margin-left: 33px;
    /*width: 260px;*/
    /*height: 240px;*/
    width: 185px;
    height: 171px;
    vertical-align: middle;
    display: inline-block;
}

.page-cp li span {
    display: block;
    line-height: 30px;
    text-align: center;
    color: #989898;
}


.product {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px auto 0 auto;
}

.product h1 {
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
}

.prod-text {
    width: 100%;
    height: 230px;
    margin-bottom: 24px;
    overflow: hidden;
}

.prod-text .left {
    width: 300px;
    height: 280px;
    overflow: hidden;
    float: left;
    margin-left: 120px;
    margin-top: 20px;
}

.prod-text .left img {
    /*width: 260px;*/
    /*height: 240px;*/
    width: 200px;
    height: 184px;
}

.prod-text .left span {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #5e5e5e;
}

.prod-text .right {
    width: 400px;
    height: 360px;
    float: right;
    color: #5e5e5e;
    text-align: left;
}

.prod-text .right h2 {
    margin-top: 65px;
    font-size: 15px;
    width: 320px;
    height: 30px;
}

.prod-cont {
    width: 750px;
    height: auto;
    overflow: hidden;
    margin: 0 auto
}

.prod-cont-title {
    width: 100%;
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid #e5e5e5;
    color: #666666;
    font-size: 16px;
}

.prod-cont-text {
    width: 100%;
    height: auto;
    margin-top: 10px;
    color: #666666
}

.page-news li {
    border-bottom: 1px solid #ccc;
    width: 860px;
    margin: 15px 10px 5px 10px;
    height: 150px;
}

.page-news li img {
    float: left;
    margin: 25px 10px 15px 10px;
    width: 195px;
    height: 105px;
}

.page-news li a {
    text-decoration: none;
}

.page-news li div {
    float: right;
    width: 600px;
    height: 130px;
    margin-top: 10px;
    margin-right: 15px;
}

.page-news li div h1 {
    float: left;
    font-size: 16px;
    margin-top: 20px;
    margin-left: 15px;
    color: #333;
}

.page-news li div h2 {
    float: right;
    margin-right: 15px;
    margin-top: 20px;
    color: #333;
}

.page-news li div span {
    display: block;
    width: 480px;
    margin: 10px 15px 10px 15px;
    float: left;
    color: #959595;
    text-indent: 2rem;
    line-height: 25px;
    font-size: 13px;
}

.right-newslist-top {
    border-bottom: 1px solid #eee;
    height: 70px;
    text-align: center;
}

.right-newslist-top h1 {
    font-size: 18px;
    line-height: 40px;
}

.right-newslist-top h2 {
    font-size: 12px;
}

.right-newslist-center {
    border-bottom: 1px solid #eee;
    min-height: 200px;
    overflow: hidden;
    text-indent: 2rem;
    line-height: 25px;
    margin: 10px;
}

.right-newslist-bottom span {
    margin: 20px;
    display: block;
}
