button, * {
    outline: none;
}

a:hover {
    color: #d82229;
}

img {
    max-width: 100%;
}
.inner_container{
    min-height:600px;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.cate-banner img{
	width:100%;
}
.m-show{
    display: none;
}
.picture {
    overflow: hidden;
}
.banner .swiper-slide img{
	width:100%;
}
.picture img {
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    z-index: 1;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    /* Firefox 4 */
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    /* Safari and Chrome */
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    /* Opera */
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}

.picture:hover img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1); /* IE 9 */
    -moz-transform: scale(1.1, 1.1); /* Firefox */
    -webkit-transform: scale(1.1, 1.1); /* Safari and Chrome */
    -o-transform: scale(1.1, 1.1); /* Opera */
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-4 li{
    width: calc((100% - 60px)/4);
    margin: 0 20px 20px 0;
    float: left;
    text-align: center;
}
.list-4 li:nth-child(4n){
    margin-right: 0;
}
header .ul {
    text-align: right;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.m20 {
    margin: 20px 0;
}

.p10 {
    padding: 10px;
}

.p30 {
    padding: 30px;
}

.clear {
    clear: both;
}

.dis {
    display: none;
}

body {
    background: #fff;

}

p {
    margin: 0;
}

::-webkit-input-placeholder {
    color: #999;
    font-family: microsoft yahei;
    font-size: 14px;
}

:-moz-placeholder {
    color: #999;
    font-family: microsoft yahei;
    font-size: 14px;
}

::-moz-placeholder {
    color: #999;
    font-family: microsoft yahei;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #999;
    font-family: microsoft yahei;
    font-size: 14px;
}

.notsupport {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    text-align: center;
    clear: both;
    color: #fff;
    background: #0072C6;
}

.notsupport h1 {
    font-size: 100px;
    margin-top: 200px;
    margin-bottom: 30px;
}

.notsupport h2 {
    font-size: 30px;
    margin-bottom: 30px;
}


.bg_gray {
    background: #fafafa;
    padding: 20px 0;
    margin: 20px 0;
}

.width, .box {
    width: 90%;
    margin: 0 auto;
}

/*头部*/
.top {
    width: 100%;
    padding: 0 3%;
    overflow: hidden;
    line-height: 30px;
    background-color: #999;
    color: #fff;
    font-size: 14px;
}

.top a {
    color: #fff;
}

header {
    background: #f6f6f6;
    position: relative;
    z-index: 100;
    width: 100%;
    padding: 0 3%;
    clear: both
}

header .header-left {
    float: left;
    width: 20%;
    display: table;
    height: 90px;
}

header .logo {
    display: table-cell;
    vertical-align: middle;
}

header .logo img {
    width: 200px;
}

header .header-mid {
    margin-right: 10px;

}

header .header-mid,
header .header-right {
    float: right;
    margin: 0;
}

header .header-menu li {
    text-align: center;
    padding: 0 20px;
}

header .header-menu li em {
    padding: 0 15px;
    position: relative;
}

header .header-menu li em::after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 4px;
    background: url(../images/icon_down.png) no-repeat;
}

header .header-menu li em:hover::after,
header .header-menu li.aon em::after {
    background-image: url(../images/icon_up.png);
}

header .header-menu li em a, .header-menu.header-menu li > a {
    line-height: 90px;
    position: relative;
    font-size: 16px;
    color: #333;
    transition: all .7s;
}

header .header-menu li em a.on, header .header-menu li em a:hover {
    color: #d82229;
}

header .header-menu li em a::before {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background: #d82229;
    width: 0;
    transition: ease-in-out 0.3s;
}

header .header-menu li em a:hover::before,
header .header-menu li.aon em a::before {
    width: 100%;
}

header .header-menu li .sub {
    width: 130%;
    left: -15%;
    overflow: hidden;
    display: none;
    position: absolute;
}
header .header-menu li.has-sub:hover .sub{
    display: block;
}
header .header-menu li .sub-menu {
    padding: 15px;
    text-align: center;
}

header .header-menu li .sub-menu dt {
    border-bottom: 1px solid #eee;
}

header .header-menu li .sub-menu dt:last-child {
    border-bottom: 0;
}

header .header-menu li .sub-menu dt a {
    color: #666;
    transition: 0.3s;
}

header .header-menu li .sub-menu dt a:hover {
    background: none;
    color: #d82229;
}

header .header-right dd {
    float: left;
    padding: 0 0 0 20px;
    position: relative;
}

header .top-search {
    position: relative;
    z-index: 100;
    padding: 0 20px;
    border-right: 1px solid #ccc;
}

header .top-search span {
    font-size: 20px;
    line-height: 90px;
    font-weight: bold;
}

header .open-search {
    width: 30px;
    height: 30px;
    display: block;
}

header .open-search-show {
    position: relative;
    background: none;
}

header .open-search-show::before,
header .open-search-show::after {
    position: absolute;
    content: '';
    width: 80%;
    height: 3px;
    background: #d82229;
    top: 50%;
    left: 10%;
    transform: rotate(-45deg);
}

header .open-search-show::after {
    transform: rotate(45deg);
}

header .search-box {
    position: absolute;
    right: 0;
    top: 75px;
    width: 300px;
    display: none;
    background: #000;
    line-height: normal;
    z-index: 999;
}

header .search-box::before {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-bottom-color: #000;
    right: 20px;
    top: -20px;
}

header .search-box .text {
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding: 0 46px 0 10px;
    border: none;
    background: none;
    color: #fff;
    font-size: 14px;
}


header .search-box .btn {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 46px;
    color: #fff;
    padding: 0 10px;
    background: none;
    border: none;
    height: 46px;
}

header .search-box .btn span {
    font-size: 20px;
    color: #fff;
}

header .header-right .top-tel {
    font-size: 24px;
    line-height: 90px;
    font-weight: bold;
    color: #d82229;
}

header .header-right dd:last-child {
    padding: 0;
}
#open_menu{
    display: none;
}

/*单页*/
.page_show p {
    margin-bottom: 15px;
    text-align: justify;
    text-indent: 2em;
}

/*总裁致辞*/
.letter {
    margin: 40px 0;
    background: url('../images/pen.png') right bottom no-repeat;
}

.letter .logo {
    width: 200px;
    margin: 20px 40px;
}

.letter .content {
    width: 60%;
    background-color: #fff;
    margin-top: 30px;
    border-left: 10px solid #d82229;
    box-shadow: 0 5px 20px #666;
}

.letter .content .text {
    padding: 15%;
}

.letter .content .sign {
    text-align: right;
    margin-top: 100px;
}

.letter .content .sign img {
    width: 150px;
    margin-bottom: 20px;
}

/*底部*/
footer {
    position: relative;
    background: #fff url('../images/footer-bg.png') 0 50px no-repeat;
}

.footer-top {
    padding: 10px 3%;
    background-color: #d82229;
    overflow: hidden;
}

.footer-top ul {
    text-align: center;
}

.footer-top li {
    display: inline-block;
    padding: 0 30px;
}

.footer-top li a {
    color: #fff;
}

.foot-content {
    padding: 20px 3%;
    overflow: hidden;
}

.foot-content .am-fl, .foot-content .am-fr {
    display: table;
    height: 120px;
}

.foot-content .foot-logo, .foot-content .am-fr .content {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}

.foot-content .am-fr .content p {
    line-height: 2;
}

.foot-content .foot-logo a {
    display: block;
}

.foot-content .foot-logo img {
    width: 200px;
}

.foot-content .foot-logo h2 {
    line-height: normal;
    margin: 0;
}

.fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, .8);
}

.banner {
    width: 100%;
    overflow: hidden;
    clear: both;
}

/*标签相关*/
.tags {
}

.tags li {
    display: inline;
    width: auto;
}

.tags li a {
    display: inline-block;
    padding: 10px 30px;
    color: #333;
    font-size: 14px;
    background: #fff;
    margin: 0 2px 5px 0;
    border-radius: 2px;
    border: 1px solid #E7E7E7;
}

.tags li a:hover {
    background: #d82229;
    color: #fff;
    border: 1px solid #d82229;
}

.tags .hover a {
    display: inline;
    padding: 10px 30px;
    color: #fff;
    font-size: 14px;
    background: #d82229;
    color: #fff;
    border: 1px solid #d82229;
    margin: 0 2px;
    border-radius: 2px;
    border-radius: 0;
}

/*筛选相关*/
.filter {
    border: 1px solid #f3f3f3;
    padding: 6px 20px;
    margin-top: 30px;
    box-shadow: 0px 0 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.filter dl {
    margin: 0;
}

.filter dl dd {
    float: left;
    width: 70px;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    padding-top: 5px;
}

.filter dl dt {
    margin: 0 0 0 80px;
}

.filter dl dt a {
    font-weight: normal;
    margin: 0 5px 5px 0;
    padding: 5px 10px;
    color: #666;
    font-size: 14px;
    display: inline-block;
}

.filter dl dt a:hover {
    background: #3BB4F2;
    color: #fff;
}

.filter dl dt .hover {
    background: #3BB4F2;
    color: #fff;
}

/*瀑布流布局*/
.piclist {
    width: 100%;
    margin: 0;
}

.piclist li {
    float: left;
    width: calc((100% - 75px) / 4);
    margin-right: 25px;
    margin-bottom: 25px;
    background-color: #fff;
}

.piclist li:nth-child(4n) {
    margin-right: 0;
}

.piclist li a {
    display: block;
}

.piclist li a:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.17);
}

.piclist li a img {
    width: 100%;
}

.piclist li a p {
    font-size: 14px;
    padding: 10px;
    text-align: center;
}


/*新闻相关*/
.news_show h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

/*招聘相关*/
.job_show {
    padding: 60px 0;
    overflow: hidden;
}

.job_show h1 {
    text-align: left;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #06C;
}

.job_show h2 {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    margin: 10px 0;
    padding: 0;
    color: #06C;
}

.job_show .info {
    margin: 15px 0;
    padding: 0px;
    font-size: 14px;
}

.job_show .info ul {
    overflow: hidden;
}

.job_show .info ul li {
    float: left;
    width: 23.5%;
    border-left: 1px solid #dadada;
    padding-left: 1.5%;
    line-height: 30px;
}

.job_show .info ul li span {
    color: #999;
}

.job_show .intro a {
    color: #06C;
}

.job_show .intro a:hover {
    color: #f30;
}

.job_show .other {
    margin-top: 30px;
    text-align: center;
}

.job_show .other p {
    font-weight: bold;
}

.job_show .other a {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 6px 20px;
    min-width: 100px;
}

.job_show .other a span {
    font-size: 18px;
    margin-right: 10px;
}

.job_show .other a em {
    font-style: normal;
    font-size: 18px;
}

.job_show .other a:hover {
    background: #d82229;
    border-color: #d82229;
    color: #fff;
}

.job_show .other a:hover span {
    color: #fff;
}

.job_show .tags {
    font-weight: 500;
}

.job_show .tags a {
    margin-left: 15px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 4px 10px;
    font-weight: normal;
    font-size: 14px;
}

.job_show .tags a:hover {
    background: #d82229;
    color: #fff;
    border-color: #d82229;
}

.job_show .action {
    text-align: center;
    margin-top: 2rem;
}

