@charset "utf-8";
/* CSS Document */

/* 公共样式表css */
html,body {
    color: #333;
    margin: 0;
    height: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

img {
    border: 0;
}

body {
    background: #fff;
    color: #666;
    font-family: 'Microsoft Yahei', 'PingFangSC', sans-serif;
}

html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #08acee;
}

button {
    outline: 0;
}

img {
    border: 0;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

a {
    color: #222;
}

a:hover {
    color: #e03a00;
}

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

.clearfix {/* width: 1200px; */}

/* 必要布局样式css */
.change-content {
    padding: 30px 0;
}

.change-box {
    padding-bottom: 0px;
}

.change-main {
    position: relative;
    transition: all .3s ease;

}
.pro .change-content{padding:0px!important;}

.change-box .change-cut {
    margin: 0px;
	border:1px #e5e5e5 solid;
	padding:10px;
    /* width: 1551px; */
}

.transition {
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.change-box .change-cut .tab {
    text-align: center;
    font-size: 16px;
    box-sizing: border-box;
    /* border-left: none; */
    position: relative;
    cursor: default;
    padding:0px 40px;
    float:left;
    /* margin-right: 0px; */
}

.change-box .change-cut .tab a{}

.flex-rows{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.change-box .change-cut ul{
    margin-left: 0px;
    /* width: 1200px; */
}

.contents{
    width:100%;
}
.change-box .change-cut span{
	text-align: center;
    font-size: 16px;
    box-sizing: border-box;
    position: relative;
    cursor: default;
    padding: 0px 40px;
    float: left;
	color:#e03a00;
	font-weight:bold;
 
	}
.change-box .change-cut .tab.on {
    color: #222;
}
.change-box .change-cut .tab.on:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 11px solid;
    border-color: #e03a00 transparent transparent transparent;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s ease;
}



.change-box .contents > .flex-row {
    justify-content: space-between;
}



.change-box .item {
	width:100%;
	margin-top:20px;
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
    padding:20px 10px;
    float: left;
    transition: all .3s ease;

}

.img-block {
    margin: 0 auto;
    display: block;
}

.change-box .img-block {
    margin: 0 20px 0 0;
    float: left;
}

.img-block img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.change-box .item-title {
    font-size: 18px;
    color: #333;
}

.change-box .item-p {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}

.change-box .item:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
}

.items-news .items-news-list .item a:hover {
    color: #e03a00;
}

.item-block{
	width:100%;
    line-height: 30px;
    position: relative;
	}
.item-block a{margin-right:30px; margin-bottom:10px; font-size:16px; padding:8px 15px;  }