﻿@charset "utf-8";
body {
    font-family: "微软雅黑";
}

a:link, a:visited, a:active {
    color: #000;
    text-decoration: none;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
i{    text-transform: none;}
* {
    margin: 0px;
    padding: 0px;
    border: none;
}

#header, #banner, #main, #footer {
  width: 100%;
    overflow: hidden
}

#header .top {
    width: 1200px;
    margin: 0px auto;
	position: relative;
}

#header .top_map {
    width: 100%;
    height: 40px;
    line-height: 30px;
}

#header .top_map p {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    float: left;
}

#header .top_map span {
    float: right;
}

#header .top_map span a {
    font-size: 14px;
    left: 25px;
    color: #6d6d6d;
}

#header .logo_tel {
    width: 100%;
    height: 110px;
}

#header .logo_tel .logo {
    float: left;
}

#header .logo_tel .tel {
    float: right;
    margin-top: 15px;
    margin-right: 10px;
}

#header .navs {
    width: 100%;
    height: 54px;
    background: #2B90D9;
}

#header .navs .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#header .navs .nav {
    width: 1200px;
    margin: 0px auto;
    padding: 0 20px;
    height: 54px;
    line-height: 54px;
    position: relative;
    z-index: 1;
}

#header .navs .nav a {
    color: #fff;
}

#header .navs .nav .nLi {
    float: left;
    position: relative;
    display: inline;
}

#header .navs .nav .nLi h3 {
    float: left;
}

#header .navs .nav .nLi h3 a {
    display: block;
    padding: 0 25px;
    font-size: 16px;
    font-weight: normal;
}

#header .navs .nav .sub {
    display: none;
    width: 121px;
    left: 0;
    top: 54px;
    position: absolute;
    background: #0262B8;
    line-height: 30px;
    padding: 5px 0;
}

#header .navs .nav .sub li {
    zoom: 1;
}

#header .navs .nav .sub a {
    display: block;
    padding: 0 10px;
    text-align: -webkit-center;
}

#header .navs .nav .sub a:hover {
    background: #044971;
    color: #fff;
}

#header .navs .nav .on h3 a {
    background: #3ABA8C;
    color: #fff;
}

.top-3{
	position: absolute;
	top: 5px;
    left: 490px;
}
.top-3 img{
	width: 370px;
}


#banner .slideBox {
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

#banner .slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 45%;
    bottom: 10px;
    z-index: 1;
}

#banner .slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

#banner .slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 60px;
    height: 8px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 20px
}

#banner .slideBox .hd ul li.active {
    background: #2D90D5;
    color: #fff;
}

#banner .slideBox .bd {
    position: relative;
    z-index: 0;
}
#banner .slideBox .bd ul{
	width: 1920px;
    margin: 0 auto;
}

#banner .slideBox .bd li {
    position: absolute;
    display: none;
    zoom: 1;
    vertical-align: middle;
    width: 100%;
}
#banner .slideBox .bd li.active{
    display: block;
    width: 100%;
}
#banner .slideBox .bd img {
    max-width: 100%;
    display: block;
   height: 600px;
}
@media screen and (max-width: 1650px) {

#banner .slideBox .bd img {
   height: 480px;
}
#banner .slideBox .bd li {
    height: 480px;
}
#banner .slideBox .bd{
	height: 480px;
}

}
@media screen and (min-width: 1651px) {

#banner .slideBox .bd img {
   height: 600px;
}
#banner .slideBox .bd li {
    height: 600px;
}
#banner .slideBox .bd{
	height: 600px;
}

}
#banner .slideBox .prev,
#banner .slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

#banner .slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

#banner .slideBox .prev:hover,
#banner .slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

#banner .slideBox .prevStop {
    display: none;
}

#banner .slideBox .nextStop {
    display: none;
}

#main .soso {
    width: 100%;
    height: 70px;
    background: #fff;
    box-shadow: 2px 4px 6px #efefef;
}

#main .soso .sos {
    width: 1200px;
    margin: 0px auto;
    color: #000;
}

#main .soso .sos h3 {
    float: left;
    font-size: 14px;
    line-height: 60px;
    color: #000;
}

#main .soso .sos h3 b {
    font-weight: normal;
}

#main .soso .sos h3 img {
    margin-right: 15px;
    float: left;
    margin-top: 15px;
}

#main .soso .sos h3 a {
    font-weight: normal;
    margin: 0px 5px;
    color: #999
}

#main .soso .sos .serch {
    float: right;
}

#main .soso .sos #fromsearch {
    width: 300px;
    position: relative;
}

#main .soso .sos #word_key {
    width: 240px;
    height: 35px;

    top: 10px;
    right: 42px;
    background: #f7f7f7;
    border-radius: 8px;
}

#main .soso .sos #sub_btn {
    position: relative;
    width: 35px;
    height: 35px;
    top: 13px;
    right: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #3DC69A;
    color: #fff;
    background: url(../images/search.png) no-repeat center center;
}

#main .pcenter {
    width: 1200px;
    height: 150px;
    margin: 0 auto;
    border: 1px solid #fff;
    text-align: center;
    margin-top: 20px;
}

#main .pcenter p {
    font-size: 25px;
    margin-top: 5px;
}

#main .pcenter h5 {
    font-size: 16px;
    color: #999;
    font-weight: normal;
    margin-top: 10px
}

#main .pcenter h6 {
    font-weight: normal;
    color: #999;
    -webkit-transform: scale(0.8);
    margin-top: 5px
}

#center {
    width: 1200px;
    height: 835px;
    margin: 0 auto;
    text-align: center
}

#center .left {
    width: 270px;
    height: 830px;
    border: 1px solid #EEEEEE;
    float: left
}

