﻿@charset "UTF-8";
/* 全局样式 */
html{
	font-family:'Microsoft YaHei';
}
*{
    padding:0;margin: 0;outline: none;border: 0;border-radius: 0;
}
body{
    background:#efefef;margin: 0 auto;font-weight:normal;min-width: 1200px;
}
a{
    text-decoration: none;display: inline-block;
}
a,input,button,label{
    -webkit-tap-highlight-color:rgba(255,0,0,0);-webkit-appearance : none ;
}
/*button{-webkit-tap-highlight-color: transparent;-webkit-touch-callout: none;}*//*禁止按钮背景色IOS*//*禁止系统默认菜单*/
img{
    display: block;
}
ul,li{
    list-style: none;
}
h1{
    font-size: 36px;font-weight: bold;color: #252525;display: block;line-height: 40px;text-align: center;
}
h2{
    font-size: 32px;font-weight: bold;color: #0000a7;display: block;line-height:38px;text-align: center;
}
.img01{
  width: 100%;height: 1084px;background-image: url('../images/bg1.jpg');background-size: cover;background-position: center;background-repeat:  no-repeat;padding-top: 70px;
}
.img02{
  width: 100%;height: 1646px;background-image: url('../images/bg2.jpg');margin: 0 auto;background-position: center;background-repeat:  no-repeat;position: relative;
}
.main-zp{
  width: 1200px;height: 1013px;margin: 0 auto;
}
.main-zp img{
  margin: 0 auto;
}
.img02 .main-zp{
  height: 1546px;position: absolute;left: 50%;margin-left: -600px;top:100px;
}