/*
 **
 * *
 * * * pc重置样式表  h
 * *
 ** 
 */
@import "collection.css";

/* 清除内外边距 */

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
div,
span,
iframe,











/* structural elements 结构元素 */

dl,
dt,
dd,
ul,
ol,
li,
a,
address,
img,











/* list elements 列表元素 */

pre,
small,
b,
i,
em,











/* text formatting elements 文本格式元素 */

fieldset,
lengend,
button,
input,
textarea,
form,
label,











/* form elements 表单元素 */

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,











/* table elements 表格元素 */

article,
footer,
header,
nav,
section,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-family: "Microsoft Yahei";
}












/* 设置默认字体 */

body,
button,
input,
select,
textarea {
    /* for ie */
    /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
    font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
    /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 18px;
    /* 18px / 12px = 1.5 */
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}












/* 将斜体扶正 */

code,
kbd,
pre,
samp,
tt {
    font-family: "Courier New", Courier, monospace;
}












/* 统一等宽字体 */

small {
    font-size: 12px;
}












/* 小于 12px 的中文很难阅读，让 small 正常化 */


/* 重置列表元素 */

ul,
ol {
    list-style: none;
}












/* 重置文本格式元素 */

a {
    text-decoration: none;
    color: #000;
}












/*a:hover { text-decoration: underline; }*/

abbr[title],
acronym[title] {
    /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}

q:before,
q:after {
    content: '';
}












/* 重置表单元素 */

legend {
    color: #000;
}












/* for ie6 */

fieldset,
img {
    border: none;
}












/* img 搭车：让链接里的 img 无边框 */


/* 注：optgroup 无法扶正 */

button,
input,
select,
textarea {
    font-size: 100%;
    /* 使得表单元素在 ie 下能继承字体大小 */
}












/* 重置表格元素 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}












/* 重置 hr */

hr {
    border: none;
    height: 1px;
}












/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */

html {
    overflow-y: scroll;
}












/*  浮动  */

.tp_center {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left
}

.fr {
    float: right
}


   .tel_pic1{
color: #FFFFFF;font-size:16px;
	}

.nav_header .tel_pic1{
color: #000;font-size:16px;font-weight:500;
	}







/*  清除浮动  */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
}

.piao_div {
    height: 300px;
    width: 500px;
    background: rgba(0, 177, 238, 1);
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -250px;
    border-radius: 5px;
    z-index: 999;
    padding: 7px 10px;
    box-sizing: border-box;
    display: none;
}

.piao_tel {
    height: 110px;
    margin-bottom: 18px;
}

.paio_border {
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 20px 15px 18px 20px;
}

.piao_tel_left {
    float: left;
}

.piao_tel_right {
    float: left;
    padding-top: 35px;
    margin-left: 30px;
}

.piao_tel_right h1 {
    margin: 0;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
}

.piao_click {
    width: 100%;
    padding-left: 50px;
    height: 36px;
    box-sizing: border-box;
}

.piao_click a {
    height: 36px;
    width: 149px;
    float: left;
    background: #fff;
    margin-right: 20px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    color: #282828;
}

.piao_click a:nth-child(2) {
    background: #ff6600;
    color: #ffffff;
}

#guanbi {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: whitesmoke;
    padding: 2px;
    box-sizing: border-box;
}

#guanbi i {
    transition: all .5s;
}

#guanbi i:hover {
    transform: rotate(180deg);
}

.search-bar {
    width: 100%;
    height: 70px;
    background-color: #E57716;
    position: fixed;
    bottom: 0px;
    z-index:99999;
}

.search-bar .layout {
    width: 1200px;
    margin: 0 auto;
}

.search-bar .layout .left {
    padding: 2px;
    display: inline-block;
    width: 171px;
    overflow: hidden;
}

.search-bar .layout .left {
    padding: 0px;
    font-family: "Microsoft Yahei";
    font-style: initial;
    margin: 0;
    padding: 0;
    margin-top: 18px;
    font-size: 17px;
    float: left;
    overflow: hidden;
}

.search-bar .layout .left p {
    padding: 0;
    margin: 0;
    font-weight: bold;
    font-family: "Microsoft Yahei";
    font-style: initial;
}

.search-bar .layout .left p:nth-of-type(2) {
    color: #fff;
    margin-top: 5px;
}

.search-bar .layout input:nth-of-type(2) {
    margin-right: 10px;
}

.search-bar .layout input,
.search-bar .layout select {
    margin-right: 5px;
    margin-top: 21px;
    border: 0;
    display: inline-block;
    padding: 7px 5px;
    border-radius: 1px;
}

.search-bar .layout select {

    vertical-align: top;
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari 和 Chrome */
    width: auto;
    text-align: center;
    padding: 0px 3%;
    height: 29px;
    line-height: 29px;
}

.search-bar .layout option {
    text-align: center;
}

.search-bar .layout button {
    cursor: pointer;
    background-color: #A03601;
    border: 0;
    color: #fff;
    vertical-align: bottom;
    padding: 5px 22px;
    height: 30px;
    border-radius: 10px;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
        opacity:0;
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
        opacity:.4;
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
        opacity:.6;
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
        opacity:.8;
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
        opacity:1;
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        -ms-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
        opacity:.2;
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        -ms-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
        opacity:.4;
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        -ms-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
        opacity:.6;
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        -ms-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
        opacity:.8;
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        -ms-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
        opacity:1;
    }
}

.tel_pic1 img{
animation:swing 2s infinite;
}

body,html{
    max-width: 1920px;
    min-width: 1240px;
    margin: 0 auto;
    /*overflow-x: hidden;*/
}

/*文章页 推荐文章样式开始*/

.clear:before,.clear:after {display: table; content: " ";}
.clear:after {clear: both;}
.clear {*zoom: 1;}

.hot-arc{margin: 2rem 0;}
.hot-title{font-size: 1.5rem;font-weight: 600;border-bottom: 2px solid rgb(255, 116, 

38);padding: 0px 15px 10px 15px;font-style: normal;line-height: 2rem;}
.hot-arc,.hot-arc ul{display: block; width: 100%;}
.hot-arc .hot-ul li{display: block;width: 25%;float: left;overflow: hidden;margin: 25px 0px;}
.hot-arc .hot-ul li .arc{margin: 0px 10px;}
.hot-arc li h3.art-title{text-align: center;font-weight: 400;color: #000; line-height: 2rem}
.hot-arc li .art-des{color: #afa1a1}
.hot-arc li a.img-width{display:block;width: 100%;height:200px;overflow: hidden;}
.hot-arc li img{transition: all 0.6s;height:200px;}
.hot-arc li img:hover{transform: scale(1.2);}
/*文章页 推荐文章样式结束*/