#center .right {
    width: 915px;
    height: 830px;
    float: right;
}

#center .left h4 {
    width: 214px;
    height: 50px;
    background: url(../images/nav.png) no-repeat;
    line-height: 50px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    text-align: left;
    padding-left: 56px;
}

#center .left h4 span {
    font-size: 12px;
    color: #fff;
    -webkit-transform: scale(0.5)
}

#center .left .lei h3 {
    border-bottom: 1px dotted #999;
    background: url(../images/xl.png) no-repeat 20px center;
    width: 229px;
    height: 34px;
    text-align: left;
    border: 1px solid #E8E8E8;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    line-height: 31px;
    font-size: 17px;
    font-weight: normal;
    margin-top: 15px;
    padding-left: 40px;
}

#center .left .lei ul {
    margin-top: 10px
}

#center .left .lei ul li {
    text-align: left;
    width: 210px;
    height: 45px;
    border-bottom: 1px dotted #E8E8E8;
    line-height: 45px;
    background: url(../images/suo.png) no-repeat 21px center;
    padding-left: 40px;
    overflow: hidden
}

#center .left .lei ul li a {
    font-size: 14px;
    color: #666666
}

#center .left img {
    margin-top: 13px;
}

#center .right img {
    cursor: pointer;
    transition: all 0.6s;
    width: 290px;
    height: 218px;
    overflow: hidden;
}

#center .right p {
    width: 290px;
    height: 30px;
    overflow: hidden;
    border: 1px solid #EEEEEE;
    margin-top: 5px;
    font-size: 14px;
    line-height: 30px;
    color: #999;
}

#center .right .big .button {
    width: 790px;
    height: 28px;
    border: 1px solid #2B90D9;
    line-height: 27px;
    margin-top: 8px
}

#center .right .list {
    width: 915px;
    height: 830px;
}

#center .right .list ul li {
    float: left;
    width: 290px;
    height: 263px;
    overflow: hidden
}

#center .right .list ul li:nth-child(2) {
    margin-left: 15px;
    margin-right: 15px
}

#center .right .list ul li:nth-child(5) {
    margin-left: 15px;
    margin-right: 15px
}

#center .right .list ul li:nth-child(8) {
    margin-left: 15px;
    margin-right: 15px
}

#center .right .list ul li:nth-child(4) {
    margin-top: 20px;
    margin-bottom: 20px
}

#center .right .list ul li:nth-child(5) {
    margin-top: 20px;
    margin-bottom: 20px
}

#center .right .list ul li:nth-child(6) {
    margin-top: 20px;
    margin-bottom: 20px
}

/*#center .right .list ul li:nth-child(2){margin-left: 25px;}*/
/*#center .right .list ul li:nth-child(3){margin-top: 15px;}*/
/*#center .right .list ul li:last-child{    margin-left: 25px; margin-top: 15px;}*/

/*#center .right .list ul li:first-child div{width: 380px;height: 216px;overflow: hidden}*/
/*#center .right .list ul li:first-child img{width:100%;height:100%;cursor: pointer;transition: all 0.6s; }*/
/*#center .right .list ul li:first-child img:hover{transform: scale(1.1);}*/
/*#center .right .list ul li:first-child p{width: 380px; height: 30px;  border: 1px solid #2B90D9;margin-top: 10px;line-height: 27px}*/
/*#center .right .list ul li:first-child p a{color: #666666;font-size: 14px}*/

/*#center .right .list ul li:nth-child(2) div{width: 380px;height: 216px;overflow: hidden}*/
/*#center .right .list ul li:nth-child(2) img{width:100%;height:100%;cursor: pointer;transition: all 0.6s; }*/
/*#center .right .list ul li:nth-child(2) img:hover{transform: scale(1.1);}*/
/*#center .right .list ul li:nth-child(2) p{width: 380px; height: 30px;  border: 1px solid #2B90D9;margin-top: 10px;line-height: 27px}*/
/*#center .right .list ul li:nth-child(2) p a{color: #666666;font-size: 14px}*/

/*#center .right .list ul li:nth-child(3) div{width: 380px;height: 216px;overflow: hidden}*/
/*#center .right .list ul li:nth-child(3) img{width:100%;height:100%;cursor: pointer;transition: all 0.6s; }*/
/*#center .right .list ul li:nth-child(3) img:hover{transform: scale(1.1);}*/
/*#center .right .list ul li:nth-child(3) p{width: 380px; height: 30px;  border: 1px solid #2B90D9;margin-top: 10px;line-height: 27px}*/
/*#center .right .list ul li:nth-child(3) p a{color: #666666;font-size: 14px}*/

/*#center .right .list ul li:last-child div{width: 380px;height: 216px;overflow: hidden}*/
/*#center .right .list ul li:last-child img{width:100%;height:100%;cursor: pointer;transition: all 0.6s; }*/
/*#center .right .list ul li:last-child img:hover{transform: scale(1.1);}*/
/*#center .right .list ul li:last-child p{width: 380px; height: 30px;  border: 1px solid #2B90D9;margin-top: 10px;line-height: 27px}*/
/*#center .right .list ul li:last-child p a{color: #666666;font-size: 14px}*/

#main_a {
    width: 100%;
    height: 950px;;
      background: url(../images/bg_09.jpg) no-repeat center -94px;
}

#main_a .fannao {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
    text-align: center;
    margin-top: 65px
}

#main_a .fannao p {
    font-size: 25px;
    margin-top: 5px;
}

#main_a .fannao h5 {
    font-size: 16px;
    color: #999;
    font-weight: normal;
    margin-top: 10px
}

