/*首页样式*/

/*格式化样式*/
html,body{ font-family:MicrosoftYaHei;font-size: 13px;}
body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,button{margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal}
ol,ul,li {list-style:none}
/* caption,th {text-align:left}  */
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal}
q:before,q:after {content:''}
abbr,acronym { border:0}
a{text-decoration: none;}

/* 重写样式 */
select{ appearance:none;-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;background: url("img/select.png") no-repeat right center;}
select::-ms-expand {display: none;}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance: none !important; }/* chrome */
input[type="number"]{-moz-appearance:textfield;}/* firefox */
.main{
    width: 100%;
    height: 750px;
    background-color: rgba(155,155,155,0.1);
    background-image: url("/uploads/public/index.jpg");
    background-size: 100% 100%;
}
.bottom{
    width: 100%;
    height: 400px;
    background: #019ca1;
}
.logo{
    width: 259px;
    height: 106px;
}
.main-center{
    width: 80%;
    height: 100%;
    margin: 0 auto;
    padding-top: 100px;
}
.title{
    width: 512px;
    height: 90px;
    font-size: 60px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #019ca1;
}
.titles{
    width: 246px;
    height: 20px;
    font-size: 16px;
    font-family: Cambria Math;
    font-weight: 400;
    color: #f0f0f0f0;
}

.button{
    width: 100%;
    height: 100px;
    margin: 0 auto;
    margin-top:150px;
}
.button a{
    width: 25%;
    height: 70px;
    background-color: #019ca1;
    float:left;
    border: 0;
    border-radius: 35px;
    margin-left: 6.1%;
    color: #fff;
    font-size: 30px;
    line-height: 65px;
    font-family: Alibaba PuHuiTi;
}
.button a:hover{
    transform:scale(1.1);
    background: rgba(229,244,253,0.8);
    color: #019ca1;
}
.bottom-content{
    width: 80%;
    padding-top: 20px;
    height: 300px;
    margin: 0 auto;
    border-bottom: 1px solid #cfd2d9;
}
.bottom-right{
    float: right;
    width: 25%;
    height: 300px;
}
.bottom-follow{
    width: 200px;
    height: 60px;
    font-size: 30px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #FDFDFD;
    border-bottom: 1px solid #cfd2d9;
}
.gongzhonghao{
    width: 150px;
    height: 150px;
    color: #FEFEFE;
    margin-top: 32px;
    font-size: 16px;
    float: left;
    margin-right: 10px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
}
.gongzhonghao img{
    width: 100%;
    height: 100%;
}
.bottom-text{
    color: #fff;
}
.mp4{
    width: 100%;
    height: 626px;
}