/*title*/

.title {
    width: 100%;
    text-align: center;
    padding: 60px 0 40px 0;
}

.title p {
    font-size: 14px;
    color: #999999;
    line-height: 35px;
}

.title h2 {
    font-size: 40px;
    color: #005eb0;
}

.title h2 span {
    color: #005eb0;
}


/*product*/

.product .product_con {
    /* height: 1111px; */
    overflow: hidden;
}

.product .product_nav {
    background: #005eb0;
    width: 250px;
    padding-bottom: 30px;
}

.product .product_top {
    background: #ff7e00;
    color: #fff;
    padding: 22px;
}

.product .product_top div {
    border-left: 5px solid #fff;
    padding-left: 20px;
}

.product .product_top h2 {
    font-size: 30px;
}

.product .product_top p {
    font-size: 14px;
}

.product .product_nav ul li {
    height: 53px;
    border-bottom: 1px solid #838383;
    line-height: 53px;
}

.product .product_nav ul li a {
    color: white;
    font-size: 16px;
    padding-left: 23px;
}

.product .product_nav ul li.on {
    width: 250px;
    background: url(../images/nav_bg.png) no-repeat 200px center #ff7e00;
}

.product .product_nav .bottom {
    text-align: center;
    margin-top: 25px;
    color: white;
    text-align: center;
}

.product .product_nav .bottom .txt1 {
    font-size: 18px;
    margin: 6px 0;
}

.product .product_nav .bottom .txt2 {
    font-size: 30px;
    line-height: 31px;
    letter-spacing: -1px;
}

.product_box {
    width: 942px;
    overflow: hidden;
}

.product_list {
    width: 100%;
    position: relative;
}

.product_list ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: none;
}

.product_list ul.on {
    display: block;
}

.product_list ul li {
    float: left;
    margin-left: 27px;
    margin-bottom: 27px;
    border: 1px solid #ccc;
    padding: 1px;
    text-align: center;
}

.product_list ul li a aside {
    display: block;
    width: 283px;
    height: 272px;
    margin-bottom: 10px;
}

.product_list ul li a aside::before {
    content: '';
    width: 0%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: -4px;
}

.product_list ul li a img {
    max-width: 99%;
    max-height: 222px;
    width: auto;
    height: auto;
    vertical-align: middle;
    border: 0;
    margin: 0;
}

.product_list ul li p {
    text-align: center;
    line-height: 54px;
    font-size: 18px;
}

.product_list ul li p {
    color: #333333;
}

.product_list ul li:hover {
    border: 1px solid #005eb0;
}

.product_list ul li:hover p {
    color: #005eb0;
}

.service {
    height: 806px;
    background: url(../images/service_bg.jpg) no-repeat top center;
    margin-top: 60px;
}

.service .title h2 {
    color: #fff;
}

.service .title p {
    color: #fff;
}

.service ul li {
    text-align: center;
    width: 20%;
    float: left;
    width: 360px;
    margin-bottom: 60px;
    margin-right: 60px;
}

.service ul li img {
    width: 360px;
    height: 165px;
}

.service ul li p {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}

.service ul li.last {
    margin-right: 0;
}


/*about*/

.about {
    width: 100%;
    height: 575px;
    background: url(../images/bg3.jpg) no-repeat top center;
    margin-top: 60px;
}

.about .txt {
    width: 610px;
}

.about .txt img {
    margin: 65px 0 25px 0;
}

.about .txt p {
    line-height: 30px;
    font-size: 18px;
    color: #ededed;
}

.about .index_more {
    font-size: 18px;
    line-height: 90px;
    padding: 10px 40px;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #ffffff;
}

.about .about_img {
    width: 522px;
    margin-top: 78px;
}

.adv ul li {
    text-align: center;
    width: 260px;
    float: left;
    margin: 0 20px;
}

.adv ul li p.txt1 {
    font-size: 25px;
    color: #333333;
    line-height: 48px;
    font-weight: bold;
}

.adv ul li p.txt2 {
    font-size: 14px;
    color: #666666;
}


/*news*/

.news {
    background: #efefef;
    padding-bottom: 10px;
}

.news .news_list .fl {
    width: 500px;
}

.news .news_list .fl img {
    width: 500px;
    height: 317px;
}

.news .news_list .fl h2 {
    font-size: 18px;
    color: #333333;
    line-height: 60px;
    font-weight: 500
}

.news .news_list .fl li:hover h2 {
    color: #005eb0
}

.news .news_list .fl p {
    font-size: 14px;
    line-height: 18px;
    color: #666666;
}

.news .news_list .fr {
    width: 560px;
}

.news .news_list .fr ul li {
    margin-bottom: 45px;
    padding-left: 35px;
    position: relative;
    border-left: 3px solid #afafaf;
    height: 76px;
}

.news .news_list .fr ul li span {
    position: absolute;
    left: -90px;
    top: 0;
    font-size: 14px;
    color: #afafaf;
    text-align: right
}

.news .news_list .fr ul li span b {
    display: block;
    font-size: 18px;
    font-weight: 500
}

.news .news_list .fr ul li h2 {
    color: #333333;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 500
}

.news .news_list .fr ul li p {
    color: #666666;
    line-height: 18px;
}

.news .news_list .fr ul li:hover h2 {
    color: #164799
}