#main_a .fannao h6 {
    font-weight: normal;
    color: #999;
    -webkit-transform: scale(0.8);
    margin-top: 5px;
    text-transform: uppercase
}

#main_a .fannao div {
    width: 450px;
    height: 300px;
    position: absolute;
    margin-top: 139px;
    margin-left: 750px;
}

#main_a .fannao div p {
    font-size: 18px;
    color: #FFF;
    line-height: 57px;
    margin-left: 12px;
}

#main_a .fannao div:last-child a {
    font-size: 14px;
    color: #fff;
    padding-left: 40px;
    line-height: 30px
}

#main_a .fannao2 {
    width: 1200px;
    height: 690px;
    margin: 0 auto;
}

#main_a .fannao2 ul:first-child {
    float: left
}

#main_a .fannao2 ul:first-child li {
    width: 220px;
    height: 200px;
}

#main_a .fannao2 ul:first-child li h4 {
    font-size: 20px;
    color: #008755;
    font-weight: normal
}

#main_a .fannao2 ul:first-child li p {
    text-transform: uppercase;
    font-size: 11px;
    margin-top: 10px;
    color: #999
}

#main_a .fannao2 ul:first-child li div {
    width: 218px;
    height: 145px;
    
    margin-top: 5px
}

#main_a .fannao2 ul:first-child li img {
    width: 218px;
    height: 145px;
    overflow: hidden;
    transition: all 0.6s;
}

#main_a .fannao2 ul:first-child li img:hover {
    transform: scale(1.1);
}

#main_a .fannao2 ul:first-child li:first-child {
    position: relative;
    top: -6px;
    left: 86px;
}

#main_a .fannao2 ul:first-child li:nth-child(2) {
    position: relative;
    top: 26px;
    left: 23px;
}

#main_a .fannao2 ul:first-child li:last-child {
    position: relative;
    top: 70px;
    left: 86px;
}

#main_a .fannao2 ul:last-child li:first-child {
    position: relative;
    top: -7px;
    left: -72px;
}

#main_a .fannao2 ul:last-child li:nth-child(2) {
    position: relative;
    top: 26px;
    left: -7px;
}

#main_a .fannao2 ul:last-child li:last-child {
    position: relative;
    top: 71px;
    left: -49px;
}

#main_a .fannao2 ul:last-child {
    float: right
}

#main_a .fannao2 ul:last-child li {
    width: 220px;
    height: 200px;
}

#main_a .fannao2 ul:last-child li h4 {
    font-size: 20px;
    color: #008755;
    font-weight: normal
}

#main_a .fannao2 ul:last-child li p {
    text-transform: uppercase;
    font-size: 11px;
    margin-top: 10px;
    color: #999
}

#main_a .fannao2 ul:last-child li div {
    width: 218px;
    height: 145px;
 
    margin-top: 5px
}

#main_a .fannao2 ul:last-child li img {
    width: 218px;
    height: 145px;
    overflow: hidden;
    transition: all 0.6s;
}

#main_a .fannao2 ul:last-child li img:hover {
    transform: scale(1.1);
}

#main_b {
    width: 100%;
    height: 138px;
    margin: 0 auto;
    text-align: center;
    background: url(../images/hh.png) no-repeat center center
}

#main_c {
    width: 100%;
    height: 1480px;
    margin: 0 auto;
    background: url(../images/lybg.png) no-repeat center center;
}

/*#ly{width: 1200px}*/
#main_c1 {
       width: 350px;
    height: 70px;
    position: absolute;
    margin-top: 141px;
    margin-left: 63px;
    overflow: hidden;
}

#main_c1 p {
    font-size: 14px;
    line-height: 23px;
    color: #999;
}

#main_c1 p span {
    color: #00b673;
}

#main_c2 {
     width: 480px;
    height: 70px;
    position: absolute;
    margin-top: 300px;
    margin-left: 62px;
    overflow: hidden;
}

#main_c2 p {
    font-size: 14px;
    line-height: 23px;
    color: #999;
}

#main_c2 p span {
    color: #00b673;
}

#main_c3 {
       width: 370px;
    height: 70px;
    position: absolute;
    margin-top: 575px;
    margin-left: 640px;
    overflow: hidden;
}

#main_c3 p {
    font-size: 14px;
    line-height: 23px;
    color: #999;
}

#main_c3 p span {
    color: #00b673;
}

#main_c4 {
        width: 500px;
    height: 70px;
    position: absolute;
    margin-top: 727px;
    margin-left: 642px;
    overflow: hidden;
}

#main_c4 p {
    font-size: 14px;
    line-height: 23px;
    color: #999;
}

#main_c4 p span {
    color: #00b673;
}

#main_c5 {
       width: 500px;
    height: 70px;
    position: absolute;
    margin-top: 1000px;
    margin-left: 62px;
    overflow: hidden;
}

#main_c5 p {
    font-size: 14px;
    line-height: 23px;
    color: #999;
}

#main_c5 p span {
    color: #00b673;
}

#main_c6 {
   width: 500px;
    height: 70px;
    position: absolute;
    margin-top: 1160px;
    margin-left: 63px;
    overflow: hidden;
}

#main_c6 p {
    font-size: 14px;
    line-height: 23px;
    color: #999;
}

#main_c6 p span {
    color: #00b673;
}

#title-xj {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
    text-align: center;
    padding-top: 25px
}

#title-xj p {
    font-size: 25px;
    margin-top: 5px;
}

#title-xj h5 {
    font-size: 16px;
    color: #999;
    font-weight: normal;
    margin-top: 10px
}

#title-xj h6 {
    font-weight: normal;
    color: #999;
    -webkit-transform: scale(0.8);
    margin-top: 5px;
    text-transform: uppercase
}

