*{
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
.clr{
    clear: both;
}
.w-50{
    width: 50%;
}
.w-100{
    width: 100%;
}


body{
    font-size: 14px;
    font-family: "Microsoft YaHei" , 微软雅黑;
    min-width: 1300px;
    color: #333333;
}

.header{
    width: 100%;
    min-width: 1300px;
    height: 96px;
    background-color: #ffffff;
}
.fixed-header{
    display: block !important;
    position: fixed !important;
    top: 0;
    z-index: 999;
    -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    
  animation-name: fadeInDown;
  -ms-animation-duration: 400ms;
  -moz-animation-duration: 400ms;
  -op-animation-duration: 400ms;
  -webkit-animation-duration: 400ms;
    animation-duration: 400ms;
    
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;/*动画播放次数*/
}

.head-box{
    width: 100%;
    height: 96px;
    background-color: #07257a;
    position: relative;
}
.head-logo{
    position: absolute;
    width: 240px;
    height: 71px;
    top: 15px;
    left: 50%;
    margin-left: -120px;
    z-index: 10;
    background-color: #07257a;
}
.head-logo img{
    width: 100%;
}
.head-tel{
    position: absolute;
    width: 342px;
    height: 167px;
    top: 0px;
    left: 50%;
    margin-left: -171px;
    z-index: 9;
    background-color: #07257a;
    text-align: center;
    border-radius: 50%;
    padding-top: 92px;
}
.head-tel h3{
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 10px;
}
.head-tel h5{
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-weight: lighter;
    display: inline-block;
    vertical-align: middle;
}
.head-tel b{
    width: 36px;
    height: 1px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.top-menu{
    /* display: inline-block;
    vertical-align: middle;
    margin-right: 10px; */
    width: 50%;
}
.top-menu > ul {
    height: 100%;
}
.top-menu > ul > li{
    display: inline-block;
    height: 100%;
    text-align: center;
    padding: 0 30px;
}
.top-menu > ul >  li > a{
    display: block;
    color: #ffffff;
    font-size: 17px;
    line-height: 96px;
    position: relative;
}
.top-on{
    color: #f2ab18 !important;
}
.top-menu > ul > li:hover .top-on{
    color: #f2ab18 !important;
}
.top-menu > ul > li > a:hover {
    color: #f2ab18;
    z-index: 99;
}
.left-menu{
    float: left;
    text-align: right;
    padding-right: 230px;
}
.right-menu{
    float: right;
    text-align: left;
    padding-left: 230px;
}


/* banner */
.banner-box{
    width: 100%;
    position: relative;
}
.banner-box ul li{
    width: 100%;
}
.banner-box ul li img{
    width: 100%;
}

/* banner end */


.title-style{
    text-align: center;
}
.title-style h3{
    font-size: 30px;
    color: #010101;
    line-height: 40px;
    letter-spacing: 2px;
}
.title-style h5{
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    color: #010101;
    font-weight: lighter;
    display: inline-block;
    vertical-align: middle;
}
.title-style p{
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    color: #7b7b7b;
    font-weight: lighter;
    display: inline-block;
    vertical-align: middle;
}
.title-style b{
    width: 46px;
    height: 9px;
    background-image: url(../icon/line.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 10px 0;
}

.more-btn b{
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    color: #2f2f2f;
    text-transform: uppercase;
    padding-right: 30px;
    background-image: url(/icon/arrow-right.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 24px;
}


/* main-do*/
.main-do{
    background-color: #f6f6f6;
    padding: 60px 0;
}
.do-list{
    text-align: center;
    width: 1300px;
    margin: 50px auto;
}
.do-list ul {
    font-size: 0;
}
.do-list ul li{
    display: inline-block;
    vertical-align: top;
    width: 212px;
    margin-right: 60px;
}
.do-list ul li:last-child{
    margin-right: 0;
}
.do-list ul li h3{
    font-size: 24px;
    color: #000000;
    font-weight: bolder;
    line-height: 32px;
    margin: 15px 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.do-list ul li p{
    font-size: 14px;
    color: #3e3e3e;
    line-height: 22px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.do-list ul li:hover h3{
    color: #f2ab18;
}
.do-list ul li:hover p{
    color: #f2ab18;
}
/* end main-do*/

/* product*/
.main-product{
    padding: 60px 0;
}
.class-list{
    width: 1300px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}
.class-list ul li{
    width: 380px;
    height: 510px;
    display: inline-block;
    vertical-align: top;
    margin: 20px;
    border: 1px solid #ebebeb;
    box-shadow: 0 0px 8px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0px 8px rgba(0,0,0,.1);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.class-item{
    display: block;
    width: 100%;
    height: 100%;
}
.class-img{
    width: 100%;
    height: 284px;
}
.class-img img{
    width: 100%;
}
.class-tit{
    padding: 20px;
}
.class-tit h3{
    font-size: 20px;
    color: #000000;
    line-height: 24px;
    margin-bottom: 10px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.class-tit p{
    font-size: 12px;
    color: #000000;
    font-weight: lighter;
    line-height: 16px;
    text-transform: uppercase;
}
.class-tit h4{
    font-size: 15px;
    color: #000000;
    font-weight: normal;
    line-height: 24px;
    margin: 15px 0;
}
.class-more{
    font-size: 14px;
    color: #000;
    font-weight: lighter;
    line-height: 34px;
    border: 1px solid #d6d6d6;
    border-radius: 40px;
    width: 126px;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 5px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.class-list ul li:hover{
    box-shadow: 0 0px 20px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0px 20px rgba(0,0,0,.2);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.class-list ul li:hover h3{
    color: #f2ab18;
}
.class-more:hover{
    background-color: #07257a;
    color: #fff;
}
/* end product*/

/* about*/
.main-about{
    width: 100%;
    background-color: #f7f7f7;
}
.about-left{
    width: 45%;
    float: left;
}
.about-left img{
    width: 100%;
}
.about-right{
    width: 55%;
    float: left;
    padding: 60px 60px 0 60px;
    max-width: 860px;
}
.about-txt{
    width: 100%;
    /* height: 160px; */
    color: #232323;
    font-size: 16px;
    line-height: 28px;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #e7e7e7;
}
/* .about-txt p{
    margin-bottom: 20px;
} */
.about-menu{
    padding-top: 60px;
}
.about-menu ul{
    font-size: 0;
}
.about-menu ul li{
    display: inline-block;
    vertical-align: top;
    margin-right: 1px;
}
.about-menu ul li a{
    display: block;
    width: 132px;
    height: 42px;
    background-color: #f2ab18;
    color: #fff;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.about-menu ul li a:hover{
    background-color: #07257a;
    color: #fff;
}
.about-menu ul li:first-child a{
    background-color: #07257a;
    color: #fff;
}
/* end about*/

/* news*/
.main-news{
    padding: 60px 0 50px;
}
.news-box{
    width: 1300px;
    margin: 40px auto;
}
.news-left{
    width: 600px;
    float: left;
}
.news-left a{
    display: block;
    width: 100%;
    height: 100%;
}
.news-left:hover .news-txt .news-title h3{
    color: #f2ab18;
}
.news-img{
    width: 100%;
    height: 260px;
    overflow: hidden;
    margin-bottom: 20px;
}
.news-img img{
    width: 100%;
}
.news-right{
    width: 640px;
    float: right;
}
.news-right ul li{
    width: 100%;
    padding-left: 120px;
    position: relative;
    margin-bottom: 50px;
}
.news-right ul li:nth-child(3){
    margin-bottom: 0;
}
.news-right ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.news-right ul li a:hover .news-txt .news-title h4{
    color: #f2ab18;
}
.news-num{
    width: 96px;
    height: 72px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 72px;
    line-height: 72px;
    color: #dedede;
    border-right: 3px solid #f6f6f6;
    font-family: Arial, Helvetica, sans-serif;
}
.news-txt{
    width: 100%;
}
.news-title{
    width: 100%;
    position: relative;
    padding-right: 100px;
    margin-bottom: 10px;
}
.news-title h3{
    font-size: 20px;
    line-height: 24px;
    color: #1c1c1c;
    font-weight: normal;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.news-title h4{
    font-size: 16px;
    line-height: 24px;
    color: #1c1c1c;
    font-weight: normal;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.news-title b{
    font-size: 12px;
    line-height: 24px;
    color: #666666;
    font-weight: normal;
    position: absolute;
    right: 0px;
    top: 0px;
}
.news-txt p{
    font-size: 12px;
    line-height: 24px;
    color: #666666;
}

.more{
    width: 178px;
    height: 45px;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #e1e1e1;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.more-btn{
    display: block;
    width: 100%;
    height: 100%;
    color: #a1a1a1;
    font-size: 16px;
    line-height: 23px;
    font-weight: normal;
    text-transform: uppercase;
    padding-right: 33px;
    background-image: url(/icon/arrow-right-grey.png);
    background-position: center right;
    background-repeat: no-repeat;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.more:hover{
    background-color: #07257a;
    border: 1px solid #07257a;
}
.more:hover .more-btn{
    color: #ffffff;
    background-image: url(/icon/arrow-right-white.png);
}
/* end news*/

/* honor*/
.main-honor{
    width: 100%;
    background-image: url(/images/honor-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 60px 0 50px;
    position: relative;
}
.honor-box{
    width: 1300px;
    margin: 40px auto;
    position: relative;
}
.honor-list{
    width: 1222px;
    margin: 0 auto;
    padding: 10px 2px !important;
}
.honor-list li{
    height: 272px;
    border: 1px solid #fff;
    padding: 20px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.honor-list li:hover{
    transform: translateY(-8px);
}
.honor-item{
    width: 100%;
    height: 100%;
}
.honor-img{
    width: 100%;
    margin: auto;
    height: 100%;
    overflow: hidden;
    display: flex;
}
.honor-img img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    margin: auto;
}
.honor-more{
    width: 200px;
    height: 64px;
    background-color: transparent;
    padding: 10px;
    overflow: hidden;
    margin: 0 auto;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.honor-more a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 11px;
    position: relative;
}
.honor-more a::before{
    content: '';
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    position: absolute;
    top: 0;
    left: 0;
}
.honor-btn b{
    color: #ffffff;
    background-image: url(/icon/arrow-right-white.png);
    display: inline-block;
}
.honor-more:hover{
    background-color: #00891d;
}
/* end honor*/


/* partner*/
.main-partner{
    padding: 50px 0;
}
.partner-list{
    width: 1300px;
    height: 246px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 2px;
}
/* end partner*/


/* footer */
footer{
    width: 100%;
    text-align: center;
    background-color: #07257a;
    padding-top: 50px;
}
.foot-box{
    width: 1300px;
    margin: 0 auto;
}
.foot-left{
    width: 390px;
    float: left;
    text-align: left;
    padding-bottom: 20px;
    border-right: 1px solid #1b40a5;
}
.foot-logo{
    width: 100%;
}
.foot-logo img{
    width: auto;
}
.foot-logo p{
    color: #fff;
    padding: 25px 0 30px;
    font-weight: lighter;
}

.foot-contact{
    width: 100%;
    text-align: left;
}
.foot-contact strong{
    font-size: 20px;
    font-weight: lighter;
    color: #fff;
}
.foot-contact h3{
    font-size: 40px;
    color: #fff;
    font-weight: bolder;
    padding-top: 8px;
}

.foot-ewm{
    width: 300px;
    float: right;
    margin: 0px auto;
    text-align: right;
}
.foot-ewm ul li{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 100px;
    margin-left: 15px;
}
.foot-ewm img{
    width: 100%;
}
.foot-ewm p{
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
}

.foot-menu{
    float: right;
    padding-right: 10px;
    padding-bottom: 75px;
    border-right: 1px solid #1b40a5;
}
.foot-menu-list{
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-right: 65px;
}
.foot-menu-list>a{
    display: block;
    color: #fff;
    font-size: 16px;
}
.foot-menu-list>a:hover{
    color: #f2ab18;
}
.foot-menu-list ul{
    margin-top: 10px;
}
.foot-menu-list ul li a{
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: lighter;
}
.foot-menu-list ul li a:hover{
    color: #f2ab18;
}



.copyright{
    width: 100%;
    border-top: 1px solid #1b40a5;
    text-align: center;
    padding: 18px 0 21px;
    margin-top: 30px;
}
.copyright p{
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    font-weight: lighter;
}
.copyright p a{
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    font-weight: lighter;
    display: inline-block;
}
.copyright p a:hover{
    text-decoration: underline;
}


