body {
    font-size: 12px;
    color: #666;
    background: #fff;
}
.ntime {
    width: 1200px;
    margin: 0 auto;
    height: 54px;
    border-bottom: 1px solid #e6e6e6;
}
.ntime .nl {
    display: inline-block;
    float: left;
    font-family: "微软雅黑";
    font-size: 14px;
    text-align: left;
    line-height: 60px;
    color: #e50012;
}
.map {
    display: inline-block;
    float: right;
    position: relative;
    width: 360px;
    margin: 0 auto;
    height: 54px;
    line-height: 60px;
    padding-left: 10px;
}
.home_ico {
    font-size: 14px;
    font-family: "微软雅黑";
    text-align: left;
    line-height: 60px;
    padding-left: 22px;
    float: left;
    color: #e50012;
    left: 10px;
    position: absolute;
    display: flex;
    width: 350px;
    justify-content: flex-end;
}
.home_ico a:last-child {
    color: #e50012 !important;
}
a {
    text-decoration: none;
    color: #666;
}
.w972 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.article_article_left {
    height: auto;
    width: 976px;
    overflow: hidden;
    min-height: 600px;
}
.right {
    float: right;
}
.article_cat {
    width: 100%;
    height: 52px;
    background: url(../images/blue.png) no-repeat bottom center;
}
.article_cat span {
    font-family: "微软雅黑";
    font-size: 22px;
    color: rgb(102, 102, 102);
    line-height: 58px;
    font-weight: normal;
}
.article_con {
    border-top: none;
    width: 976px;
    padding-top: 25px;
}
.article_con h1 {
    text-align: center;
    color: rgb(51, 51, 51);
    margin-bottom: 15px;
    font: 20px "微软雅黑";
}
.info {
    border-bottom: 1px solid #ccc;
    height: 46px;
    text-align: center;
    padding: 0px 0;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
}
.article_txt {
    padding: 15px;
    font-family: Tahoma, Geneva, sans-serif;
    line-height: 1.8;
    color: #222;
    font-size: 14px;
}
.article_list_right {
    width: 204px;
    height: auto;
    overflow: hidden;
}
.left {
    float: left;
}
.hot_tj {
    width: 200px;
    overflow: hidden;
    height: auto;
    padding-bottom: 15px;
    margin-bottom: 8px;
}
.hot_tj h2 {
    height: 94px;
    color: #2267b5;
    font: bold 14px/35px Verdana, Geneva, sans-serif;
    background: url(../images/backgroundColor.png) no-repeat left center;
}
.h2_txt {
    display: inline-block;
    font-size: 20px;
    font-family: "微软雅黑";
    color: rgb(255, 240, 0);
    padding: 30px 60px;
}
.hot_tj ul {
    height: auto;
    width: 204px;
    display: block;
    overflow: hidden;
    margin-top: 12px;
}
.hot_tj ul li:hover, .hot_tj ul li.active {
    background: #e50012;
}
/* .hot_tj ul li {
    display: block;
    height: 48px;
    line-height: 48px;
    margin-bottom: 2px;
} */
.hot_tj ul li {
    background: #f0f0f0;
    display: block;
    height: 48px;
    line-height: 48px;
    margin-bottom: 2px;
}
ul li {
    list-style-type: none;
}
.hot_tj ul li a:hover, .hot_tj ul li.active a {
    color: #fff;
}
.hot_tj ul li a:hover, .hot_tj ul li.active a {
    background: url(../images/bai.png) no-repeat right 16px center;
}
.hot_tj ul li a {
    display: inline-block;
    width: 100%;
    font-family: "微软雅黑";
    font-size: 14px;
    padding-left: 20px;
    text-align: left;
}
.article_lanmu {
    width: 976px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.article_lanmu dl {
    height: 50px;
    display: block;
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
    padding-left: 26px;
    color: rgb(102, 102, 102);
}
.article_lanmu dl a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    /* color:  rgb(223, 64, 24) !important; */
}
.article_lanmu dl a span {
    display: inline-block;
    width: 80%;
    float: left;
    /* color: rgb(102, 102, 102); */
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 50px;
}
.article_lanmu dl a dd {
    display: inline-block;
    width: 10%;
    float: right;
    /* color: rgb(102, 102, 102); */
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 50px;
}
.article_lanmu dl:hover dd{
    color:  rgb(223, 64, 24) !important;
}
.article_lanmu dl:hover span{
    color:  rgb(223, 64, 24) !important;
}
.page {
    height: auto;
    padding: 8px;
    width: 694px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.page p{
    line-height: 25px;
}
.pagination li{
    display: inline-block;
    line-height: 25px;
    padding: 0 10px;
    height: 25px;
    border: 1px solid #ccc;
    margin: 0 2px;
    border-radius: 3px;
    cursor:pointer;
}
.contactouch{
    width: 1200px;
    height: 400px ;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 40px;
    /* background-color: red; */
}
.contactouch .contactouch_item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contactouch .contactouch_item .contactouch_item_left{
    width: 470px;
    height: 400px;
    box-shadow: 4px 1px 17px #c7c7c7;
}
.contactouch .contactouch_item .contactouch_item_left div{
    height: 100px;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #666666;
    padding: 0 40px;
}
.contactouch .contactouch_item .contactouch_item_left .touch_item{
    border-bottom: 1px solid #ececec;

}
.contactouch .contactouch_item .contactouch_item_left .touch_title{
    color: #ffffff !important;
    text-align: center !important;
    background-color: #e50012;
    display: flex;
    justify-content: center;
}

.contactouch_item_right{
    height: 400px;
    width: 690px;
    background-color: #cccccc;
}
.contactouch_item_right .item_right_map{
    width: 690px; 
    height: 400px; 
    border: 1px solid rgb(204, 204, 204); 
    overflow: hidden; 
    position: relative; 
    z-index: 0; 
    color: rgb(0, 0, 0); 
    text-align: left;
}
.container{
    width: 1200px;
    height: 270px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.container .lxwm_div{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
}
.container .lxwm_div .container_table{
    width: 650px;
}
.container .lxwm_div .container_table input{
    border: 1px solid #ccc;
    background: #fff;
    line-height: 35px;
    height: 35px;
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 0px;
    outline: none;
}
.container .lxwm_div .container_table textarea{
    border: 1px solid #ccc;
    background: #fff;
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 0px;
    outline: none;
}
.container .lxwm_div .container_table .btn{
    border: 0px;
    background: #ddd;
    padding: 0px;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 35px;
}
.container .lxwm_div .container_table tbody tr td:first-child{
    font-size: 12px;
    color: #666;
    width: 20%;
}
.container .lxwm_div .container_table tbody tr td:last-child{
    width: 70%;
}
.pad {
    padding: 0px;
}
.col-md-12 {
    width: 100%;
}
.productList {
    margin: 0px 0px 0px 0px;
    margin-right: -15px;
    margin-left: -15px;
    overflow: hidden;
    margin-top: 20px;
}
.productImg {
    min-height: 190px;
    margin: 0px;
    margin-bottom: 20px;
    float: left;
    padding: 0 10px;
}
.col-md-3 {
    width: 23%;
}
.productImg a {
    position: relative;
    display: block;
    width: auto;
    margin: 0px auto 0px auto;
}
.productTitle {
    text-align: center;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    color: #333;
}
.productTitle:hover{
    text-decoration: underline;
}
.imgLink-hover {
    cursor: pointer;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    background-image: url(../images/on-hover.png);
    background-repeat: repeat;
    opacity: 0;
    z-index: 96;
    transition: all .3s linear;
}
.imgLink-hover:hover{
    opacity: 0.8;
}
.productImg img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 100%;
    height: 150px;
    margin-bottom: 0px;
    padding: 0px;
}
.hover-link {
    width: 44px;
    height: 44px;
    top: 50%;
    left: 50%;
    margin-left: -22px;
    margin-top: -22px;
    position: absolute;
    display: block;
    background-image: url(../images/lj.png);
}