/*六大理由标题*/
#title_liyou {
    width: 1200px;
    height: 132px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #fff;
}

#title_liyou p {
    font-size: 29px;
    color: #000;
    margin-top: 50px
}

#title_liyou h6 {
    text-transform: uppercase;
    font-size: 8px;
    -webkit-transform: scale(0.8);
    color: #666666;
}

#main_9 {
    width: 1200px;
    height: 135px;
    margin: 0 auto;
    border: 1px solid #fff;
    text-align: center;
    margin-top: 10px;
}

#main_9 p {
    font-size: 25px;
    margin-top: 5px;
}

#main_9 h5 {
    font-size: 16px;
    color: #999;
    font-weight: normal;
    margin-top: 10px
}

#main_9 h6 {
    font-weight: normal;
    color: #999;
    -webkit-transform: scale(0.8);
    margin-top: 5px;
    text-transform: uppercase
}

#cp {
    width: 1200px;
    height: 480px;
    margin: 0 auto;
}

#tab {
    position: relative;
}

#tab .tabList ul {
    border: 1px solid #999;
    float: left;
    height: 461px;
    width: 270px;
    overflow: hidden
}

#tab .tabList ul li {
    background: #fefefe;
    border-bottom: 1px dotted #ccc;

    width: 270px;
    text-align:left;

    position: relative;
    cursor: pointer;
    height: 65px;

}

#tab .tabCon div a:first-child {
    float: left
}

#tab .tabCon div a:nth-child(2) {
    float: right;
    margin-left: 11px;
}

#tab .tabCon div a:last-child {
    float: right;

}
#tab .tabCon div a:nth-child(2)>img{width: 289px;height:228px; }
#tab .tabCon div a:last-child>img{width: 289px;height:228px; }
#tab .tabCon {
    position: absolute;
    left: 248px;
    top: 0;
    border: 1px solid #ccc;
    /* border-top: none; */
    width: 915px;
    height: 460px;
    overflow: hidden;
    margin-left: 37px;
}

#tab .tabCon div {

    position: absolute;

    display: none;
}
#tab .tabCon div.active{
    display: block;
}
#tab .tabList li.cur {

    background: #ECECEC;
    color: #000;
    border-left: 10px solid #0078CD;

}

#tab .tabList li.cur a {
    color: #333
}

#tab .tabList li.cur p {
    color: #333;
}

#tab .tabCon div.cur {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #ffffff;

}

/*#tab .tabList>ul .cur:hover +#tab.tabCon.co1{display: block}*/
/*#tab .tabList>ul .cp1:hover, .tabCon.co2{display: block}*/
/*#tab .tabList>ul .cp2:hover.co3{display: block}*/
/*#tab .tabList>ul .cp3:hover.co4{display: block}*/
/*#tab .tabList>ul .cp4:hover.co5{display: block}*/
/*#tab .tabList>ul .cp5:hover.co6{display: block}*/
/*#tab .tabList>ul .cp6:hover.co7{display: block}*/








































#tab .tabList ul li:last-child {
    background: url("../images/more.jpg") no-repeat center center
}

#tab .tabList ul li:last-child a {
    color: #fff
}

#tab .tabList ul li:last-child p {
    color: #ffffff
}

#tab .tabList ul li:last-child.cur {
    border-left: 0.1px solid #0078CD;
}

#tab .tabList ul li a {
    color: #333;
    font-size: 16px;
    line-height: 55px;

    padding-left: 27px;
}

#tab .tabList ul li p {
    color: #999;
    font-size: 8px;
    margin-top: -16px;
    text-transform: uppercase;
    -webkit-transform: scale(0.8);
}

.zhezhao {
    width: 607px;
    height: 90px;
    position: relative;
    top: -94px;
    background: rgba(27, 59, 75, 0.5);
    color: #fff;
    overflow: hidden;
    line-height: 20px;
    font-size: 14px;
    opacity: 1
}

#lc {
    width: 100%;
    height: 680px;
    background: url(../images/khjzbg.jpg) no-repeat center center;
    margin-top: 25px
}

#title_khjz {
    width: 1200px;
    height: 130px;

    margin: 0 auto;
    text-align: center;
    padding-top: 20px
}

#title_khjz p {
    font-size: 25px;
    margin-top: 5px;
}

#title_khjz h5 {
    font-size: 16px;
    color: #999;
    font-weight: normal;
    margin-top: 10px
}

#title_khjz h6 {
    font-weight: normal;
    color: #999;
    -webkit-transform: scale(0.8);
    margin-top: 5px;
    text-transform: uppercase
}

#title_khjz1 {
    width: 1200px;
    height: 420px;
    margin: 0 auto;
}

#title_khjz1 ul li {
    float: left;
    width: 300px;
    height: 210px;
    text-align: center;
    overflow: hidden
}

#title_khjz1 ul li:first-child {
    background-color: #fff
}

#title_khjz1 ul li:first-child h5 {
    font-size: 12px;
    color: #999;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 10px;
}

#title_khjz1 ul li:first-child h4 {
    font-size: 18px;
    font-weight: normal;
    margin-top: 15px;
}

#title_khjz1 ul li:first-child p {
    font-size: 15px;
    color: #999;
    width: 230px;
    height: 80px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    line-height: 20px
}

#title_khjz1 ul li:first-child img {
    margin-bottom: 10px;
    margin-top: 10px;
}

#title_khjz1 ul li:nth-child(2) img {
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}

#title_khjz1 ul li:nth-child(4) img {
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}

#title_khjz1 ul li:nth-child(5) img {
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}

#title_khjz1 ul li:nth-child(7) img {
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}

#title_khjz1 ul li:nth-child(2) img:hover {
    transform: scale(1.1);
}

