body {
    font-family: Arial;
    font-size: 14px;
    line-height: 22px;
    color: #53565a;
    background-color: #fff;
}

p, a {
    color: #53565a;
    font-family: Arial, 'Microsoft YaHei';
    line-height: 22px;
    text-decoration: none;
}

p {
    padding-bottom: 0px;
}

a {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    text-decoration: none;
}



input {
    outline: medium;
}

button:focus {
    outline: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
}

hr {
    margin: 30px 0 30px 0;
    border-top: 1px solid #e88118;
    clear: both;
}

img.float-left {
    float: left;
    margin: 12px 12px 12px 0;
}

img.float-right {
    float: right;
    margin: 12px 0px 12px 12px;
}

.img-fixed-bottom {
    position: relative;
    bottom: -70px;
}

ul, ol {
    list-style-position: inside;
    text-decoration: none;
}

ul li, ol li {
	text-decoration: none;
}

li {
    list-style: none;
    text-decoration: none;
}

blockquote + p {
    margin-top: 15px;
}

.required {
    color: #ce292d;
}

.text-big {
    font-size: 18px;
    line-height: 25px;
    color: #333;
}

.align-right {
    text-align: right;
}

a.read-more {
    float: right;
    position: relative;
}

.color-green {
    color: #62b151;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-0 {
    margin-bottom: 0;
}

.fl {
    float: left;
    padding-right: 15px;
}

.fr {
    float: right;
    padding-left: 15px;
}

.btn {
    border: 1px solid #a9a9a9;
    padding: 5px 10px;
    font-size: 18px;
    color: #000;
    background: none;
    box-shadow: none;
    border-radius: 5px;
}

.btn:hover {
    background: #e8e8e8;
    color: #000;
}

.btn-white {
    border: 1px solid #fff;
    color: #fff;
}

.btn-white:hover {
    border: 1px solid #62b151;
    color: #62b151;
    background: #fff
}


.index_left, .index_right {
    width: 19%;
    float: left;
}

.clear {
    clear: both;
    height: 0;
}

@media (min-width: 768px) and (max-width: 1190px) {
    .index_right {
        display: none;
    }
}

@media (min-width: 1190px) and (max-width: 1440px) {
    .index_right {
        width: 9%;
    }

}

@media (min-width: 1px) and (max-width: 1190px) {
    .container, .in_container {
        width: 94%;
        margin: auto;
        float: none;
    }

    #at4-share {
        display: none;
    }
}

@media (min-width: 1px) and (max-width: 1600px) {
    .container2 {
        width: 98%;
        margin: auto;
    }
}

@media (min-width: 1px) and (max-width: 1190px) {
    .index_left {
        display: none;
    }
}

@media (min-width: 1190px) and (max-width: 1920px) {
    .in_container {
        width: 1190px;
        margin: auto;
    }
}

.dl-menu {
    margin: 0;
    width: 100%;
    opacity: 1;

    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
    min-width: 200px;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 9999;
    background: #4092bc;
}

.dl-menu li a {
    display: block;
    position: relative;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
    outline: none;
    text-transform: uppercase;

}

.dl-menu li a h2 {
    display: block;
    position: relative;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
    outline: none;
    text-transform: uppercase;
    font-family: 'Arial';
    border-top: 1px solid #eee;
}

.dl-menu li a:hover {
    background: rgba(255, 248, 213, 0.1);
}

@media (min-width: 1px) and (max-width: 400px) {
    .dl-menu {
        top: 45px !important;
    }
}
@media (max-width: 768px) {
    .bottom_btn {
        display: block !important;
    }

    .bottom_btnkg {
        display: block !important;
    }

    .index_bottom, .index_bottom2 {
        display: none;
    }
}

@media (max-width: 768px) {
    .newslist {
        padding-bottom: 0;
    }
}

.bottomtiao {
    width: 20%;
    text-align: center;
    color: #fff;
    float: left;
    padding: 5px 5px 3px 5px;
    border-right: 1px solid #FFF;
}


/*幻灯片*/
.fader {
    position: relative;
    padding-top: 30%;
    font-family: "futura", arial;
    overflow: hidden;
}