.job_show .action a {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #d82229;
    padding: 6px 20px;
    min-width: 100px;
    background: #d82229;
    color: #fff;
}

.job_show .action a:hover {
    color: #fff;
    border-color: #f60;
    background: #f60;
}

/*商品相关*/
.pro_show {

}

.pro_show .left {
    float: left;
    width: 700px;
    text-align: center;
    border-right: 1px solid #f3f3f3;
    padding: 40px;
}

.pro_show .left .zoom {
    text-align: center;
}

.pro_show .left .zoom img {
    width: auto;
    max-width: 500px;
}

.pro_show .left .thumb_pic {
    margin: 40px 0 0 0;
    text-align: center;
}

.pro_show .left .thumb_pic ul {
    margin: 0 auto;
}

.pro_show .left .thumb_pic ul li {
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #eaeaea;
    padding: 3px;
    cursor: pointer;
    position: relative;
}

.pro_show .left .thumb_pic ul li.hover {
    border: 1px solid #f90;
    background: #fff;
}

.pro_show .left .thumb_pic ul li.hover:after {
    content: " ";
    position: absolute;
    right: 27px;
    top: -6px;
    width: 11px;
    height: 11px;
    border: #f90 solid 1px;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #f90;
    z-index: -1;
}

.pro_show .right {
    margin-left: 700px;
    padding: 40px;
}

.pro_show .right h1 {
    font-size: 24px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    text-align: left;
}

.pro_show .right h5 {
    font-size: 14px;
    margin: 10px 0;
    padding: 0;
    color: #999;
    font-weight: normal;
}

.pro_show .right .attribute {
}

.pro_show .right .attribute li {
    font-size: 14px;
    line-height: 30px;
}

.pro_show .right .attribute li em {
    display: inline-block;
    width: 80px;
    font-style: normal;
    color: #555;
    font-size: 14px;
}

.pro_show .right .price {
    font-size: 14px;
    line-height: 30px;
    margin: 20px 0;
}

.pro_show .right .price span {
    font-size: 36px;
    color: #f60;
}

.pro_show .right .price em {
    font-size: 12px;
    color: #999;
    font-style: normal;
    padding-left: 5px;
}

.pro_show .right .tags {
    margin: 20px 0;
}

.pro_show .right .tags a {
    margin-left: 10px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #dadada;
    background: #fff;
    padding: 2px 6px;
    font-weight: normal;
    font-size: 14px;
}

.pro_show .right .tags a:hover {
    background: #d82229;
    color: #fff;
    border-color: #d82229;
}

.pro_show .right .action {
    margin: 30px 0 50px 0;
}

.pro_intro {
    margin: 20px 0;
}

.pro_intro .left {
    width: 320px;
    margin-right: 20px;
    float: left;
    border: 1px solid #f3f3f3;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.pro_intro .plist {
    margin: 15px;
    width: 300px;
}

.pro_intro .plist ul {
    width: 304px;
}

.pro_intro .plist ul li {
    float: left;
    width: 137px;
    margin: 0 15px 15px 0;
}

.pro_intro .plist ul li a {
    border: 1px solid #ededed;
    padding: 4px;
    display: block;
    background: #fff;
    border-radius: 4px;
}

.pro_intro .plist ul li a div {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.pro_intro .plist ul li a div img {
    width: 100%;
    height: 100%;
    max-height: 127px;
    min-height: 127px;
    display: block;
    border: 0;
}

.pro_intro .plist ul li a p {
    text-align: center;
    font-size: 14px;
    color: #333;
    margin: 0;
    padding: 5px 0;
}

.pro_intro .plist ul li a:hover p {
    color: #f30;
}

.pro_intro .right {
    float: left;
    width: 850px;
    border: 1px solid #f3f3f3;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.pro_intro .tabs {
    width: 100%;
    background: #f7f7f7;
}

.pro_intro .tabs ul {
    width: 100%;
    background: #f7f7f7;
}

.pro_intro .tabs ul li {
    float: left;
}

.pro_intro .tabs ul li a {
    display: block;
    padding: 10px 30px;
    text-align: center;
    font-size: 14px;
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    background: #fff;
    color: #999;
    border-top: 2px solid #fff;
}

.pro_intro .tabs ul li.hover a {
    border-bottom: 1px solid #fff;
    background: #fff;
    font-weight: bold;
    color: #333;
    border-top: 2px solid #d82229;
}

.pro_intro .intro {
    padding: 30px;
}

.pro_intro .intro p {
    margin: 0;
    padding: 0;
}

.pro_intro .intro img {
    max-width: 790px;
}

.pro_intro .intro a {
    color: #06C;
}

.pro_intro .intro a:hover {
    color: #f30;
}

.pro_intro .intro .extend {
}

.pro_intro .intro .extend li {
    font-size: 14px;
    line-height: 30px;
}

.pro_intro .intro .extend li em {
    display: inline-block;
    width: 120px;
    font-style: normal;
    color: #555;
    font-size: 14px;
}

.ordershow {
    margin: 10px 0 0 0;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #f3f3f3;
}

.ordershow .tips {
    margin: 20px 40px 30px 40px;
    position: relative;
}

.ordershow .tips h3 {
    font-size: 24px;
    font-family: microsoft yahei;
    font-weight: 400;
    margin: 0;
}

.ordershow .tips p {
    font-size: 15px;
    padding-left: 68px;
}

.ordershow .tips div {
    font-size: 20px;
    position: absolute;
    bottom: 20px;
    right: 0;
}

.ordershow .tips div em {
    color: #f30;
    font-style: normal;
}

.ordershow .tips p em {
    color: #f30;
    font-style: normal;
}

.ordershow h5 {
    font-size: 20px;
    font-family: microsoft yahei;
    font-weight: 400;
    padding-left: 30px;
    background: #fafafa;
    border: 1px solid #f3f3f3;
    border-left: 0;
    border-right: 0;
    height: 50px;
    line-height: 50px;
    margin: 10px 0;
}

.ordershow .info {
    margin: 0;
    list-style: none;
}

.ordershow .info li {
    padding: 0 0 10px 0;
    font-size: 14px;
}

.ordershow .info li span {
    display: inline-block;
    width: 120px;
    text-align: right;
    padding-right: 10px;
    color: #999;
}

.ordershow .info li em {
    color: #f30;
    font-style: normal;
}

.ordershow .pay {
    margin: 0 20px 5px 20px;
    list-style: none;
    overflow: hidden;
}

.ordershow .pay li {
    float: left;
    width: 19%;
    margin: 5px 1% 1% 0;
    cursor: pointer;
}

.ordershow .pay li div {
    border: 1px solid #efefef;
    text-align: center;
    margin-left: 10px;
    position: relative;
}

.ordershow .pay li div em {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: url(../images/selected.gif) no-repeat bottom;
}

.ordershow .pay .active div {
    border-color: #90BAFF;
}

.ordershow .pay .active div em {
    display: block;
}

.ordershow .bottom {
    height: 70px;
    line-height: 70px;
    bottom: 0;
    background: #fafafa;
    border-top: 1px solid #eee;
    text-align: center;
    padding: 0 20px;
}

.ordershow .bottom button {
    margin-left: 15px;
    border: 0;
    background: #0075DC;
    color: #fff;
    padding: 10px 30px;
    border-radius: 4px;
}

/*自定义表单*/
.add-form{
    padding: 60px 0;
    overflow: hidden;
}
.add-form select{
    padding-right: 30px;
}
.add-form .am-form-group label{
    text-align: right;
}
.form-add input[type=number], .form-add input[type=search], .form-add input[type=text], .form-add input[type=password], .form-add input[type=datetime], .form-add input[type=datetime-local], .form-add input[type=date], .form-add input[type=month], .form-add input[type=time], .form-add input[type=week], .form-add input[type=email], .form-add input[type=url], .form-add input[type=tel], .form-add input[type=color], .form-add select, .form-add textarea, .am-form-field {
    display: inline;
    border-color: #ddd;
    border-radius: 3px;
    -webkit-appearance: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.065) inset;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}


.form-add input {
    border: 1px solid #ddd;
    width: 60px;
    padding: 5px 10px
}

.form-add em {
    color: #999;
    font-style: normal;
}

/*表单内容*/
.formshow {
}

.formshow .item {
    font-size: 14px;
    line-height: 30px;
    clear: both;
}

.formshow .item .lefter {
    display: inline-block;
    width: 120px;
    font-style: normal;
    color: #555;
    font-size: 14px;
    float: left;
}

.formshow .item .righter {
    margin-left: 120px;
    line-height: 30px;
}

.formshow .item .righter .pic {
    max-width: 400px;
    margin: 10px 0;
}

.formshow .item .righter video {
    width: 450px;
    height: 300px;
}

.imagelist {
    overflow: hidden;
}

.imagelist ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.imagelist ul li {
    float: left;
    width: 19%;
    margin-right: 1%;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 4px;
    margin-top: 15px;
    cursor: pointer;
    position: relative;
}

.imagelist ul li .preview {
    height: 140px;
    background: #fafafa;
    overflow: hidden;
    text-align: center;
}

.imagelist ul li .preview img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 140px;
}

.imagelist ul li .preview:after {
    content: ' ';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.imagelist ul li .intro textarea {
    width: 100%;
    margin: 5px 0;
    padding: 8px 10px;
    font-size: 14px;
    height: 50px;
    color: #999;
}

.imagelist ul li .action {
    text-align: center;
    overflow: hidden;
}

.imagelist ul li .action a {
    text-align: center;
    color: #999;
    outline: none;
    width: 33.3333%;
    float: left;
}

.imagelist ul li .action a:hover {
    color: #f30;
}

.imagelist ul .hover {
    border: 1px solid #6b0;
}

.imagelist ul .hover:after {
    width: 0;
    height: 0;
    border-top: 40px solid #66bb00;
    border-left: 40px solid transparent;
    position: absolute;
    display: block;
    right: 0;
    content: "";
    top: 0;
    z-index: 1001;
}

.imagelist ul .hover:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "f00c";
    display: block;
    position: absolute;
    top: 5px;
    right: 4px;
    z-index: 1002;
    color: #fff;
}

/*分页相关*/
.pagelist ul {
    text-align: center;
    margin: 20px 0;
}

.pagelist li {
    display: inline-block;
    margin: 0 2px;
}

.pagelist li a {
    color: #666;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 6px 15px;
}

.pagelist li a:hover {
    border-color: #d82229;
    background: #d82229;
    color: #fff;
}

.pagelist li.active a {
    border-color: #d82229;
    background: #d82229;
    color: #fff;
}

/*网站地图*/
.map_one {
    border-bottom: 1px solid #eee;
    line-height: 40px;
}

.map_one a {
    font-size: 20px;
}

.map_two {
    margin: 15px 0;
}

.map_two a {
    display: inline-block;
    margin-right: 15px;
}

/*右侧浮动相关*/
.plug_service {
    position: fixed;
    right: 0;
    bottom: 15%;
    z-index: 999;
}

.plug_service li {
    margin-bottom: -1px;
    position: relative;
}

.plug_service li a {
    display: block;
    text-align: center;
    background: #fff;
    border: 1px solid #ececec;
    padding: 2px 8px 6px 8px;
    font-size: 12px;
    font-family: microsoft yahei;
    color: #505050;
    outline: none;
}