#title_khjz1 ul li:nth-child(4) img:hover {
    transform: scale(1.1);
}

#title_khjz1 ul li:nth-child(5) img:hover {
    transform: scale(1.1);
}

#title_khjz1 ul li:nth-child(7) img:hover {
    transform: scale(1.1);
}

#title_khjz1 ul li:nth-child(3) {
    background-color: #fff
}

#title_khjz1 ul li:nth-child(3) h5 {
    font-size: 12px;
    color: #999;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 10px;
}

#title_khjz1 ul li:nth-child(3) h4 {
    font-size: 18px;
    font-weight: normal;
    margin-top: 15px;
}

#title_khjz1 ul li:nth-child(3) p {
    font-size: 15px;
    color: #999;
    width: 230px;
    height: 80px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    line-height: 20px
}

#title_khjz1 ul li:nth-child(3) img {
    margin-bottom: 10px;
    margin-top: 10px;
}

#title_khjz1 ul li:nth-child(6) {
    background-color: #fff
}

#title_khjz1 ul li:nth-child(6) h5 {
    font-size: 12px;
    color: #999;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 10px;
}

#title_khjz1 ul li:nth-child(6) h4 {
    font-size: 18px;
    font-weight: normal;
    margin-top: 15px;
}

#title_khjz1 ul li:nth-child(6) p {
    font-size: 15px;
    color: #999;
    width: 230px;
    height: 80px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    line-height: 20px
}

#title_khjz1 ul li:nth-child(6) img {
    margin-bottom: 10px;
    margin-top: 10px;
}

#title_khjz1 ul li:nth-child(8) {
    background-color: #fff
}

#title_khjz1 ul li:nth-child(8) h5 {
    font-size: 12px;
    color: #999;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 10px;
}

#title_khjz1 ul li:nth-child(8) h4 {
    font-size: 18px;
    font-weight: normal;
    margin-top: 15px;
}

#title_khjz1 ul li:nth-child(8) p {
    font-size: 15px;
    color: #999;
    width: 230px;
    height: 80px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    line-height: 20px
}

#title_khjz1 ul li:nth-child(8) img {
    margin-bottom: 10px;
    margin-top: 10px;
}

#more {
    width: 148px;
    height: 44px;
    background-color: #0078CD;
    border-radius: 5px;
 float:right;
    text-align: center;


}

#more a h4 {
    font-size: 16px;
    color: #fff;
}

#more a p {
    color: #fff;
    font-size: 12px;
}

#title_liucheng {
    width: 1200px;
    height: 140px;
    border: 1px solid #244067;
    margin: 0 auto;
}

#title_liucheng {
    width: 1200px;
    height: 160px;
    margin: 0 auto;
    text-align: center;
}

#title_liucheng p {
    font-size: 29px;
    color: #E8E8E8;
    margin-top: 50px
}

#title_liucheng h6 {
    text-transform: uppercase;
    font-size: 8px;
    -webkit-transform: scale(0.8);
    color: #E8E8E8;
}

#liuchengxq{width: 1200px ;height: 515px;margin: 0 auto;
      border: 1px solid rgba(000, 000, 000, 0);}

#liuchengxq ul li{width: 195px;height: 170px; float: left}
#liuchengxq ul li:hover .ppt{display: block !important;}















#big_pic {
    width: 100%;
    height: auto;
    background: url(../images/big_picc_19.jpg) no-repeat center center
}

#about_us {
    width: 1200px;
    height: 680px;
    margin: 0 auto;

    background: url(../images/about.jpg)no-repeat;
}
#about_us .ddp{width: 400px;height: 500px;float: right;margin-top: 100px;overflow: hidden}
#about_us .ddp p{width: 400px;height: 200px;
   font-size: 14px;overflow: hidden;
    color: #999;margin-top: 20px}
#about_us .ddp div{width: 84px;
    height: 25px;
    background-color: #3ABA8C;
    border-radius: 16px;
    text-align: center;
    margin-top: 20px;}
#about_us .ddp div a{color: #FFF;font-size: 14px;line-height: 20px}
#honer{text-align: center;margin-top: 30px}
#honer p {
    font-size: 25px;
    margin-top: 5px;
}

#honer h5 {
    font-size: 16px;
    color: #999;
    font-weight: normal;
    margin-top: 10px
}

#honer h6 {
    font-weight: normal;
    color: #999;
    -webkit-transform: scale(0.8);
    margin-top: 5px;
    text-transform: uppercase
}

#honer1 {
    width: 1200px;
    height: 300px;
    margin: 0 auto;

}

.TTSlider {
    width: 1200px;
    margin: 0 auto
}

.TTSlider li {
    list-style-type: none;
    float: left;
}

.TTSlider li img {
    border: none;
}

.TTSliderTitle {
    background: #FFFFFF;
    height: 63px;
}

.TTSliderTitle ul {
    width: 220px;

    height: 300px
}

.TTSliderTitle li {
    width: 220px;
    height: 70px;
    position: relative;
    z-index: 3;
    left: 0;
    float: initial;
    border-bottom: 1px dotted #fff;
}

