/*公共样式*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td ,textarea,input { margin:0; padding:0;  }
address,cite,dfn,em,var, i {font-style:normal;}
body {font-size: 16px; line-height: 1.5; font-family:'Microsoft Yahei','simsun','arial','tahoma';  color: #222; background: #eee; }
table { border-collapse:collapse; border-spacing:0; }
h1, h2, h3, h4, h5, h6, th { font-size: 100%; font-weight: normal; }
button,input,select,textarea{font-size:100%;}
fieldset,img{border:0;}
a { text-decoration: none; color: #666; background: none }
ul, ol { list-style: none; }
:focus{ outline:none;}
.clearfix{ clear: both; content: ""; display: block; overflow: hidden }
.clear{clear: both;}
.fl{ float: left; }
.fr{float: right;}


#web {
    background: #f8f8f8;
    width:100%;
    overflow: hidden;
}

header {
    height:120px;
    width: 1200px;
    margin:0 auto;
}

.company-name {
    display: inline-block;
    float: left;
    margin-top:40px
}

.hot-line {
    float: right;
    height: 60px;
    width: 290px;
    overflow: hidden;
    margin-top: 30px;
}
.hot-line>img {
    vertical-align: middle;
    margin-right:5px;
    margin-top:6px;
}
.phone {
    display: inline-block;

}

.phone-number {
    color: #096bb7;
    font-size: 30px;
}

.desc {
    color: #666;
    font-size: 12px;
}

nav {
    width: 100%;
    height: 60px;
    /*overflow: hidden;*/
    background: #0081e4;
}

nav ul{
    display: block;
    width: 1200px;
    height:100%;
    margin:0 auto;

}
nav ul li {
    color: #fff;
    line-height: 60px;
    float: left;
    text-align: center;
    height: 60px;
    width: calc(1200px / 9);

    position:relative;
}

nav ul li.active {
    background: #0c5d9a;
}
nav ul li a{
    color:#fff;
    display: block;
}
nav ul li:hover dl {
    display: block;
}
nav ul li dl {
    background: #0081e4;
    position: absolute;
    display:none;
    width: 100%;
    z-index: 10000;
}
nav ul li dl.active {
    background: #0c5d9a;

}

nav ul li dd {
    height: 60px;
}

nav ul li dl dd:hover {
    background: #0c5d9a;

}

.banner {
    margin:0 auto;
}

#banner {
    width:1200px;
    margin:0 auto;
}

.main {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    background: #f8f8f8;
    padding:30px 0;
}
.news,.business{
    width: 800px;
    /*margin-top:30px;*/
    background: #fff;
    overflow: hidden;
    display: inline-block;
    float: left;
}

.business {
    margin-top:30px;
}

.news-title{
    height: 39px;
    padding:20px 0;
    margin:0 20px;
    line-height: 40px;
    border-bottom: 1px dashed #dddddd;
}

.news-title .title {
    display: inline-block;
    background: url("../images/new-icon.png") left center no-repeat;
    padding-left:40px;
    color: #a0a0a0;

}

.bg1 {
    background: url("../images/new-icon.png") left center no-repeat;
}
.bg2 {
    background: url("../images/business-icon.png") left center no-repeat;

}

.cn {
    color: #7cc0f9;
    font-size: 20px;
    margin:0 5px;
    font-weight: bold;
}

.en {
    color: #cfcfcf;
    font-size: 14px;
    margin:0 5px;
}

.more {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    float: right;
    color: #b0cef3;
    border: 1px solid #b0cef3;
    font-size: 12px;
    padding:0px 10px;
    margin-top:10px;
}

.content {
    margin:27.5px 20px;
    overflow: hidden;
}
.content-img {
    width: 400px;
    height: 170px;
}

.news-list {
    width: 340px;
}

.news-list ul {
    width: 100%;
    height: 170px;
}
.news-list ul li{

    color: #666;
    width: 320px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    padding-left:20px;
    list-style: none;
    font-size: 14px;
    height: calc(170px / 6);
    line-height: calc(170px / 6);
    background: url("../images/bg1.png") left center no-repeat;
}


.business .content .business-item {
    display: inline-block;
    position: relative;
    width: 240px;
    height: 170px;
    margin-right: 20px;
    float: left;
}
.business .content .business-item:last-child {
    margin-right:0;
}
.business .content .business-item  img{
    width: 100%;
}