.fader .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    opacity: 0;
}

.fader img.slide {
    height: auto;
}

.fader .prev,
.fader .next {
    position: absolute;
    height: 80px;
    line-height: 55px;
    width: 50px;
    font-size: 100px;
    text-align: center;
    color: #fff;
    top: 50%;
    left: 0;
    z-index: 4;
    margin-top: -25px;
    cursor: pointer;
    opacity: .7;
    transition: all 150ms;
}

.fader .prev:hover,
.fader .next:hover {
    opacity: 1;
}

.fader .next {
    left: auto;
    right: 0;
}

.fader .pager_list {
    position: absolute;
    width: 100%;
    height: 40px;
    padding: 0;
    line-height: 40px;
    bottom: 0;
    text-align: center;
    z-index: 4;
}

.fader .pager_list li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 7px;
    background: #000;
    opacity: .7;
    text-indent: -9999px;
    border-radius: 999px;
    cursor: pointer;
    transition: all 150ms;
}

.fader .pager_list li:hover,
.fader .pager_list li.active {
    opacity: 1;
}











/*首页产品类别*/
.index_lmbg{width:100%;margin:0 auto;padding-top:50px;padding-bottom: 50px;}
.index_lm{padding-top: 30px;}
.index_lm ul {margin-left: -100px;}
.index_lm ul .lb{width: 200px;text-align: center;height: 250px;float: left;margin-left:100px;}
.index_lm ul .lb h5{padding-top: 230px;}
.index_lm ul .lb li{ float: left;text-align: center;width:200px;height: 200px;border-radius: 50%;}
.index_lm ul .lb li .text{width:100%;height:100%;position:relative;}
.index_lm ul .lb li .text a h2{width:100%;height:2.2em;line-height:6em;color:#fff;font-size:1.9em;font-weight:bold;opacity: 0.5;display: block;line-height: 200px;}
.index_lm ul .lb li:hover .text{background:rgba(255,153,0,0.7);-webkit-transition: 0.3s linear;-o-transition: 0.3s linear;transition: 0.3s linear;border-radius: 50%;}
.index_lm ul .lb a{text-decoration: none;}
.index_lm ul .lb h5:hover{color: #ff9900;}

@media (max-width: 450px) {
.index_lmbg{width:100%;margin:0 auto;padding-bottom: 0;}
.index_lm ul {margin-left:-60px;}
.index_lm ul .lb{width:110px;text-align: center;height: 110px;float: left;margin-left:60px;margin-bottom:30px;}
.index_lm ul .lb li{ float: left;text-align: center;width:110px;height:110px;border-radius: 50%; }
.index_lm ul .lb h5{padding-top:100px;}
.index_lm ul .lb li .text a h2{width:100%;height:2.2em;line-height:1em;color:#fff;font-size:19px;font-weight:bold;opacity: 0.5;display: block;line-height: 110px;text-align: center;}
}

@media (max-width:769px) {
.index_lmbg{width:100%;margin:0 auto;}
.index_lm ul {margin-left:-40px;}
.index_lm ul .lb{width:110px;text-align: center;height: 110px;float: left;margin-left:40px;margin-bottom:60px;}
.index_lm ul .lb li{ float: left;text-align: center;width:110px;height:110px;border-radius: 50%; }
.index_lm ul .lb h5{padding-top:1.0px;}
.index_lm ul .lb li .text a h2{width:100%;height:2.2em;line-height:1em;color:#fff;font-size:19px;font-weight:bold;opacity: 0.5;display: block;line-height: 110px;text-align: center;}
}
@media (max-width:1025px) {
.index_lmbg{width:100%;margin:0 auto;}
.index_lm ul {margin-left:-60px;}
.index_lm ul .lb{width:110px;text-align: center;height: 110px;float: left;margin-left:60px;margin-bottom:60px;}
.index_lm ul .lb li{ float: left;text-align: center;width:110px;height:110px; }
.index_lm ul .lb h5{padding-top:1.0px;}
.index_lm ul .lb li .text a h2{width:100%;height:2.2em;line-height:1em;color:#fff;font-size:19px;font-weight:bold;opacity: 0.5;display: block;text-align: center;line-height: 110px;}
}









/*首页产品*/
.pro{width: 100%;margin:0 auto;background:#f5f5f5; padding-top:34px;padding-bottom: 30px;}
.protop{ background:url(/images/protop.png) no-repeat center; text-align:center;padding: 20px;}
.protop h3{ color:#f19832; font-weight:bold; font-size:30px;}
.pro img{padding-top: 30px;padding-bottom: 20px;height: 300px;width: 280px;}
.pro .more a{padding:10px;text-align: center;background: #ec6100;margin: auto;color: #fff;border-radius: 5px;width: 150px;display: block;text-decoration: none;}
@media (max-width: 450px) {
.pro img{padding-top: 30px;padding-bottom: 20px;height:200px;width: 280px;}
.protop p{display: none;}
}
@media (max-width: 769px) {
.pro img{padding-top: 30px;padding-bottom: 20px;height:230px;width: 280px;}
.protop p{display: none;}
}


.es-carousel-wrapper{position:relative;padding:10px 40px;}
.es-carousel{overflow:hidden;}
.es-carousel ul{display:none;}
.es-carousel ul li{height:100%;float:left;display:block; text-align:center; line-height:40px; position:relative;border: 5px solid #f19931;border-radius: 10px; }
.es-carousel ul li img{border-radius:5px;width: 100%;}
.es-carousel ul li a{display: block;clear: all;}

.es-nav span{position:absolute;top:50%;left:0;background:transparent url(/images/nav.png) no-repeat top left;width:32px;height:32px;margin-top:-13px;text-indent:-9000px;cursor:pointer;
opacity:0.8; z-index:999;}
.es-nav span.es-nav-next{right:0;left:auto;background-position:top right;}
.es-nav span:hover{opacity:1.5;}



.mr_frbox { text-align: center; width: 1200px; margin: auto; }
.mr_frUl { float: left; overflow: hidden; }
.mr_frUl ul {margin-left: -5px;}
.mr_frUl ul li { display: inline; float: left; overflow: hidden; position: relative; padding: 0;width: 270px;margin-left:5px; }
.mr_frUl ul li img { display: block; width: 270px;border: 5px solid #ccc;height:230px; }
.mr_frUl ul li:hover img {border: 5px solid #ff9900;transition: 0.3s;}
.mr_frUl ul li h2 {width:260px; margin:auto; font-size: 14px; background-color:rgba(0,0,0,0.8); line-height: 50px;margin-top: -50px;opacity:0.8;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;color: #fff;font-size: 16px;font-weight: bold; }
.mr_frUl ul li h2 p{color: #fff;opacity: 1;position:relitave;}
.mr_frUl ul li:hover h2{background: #f19931;color: #fff;transition: 0.3s;}
.mr_frUl ul li:hover h2 p{color: #fff;opacity: 1;position:relitave;}



.mr_frBtnL { cursor: pointer; display: inline; float: left; background: url('/images/left.jpg') no-repeat center; margin: 110px 5px 0 0;border-radius: 50%; }
.mr_frBtnL:hover { background: url('/images/lefth.jpg') no-repeat center;border-radius: 50%; }
.mr_frBtnR { float: right; cursor: pointer; background: url('/images/right.jpg') no-repeat center; margin:110px 0px 0 0; border-radius: 50%;}
.mr_frBtnR:hover { background: url('/images/righth.jpg') no-repeat center;border-radius: 50%; }
.mr_frbox span { width: 40px; height: 40px; display: inline-block; }
.mr_frbox span:hover { animation: fadeIn 1s; }

@media (max-width:767px) {
    .mr_frbox { width: 370px; overflow: hidden; }
    .mr_frUl { width: 300px; }
    .mr_frBtnL { margin-right: 10px; }
    .mr_frbox span { width: 30px; height: 30px; }
    .mr_frBtnR { margin-left: 0; }
    .prolistas li a.more { padding: 5px 10px; border: 1px solid #ccc; position: none; right: none; }
}
@media (min-width:768px) and (max-width:1199px) {
    .mr_frbox { width: 750px; overflow: hidden; }
    .mr_frUl { width: 600px; }
    .mr_frBtnL { margin-right: 40px; }
}






#abouts{width: 100%;margin-top: 20px;text-align: left;margin: auto;margin-top: 30px;}
.about-l{float:left;width: 501px;position: relative;}
.about-l img{width: 100%;}
.about-r{float: right;width: 650px;text-align: left;line-height:50px;margin-top: 20px;}
@media (max-width: 1200px) {
    .about-l{width: 100%;height: auto;float: none;clear: both;}
    .about-r{width: 100%;height: auto;float: none;clear: both;margin-top: 30px;line-height: 20px;font-size: 14px;}
}

@media (max-width: 450px) {
.about-l{width: 100%;height: auto;float: none;clear: both;}
.about-r{width: 100%;height: auto;float: none;clear: both;margin-top: 30px;line-height: 20px;}
}

.youshi{width: 100%;margin-top: 20px;margin: auto;margin-top: 30px;background: url(/images/abg.jpg);}
.ys-top{text-align:center;padding: 30px;color: #FFF;font-size: 24px;font-weight: bold;}
.ys-nr{width: 100%;text-align: center;color: #fff;padding-bottom: 20px;line-height:30px;}

.ys-xx{width: 60%;margin: auto;padding-bottom: 100px}
.ys-xx li{padding:15px;border-radius: 5px;background: #fff;opacity: 0.7;color: #000;width:30%;float: left;text-align: center;margin-left: 2%;}
.ys-xx li:hover{background: #d95d07;opacity: 0.7;color: #fff;transition: 0.3s;}

@media (max-width: 1200px) {
.ys-xx{width: 60%;margin: auto;padding-bottom: 100px}
.ys-xx li{padding:15px;border-radius: 5px;background: #fff;opacity: 0.7;color: #000;width:30%;float: left;text-align: center;margin-left: 2%;margin-top: 15px;}
.ys-xx li:hover{background: #d95d07;opacity: 0.7;color: #fff;transition: 0.3s;}
}

@media (max-width: 769px) {
.ys-xx{width: 70%;margin: auto;padding-bottom: 100px;font-size: 12px;}
.ys-xx li{padding:15px;border-radius: 5px;background: #fff;opacity: 0.7;color: #000;width:30%;float: left;text-align: center;margin-left: 2%;margin-top: 15px;}
.ys-xx li:hover{background: #d95d07;opacity: 0.7;color: #fff;transition: 0.3s;}
}

@media (max-width: 450px) {
.ys-nr{width: 100%;text-align: center;color: #fff;padding-bottom: 20px;line-height: 20px;font-size: 13px;}
.ys-xx{width: 100%;margin: auto;padding-bottom: 100px}
.ys-xx li{padding:15px;border-radius: 5px;background: #fff;opacity: 0.7;color: #000;width:100%;float: none;text-align: center;margin-left: 0;margin-top: 15px;transition: 0.3s;}
.ys-xx li:hover{background: #d95d07;opacity: 0.7;color: #fff;transition: 0.3s;}
}


.work{width: 100%;margin: auto;padding-top:34px;padding-bottom: 30px;}
.worktop{text-align:center;padding: 20px;}
.worktop h3{ color:#ec6100; font-weight:bold; font-size:24px;}


.Rec{width: 100%;margin: auto;}
.Rec .bt{width:100%;border-bottom: 1px solid #ccc;line-height: 35px;height: 35px;margin-bottom: 20px;}
.Rec .bt span{font-size: 28px;font-weight: bold;}


















#xinwen{width: 100%;margin: auto;padding-top:34px;padding-bottom: 30px;background: #f1f1f1;}
#xinwen .bt{width: 100%;border-bottom: 1px solid #ccc;height:35px;line-height: 35px;margin-top:15px;}
#xinwen .bt .fl{font-weight: bold;color: #ec6100;border-bottom: 2px solid #ec6100;height: 35px;font-size: 24px;}
#xinwen .bt a{font-size: 12px;}
#xinwen a{text-decoration: none;}
#xinwen li{overflow: hidden;}
.xinwen_left{width: 48%;float: left;}
.xinwen_left li{width: 100%;background: #fff;padding: 10px;text-align: left;margin-top: 20px;}
.xinwen_left li img{float: left;margin-right: 15px;width: 30%;height: 110px;}
.xinwen_left li span{font-weight: bold;}



.xinwen_right{width:48%;float: right;}
.xinwen_right li{width: 100%;background: #fff;padding: 10px;text-align: left;margin-top: 20px;}
.xinwen_right li img{float: left;margin-right: 15px;width: 30%;height: 110px;}
.xinwen_right li span{font-weight: bold;}

@media (max-width: 769px) {
#xinwen{padding-top:15px;padding-bottom: 30px;}
#xinwen img{max-width: 30%;}
#xinwen li{overflow: hidden;font-size: 12px;line-height: 10px;}
.xinwen_left{width: 100%;float: none;}
.xinwen_right{width:100%;float: none;}
}

@media (max-width: 450px) {
#xinwen{padding-top:15px;padding-bottom: 30px;}
#xinwen img{max-width: 30%;height: 80px;}
#xinwen li{overflow: hidden;font-size: 12px;line-height: 10px;}
.xinwen_left{width: 100%;float: none;}
.xinwen_right{width:100%;float: none;}
}












.neiye{width: 100%;margin: auto;padding-top: 30px;padding-bottom:30px;}
.neiye .ny-l{float: left;width:25%;}
.neiye .ny-r{float: right;width:73%;padding-top: 20px;}

.sideMenu{width: 100%;}
.sideMenu h3{width: 100%;background: #ec6100;font-size: 18px;font-weight: bold;color: #fff;cursor: pointer;text-align: center;margin-top:15px;padding: 20px;	}
.sideMenu h3 a{color: #fff;text-decoration: none;}
.sideMenu ul{border: 1px solid #f1f1f1;width: 100%;padding: 5px;}
.sideMenu ul li{width:90%;border-bottom: 1px solid #ccc;margin-top: 1px;text-align: left;padding: 10px;margin: auto;padding-bottom: 5px;clear: both;}
.sideMenu ul li a{color: #000;font-size: 14px;font-weight: normal;text-decoration: none;}

@media (max-width: 769px) {
.neiye .ny-l{float: none;width:100%;}
.neiye .ny-r{float: none;width:100%;padding-top: 20px;font-size: 11px;}
.sideMenu h3{padding:5px;font-size: 13px;margin-top: 5px;}
.sideMenu ul li{padding: 5px;}
}


.cplist{ width:266px; height:366px; float:left; border:1px solid #e9e9e9; margin-bottom:26px;}
.cplist img{border: 1px solid #ccc;height:auto ;padding: 1px;width: 100%;height: 230PX;}
.cplist span{color: #c49a6c;font-weight: bold;}
.cplist a{text-decoration: none;}

.honorlist{ float:left; text-align: center;}
.honorlist img{border: 1px solid #ccc;height:auto ;padding: 1px;width: 100%;height: 230PX;}
.honorlist h3{font-weight: bold;text-align: center;line-height: 40px;}
.honorlist a{text-decoration: none;}



@media (max-width: 450px) {
.honorlist img{border: 1px solid #ccc;height:auto ;padding: 1px;width: 100%;height:130PX;}
}












@media (max-width: 1024px) {
.cplist img{border: 1px solid #ccc;height:auto ;padding: 1px;width: 100%;height:150PX;}
}

@media (max-width: 770px) {
.cplist img{border: 1px solid #ccc;height:auto ;padding: 1px;width: 100%;height:260PX;}
}



@media (max-width: 450px) {
.cplist img{border: 1px solid #ccc;height:auto ;padding: 1px;width: 100%;height:130PX;}
}





.page_pro{ width:260px; height:325px; float:left; border:1px solid #e9e9e9; margin-bottom:26px;margin-left:3%;}
.page_propic{ width:260px; height:230px;}
.page_propic img{ width:260px; height:230px;}
.page_proname{ width:100%;padding:10px 20px;}
.page_proname h4{ font-size:14px; color:#FF6000;font-weight:bold}
.page_proname h2{ font-size:13px; color:#666; text-transform:uppercase; font-weight:bold; padding-bottom:5px;line-height: 22px;}
.page_proname p{ font-size:13px; color:#fff; text-transform:uppercase; line-height:31px; background:#FF6000; width:133px; padding-left:15px;}
.page_proname p a{ color:#fff;text-decoration: none;}
.page_pro:hover .page_proname p{ background: #FF6000}


@media (max-width: 1200px) {
.page_pro{width: 32%;height:auto;float: left;}
.page_propic{width: 100%;height: auto;}
.page_propic img{width: 100%;height: auto;}

}
@media (max-width:1025px) {
.page_pro{width: 49%;height:auto;float: left;margin-left:1%;}
.page_propic img{width: 100%;height: 290px;}

}

@media (max-width:769px) {
.page_pro{width: 48%;height:auto;float: left;margin-right:1%;}
.page_propic img{width: 100%;height: 290px;}

}


@media (max-width: 480px) {
.page_pro{width: 48%;height:auto;float: left;margin-right:1%;}
.page_propic img{width: 100%;height: 170px;}

}


.ny-content{width:100%;margin: auto;padding-top:20px;}
.ny-top{width:100%;margin: auto;}
.top-left{float: left;width:35%;}
.top-left img{height: auto;width: 100%;height: 250px;}
.top-right{width:60%;float: right;text-align: left;}
.top-right h3{color: #FF6000;font-weight: bold;line-height: 18px;padding: 8px 0;text-transform: uppercase;line-height:20px;}
.top-right h4{font-weight: bold;line-height:30px;}
.top-right h5{line-height:20px;}
.detail{width: 100%;border-bottom: 1px dashed #ccc;text-align: left;margin-top: 15px;}
.detail h4{font-weight: bold;line-height:30px;text-align: left;}
.wenben{padding-top: 20px;width: 100%;}
.wenben img{max-width: 100%;margin: auto;}

.wenben1{padding-top: 20px;width: 100%;text-align: center;}
.wenben1 img{max-width: 100%;margin: auto;}
@media (max-width: 480px) {
.top-left{float: none;width:100%;}
.top-left img{height: auto;width: 100%;height: 300px;}
.top-right{width:100%;float: none;text-align: left;}
}

.online{width: 100%;margin: auto;}
.online .bt{width: 100%;height: 35px;line-height: 35px;text-align: left;border-bottom: 1px solid #ccc;font-size: 24px;margin-top: 20px;}
.online INPUT{margin-top: 15px;width: 50%;padding: 10px;border: 1px solid #BBBBBB;}
.online textarea{width: 100%;margin-top: 15px;}
.online .submit{width: 120px;float: right;background: #FF6000;text-align: center;color: #fff;}

.Related{width: 100%;margin: auto;}
.Related .bt{width: 100%;height: 35px;line-height: 35px;text-align: left;border-bottom: 1px solid #ccc;font-size: 24px;margin-top: 20px;margin-bottom: 20px;}



.xw-list{width: 100%;margin: auto;}
.xw-list .list{width: 100%;border: 1px solid #f1f1f1;padding:10px;margin-top: 15px;text-align: left;overflow: hidden;}
.xw-list .list img{float: left;margin-right: 1%;height:100px;width:20%;}
.xw-list .list h3{font-weight: bold;font-size: 15px;}
.xw-list a{text-decoration: none;}

.xw-title{width: 100%;border-bottom: 1px dashed #ccc;padding:10px;text-align: center;}
.xw-title h3{color: #c49a6c;font-size:20px;font-weight: bold;}



@media (max-width: 480px) {
.xw-list .list{width: 100%;height: 120px;overflow: hidden;font-size: 10px;}
.xw-list .list h3{font-size: 13px;font-weight: bold;}
.xw-list .list img{float: left;margin-right: 2%;height:100px;width:35%;}

}



#footer{width: 100%;background: #f28100;margin: auto;margin-top: 40px;color: #fff;}
#footer .foot1{width: 100%;margin: auto;padding: 40px 0px 100px 0px;}
#footer .foot2{width: 100%;height: 50px;text-align: center;color: #fff;border-top:1px solid #f1f1f1;height: auto;padding: 20px;}





.news_page{ width:100%; height:40px; text-align:center; line-height:40px; margin-top:40px;}