.TTSliderTitle li div {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    _width: 139px;
    _height: 62px
}
.TTSliderTitle li div a span{font-size: 12px; text-transform: uppercase;
    color: #999;}

.TTSliderTitle .cur div {
    background: #fff;
    z-index: 3;
    _height: 63px;
    _width: 136px
}

.TTSliderTitle .noneBorRight {
    background-color: #FFFFFF
}

.TTSliderTitle li a {
    display: block;
    float: left;
    height: 50px;
    line-height: 20px;
    text-decoration: none;
    overflow: hidden;
    width: 200px;
    font-size: 18px;
    background-color: #E8E8E8;
    text-align:left;
    color: #333;
    padding-left: 20px;padding-top: 20px;
}

.cur:hover a {
    background-color: #0078CD;
    color: #FFF;
}

.cur a{ color: #FFF;}
.cur span{color: #FFF;}
.cur:hover a span{color: #FFF;}
.cur a span{color: #FFF;}
.TTSliderPic {
    width: 912px;
    position: absolute;
    height: 387px;
    z-index: 1;
    overflow: hidden;
    margin-left: 243px;
    margin-top: -66px;
}

.TTSliderPicList {
    position: relative;
    width: 1200px;
  
    height:300px;
}

.TTSliderPic ul {
    position: absolute;
    display: none;
    top: 3px;
    left: 0
}

.TTSliderPic ul.show {
    display: block;
}

.TTSliderPic li img {
    width: 100%;
    height: 300px;
}

.TTSliderPic li {
    width: 200px;
    padding: 0 14px;
    height: 300px;
    overflow: hidden;
}

.TTSliderPic li div h3 {
    color: #000;
}

.TTSliderPic li div span {
    color: #000;
    font-size: 16px
}

.TTSliderPic li div div p {
    width: 350px;
    height: 60px;
    text-align: left;
    color: #8D8D8D;
    font-size: 14px
}

.TTSliderPic li div div span a {
    font-size: 8px;
    color: #8D8D8D
}

.TTSliderPic li a {
    display: block;
    height: auto;
    overflow: hidden;
}

.TTSliderPic li p {
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ED0A0A
}

.TTSliderPrevBtn {
       height: 50px;
    width: 45px;
    position: relative;
    z-index: 1;
    top: -73px;
    text-align: center;
    left: -20px;
    margin-left: 221px;
}

.TTSliderNextBtn {
height: 50px;
    width: 45px;
    position: relative;
    z-index: 1;
    top: -260px;
    text-align: center;
    left: 1148px;
}

.TTSliderPrevBtn {
    left: 0;
    background: url(../images/left.png) no-repeat;
    margin-top: 140px;
}

.TTSliderNextBtn {
    right: 0;
    background: url(../images/right.png) no-repeat;
margin-top: 140px;
}

.TTSliderPrevBtn a, .TTSliderNextBtn a {
    height: 30px;
    width: 20px;
    display: inline-block;
    background: url(../img/btn.png) no-repeat;
    margin-top: 75px
}

.TTSliderNextBtn a {
    background: url(../img/btn.png) no-repeat -30px 0
}

#fczs3 {
    width: 1200px;
    height: 370px;
    margin: 0 auto;
}

#fczs3 ul li {
    width: 288px;
    height: 370px;
    float: left;
    background-color: #fff;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.6s;
}

#fczs3 ul li:hover {
    box-shadow: 4px 4px 4px 4px #D6D6D6;
}

#fczs3 ul li a img {
    width: 266px;
    height: 200px;
    padding-left: 10px;
    margin-top: 10px;
}

#fczs3 ul li a h4 {
    padding: 3px 0px 0px 13px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    width: 288px;
    height: 30px;
    overflow: hidden;
}

#fczs3 ul li a p {
    width: 260px;
    height: 71px;
    margin-left: 20px;
    overflow: hidden;
    font-size: 14px;
    border-bottom: 1px solid #666;
    border-top: 1px solid #666;
    padding-top: 5px;
    padding-bottom: 5px;
}

.zhezhao1 {
    position: relative;
    top: -10px;
    left: -10px;
}

#new {
    width: 1200px;
    height: 425px;
    margin: 0 auto;

}

#new>ul>li{float: left;overflow: hidden;}

#new>ul>li:first-child>div{width: 360px;height: 35px;background-color: #0078CD}
#new>ul>li:first-child>div>h2{font-weight: normal;font-size: 18px;  color: #FFF;line-height: 35px;margin-left: 12px}
#new>ul>li:first-child>div>h2>span:first-child{font-size: 12px;text-transform:uppercase;margin-left: 5px}
#new>ul>li:first-child>div>h2>span:last-child{font-size: 8px;float: right;text-transform:uppercase;-webkit-transform:scale(0.8);}
#new>ul>li:first-child>ul>li:first-child{margin-top: 15px}
#new>ul>li:first-child>ul>li:first-child>a>img{float: left;    width: 180px;
    height: 135px;}
#new>ul>li:first-child>ul>li:first-child>a>h3{    font-size: 16px;
    color: #999;
    margin-left: 188px;
    width: 172px;
    height: 20px;
    overflow: hidden;}
#new>ul>li:first-child>ul>li:first-child>p{    margin-top: 20px;width: 170px;height: 80px; float: right;overflow: hidden;font-size: 14px; line-height: 20px;color:#999;}

#new>ul>li:first-child>ul>li:first-child>p>a{color:#999;}
#new>ul>li:first-child>ul>li:nth-child(2){width: 360px;  height: 30px;margin-top: 135px;border-top:1px dotted #666;     overflow: hidden;}
#new>ul>li:first-child>ul>li:nth-child(3){width: 360px;  height: 30px;border-top:1px dotted #666;   overflow: hidden;}
#new>ul>li:first-child>ul>li:nth-child(4){width: 360px;  height: 30px;border-top:1px dotted #666;   overflow: hidden;}
#new>ul>li:first-child>ul>li:last-child{width: 360px;  height: 30px;border-top:1px dotted #666; overflow: hidden;}


#new>ul>li:first-child>ul>li:nth-child(2)>a>p>span{float: right; }
#new>ul>li:first-child>ul>li:nth-child(3)>a>p>span{float: right;}
#new>ul>li:first-child>ul>li:nth-child(4)>a>p>span{float: right;}
#new>ul>li:first-child>ul>li:last-child>a>p>span{float: right;}

