* {
    border: 0;
    margin: 0;
    padding: 0;
    font-family: PingFangTC-Regular, sans-serif;
}

body {
    /*height: 4000px;*/
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #ffffff;
}

/*标题通用 start*/
.title-h1 {
    font-size: 28px;
    font-weight: 800;
    font-family: PingFangSC-Regular, sans-serif;
    text-align: center;
    margin-top: 0;
}
.black {
    color: #2c2c2c;
}
.title-h2 {
    font-size: 20px;
    font-weight: 800;
    font-family: PingFangSC-Regular, sans-serif;
    text-align: center;
}
.white {
    color: #fff;
}

.title-inner {
    color: #6e6e6e;
    font-size: 16px;
    font-weight: 400;
}


/*标题通用 end*/



/*header start*/
/*.header {
    height: 69px;
    background: url("../images/headerbgc.png") no-repeat center;
}

.header-inner {      !*页面中心部分的宽度为：1200px*!
    width: 62.5%;
    height: 68px;
    !*background-color: pink;*!
    margin: 0 auto;
}

.header-inner-left {
    height: 67px;
    width: 21.5%;
    !*background-color: #fff;*!
    float: left;
    margin-top: 1px;
}

.header-inner-right {

    height: 68px;
    !* background-color: #fff;*!
    float: right;
}

.header-inner-right li {
    float: left;
    margin-left: 80px;
    line-height: 68px;
}

.header-inner-right a {
    display: block;
    height: 68px;
    color: #ffffff;
    font-size: 14px;
}

.header-inner-right a:hover{
    color: #00a0e3;
    border-bottom: solid 2px #00a0e3;
    text-decoration: none;
}

#reduceCase {
    color: #00a0e3;
    border-bottom: solid 2px #00a0e3;
    text-decoration: none;
}*/

/*header end*/

/*menu start*/
.menu {
    height: 230px;
    width: 100%;
    position: absolute;
    z-index: 2;
    /* display: none;*/
    margin-top: -1px;
    background-color: rgba(0,0,0,0.4);
}

.menu-inner {
    width: 62.5%;
    height: 100%;
    margin: 0 auto;
    /*background-color: pink;*/
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.menu-inner h2 {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding: 20px 10px ;
}

.menu-inner ul {
    margin: 0;
    height: 60px;
}

.menu-inner li {
    float: left;
}

.menu-inner li a,
.menu-inner li a:visited {
    display: block;
    width: 260px;
    height: 60px;
    margin-right: 66px;
    background-color: #20345b;
    border: solid 1px transparent;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
}

.menu-inner li img {
    margin-right: 20px;
}

.menu-inner li a:hover {
    color: #0099ff;
    border: solid 1px #1aa7e1;
    text-decoration: none;
}

.menu-inner>a {
    display: block;
    width: 28px;
    height: 15px;
    margin: 70px auto 0;
}


/*menu end*/

/* banner start  558px*/
.banner>ul {
    padding: 0;
}

.banner li{
    height: 558px;
    width: 100%;
    /*background: url("../images/banner newest.png") no-repeat center;*/
    position: relative;
}

.banner-inner {
    width: 550px;
    height: 270px;
    /*background-color: #fff;*/
    position: absolute;
}

.banner-inner1 {
    top: 25%;
    left: 14%;
}

.banner-inner2 {
    top: 25%;
    right: 14%;
}

.banner-inner h1,
.banner-inner p {
    font-size: 32px;
    color: #ffffff;
    font-weight: 400;
    font-family: PingFangSC-Regular, sans-serif;
}

.banner-inner a {
    display: block;
    width: 140px;
    height: 50px;
    background-color: transparent;
    border: solid 2px #fff;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    margin-left: 60px;
}

.banner-inner a:hover {
    text-decoration: none;
    color: #fff;
}

.banner-inner p {
    margin: 40px 0;
    font-size: 14px;
    line-height: 24px;
}




/* banner end*/

/*联系我们 start*/
.main {
    height: 512px;
    /*background-color: pink;*/
}

.main-inner {
    width: 1200px;
    height: 100%;
    /*background-color: orange;*/
    margin: 0 auto;
    padding: 88px 0;
}

.main-inner-left {
    width: 605px;
    height: 346px;
  /* background: url("../images/联系我们地图_03.png") no-repeat center;*/
    float: left;
    margin-right: 70px;
}

.main-inner-right h1 {
    font-size: 18px;
    color: #2c2c2c;
    margin: 44px 0 28px;
}

.main-inner-right p {
    font-size: 14px;
    color: #6e6e6e;
    margin-bottom: 18px;
}
/*联系我们 end*/

/*wave start*/
.marquee-box{overflow:hidden;width:100%;position:absolute;left:0;top:0}
.marquee{width:8000%;height:60px}
.wave-list-box{float:left}
.wave-list-box ul{float:left;height:60px;overflow:hidden;zoom:1}
.wave-list-box ul li{height:60px;width:100%;float:left;line-height:30px;list-style:none}
.wave-box{position:relative;height:60px;background:#fff}
/*wave end*/

/*footer start*/
.footer {
    height: 140px;
    background-color: #42454b;
}

.footer-inner {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    /* background-color: pink;*/
    position: relative;
}

.footer-inner-left {
    width: 282px;
    height: 100%;
    /*    background-color: gray;*/
    float: left;
}

.footer-inner-left img {
    position: absolute;
    top: 30%;
}

.footer-inner-right {
    flex: 1;
    height: 100%;
    /*background-color: orange;*/
    float: left;
    padding-left: 20px;
}

.footer-inner-right-top {
    height: 54px;
    /*   background-color: #fff;*/
    border-bottom: solid 1px #4f5157;
}

.footer-inner-right-top a {
    float: left;
    margin-right: 60px;
    line-height: 54px;
    font-size: 14px;
    color: #fff;
}

.footer-inner-right-top img {
    margin-right: 10px;
}

.footer-inner-right-top a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-inner-right-bottom p {
    font-size: 12px;
    margin: 8px 0 0;
    line-height: 18px;
    color: #c5c6c7;
}
.footer-inner-right h4{
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #c5c6c7;
    margin: 0;
}

/*footer end*/
