@charset "utf-8";
@import url("common.css");
@import url("page.css");

/*
	主色调 #00a587   #ffa100
 */
/*公用*/
body {
    background-color: #fff;
    font-family: "微软雅黑";
    position: relative;
}

a {
    text-decoration: none;
    outline: 0 none;
}

a:hover {
    text-decoration: none;
}

.fl-l {
    float: left;
}

.fl-r {
    float: right;
}

.w {
    min-width: 1200px;
    max-width: 1920px;
}

.w-1 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.wrap {
}

.bg-1 {
    background: #913a33;
    border-bottom: 1px solid #c4a56c;
    margin-bottom: 1px;
    height: 45px;
    line-height: 45px;
}

.bg-1 p {
    line-height: 45px;
}

.bg-1 p img {
    margin-right: 10px;
}

.bg-2 {
    background: #ffb5b7;
}

.bg-3 {
    background: #efefef;
}

.bg-4 {
    background: #3f3f3f;
}

/*top*/
.top {
    font-size: 12px;
    line-height: 30px;
    color: #FFF;
    background: #5e5e5e;
    min-width: 1200px;
}

.top a {
    font-size: 14px;
    line-height: 30px;
    color: #cfb978;
    display: inline-block;
    padding: 0 8px;
}

.top a:hover {
    color: #00a587
}

.logo {
  width: 551px;
    clear: both;
    margin: 0 auto;
}

.head-bar {
    background: #FFF;
    clear: both;
    min-width: 1200px;
}

.tel {
    margin-top: 28px;
    background: url(../images/tel.jpg) left center no-repeat;
    float: right;

}

.tel img {
    float: left;
    margin-right: 10px;
}

.tel div {
    float: left;
}

.tel strong {
    font-size: 30px;
    line-height: 42px;
    color: #00a587;
    display: inline-block;
    padding-right: 12px;
}

.tel strong:last-child {
    padding-right: 0;
}

.tel-num {
    color: #0051c7;
    font-weight: bold;
    font-size: 26px;
    line-height: 28px;
    text-align: right;


}

.tel-txt {
    padding-left: 40px;
}

.nav {
    clear: both;
    z-index: 999;
    background: #474747;
    height: 50px;
    line-height: 50px;
    max-width: 1920px;
    margin: 0 auto;
}

.nav ul {
    width: 1200px;
    margin: 0 auto;
}

.nav ul li {
    float: left;
    padding: 0 43px;
    position: relative;
    line-height: 40 pxpx;
}


.nav ul li a {
    display: block;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    transition-duration: 0.4s;
}

/*banner*/
.banner {
    width: 100%;
    height: 464px;
    margin: 0;
}

.bannerBox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.bannerBox .next, .bannerBox .prev {
    position: absolute;
    display: block;
    width: 74px;
    height: 74px;
    top: 50%;
    margin-top: -37px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .4);
    text-align: center;
    line-height: 74px;
    font-size: 24px;
    color: #fff;
}

.bannerBox .prev {
    left: 120px;
}

.bannerBox .next {
    right: 120px;
}

.bannerBox .next:hover, .bannerBox .prev:hover {
    background: rgba(232, 65, 12, .4);
}

.bannerBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 15px;
    z-index: 1;
    width: 100%;
    display: none;
}

.bannerBox .hd ul {
    float: left;
    position: relative;
    left: 50%;
    zoom: 1;
}

.bannerBox .hd ul li {
    float: left;
    margin-right: 12px;
    width: 14px;
    height: 14px;
    line-height: 9999px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
    border: 0;
    position: relative;
    right: 50%;
}

.bannerBox .hd ul li.on {
    background: #e7410f;
    color: #fff;
}

.bannerBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.bannerBox .bd ul {
    width: 100% !important;
}

.bannerBox .bd ul li {
    zoom: 1;
    vertical-align: middle;
    width: 100% !important;
    height: 464px
}

.bannerBox .bd ul li a {
    display: block;
}

