@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    width: 100%;
    height: 100%;
    background-color: #FFF;
    min-width: 1200px;
}
body {
    font-family: "Microsoft Yahei", "Tahoma", "SimSun",helvetica,arial,sans-serif;
    color: #FFF;
    width: 100%;
    height: 100%;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none
}
ul {
    list-style: none;
}
img {
    border: none;
    /*display: block;*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}
.wrap{
    width: 100%;
    position: relative;
}
.hidden{
    display: none;
}
.mr5{
    margin-right: 5px;
}
.mr10{
    margin-right: 10px;
}
.m20{
    margin: 20px auto;
}
.mt10{
    margin-top: 10px;
}
.mlr50{
    margin: 0 50px;
}
.w100{
    width: 100%;
    display: block;
    margin: 0 auto;
}
.header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100px;
    background-color: #FFF;
    z-index: 999;
}
.header .content{
    height: 100%;
}
.header .content .logo{
    position: absolute;
    top: 30px;
    left: 200px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    width: 130px;
    height: 40px;
}
.header.orange{
    background-color: #ef8337;
}
.header.white{
    background-color: #FFF;
}
.header.orange .logo{
    background-image: url("../image/logo-white.png");
}
.header.white .logo{
    background-image: url("../image/logo-orange.png");
}
.header .menu{
    position: absolute;
    top: 40px;
    left: 500px;
    font-size: 20px;
}
.header .menu a{
    float: left;
    margin: 0 20px;
}
.header.orange .menu a{
    color: #FFF;
}
.header.white .menu a{
    color: #231815;
}
.content{
    width: 1200px;
    position: relative;
    margin: 0 auto;
}
.main-content{
    margin-top: 100px;
}
.content-tab{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.content-tab .more{
    position: relative;
    width: 290px;
    margin: 80px auto;
    display: block;
}
.content-tab .share{
    position: relative;
    width: 500px;
    margin: 80px auto;
    display: block;
}
.content-tab .share .share-item{
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    top: 106px;
}
.content-tab .share #item_1{
    left: 102px;
}
.content-tab .share #item_2{
    left: 166px;
}
.content-tab .share #item_3{
    left: 228px;
}
.content-tab .share #item_4{
    left: 288px;
}
.content-tab .share #item_5{
    left: 351px;
}
.footer{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.footer .title{
    background-color: #ef8337;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.footer .title p{
    width: 400px;
    padding: 50px 0;
    margin: 0 auto;
}
.footer .about{
    background-color: #faf7ec;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.footer .about p{
    width: 100%;
    padding: 60px 0;
    margin: 0 auto;
}
.about-info{
    width: 1040px;
    margin: 50px auto;
}
.contact-tab{
    width: 1000px;
    margin: 50px auto;
    position: relative;
}
.contact-tab p{
    position: absolute;
}
.contact-tab p input{
    border: none;
    padding: 0 5px;
    width: 100%;
    height: 100%;
}
.contact-tab p input:focus {
     outline: none; /* 移除默认的轮廓边框 */
 }