.plug_service li a span {
    display: block;
    font-size: 24px;
    color: #888;
}

.plug_service li a:hover {
    background: #d82229;
    color: #fff;
    border-color: #d82229;
}

.plug_service li a:hover span {
    color: #fff;
}

.plug_service .hover a {
    display: block;
    text-align: center;
    background: #d82229;
    border: 1px solid #d82229;
    padding: 2px 8px 6px 8px;
    font-size: 12px;
    font-family: microsoft yahei;
    color: #fff;
    outline: none;
}

.plug_service .hover a span {
    color: #fff;
}

.plug_service .hotline {
    position: absolute;
    display: none;
    background: #fff;
    padding: 10px 15px 0 15px;
    left: -200px;
    bottom: 0px;
    width: 210px;
    border: 1px solid #ddd;
    width: 180px;
    height: 68px;
    font-size: 12px;
    color: #999;
    line-height: 24px;
    border-radius: 4px;
}

.plug_service .hotline b {
    display: block;
    font-size: 16px;
    color: #333;
}

.plug_service .hotline:after {
    content: " ";
    position: absolute;
    right: -10px;
    top: 25px;
    width: 20px;
    height: 20px;
    border: #ddd solid 1px;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}

.plug_service .weixin_pic {
    position: absolute;
    display: none;
    background: #fff;
    padding: 5px;
    left: -230px;
    bottom: -70px;
    width: 210px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.plug_service .weixin_pic p {
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
}

.plug_service .weixin_pic p span {
    color: #f30;
}

.plug_service .weixin_pic:after {
    content: " ";
    position: absolute;
    right: -10px;
    top: 130px;
    width: 20px;
    height: 20px;
    border: #ddd solid 1px;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}

.plug_service li:hover div {
    display: block;
}

.plug_service li:last-child {
    margin-top: 5px;
}

/*无缝滚动*/
.str_wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
    white-space: nowrap;
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move, .no_drag .str_move, .noStop .str_move {
    cursor: inherit;
}

.str_wrap img {
    max-width: none !important;
}

/*会员相关*/
.page_login {
    min-height: 500px;
    padding: 30px 30px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #E6ECF4;
    background: #fff;
}

.page_login .left {
    float: left;
    padding: 30px;
    width: 760px;
}

.page_login .right {
    float: right;
    height: 470px;
    border-left: 1px solid #f6f6f6;
    width: 350px;
    padding: 60px 0 0 60px;
    font-family: microsoft yahei;
}

.page_login .right a.btn {
    display: inline-block;
    padding: 10px 35px;
    background: #007FCD;
    color: #fff;
    border-radius: 2px;
}

.page_login .right a.btn:hover {
    background: #2674B2;
}

.page_login .right .quick h5 {
    margin: 40px 0 30px 0;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd;
    font-weight: normal;
}

.page_login .right .quick a {
    font-size: 13px;
    border: 1px solid #EA6F5A;
    padding: 10px 15px;
    border-radius: 4px;
    background: #EA6F5A;
    color: #fff;
    margin: 5px;
}

.page_login .right .quick a:hover {
    background: #FF6839;
    border-color: #FF6839;
}

.login_css {
    margin: 40px 0 0 120px;
}

.login_css ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.login_css ul li {
    padding: 0 0 15px 0;
}

.login_css ul li em {
    display: inline-block;
    width: 80px;
    font-family: microsoft yahei;
    text-align: right;
    padding-right: 10px;
    font-style: normal;
    color: #666;
}

.login_css ul li .ip {
    border: 1px solid #e5e5e5;
    padding: 9px 10px;
    vertical-align: middle;
    border-radius: 2px;
    font-size: 14px;
    margin: 0;
}

.login_css ul li .w {
    width: 250px;
}

.login_css ul li .wcode {
    width: 120px;
}

.login_css ul li img {
    vertical-align: middle;
    cursor: pointer;
}

.login_css ul li .bnt {
    background: #007FCD;
    border: 0;
    margin-left: 80px;
    color: #fff;
    padding: 8px 20px;
    border-radius: 2px;
    cursor: pointer;
}

.login_css ul li a.getpass {
    color: #999;
    font-size: 14px;
}

.login_css ul li a:hover.getpass {
    color: #f30;
}

.reg_css {
    margin: 40px 0 0 20px;
}

.reg_css ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.reg_css ul li {
    padding: 0 0 15px 0;
    min-height: 55px;
}

.reg_css ul li em {
    display: inline-block;
    width: 130px;
    font-family: microsoft yahei;
    text-align: right;
    padding-right: 10px;
    font-style: normal;
    color: #666;
    float: left;
}

.reg_css ul li .text-blue {
    color: #06f;
}

.reg_css ul li .text-red {
    color: #f30;
}

.reg_css ul li .ip {
    border: 1px solid #e5e5e5;
    padding: 9px 10px;
    vertical-align: middle;
    border-radius: 2px;
    font-size: 14px;
}

.reg_css ul li .w {
    width: 320px;
}

.reg_css ul li .wcode {
    width: 210px;
}

.reg_css ul li img {
    vertical-align: middle;
    cursor: pointer;
}

.reg_css ul li button {
    border: 1px solid #e5e5e5;
    padding: 9px 15px;
    vertical-align: middle;
    border-radius: 2px;
    font-size: 14px;
    cursor: pointer;
    margin-left: 7px;
}

.reg_css ul li .bnt {
    background: #007FCD;
    border: 0;
    margin-left: 130px;
    color: #fff;
    padding: 8px 20px;
    border-radius: 2px;
    cursor: pointer;
}

.reg_css ul li .send {
    background: #007FCD;
    border: 0;
    margin-left: 10px;
    color: #fff;
    padding: 8px 15px;
    *padding: 10px 2px;
    border-radius: 2px;
    cursor: pointer;
    vertical-align: middle;
}

.reg_css ul #paytips {
    padding-left: 130px;
}

.reg_css ul li p {
    font-size: 14px;
    margin: 8px 0;
    color: #333;
    border: 1px solid #90BAFF;
    background: #FBFCFF;
    padding: 10px 20px;
}

.reg_css ul li p strong {
    color: #f30;
}

.reg_css ul dl {
    margin: -2px 0 0 0;
    padding: 0;
    list-style: none;
    float: left;
}

.reg_css ul dl dt {
    float: left;
    position: relative;
    margin: 0 10px 0 0;
}

.reg_css ul dl dt a {
    border: 1px solid #ddd;
    border-radius: 2px 0 0 0;
    background: #fff;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    font-weight: normal;
    font-size: 14px;
    color: #666;
}

.reg_css ul dl dt a:hover {
    border: 1px solid #90BAFF;
}

.reg_css ul dl dt a span {
    color: #999;
}

.reg_css ul dl dt i {
    position: absolute;
    width: 10px;
    height: 10px;
    font-size: 0;
    line-height: 0;
    right: 1px;
    bottom: 1px;
    background: url(../images/selected.gif) no-repeat right bottom;
    z-index: 99;
    display: none;
}

.reg_css ul dl dt.selected a {
    border: 1px solid #90BAFF;
    color: #333;
}

.reg_css ul dl dt.selected i {
    display: block;
}

.api_user {
    padding: 30px 0 0 60px;
    font-size: 15px;
}

.api_user span {
    color: #f30;
}

.user_center {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #E6ECF4;
    background: #fff;
    overflow: hidden;
}

.user_center .lefter {
    width: 160px;
    float: left;
}

.user_center .lefter ul {
    margin: 15px 0;
    padding: 0 0 10px 0;
    list-style: none;
    border-bottom: 1px solid #f3f3f3;
}

.user_center .lefter ul li {
    color: #999;
    line-height: 40px;
    height: 40px;
    margin-bottom: 1px;
}

.user_center .lefter ul li .title {
    padding-left: 25px;
}

.user_center .lefter ul li .title span {
    margin-right: 10px;
}

.user_center .lefter ul li a {
    padding-left: 53px;
    line-height: 40px;
    height: 40px;
    display: block;
    font-size: 14px;
}

.user_center .lefter ul li a:hover {
    background: #f3f3f3;
}

.user_center .lefter ul .hover a {
    padding-left: 53px;
    line-height: 40px;
    height: 40px;
    display: block;
    font-size: 14px;
    background: #d82229;
    color: #fff;
}

.user_center .lefter ul .hover a:hover {
    background: #d82229;
    color: #fff;
}

.user_center .righter {
    margin: 0 30px 0 0;
    float: right;
    width: 988px;
    padding: 0 0 20px 20px;
    border-left: 1px solid #f3f3f3;
    min-height: 600px;
}

.user_center .righter .user_info {
    padding: 20px 30px;
}

.user_center .righter .user_info .face {
    width: 10%;
    float: left;
    margin-right: 10%;
    cursor: pointer;
}

.user_center .righter .user_info .face img {
    border-radius: 50%;
    border: 1px solid #f3f3f3;
    padding: 4px;
}

.user_center .righter .user_info .info {
    float: left;
    width: 75%;
}

.user_center .righter .user_info .info p span {
    color: #f30;
}

.user_center .righter .user_info .info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.user_center .righter .user_info .info ul li {
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px dashed #eee;
    vertical-align: middle;
    float: left;
    width: 45%;
    margin-right: 5%;
}

.user_center .righter .user_info .info ul li span {
    color: #f30;
}

.user_center .righter .user_info .info ul li em {
    color: #999;
    font-style: normal;
    display: inline-block;
    width: 80px;
    text-align: right;
    margin-right: 10px;
}

/*论坛*/
.minheight {
    min-height: 500px;
    margin: 20px auto;
}

.bbs {
    overflow: hidden;
}

.bbs .box {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    background: #fff;
    border: 1px solid #E6ECF4;
}

.bbs .lefter {
    width: 800px;
    float: left;
    margin-right: 18px;
    min-height: 500px;
}

.bbs .lefter .nav {
    padding: 30px 20px 20px 30px;
    border-bottom: 1px solid #f3f3f3;
}

.bbs .lefter .nav a {
    color: #666;
    margin-right: 15px;
}

.bbs .lefter .nav a:hover {
    color: #1889FF;
}

.bbs .lefter .nav a.hover {
    color: #1889FF;
}

.bbs .lefter .nav a.btn {
    float: right;
    background: #0073EB;
    color: #fff;
    padding: 8px 30px;
    border-radius: 4px;
    vertical-align: middle;
    margin: -10px 0 0 0;
}

.bbs .lefter .nav a:hover.btn {
    background: #3095FF;
}

.bbs .lefter .nav a.active {
    color: #f30;
    margin: 0 5px;
}

.bbs .list {
    padding: 10px 15px;
}

.bbs .list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bbs .list ul li {
    overflow: hidden;
    border-bottom: 1px solid #f3f3f3;
    padding: 10px 15px;
}

.bbs .list ul li .face {
    float: left;
    width: 60px;
}

.bbs .list ul li .face img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
}

.bbs .list ul li .info {
    margin-left: 60px;
    position: relative;
}

.bbs .list ul li .info h5 {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.bbs .list ul li .info h5 a {
    margin-right: 5px;
}

.bbs .list ul li .info h5 em {
    border: 1px solid #B70004;
    color: #B70004;
    border-radius: 4px;
    padding: 2px 4px;
    margin-left: 5px;
    font-style: normal;
}

.bbs .list ul li .info .nickname {
    color: #999;
    font-size: 14px;
}

.bbs .list ul li .info .nickname a {
    color: #999;
}

.bbs .list ul li .info .nickname a:hover {
    color: #f30;
}

.bbs .list ul li .info .other {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    color: #666;
}

.bbs .list ul li .info .other span {
    color: #999;
    margin-right: 3px;
}

.bbs .list ul li:hover {
    background: #fafafa;
}

.bbs .newpost {
    padding: 30px
}

.bbs .showbbs {
    padding: 20px;
}

.bbs .showbbs .title {
    position: relative;
}

.bbs .showbbs .title h1 {
    font-size: 18px;
    padding: 0;
    margin: 0;
    max-width: 710px;
}

.bbs .showbbs .title .info {
    border-bottom: 1px solid #f3f3f3;
    line-height: 45px;
    padding-top: 5px;
    margin-bottom: 15px;
    font-size: 12px;
    color: #666;
}

.bbs .showbbs .title .info span {
    margin-right: 5px;
}

.bbs .showbbs .title .face {
    position: absolute;
    right: 0;
    top: 0;
}

.bbs .showbbs .title .face img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.bbs .showbbs .content {
    word-break: break-all;
}

.bbs .showbbs .content img {
    max-width: 100%;
}

.bbs .showbbs .content a {
    color: #03f;
    margin: 0 10px;
}

.bbs .showbbs .content a:hover {
    color: #f30;
    text-decoration: underline;
}

.bbs .reply {
    padding: 10px 20px;
}

.bbs .reply .title {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    line-height: 45px;
    margin-bottom: 15px;
}

.bbs .tips {
    font-size: 14px;
    color: #555;
}

.bbs .tips a {
    color: #06f;
    margin: 0 10px;
}

.bbs .tips a:hover {
    color: #f30;
}

.bbs .replylist {
    padding: 0;
    font-size: 14px;
    color: #666;
}

.bbs .replylist ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bbs .replylist ul li {
    overflow: hidden;
    border-bottom: 1px solid #f3f3f3;
    padding: 10px 15px;
}

.bbs .replylist ul li .face {
    float: left;
    width: 60px;
    text-align: left;
}

.bbs .replylist ul li .face img {
    width: 45px;
    height: 45px;
}

.bbs .replylist ul li .info {
    margin-left: 60px;
    position: relative;
}

.bbs .replylist ul li .info .nickname {
    color: #999;
    font-size: 14px;
}

.bbs .replylist ul li .info .nickname a {
    color: #666;
}

.bbs .replylist ul li .info .nickname a:hover {
    color: #f30;
}

.bbs .replylist ul li .info .text {
    font-size: 14px;
    color: #444;
    line-height: 24px;
}

.bbs .replylist ul li .info .text img {
    max-width: 100%;
}

.bbs .replylist ul li:hover {
    background: #fafafa;
}

.bbs .form_reply {
}

.bbs .form_reply .face {
    float: left;
    width: 60px;
    text-align: left;
}

.bbs .form_reply .face img {
    width: 46px;
    height: 46px;
    display: block;
    border-radius: 100%;
}

.bbs .form_reply .face p {
    font-size: 14px;
    line-height: 24px;
    color: #555;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
    display: none;
}

.bbs .form_reply .info {
    margin-left: 63px;
    position: relative;
}

.bbs .form_reply .info textarea {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 3px;
    -webkit-appearance: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.065) inset;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
    font-size: 14px;
    height: 80px;
    padding: 10px;
}

.bbs .form_reply .info input[type=submit] {
    color: #fff;
    background: #0073EB;
    font-size: 14px;
    margin: 8px 0;
    border: 0;
    padding: 8px 20px;
    float: right;
}

.bbs .righter {
    margin: 0;
    padding: 0;
    float: right;
    width: 370px;
}

.bbs .righter .user {
    text-align: center;
    padding: 40px 0;
    border-bottom: 1px solid #f3f3f3;
    overflow: hidden;
}

.bbs .righter .user .nickname {
    font-size: 20px;
    line-height: 40px;
    padding-bottom: 10px;
}

.bbs .righter .user .face img {
    border-radius: 100%;
    width: 100px;
    height: 100px;
}

.bbs .righter .user .count {
    margin-top: 20px;
}

.bbs .righter .user a {
    display: block;
    width: 50%;
    float: left;
    font-weight: 700;
}

.bbs .righter .user a span {
    color: #9297a4;
    font-size: 60px;
    display: block;
    font-weight: normal;
    margin-top: -25px;
}

.bbs .righter .user a p {
    color: #010101;
    font-size: 18px;
    margin: 0;
}

.bbs .righter .user a:last-child {
    border-left: 1px solid #f3f3f3;
}

.bbs .righter .topic {
    padding: 20px;
}

.bbs .righter .topic h2 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin: 0;
    padding: 0;
}