/*about*/
.link-about {
    clear: both;
    position: relative;
    margin-top: -90px;
}

.link-about a {
    margin: 0 10px;
}

.about {
    float: right;
    width: 475px;
}


.aboutmore {
    color: #FFF;
    width: 180px;
    height: 34px;
    border-radius: 15px;
    line-height: 34px;
    background: #c5271e;
    float: left;
    display: block;
    text-align: center;
}

.about strong p {
    font-size: 24px;
    font-weight: bold;
}

.about strong .en {
    font-size: 12px;
}

.aboutpic {
    float: left;
    margin-right: 10px;
}

.about-box {
    text-align: left;
    color: #000;
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 30px;
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    width: 700px;
    float: left;
}
.about-box  img{
    float: left;
}


.about-tch {
    font-size: 30px;
    color: #0657b2;
    clear: both;
    text-align: center;
    margin-bottom: 46px;
    font-weight: bold;
}

.about-ten {
    font-size: 28px;
    color: #0657b2;
    clear: both;
    text-align: center;
}

.about-txt {
    width: 610px;
    float: right;
    text-align: left;
    font-size: 16px;
    color: #000;
    line-height: 30px;
}

.c-name {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    line-height: 60px;
    text-align: left;
    position: relative;
    z-index: 999;
}

.en {
    font-weight: bold;
    color: #68a2e5;
    text-transform: uppercase;
    font-size: 48px;
    text-align: center;
    margin-top: -57px;
}
.show{
    clear: both;
    overflow: hidden;
}
.showbar {
    min-width: 1200px;
    clear: both;
    background: url("../images/show_t.jpg") top center no-repeat;
}

.show-t {
    padding-bottom: 30px;
    background: url("../images/show_t.png") bottom center no-repeat;
    clear: both;

}

.show-t1 {
    color: #1c66ba;
    text-transform: uppercase;
    font-size: 30px;
}

.show-t2 {
    color: #1c66ba;
    font-size: 38px;
}

.show .title1 {
    clear: both;
    font-size: 36px;
    color: #000;
    text-align: center;
    font-family: 宋体;
    font-weight: bold;
    margin-top: 24px;
}

.show .title2 {
    text-align: center;
    clear: both;
    font-size: 20px;
    color: #222222;
}

.show-box {
    box-sizing: border-box;
    padding: 10px 0;
    margin: 10px auto;
    float: right;
    overflow: hidden;
    width: 1192px
}

/*product*/
.pro-box div img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.pic-code {
    background: url(../images/pro_title.png) #002c90 center no-repeat;
    background-size: contain;
    width: 256px;
    height: 39px;
    display: block;
    z-index: 999;
    margin-top: -3px;
    margin-left: -5px;
}

.pro-name {
    font-size: 14px;
    font-weight: bold;
    clear: both;
    position: relative;
    text-align: left;
    line-height: 60px;
    border-bottom: 1px solid #CCC;
}

