* {
    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-menu-hover {
    color: #00a0e3 !important;
    border-bottom: solid 2px #00a0e3;
    text-decoration: none;
}
*/


/*header 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*/

/*新闻资讯 main start */

.main {
    height: 1076px;
    margin-bottom: 30px;
    background: url("../images/气象产品页底.png") no-repeat center;
}

.main-inner {
    width: 1200px;
    height: 100%;
   /* background-color: pink;*/
    margin: 0 auto;
}

.main-inner-top {
    width: 100%;
    height: 166px;
    background-color: #fff;
}

.main-inner-top ul {
    width: 720px;
    height: 100%;
    margin: 0 auto;
}

.main-inner-top li {
    float: left;
    position: relative;
}

.main-inner-top li a{
    display: block;
    height: 166px;
    width: 240px;
    font-size: 16px;
    font-weight: 800;
    font-family: "Microsoft YaHei";
    line-height: 166px;
    text-align: center;
    color: #6d6e6e;
    text-decoration: none;

}

.selectTab a {
    color: #0099ff !important;
}

.selectTab span {
    background-color: #0099ff !important;
}

.main-inner-top span {
    display: block;
    margin: 0 0 0 -10px;
    width: 20px;
    height: 3px;
    border-radius: 3px;
    background-color: transparent;
    position: absolute;
    top: 60%;
    left: 50%;
}

.main-inner-content li {
    height: 230px;
    width: 100%;
    background-color: #fff;
    margin-bottom: 50px;
    padding: 25px 0 0 20px;
    position: relative;
}

.main-inner-content li:hover {
    box-shadow: 0px  0px 30px rgba(0,0,0,0.1) ;
}

.main-inner-content-left {
    float: left;
    width: 289px;
    height: 184px;
    margin-right: 28px;
}

.main-inner-content-right {
    float: left;
    width: 830px;
}

.main-inner-content-right h2 {
    font-size: 18px;
    font-weight: 800;
    line-height: 50px;
    font-family: "Microsoft YaHei";
    color: #2c2c2c;
}

.main-inner-content-right p {
    margin-bottom: 40px;
}


.main-inner-content-right p,
.main-inner-content-right span {
    font-size: 14px;
    line-height: 21px;
    color: #6e6e6e;
}

.main-inner-content-right span {
    color: #7b7b7b;
}

.label-company {
    display: inline-block;
    width: 65px;
    height: 22px;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    background-color: #0099ff;
    border-radius: 4px;
    color: #fff;
    margin-left: 20px;
    font-weight: 400;
    font-family: PingFangSc;
}
.label-hangye {
    display: inline-block;
    width: 65px;
    height: 22px;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    background-color: #41d6e8;
    border-radius: 4px;
    color: #fff;
    margin-left: 20px;

    font-weight: 400;
    font-family: PingFangSc;
}

.main-inner-content-right a {
    display: block;
    width: 34px;
    height: 24px;
    position: absolute;
    right: 34px;
    bottom: 26px;
    background: url("../images/箭头.png") no-repeat center;
}

.lanren:hover {
    animation: shake 1.2s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}
@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }
    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}


/*新闻资讯 main 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: 150px;
    background-color: #42454b;
}

.footer-inner {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    /* background-color: pink;*/
    display: flex;
    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*/




