.in_title h2 {
    font-size: 30px;
    color: #0366bb;
    font-weight: normal;
}

.in_title h2 span {
    font-size: 16px;
    color: #a5a5a5;
}

.in_title p {
    font-size: 16px;
    color: #7e7e7e;
    margin-top: 10px;
}

a.more {
    width: 135px;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    color: #0366bb;
    text-align: center;
    display: block;
    border: 1px solid #0366bb;
}


/*in_search*/

.in_search {
    width: 100%;
    background: url("../images/search_bg.png") no-repeat center;
    height: 105px;
    margin-top: -40px;
    position: relative;
    z-index: 9999;
}

.in_search .search_box {
    width: 690px;
    margin-left: 30px;
    margin-top: 38px;
}

.in_search .search_txt {
    height: 27px;
    line-height: 27px;
    font-size: 18px;
    color: #9f9f9f;
}

.in_search .search_txt span {
    color: #343434;
    font-weight: bold;
}

.in_search .search_txt a {
    color: #9f9f9f;
}

.in_search .search_cnt1 {
    width: 338px;
    height: 29px;
    position: relative;
    margin-right: 30px;
    margin-top: 38px;
}

.in_search .search_cnt1 .txt {
    font-size: 14px;
    width: 320px;
    height: 27px;
    line-height: 27px;
    padding-left: 16px;
    color: #9f9f9f;
    border: 1px solid #b7b7b7;
    border-radius: 13.5px;
}

.in_search .search_cnt1 .btn {
    width: 41px;
    height: 27px;
    background: url("../images/btn.png") no-repeat;
    position: absolute;
    right: 0;
    top: 1px;
}


/*in_product*/

.in_product {
    padding-top: 80px;
}

.in_product .in_title {
    position: relative;
}

.in_product .in_title a.more {
    position: absolute;
    top: 0;
    right: 0;
    width: 114px;
    height: 31px;
    line-height: 31px;
}

.in_product .product_nav {
    text-align: right;
    padding-bottom: 25px;
    border-bottom: 1px solid #b3b3b3;
}

.in_product .product_nav ul li {
    width: 114px;
    height: 31px;
    line-height: 31px;
    border: 1px solid #a9a9a9;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    margin-left: 35px;
}

.in_product .product_nav ul li a {
    color: #6f6f6f;
    font-size: 20px;
}

.in_product .product_nav ul li.on {
    background: #0366bb;
    border: 1px solid #0366bb;
}

.in_product .product_nav ul li.on a {
    color: #fff;
}

.in_product .product_box {
    overflow: hidden;
}

.in_product .product_list {
    width: 100%;
    position: relative;
}

.in_product .product_list ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: none;
}

.in_product .product_list ul.on {
    display: block;
}

.in_product .product_list ul li {
    float: left;
    height: 374px;
    margin: 25px 15.5px;
}

.in_product .product_list ul li img {
    border: 1px solid #d4d4d4;
    width: 365px;
    height: 273px;
    display: block;
    cursor: pointer;
}

.in_product .product_list ul li p {
    line-height: 39px;
    height: 39px;
    font-size: 16px;
    width: 100%;
    overflow: hidden;
    color: #5c5c5c;
    border-bottom: 1px solid #d4d4d4;
}

.in_product .product_list ul li a.pro_more {
    line-height: 39px;
    height: 39px;
    font-size: 16px;
    color: #0366bb;
}

.in_product .product_list ul li:hover {
    padding: 10px 10px 0 10px;
    height: 364px;
    -moz-box-shadow: 0px 0px 10px #c3c2c2;
    -webkit-box-shadow: 0px 0px 10px #c3c2c2;
    box-shadow: 0px 0px 10px #c3c2c2;
}

.in_product .product_list ul li:hover img {
    width: 345px;
    height: 263px;
}


/* in_advan */

.in_advan {
    background: url("../images/advan_bg.jpg") no-repeat top center;
    padding-top: 55px;
}

.in_advan ul li img {
    width: 554px;
}

.in_advan ul li .txt {
    width: 482px;
}

.in_advan ul li .txt span {
    font-size: 37px;
    color: #fff;
    background: #0366bb;
    padding: 0 2px;
}

.in_advan ul li .txt h3 {
    font-size: 24px;
    color: #0366bb;
    font-weight: normal;
    line-height: 24px;
}