.order-bg {
    background: #913a33;
    border-radius: 15px;
    float: right;
    display: block;
    height: 30px;
    width: 110px;
    box-sizing: border-box;
    line-height: 30px;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.pro-order {
    width: 40%;
    height: 20px;
    border-radius: 15px;
    color: #FFF;
    position: absolute;
    right: 5px;
    bottom: 5px;
    position: relative;
}

.prod-title2 .ch {
    font-size: 40px;
    color: #002c90;
    font-weight: bold;
    z-index: 90;
    position: relative;
    margin-top: 80px;
    text-align: right;
}

.prod-title .ch {
    font-size: 40px;
    color: #f3c200;
    font-weight: bold;
    z-index: 90;
    position: relative;
    text-align: left;
    margin-top: 50px;
}

.prod-title .ch2 {
    font-size: 40px;
    color: #000;
    font-weight: bold;
    z-index: 90;
    position: relative;
    text-align: center;
}

.prod-title .tip {
    font-size: 18px;
    font-weight: bold;
    color: #002c90;
    text-transform: uppercase;
    z-index: 10;
    position: relative;
    text-align: center;
}

.prod-title .tip {
    font-size: 20px;
}

.prod-title {
    vertical-align: middle;
    text-align: left;
}

.prod-title strong {
    font-size: 26px;
    display: inline-block;
    position: relative;
    color: #000;
    z-index: 1;
    line-height: 40px;
    clear: both;
    text-align: left;
    width: 100%;
    font-weight: normal;
    border-bottom: 2px solid #aad0c5;
}

.prod-title strong:before {
    position: absolute;
    width: 100px;
    height: 2px;
    background: #045840;
    content: '';
    left: 0;
    top: 40px;
}

.prod-title strong img {
    float: left;
    margin-right: 15px;
}

.prod-title a {
    display: inline-block;
    margin-top: 15px;
    font-size: 16px;
    line-height: 30px;
    padding: 0 20px;
    color: #fff;
    background: #00a587;
    border-radius: 8px;
}

.prod-title a:hover {
    background: #ffa100
}

.pro-list-t {
    float: left;
    background: url(../images/pro_list_t.jpg) left center no-repeat;
    padding-left: 45px;
    height: 40px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    line-height: 43px;
}

.prod-fl {
    clear: both;
    box-sizing: border-box;
    padding: 10px 20px;
    overflow: hidden;
    width: 1172px;
    margin: 20px auto

}

.prod-fl ul {
    margin: 0 auto;
}

.fl-more li {
    background: none !important;
    border: 1px solid #0071db;
    display: block;
    padding: 0 10px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    float: left;
}

.prod-fl ul li {
    float: left;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    box-sizing: border-box;
    padding: 0 36px;
    margin-bottom: 10px;
    background: #3f3f3f;
    margin-right: 35px
}

.prod-fl ul a li {
    color: #FFF;
}

.prod-fl ul a:hover li {
    color: #FFF;
    background: #0657b2;
}

.in-pic {
    height: 190px;
    position: relative;
    border: 1px solid #ccc;
    padding: 4px;
}

.in-pic img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.cpmore {
    clear: both;
    text-align: right;
    font-size: 16px;
    line-height: 38px
}

.prod ul li {
    width: 300px;
}

.prod ul li .li-box {
    float: left;
    width: 266px;
    margin: 10px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}

.prod ul li a {
    display: block;
    position: relative;
}

.prod ul li a p {
    font-size: 16px;
    line-height: 42px;
    color: #666;
    text-align: center;
}

.prod ul li a:hover {
    background: #fff
}

.prod ul li a:hover p {
    color: #000;
}

.border-1 {
    border: 1px solid #CCC;
}

#proBox, #proBox2 {
    clear: both;
    overflow: hidden;
}

.xmore {
    float: right;
    font-size: 14px;
    color: #0075c2;
    font-weight: bold;
}

.aboutbar {
    clear: both;
    color: #000;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    padding: 30px;
    background: url(../images/about_bg.jpg) top center no-repeat;
    box-sizing: border-box;
    overflow: hidden;
    background-size:cover ;
}

.aboutbar .more {
    width: 100px;
    height: 36px;
    border: 1px solid #FFF;
    text-align: center;
    line-height: 36px;
    color: #FFF;
    float: left;
    margin: 20px;
}

.aboutbar .link {
    width: 300px;
    clear: both;
    margin: 20px auto;
}

.contact-box .con-tel {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}

.contact-box {
    line-height: 28px;
    color: #002c90;
    box-sizing: border-box;
    padding: 1rem;
}

.contact-box p {
    font-size: 18px;
    color: #002c90;
    line-height: 38px;
}

/*news*/
.news {
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 30px;
    clear: both;
    overflow: hidden;

}

.news-t {
    text-align: center;
    text-indent: 0;
    line-height: 40px;
}

.news-t .ch {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    float: left;
}

.news-t .en {
    color: #FFF;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin-right: 10px;
}

.news-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    border-bottom: 1px dotted #CCC;
}

.news-info {
    font-size: 14px;
    line-height: 28px;
    padding: 20px 0;
}