#new>ul>li:first-child>ul>li:nth-child(2)>a>p{overflow:hidden;width: 360px;height: 20px;font-size: 14px;line-height: 25px;color:#333;}
#new>ul>li:first-child>ul>li:nth-child(3)>a>p{width: 360px;height: 20px;font-size: 14px;line-height: 25px;color:#333;}
#new>ul>li:first-child>ul>li:nth-child(4)>a>p{width: 360px;height: 20px;font-size: 14px;line-height: 25px;color:#333;}
#new>ul>li:first-child>ul>li:last-child>a>p{width: 360px;height: 20px;font-size: 14px;line-height: 25px;color:#333;}












#new>ul>li:nth-child(2)>div{width: 340px;height: 35px;background-color: #0078CD;margin-bottom: 15px;}
#new>ul>li:nth-child(2)>div>h2{font-weight: normal;font-size: 18px;  color: #FFF;line-height: 35px;margin-left: 12px}
#new>ul>li:nth-child(2)>div>h2>span:first-child{font-size: 12px;text-transform:uppercase;margin-left: 5px}
#new>ul>li:nth-child(2)>div>h2>span:last-child{font-size: 8px;float: right;text-transform:uppercase;-webkit-transform:scale(0.8);}


#new>ul>li:nth-child(2)>ul>li:nth-child(2){width: 340px;  height: 30px;border-top:1px dotted #666; margin-top: 15px; }
#new>ul>li:nth-child(2)>ul>li:nth-child(3){width: 340px;  height: 30px;border-top:1px dotted #666;}
#new>ul>li:nth-child(2)>ul>li:nth-child(4){width: 340px;  height: 30px;border-top:1px dotted #666;}
#new>ul>li:nth-child(2)>ul>li:last-child{width: 340px;  height: 30px;border-top:1px dotted #666;}

#new>ul>li:first-child>div>h2>span:last-child>a{color:#Fff;}
#new>ul>li:nth-child(2)>div>h2>span:last-child>a{color:#fff;}
#new>ul>li:last-child>div>h2>span:last-child>a{color:#Fff;}
#new>ul>li:nth-child(2)>ul>li:nth-child(2)>a>p>span{float: right; }
#new>ul>li:nth-child(2)>ul>li:nth-child(3)>a>p>span{float: right;}
#new>ul>li:nth-child(2)>ul>li:nth-child(4)>a>p>span{float: right;}
#new>ul>li:nth-child(2)>ul>li:last-child>a>p>span{float: right;}

#new>ul>li:nth-child(2)>ul>li:nth-child(2)>a>p{overflow:hidden;width: 340px;height: 20px;font-size: 14px;line-height: 25px;color:#333;}
#new>ul>li:nth-child(2)>ul>li:nth-child(3)>a>p{overflow:hidden;width: 340px;height: 20px;font-size: 14px;line-height: 25px;color:#333;}
#new>ul>li:nth-child(2)>ul>li:nth-child(4)>a>p{overflow:hidden;width: 340px;height: 20px;font-size: 14px;line-height: 25px;color:#333;}
#new>ul>li:nth-child(2)>ul>li:last-child>a>p{overflow:hidden;width: 340px;height: 20px;font-size: 14px;line-height: 25px;color:#333;}




#new>ul>li:last-child>div{width: 340px;height: 35px;background-color: #0078CD}
#new>ul>li:last-child>div>h2{font-weight: normal;font-size: 18px;  color: #FFF;line-height: 35px;margin-left: 12px}
#new>ul>li:last-child>div>h2>span:first-child{font-size: 12px;text-transform:uppercase;margin-left: 5px}
#new>ul>li:last-child>div>h2>span:last-child{font-size: 8px;float: right;text-transform:uppercase;-webkit-transform:scale(0.8);}
#new>ul>li:last-child>ul>li{width: 340px;height: 100px;
    border-bottom: 1px dotted #666;background: url(../images/wd_07.jpg)no-repeat;    overflow: hidden;}

#new>ul>li:last-child>ul>li>p{    width: 240px;
    height: 23px;
    overflow: hidden;
    margin-left: 35px;
    padding-top: 16px;font-size: 14px;color:#666;}
#new>ul>li:last-child>ul>li>p>a{font-size: 14px;color:#666;}



#liucheng{ width: 1200px;height: 150px;margin:  0 auto;
    text-align: center;margin-top: 20px}


#liucheng p {
    font-size: 25px;
    margin-top: 5px;
}

#liucheng h5 {
    font-size: 16px;
    color: #999;
    font-weight: normal;
    margin-top: 10px
}

#liucheng h6 {
    font-weight: normal;
    color: #999;
    -webkit-transform: scale(0.8);
    margin-top: 5px;
    text-transform: uppercase
}





#FontScroll > ul li > a > p:first-child {
    background: url(../images/A.jpg) no-repeat;
    width: 450px;
    height: 30px;
    overflow: hidden;
    margin-top: 10px
}

#FontScroll > ul li > a > p:last-child {
    background: url(../images/Q.png) no-repeat;
    width: 450px;
    height: 30px;
    overflow: hidden;
    margin-top: 10px
}

.box {
    margin: 20px;
    width: 320px;
    height: 195px;
    border: 1px solid #ddd;
    padding: 5px 5px 10px;
    overflow: hidden;
}

.box ul li {
    line-height: 25px;
}

#a {
    margin-top: 20px;
    height: 165px;

    overflow: hidden;
}

#a > li {
    height: 90px;
    line-height: 22px;
    font-size: 12px;
}

