html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    font: 14px/24px "微软雅黑", Arial, Helvetica, sans-serif;
}
body {
    overflow-x: hidden;
    color: #333;
}
ul, li, p, img, b, ol, em, a, h1, h2, h3, h4, h5, h6, dl, dd, dt {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: none;
    font-style: normal;
    text-decoration: none;
    font-weight: initial;
}

#dituContent img {
    max-width: inherit;
}

img {
    max-width: 100%;
}

a:link, a:visited {
    color: inherit;
    font-size: inherit;
}
.fl {
    float: left;
}

.fr {
    float: right;
}
.container {
    width: 1600px;
    margin: auto;
}
/**颜色**/
.banner .hd ul li.on, .nav ul li a:hover, .nav ul li a.cur, .t_nav.fl ul li.on, .four ul li:hover, .four ul li .wz h3::before,
 .navs b:after, .bottom .dhzx,.navs b,.six_nav ul li.on,.footer,.treepage h2,.newspage ul li h3:before,.pading span.current {
    background: #dd2d1a;
}

.tell.fr .fl h3,.t_box.fr ul li:hover h3,.title b,.five ul li:hover h4,.six_box ul li:hover h2,.six_box ul li:hover b,
.treepage ul li:hover>a,.propage h2, .newspage h2,.treepage ul li:hover>a:after,.fr.texts h3:hover,.Product_item_text span,.article ol li:hover h4,.prduct_ul li:hover h4{
    color: #dd1b1a;
  
}
.t_box.fr ul li:hover .img,.article ol li:hover {
    border-color: #dd2d1a;
}
.banner_m .swiper-button-next,.banner_m .swiper-button-prev {
    color:#dd1b1a;
}
.imgs.fl .hd ul li.on{
    border: 1px solid #dd1b1a;
}
	span.swiper-pagination-bullet {
	background:#dd2d1a !important;
}
/**导航头部**/
.logos {
    overflow: hidden;
    padding: 26px 0;
}

.logo.fl {
    width: 20%;
    border-right: 1px solid #eee;
}

.tell.fr {
    width: 78%;
}

.logo img {
    max-width: 100%;
    display: block;
}

.tell.fr .fl h3 {

    font: bold 20px/26px "Microsoft yahei";
    margin-top: 10px;
}

.tell.fr .fl p {
    color: #666666;
    font: 16px/26px "Microsoft yahei";
}

.tell.fr .fr img {
    display: block;
    float: left;
}

.tell.fr .fr {
    width: 268px;
}

.tell.fr .fr h3 {
    color: #999;
    font-size: 15px;
    margin: 6px;
}

.tell.fr .fr h3 b {
    display: block;
    color: #333333;
    font: 400 28px/1.2 "Microsoft yahei";
}

.nav {
    background: #4b4b4b;
    width: 100%;
    height: 60px;
}

.nav ul li {
    float: left;
    position: relative;
    width: 14%;
    text-align: center;
    line-height: 60px;
}

.nav ul li ul {
    position: absolute;
    width: 100%;
    top: 60px;

    left: 0;
    z-index: 222;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.nav ul li ul li {
    width: 100%;
    line-height: 30px;
}

.nav ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
}

.nav ul li ul li a {
    font-size: 12px;  color: #333;
}

.nav ul li:hover ul {
     opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.nav ul li ul>li>a:hover {
    background: #e9eaeb;
}

.nav ul li ul:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
}