.business .content .business-item p{
    width: 100%;
    height:30px;
    position:absolute;
    bottom:0px;
    left:0px;
    text-align:center;
    line-height: 30px;
    background: #333;
    opacity: 0.5;
    color:#fff;
 }

.introduce{
    width: 380px;
    /*margin-top:30px;*/
    background: #fff;
    overflow: hidden;
    display: inline-block;
    float: right;
    height: 640px;
}
.introduce .center {
    width: 340px;
    margin: 27.5px 20px;
}
.introduce .center img {
    width: 100%;
}
.introduce-desc {
    margin-top:10px;
    width: 100%;
    font-size: 14px;
    color:#999;
    line-height: 26px;
    max-height: 130px;
}
.map {
    margin:10px 0;
}
.introduce .center p {
    width: 100%;
    color: #999;
    font-size: 14px;
}
.main-bottom {
    width: 100%;
    padding:20px 0;
    overflow: hidden;

}

 .enterprise, .notice,.message,.friend-link{
     display: inline-block;
     float: left;
     width: 285px;
     background: #fff;
     height: 300px;
     margin-right:20px;
}
 .friend-link {
     margin-right:0px;
 }

.enterprise .center,.notice .center,.message .center,.friend-link .center{
    width: 245px;
    margin:20px auto;
}

.main-bottom .center ul li {
    color: #666;
    font-size: 14px;
    height:30px;
    line-height: 30px;
    background: url("../images/bg1.png") left center no-repeat;
    padding-left:20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}

.message table {
    width: 100%;
    text-align: left;
    color: #999;
    font-size: 14px;
}

.message table tr  {
    height: 35px;
}

.message table tr td input[type=text] {
    width: 100%;
    height: 25px;
    background: #f6f6f6;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.message table tr td textarea {
    width: 100%;
    height: 45px;
    background: #f6f6f6;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.message button {
    float: left;
    color:#fff;
    border: 0px;
    border-radius: 3px;
    margin-left: 10px;
}
.sub-btn {
    background: #f0b500;
}

.cancel-btn {
    background: #999;
}

footer {
    height: 330px;
    width: 100%;
    overflow: hidden;
    background: #001b2f;
}

.footer {
    width:1200px;
    height: 100%;
    margin:30px auto;
    color: #fff;
}
.footer-top {
    height:240px;
}
.footer-top>div{
    display: inline-block;
    float: left;
    width: 200px;
    margin-right:40px;
}

.footer-top>div p {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #334959;
    position: relative;
}
.footer-top>div p span {
    display: inline-block;
    background: #f0b500;
    height: 2px;
    width: 50px;
    position: absolute;
    bottom: 0px;
    left:0px;
}
.footer-top>div ul {
    margin-top:20px;
}
.footer-top>div ul li {
    color: #a9abae;
    height:30px;
    line-height: 30px;
    font-size: 14px;
}

.footer-bottom {
    height: 60px;
}
.footer-bottom p {
    text-align: center;
    font-size: 14px;
    color: #a9abae;
}

