
.container{
    width: 1200px;
    margin: 0 auto;
}
.header{
    height: 100px;
    z-index: 9999;
    background: #f8f8f8 !important;
    background: rgba(0,0,0,0.5);
}
.head_fixed{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0 auto;
    background: rgba(0,0,0,0.5);
}
.head_fixed{
    -webkit-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.logo{
    width: 330px;
    height: 100px;
    float: left;
}
.nav{
    float: left;
    width: 770px;
    line-height: 98px;

}
.nav ul li{
    float: left;
    position: relative;
    z-index:9999;
}
.nav ul li a, .nav ul li a:visited {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 110px;
    color: #000000;
    font-size: 16px;
    line-height: 98px;
}
.nav ul li ul {
    display: none;
    z-index: 9999;
}
.nav ul li:hover a, .nav .active a {
    background: #f2f2f2;
    border-bottom: 2px solid #1166b1;
}

.nav ul li:hover ul {
    display: block;
    position: absolute;
    top: 100px;
    left: 0;
    width: 110px;
}
.nav ul li:hover ul li a {
    display: block;
    background: #1166b1;
    color: #ffffff;
    font-size: 14px;
    border-bottom: 1px dashed #0798ea;
    height: 36px;
    line-height: 36px;
}
.nav ul li:hover ul li a:hover {
    background: #0789d7;
    color: #ffffff;
}

/*

.nav li a{
    float: left;
    font-size: 16px;
    color: #000000;
    padding: 0 23px;
}
.nav li a:hover, .nav .active a{
    background: #f2f2f2;
    border-bottom: 2px solid #1166b1;
    line-height: 98px;
}
*/
.language{
    float: right;
    width: 80px;
    height: 22px;
    line-height: 22px;
    margin-top: 39px;
}
.language li a{
    background: #dadada;
    color: #9a9a9a;
    text-align: center;
    float: left;
    width: 40px;
    display: block;
}
.language li a:hover, .language .active a{
    background: #9d9d9d;
    color: #ffffff;
}
.main{
    margin-top: 15px;
}
.news{
    width: 770px;
    float: left;
}
.index-title{
    background: url("../images/title_bg_02.gif") repeat-x 0 bottom;
    line-height: 50px;
    width: 100%;
    float: left;
}
.index-title-a{
    background: url("../images/title_bg_01.gif") repeat-x 0 bottom;
    float: left;
}
.index-title-a a{
    font-size: 18px;
    color: #28166e;
    font-weight: bold;
}
.index-more{
    float: right;
}
.index-more a{
    padding: 5px 15px;
    font-size: 12px;
    color: #ffffff;
    background: #66cce1;
    border-radius: 8px;
}
.news-con{
    margin-top: 15px;
    float: left;
    width: 100%;
}
.nc-pic{
    float: left;
}
.nc-con{
    float: right;
    width: 418px;
}
.nc-con li{
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.nc-con li span{
    float: left;
    width: 60px;
    color: #005BAC;
    text-align: center;
}
.nc-con li div{
    float: right;
    width: 330px;
    padding-top: 6px;
}
.nc-con li span i{
    font-size: 45px;
    line-height: 48px;
}
.nc-con li span em{
    font-size: 14px;
    line-height: 16px;
}
.nc-con li div em{
    line-height: 30px;
    font-size: 16px;
    color: #000000;
}
.nc-con li div em a{
    font-size: 16px;
    color: #000000;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
}
.nc-con li div em a:hover{
    color: #005BAC;
}
.nc-con li div p{
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    color: #a6a6a6;
    text-overflow: ellipsis;
}
.business{
    width: 376px;
    float: right;
}
/*------首页业务-------*/
.gallery_box{
    margin-top: 15px;
    float: left;
}
.g_btn_left {
    float: left;
    height: 65px;
    width: 33px;
    background: url(../images/lbtn.jpg) center no-repeat;
    cursor: pointer;
    margin-top: 70px;
}
.g_btn_right {
    float: right;
    height: 65px;
    width: 33px;
    background: url(../images/rbtn.jpg) center no-repeat;
    cursor: pointer;
    margin-top: 70px;
}
.g_gallery_list {
    float: left;
    height: 210px;
    margin: 0 5px;
}
.g_gallery {
    width: 300px;
    overflow: hidden;
    height: 210px;
}
.g_gallery_list ul {
    list-style: none;
    width: 1000%
}
.g_gallery_list li {
    float: left;
    text-align: center;
    padding: 0 5px;
    position: relative;
}
.g_gallery_list li p {
    background: rgba(0,0,0,0.5);
    height: 30px;
    line-height: 30px;
    width: 270px;
    text-align: center;
    position: absolute;
    bottom: 0;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.g_gallery_list li p a{
    color: #ffffff;
    font-size: 12px;
}
.g_gallery_list li img {
    width: 290px;
    height: 210px;
    display: block;
}
.footer{
    margin-top: 40px;
}
.f-container1{
    width: 1200px;
    margin: 0 auto;
    padding: 15px 0;
}
.f-container1 p{
    color: #535353;
    line-height: 40px;
}
.f-container1 span{
    display: inline-block;
}
.f-container1 .address{
    padding-left: 30px;
    background: url("../images/f_ico_001.gif") no-repeat 0 50%;
}
.f-container1 .tel{
    padding-left: 30px;
    background: url("../images/f_ico_002.gif") no-repeat 0 50%;
    padding-right: 60px;
}
.f-container1 .fax{
    padding-left: 30px;
    background: url("../images/f_ico_003.gif") no-repeat 0 50%;
    padding-right: 60px;
}
.f-container1 .email{
    padding-left: 30px;
    background: url("../images/f_ico_004.gif") no-repeat 0 50%;
}
.f-container2{
    width: 1200px;
    margin: 0 auto;
}
.f-a{
    background: #f1f1f1;
}
.f-b{
    background: #969696;
    text-align: center;
    line-height: 56px;
    color: #ffffff;
}
.f-b a{
	color: #ffffff;
}
.banner{
    height: 200px;
    background: url("../images/top_banner.jpg") no-repeat 0 50%;
}
.dh{
    border-bottom: 1px dotted #cdcdcd;
    line-height: 54px;
    text-align: right;
    color: #333;
}
.dh a{
    margin: 0 10px;
    color: #333;
}
.dh a:hover{
    color: #005BAC;
}
.content{
    margin-top: 25px;
}
.side{
    border: 8px solid #dddddd;
    width: 300px;
    float: left;
}
.side ul{
    margin: 12px 32px;
}
.side li{
    line-height: 50px;
    border-bottom: 1px solid #cecece;
    background: url("../images/icon_1.gif") no-repeat right 50%;
}
.side li:last-child {
    border: 0;
}
.side li a{
    transition: all .5s;
    font-size: 18px;
    color: #333333;
}
.side li a:hover, .side .active a{
    color: #005BAC;
}
.content-right{
    float: right;
    width: 800px;
}
.list-con li{
    position: relative;
    border-bottom: 1px dashed #cccccc;
}
.list-con li a{
    line-height: 50px;
    background: url("../images/ico.gif") no-repeat 0 50%;
    padding-left: 20px;
    font-size: 16px;
    color: #333333;
    display: block;
    width: 680px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-con li a:hover{
    color: #005BAC;
}
.list-con li em{
    font-size: 12px;
    color: #bdbdbd;
    line-height: 38px;
    position: absolute;
    right: 0;
    top: 0;
    font-style: normal;
}
.page {
    padding: 40px 30px;
    text-align: center;
}
.page li {
    display: inline;
    margin: 0 8px 0 0;
}
.page li a {
    color: #747474;
    background: #ffffff;
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid #e4e4e4;
}
.page li a:hover, .page li.active a {
    background: #005BAC;
    border: 1px solid #005BAC;
    color: #ffffff;
}
.article{
    margin-top: 35px;
}
.article-header{
    padding-bottom: 20px;
}
.article h4{
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #444;
}
.article .title-bar{
    text-align: center;
    line-height: 24px;
    margin-top: 5px;
}
.article .title-bar p{
    font-size: 14px;
    color: #999999;
    display: inline-block;
    margin: 0 10px;
}
.article .title-bar i{
    font-size: 14px;
    color: #999999;
    display: inline-block;
    margin: 0 10px;
}
.article .c_body{
    margin-top: 30px;
    color: #555;
    line-height: 30px;
    font-size: 16px;
}
.article .c_body img{
    max-width: 1200px;
}
.article2{

    float: right;
    width: 800px;
}
.article2 h4{
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #444;
}
.article2 .title-bar{
    text-align: center;
    line-height: 24px;
    margin-top: 5px;
}
.article2 .title-bar p{
    font-size: 14px;
    color: #999999;
    display: inline-block;
    margin: 0 10px;
}
.article2 .title-bar i{
    font-size: 14px;
    color: #999999;
    display: inline-block;
    margin: 0 10px;
}
.article2 .c_body{
    color: #555;
    line-height: 30px;
    font-size: 16px;
}
.article2 .c_body img{
    max-width: 800px;
}
.yw-con{
    margin-top: 35px;
}
.yw-con li{
    width: 260px;
    float: left;
    margin: 0 20px 20px 20px;
    position: relative;
    background: #f6f6f6;
}
.yw-con li img{
    width: 260px;
    height: 180px;
    display: block;
}
.yw-con li h3{
    position: absolute;
    top: 150px;
    width: 240px;
    padding: 0 10px;
    background: rgba(0,0,0,0.5);
    text-align: center;
}
.yw-con li h3 a{
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
    height: 30px;
    display: block;
    width: 240px;
}
.yw-con li p{
    line-height: 20px;
    height: 40px;
    width: 240px;
    overflow: hidden;
    margin: 10px;
    font-size: 12px;
    color: #333333;
}
.yw-con li span{
    border-top: 1px dashed #cccccc;
    background: #efefef;
    display: block;
    line-height: 34px;
    text-align: right;
}
.yw-con li span a{
    color: #333333;
    font-size: 12px;
    margin-right: 10px;
}
.yw-con li span a:hover{
    text-decoration: underline;
}
/*-------------------分公司------------------------*/
.bg-top{
    height: 300px;
    width: 100%;
}
.bg-con{
    float: left;
    padding: 30px;
    background: rgba(0,0,0,0.8);
    color: #ffffff;
    margin-top: 50px;
    margin-left: 20px;
}
.bg-con h2{
    font-size: 26px;
    line-height: 34px;
}
.bg-con p{
    font-size: 14px;
    line-height: 22px;
    height: 88px;
    overflow: hidden;
    width: 500px;
    margin-top: 15px;
}
.company{
    margin-top: 20px;
}
.com-title{
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
    line-height: 34px;
}
.com-title li{
    display: inline-block;
    width: 120px;
}
.com-title li a{
    font-size: 16px;
    color: #000000;
    display: block;
}
.com-title li a:hover,.com-title li.active a {
    background: #1166b1;
    color: #ffffff;
}
#com-main{
    width: 1110px;
    padding: 20px 45px;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}
.com-m img{
    max-width: 1110px;
}
.com-img-list li{
    float: left;
    width: 240px;
    margin: 10px 18px;
    position: relative;
}
.com-img-list li img{
    width: 240px;
    height: 180px;
    display: block;
}
.com-img-list li h3{
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 220px;
    background: rgba(0,0,0,0.5);
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.com-img-list li h3 a{
    color: #ffffff;
    font-size: 12px;
}

.com-news-list li{
    position: relative;
    border-bottom: 1px dashed #cccccc;
}
.com-news-list li a{
    line-height: 50px;
    background: url("../images/ico.gif") no-repeat 0 50%;
    padding-left: 20px;
    font-size: 16px;
    color: #333333;
    display: block;
    width: 650px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.com-news-list li a:hover{
    color: #005BAC;
}
.com-news-list li em{
    font-size: 12px;
    color: #bdbdbd;
    line-height: 38px;
    position: absolute;
    right: 0;
    top: 0;
    font-style: normal;
}


/*--------2019-9-16-------*/
.article .c_body2{
    margin-top: 30px;
    color: #555;
    line-height: 30px;
    font-size: 16px;
}
.cb-left{
    width: 540px;
    float: left;
}
.cb-left-img img{
    padding: 30px;
    background: #e8e8e8;
    width: 480px;
    height: 320px;
}
.cb-left-zi{
    padding-top: 20px;
}
.cb-right{
    width: 600px;
    float: right;
}
.cb-right table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 2px solid #535353;
    border-top: 0;
}
.cb-right caption{
    padding: 0 20px;
    border: 2px solid #535353;
    border-bottom: 0;
    background-color: #a9c47d;
    line-height: 50px;
    font-size: 20px;
    color: #000000;
}
.cb-right td{
    border: 1px solid #535353;
    color: #666;
    font-size: 14px;
    padding: 10px 15px;
    vertical-align: middle;
    font-weight: 400;
}
.cb-right tr{
    background: #f6fbfe;
}
.cb-right tr:nth-child(2n+1){
    background: #f7ffe4;
}
.cb-right .cb-td{
    width: 100px;
    background: #e2eec4;
    text-align: center;
}