#a > li > a > p {
    height: 40px;
    margin-top: 10px;
    padding-left: 38px;
    overflow: hidden;
    font-size: 16px;
    color: #999;
    text-overflow: ellipsis
}

#a > li > a > p:first-child {
    background: url(../images/A.jpg) no-repeat;
}

#a > li > a > p:last-child {
    background: url(../images/Q.png) no-repeat;
}



#footer {
    width: 100%;
    height: 215px;
    background-color: #3B3B3B;
}

#footer_nav {
    width: 1200px;
    margin: 0px auto;

    height: 50px;
    line-height: 50px;
    padding-left: 380px;

}

#footer_nav > ul > li {
    float: left;
    position: relative;
}

#footer_nav > ul > li > a {
    padding: 0 20px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    border-right: 1px solid #666;
}

#footer_button {
    width: 1200px;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
}

#footer_button div:first-child {
    width: 180px;
    height: 180px;
    margin-top:80px;
    float: left;
}

#footer_button div:nth-child(2) {
    width:300px;
    height: 90px;
    margin-top: 50px;
    float: left;
    background: url(../images/pic_pic_15.jpg) no-repeat 2px 19px;
    margin-left: 45px
}
#footer_button div:nth-child(2) img{float: left;margin-top: 14px}
#footer_button div:nth-child(3) img{float: left;margin-top: 8px}
#footer_button div:nth-child(2) p {
    color: #D7D7D7;
    font-size: 14px;
    padding-top: 5px;
    padding-left: 32px;
}

#footer_button div:nth-child(2) p:first-child {
    margin-top: 15px
}

#footer_button div:nth-child(3) {
    width: 370px;
    height: 180px;
    margin-top: 75px;
    float: left;
    background: url(../images/ppp_17.jpg) no-repeat 2px 19px;
    margin-left: 50px;
    overflow: hidden
}

#footer_button div:nth-child(3) p {
    color: #D7D7D7;
    font-size: 14px;
    padding-top: 5px;
    padding-left: 32px;
}
#footer_button div:nth-child(3) p>a{color:#D7D7D7;}
#footer_button div:nth-child(3) p:first-child {
    margin-top: 10px
}

#footer_button div:last-child {
    width: 180px;
    height: 200px;;
    margin-top: 50px;
    float: right;
    text-align: center;
}

#footer_button div:last-child img {
width: 119px;
    float: right
}
#footer_button div:last-child p{float: right;font-size: 14px;color: #fff;margin-right: 20px}

#nr {
    width: 1200px;
    height: 330px;
    margin: 0 auto
}

#nr > ul > li {
    width: 1200px;
    height: 160px;
}

#nr > ul > li:first-child {
    border-bottom: 1px dotted #999;
}

#nr > ul > li:last-child {
    margin-top: 20px
}

#nr > ul > li:first-child > ul > li {
    float: left;
    width: 116px;
    height: 116px;
    border: 2px solid #Fff;
    border-radius: 100px;
    text-align: center;
    margin-left: 25px
}

#nr > ul > li:first-child > ul > li:first-child {
    margin-left: 0px
}

#nr > ul > li:first-child > ul > li > a > img {
    margin-top: 35px
}

#nr > ul > li:first-child > ul > li > a {
    text-align: center
}

#nr > ul > li:first-child > ul > li > a > h6 {
    font-size: 14px;
    color: #ffffff;
    width: 100px;
    height: 20px;
    margin-top: 40px;
    text-align: center;
    margin-left: 7px;
    font-weight: normal;
}

#nr > ul > li:first-child > ul > li:hover {
    background-color: #fff;
}

.sp1:hover .zhezhao2 {
    opacity: 1;
}

#nr > ul > li:first-child > ul > li:last-child {
    width: 300px;
    height: 78px;
    border-radius: 0px;
    margin-top: 40px;
    border: none;
}

#nr > ul > li:first-child > ul > li:last-child a img {
    margin-top: 0px
}

#nr > ul > li:last-child > ul > li {
    float: left;
    width: 116px;
    height: 116px;
    border: 2px solid #Fff;
    border-radius: 100px;
    text-align: center;
    margin-left: 25px;
    margin-left: 30px;
}

#nr > ul > li:last-child > ul > li > a > img {
    margin-top: 35px
}

#nr > ul > li:last-child > ul > li > a {
    text-align: center
}

#nr > ul > li:last-child > ul > li > a > h6 {
    font-size: 14px;
    color: #ffffff;
    width: 169px;
    height: 19px;
    margin-top: 40px;
    text-align: center;
    margin-left: -24px;
    font-weight: normal;
}

#nr > ul > li:last-child > ul > li:hover {
    background-color: #fff;
}

#nr > ul > li:last-child > ul > li:first-child {
    width: 300px;
    height: 78px;
    border-radius: 0px;
    margin-top: 40px;
    border: none;
    margin-left: 0px;
}

#nr > ul > li:last-child > ul > li:first-child a img {
    margin-top: 0px
}

.zhezhao2 {
    position: absolute;
    margin-top: -115px;
    margin-left: 33px;
    opacity: 0;
}

.hover {
    display: block
}
#liuchengbg{width:100%;height:667px;background: url(../images/ppppg.png)no-repeat center center;}
#link{   
	width: 1200px;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
    }
    #link>h4{font-size: 16px;
    font-weight: normal;
    font-family: -webkit-pictograph;
}
 #link>h4>span{    font-size: 12px;
    font-family: -webkit-pictograph;}

    #link>ul>li{width: 100px;height: 50px; overflow: hidden;   font-size: 14px;float: left ;    text-align: center;}

  #link>ul{margin-top: -52px;
    margin-left: 140px;}

