/*清零*/

body {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    font-family: "微软雅黑";
    font-size: 14px;
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 70px;
}

a {
    text-decoration: none;
    margin: 0;
    padding: 0;
    color: #282828;
}

/**{ font-family:"微软雅黑"; font-size:14px; color:#000;}*/

* {
    font-size: 16px;
}

h1,
h2,
p,
h4,
h5,
h3,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

img {
    display: block;
    border: none;
    width: 100%;
}

.clearfix::after {
            content: ".";
            clear: both;
            display: block;
            overflow: hidden;
            font-size: 0;
            height: 0;
        }

.clearfix {
            zoom: 1;
        }

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

input,
textarea,
select {
    border: none;
    font-family: "微软雅黑";
    outline: none
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.container1 {
    width: 93%;
    margin: 0 auto;
}

.container {
    width: 94%;
    margin: 0 auto;
}

.clear {
    clear: both;
}

/* 文本框提示文字颜色改变 */

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* WebKit*/
    color: #e2e7eb;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #e2e7eb;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #e2e7eb;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #e2e7eb;
}

.all {
    background: url(../images/ab_bg.png);
}

/*公共头部*/

.top {
    background: url(../images/top_bg.png)no-repeat top left;
    position: relative;
}

.logo {
    width: 324px;
}

.logo img {
    width: 100%;
}

.nav {
    width: 41px;
    margin-top: 28px;
    cursor: pointer;
}

.nav img {
    width: 100%;
}

.nav_list {
    background: rgba(7, 1, 0, .8);
    width: 172px;
    padding: 10px 14px;
    position: absolute;
    right: 0;
    top: 82px;
    z-index: 999;
    display: none;
}

.nav_list ul li {
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.nav_list ul li a {
    color: #fff;
    font-size: 14px;
	height: 40px;
    line-height: 40px;
	display:block;
}
.nav_list ul li a:hover{  background: #ab7100;}

.nav_list .on {
    background: #ab7100;
}

/*banner*/

.next{
    background: url(../images/right.png)no-repeat center content-box;
}

.prev {
    background: url(../images/left.png)no-repeat center content-box;
}

.nation .swiper-pagination-bullet-active {
    background: #000 !important;
    border: 1px solid #fff;
}

.nation .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
}

/*公共头部结束*/

/*产品展示*/

.product {
    padding-top: 28px;
}

@font-face {
    font-family: 'HYYanKaiW';
    src: url("../font/HYYanKaiW.ttf");
}

.p_title {
    background: url(../images/title_bg.png)no-repeat top center;
    text-align: center;
}

.p_title h3 {
    color: #fff;
    font-size: 30px;
    font-family: 'HYYanKaiW';
    line-height: 84px;
}

.p_title p {
    color: #666666;
    font-size: 16px;
    line-height: 48px;
}

.p_list {
    margin-top: 20px;
}

.p_list ul li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    text-align: center;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    margin-bottom: 15px;
    outline: 1px solid #a0a0a0;
}
.p_list ul li:hover{
	background: #000;
    outline: none;}