.bbs .righter .topic ul {
    margin: 10px 0;
    padding: 0;
    list-style: none;
}

.bbs .righter .topic ul li {
    border-bottom: 1px solid #f3f3f3;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bbs .righter .topic ul li a {
    color: #444;
}

.bbs .righter .topic ul li a:hover {
    color: #f30;
}

.bbs .righter .topic ul li span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    background: #C3C3C3;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    font-size: 12px;
}

.bbs .righter .topic ul li .hover {
    background: #F37520;
}

.bbs .righter .searchs {
    padding: 20px;
}

.bbs .righter .searchs h2 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin: 0;
    padding: 0;
}

.bbs .righter .searchs form {
    margin: 20px 0 0 0;
}

.bbs .righter .searchs form input[type=text] {
    border: 1px solid #ddd;
    padding: 8px 10px;
    font-size: 14px;
    width: 220px;
}

.bbs .righter .searchs form input[type=submit] {
    border: 1px solid #0073EB;
    background: #0073EB;
    color: #fff;
    padding: 8px 20px;
    font-size: 14px;
}

.am-comment-bd {
    font-family: microsoft yahei;
    line-height: 24px;
    font-size: 14px;
}

.am-comment-bd img {
    max-width: 100%;
}

.am-comment-bd blockquote {
    font-family: microsoft yahei;
    line-height: 24px;
    font-size: 14px;
    background: #fafafa;
}

.am-comment-bd blockquote p {
    margin: 0 0 5px 0;
    padding: 0;
}

.am-btn-default {
    background-color: #fff;
}

[class*=am-icon-] {
    font-family: FontAwesome;
}


@media screen and (max-width: 1440px) {

    .a-title h1 {
        font-size: 40px;
    }

    section.even, section.odd {
        padding: 0;
    }
}
.search_list li{
    width: 100%;
    float: none;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
@media screen and (max-width: 1280px) {
    .width {
        width: 90%;
    }
}

.a-title p {
    margin: 0;
    font-size: 16px;
}

.a-title h1 {
    margin: 0;
    line-height: normal;
}

.cate-banner {
    width: 100%;
}

.cate-banner .main {
    position: relative;
}

.cate-banner .mask {
    position: absolute;
    height: 66px;
    width: 200px;
    left: 0;
    bottom: -33px;
    background-color: #d82229;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 66px;
}

#contact-0 {
    position: relative;
    height: 200px;
}

.mask2 {
    position: absolute;
    border-radius: 10px;
    height: 200px;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    top: -50px;
    box-shadow: 0 0 10px #333;
    background-color: #fff;
    overflow: hidden;
}

.mask2 .content {
    padding: 20px;
    width: 50%;
    height: 200px;
    overflow: hidden;
    float: left;
}

.cate-banner .mask2 .content p {
    text-align: justify;
    font-size: 14px;
}

.cate-banner .mask2 img {
    width: 50%;
    float: left;

}

#history {
    overflow: hidden;
    padding: 60px 0
}

#history .box {
    position: relative;
    overflow: hidden;
}

.timeline {
    width: 1px;
    height: 100%;
    background-color: #999;
    position: absolute;
    left: 6px;
    z-index: -1;
}


#history ul li:last-child {
    margin-bottom: 0;
}

#history ul li h3 {
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.ff_pageList {
    margin: 0 auto;
    padding: 120px 0;
}

#service {
    padding: 60px 0;
    overflow: hidden;
}
#service .subject b{
    font-size: 1.5em;
    font-weight: bold;
}
#service .add-form{
    padding: 0;
}
#service .am-form-group{
    width: 48%;
    margin: 1%;
    float: left;
}
#service .add-form .am-form-group label{
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 14px;
}
#service .am-form textarea{
    height: 150px;
}
#service .btn-group{
    text-align: center;
    margin-top: 20px;
}
#service .btn-group button{
    display: inline-block;
}
#service .content{
    padding-left: 40px;
}
#service .content p{
    line-height: 50px;
    background-color: #f5f5f5;
    margin: 0 0 5px;
    padding: 0 10px;
    cursor: pointer;
    transition: all .5s;
}
#service .content p:hover{
    background-color: #d82229;
    color: #fff;
}
#link{
    padding: 60px 0;
    overflow: hidden;
}
#link li{
    float: left;
    width: calc((100% - 60px)/4);
    margin: 0 20px 20px 0;
    text-align: center;
}
#link li:nth-child(4n){
    margin-right: 0;
}
#link li a{
    line-height: 50px;
    border: 1px solid #ccc;
    display: block;
    transition: all .5s;
}
#link li:hover a{
    border-color: #d82229;
    background-color: #d82229;
    color: #fff;
}
/*新闻列表*/
.list_pic {
    overflow: hidden;
    margin-top: 60px;
}

.list_pic li {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px dotted #c6c6c6;
    transition: all .5s;
}

.list_pic li .pic {
    float: left;
    width: 240px;
}

.list_pic li:hover {
    background-color: #f5f5f5;
}

.list_pic li .pic img {
    display: block;
    width: 100%;
    height: 120px;
}

.list_pic li .content {
    float: right;
    width: calc(100% - 270px);
    padding-right: 142px;
    position: relative;
}

.list_pic li .content time {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}

.list_pic li .content time span {
    display: block;
    padding-bottom: 10px;
}

.list_pic li .content time b {
    font-size: 24px;
}

.list_pic li .content time a {
    color: #c81623;
    font-size: 14px;
}

.list_pic li .content p {
    line-height: 24px;
    margin: 0;
    overflow: hidden;
    color: #999;
    font-size: 14px;
    text-align: justify
}

.list_pic li .content h5 {
    font-size: 20px;
    margin: 0 0 20px;
}

.news_list li {
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
}

.news_list li .content {
    width: 100%;
    height: 120px;
    border-bottom: 1px dotted #c6c6c6;
    padding-right: 142px;
    position: relative;
}

.news_list li .content time {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}

.news_list li .content time span {
    display: block;
    padding-bottom: 10px;
}

.news_list li .content time b {
    font-size: 24px;
}

.news_list li .content time a {
    color: #c81623;
    font-size: 14px;
}

.news_list li .content p {
    line-height: 24px;
    margin: 0;
    height: 72px;
    overflow: hidden;
    color: #999
}

.news_list li .content h5 {
    font-size: 20px;
    margin: 20px 0;
}