.main{
    width:1200px;
    overflow: hidden;
}
.main-list {
    width: 100%;
    display: inline-block;
    padding-top: 30px;
    font-size: 0;
}
.main-list .list-side-left {
    width: 250px;
    display: inline-block;
    margin-right: 20px;
}
.main-list .list-side-left .side-menu {
    width: 100%;
    display: inline-block;
}
.main-list .list-side-left .side-menu .side-title{
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: green;
}
.main-list .list-side-left .side-menu .side-title h6 {
    font-size: 16px;
    text-indent: 10px;
    color: #fff;
    font-weight: normal;
}
.main-list .list-side-left .side-menu .side-title-list {
    display: inline-block ;
    width: calc(100% - 42px);
    padding: 20px;
    border: 1px solid #d0c2b7;
    border-top: none;
}
.main-list .list-side-left .side-menu .side-title-list ul li {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #eeebe4;
}
.main-list .list-side-left .side-menu .side-title-list ul li a {
    display: inline-block;
    line-height: 40px;
    font-size: 14px;
}
.main-list .list-side-left .side-menu .side-title-list ul li.active a {
    color: green;
    font-weight: bold;
}
.main-list .list-side-left .side-menu .side-title-list ul li a i {
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-right: 5px;
}
 .main-list .side-left-info {
    width: 220px;
    height: 220px;
    padding: 15px 15px;
    display: inline-block;
    background: #EEEBE2 url('../image/bt_bj2.png') center;
    margin-top: 20px;
}
 .main-list .side-left-info p {
    width:100%;
    display: inline-block;
    font-size: 14px;
    color: #666;
    /*padding: 5px 0;*/
}
 .main-list .side-left-info em {
    display: inline-block;
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    color: #f00;
    font-style: normal;
    padding: 5px 0;
    font-family: DialogInput;
}
 .main-list .side-left-info .button-a {
    width: 100%;
    padding: 10px 0;
    display: inline-block;
    border-bottom: 1px dashed rgba(142,107,77,0.5);
}
 .main-list .side-left-info .button-a .a-1 {
    display: inline-block;
    width: 98px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 3px;
    background-color: #8E6B4D;
    border: 1px solid #8E6B4D;
    margin-right: 20px;
    font-size: 16px;
    color: #fff;
}
 .main-list .side-left-info .button-a .a-2 {
    display: inline-block;
    width: 98px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #8E6B4D;
    font-size: 16px;
    color: #8E6B4D;
}
 .main-list .side-left-info h6 {
    display: inline-block;
    font-size: 18px;
    width: 100%;
    text-align: center;
    color: #C22834;
    padding: 15px 0 5px;
    font-weight: normal;
}
 .main-list .side-left-info i {
    display: inline-block;
    width: 100%;
    padding: 0px 0;
    text-align: center;
    font-size: 14px;
    color: #8E6B4D;
    font-style: normal;
}
 .main-list .list-side-right {
    width: calc(100% - 270px);
    display: inline-block;
    vertical-align: top;
}
 .main-list .list-side-right .title {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #E09399;
}
 .main-list .list-side-right .title h6 {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding: 0 15px 0 10px;
    border-bottom: 2px solid #DBB866;
    color: #C22834;
}
 .main-list .list-side-right .title .the-tip {
    display: inline-block;
    height: 50px;
    line-height: 50px;
}
 .main-list .list-side-right .title .the-tip a {
    display: inline-block;
    font-size: 14px;
    padding: 0 5px;
}
 .main-list .list-side-right .title .the-tip i {
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    vertical-align: top;
}
 .main-list .list-side-right .title .the-contact {
    float: right;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #C22834;
    margin-right: 10px;
}
 .main-list .list-side-right .content {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
 .main-list .list-side-right .content .vlist {
    display: inline-block;
    width: 100%;
}
 .main-list .list-side-right .content .vlist ul li {
    display: inline-block;
    width: 170px;
    height: 220px;
    margin-right: calc((100% - 850px) / 4);
    margin-bottom: 10px;
}
 .main-list .list-side-right .content .vlist ul li:nth-child(5n){
    margin-right: 0;
}
 .main-list .list-side-right .content .vlist ul li img {
    width: 160px;
    height: 180px;
    border: 1px solid #eeebe4;
    padding: 4px;
}
 .main-list .list-side-right .content .vlist ul li p {
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
 .main-list .list-side-right .content .vcontent {
    display: inline-block;
    width: 100%;
}
 .main-list .list-side-right .content .vcontent .vcontent-intro {
    display: inline-block;
    width:calc(100% - 70px) ;
    /*margin: 20px 30px;*/
    border: 5px solid #DDD;
    padding: 20px 30px;
}
 .main-list .list-side-right .content .vcontent .vcontent-intro .vcontent-img {
    display: inline-block;
    width: 214px;
    height: 240px;
    margin-right: 20px;
}
 .main-list .list-side-right .content .vcontent .vcontent-intro .vcontent-img img {
    width: 214px;
    height: 240px;
}
 .main-list .list-side-right .content .vcontent .vcontent-intro .vcontent-info {
    display: inline-block;
    width: calc(100% - 234px);
    vertical-align: top;
    height: 200px;
    padding: 20px 0;
}
 .main-list .list-side-right .content .vcontent .vcontent-intro .vcontent-info p {
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    width: 100%;
    color: #666;
    max-height: 60px;
    overflow: hidden;
}
 .main-list .list-side-right .content .vcontent .vcontent-intro .vcontent-info p button {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: none;
    background-color:#C22834;
    color: #fff;
    margin-top: 10px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
 .main-list .list-side-right .content .vcontent .vcontent-intro .vcontent-info p button:hover {
    background-color: #F60;
}
.main-list .list-side-right .content .vcontent .vcontent-data {
    display: inline-block;
    width: calc(100% - 50px);
    border: 5px solid #DDD;
    border-top: none;
    padding: 10px 20px;
}
 .main-list .list-side-right .content .vcontent .vcontent-data h6 {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    color: #666;
    font-weight: normal;
}
 .main-list .list-side-right .content .vcontent .vcontent-data .info {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    padding: 10px 0;
    color: #666;
    line-height: 30px;
}

 .main-list .list-side-right .content .vlist-article {
    display: inline-block;
    width: calc(100% - 40px);
    padding: 0 20px;
}
 .main-list .list-side-right .content .vlist-article ul li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px dashed #EEE;
    padding: 10px 0;
}
 .main-list .list-side-right .content .vlist-article ul li h6 {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
}
 .main-list .list-side-right .content .vlist-article ul li h6 a {
    display: inline-block;
    line-height: 40px;
    font-size: 14px;
    font-weight: normal;
    color:#C22834;
}
 .main-list .list-side-right .content .vlist-article ul li h6 a i {
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-right: 5px;
}
 .main-list .list-side-right .content .vlist-article ul li h6 time {
    float: right;
    line-height: 40px;
    font-size: 14px;
    color: #999;
    font-weight: normal;
}
 .main-list .list-side-right .content .vlist-article ul li p {
    display: inline-block;
    width: 100%;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    font-size: 14px;
    color: #999;
    text-indent: 10px;
}
 .main-list .list-side-right .content .vcontent-article {
    display: inline-block;
    width: calc(100% - 20px);
    padding: 0 10px;
}
 .main-list .list-side-right .content .vcontent-article h6 {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}
 .main-list .list-side-right .content .vcontent-article .tips {
    display: inline-block;
    width: 100%;
    text-align: center;
    border-bottom: 1px dashed #EEE;
    padding-bottom: 20px;
}
 .main-list .list-side-right .content .vcontent-article .tips em {
    display: inline-block;
    padding: 0 10px;
    font-style: normal;
    font-size: 14px;
    color: #666;
}
 .main-list .list-side-right .content .vcontent-article-data {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.pages {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    width: 100%;
    color: #666;
    padding: 20px 0 10px;
}
.toptips {
    width: 100%;
    height: 200px;
    font-size: 0;
}
.toptips .left {
    display: inline-block;
    vertical-align: top;
    width: 400px;
    height: 200px;
    margin-right: 20px;
}
.toptips .left img {
    width: 400px;
    height: 200px;
}
.toptips .middle {
    display: inline-block;
    vertical-align: top;
    width: 400px;
    height: 200px;
    margin-right: 20px;
}
.toptips .middle img {
    width: 400px;
    height: 200px;
}
.toptips .right {
    width: calc(100% - 800px - 40px - 2px);
    height: 198px;
    display: inline-block;
    border: 1px solid #DDD;
}
.toptips .right .title {
    width: 100%;
    height: 36px;
    background-color:#eee ;
    border-bottom: 1px solid #ddd;
}
.toptips .right .title span {
    float: left;
    padding: 0 15px;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
    background: #FFF;
    color: #666;
}
.toptips .right .tcontent {
    display: inline-block;
    width: calc(100% - 30px);
    padding: 10px 15px;
    height: 142px;
}
.toptips .right .tcontent a {
    color: #666;
}
.toptips .right .tcontent a:hover {
    text-decoration: underline;
}
.toptips .right .tcontent strong{
    font-size: 14px;
    display: inline-block;
    height: 28px;
    line-height: 28px;
}
.toptips .right .tcontent .p{
    font-size: 14px;
    text-indent: 20px;
    max-height: 118px;
    overflow: hidden;
    line-height: 24px;
}


.pages a {
    padding:5px;
    display:inline-block;
}

.pages a.active {
    color:red;
}