.newsinfo {
    width: 370px;
    height: 378px;
    float: left;
    background: #f4f4f4;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}

.news-pic {
    width: 370px;
    height: 240px;
    overflow: hidden;
}

.news-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-pic-title {
    clear: both;
    box-sizing: border-box;
    padding: 2rem;
    font-size: 16px;
    line-height: 28px;
}
.news-bar{
    clear: both;
    background: url("../images/news_bg.jpg") no-repeat;
    background-size: cover;
}
.news-box {
    clear: both;
    padding-top: 20px;
    width: 100%;
}

.news-box ul {
    width: 568px;
    float: left;
}

.news-box img {
    float: left;
}

.txt-over1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.txt-over2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-date {
    width: 85px;
    height: 85px;
    background: #e7410f;
    box-sizing: border-box;
    padding: 5px;
    position: absolute;
    top: 170px;
    left: 30px;
    z-index: 999
}

.news-date .d {
    font-size: 36px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    border-bottom: 1px solid #FFF;
}

.news-date .t {
    font-size: 16px;
    clear: both;
    text-align: center;
    color: #FFF;
}

.news ul li {
    width: 86%;
    float: right;
    margin: 0 1%;
    background: url(../images/news-li.png) 0 10px no-repeat;
    padding-left:30px;
    line-height: 40px;
    border-bottom: 1px solid #CCC;
}

.news ul li .time {
    width: 100px;
    float: right;
}

.news ul li .time big {
    display: block;
    font-size: 36px;
    line-height: 30px;
    color: #666;
    font-weight: bold;
    border-bottom: #999 1px dashed;
}

.news ul li .time small {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

.news ul li .txt {
    position: relative;
    float: left;
}

.news ul li .txt a {
    line-height:40px;
    color: #000;
}

.news ul li .txt a:hover {
    color: #000;
    color: #e7410f;
}

.news ul li .txt .title {
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    color: #014f39
}

.news ul li .txt .title a {
    color: #000
}

.news ul li .txt .info {
    line-height: 14px;
    font-size: 14px;
    color: #000
}

.news ul li .date {
    color: #000;
    float: right;
}

.case {
    width: 360px;
}

.case ul li {
    float: left;
    width: 560px;
}

.case ul li a {
    display: block;
    background: #fff;
}

.case .next, .case .prev {
    position: absolute;
    display: block;
    width: 40px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    background: rgba(0, 0, 0, .4);
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
}

.case .prev {
    left: 0;
}

.case .next {
    right: 0;
}

.case .next:hover, .case .prev:hover {
    background: rgba(0, 165, 135, .4);
}

.case-t {
    line-height: 40px;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    padding: 0 15px;
    background: #0075c2;
    border-radius: 15px;
    float: left;
    margin-bottom: 30px;
}

.title-style {
    background: url(../images/news_t.jpg) bottom left no-repeat;
}

.title-style strong {
    font-size: 30px;
    display: inline-block;
    color: #333;
    line-height: 60px;
}

.title-style a {
    font-size: 14px;
    line-height: 60px;
    color: #e7410f;
    float: right;
}

.title-style a:hover {
    color: #ffa100
}

.newscopy {
    padding: 10px;
    font-size: 12px;
    background: #EFEFEF;
    border: 1px solid #CCC;
    line-height: 18px;
    box-sizing: border-box;
    clear: both;
    margin: 30px auto;
}

/*contact*/
.contact {
    width: 665px;
    float: left;
    padding: 30px 0;
    box-sizing: border-box;
}

.cont {
    color: #00a587
}

.cont strong {
    font-size: 30px;
    line-height: 48px;
    display: block;
}

.cont span {
    font-size: 14px;
    line-height: 22px;
    display: block;
    text-transform: uppercase;
}

.cont .box {
    float: left;
    width: 299px;
    box-sizing: border-box;
    padding: 20px;
    border-right: #ddd 1px solid;
    height: 120px;
}

.cont .box:last-child {
    border-right: none;
}

.case-box {
    width: 288px;
    height: 326px;
    background: #ededed;
    box-sizing: border-box;
    padding: 20px;
    float: left;
    margin: 0 20px;
}

.case-box:hover {
    background: #0071db;
}

.case-box:hover p {
    color: #FFF
}

.case-box div {
    width: 245px;
    height: 203px;
    overflow: hidden;
}

.case-box div img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.case-box p {
    margin-top: 20px;
    font-size: 16px;
    color: #000;
}


/*底部导航*/
.bot-nav {
    clear: both;
    text-align: center;
}

.bot-ewm {
    float: right;
}

.foot {
    font-size: 14px;
    line-height: 26px;
    color: #cbcbcb;
    clear: both;
}

.foot a {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #cbcbcb;
    padding: 0 10px;
}

.bot-copy {
    float: left;
    width: 600px;
}

.foot a:hover {
    color: #cbcbcb
}

.fr-link {
    clear: both;
    border-bottom: 1px solid #4d4d4d;
    padding: 20px 0;
    background: #3f3f3f;
}

.fr-link span {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    float: padding: 0 10px;
}

.fr-link a {
    padding: 0 20px;
    color: #fff;
}

/*浮动客服*/
#floatDivBoxs {
    width: 200px;
    background: #fff;
    position: fixed;
    top: 160px;
    right: 0;
    z-index: 999;
}

#floatDivBoxs .floatDtt {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #960009;
    color: #fff;
    font-size: 18px;
    text-indent: 22px;
    position: relative;
}