.p_list ul li:hover a{ color:#ffa900;}

.p_list .kind {
    background: #000;
    outline: none;
}

.p_list .kind a {
    color: #ffa900 !important;
}

.p_list ul li:nth-child(4n) {
    margin-right: 0;
}

.p_list ul li a {
    font-size: 16px;
    color: #666666;
}


.p_list_name ul li {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
}
.p_list_name ul li:hover .name_down {
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 16px;
    background:#ab7100;
}

.p_list_name ul li:nth-child(2n) {
    margin-right: 0;
}

.p_list_name ul li .name_top img {
    width: 100%;
}

.name_down {
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #ffa900;
    font-size: 16px;
    background: #000;
}

/*关于我们*/

.about {
    background: url(../images/about_bg.jpg)no-repeat top center;
    padding: 30px 0;
}

.about_content {
    margin-top: 0px;
}

.about_text {
    width: 85%;
    overflow: hidden;
    margin: 0 auto;
    line-height: 30px;
    color: #fff;
    padding: 0 20px 30px 20px;
    font-size: 14px;
    text-indent: 2em;
}

.about_text p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.about_line {
    z-index: 999;
    position: relative;
    width: 85%;
    margin: 0 auto;
    margin-top: -24px;
}

.hot_line {
    background: url(../images/h_bg.png)no-repeat left center;
    padding: 12px 0;
    width: 64%;
    background-size: 100%;
}

.hot_line img {
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: top;
}

.hot_line span {
    color: #fff;
    font-size: 26px;
}

.container3 {
    width: 78%;
    margin: 0 auto;
}

.more {
    width: 22%;
    background: #ffa900;
    text-align: center;
    line-height: 43px;
    margin-top: 6px;
}

.more a {
    color: #fff;
    font-size: 14px;
}

/*关于我们结束*/

/*新闻资讯*/

.news {
    background: url(../images/zinwen_bg.png)no-repeat top left;
    padding-top: 28px;
    padding-bottom: 20px;
}

.news_left {
    width: 26%;
}

.news_right {
    width: 69%;
}

.news_right h3 {
    font-size: 16px;
    color: #ffa900;
    font-weight: bold;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news_right span {
    color: #a4a09f;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.news_right p {
    color: #666666;
    font-size: 14px;
    line-height: 23px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news_top {
    margin-bottom: 30px;
}

.news_list ul li {
    margin-bottom: 20px;
}

.list1 {
    width: 100%;
}

.news_list ul li h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #666666;
}

.list2 {
    width: 30%;
    text-align: right;
}

.news_list ul li span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: right;
    color: #666666;
}

.news .p_title p {
    color: #c6c6c6;
}

.about .p_title p {
    color: #c6c6c6;
}

/*新闻资讯结束*/

/*公共底部*/

.footer {
    margin-top: 100px;
    position: fixed;
    width: 100%;
    max-width: 640px;
    bottom: 0;
    margin: 0 auto;
    background:#c60000;
    z-index: 999;
}

.footer ul li {
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
    padding-top: 10px;
}

.footer ul li::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #9e0000;
    right: 0;
    top: 0;
}

.footer ul li h3 {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}

