#top .logo {
    float: left;
    width: 215px;
    height: 64px;
    background: url(../images/logo.jpg)no-repeat;
}
#top .tel {
    float: right;
    width: 253px;
    height: 59px;
    background: url(../images/tel.png)no-repeat;
}
#menu {
    text-align: center;
    border-radius: 4px;
}

.nav {
    background: #fff;
    height: 45px;

}
.nav > li {
    float: left;
    margin-left: 25px;
    position: relative;
}
.nav > li >a{
    display: block;
    width: 120px;
    height: 45px;
    line-height: 45px;
    transition: 0.5s;
}
/*.nav > li >a:hover {
    background: #1aa1e7;
    color: #fff;

}*/
.current {
    background: #1aa1e7;
    color: #fff;
    transition: 0.5s;
}
a.current {
    color: #fff;
}
.drop {
    position: absolute;
    left: -6px;
    z-index: -1;

}
.drop li {
    opacity: 0;
    transform-origin: top center;
}

.drop li a {
    display: block;
    background-color: #fff;
    padding: 10px 0;
    color: #333;
    width: 135px;
    height: inherit;
}

/*------------- menu1 animation -------------------*/

.nav li:hover .menu1 li:first-of-type {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.3s;
}

.nav li:hover .menu1 li:nth-of-type(2) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.6s;
}

.nav li:hover .menu1 li:nth-of-type(3) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.9s;
}

.nav li:hover .menu1 li:last-of-type {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 1.2s;
}

@keyframes menu1 {
    from {
        opacity: 0;
        transform: translateX(30px) rotateY(90deg);
    }
    to {
        opacity: 1;
        transform: translateX(0) rotateY(0);
    }
}

/*------------- menu2 animation -------------------*/

.nav li:hover .menu2 li:first-of-type {
    animation: menu2 0.3s ease-in-out forwards;
    animation-delay: 0.3s;
}

.nav li:hover .menu2 li:nth-of-type(2) {
    animation: menu2 0.3s ease-in-out forwards;
    animation-delay: 0.6s;
}

.nav li:hover .menu2 li:nth-of-type(3) {
    animation: menu2 0.3s ease-in-out forwards;
    animation-delay: 0.9s;
}

.nav li:hover .menu2 li:last-of-type {
    animation: menu2 0.3s ease-in-out forwards;
    animation-delay: 1.2s;
}