#floatDivBoxs .floatDqq {
    padding: 0 14px;
}

#floatDivBoxs .floatDqq li {
    border-bottom: 1px solid #e3e3e3;
}

#floatDivBoxs .floatDqq li a {
    line-height: 40px;
    font-size: 16px;
}

#floatDivBoxs .floatDqq li a img {
    margin: 10px;
    float: left;
}

#floatDivBoxs .txt {
    font-size: 18px;
    color: #333;
    padding: 6px 14px;
    line-height: 30px;
}

#floatDivBoxs .floattel p {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

#floatDivBoxs .address {
    width: 160px;
    margin: 0 auto
}

#floatDivBoxs .address p {
    text-align: left;
    font-size: 14px;
    margin-bottom: 5px;
}

#floatDivBoxs .floatDbg {
    width: 100%;
    height: 20px;
    background: url(../images/online_botbg.jpg) no-repeat;
    box-shadow: -2px 0 3px rgba(0, 0, 0, 0.25);
}

.floatShadow {
    background: #fff;
    box-shadow: -2px 0 3px rgba(0, 0, 0, 0.25);
}

#rightArrow {
    width: 50px;
    height: 45px;
    background: url(../images/online_arrow.jpg) no-repeat;
    position: fixed;
    top: 160px;
    right: 200px;
    z-index: 999;
}

#rightArrow a {
    display: block;
    height: 45px;
}


/*left*/
.left {
    width: 265px;
    float: left;
}

.left_box {
    width: 265px;
    margin-top: 20px;
    border: 1px solid #CCC;
}

.left_t {
    text-align: center;
    padding: 15px 0;
    color: #000;
}

.left_t strong {
    font-size: 28px;
    line-height: 36px;
    display: block;
    color: #000
}

.left_t span {
    font-size: 20px;
    line-height: 24px;
    font-family: "Times New Roman";
}

.left_u {
    padding: 10px 18px;
}

.left_u ul li {
    background: #ededed;
    margin-bottom: 10px;
    color: #333333
}

.left_u ul li:hover {
    background: #000
}

.left_u ul li a {
    display: block;
    line-height: 38px;
    font-size: 16px;
    color: #333;
    padding-left: 0;
    text-indent: 20px;
}

.left_u ul li a:hover {
    color: #fff;
}

.left_con {
    padding: 15px 30px;
}

.left_con p {
    font-size: 13px;
    line-height: 30px;
    color: #000;
    box-sizing: border-box;
}