/*公司概况*/
#about-1, #about-2 {
    padding: 60px 0;
    overflow: hidden;
}
#about-1 .content{
    clear: both;
    float: left;
    margin: 50px 0;
}
#about-1 .content p{
    margin-bottom: 15px;
    text-align: justify;
    text-indent: 2em;
}
#about-1 .iconfont{
    font-size: 32px;
    color: #ccc;
}
#about-2 .swiper-container{
    padding-bottom: 50px;
}

/*联系我们*/
#contact .mask {
    width: 1200px;
    height: auto;
    background-color: transparent;
    top: 20%;
    left: 50%;
    margin-left: -600px;
    bottom: auto;
    text-align: left;
    z-index: 9;
    color: #333;
}

#contact .mask div h1 {
    margin: 0;
}

#contact .mask div p {
    font-size: 16px;
    margin: 0;
}

#contact-1 {
    padding: 60px 0;
    position: relative;
    height: 400px;
}

#contact-1 .main {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: -100px;
    z-index: 9;
}

#contact-1 .contact-left, #contact-1 .contact-right {
    height: 380px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 10px #999;
    background-color: #fff;
}

#contact-1 .contact-left {
    width: 32%;
    float: left;
}

#contact-1 .contact-right {
    width: 64%;
    float: right;
}

#contact-1 .am-form-group {
    width: 100%;
    color: #ccc;
}

#contact-1 .am-form-field, #contact-1 input {
    box-shadow: none
}

#contact-1 .am-form-group span.am-icon-fw {
    width: 40px;
    float: left;
    font-size: 24px;
    vertical-align: bottom;
    color: #666;
}

#contact-1 input {
    width: calc(100% - 40px);
    float: left;
    border: 1px solid #ccc;
    line-height: 1.2;
}

#contact-1 textarea {
    height: 100px;
    float: left;
    width: calc(100% - 40px);
}

#contact-1 #code {
    width: 50%;
    float: left;
}

#contact-1 #verify {
    height: 38px;
    float: right;
    padding: 0 12%;
    background-color: #fff;
    margin-left: 10px;
}

#contact-1 button {
    width: calc(100% - 40px);
    line-height: 38px;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    border-color: #666;
    color: #fff;
    padding: 0;
    background-color: #999;
    transition: all 0.3s;
    float: right;
}

#contact-1 button:hover {
    background-color: #d82229;
    color: #fff;
    border-color: #d82229;
}


#contact-1 .content {
    width: 100%;
    height: 380px;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: left;
    -webkit-box-align: start;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#contact-1 .content p {
    line-height: 50px;
    font-size: 16px;
}

#contact-1 .content p.phone {
    font-size: 40px;
    font-weight: bold;
    color: #d82229;
}

#contact-1 .content p span, #contact-1 .content p.phone span {
    font-size: 20px;
    font-weight: normal;
    color: #999;
    padding-right: 10px;
}

#contact-1 .content form {
    width: 100%;
}

#contact-2 {
    height: 400px;
    overflow: hidden;
}

/*首页视频bug控制样式*/
.fancybox-opened .fancybox-skin {
    padding: 0 !important;
    box-shadow: none !important;
}

.fancybox-skin {
    background: none !important;
}

.fancybox-wrap .fancybox-outer .fancybox-inner {
    max-width: 800px !important;
}

/*产品中心*/
.all_type {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #ccc;
    margin-bottom: 19px;
    font-weight: bold;
    transition: all .3s;
}

.all-list li:hover span.all_type {
    background-color: #d82229;
    border-color: #d82229;
    color: #fff;
}

.pro-title {
    position: relative;
    height: 58px;
}

.pro-title p {
    position: absolute;
    top: 24px;
    text-align: center;
    width: 100%;
    z-index: 2;
}

.pro-title span {
    font-size: 20px;
    color: #005baa;
    background: #f6f6f6;
    padding: 0 30px;
    line-height: 18px;
}

.pro-line {
    width: 100%;
    height: 1px;
    background: #dedede;
    position: absolute;
    top: 34px;
    z-index: 1;
}

.pro-list {
    padding: 0;
    overflow: hidden;
}

.pro-list li {
    width: calc((100% - 54px) / 4);
    float: left;
    margin: 0 18px 18px 0;
    position: relative;
    background-color: #fff;
}

.pro-list li:nth-child(4n) {
    margin-right: 0;
}

.pro-list li img {

}


.pro-list li .content h3 {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    line-height: 40px;
}

.pro-list li .mask {
    background-color: #f6f6f6;
    overflow: hidden;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}

.pro-list li .mask p {
    border-top: 1px solid #e2e2e2;
}

.pro-list li .mask span.iconfont {
    font-size: 50px;
}

.pro-list li .mask p {
    font-size: 16px;
    font-weight: normal;
}

.pro-list li .mask div {
    width: 100%;
    text-align: center;
}

.pro-list li.end {

}

.pro-list li.end span {
    font-size: 50px;
    color: #999;
}

.pro-list li.end a {
    color: #999;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #f6f6f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: all .5s;
}

.pro-list li.end:hover a {
    background-color: #d82229;
    color: #fff;
}

.pro-list li.end:hover span {
    color: #fff;
}

/*产品列表*/
.side-menu {
    background: #f6f6f6;
    color: #d82229;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    cursor: pointer;
}

.side-menu span.icon-logo {
    font-size: 40px;
}

.side-menu b {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    padding-left: 10px;
    font-size: 30px;
    color: #000;
}

.side .subject {
    border: none;
    background-color: #242424;
    padding: 10px 20px;
}

.side .subject:after {
    font-family: FontAwesome;
    content: '\f085';
    color: rgba(255, 255, 255, .6);
    display: inline-block;
    float: right;
    margin-top: -3px;
    font-size: 30px;
}

.side .subject b {
    border: none;
    color: #fff;
    font-weight: bold;
}

.side .am-list {
    padding: 0;
    margin: 0;
    background-color: #f5f5f5;
}

.side li.classOne {
    background-color: #f5f5f5;
    border-width: 0 0 1px 0;
    border-color: #ddd;
    margin-bottom: 0;
}

.side li.classOne > a {
    background-color: #d82229;
    color: #fff;
}

.side li.classOne > a {
    padding: 0 20px;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    transition: all .5s;
}


.cate_list li span.am-fr {
    font-weight: normal;
    color: #fff;
    padding: 0 10px;
    height: 20px;
    background-color: #ccc;
    border-radius: 10px;
    line-height: 18px;
    font-size: 12px;
}

.cate_list li:hover span.am-fr {
    background-color: #242424;
}

.call {
    margin-top: 20px;
    overflow: hidden;
}

.call h1 {
    font-size: 24px;
    font-weight: bold;
    color: #d82229;
    margin: 5px 0;
    line-height: normal;
    padding: 0;
}

.call h1 span {
    font-size: 16px;
    color: #000;
    font-weight: normal;
}

.more-link {
    display: block;
    color: #228cd7;
    margin: 15px 0 0;
    transition: all .5s;
}

.more-link:hover {
    color: #0f5f97;
}

.pro-left {
    width: 240px;
    float: left;
}

.pro-left li a {
    padding: 1rem 20px;

}

.pro-left li.hover a {
    color: #d82229;
}

.pro-left .search {
    margin: 30px 0;
}

.pro-left .search .am-input-group-btn > .am-btn {
    border-color: #000;
    background-color: #000;
    color: #fff;
    transition: all .5s;
}

.pro-left .search .am-input-group-btn > .am-btn:hover {
    background-color: #d82229;
    border-color: #d82229;
}

.pro-right {
    margin-left: 280px;
}

