/*search*/

.search {
    height: 40px;
    line-height: 40px;
    position: relative;
    padding: 20px 0;
    font-size: 16px;
    background: #F5F5F5;
}

.search .hot .keywd {
    color: #4F4F4F;
}

.search .keywds {
    float: left;
    line-height: 40px;
}

.search .keywds a {
    color: #636363;
}

.search form {
    overflow: hidden;
    display: block;
    position: relative;
}

.search .txt {
    width: 297px;
    height: 38px;
    line-height: 38px;
    color: #a1a1a1;
    padding-left: 10px;
    border: 1px solid #ccc;
    background: none;
}

.search .btn {
    position: absolute;
    width: 61px;
    height: 40px;
    top: 0;
    right: 0;
    z-index: 9999;
    background: url(../images/s1.png) no-repeat center;
    border: none;
    display: block;
    outline: none;
    cursor: pointer;
}

.title {
    text-align: center;
}

.title .txt1 {
    font-size: 48px;
    color: black;
    line-height: 50px;
    padding-top: 32px;
}

.title .txt2 {
    font-size: 18px;
    padding-top: 22px;
}


/*product*/

.product {
    width: 100%;
    min-height: 1000px;
    background: url(../images/bg1.jpg) no-repeat center bottom;
}

.product .hd {
    text-align: center;
    margin-top: 161px;
}

.product .hd ul li {
    display: inline-block;
    width: 230px;
    height: 52px;
    border: 1px solid white;
    text-align: center;
    line-height: 52px;
    margin: 0 3px;
}

.product .hd ul li a {
    color: white;
    font-size: 21px;
    letter-spacing: 2px;
}

.product .hd ul li.on {
    border: 1px solid #EBE30F;
}

.product .bd {
    margin-top: 25px;
}

.product .bd>div ul {
    text-align: center;
}

.product .bd>div ul li {
    display: inline-block;
    margin: 0 7px;
}

.product .bd>div ul li a:hover {
    display: block;
    box-shadow: 0 2px 2px #CCCCCC;
}

.product .bd>div .list2 {
    margin-top: 14px;
}

.product .bd>div .list2 li {
    margin: 0 5px;
}


/*about*/

.about {
    height: 607px;
    background: url(../images/bg2.jpg) no-repeat center;
}

.about .txt {
    text-align: center;
    font-size: 16px;
    margin-top: 120px;
}

.about .txt p {
    line-height: 30px;
}

.about .more {
    display: inline-block;
    margin-top: 38px;
}

.about .more div {
    width: 98px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.about .more .m1 {
    background: url(../images/a2.jpg) no-repeat;
    font-size: 21px;
    color: white;
    background-position-x: -99px;
}

.about .more .m2 {
    background: url(../images/a1.jpg) no-repeat;
    text-align: center;
    background-position-x: -99px;
}

.about .more .m2 img {
    padding-top: 19px;
    vertical-align: middle;
}

.about .more:hover .m1 {
    background: url(../images/a2.jpg) no-repeat;
    background-position-x: 0;
    animation: more1 0.5s ease;
}

.about .more:hover .m2 {
    background: url(../images/a1.jpg) no-repeat;
    background-position-x: 0;
    animation: more1 0.5s ease;
}

@keyframes more1 {
    0% {
        background-position-x: -99px;
    }
    100% {
        background-position-x: 0px;
    }
}

.about .phone {
    font-size: 24px;
    margin-top: 24px;
    color: #4D4D4D;
}

.about .phone span {
    color: #1363BA;
}


/*advert*/

.advert {
    width: 100%;
    height: 180px;
    background: url(../images/bg3.jpg) no-repeat center;
}

.advert h2 {
    font-size: 32px;
    color: #1665B8;
    line-height: 38px;
    margin: 83px -11px 0 0;
}


/*news*/

.news {
    width: 100%;
    height: 760px;
    background: url(../images/bg4.jpg) no-repeat center;
}

.news .txt1 {
    font-size: 48px;
    color: black;
    line-height: 50px;
    padding-top: 32px;
}

.news .hd {
    text-align: center;
    margin: 30px 0 32px 0;
}

.news .hd li {
    display: inline-block;
    width: 150px;
    height: 46px;
    background: #1162BA;
    margin: 0 17px;
}

.news .hd li a {
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    color: white;
}

.news .hd li.on {
    background: #EBE30F;
}

.news .bd .box .left {
    width: 566px;
}

.news .bd .box .left .pic {
    margin-bottom: 30px;
}

.news .bd .box .right {
    width: 566px;
}

.news .bd .box .news_list1 {
    width: 526px;
    padding: 10px 20px;
    background: white;
    box-shadow: 0 2px 2px #D2D2D2;
    min-height: 80px;
    margin-bottom: 25.5px;
}

.news .bd .box .news_list1 h2 {
    font-size: 18px;
    width: 526px;
    height: 25px;
    margin-bottom: 10px;
}

.news .bd .box .news_list1 .text1 {
    width: 425px;
    line-height: 25px;
}

.news .bd .box .news_list1 .time {
    width: 95px;
}

.news .bd .box .news_list1 .time .t1 {
    font-size: 16px;
    line-height: 25px;
}

.news .bd .box .news_list1 .time .more {
    display: block;
    width: 95px;
    height: 25px;
    background: url(../images/n1.png) no-repeat right center;
    line-height: 25px;
    font-size: 16px;
    letter-spacing: 1px;
}

.news .bd .box .news_list1:hover {
    box-shadow: 0 2px 2px #1565BB;
}

.news .bd .box .news_list1:hover h2 a {
    color: #1565BB;
}

.cover {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}