/*详情页面*/
.all-block {
    padding: 20px;
}

.all {
    float: right;
    width: 870px;
    margin-top: 30px;
}

.all_t {
    font-size: 24px;
    padding-left: 10px;
    line-height: 46px;
    position: relative;
    color: #000;
    border-bottom: #eee 3px solid;
}

.postion {
    font-weight: normal;
    line-height: 46px;
    _line-height: 46px;
    font-size: 14px;
    color: #333;
    position: absolute;
    right: 10px;
}

.postion a {
    font-size: 14px;
    line-height: 46px;
    color: #333;
    font-weight: normal;
}

.postion a:hover {
    color: #00a587
}

.all_box {
    padding: 20px 0;
    background: #fff;
    font-size: 16px;
    line-height: 34px;
    min-height: 500px;
    _height: 500px;
}

.news_top p {
    text-align: center;
    font-size: 30px;
    line-height: 48px;
    color: #3f3f3f;
    font-weight: bold;
    margin-bottom: 10px
}

.news_t .p1 {
    text-align: center;
    font-size: 26px;
    line-height: 36px;
    color: #00a587;
    font-weight: bold;
}

.news_t .p2 {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #3f3f3f
}

.news_t .p2 a {
    padding: 0 10px;
    color: #3f3f3f;
}

.news_t .p2 a:hover {
    color: #00a587
}

.news_box_in ul li a {
    display: block;
    padding: 10px 80px 10px 20px;
    background: #fff;
}

.news_box_in ul li a .pt {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
}

.news_box_in ul li a .pc {
    color: #000;
    font-size: 14px;
    line-height: 30px;
}

.news_box_in ul li a:hover {
    background: #373737;
}

.news_box_in ul li a:hover .pt {
    color: #fff;
}

.news_box_in ul li a:hover .pc {
    color: #fff;
}

.news_box_in ul li .newsTime {
    padding: 0 30px 0 0;
    color: #444;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
}

.news_box_in ul li .newsTime strong {
    font-size: 36px;
    line-height: 50px;
}

.news_box_in ul li .newsTime .p12 {
    display: block;
    border-top: solid #444 1px;
    font-size: 14px;
    color: #444;
}

.news_box_in ul li a:hover .newsTime {
    color: #fff;
}

.news_box_in ul li a:hover .newsTime .p12 {
    border-top: solid #fff 1px;
    color: #fff;
}

.newsTitle {
    color: #e63f08;
    text-align: center;
}

.kuozhan .title span {
    background: #00a587;
}


.title_p p {
    text-align: center;
}

.title_p .p1 {
    font-size: 28px;
    line-height: 36px;
    color: #000;
    font-weight: bold;
    background: url(../images/title_p.png) center no-repeat;
}

.title_p .p2 {
    font-size: 12px;
    line-height: 24px;
    color: #b3b3b3;
}

.title_p .p3 {
    margin-top: 20px;
}

.title_p .p3 a {
    background-color: #fff;
    font-size: 16px;
    color: #222222;
    line-height: 40px;
    padding: 5px 30px;
    border-color: #b3b3b3;
    border-width: 4px;
    border-style: double;
    margin: 0 20px;
}

.title_p .p3 a:hover {
    background-color: #ee1a22;
    color: #fff;
    border-color: #ee1a22;
}


.pro_box_in ul li {
    margin: 0 10px 30px;
    float: left;
    width: 250px;
    text-align: center;
    border: 1px solid #ccc
}

.pro_box_in ul li a {
    display: block;
    position: relative;
}

.pro_box_in ul li a p {
    font-size: 16px;
    line-height: 42px;
    color: #666;
}

.pro_box_in ul li a:hover p {
    background: #333333;
    color: #FFF;
}

.in-ad {
    min-width: 1200px;
    margin: 0 auto;
    max-width: 1920px;
    clear: both;
    height: 160px;
    background: url(../images/in-ad.jpg) top center no-repeat;
}

.formitm {
    padding: 10px 0;
    clear: both;
}