.pro-right .product-list li {
    width: calc((100% - 30px) / 4);
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.pro-right .product-list li:nth-child(4n) {
    margin-right: 0;
}

/*产品详情*/
.pro_show {
    margin: 0 auto;
}

.pro_show .zoom img {
    width: 100%;
}

.pro_show .thumb_pic {
    margin: 20px 0 0 0;
    text-align: center;
}

.pro_show .thumb_pic ul {
    margin: 0 auto;
}

.pro_show .thumb_pic ul li {
    float: left;
    margin-right: 5px;
    border: 1px solid #eaeaea;
    padding: 3px;
    cursor: pointer;
    position: relative;
}

.pro_show .thumb_pic ul li.hover {
    border: 1px solid #e62129;
    background: #fff;
}

.pro_show .thumb_pic ul li.hover:after {
    content: " ";
    position: absolute;
    right: 27px;
    top: -6px;
    width: 11px;
    height: 11px;
    border: #e62129 solid 1px;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #e62129;
    z-index: -1;
}

.pro_show h1 {
    font-size: 24px;
    padding: 0;
    font-weight: 400;
    text-align: left;
    margin: 0 0 20px 0;
}

.pro_show h5 {
    font-size: 14px;
    margin: 10px 0;
    padding: 0;
    color: #999;
    font-weight: normal;
}

.pro_show span.tel {
    font-size: 30px;
    font-weight: bold;
    color: #d82229;
}

.pro_show .attribute {
}

.pro_show .attribute li {
    font-size: 14px;
    line-height: 30px;
}

.pro_show .attribute li em {
    display: inline-block;
    width: 80px;
    font-style: normal;
    color: #555;
    font-size: 14px;
}

.pro_show .price {
    font-size: 14px;
    line-height: 30px;
    margin: 20px 0;
}

.pro_show .price span {
    font-size: 36px;
    color: #f60;
}

.pro_show .price em {
    font-size: 12px;
    color: #999;
    font-style: normal;
    padding-left: 5px;
}

.pro_show .tags {
    margin: 20px 0;
}

.pro_show .tags a {
    margin-left: 10px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #dadada;
    background: #fff;
    padding: 2px 6px;
    font-weight: normal;
    font-size: 14px;
}

.pro_show .tags a:hover {
    background: #242424;
    color: #fff;
    border-color: #242424;
}

.pro_show .action {
    margin: 20px 0;
}

.pro_show .action a {
    color: #fff;
}

.pro_intro {
    margin-top: 30px;
    text-align: center;
}

.pro_intro p {
    margin-bottom: 10px;
    text-align: center;
}

.pro_intro .plist {
    margin: 15px;
    width: 300px;
}

.pro_intro .plist ul {
    width: 304px;
}

.pro_intro .plist ul li {
    float: left;
    width: 137px;
    margin: 0 15px 15px 0;
}

.pro_intro .plist ul li a {
    border: 1px solid #ededed;
    padding: 4px;
    display: block;
    background: #fff;
    border-radius: 4px;
}

.pro_intro .plist ul li a div {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.pro_intro .plist ul li a div img {
    width: 100%;
    height: 100%;
    max-height: 127px;
    min-height: 127px;
    display: block;
    border: 0;
}

.pro_intro .plist ul li a p {
    text-align: center;
    font-size: 14px;
    color: #333;
    margin: 0;
    padding: 5px 0;
}

.pro_intro .plist ul li a:hover p {
    color: #f30;
}

.pro_intro .tabs {
    width: 100%;
    background: #fff;
    margin: 30px 0;
}

.pro_intro .tabs ul {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.pro_intro .tabs ul li {
    float: left;
}

.pro_intro .tabs ul li a {
    display: block;
    padding: 10px 30px;
    text-align: center;
    font-size: 18px;
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    background: #eee;
    color: #333;
    border-top: 2px solid #fff;
}

.pro_intro .tabs ul li.hover a {
    border-bottom: 1px solid #fff;
    background: #fff;
    font-weight: bold;
    color: #e62129;
    border-top: 2px solid #e62129;
}

.pro_intro .intro {
    padding: 30px 0;
    display: none;
}

.pro_intro .right {
    float: left;
    width: 850px;
    border: 1px solid #f3f3f3;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.pro_intro > divs {
    width: 100%;
    background: #f7f7f7;
    margin: 30px 0;
}

.pro_intro > divs ul {
    width: 100%;
    background: #f7f7f7;
}

.pro_intro > divs ul li {
    float: left;
}

.pro_intro > divs ul li a {
    display: block;
    padding: 10px 30px;
    text-align: center;
    font-size: 18px;
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    background: #fff;
    color: #999;
    border-top: 2px solid #fff;
}

.pro_intro > divs ul li.hover a {
    border-bottom: 1px solid #fff;
    background: #fff;
    font-weight: bold;
    color: #333;
    border-top: 2px solid #242424;
}

.pro_intro .intro {
    padding: 30px 0;
    display: none;
    clear: both;
}

.pro_intro .intro h3 {
    font-size: 20px;
    margin: 10px 0;
}

.pro_intro .intro p {
    margin-bottom: 10px;
}

.pro_intro .intro td {
    text-align: center;
}

.pro_intro .intro td p {
    text-indent: 0;
    margin: 0;
    padding: 0;
}

.pro_intro .intro p img {
    margin-left: -2em;
}

.pro_intro .intro td p img {
    margin-left: 0;
}

.pro_intro .intro img {
    max-width: 100%;
}

.pro_intro .intro .extend {
}

.pro_intro .intro .extend li {
    font-size: 14px;
    line-height: 30px;
}

.pro_intro .intro .extend li em {
    display: inline-block;
    width: 120px;
    font-style: normal;
    color: #555;
    font-size: 14px;
}


.swiper-content {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    width: 450px;
    padding: 40px;
}

.swiper-content .title,
.swiper-content .name {
    font-size: 24px;
}

.swiper-content .name {
    color: #333;
    padding-bottom: 60px;
}

.swiper-content .number {
    display: inline-block;
}

.swiper-content .number span {
    display: block;
    overflow: hidden;
    font-size: 72px;
    color: #c81623;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 54px;
    height: 42px;
}

.swiper-content .number::after {
    display: block;
    content: '';
    height: 3px;
    background: #c81623;
    margin-top: 3px;
}

.swiper-content .title {
    color: #c81623;
    padding-bottom: 30px;
}

.swiper-content li {
    line-height: 24px;
    padding-left: 16px;
    position: relative;
}

.swiper-content li::before {
    position: absolute;
    content: '·';
    left: 0;
    top: 0;
    font-size: 32px;
    color: #555;
}

.project-menu {
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 50px;
}

.case-bg .project-menu .box {
    position: relative;
    left: auto;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.project-menu dl {
    line-height: 50px;
}

.project-menu dt + dd {
    margin: 0;
}

.project-menu dt {
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.project-menu dd {
    float: right;
}

.project-menu dd a {
    position: relative;
    float: left;
    margin-left: 45px;
    color: #fff;
}

.project-menu dd a::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
    content: '';
    bottom: 0;
}

.project-menu dd a:hover::after,
.project-menu dd a.on::after {
    width: 100%;
}

#s2-3 {
    overflow: hidden;
    padding: 60px 0;
}

#s2-3 li {
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
    float: left;
    margin-bottom: 30px;
}

#s2-3 li:nth-child(4n) {
    margin-right: 0;
}

/*产品列表页*/
.all-list {
    margin-top: 40px;
    overflow: hidden;
    text-align: center;
}

.all-list li {
    display: inline-block;
    width: 200px;
    height: 46px;
    line-height: 46px;
    margin: 0;
    text-align: center;
    font-size: 14px;
}


.all-list li.hover a {
    color: #fff;
}

.all-list li img {
    height: 46px;
    margin-bottom: 20px;
}


a.slide_button {
    margin: 0 auto;
}

a.slide_button, span.slide_button {
    position: relative;
    font-size: 18px;
    line-height: 3rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 1;
    display: inline-block;
    cursor: pointer;
}

a.slide_button img, span.slide_button img {
    vertical-align: middle;
    margin-top: -4px;
}

a.slide_button span.slide_button_text, span.slide_button span.slide_button_text {
    position: relative;
    padding: 0 15px;
    z-index: 1;
}

a.slide_button span.slide_button_top, a.slide_button span.slide_button_bottom, span.slide_button span.slide_button_top, span.slide_button span.slide_button_bottom {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #d82229;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}


a.slide_button:hover, a.slide_button:active, span.slide_button:hover, span.slide_button:active {
    color: #fff;
    text-decoration: none;
}

a.slide_button:hover span.slide_button_top, a.slide_button:active span.slide_button_top, span.slide_button:hover span.slide_button_top, span.slide_button:active span.slide_button_top {
    opacity: 0.8;
    top: -3px;
    left: 3px;
}

a.slide_button:hover span.slide_button_bottom, a.slide_button:active span.slide_button_bottom, span.slide_button:hover span.slide_button_bottom, span.slide_button:active span.slide_button_bottom {
    opacity: 0.8;
    top: 3px;
    left: -3px;
    -webkit-box-shadow: 0 0 0 0 rgba(49, 46, 37, 0.5);
    -moz-box-shadow: 0 0 0 0 rgba(49, 46, 37, 0.5);
    box-shadow: 0 0 0 0 rgba(49, 46, 37, 0.5);
}

a.slide_button.slide_button_gray span.slide_button_text, span.slide_button.slide_button_gray span.slide_button_text {
    color: #252525;
}

section {
    width: 100%;
}

/*上一个下一个*/
.prev-item {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ccc;
    transition: all .5s;
}

.next-item {
    width: 100px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    border: 1px solid #ccc;
    transition: all .5s;
}

.wz-content span {
    font-size: 16px;
    color: #999;
}

.next-item .am-align-right, .prev-item .am-align-left {
    margin: 0;
}

.prev-item:hover, .next-item:hover,.back_cate:hover{
    background-color: #d82229;
    border-color: #d82229;
}
.prev-item:hover span, .next-item:hover span,.back_cate:hover span{
    color: #fff;
}
.prev-item:hover a, .next-item:hover a {
    color: #fff;
}

.prev-item p, .next-item p {
    margin: 0;
}
.back_cate{
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: calc(50% - 20px);
    top: 20px;
    text-align: center;
    border: 1px solid #ccc;
}
.back_cate span{
    font-size: 30px;
    color: #999;
}
.subject {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 40px;
}

.subject b {
    border-bottom: 1px solid #d82229;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin-bottom: -1px;
    font-weight: normal;
    color: #3b3b3b;
    font-size: 18px;
    font-family: microsoft yahei;
}

.subject2 {

    margin: 0;
    padding-bottom: 15px;
}

.subject2 b {
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;
}

/*文章内容页*/
#news-main {
    padding: 60px 0;
}

.news_content {
    margin: 20px auto 60px;
}

.news_content .am-titlebar-default {
    margin: 0 0 20px 0;
}

.news_show .info {
    margin: 15px 0;
    font-size: 12px;
    color: #999;
}

.news_show .info span {
    padding: 0 10px
}

.news_show .path {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

.news_show .intro {

}

.news_show .intro h3 {
    font-size: 20px;
}

.news_show .intro p {
    font: 16px/32px "Microsoft Yahei";
    margin: 15px 0;
    text-align: justify;
}

.news_show .intro a {
    color: #06C;
}

.news_show .intro a:hover {
    color: #f30;
}

.news_show .intro p img {
    max-width: 100%;
    height: auto;
}

.news_show .other {
    margin-top: 30px;
    text-align: center;
}

.news_show .other p {
    font-weight: bold;
}

.news_show .other a {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 6px 20px;
    min-width: 100px;
}

.news_show .other a span {
    font-size: 18px;
    margin-right: 10px;
}

.news_show .other a em {
    font-style: normal;
    font-size: 18px;
}

.news_show .other a:hover {
    background: #242424;
    border-color: #242424;
    color: #fff;
}

.news_show .other a:hover span {
    color: #fff;
}

.news_show .tags {
    font-weight: 500;
    padding: 15px 0;
}

.news_show .tags a {
    margin-left: 15px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 4px 10px;
    font-weight: normal;
    font-size: 14px;
}

.news_show .tags a:hover {
    background: #242424;
    color: #fff;
    border-color: #242424;
}

.step ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.step li {
    width: 18%;
    border: 2px solid #eee;
    margin-bottom: 30px;
    text-align: center;
    padding: 20px 0;
    height: 146px;
    transition: all .5s;
    position: relative;
    cursor: pointer;
}

.step li img {
    width: 60px;
}

.step li h2 {
    font-size: 20px;
    margin: 5px 0;
}

.step li p {
    margin: 0;
    font-size: 14px;
    text-align: left;
    padding: 0 10px;
    display: none;
    transition: all .5s;
}

.step li:hover {
    border-color: #b11813;
    background-color: #b11813;
}

.step li:hover img {
    display: none;
}

.step li:hover h2 {
    color: #fff;
}

.step li:hover p {
    color: #fff;
    display: block;
}

.wz_list li {
    height: 32px;
    line-height: 32px;
}

.wz_list {
    margin: 30px 0;
}

.am-breadcrumb {
    padding: 0;
    margin: 0;
}

.path {
    padding: 60px 0 0;
    overflow: hidden;

}

.path .main {
    padding-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.next-prev {
    margin-top: 20px;
    padding: 20px 0;
    overflow: hidden;
    position: relative;
    border-top: 1px solid #eee;
}

#photo-main {
    overflow: hidden;
    padding: 60px 0;
}

.photo-list {
    overflow: hidden;
}

.photo-list li {
    width: calc((100% - 90px) / 4);
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.photo-list li:nth-child(4n) {
    margin-right: 0;
}

.photo-list li img {
    width: 100%;
    height: 173px;
}

.photo-list li p {
    margin: 0;
    line-height: 55px;
    padding: 0 10px;
    font-size: 16px;
    background-color: #f6f6f6;
}

/*photo show.php*/
#photo-main {
    padding-top: 70px;
}

.photo-left {
    width: 60%;
    padding-right: 20px;
    float: left;
}

.photo-left .gallery-thumbs .swiper-slide {
    cursor: pointer;
    transition: all .5s;
}

.photo-left .gallery-thumbs .swiper-slide img {
    opacity: 0.4;
}

.photo-left .gallery-thumbs .swiper-slide.swiper-slide-thumb-active img {
    opacity: 1;
}

.photo-right {
    width: 40%;
    float: right;
    padding-left: 20px;
}

.photo-left .gallery-thumbs {
    margin-top: 10px;
}

.photo_show .intro {
    padding-top: 30px;
}

.photo_show .intro h3 {
    font-size: 16px;
    margin: 0;
}

.photo_show .intro p {
    margin: 0 0 15px;
    font-size: 14px;
}


/*荣誉*/
#certify {
    position: relative;
    margin-top: 60px;
}

#certify .swiper-container {
    padding-bottom: 60px;
}

#certify .swiper-slide {
    width: 520px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}