@keyframes menu2 {
    0% {
        opacity: 0;
        transform: scale(0.7);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/*------------- menu3 animation -------------------*/

.nav li:hover .menu3 li:first-of-type {
    animation: menu3 0.3s ease-in-out forwards;
    animation-delay: 0.3s;
}

.nav li:hover .menu3 li:nth-of-type(2) {
    animation: menu3 0.3s ease-in-out forwards;
    animation-delay: 0.6s;
}

.nav li:hover .menu3 li:nth-of-type(3) {
    animation: menu3 0.3s ease-in-out forwards;
    animation-delay: 0.9s;
}

.nav li:hover .menu3 li:last-of-type {
    animation: menu3 0.3s ease-in-out forwards;
    animation-delay: 1.2s;
}

@keyframes menu3 {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/*------------- menu4 animation -------------------*/

.nav li:hover .menu4 li:first-of-type {
    animation: menu4 0.3s ease-in-out forwards;
    animation-delay: 0.3s;
}

.nav li:hover .menu4 li:nth-of-type(2) {
    animation: menu4 0.3s ease-in-out forwards;
    animation-delay: 0.6s;
}

.nav li:hover .menu4 li:nth-of-type(3) {
    animation: menu4 0.3s ease-in-out forwards;
    animation-delay: 0.9s;
}

.nav li:hover .menu4 li:last-of-type {
    animation: menu4 0.3s ease-in-out forwards;
    animation-delay: 1.2s;
}

@keyframes menu4 {
    0% {
        opacity: 0;
        transform: translateX(50px) rotate(-90deg);
    }
    100% {
        opacity: 1;
        transform: translateX(0) rotate(0);
    }
}

/*------------- menu5 animation -------------------*/

.nav li:hover .menu5 li:first-of-type {
    animation: menu5 0.3s ease-in-out forwards;
    animation-delay: 0.3s;
}

.nav li:hover .menu5 li:nth-of-type(2) {
    animation: menu5 0.3s ease-in-out forwards;
    animation-delay: 0.6s;
}

.nav li:hover .menu5 li:nth-of-type(3) {
    animation: menu5 0.3s ease-in-out forwards;
    animation-delay: 0.9s;
}

.nav li:hover .menu5 li:last-of-type {
    animation: menu5 0.3s ease-in-out forwards;
    animation-delay: 1.2s;
}

@keyframes menu5 {
    0% {
        opacity: 0;
        transform: rotateX(-90deg);
    }
    100% {
        opacity: 1;
        transform: rotateX(0);
    }
}

/*------------- menu6 animation -------------------*/
.nav li:hover .drop{
    z-index: 100;
}
.nav li:hover .menu6 li:first-of-type {
    animation: menu6 0.3s ease-in-out forwards;
    animation-delay: 0.2s;
}

.nav li:hover .menu6 li:nth-of-type(2) {
    animation: menu6 0.3s ease-in-out forwards;
    animation-delay: 0.4s;
}

.nav li:hover .menu6 li:nth-of-type(3) {
    animation: menu6 0.3s ease-in-out forwards;
    animation-delay: 0.6s;
}
.nav li:hover .menu6 li:nth-of-type(4) {
    animation: menu6 0.3s ease-in-out forwards;
    animation-delay: 0.8s;
}

.nav li:hover .menu6 li:last-of-type {
    animation: menu6 0.3s ease-in-out forwards;
    animation-delay: 1s;
}

@keyframes menu6 {
    0% {
        opacity: 0;
        transform: scale(2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.sec1 {
    padding: 40px 0;
}
.title {
    text-align: center;
}
.title > h1 {
    font-size: 26px;
    font-weight: 400;
}
.title > h1 span {
    color: #e23838;
}
.title > h3 {
    font-size: 14px;
    color: #666;
    padding: 8px 0;
    font-weight: 400;
    position: relative;
}
.title > h3:before {
    position: absolute;
    bottom: 12px;
    left: 33%;
    content: '';
    width: 120px;
    height: 1px;
    background: #ccc;

}
.title > h3:after {
    position: absolute;
    bottom: 12px;
    right: 33%;
    content: '';
    width: 120px;
    height: 1px;
    background: #ccc;
}
.sec2 {
    padding: 40px 0;
    background: url(../images/bg.jpg)no-repeat;
}
.sec2 .title > h1 {
    color: #fff;
    
}
.sec2 .title > h3 {
    color: #f5f5f5;
}
.sec2-wrap {
    height: 345px;
    overflow: hidden;
}
.sec2-wrap .prod-nav {
    text-align: center;
    margin: 0 auto;
    padding-top: 15px;
}
.sec2-wrap .prod-nav > a {
    display: inline-block;
    width: 145px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    background: #fff;
    border-radius: 5px;
    margin: 0 20px;
    transition: 0.5s;
}
.sec2-wrap .prod-nav > a:hover {
    background: #489ed9;
    color: #fff;
    transition: 0.5s;

}
.prod-list {
    padding: 40px 0;
    height: 250px;
    overflow: hidden;
}
.prod-list > ul > li {
    float: left;
    margin-left: 8px;
    margin-bottom: 40px;
    transition: 0.5s;
}
.prod-list > ul > li:hover {
    transition: 0.5s;
    transform: translateY(-15px);

}
.prod-list > ul > li > a {
    display: block;
    height: 242px;
    width: 232px;
    background: #fff;
    border-radius: 5px;
}
.prod-list > ul > li > a img {
    border-radius: 5px 5px 0 0;
    width: 100%;
}
.prod-list > ul > li > a h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;

}
.hr-y {
    width: 0;
    height: 2px;
    background-color: #fabf00;
    position: relative;
    top: 0;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%);
    transition: width .5s ease;
}
.hr-y:before {
    content: "";
    position: absolute;
    background-color: #ccc;
    top: 0;
    left: 50%;
    width: 60px;
    height: 2px;
    transition: width .5s .3s ease;
    transform: translateX(-50%);
}
.prod-list > ul > li > a:hover .hr-y {
    width: 60px;
}
.prod-list > ul > li > a:hover .hr-y:before {
    transition: width 0s 0s ease;
    width: 0;
}

.sec3 {
    padding: 40px 0;
}
.left-news {
    float: left;
    width: 400px;
    height: 300px;
}

.news-tab {
    float: left;
    margin-left: 30px;
}
.news-tab .news-title {
    width: 540px;
    height: 45px;
    background: url(../images/news-tit.png)no-repeat left #0a408a;
}
.news-tab .news-title > h1 {
    font-size: 18px;
    font-weight: 400;
    line-height: 45px;
    padding-left: 20px;
    color: #fff;

}
.news-tab .news-title > h1 span {
    font-size: 16px;
}

.tab-t {
    width: 400px;
    height: 32px;
    line-height: 32px;
    border-bottom: 2px solid #2e5894;
}

.tab-t > a {
    width: 200px;
    float: left;
}

.tab-t .tab1 {
    position: relative;
    width: 200px;
    height: 32px;
    text-align: center;
    float: left;
}

.tab-t .tab1 > i {
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 12px;
    height: 8px;
    background: url(../images/jt_t_03.jpg) no-repeat;
    margin-left: -4px;
    display: none;
}

.current .tab1 i {
    display: block;
}

.tab-b {
    width: 520px;
    height: 252px;
    padding: 10px 10px;
    overflow: hidden;
}

.tab-b > ul > li > a {
    display: block;
}

.tab-b > ul > li:first-child h1 {
    text-align: center;
    font-size: 16px;
    padding-bottom: 5px;
}

.tab-b > ul > li:first-child p {
    height: 55px;
    overflow: hidden;
}

.tab-b > ul > li {
    margin-bottom: 15px;
}

.tab-b > ul > li > a > h3 {
    float: left;
}

.tab-b > ul > li > a > span {
    float: right;
}

.member {
    float: right;
}

.member > a {
    display: block;
    margin-bottom: 20px;
}

.member .item1,
.member .item2 {
    width: 200px;
    height: 81px;
    transition: 0.5s;
}

.member .item1 {
    background: url(../images/hydl2.png) no-repeat;
}

.member .item2 {
    background: url(../images/zxrh2.png) no-repeat;
}

.member .item1:hover {
    transition: 0.5s;
    background: url(../images/hydl.png) no-repeat;
}

.member .item2:hover {
    transition: 0.5s;
    background: url(../images/zxrh1.png) no-repeat;
}

.member .item3 {
    width: 200px;
    height: 70px;
    background: url(../images/member_btn03.jpg) no-repeat;
}

.membership {
    width: 100%;
    height: 290px;
    background: #f4f4f4;
    margin: 0 auto;
}

.member_box {
    width: 1200px;
    height: 445px;
    margin: 0 auto
}

.member_box h3 {
    width: 1200px;
    height: 64px;
    margin: 0 auto;
}

.member_box h3 img {
    width: 103px;
    height: 64px;
    display: block;
    float: left;
}

.member_box h3 a {
    display: block;
    font-size: 16px;
    color: #2d6598;
    float: right;
    height: 64px;
    line-height: 64px;
    background: url(../images/ah_06.png) no-repeat right center;
    padding: 0 20px 0 0;
    margin: 0 20px 0 0;
}
/*footer*/
#footer {
    padding-bottom: 10px;
    background: url(../images/banner_f.jpg) no-repeat center top;
}
.footer_box {

    margin-top: 15px;
    height: auto;
}

.footer {
    padding: 12px 0px 0px 0px;
}

.footer .footer_r {
    float: left;
    padding-left: 30px;
}

.footer .footer_r .lianx img {
    float: left;
}

.footer .footer_r .lianx span {
    float: left;
    color: #e2e2e2;
    font-size: 18px;
    margin-left: 10px;
    margin-top: 5px;
}

.footer .footer_r > p {
    color: #e2e2e2;
    line-height: 22px;
    padding-top: 10px;
    font-size: 14px;
    width: 607px;
}

.footer .footer_r .address {
    color: #e2e2e2;
    line-height: 25px;
    padding-top: 10px;
    font-size: 14px;
    padding-bottom: 25px;
    border-bottom: 1px #999 solid;
}

.footer .footer_r span img {
    display: inherit;
}

.footer .footer_r li {
    width: 100px;
    height: 100px;
    background: #fff;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

.footer .footer_r li > img {
    width: 100px;
    height: 100px;
}

.footer .footer_r > span {
    color: #e2e2e2;
    padding-top: 20px;
    font-size: 18px;
}

.message {
    float: right;
    padding-right: 30px;
}

.message span {
    color: #e2e2e2;
    font-size: 24px;
    text-indent: 170px;
    display: block;
}

.message > input {
    display: block;
    width: 420px;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    margin: 15px 0;
    background: #fff;
    border: 0;
    color: #666;
}

.message textarea {
    display: block;
    width: 440px;
    height: 120px;
    background: #fff;
    border: 0;
    color: #666;
    resize: none;
    text-indent: 10px;
    line-height: 27px;
    font-family: "微软雅黑";
    border-radius: 5px;
}

textarea {
    resize: none;
}

.message .tj_t {
    margin-left: 175px;
}

.message .tj_t input {
    width: 90px;
    line-height: 29px;
    text-align: center;
    border: 0;
    margin-top: 10px;
    background: #2499f5;
    border-radius: 5px;
    color: #fff;
    transition: 0.3s;
}

.message .tj_t:hover input {
    background: #d11d01;
    color: #fff;
    transition: 0.3s;

}
#wrapper > .container {
    padding: 40px 0;
}
#left {
    width: 250px;
    float: left;
}
.left-title > h1 {
    background: #3D85C6;
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}

.left-list {
    margin-top: 20px;
    box-shadow: 0 0 15px 0 #ccc;
}
.left-list > ul > li {
    padding: 9px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.left-list > ul > li > a {
    display: block;
}
.left-list ul {
    background: white; border-top: 6px solid hsl(208, 55%, 51%);
}
.left-list ul li {
    list-style-type: none;
    /*relative positioning for list items along with overflow hidden to contain the overflowing ripple*/
    position: relative;
    overflow: hidden;
}
.left-list ul li a {
    font: normal 16px/20px Montserrat;
    color: #000;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    cursor: pointer; /*since the links are dummy without href values*/
    /*prevent text selection*/
    user-select: none;
    /*static positioned elements appear behind absolutely positioned siblings(.ink in this case) hence we will make the links relatively positioned to bring them above .ink*/
    position: relative;
}

/*.ink styles - the elements which will create the ripple effect. The size and position of these elements will be set by the JS code. Initially these elements will be scaled down to 0% and later animated to large fading circles on user click.*/
.left-list .ink {
    display: block;
    position: absolute;
    background: hsl(208, 55%, 51%);
    border-radius: 100%;
    transform: scale(0);
}
/*animation effect*/
.left-list .ink.animate {animation: ripple 0.65s linear;}
@keyframes ripple {
    /*scale the element to 250% to safely cover the entire link and fade it out*/
    100% {opacity: 0; transform: scale(2.5);}
}
#right {
    float: left;
    margin-left: 60px;
    width: 830px;
    padding: 0 20px;
}
#right .right-title {

    height: 59px;
    border-bottom: 1px solid #ccc;
    line-height: 60px;
}
.right-cont > .cont-title {
    font-size: 18px;
    text-align: center;
    padding: 20px 0;
}
.right-cont-news {
    padding: 20px 15px;
}
.right-cont-news > ul > li {
    border-bottom: 1px dashed #ccc;
    padding: 12px 0;
}
.right-cont-news > ul > li > a  {
    float: left;
    color: #000;
}
.right-cont-news > ul > li:hover b{
    color: #FF0000;
}
.right-cont-news > ul > li > span  {
    float: right;
    color: #666;
}
.right-cont-prod {
    padding: 20px 0;
}
.right-cont-prod > ul > li {
    width: 255px;
    height: 230px;
    float: left;
    margin-left: 15px;
    margin-bottom: 20px;
    box-shadow: 0 0 5px 0 #c4bec0;
    transition: 0.5s;
    border-radius: 8px;
    overflow: hidden;
}
.right-cont-prod > ul > li > a {
    display: block;
    text-align: center;
    transition: 0.5s;
}
.right-cont-prod > ul > li > a img {
    width: 100%;
    height: 190px;

}
.right-cont-prod > ul > li > a  span {
    display: block;
    text-align: center;
    line-height: 40px;
}
.right-cont-prod > ul > li:hover {
    transform: translateY(-10px);
    transition: 0.5s;
}
.right-cont-prod > ul > li:hover a{
    background: #3d85c6;
    color: #fff;
}
.right-cont-prod .title > h1 {
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
}
.right-cont-prod .inside-time {
    height: 30px;
    padding: 5px 0;
    text-align: center;
    line-height: 30px;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
}
.right-cont-prod .inside-time span {
    padding-left: 20px;
}

.owl-wrapper  .owl-item .item > a {
    display: block;
    width: 380px;
}

.owl-wrapper  .owl-item .item > a span {
    display: block;
    padding: 3px;
    border: 2px solid #f5f5f5;
    transition: 0.5s;
}
.owl-wrapper  .owl-item .item >  a span > img {
    width: 100%;
}
.owl-wrapper  .owl-item .item .txt h3 {
    text-align: center;
    color: #333;
    font-size: 15px;
    padding: 10px 0;
}

.shadow {
    opacity: 0;
    transition: 0.5s;
}
.owl-wrapper  .owl-item .item > a:hover span {
    border: 2px solid #9ddfff;
    transition: 0.5s;
}
.owl-wrapper  .owl-item .item > a:hover .shadow {
    opacity: 1;
    transition: 0.5s;
}

.sec4 {
    padding-top: 40px;
    padding-bottom: 10px;
}