.formitm .lab {
    display: block;
    float: left;
    font-size: 16px;
    line-height: 30px;
    width: 100px;
    height: 30px;
    text-align: left;
}

.formitm .ipt {
    width: 400px;
    float: left;
}

.formitm .ipt img {
    margin-left: 20px;
}

.formitm .ipt input.u-ipt {
    width: 360px;
    height: 30px;
    border: solid #ddd 1px;
    background: #fff;
    padding: 0;
}

.formitm .ipt input.checkCode {
    width: 180px;
    height: 30px;
    border: 0;
    background: #fff;
    padding: 0;
}

.formitm .ipt .u_textarea {
    width: 360px;
    height: 108px;
    border: solid #ddd 1px;
}

.formitm .ipt input.checkCode {
    width: 80px;
    height: 22px;
    border: solid #ddd 1px;
    background: #fff;
    padding: 0;
}

.formitm .submit {
    margin-left: 100px;
    width: 120px;
    height: 36px;
    border-radius: 5px;
    background: #26c48b;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    box-shadow: none;
}

.formitm .reset {
    margin-left: 50px;
    width: 120px;
    height: 36px;
    border-radius: 5px;
    background: #26c48b;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    box-shadow: none;
}

#guestbook_form {
    margin: 0 auto;
    width: 500px;
}

.tag a {
    padding: 0 3px;
}


/*中间出现*/
.dm1 {
    animation: atop 2s;
    -moz-animation: atop 2s;
    -webkit-animation: atop 2s;
    -o-animation: atop 2s;
    opacity: 1;
}

/*转圈动作*/
.dm2 {
    animation: circle 2s;
    -moz-animation: circle 2s;
    -webkit-animation: circle 2s;
    -o-animation: circle 2s;
    opacity: 1;
}

/*水平旋转*/
.dm3 {
    animation: wrimg 2s;
    -moz-animation: wrimg 2s;
    -webkit-animation: wrimg 2s;
    -o-animation: wrimg 2s;
    opacity: 1;
}

/*从中间出现动作*/
@keyframes atop {
    from {
        transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -0.00166, 0, -1, 0, 0, 0, 0, 0, 1);
        opacity: 0;
    }
    to {
        transform: translate3d(0px, 0px, 0px);
        transform-origin: center center 0;
        opacity: 1
    }
}

@-moz-keyframes atop {
    from {
        transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -0.00166, 0, -1, 0, 0, 0, 0, 0, 1);
        opacity: 0;
    }
    to {
        transform: translate3d(0px, 0px, 0px);
        transform-origin: center center 0;
        opacity: 1
    }
}

@-webkit-keyframes atop {
    from {
        transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -0.00166, 0, -1, 0, 0, 0, 0, 0, 1);
        opacity: 0;
    }
    to {
        transform: translate3d(0px, 0px, 0px);
        transform-origin: center center 0;
        opacity: 1
    }
}

@-o-keyframes atop {
    from {
        transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -0.00166, 0, -1, 0, 0, 0, 0, 0, 1);
        opacity: 0;
    }
    to {
        transform: translate3d(0px, 0px, 0px);
        transform-origin: center center 0;
        opacity: 1
    }
}

/*从中间出现动作结束*/

/*转圈动作开始*/
@keyframes circle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes circle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes circle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes circle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*转圈动作开始*/

/*水平旋转动作开始*/
@keyframes wrimg {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@-moz-keyframes wrimg {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@-webkit-keyframes wrimg {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@-o-keyframes wrimg {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}

/*旋转动作结束*/

#debug {
    position: fixed;
    top: 50px;
    right: 50px;
    width: 480px;
    height: 56px;
    border: #F33D3A 4px solid;
    font-size: 20px;
    line-height: 56px;
    color: #F33D3A;
    text-align: center;
    font-weight: bold;
    z-index: 9999999;
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}


.fr {
    float: right;
}

.fl {
    float: left;
}

.pos_rel {
    position: relative;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
}