.nav ul li:after {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.nav ul li:first-child:after {
    width: 0;
}
/**banner**/
.banner,.banner_m {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner img, .banner_m img {
    width: 100%;
    display: block;
}

.banner .hd {
    width: 100%;
    position: absolute;
    z-index: 222;
    left: 0;
    bottom: 10px;
}

.banner .hd ul li {
    display: inline-block;
    margin: 0 5px;
    color: transparent;
    width: 10px;
    height: 10px;
    background: #eee;
    border-radius: 50%;
}

.banner .hd ul {
    text-align: center;
}
.banner .prev, .banner .next {
    position: absolute;
    top: 50%;
    z-index: 9999;
    background: #424246;
    height: 65px;
    width: 50px;
    text-align: center;
    margin-top: -32.5px;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff;
    font-size: 32px;
    font-family: "宋体";
    line-height: 65px;
}

.banner .next {
    right: 1%;
}

.banner .prev {
    left: 1%;
}
.banner_m {
    display: none;
}
/**搜索**/
.one {
    background-color: #f8f8f8;
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
}

.remen.fl b {
    display: block;
    float: left;
    color: #333;
}

.remen.fl a {
    display: inline-block;
    margin: 0 4px;
    color: #666;
}

.input.fr {
    width: 350px;
    text-align: right;
    background-color: #ececec;
    position: relative;
}

.input.fr input {
    float: left;
    background: none;
    outline: none;
    border: none;
    width: calc(100% - 44px);
    color: #999999;
    height: 44px;
    padding-left: 15px;
}

a.searchBtn {
    position: absolute;
    outline: none;
    border: none;
    width: 44px;
    height: 44px;
    background: url(../images/ss.png) no-repeat center;
    right: 0;
}

.remen.fl {
    overflow: hidden;
    line-height: 54px;
}
/**产品中心**/
.two {
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
}

.title {
    text-align: center;
    margin-bottom: 30px;
}

.title h2 {
    color: #333;
    position: relative;
    font: bold 36px/52px "Microsoft yahei";
}
.title b {
    font-weight: bold;
}
.title p {
    color: #888888;
    font: 400 16px/36px "Microsoft yahei";
}

.t_nav.fl {
    width: 22%;background-color: #595656;
    padding: 20px 10px;box-sizing: border-box;
}

.t_box.fr {
    width: 73%;
}

.t_box.fr ul {
    overflow: hidden;
}

.t_box.fr ul li {
    width: 32.5%;
    float: left;
    margin: 0 1% 1% 0;
}

.t_box.fr ul li:nth-child(3n) {
    margin-right: 0;
}

.t_box.fr ul li img {
    width: 100%;
    display: block;height:229px;
}
.t_box.fr ul li .img {
    border: 5px solid #f5f5f5;
    box-sizing: border-box;	
}

.t_box.fr ul li h3 {
    text-align: center;
    color: #555555;
    font: 400 15px/52px "Microsoft yahei";
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.t_nav.fl ul li a {
    display: block;
    color: #fff;
    font: 400 16px/60px "Microsoft yahei";
    padding-left: 20px;
    width: 100%;
    transition: all 0.1s;
}

.t_nav ul li:after {
    content: ">";
    display: block;
    border: 1px solid #fff;
    width: 15px;
    height: 15px;
    color: #fff;
    line-height: 17px;
    right: 7px;
    text-align: center;
    transition: all 0.8s;
    position: absolute;
    border-radius: 50%;
    font-family: '宋体';
    top: 26px;
    font-size: 12px;
    opacity: 0;
}

.t_nav.fl ul li {
    position: relative;
    transition: all 0.8s;
    padding-top: 5px;
    margin-top: 5px;
    border-bottom: 1px solid #6d6c6c;
}
.t_nav.fl ul li.on {
    width: 105%;
    transition: all 0.8s;
    transform: translate(10px);
}

.t_nav ul li.on:after {
    opacity: 1;
    right: 19px;
}

/**关于我们**/
.three {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 20px 0;
    margin-bottom: 50px;
}

.bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.bg img {
    width: 100%;
    height: 100%;
    display: block;
}

.three .fl {
    width: 50%;
}

.three .fr {
    width: 47%;
}

.three .fl img {
    width: 100%;
    display: block;
    height: auto;
}

.three .fr h2 {
    color: #ffffff;
    font: bold 36px/36px "Microsoft yahei";
    border-left: 5px solid #fff;
    padding-left: 17px;
    padding-bottom: 7px;
    margin-bottom: 10px;
}

.three .fr h4 {
    color: #ffffff;
    font: 400 20px/26px "Microsoft yahei";
    margin-top: 20px;
}

.three .fr p {
    margin-top: 40px;
    color: #fff;
    font: 400 15px/30px "Microsoft yahei";
}

.am {
    margin-top: 45px;
    overflow: hidden;
    width: 100%;
}

a.a1 {
    width: 186px;
    background: #dd2d1a url(http://static2.fuhai360.com/n220410/images/more.png) no-repeat  -3px;
    border-radius: 20px;
    display: block;
    color: #fff;
    height: 42px;
    text-align: center;
    line-height: 42px;
    float: left;
    margin-right: 9%;
}

.am img {
    float: left;
    margin-right: 10px;
    margin-top: 8px;
}

.am span {
    color: #fff;
    display: block;
    line-height: 38px;
    font-size: 24px;
}
/**我们的优势**/
.four ul {
    overflow: hidden;
}

.four ul li {
    list-style-type: none;
    width: 25%;
    float: left;
    padding: 36px;
    padding-bottom: 52px;
    position: relative;
    transition: all ease .3s;
    cursor: pointer;
    box-sizing: border-box;
}

.four ul li .imgs {
    width: 52px;
    margin: 0 auto;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.four ul li .imgs img {
    max-width: 100%;
    max-height: 100%;
}

.four ul li .imgs img.img2 {
    display: none;
}

.four ul li .wz h3 {
    color: #333333;
    font: 400 22px/66px "Microsoft yahei";
    text-align: center;
    position: relative;
}

.four ul li .wz h3::before {
    content: "";
    display: block;
    width: 24px;
    height: 3px;

    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
}

.four ul li .wz p {
    color: #888;
    font: 400 16px/28px "Microsoft yahei";
    margin-top: 20px;
    text-align: center;
}

.four ul li:hover .imgs img.img2 {
    display: inline-block;
}

.four ul  li:hover .imgs img.img1 {
    display: none;
}



.four ul li:hover .wz h3 {
    color: #fff;
}

.four ul li:hover .wz h3::before {
    background: #fff;
}

.four ul li:hover .wz p {
    color: #fff;
}
.four ul li {
    border-left: 1px solid #ead6d6;
    border-top: 1px solid #ead6d6;
    border-bottom: 1px solid #ead6d6;
}

.four ul li:last-child {
    border-right: 1px solid #ead6d6;
}
/**视频**/
.five {
    position: relative;
    margin: 50px auto;
}
.five .title {
    padding-top: 50px;
}

.five .title h2,.five .title p {
    color: #fff;
}
.five .bg img {
    height: auto;
}
.five ul li:hover img {
    transform: scale(1.05);
    transition: all 0.2s;
}
.fiv {
    width: 100%;
    position: relative;
}

.fiv iframe {
    width: 100%;
    height: 500px;
}

.fiv h4 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 222;
    width: 188px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font: 600 20px/166px "Microsoft yahei";
}

.five ul {
    overflow: hidden;
    margin-top: 40px;
}

.five ul li {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
}

.five ul li img {
    width: 100%;
    display: block;
    height: 191px;
}

.five ul li h4 {
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    height: 50px;
    line-height: 50px;
}

/**news**/
.six {
    width: 100%;
    background: #f9f9f9;
    padding: 50px 0 31px 0;
}

.six_nav {
    overflow: hidden;
}

.six_nav ul {
    text-align: center;
}

.six_nav ul li {
    display: inline-block;
    width: 188px;
    background-color: #f3f3f3;
    margin-left: 5px;
    margin-right: 5px;
}

.six_nav ul li a {
    display: block;
    font: 400 18px/58px "Microsoft yahei";
    color: #333;
}

.six_nav ul li.on a {
    color: #fff;
}
.six_box {
    overflow: hidden;
    margin-top: 30px;
}
.six_box ul li:nth-child(1),.six_box ul li:nth-child(2) {
    width: 30%;
    float: left;
    margin-right: 2%;
    margin-bottom: 19px;
}

.six_box ul li img {
    display: none;
}

.six_box ul li:nth-child(1) img, .six_box ul li:nth-child(2) img {
    margin-bottom: 10px;
    width: 100%;
    display: block;	height:240px;
}

.six_box ul li {
    width: 36%;
    float: right;
    overflow: hidden;
    background: #fff;
    margin-bottom: 19px;
}
.txts h2 {
    color: #333333;
    font: 400 18px/36px "Microsoft yahei";
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.txts p {
    color: #999999;
    font: 400 14px/24px "Microsoft yahei";
    height: 48px;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.six_box ul li:nth-child(1) .time, .six_box ul li:nth-child(2) .time {
    color: #999;
    margin-top: 13px;
}

.txts {
    box-sizing: border-box;
    padding: 8px;
}

.txts {
    float: right;
    width: 75%;
}

.time {
    float: left;
    width: 23%;
    margin-top: 20px;
    border-right: 1px solid #e7e3e3;
}
.time b {
    display: block;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #666;
}

.time span {
    text-align: center;
    display: block;
    margin-top: 10px;
}

.six_box ul li:nth-child(1) .txts , .six_box ul li:nth-child(2) .txts {
    padding: 0 5px 5px 0;
}

/**产品滚动**/
.seven {
    width: 100%;
    margin: 50px auto;
    overflow: hidden;
}

.seven .container {

position: relative;

overflow: hidden;
}

.seven .container .bd ul li {
    width: 256px;
    float: left;
    margin-left: 10px;
}

.seven .container .bd ul li img {
    width: 100%;
    display: block;
   	height:156px;
}

.seven .container .bd ul li h4 {
    font-size: 14px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/**youlian**/
.interlink {
    width: 100%;
    background: #333;
}

.interlink__inner {
    width: 1600px;
    overflow: hidden;
    line-height: 42px;
    padding: 10px 0;margin: auto;
}

.interlink__title {
    float: left;
    font-size: 15px;
    background: url(../images/0.png) no-repeat right;
    background-size: auto 100%;
    color: #fff;
    padding-right: 23px;
    margin-right: 9px;
}

.interlink__list {
    float: left;
}

.interlink__list a {
    color: #fff;
    display: inline-block;
    margin: 0 7px;
}
/**底部**/
.footer {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    color: #fff;
}
.eight {
    width: 100%;
    padding: 40px 0;
    overflow: hidden;
    background: #333333;
    border-top: 1px solid #5d5d5d;
}

.eight ul {
    width: 25%;
    float: left;
}

.eight ul li {
    line-height: 29px;
    color: #f3f3f3;
    font-size: 14px;
}

.eight ul li h2 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}
.eight ul li img {
    width: 38%;
    margin-right: 4%;
}
/**weixin**/

.Tc {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: 0px;
}

.Tcs {
    background: #fff;
    width: 70%;
    height: 343px;
    position: absolute;
    left: 50%;
    margin-left: -35%;
    top: 50%;
    margin-top: -171.5px;
    border-radius: 10px;
    padding: 20px 10px;
    box-sizing: border-box;
    text-align: center;
}

.Tc_gb {
    position: absolute;
    right: 0px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    text-align: center;
    top: 0px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.Tcs img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto 5px;
    box-shadow: 0px 0px 3px 3px #eee;
}

.Tcs .Tc_dt {
    width: 150px;
    height: auto;
    margin: 15px auto 0;
    display: block;
    box-shadow: initial;
}

#weixin {
    line-height: 30px;
    display: inline-block;
    font-size: 15px;
}

#copy_btn {
    background: #000;
    border: none;
    line-height: 30px;
    width: 120px;
    border-radius: 5px;
    margin: 5px auto 0px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;    color: #fff;
    text-overflow: ellipsis;
}

.Tcs p {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bottom {
    position: fixed;
    bottom: 0px;
    background: #fff;
    width: 100%;
    overflow: hidden;
    z-index: 555;
    display: none
}

.bottom li {
    float: left;
}

.bottom li {
    width: 25%;
    padding: 5px 0;
    text-align: center;
}

.bottom .dhzx {
    width: 50%;
}

.bottom .dhzx a {
    display: block;
    line-height: 44px;
    font-size: 16px;
}

.bottom li img {
    display: block;
    margin: auto;
    height: 20px;
}

.bottom .dhzx img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 25px;
}
/****/

.main_m {
    width: 1600px;
    margin: auto;
    overflow: hidden;
    margin-top: 25px;
}

.main_top {
    background: #f9fafd;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    width: 100%;

}

.main_tops {
    color: #666;
    width: 1600px;
    margin: auto;
    background: url(../images/tb.png) no-repeat left;
    padding-left: 25px;
}

.main_tops a {
    color: #666;
}

.page_fl.fl {
    width: 22%;
}

.prduct_ul ul {
    overflow: hidden;
}


.propage h2, .newspage h2 {
    font-size: 18px;
    display: block;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    padding-left: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}

.propage,  .newspage {
    padding: 10px;
    position: relative;
    box-sizing: border-box;
}
.prduct_ul li {
    width: 32%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.treepage ul li a {
    font-size: 16px;
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
    width: 100%;
    display: block;
}
.prduct_ul li:nth-child(3n) {
    margin-right: 0;
}

.prduct_ul li img {
    width: 100%;
    display: block;
    height: 250px;
}

.prduct_ul li h4 {
    text-align: center;
    margin-top: 5px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.article,.Article_content{
    width: 75%;
    float: right;
    margin-bottom: 40px;
}
.article ol li {
    border: 1px dashed #ccc;
    margin-bottom: 1%;
    box-sizing: border-box;
    padding: 15px;
    overflow: hidden;
    width: 49%;
    float: left;
    margin-right: 1%;
    background: #f9f9f9;
}


.article ol li span {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    padding-left: 23px;
    background: url(../../n220213/images/time.png) no-repeat left center;
    background-size: 20px;
    margin-top: 5px;
    color: #999;
}
.article ol li:nth-child(2n) {
    margin-right: 0;
}
/**/

.pading {
    text-align: center;
    margin-top: 20px;
}

.pading a, .pading span {
    border: 1px solid #e5e5e5;
    padding: 3px 12px;
    display: inline-block;
    margin: 0px 5px;
    border-radius: 6px;
    color: #666;
}

.pading .next, .pading .prev {
    border: 1px solid #e5e5e5;
}

.pading span.current {color: #fff;}


.propage, .treepage,.newspage {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.prduct_ul,div#preview {
    margin-bottom: 40px;
    width: 75%;
    float: right;
}

.treepage h2 {
    width: 100%;
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 24px;
    box-sizing: border-box;
    padding-left: 24px;
    font-weight: bold;
}

.newspage ul li {
    box-sizing: border-box;
    width: 96%;
    margin: auto;
    padding: 5px 0;
    border-bottom: 1px dashed #ccc;
}

.newspage ul li h3 {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    box-sizing: border-box;
    padding-left: 16px;
    position: relative;
}

.newspage ul li p {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    height: 43px;
}
.propage ul {
    overflow: hidden;
}

.propage ul li {
    width: 48%;
    box-sizing: border-box;
    text-align: center;
    float: left;
    margin: 1%;
}
.propage ul li img {
    width: 100%;
    box-sizing: border-box;
    height: 83px;
    display: block;
    margin-bottom: 5px;
}

.propage ul li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    padding-bottom: 4px;
}
.treepage ul li {
    border-bottom: 1px dashed #ccc;
    padding: 14px 0;
}

.treepage ul li ul li a {
    color: #666;
    font-size: 14px;
    display: block;
    width: 100%;
    line-height: 12px;
}

.treepage ul li ul {
    background: #efeded;
    display: none;
}

.treepage ul li:hover ul {
    display: block;
}
.treepage ul li ul li:nth-child(1) {
    margin-top: 5px;
}
.treepage ul li a:after {
    content: ">";
    font-family: '宋体';
    position: absolute;
    right: 14px;
    font-weight: bold;
    color: #999;
}
.imgs.fl .hd ul li.on {
    box-sizing: border-box;
}

.imgs.fl .hd ul li img {
    display: block;
    width: 100%;
}
/**/
.article ol li h4 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.article ol li p {
    font-size: 14px;
    color: #666;	height:48px;
	word-break:break-all;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}

.Article_content {
    margin-bottom: 40px;
}

.Article_text {
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 28px;
    color: #666;
    padding-bottom: 15px;
}

.info {
    text-align: center;
    color: #888;
    margin-bottom: 14px;
    border-bottom: 1px dashed #999;
    padding-bottom: 15px;
}
/**/

.main_next {
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
}

.main_next .prevrecord, .main_next .nextrecord {
    margin: 5px 0px;
    display: block;
    font-size: 14px;
    color: #666;
}

.main_next b {
    text-align: center;
    display: inline-block;
}
/**/
.xgwz, .xgcp {
    background: #f7f7f7;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-top: 20px;
}
/**/
h4.related {
    border-bottom: 1px dashed #ccc;
    font-size: 22px;
    line-height: 40px;
}

h4.related span {
    display: inline-block;
}

.relatedlist {
    margin: 0 10px;
    padding: 10px 0;
    overflow: hidden;
}

ul.relate_news li {
    float: left;
    width: 49%;
}

ul.relate_news li:nth-child(2n) {
    float: right
}

ul.relate_news li a {
    color: inherit;
    display: block;
    border-bottom: 1px dashed #ccc;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.relate_pr li {
    width: 20%;
    float: left;
}

ul.relate_pr li a {
    color: inherit;
    display: block;
    margin: 5px;
    text-align: center;
    line-height: 30px;
}

ul.relate_pr li img {
    width: 100%;
    display: block;
    height: 67px;
}

ul.relate_pr p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.imgs.fl {
    width: 50%;
    float: left;
}

.imgs.fl .bd ul li img {
    width: 100%;
    display: block;
}
.imgs.fl .hd ul li {
    width: 105px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.imgs.fl .hd ul li:nth-child(4n) {
    margin-right: 0;
}

.imgs .bd {
    margin-bottom: 10px;
}

.fr.texts {
    width: 45%;
    float: right;
}

.Product_item_text {
    overflow: hidden;
    width: 100%;
    font-size: 22px;
    line-height: 42px;
    border-bottom: 2px solid #d4d4d4;
    margin-top: 10px;
    margin-bottom: 20px;
}

.fr.texts h3 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}

.fr.texts p {
    color: #666;
    font-size: 15px;
    line-height: 27px;
}
.Product_item_text span {
    display: inline-block;
}

.product_content {
    font-size: 15px;
    color: #666;
    line-height: 24px;
}

.news ul li .time  span {
	display:inline-block;
}

.four ul li a {
	display:block;
}

.produt_box {
	overflow:hidden;
	width:100%;
}

.xgwz,.xgcp {
	float:left;
	margin-right:1%;
	width: 48%;
}
.page_c {
    width: 75%;
    float: right;	margin-bottom:15px;
}



.newspage ul li h3:before {
    content: '+';
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    left: 0px;
    line-height: 13px;
    color: #fff;
    font-family: '宋体';
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    position: absolute;
    top: 6px;
    }
/****/
@media only screen and (max-width: 1600px){
    .container,.main_m,.main_tops {
        width: 1200px;
      
    }
    .seven .container .bd ul li {
        width: 190px;
        
    }
    .interlink__inner {
        width: 1200px;
    }	.t_box.fr ul li img {
	height:183px;
}
.seven .container .bd ul li img {
	height:109px;
}
}
@media only screen and (max-width: 1200px) {

    .container, .main_m  {
        width: 960px;
    }
    .t_nav.fl ul li a {
        font-size: 14px;
        line-height: 42px;
    }
    
    .t_nav ul li.on:after {
        top: 16px;
    }
    
    .three .fr h2 {
        font-size: 30px;
    }
    
    .three .fr h4 {
        font-size: 18px;
        margin-top: 10px;
    }
    
    .three .fr p {
        font-size: 13px;
        margin-top: 12px;
    }
    
    .am {
        margin-top: 10px;
    }
    
    .six_box ul li {
        margin-bottom: 1px;
    }
    
    .six_box ul li:nth-child(1) img, .six_box ul li:nth-child(2) img {
        margin-bottom: 16px;
    }
    
    .time b {
        font-size: 24px;
        margin-top: 8px;
    }
    
    .time span {
        margin-top: 5px;
    }
    
    .six_box ul li:nth-child(1) .txts, .six_box ul li:nth-child(2) .txts {
        margin-top: 5px;
    }
    
    .interlink__inner {
        width: 960px;
    }
    .prduct_ul li img {
        height: 200px;
    }
    .imgs.fl .hd ul li {
        width: 22.9%;
    }
    .t_box.fr ul li img {
        height: 145px;
    }
.six_box ul li:nth-child(1) img,.six_box ul li:nth-child(2) img
 {
	height:190px;
}
}
@media only screen and (max-width: 768px){
    .bottom, .banner_m {
        display: block;
    }
    .banner{
        display: none;
    }
    .bottom .dhzx a {
        color: #fff;
    }
    .navs b {
        display: block;
        width: 20px;
        height: 2px;
        margin: 5px auto;
        border-radius: 4px;
        position: relative;
    }
    .nav_button {
        position: absolute;
        top: 0;
        left: 54%;
        width: 30px;
        height: 30px;
        background: url(../../MobileResource/m200729/images/close.png) no-repeat;
        display: block;
        z-index: 2222;
        background-size: 20px;
    }
    .nav {
        position: fixed;
        background: rgba(0,0,0,0.6);
        width: 100%;
        height: 100%;
        float: none;
        top: 0;
        left: 0;
        display: none;
        z-index: 2222;
        margin-left: 0;
    }
    .navs {
        width: 25px;
        border-radius: 5px;
        position: absolute;
        top: 32%;
        right: 12px;
    }
    .nav ul {
        width: 46%;
        overflow: hidden;
        background: #333;
        height: 100%;
        right: 0;
        top: 0;
        position: absolute;
    }
    
    .nav ul li {
        width: 100%;
        float: none;
    }
    
    .nav ul li:after {
        width: 0;
    }
    
    .nav ul li ul {
        display: none !important;
    }
    
    .nav ul li a {
        font-size: 15px;
        line-height: 51px;
    }
    .tell.fr {
        display: none;
    }
    
    .logo.fl {
        border: 0;
        width: 45%;
    }
    
    .container {
        width: 96%;
    }
    
    .logos {
        padding: 5px 0;
    }
    
    .header {
        width: 100%;
        position: relative;
        height: 75px;
    }
    
    .input.fr {
        display: none;
    }
    
    .remen.fl {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        float: none;
        line-height: 44px;
        font-size: 12px;
    }
    
    .one {
        padding: 0;
    }
    
    .two {
        padding: 5% 0;
    }
    
    .t_nav.fl {
        width: 100%;
        float: none;
        padding: 0;
    }
    
    .t_nav.fl ul li {
        width: 30.5%;
        float: left;
        padding-top: 0;
        margin: 0 1%;
    }
    
    .t_nav.fl ul li.on {
        width: 30.5%;
    }
    
    .t_nav.fl ul {overflow: hidden;width: 100%;}
    
    .t_nav.fl ul li a {
        font-size: 12px;
        overflow: hidden;
        line-height: 44px;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 0;
        text-align: center;
    }
    
    .t_nav ul li:after {
        display: none;
    }
    
    .t_box.fr {
        width: 100%;
        float: none;
        margin-top: 3%;
    }
    
    .t_box.fr ul li h3 {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
    }
    .t_box.fr ul li img {
        height: 125px;
    }
    .title p {
        font-size: 12px;
        height: auto;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: 27px;
    }
    
    .title h2 {
        font-size: 20px;
        line-height: 20px;
    }
    
    .title {
        margin-bottom: 5px;
    }
    
    .three .fl {
        width: 100%;
        float: none;
    }
    
    .three .fr {
        width: 100%;
        float: none;
    }
    
    .three .fr h2 {
        font-size: 20px;
        border-left: 3px solid #fff;
        padding: 0 0 0 10px;
        margin: 10px auto;
    }
    
    .three .fr h4 {
        font-size: 16px;
        margin: 0;
    }
    
    .three .fr p {
        margin: 5px auto;
        font-size: 12px;
        line-height: 22px;
    }
    
    .am {
        margin: 20px auto 0;
    }
    
    a.a1 {
        width: 40%;
        font-size: 12px;
        text-align: center;
        box-sizing: border-box;
        margin-right: 10px;
    }
    
    .am span {
        font-size: 16px;
    }
    
    .three {
        margin-bottom: 5%;
    }
    
    .four ul li {
        width: 50%;
        padding: 30px 10px;
    }
    
    .four ul li:nth-child(2) {
        border-right: 1px solid #ead6d6;
    }
    
    .four ul li .wz p {
        font-size: 12px;
        line-height: 22px;
        margin-top: 5px;
    }
    
    .four ul li .wz h3 {
        font-size: 16px;
        line-height: 38px;
    }
    
    .four ul li .imgs {
        width: 45px;
        height: 47px;
    }
    .five .bg img {
        height: 187px;
    }
    .five .title {
        padding-top: 5%;
    }
    
    .fiv iframe {
        height: 253px;
    }
    
    .fiv h4 {
        width: 120px;
        height: 120px;
        font-size: 14px;
        line-height: 120px;
    }
    
    .five ul li {
        width: 50%;
    }
    
    .five ul li img {
        height: 125px;
    }
    
    .five ul {
        margin-top: 3%;
    }
    
    .five {
        margin: 5% auto;
    }
    .six_nav ul li {
        width: 31%;
        margin: 1%;
    }
    
    .six_nav ul li a {
        font-size: 14px;
        line-height: 36px;
    }
    
    .six_box ul li:nth-child(1), .six_box ul li:nth-child(2) {
        width: 100%;
        float: none;
        margin-bottom: 5px;
    }
    
    .six_box ul li {
        width: 100%;
        float: none;
        margin-bottom: 5px;
    }
    
    .six_box ul li:nth-child(1) img, .six_box ul li:nth-child(2) img {
        display: none;
    }
    
    .six_box {
        margin-top: 10px;
    }
    
    .time b {
        font-size: 20px;
    }
    
    .time span {
        font-size: 12px;
        margin-top: 0;
    }
    
    .txts h2 {
        font-size: 14px;
        line-height: 20px;
        margin-top: 8px;
    }
    
    .txts p {
        font-size: 12px;
        line-height: 20px;
        height: 40px;
    }
    
    .six {
        padding: 5% 0 3% 0;
    }
    
    .seven {
        margin: 5% auto;
    }
    
    .seven .container .bd ul li {
        width: 170px;
    }
    .interlink__inner {
        width: 100%;
    }
    
    .interlink__title {
        font-size: 12px;
        padding: 0 13px;
        width: 15%;
    }
    
    .interlink__list {
        width: 76%;
        text-align: left;
        line-height: 22px;
    }
    
    .interlink__list a {
        font-size: 12px;
        margin: auto;
    }
    
    .eight {
        display: none;
    }
    
    .footer {
        font-size: 12px;
        padding-bottom: 65px;
    }
    .main_tops {
        width: 96%;
        background-size: 14px;
        background-position-x: 8px;
        font-size: 12px;
    }
    
    .main_m {
        width: 96%;
        margin-top: 3%;
    }
    .page_fl.fl {
        width: 99%;
        float: none;
    }
    
    .treepage h2 {
        font-size: 16px !important;
        line-height: 50px !important;
        height: 50px !important;
        margin-bottom: 2%;
    }
    .treepage h2 b {
        font-size: 14px;
    }
    
    ul.subTree {
        display: none !important;
    }
    .propage ul li {
        width: 48%;
        margin: 1%;
        float: left;
        font-size: 12px;
    }
    
    .propage ul {
        overflow: hidden;
        margin: 1% 2%;
    }
    .treepage ul li {
        width: 25%;
        float: left;
        box-sizing: border-box;
        padding: 0 1%;
        border: 0;
        text-align: center;
    }
    
    .treepage ul {
        overflow: hidden;
        margin: 1% 0%;
    }
    
    .treepage ul li a {
       font-size: 12px;
        text-align: center;
        padding-left: 0;
        line-height: 40px;
        height: 40px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
    }
    
    .prduct_ul, div#preview, .article, .Article_content, .page_c {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .prduct_ul ul li {
        width: 48%;
        margin: 1%;
    }
    .prduct_ul ul li img {
        height: 151px;
        box-sizing: border-box;
    }
    .prduct_ul ul li:nth-child(3n) {
        margin-right: 1%;
    }
    .newspage, .propage {
        width: 99%;
        margin-bottom: 3%;
        margin-right: 0;
        float: none;
        padding: 0;
    }
    
    .pading {
        margin: 10px auto;
    }
    
    .newspage h2, .propage h2 {
        margin: auto;
        font-size: 16px !important;
        height: 40px !important;
        line-height: 40px !important;
        padding-bottom: 0;
    }
    
    .newspage ul li {
        width: 48%;
        margin: 1%;
        padding-bottom: 5px;
        padding: 1%;
        box-sizing: border-box;
        float: left;
    }
    
    .newspage ul li h3 {
        font-size: 12px;
        margin-bottom: 0;
        color: #333;
    }
    
    .newspage ul li p {
        font-size: 12px;
    }
    .imgs.fl {
        width: 100%;
        float: none;
        overflow: hidden;
    }
    
    .imgs.fl .hd ul li {
        width: 23%;
        margin: 1%;
    }
    
    .fr.texts {
        width: 100%;
        float: none;
    }
    .produt_box h3 {
        font-size: 16px;
        margin: 5px auto;
        padding-bottom: 5px;
    }
    .fr.texts p {
        font-size: 12px;
    }
    
    .produt_box {
        padding: 0;
    }
    .article ol li {
        padding: 6px;
    }
    
    .article ol li span {
        font-size: 12px;
        background-size: 13px;
        padding-left: 13px;
        margin-bottom: 0;
        margin-top: 0;
    }
    .article ol li h4 {
        font-size: 14px;
        margin: auto;
    }
    
    .article ol li p {
        font-size: 12px;
        height: 55px;
        overflow: hidden;
        line-height: 18px;
    }
    .propage ul li img {
        height: 125px;
    }
    
    .Article_text {
        font-size: 16px;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    
    h4.related {
        font-size:16px;
        padding-bottom:5px;
    }
    .main_tops {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    }
    .newspage ul {
    margin: 1% 2%;
    overflow: hidden;
    }
    div#preview {
    margin-top: 20px;
    }
    .pading a, .pading span {
    margin: 0 3px;
    }
    .main_top {
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    }
    .treepage {
    height: auto;
    margin: 1% auto;
    }
    .info {
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    }
    .detail {
    font-size: 14px;
    }
    .fr.texts h3 {
    font-size: 14px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    }
    .Product_item_text {
    font-size: 18px;
    margin: 5px auto;
    }
    .xgwz, .xgcp {
    padding: 1%;
    margin-top: 10px;
    width: 100%;
    float: none;
    }
    h4.related span {
    font-size: 18px;
    }
    ul.relate_news li a {
    height: 35px;
    line-height: 35px;
    }
    ul.relate_pr li img {
    height: 39px;
    }
    .prduct_ul ul li h4 {
        padding: 2px 0;
        font-size: 12px;
    }
    .main_next .prevrecord, .main_next .nextrecord {
        font-size: 12px;
    }
    .treepage {
        margin-bottom: 10px;
        width: 99%;
    }
    .product_content span {
	font-size:14px !important;
}

.treepage ul li a:after {
	right:0;
}

.article ol li p {
	height:38px;
}
}