#certify .swiper-slide img {
    display: block;
}

#certify .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#certify .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

#certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

#certify .swiper-button-next {
    right: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
}

#certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}



#weixin {
    font-size: 40px;
    color: #999;
}

#qrcode {
    width: 260px;
    display: none;
    text-align: center;
    position: relative;
}

#qrcode p {
    font-size: 14px;
}

#qrcode #close {
    font-size: 24px;
    color: #ccc;
    position: absolute;
    right: 0;
    top: -40px;
    z-index: 2;
    cursor: pointer;
}

/*灯箱*/
.js-lightBox {
    cursor: pointer;
    opacity: .8;
}

.js-lightBox:hover {
    opacity: 1;
}

.lightBox-view img {
    display: block;
    display: none;
    border: 0px;
    margin: 0px !important;
}

.lightBox-popupMask {
    position: fixed;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    background: #000 url('../images/icon/overlay.png');
}

.lightBox-popup {

}

.lightBox-popup {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0%;
    left: 50%;
    height: 50%;
    background-color: white;
    border-radius: 10px;
    border: 5px solid white;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../images/icon/loading.gif');
    background-size: 8%;
}

.lightBox-description .lightBox-btn {
    display: inline-block;
    height: 100%;
    width: 50%;
    text-align: center;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    filter: alpha(opacity=20); /* IE */
    opacity: .4;
    background-image: url('../images/icon/opacity.png');
}

.lightBox-description .lightBox-btn:hover {
    filter: alpha(opacity=100); /* IE */
    opacity: 1;
}

.lightBox-description .lightBox-prev-btn.active {
    background-image: url('../images/icon/prev.png');
}

.lightBox-description .lightBox-next-btn.active {
    background-image: url('../images/icon/next.png');
}

.lightBox-description .lightBox-prev-btn.disable {
    background-image: url('../images/icon/prev.png');
    opacity: 0.1;
    cursor: default;
}

.lightBox-description .lightBox-next-btn.disable {
    background-image: url('../images/icon/next.png');
    opacity: 0.1;
    cursor: default;
}

.lightBox-view .lightBox-description {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 15px;
    display: none;
    color: #fff;
    background-color: rgba(0, 0, 0, .8);
}

.lightBox-view .lightBox-description .lightBox-current-index {
    margin-top: 5px;
    display: block;
    font-style: italic;
}

.lightBox-view .lightBox-description .lightBox-close {
    float: right;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url('../images/icon/close.png');
    background-position: center center;
}

.lightBox-description .btn-position {
    float: right;
    position: relative;
    width: 100px;
    height: 40px;
}

.pro_show .gallery-thumbs {
    margin-top: 10px;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

/*导航公共样式*/
.header-menu li.aon em > a, .header-menu li:hover a {
    color: #d82229;
}

.header-menu li em {
    display: block;
    font-style: normal;
    text-align: center;
}

.header-menu li em a, .header-menu.header-menu li > a {
    display: block;
}

.header-menu li .sub dt {
    line-height: 40px;
    font-weight: normal;
}

.header-menu li .sub dt a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 10px;
}

.header-menu li .sub dt a:hover {
    background: #009;
    color: #fff;
}

.header-menu .sub-has-sub dl {
    display: none;
}

/*首页*/
.main {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

a.more-link {
    width: 140px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    display: block;
    margin-top: 30px;
    border: 1px solid #fff;
    font-size: 14px;
    transition: all .5s;
}

a.more-link span {
    font-size: 0;
    opacity: 0;
    transition: all .5s;
}

a.more-link:hover {
    color: #fff;
}

a.more-link:hover span {
    font-size: 12px;
    opacity: 1;
}

#index-1 {
    padding: 60px 0;
}

#index-1 .content {
    position: relative;
}
#index-1 .content .content-txt{
	width: 50%;
    padding: 30px;
    position: absolute;
    right: 0;
    top:15%;
    color: #fff;
    background-color: rgba(216, 34, 41, 1);
}
#index-1 .content p {
    text-align: justify;
    text-indent: 2em;
}

#index-2 {

    overflow: hidden;
    position: relative;
}

#index-2 #list {
    width: 300px;
    height: 100%;
    position: absolute;
    text-align: left;
    left: 3%;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#index-2 .swiper-pagination li {
    background-color: #f3f3f3;
    width:300px;
    float: none;
}

#index-2 .swiper-pagination li a {
    height: 40px;
    line-height: 40px;
    width: 100%;
}

#index-2 .swiper-pagination li span {
    font-size: 30px;
    display: inline-block;
    background-color: #ee9f23;
    color: #fff;
    height: 52px;
    width: 52px;
    margin-right: 10px;
    text-align: center;
}

#index-2 #index-text {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#index-2 #index-text .swiper-slide {

    color: #fff;
}

#index-2 #index-text .swiper-slide h1 {
    font-size: 30px;
}

#index-2 #index-text .swiper-slide h1:after {
    content: '';
    display: block;
    width: 100%;
    position: relative;
    margin-top: 15px;
    height: 1px;
    background-color: #fff;
}

#index-2 #index-text .swiper-slide p {
    text-align: justify;
    text-indent: 2em;
    font-size: 14px;
    line-height: 2;
}

#index-2 .swiper-pagination-bullet {
    width: 52px;
    height: 52px;
    display: block;
    opacity: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 1px;
}

#index-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}

#index-2 .swiper-pagination-bullet.swiper-pagination-bullet-active span {
    background-color: #d82229;
}

#index-2 .swiper-slide .content {
    position: relative;
}

#index-2 .swiper-slide .content .mask {
    background-color: #d82229;
    width: 20%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{
	width:100%;
}
#index-2 .swiper-slide .content .mask > div {
    padding: 0 30px;
}

#index-3 {
    padding: 90px 0;
    overflow: hidden;
}

#index-3 #index-news .swiper-pagination {
    bottom: 10px;
    right: 10px;
    width: auto;
    left: auto;
}
#index-3 #index-news .swiper-slide > a{
    position: relative;
    display: block;
    width:100%;
    height: 0;
    padding-top:75%;
}
#index-3 #index-news .swiper-slide a img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

#index-3 #index-news .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#index-3 #index-news .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #d82229;
    width: 30px;
}
#index-3 .main{
    position: relative;
}
#index-3 .index3-right {
    width: 100%;
    float: right;
    position: relative;
}
#index-3 .index3-right ul{
    width: 50%;
    float: right;
}
#index-3 .index3-left {
    position: absolute;
    width: calc(50% - 40px);
    overflow: hidden;
    left: 0;
    top: 0;
    background-color: #eee;
}

#index-3 .index3-left .content {
    padding: 28px 20px;
}

#index-3 .index3-left h2 {
    margin: 0 0 20px 0;
    line-height: normal;
}
#index-3 .index3-left p{
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}
#index-3 .index3-right li {
    width: 100%;
    float: none;
    margin-bottom: 10px;
    overflow: hidden;
    transition: all .5s;
    display: flex;
}
#index-3 .index3-right li:last-child{
    margin-bottom: 0;
}
#index-3 .index3-right li:hover {
    background-color: #eee;
}
#index-3 .index3-right li > a{
    position: relative;
    width:120px;
    height: 83px;
}
#index-3 .index3-right li img {
   position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;

}

#index-3 .index3-right li .content {
    padding: 5px 5px 0 15px;
    width:calc(100% - 120px);
}

#index-3 .index3-right li .content h3 {
    line-height: normal;
    margin: 0 0 10px;
}

#index-3 .index3-right li .content p {
    font-size: 14px;
    color: #999;
}

/*案例列表*/
#subnav li {
    float: left;
    margin-right: 30px;
}

#subnav li a {
    display: block;
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
    transition: all .5s;
}

#subnav li:hover a {
    color: #d82229;
}

#subnav li.hover a {
    color: #d82229;
    border-color: #d82229;
}

.home_path li {
    font-size: 16px;
}

#photo-main {
    background-color: #f8f8f8;
}

/*企业文化*/
#culture .a-title {
    text-align: center;
    margin: 60px;
}

#culture {
    padding: 120px 0;
    background: url("/theme/default/images/culture-bg.jpg") no-repeat center fixed;
    overflow: hidden;
}

#culture .item {
    background-color: rgba(255, 255, 255, .8);
    height: 80px;
    margin-bottom: 10px;
    transition: all .5s;
}

#culture .item:hover {
    box-shadow: 0 0 10px #13bf13;
}

#culture .item .am-u-sm-12 {
    line-height: 80px;
}

#culture .item .am-u-md-4 {
    text-align: center;
    font-size: 20px;
}

#culture .item .am-u-md-4:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 40px;
    float: right;
    margin: 20px 0 0;
    background-color: #999;
}

#culture .item .am-u-md-8 {
    font-size: 16px;
    padding: 0 30px;
}

@media (max-width: 1280px) {
    .main {
        width: 90%;
    }
    #index-2 #list{
        width: 90%;
        left: 5%;
        display: block;
        position: relative;
    }
}

@media (min-width: 993px) {
    #header-menu {
        display: none;
    }

    .relative {
        position: relative;
        z-index: 100;
    }

    .header-menu li {
        display: inline-block;
    }

    

    .no-fullbground .sub {
        background-color: rgba(255, 255, 255, 0.9)
    }

    .no-fullbground .sub-left {
        left: 0;
    }

    .no-fullbground .sub-right {
        right: 0;
    }

    .sub-horizontal .sub .sub-menu > dl {
        float: left;
    }

    .sub-horizontal .sub-right > dl {
        float: right;
    }

    .sub-horizontal .sub-menu > dl dt {
        float: left;
    }

    .sub-horizontal .sub-right .sub-menu > dl {
        text-align: right;
        float: right;
    }

    .sub-horizontal .sub-right .sub-menu > dl dt {
        float: none;
        display: inline-block;
    }

    .sub-vertical .has-sub {
        position: relative;
        z-index: 100;
    }

    .sub-vertical .sub {
        background-color: rgba(255, 255, 255, 0.9);
        left: 0;
        width: 100%;
    }

    .sub-vertical .sub-row-2 {
        width: 200%;
    }

    .sub-vertical .sub-row-3 {
        width: 300%;
    }

    .sub-vertical .sub-row-2 .sub-menu dt {
        float: left;
        width: 50%;
    }

    .sub-vertical .sub-row-3 .sub-menu dt {
        float: left;
        width: 33.3333333%;
    }

    .sub-vertical .sub-has-sub {
        position: relative;
    }

    .sub-vertical .sub-has-sub dl {
        background-color: rgba(255, 255, 255, 0.9);
        position: absolute;
        left: 100%;
        top: 0;
        width: 100%;
    }

    .sub-vertical dt.aon > a {
        background: #009;
        color: #fff;
    }

    .sub-vertical .sub-position-right {
        left: auto;
        right: 0;
    }

    .sub-vertical .sub-position-right .sub-has-sub dl {
        left: auto;
        right: 100%;
    }

    .sub-txt-img .sub {
        width: 300%;
    }

    .sub-txt-img .sub-intro {
        padding: 5px;
    }

    .sub-txt-img .sub-intro .sub-left {
        float: left;
        width: 40%;
    }

    .sub-txt-img .sub-intro .sub-right {
        float: right;
        width: 56%;
    }

    .sub-txt-img .sub-img img {
        display: block;
        width: 100%;
    }

    .sub-txt-img .sub-txt {
        font-size: 12px;
        line-height: 24px;
    }

    .fullbground .sub {
    }

    .fullbground .sub-menu > dl,
    .fullbground .sub-menu > dl dt {
        float: left;
    }

    .sub-menu-layer {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.9);
    }

    .sub-menu-layer {
        height: 0;
        transition: 0.3s;
    }

    li .sub { /*transform:scale(0); */
        transition: top 1s 1s, height 0.3s;
        overflow: hidden;
    }

    li.aon .sub { /* transform:scale(1);*/
        transition: top 0s, height 0.4s 0.2s;
    }
}

