
.in_title {
    text-align: center;
    margin-bottom: 40px;
    padding-top: 60px;
    padding-bottom: 25px;
    background: url("../images/title_line.jpg") no-repeat bottom center;
}

.in_title h2 {
    font-size: 40px;
    color: #333;
    letter-spacing: 1px;
    background: url("../images/title_bg.png") no-repeat center;
}

.in_title h2 span {
    font-weight: lighter;
}

.in_title p {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
    font-weight: lighter;
}

a.more {
    width: 137px;
    line-height: 35px;
    height: 35px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #1955ba;
    display: block;
    margin-top: 25px;
}


/* in_product */

.in_product {
    padding-bottom: 30px;
}

.in_product .hd {
    font-size: 0;
    text-align: center;
    margin-bottom: 40px;
}

.in_product .hd ul {
    margin: 0 -11px;
}

.in_product .hd ul li {
    display: inline-block;
    width: 152px;
    line-height: 44px;
    background: #1955ba;
    text-align: center;
    margin: 0 11px;
}

.in_product .hd ul li a {
    font-size: 18px;
    color: #fff;
}

.in_product .hd ul li.on {
    background: #333333;
}

.in_product .bd ul {
    margin: 0 -9px;
}

.in_product .bd ul li {
    float: left;
    width: 286px;
    text-align: center;
    margin: 0 9px 30px;
}

.in_product .bd ul li .pic {
    width: 286px;
    height: 200px;
    overflow: hidden;
}

.in_product .bd ul li .pic img {
    width: 286px;
    height: 200px;
    display: block;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.in_product .bd ul li:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.in_product .bd ul li p {
    font-size: 18px;
    color: #000000;
    margin-top: 10px;
}


/* in_about */

.in_about {
    background: url("../images/about_bg.jpg") no-repeat center;
    background-attachment: fixed;
    background-size: 100% 100%;
    padding-bottom: 80px;
}

.in_about .in_title {
    padding-top: 80px;
    background: url("../images/title_line2.jpg") no-repeat bottom center;
}

.in_about .in_title h2 {
    color: #fff;
    background: url("../images/title_bg2.png") no-repeat center;
}

.in_about .in_title p {
    color: #fff;
}

.in_about .about_box {
    background: #fff;
    height: 426px;
}

.in_about .about_box .fl {
    width: 583px;
    height: 426px;
}

.in_about .about_box .fr {
    width: 617px;
}

.in_about .about_box .fr .about_txt {
    padding: 70px 40px 0;
}

.in_about .about_box .fr .about_txt h2 {
    font-size: 30px;
    color: #333333;
    margin-bottom: 25px;
}

.in_about .about_box .fr .about_txt p {
    line-height: 26px;
    font-size: 16px;
    color: #00000;
}


/* in_case */

.in_case {
    padding-bottom: 60px;
    overflow: hidden;
}

.in_case .case_list {
    position: relative;
}

.in_case .case_list .hd .prev,
.in_case .case_list .hd .next {
    position: absolute;
    left: -45px;
    top: 155px;
    display: block;
    width: 24px;
    height: 46px;
    background: url("../images/prev.png") no-repeat;
}

.in_case .case_list .hd .next {
    left: auto;
    right: -45px;
    background: url("../images/next.png") no-repeat;
}

.in_case .case_list .bd ul li {
    float: left;
    width: 383px;
    margin-right: 24px;
}

.in_case .case_list .bd ul li .pic {
    width: 383px;
    height: 272px;
    overflow: hidden;
}

.in_case .case_list .bd ul li .pic img {
    max-width: 383px;
    max-height: 272px;
    display: block;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.in_case .case_list .bd ul li:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.in_case .case_list .bd ul li .txt {
    padding: 0 12px;
}

.in_case .case_list .bd ul li .txt h3 {
    font-size: 20px;
    line-height: 64px;
    text-align: center
}

.in_case .case_list .bd ul li .txt p {
    font-size: 16px;
}

.in_case .case_list .bd ul li:last-child {
    margin-right: 0;
}


/* in_news */

.in_news {
    background: #f4f4f4;
    padding-bottom: 25px;
}

.in_news .news_box .news_fl {
    width: 473px;
}

.in_news .news_box .news_fl img {
    width: 473px;
    height: 275px;
    display: block;
}

.in_news .news_box .news_fl .txt {
    margin-top: 35px;
}

.in_news .news_box .news_fl .txt h3 a {
    font-size: 18px;
    padding-left: 20px;
    background: url("../images/dot.png") no-repeat left center;
}

.in_news .news_box .news_fl .txt p {
    font-size: 16px;
    line-height: 23px;
    margin-top: 20px;
    padding-left: 20px;
}

.in_news .news_box .news_fl .txt a.more {
    margin-top: 35px;
    margin-left: 20px;
}

.in_news .news_box .news_fr {
    width: 700px;
}

.in_news .news_box .news_fr dl {
    padding: 30px 18px 30px 105px;
    background: #fafafa;
    position: relative;
    float: left;
    margin-left: 12px;
    margin-bottom: 40px;
    height: 70px;
}

.in_news .news_box .news_fr dl dt {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 30px;
    width: 105px;
    text-align: center;
}

.in_news .news_box .news_fr dl dt span {
    display: block;
    color: #1955ba;
    font-size: 30px;
    font-weight: bold;
}

.in_news .news_box .news_fr dl dd {
    padding-left: 18px;
    border-left: 1px solid #bfbfbf;
    width: 195px;
}

.in_news .news_box .news_fr dl dd h3 {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.in_news .news_box .news_fr dl dd p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
}