.contact-tab p.name-bar{
    top: 360px;
    left: 205px;
    width: 793px;
    height: 28px;
}
.contact-tab p.email-bar{
    top: 408px;
    left: 205px;
    width: 793px;
    height: 28px;
}
.contact-tab p.content-bar{
    top: 457px;
    left: 206px;
    width: 791px;
    height: 177px;
}
.contact-tab p.content-bar textarea{
    width: 100%;
    height: 100%;
    border: none;
    padding: 5px;
    resize: none;
}
.contact-tab p.code-bar{
    top: 654px;
    left: 205px;
    width: 793px;
    height: 28px;
}
.contact-tab p.content-bar textarea:focus {
    outline: none; /* 移除默认的轮廓边框 */
}
.product-list {
    width: 1090px;
    position: relative;
    overflow: hidden;
    text-align: left;
    margin: 50px auto;
}
.product-list .product{
    margin: 30px;
    display: inline-block;
    width: 300px;
    box-shadow: 0 0 25px #ccc;
    border-radius: 10px;
}
.product-list .product-item{
    cursor: pointer;
    width: 100%;
    display: block;
    height: 300px;
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 10px 10px 0 0;
}
.product-list .product .title{
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    color: #231815;
    display: block;
}
.product-info{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.product-pic{
    float: left;
    width: 800px;
}
.product-about{
    width: 300px;
    float: right;
    color: #000;
}
.product-about .title{
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ef8337;
    margin-bottom: 20px;
}
.product-about .content{
    font-size: 16px;
    line-height: 30px;
}
.ProductIntroduction {
    position: relative;
    width: 800px;
    margin:20px;
    overflow: hidden;
    background-color:#fff;
    box-shadow: 0 0 25px #ccc;
}

.ProductExhibition {
    position: relative;
    width: 100%;
    height: 0;
    text-align: right;
}

.ProductExhibition .Exhibition_num .Exhibition_item {
    margin-right: 15px;
    height: 150px;
}

.ProductExhibition .Exhibition_num .Exhibition_item img {
    width: 145px;
    height: 145px;
    border-radius: 6px;
    opacity: 0.5;
    vertical-align: top;
    box-sizing: border-box;
    padding: 15px;

}

.ProductExhibition_box,
.ProductExhibition_box .Exhibition_Img,
.ProductExhibition_box .Exhibition_Img img {
    width: 100%;
    height: 600px;
}

.ProductExhibition_box .Exhibition_Img img {
    box-sizing: border-box;
    padding: 15px;
    border-radius: 20px;
}

.Exhibition_items::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    border-radius: 0 3px 0 0;
    border-color: #af5000 #af5000 transparent transparent;
    border-style: solid;
    border-width: 6px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    left: -5px;
    /* right: 0; */
    background: -o-linear- n(45deg,  rgba(255, 255, 255, 0)  0, rgba(255, 255, 255, 0) 49%, #af5000 50%, #af5000 100%) no-repeat border-box;
    background: linear-gradient(45deg,  rgba(255, 255, 255, 0) , rgba(255, 255, 255, 0) 49%,#af5000 50%, #af5000) no-repeat border-box;
    content: "";
}

.Exhibition_items {
    position: absolute;
    right: 28px;
    top: 12px;
    width: 120px;
    height: 120px;
    box-sizing: border-box;
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 3px #af5000;
    box-shadow: inset 0 0 0 3px #af5000;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
    -o-transition: transform .5s cubic-bezier(.86, 0, .07, 1);
    transition: transform .5s cubic-bezier(.86, 0, .07, 1);
    transition: transform .5s cubic-bezier(.86, 0, .07, 1), -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
}

.icon_LImg img,
.icon_RImg img {
    width: 5px;
    height: 9px;
}

.icon_LImg,
.icon_RImg {
    position: absolute;
    z-index: 30;
    width: 26px;
    height: 26px;
    border-radius: 2rem;
    background-color: black;
    text-align: center;
    line-height: 23px;
    opacity: .5;
}

.icon_LImg {
    top: -50px;
    transition: all .3s;
    right: 70px;
}

.icon_RImg {
    right: 70px;
    transition: all .3s;
    top: 565px;
}

.icon_LImg:hover,
.icon_LImg:focus,
.icon_RImg:hover,
.icon_RImg:focus {
    opacity: .8;
}

.ProductExhibition:hover .icon_LImg {
    top: -50px;
}

.ProductExhibition:hover .icon_RImg {
    top: 594px;
}

.icon_LImg img {
    transform: rotate(90deg);
}

.icon_RImg img {
    transform: rotate(-90deg);
}

.ProductExhibition .Exhibition_num .czt_active img {
    opacity: 1;
}

.ProductExhibition_wrap {
    position: relative;
    width: 600px;
    height: 600px;
}

.ProductExhibition_box {
    position: absolute;
    height: 120000px;
    transition: all .5s;
}

.ProductExhibition_box img {
    width: 600px;
    height: auto;
}

.ver-code{
    position: absolute;
    top: 706px;
    left: 200px;
}
.submit_btn{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 50px;
}