.img-responsive {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

/*公共底部*/

/*产品内页*/

.product_in {
    padding-bottom: 20px;
    background: url(../images/ab_bg.png);
        padding-top: 20px;
}

.ck_more {
    width: 55%;
    margin: 0 auto;
    text-align: center;
    background: #000;
    line-height: 47px;
    cursor: pointer;
}

.ck_more a {
    color: #fff;
}
.ck_more a:hover {
    color: #ffa900;
}

.commom_content {
    background: #070100;
    padding: 6px 0;
    position: relative;
}

.goout {
    width: 20%;
    background: #ab7100;
    border-radius: 5px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
       color: #fff;
    font-size: 16px;
}


.com_kind {
    width: 20%;
    background: #ab7100;
    border-radius: 5px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}

.com_kind a {
    color: #fff;
    font-size: 16px;
}

.com_title {
    width: 60%;
    text-align: center;
    color: #fff;
    line-height: 36px;
}

.com_title h2 {
    color: #fefefe;
    font-size: 16px;
}

.com_kind {
    width: 20%;
}

.com_kind_list {
    background: #150300;
    width: 134px;
    padding: 20px 33px 30px;
    position: absolute;
    top: 49px;
    right: 0;
    display: none;
        z-index: 999;
}

.com_kind_list ul li {
    line-height: 55px;
    border-bottom: 1px solid #666666;
    text-indent: 1em;
    width: 100%;
}

.com_kind_list ul li a {
    color: #fff;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.com_kind_list ul li a:hover{ color:#ffa900;}

.kind_list_on a {
    color: #ffa900 !important;
}

.single {
    background: url(../images/ab_bg.png); padding:20px;
	  height: calc(100vh - 159px);
    position: fixed;
    max-width: 600px;
    width: 100%;
    overflow-y: auto;
}

.single h3 {
    color: #222222;
    font-size: 22px;
    padding-top: 36px;
    margin-bottom: 25px;
}

.single p {
    color: #555555;
    font-size: 14px;
    line-height: 30px;
    text-indent: 2em;
}

.single img {
    margin-top: 30px;
}

.contact {
    background: url(../images/ab_bg.png);
    padding-top: 28px;
    padding-bottom: 10px;
}

.contact ul li {
    color: #666666;
    font-size: 14px;
    margin-bottom: 20px;
}

.top_one {
    color: #222222 !important;
    font-size: 16px !important;
    font-weight: bold;
}

.contact ul li img {
    width: 47%;
    height: auto;
}

.news_in {
    background: url(../images/ab_bg.png);
    padding-bottom: 20px;
    padding-top: 20px;
}

.news_in .news_right p {
    color: #666666;
}

.news_in .news_list ul li h3 {
    color: #555555;
}

.news_in .news_list ul li span {
    color: #666666;
}

.news_in .news_list ul li {
    margin-bottom: 25px;
}

.news_content {
    background: url(../images/ab_bg.png);
    padding-bottom: 20px;
}

.news_title>h3 {
    color: #ab7100;
    font-size: 20px;
    padding-top: 37px;
    padding-bottom: 15px;
}

.news_title>span {
    display: block;
    color: #666666;
    font-size: 14px;
    margin-bottom: 19px;
}

.news_text {
    padding-top: 35px;
}

.news_content span img {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.news_title {
    width: 94%;
    margin: 0 auto;
    border-bottom: 1px solid #dcdcdc;
}

.news_text {
    width: 94%;
    margin: 0 auto;
    line-height: 30px;
    color: #555555;
    font-size: 14px;
    padding-bottom: 20px;
    text-align: justify;
    border-bottom: 1px solid #dcdcdc;
}

.page_top {
    line-height: 58px;
    border-bottom: 1px solid #dcdcdc;
}

.page_top a {
    display: block;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page_down {
    line-height: 58px;
    border-bottom: 1px solid #dcdcdc;
}

.down_left {
    width: 60%;
}

.down_left a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.down_right {
    width: 22%;
    background: #ffa900;
    color: #fff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

.down_right img {
    width: 22px;
    height: 19px;
    display: inline-block;
    vertical-align: text-top;
}

/*在线留言*/

/* 在线留言 */

.meassage_a {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 140px 0;
}

.about1-con {
    line-height: 30px;
    text-align: center;
    color: #646464;
    margin: 20px 0;
}

.form-control {
    width: 100%;
    background: none;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
}

.mes-area {
    min-height: 7em;
    resize: none;
    font-size: 14px;
    line-height: 1.4;
}

.btn-danger {
    color: #fff;
    background-color: #ab7100;
    border: 1px solid #ab7100;
    margin-top: 35px;
}

.btn-success {
    background-color: #ffa900;
    border: 1px solid #ffa900;
    color: #fff;
    margin-top: 35px;
}

.btn {
    display: inline-block;
    padding: 19px 53px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

.message label {
    font-size: 16px;
}

.message {
    padding-top: 37px;
    background: url(../images/ab_bg.png);
    padding-bottom: 20px;
}

.message>span {
    display: block;
    color: #666666;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    color: #000;
}

/*新闻内页*/

.show {
    padding-top: 29px;
    background: url(../images/ab_bg.png);
	 height: calc(100vh - 119px);
    max-width: 640px;
    width: 100%;
    overflow-y: auto;
}

.follow .swiper-button-next {
    background-image: url(../images/youc.png);
    right: 0;
    width: 9%;
    height: 35%;
    background-size: 52px 128px;
    top: 35%;
    display: block;
}

.follow .swiper-button-prev {
    background-image: url(../images/zuoc.png);
    left: 0;
    width: 9%;
    height: 35%;
    background-size: 52px 128px;
    opacity: 1;
    top: 35%;
    display: block;
}

.show_scoll img {
    width: 77%;
    margin: 0 auto;
}

.follow p {
    margin-top: 28px;
    text-align: center;
    font-size: 22px;
    color: #262626;
}

.detail_title {
    background: #202020;
    margin-top: 30px;
    margin-bottom: 30px;
}

.detaile_left {
    width: 25%;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background: #ab7100;
    text-align: center;
}

.detail_right {
    width: 25%; 
    height: 60px;
    line-height: 60px;
    background: #ffa900;
    text-align: center;
}
.detail_right a{
	  font-size: 20px; 
	   color: #fff;
}

.detail_right img {
    display: inline-block;
    width: 22px;
    height: 19px;
    margin-right: 5px;
    vertical-align: middle;
}

.detail_content {
    color: #555;
    line-height: 30px;
    text-indent: 2em;
    line-height: 30px;
    margin-bottom: 30px;
}

.show .swiper-slide {
    width: 100% !important;
    margin: 0 auto;
}
.map{
	padding-top: 20px;
	 background: url(../images/ab_bg.png);
	 height: calc(100vh - 119px);
    position: fixed;
    max-width: 640px;
    width: 100%;
    overflow-y: auto;
}
.contact {
background: url(../images/ab_bg.png);
padding-top: 28px;
padding-bottom: 10px;
max-width: 640px;
width: 100%;
font-size:16px !important;
line-height:30px;
overflow-y: auto;
}

.product_in {
    padding-bottom: 20px;
    background: url(../images/ab_bg.png);
    padding-top: 20px;
    max-width: 640px;
    width: 100%;
    overflow-y: auto;
}


.news_in {
    background: url(../images/ab_bg.png);
    padding-bottom: 20px;
    padding-top: 20px;
    max-width: 640px;
    width: 100%;
    overflow-y: auto;
}

.message {
    padding-top: 37px;
    background: url(../images/ab_bg.png);
    padding-bottom: 20px;
    max-width: 640px;
    width: 100%;
    overflow-y: auto;
}
.news_content {
    background: url(../images/ab_bg.png);
    padding-bottom: 20px;
    max-width: 640px;
    width: 100%;
    overflow-y: auto;
}


.follow .swiper-button-next:hover{
    background-image: url(../images/youc.png);
    right: 0;
    width: 9%;
    height: 33%;
    background-size: 52px 128px;
    top: 35%;
    display: block;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition:all ease-in-out .3s;
    transition:all ease-in-out .3s;
}
.follow .swiper-button-next {
    background-image: url(../images/left2.png);
    right: 0;
    width: 9%;
    height: 33%;
    background-size: 52px 128px;
    top: 35%;
    display: block;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition:all ease-in-out .3s;
    transition:all ease-in-out .3s;
}

.follow .swiper-button-prev {
    background-image: url(../images/zuoc.png);
    left: 0;
    width: 9%;
    height: 33%;
    background-size: 52px 128px;
    opacity: 1;
    top: 35%;
    display: block;
     -webkit-transition: all ease-in-out .3s;
    -moz-transition:all ease-in-out .3s;
    transition:all ease-in-out .3s;
}

.follow .swiper-button-prev:hover {
    background-image: url(../images/right2.png);
    left: 0;
    width: 9%;
    height: 33%;
    background-size: 52px 128px;
    opacity: 1;
    top: 35%;
    display: block;
     -webkit-transition: all ease-in-out .3s;
    -moz-transition:all ease-in-out .3s;
    transition:all ease-in-out .3s;
}


::-webkit-scrollbar {/*滚动条整体样式*/
        width: .5px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 10px;
         -webkit-box-shadow: inset 0 0 5px rgba(242,240,0240,1);
        background: #535353;
    }
::-webkit-scrollbar-track {/*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(242,240,0240,1);
        border-radius: 10px;
        background: #EDEDED;
    }
@media(max-width:639px) {
    body {
        background: url(../images/ab_bg.png);
    }
}

@media(max-width:610px) {
    .news_right p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient: vertical;
    }
}

@media(max-width:570px) {
    .hot_line span {
        display: inline-block;
        font-size: 16px;
        line-height: 35px;
    }
    .down_right {
        font-size: 14px;
        width: 34%;
    }
    .form-group input {
        width: 47% !important;
    }
}

@media(max-width:500px) {
	    .detail_right {
	    	   width: 35%;
	    }
    .detail_right a{
        font-size: 16px;
        width: 35%;
    }
    .detaile_left {
        font-size: 16px;
        width: 35%;
    }

}

@media(max-width:410px) {
    .p_title p {
        font-size: 14px;
    }
    .logo {
        width: 265px;
    }
    .nav {
        margin-top: 20px;
    }
    .news_right h3 {
        margin-bottom: 10px;
    }
    .btn {
        padding: 19px 30px;
    }
}

@media(max-width:400px) {
    .hot_line {
        width: 100%;
    }
    .about .more {
        width: 100%;
    }
}

@media(max-width:355px) {
    .logo {
        width: 235px;
    }
}


.fenyetips{ display:none}
#pagelist{ line-height:22px;color:#666; padding:15px;}
#pagelist a{ width:28px; text-align:center; float:left; border:1px solid #bfbfc7;background:#fff; height:28px; font-size:12px;color:#666; line-height:28px; margin-left:5px;border-radius:3px;}
#pagelist a.next,#pagelist a.prev{width:60px;}
#pagelist a.curr{ background:#bfbfc7;border:1px solid #bfbfc7;color:#fff;}
#pagelist a:hover{background:#bfbfc7;border:1px solid #bfbfc7;color:#fff; text-decoration:none}
#pagelist a img{ display:block;margin:0 auto;margin-top:12px;}
#pagelist span{line-height:28px; font-size:13px; height:28px; margin-left:10px;}
#pagelist span#totalpage{ margin:0;}
.fenye a img{ display:block;margin:0 auto;margin-top:12px;}
.inside_rnewtime {
    text-align: center;
    font-size: 12px;
    color: #444;
    border: 1px solid #ddd;
    width: 100%;
    height: 25px;
    line-height: 25px;
    background: #f3f3f3;
    margin-top: 5px;
}