/*组织架构*/
#zzjg {
    background: #fff url('/theme/default/images/zzjg_bg.jpg') center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 60px 0;
    overflow: hidden;
    text-align: center;
}
/*荣誉资质*/
#honor{
    padding: 60px 0;
    overflow: hidden;
}
@media only screen and (max-width: 1280px) {
    #index-2 .swiper-pagination {
        width: 100%;
        left: 0;
        position: relative;
        top: 0 !important;
        display: block;
    }

    #index-2 .swiper-pagination li {
        width: 14.285%;
        float: left;
        background-color: #fff;
        text-align: center;
        margin: 0;
        font-size: 14px;
        padding-bottom: 20px;
    }

    #index-2 .swiper-pagination-bullet {
        height: auto;
        text-align: center;
    }

    #index-2 .swiper-pagination li span {
        display: block;
        margin: 0 auto;
    }

    #index-2 .swiper-slide .content .mask {
        width: 100%;
        position: relative;
        padding: 20px 3%;
    }

    #index-2 #index-text {
        position: relative;
    }

    #index-2 #index-text .swiper-slide h1 {
        font-size: 20px;
        margin: 0;
    }

    #index-2 #index-text .swiper-slide h1:after {
        margin-top: 5px;
    }

    #index-2 #index-text .swiper-slide p {
        font-size: 14px;
        margin-top: 5px;
    }

    #index-2 a.more-link {
        margin-top: 10px;
    }



    .footer-top li {
        padding: 0 10px;
        font-size: 14px;
    }
}
@media screen and (max-width: 1400px) {
    header .header-menu li{
        padding: 0 10px;
    }
    header .header-menu li em{
        padding: 0 10px;
    }
}
@media screen and (max-width: 1200px) {

    header .header-menu li{

    }
    header .header-menu li em a, .header-menu.header-menu li > a{
        font-size: 14px;
    }

    header .header-right dd{
        padding-left: 10px;
    }
    header .top-search{
        padding: 0 10px;
    }

}
@media only screen and (max-width: 1024px) {
	#service .content{
		margin-top:20px;
		padding:0;
	}
    header .header-menu li{
        padding: 0 5px;
    }
    header .header-right .top-tel{
        font-size: 18px;
    }
}
@media only screen and (max-width: 992px) {
	#index-3{
		padding:30px 0;
	}
	.footer-top li{
		padding:0 5px;
	}
    .inner_containe{
        min-height: auto;
    }
    .job_show,.add-form{
        padding: 30px 0;
    }
    .job_show .info ul li{
        width: 50%;
        margin-bottom: 10px;
    }
    #contact .mask{
        width:90%;
        left:5%;
        margin:0;
        line-height: normal;
        position: relative;
        padding:20px 0;
    }
    #contact .mask div h1{
        font-size: 24px;
    }
    #contact-1{
        height:auto;
        overflow: hidden;
        padding:20px 0;
    }
    #contact-1 .main{
        position: relative;
        top: 0;
        margin:0 auto ;
        left: 0;
    }
    #contact-1 .contact-left,#contact-1 .contact-right{
        width:100%;
        height:auto;
        float: none;
    }
    #contact-1 .contact-left{
        margin-bottom: 10px;
    }
    #contact-1 .content{
        height:auto;
        padding:20px;
    }
    #contact-1 .content p{
        line-height:normal;
    }
    #contact-1 .am-form-group{
        margin-bottom: 5px;
    }
    body{
        font-size: 14px;
    }
    .subject2 b{
        font-size: 24px;
    }
    .top, .top-tel,.header-mid {
        display: none;

    }
    #header-menu{
        display: none;
    }

    .header-menu{
        width: 100%;
        height: 100%;
        top: 60px;
        position: fixed;
        left: 0;
        background-color: rgba(0,0,0,.5);
    }
    .header-menu ul{
        width: 80%;
        height: 100%;
        padding: 10%;
        position: relative;
        top: 0;
        left: -80%;
        overflow-y: scroll;
        background-color: #eee;
        transition: all .5s;
    }
    .header-mid.nav-mini{
        display: block;
    }
    .header-mid.nav-mini ul{
        left: 0;

    }
    header .header-menu li .sub{
        width: 100%;
        left: 0;
        display: none;
        position: static;
    }
    .header-menu ul li {
        border-top: 1px solid #ccc;
    }
    .header-menu ul li:last-child{
        border-bottom: 1px solid #ccc;
    }
    header .header-menu li em a::before{
        display: none;
    }
    header .header-menu li em a, .header-menu.header-menu li > a{
        line-height: 3;
        font-size: 18px;
    }
    header .top-search span {
        line-height: 60px;
    }

    header .header-left {
        width: 50%;
        height: 60px;
    }

    header #open_menu {
        display: block;
        line-height: 50px;
        font-size: 40px;
        margin-left: 15px;
    }
    #subnav li a,.home_path li{
        font-size: 14px;
    }
    header #open_menu .iconfont {
        font-size: 24px;
    }

    .main {
        width: 94%;
    }

    .piclist li {
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .piclist li:nth-child(2n) {
        margin-right: 0;
    }

    #index-1 .content {
        font-size: 14px;
    }
     #index-1 .content .content-txt{
     	width:100%;
     	position: static;
     }
    #index-3 .index3-left, #index-3 .index3-right,#index-3 .index3-right ul {
        width: 100%;
        float: none;
        position: relative;
        left: auto;
        top: auto;
        padding: 0;
    }

    #index-3 .index3-left {
        margin: 0 0 30px 0;
        padding: 0;
    }
    #index-3 .index3-left .swiper-slide img{
        width: 100%;
    }

    #index-3 .index3-right li .content h3{
        line-height: normal;
        margin-bottom: 5px;
    }
    #index-3 .index3-right li .content p{
        font-size: 12px;
    }
    #index-3 .big-title{
        line-height: 50px!important;
        font-size: 18px;
    }
    .list-4 li{
        width: calc((100% - 10px)/2);
        margin: 0 10px 10px 0;
        float: left;
        text-align: center;
    }
    .list-4 li:nth-child(2n){
        margin-right: 0;
    }
    .cate-banner .mask{
        width: 160px;
        height: 45px;
        line-height: 45px;
        font-size: 18px;
        bottom: -22px;
    }
    header .search-box{
        top: 60px;
    }
    .path{
        padding-top: 40px;
    }
    .path .main{
        width: 100%;
    }
    .path .home_path{
        margin-bottom: 20px;
        display: none;
    }
    .path .home_nav{
        width: 100%;
        float: none;
    }
    .path .home_nav #subnav{
        text-align: center;
    }
    .path .home_nav #subnav li{
        float: none;
        text-align: center;
        margin: 0 5px;
        display: inline-block;
    }
    .a-title h1{
        font-size: 20px;
    }

    .foot-content .am-fr, .foot-content .am-fl{
        float: left;
        width: 50%;
    }
    .foot-content .foot-logo, .foot-content .am-fr .content{
        font-size: 12px;
    }
    footer {
        background: #fff url(../images/footer-bg.png) top right no-repeat;
    }
    /*总裁致辞*/
    .letter{
        margin: 0;
    }
    .letter .content{
        width: 100%;
        margin-top: 0;
    }
    .letter .content .text{
        padding: 30px 20px;
    }
    .letter .content .sign{
        margin-top: 40px;
    }
    .letter .content .sign img{
        width: 100px;
    }
    /*企业文化*/

    #culture{
        padding: 30px 0;
    }
    #culture .a-title{
        margin: 0 0 20px;
    }
    #culture .item{
        height: auto;
        overflow: hidden;
        padding: 20px;
    }
    #culture .item .am-u-md-4,#culture .item .am-u-md-8{
        width: 100%;
    }
    #culture .item .am-u-md-4{
        margin-bottom: 20px;
    }
    #culture .item .am-u-md-8{
        text-align: center;
        font-size: 14px;
    }
    #culture .item .am-u-sm-12{
        line-height: normal;
        padding: 0;
    }
    #culture .item .am-u-md-4:after{
        display: none;
    }
    #about-1, #about-2{
        padding: 30px 0;
    }
    #about-1 .content{
        margin: 0;
        font-size: 15px;
    }
    /*案例*/
    .path .home_nav #subnav li{
        width: calc((100% - 20px)/3);
        float: left;
        display: block;
        text-align: center;
        margin: 0 10px 10px 0;
        border: 1px solid #ccc;
    }
    #subnav li a{
        line-height: 30px;
        padding: 0;
        border: none;
    }
    .path .home_nav #subnav li.hover{
        border-color: #d82229;
    }
    #subnav li.hover a{
        background-color: #d82229;
        color: #fff;
    }
    .path{
        width: 94%;
        margin: 0 auto;
    }
    .path .home_nav #subnav li:nth-child(3n){
        margin-right: 0;
    }
    .list_pic{
        margin-top: 30px;
    }
    .list_pic li .pic{
        width: 25%;
    }
    .list_pic li .pic img{
        height: auto;
    }
    .list_pic li .content{
        width: 75%;
        padding-left: 10px;
        padding-right:0;
    }
    .list_pic li .content h5{
        font-size: 16px;
        line-height: normal;
        margin: 0;
    }
    .list_pic li .content p{
        font-size: 12px;
        line-height: normal;
        margin-top: 5px;
    }
    #news-main{
        padding: 30px 0;
    }
    .pro-left{
        display: none;
    }
    .pro-right{
        margin: 0;
    }
    .subject2{
        padding: 0;
    }
    .subject{
        margin-bottom: 20px;
    }
    .wz_list{
        margin: 0;
    }
    .news_show .intro p{
        font-size: 15px;
        margin: 0 0 10px 0;
        line-height: 1.5;
    }
    .photo-list li {
        width: calc((100% - 10px) / 2);
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .photo-list li:nth-child(2n) {
        margin-right: 0;
    }
    .m-show{
        display: block;
    }
    .m-show h2{
        font-size: 24px;
    }
    .photo_show .subject2{
        display: none;
    }
    .photo-left,.photo-right{
        width: 100%;
        float: none;
        padding: 0;
    }
    .photo-right{
        margin-top: 20px;
    }
}
@media only screen and (max-width: 799px) {
    footer{
        background: #fff url(../images/footer-bg.png) center no-repeat;
    }
    .foot-content .am-fr, .foot-content .am-fl{
        width: 100%;
        height: auto;
    }
    .list_pic li .content time{
        display: none;
    }
}
@media only screen and (max-width: 430px){
    #index-2 .swiper-pagination li{
        font-size: 12px;
        width: 25%;
    }
}