.in_advan ul li .txt p {
    font-size: 16px;
    color: #575757;
    line-height: 26px;
}

.in_advan ul li.li01 .txt {
    position: relative;
    padding-left: 72px;
}

.in_advan ul li.li01 .txt span {
    color: #0366bb;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.in_advan ul li.li01 .txt h3 {
    color: #fff;
}

.in_advan ul li.li01 .txt p {
    color: #fff;
    margin-top: 10px;
}

.in_advan ul li.li02 {
    position: relative;
    margin-top: -130px;
}

.in_advan ul li.li02 .txt {
    width: 600px;
    bottom: 0;
    position: absolute;
    right: 0;
}

.in_advan ul li.li02 .txt h3 {
    line-height: 42px;
}

.in_advan ul.ul02 {
    margin-top: 50px;
}

.in_advan ul.ul02 li .txt {
    position: relative;
    padding-left: 72px;
    margin-top: 25px;
}

.in_advan ul.ul02 li .txt span {
    position: absolute;
    left: 0;
    top: 0;
}

.in_advan ul.ul02 li .txt p {
    margin-top: 10px;
}

.in_adv {
    background: #ededed;
    text-align: center;
    padding: 15px 0;
    margin-top: 60px;
}

.in_adv ul li {
    height: 108px;
    display: inline-block;
    padding: 0 40px 0 120px;
    text-align: left;
    position: relative;
    border-left: 1px dashed #8c8c8c;
}

.in_adv ul li span {
    color: #fff;
    background: #0366bb;
    position: absolute;
    left: 40px;
    top: 28px;
    width: 61px;
    height: 61px;
    line-height: 61px;
    display: block;
    font-size: 24px;
    text-align: center;
    border-radius: 5px;
}

.in_adv ul li h3 {
    color: #575757;
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    margin-top: 20px;
}

.in_adv ul li p {
    color: #0366bb;
    font-size: 16px;
    margin-top: 10px;
}

.in_adv ul li.first {
    border-left: none;
}

.in_adv ul li.first span {
    font-size: 18px;
}


/* in_about */

.in_about {
    background: url(../images/about_bg.jpg) no-repeat top center;
    padding-top: 175px;
    margin-top: 80px;
}

.in_about .about_box {
    background: url("../images/about_txt.png") no-repeat top center;
    height: 409px;
}

.in_about .about_box .fl {
    width: 660px;
    padding: 25px;
}

.in_about .about_box .fl .in_title {
    margin-bottom: 30px;
}

.in_about .about_box .fl p {
    line-height: 35px;
    font-size: 16px;
    color: #585858;
}

.in_about .about_box .fl a.more {
    margin-top: 25px;
}

.in_about .about_box .fr {
    width: 485px;
    display: block;
}


/* in_news */

.in_news {
    margin-top: 60px;
    padding-bottom: 80px;
}

.in_news .in_title {
    padding-bottom: 25px;
    border-bottom: 1px solid #b3b3b3;
    position: relative;
    margin-bottom: 25px;
}

.in_news .news_nav {
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
}

.in_news .news_nav ul li {
    width: 114px;
    height: 31px;
    line-height: 31px;
    border: 1px solid #a9a9a9;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    margin-left: 35px;
}

.in_news .news_nav ul li a {
    color: #6f6f6f;
    font-size: 20px;
}

.in_news .news_nav ul li.on {
    background: #0366bb;
    border: 1px solid #0366bb;
}

.in_news .news_nav ul li.on a {
    color: #fff;
}

.in_news .news_list {
    display: none;
}

.in_news .news_list.on {
    display: block;
}

.in_news .news_list dl {
    width: 330px;
    float: left;
    margin-right: 105px;
}

.in_news .news_list dl:last-child {
    margin-right: 0;
}

.in_news .news_list dl dt {
    font-size: 22px;
    color: #585858;
}

.in_news .news_list dl dt span {
    font-size: 14px;
}

.in_news .news_list dl dd h3 a {
    font-size: 18px;
    color: #0366bb;
    line-height: 64px;
    font-weight: normal;
}

.in_news .news_list dl dd p {
    color: #898989;
    font-size: 14px;
    ;
    line-height: 24px;
    height: 96px;
}

.in_news .news_list dl dd a.more {
    margin-top: 25px;
}