@charset "utf-8";

html{
    font-family: '微软雅黑';
    color:#333;
    margin: 0px;
    padding:0px;
    overflow: scroll;
    background-color: #f2f2f2;
    cursor: default;
}
body, ul, li, h1, h2, h3, h4, h5, h6, p, form, dl, dt, dd ,input { margin: 0px; padding: 0px;
    font-size: 12px; font-weight: normal; font-family: '微软雅黑';}
ul { list-style: none; }
img { border-style: none; }
input, select, option{
    font-size:14px;
    font-family: '微软雅黑';
    z-index: -1;
}
p{
    display:-moz-inline-box;
    display:inline-block;
}
input::-webkit-input-placeholder{
    color: #ccc;
    font-size: 14px;
}
input:-moz-placeholder{
    color:#ccc;
    font-size: 14px;
}
input::-moz-placeholder{
    color:#ccc;
    font-size: 14px;
}
input:-ms-input-placeholder{
    color:#ccc;
    font-size: 14px;
}
.left .element, .user{
    background-color: #ffffff;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
    width: 10px;
    height: 10px;filter:alpha(opacity=30);
    -moz-opacity:0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
    border-radius: 10px;filter:alpha(opacity=30);
    -moz-opacity:0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: #ccc;
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input,button{
    border: 0;
    background: 0;
    font-family: 'microsoft yahei', Verdana, Arial, Helvetica, sans-serif;
    outline: none;
}
body{
    background: #f2f2f2;
    min-width: max-content;
    min-width:-webkit-max-content;
}
body > iframe{
    opacity:0;
    display:none;
}
div#wrapper ~ div {
    display: none;
    opacity:0;
}
.headerBox{
    width: 100%;
    height: 88px;
    min-width: max-content;
    min-width: -webkit-max-content;
    position: relative;
    z-index: 1;
}
.header{
    width: 1252px;
    height: 100%;
    margin: 0 auto;
    padding: 0 26px;
}
.logo{
    /*width: 60px;*/
    height: 88px;
    padding: 14px 0;
    float: left;
}
.logo img{
    width: 60px;
    height: 60px;
    float: left;
}
.logo .logoTxt{
    width: auto;
    height: 36px;
    margin: 12px 0 0 9px;
}
.logo span{
    display: block;
    font-size: 36px;
    font-family: YouYuan;
    font-weight: bolder;
    letter-spacing: 2px;
    color: #fff;
    line-height: 60px;
    margin-left: 9px;
    float: left;
}
.nav{
    height: 60px;
    float: right;
    margin: 14px 16% 14px 0;
}
.nav ul{
    height: 60px;
    font-size: 0;
}
.nav ul li{
    display: inline-block;
    height: 60px;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 60px;
    cursor: pointer;
}
.headerTxtColorChange .nav ul li,
.headerTxtColorChange .logo span{
    color: #25272E;
}
.nav ul li.navAct{
    color: #FF4044;
}

.homePageBgBox,
.corporateVisionBgBox{
    width: 100%;
    min-width: max-content;
    min-width: -webkit-max-content;
    position: absolute;
    top: 0;
    left: 0;
}
.shadeBg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}
.homePageConBox{
    width: 100%;
    min-width: max-content;
    min-width: -webkit-max-content;
    position: relative;
    z-index: 1;
}
.homePageCon{
    width: 1252px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.homePageBgMobile{
    width: 38%;
    margin: 4.5% 0 0 0;
    float: left;
}
.homePageBgTxt{
    width: 52%;
    float: right;
    margin: 30% 5% 0 0;
}

.companyInfo,
.corporateVisionBox{
    width: 100%;
    min-width: max-content;
    min-width: -webkit-max-content;
}
.companyInfo,.productInfo{
    margin-bottom: 30px;
}
.companyInfoBox,
.productInfoBox,
.corporateVisionTxt{
    width: 1200px;
    height: 560px;
    margin: 36px auto 0;
    border: 1px solid rgba(255, 64, 68, 0.6);
    position: relative;
}
.productInfoBox,
.corporateVisionTxt{
    border: 0;
}
.corporateVisionTxt{
    height: auto;
    margin: 0 auto;
    padding-top: 36px;
}
.companyInfoBg{
    width: 1252px;
    height: 600px;
    margin: -3px 0 0 -26px;
}
.productInfoBg{
    width: 1200px;
    height: 588px;
    position: relative;
    z-index: 3;
}
.companyInfoTxt,
.productInfoImgAndTxt{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.companyInfoTitle{
    width: 100%;
    font-size: 72px;
    font-weight: 400;
    color: #FF3870;
    text-align: center;
    line-height: 80px;
    margin: 64px 0 0;
}
.companyInfoTitle1{
    display: block;
    font-size: 32px;
    font-weight: 400;
    color: #A2A2A2;
    text-align: center;
    line-height: 40px;
}
.productInfoTxt .companyInfoTitle,
.productInfoTxt .companyInfoTitle1,
.corporateVisionTxt .companyInfoTitle,
.corporateVisionTxt .companyInfoTitle1{
    text-align: left;
}
.corporateVisionTxt .companyInfoTitle1{
    color: #fff;
}

.arrow{
    width: 100%;
    height: 69px;
    text-align: center;
    margin: 10px auto 15px;
}
.companyInfoArrowDown{
    width: 28px;
    height: 69px;
}
.companyInfoTxt > p{
    text-align: left;
    padding-left: 18%;
}
.companyInfoTxt > p span{
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #25272E;
    line-height: 36px;
}
.productInfoImg{
    width: 292px;
    position: relative;
    z-index: 1;
    float: left;
}
.productInfoImg img{
    width: 292px;
}
.productInfoTxt{
    width: 810px;
    float: right;
    position: relative;
    z-index: 4;
    text-align: left;
}
.productInfoTxt > p,
.corporateVisionTxt > p{
    margin-top: 30px;
}
.productInfoTxt > p span,
.corporateVisionTxt > p span{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
}
.corporateVisionTxt > p span{
    color: #fff;
}

.corporateVisionImg{
    width: 538px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.companyInfo,
.productInfo,
.corporateVision{
    display: none;
}


.footerBox{
    width: 100%;
    height: 200px;
    min-width: max-content;
    min-width: -webkit-max-content;
    border-top: 1px solid #ccc;
    padding-top: 60px;
    clear: both;
    background: #fff;
}
.footer{
    display: block;
    width: 1252px;
    margin: 0 auto;
}
.footer p{
    width: 100%;
    font-size: 14px;
    color: #4c4c4c;
    text-align: center;
    line-height: 28px;
}
.footer p a{
    display: inline-block;
    margin-right: 8px;
}