.in_title {
    text-align: left;
    margin-bottom: 20px;
    padding-left: 15px;
    position: relative
}

.in_title h2 {
    font-size: 30px;
    color: #4c4c4c;
}

.in_title p {
    font-size: 14px;
    color: #999999;
}

.in_title .fr {
    position: absolute;
    right: 0;
    top: 20px;
}

.in_title .border {
    position: absolute;
    left: 0;
    top: 8px;
    height: 50px;
    width: 5px;
    background: #053b9e;
}

/*in_search*/

.in_search {
    width: 328px;
    height: 38px;
    background: url(../images/searchbg.jpg) no-repeat left center;
    position: absolute;
    right: 0;
    top: 10px;
}

.in_search .search_box {
    width: 690px;
}

.in_search .txt {
    height: 38px;
    background: #f2f2f2;
    line-height: 38px;
    font-size: 16px;
    color: #333;
    width: 274px;
    float: left;
    text-indent: 10px;
}

.in_search .btn {
    width: 52px;
    height: 38px;
    float: left;
    background: none;
    border: none;
}

.in_one {
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 100px;
}

.in_one ul {
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
    padding-top: 20px;
}

.in_one ul li {
    width: 29%;
    padding: 20px 2% 0;
    min-height: 348px;
    border-right: 1px solid #e5e5e5;
    float: left;
    position: relative
}

.in_one ul li:last-child {
    border: none;
}

.in_one ul li a img {
    max-width: 100%;
    display: block;
    margin: 0 auto 10px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.in_one ul li a h3 {
    font-size: 26px;
    color: #333333;
    text-align: center
}

.in_one ul li a p {
    font-size: 14px;
    color: #6a6a6a;
    line-height: 28px;
    margin-top: 10px;
}

.in_one ul li a span {
    border: 1px solid #6a6a6a;
    display: block;
    color: #6a6a6a;
    width: 100px;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -50px;
    line-height: 30px;
    font-size: 14px;
}

.in_one ul li:hover a img {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

/*in_product*/

.in_product {
    background: url(../images/probg.jpg) repeat-x;
    padding-top: 60px;
    padding-bottom: 50px;
}

.in_product .fr li {
    float: left;
}

.in_product .fr li a {
    color: #282828;
    font-size: 18px;
    border-right: 1px solid #282828;
    line-height: 15px;
    padding: 0 10px;
    display: block;
}

/* 本例子css */

.multipleColumn {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.multipleColumn .hd {
    overflow: hidden;
    height: 30px;
    padding: 0 10px;
    display: none;
}

.multipleColumn .hd .prev, .multipleColumn .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("images/icoLeft.gif") no-repeat;
}

.multipleColumn .hd .next {
    background: url("images/icoRight.gif") no-repeat;
}

.multipleColumn .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.multipleColumn .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("images/icoCircle.gif") 0 -9px no-repeat;
}

.multipleColumn .hd ul li.on {
    background-position: 0 0;
}

.multipleColumn .bd {
    margin: 0 -8px;
    overflow: hidden;
}

.multipleColumn .bd ul {
    overflow: hidden;
    zoom: 1;
    width: 100%;
    float: left;
    _display: inline;
}

.multipleColumn .bd ul li {
    margin: 0 8px 24px;
    border: 1px solid #dddddd;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    position: relative
}

.multipleColumn .bd ul li img {
    width: 386;
    height: 308;
    display: block;
}

.multipleColumn .bd ul li .title {
    line-height: 24px;
}

.multipleColumn .bd ul li a p {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 54px;
    height: 54px;
    background: rgb(0, 0, 0, 0.5);
    width: 100%;
    color: #FFF;
    font-size: 21px;
}

.in_product2 {
    background: #FFF;
}

.in_product2 .product_box {
    margin: 0 -12px;
    overflow: hidden;
}

.in_product2 .product_box li {
    width: 588px;
    height: 320px;
    background: #f2f2f2;
    float: left;
    margin: 12px;
}

.in_product2 .product_box li a img {
    width: 230px;
    height: 208px;
    border: 1px solid #e6e5e5;
    margin: 32px 10px 0;
}

.in_product2 .product_box li a p {
    width: 232px;
    height: 45px;
    background: #053b9e;
    line-height: 45px;
    color: #FFF;
    text-indent: 20PX;
    font-size: 18px;
    position: relative;
    margin: 0 0 0 10px;
}

.in_product2 .product_box li a p span {
    position: absolute;
    right: 10px;
    top: 0;
    text-indent: 0;
}

.in_product2 .product_box li .fr {
    width: 300px;
    max-height: 255px;
    font-size: 14px;
    color: #666666;
    margin: 55px 22px 0 0;
    line-height: 24px;
    text-indent: 20px;
}

.in_adv {
    overflow: hidden;
    background: url(../images/advbg.jpg) repeat-x;
    padding-top: 50px;
}

.in_adv .in_title {
    background: url(../images/serverbg.jpg) no-repeat right center;
}

.in_adv .adv_box ul {
    overflow: hidden;
    margin: 39px -5px 80px;
}

.in_adv .adv_box ul li {
    width: 233px;
    height: 333px;
    margin: 0 4px;
    float: left;
    background: url(../images/server01bg.png ) no-repeat center 36px #fff;
    transition: 1s;
    position: relative;
}

.in_adv .adv_box ul li:hover {
    cursor: pointer;
    background: url(../images/server01hbg.png ) no-repeat center 36px #fff;
}

.in_adv .adv_box ul li img {
    display: block;
    max-width: 100%;
    margin: 60px auto;
}

.in_adv .adv_box ul li h4 {
    width: 175px;
    height: 20px;
    ;
    margin: 0 auto;
    position: relative;
    display: block;
    border-bottom: 1px solid #313131
}

.in_adv .adv_box ul li h4 span {
    display: block;
    background: #FFF;
    padding: 0 5PX;
    font-size: 24px;
    margin-bottom: -20px;
    position: absolute;
    left: 50%;
    top: 5px;
    margin-left: -52px;
    font-weight: bold;
    color: #3b3a3a;
    font-size: 24px;
}

.in_adv .adv_box ul li em {
    display: block;
    font-size: 14px;
    color: #a6a4a4;
    text-align: center;
    padding: 25px 0 10px;
    font-style: normal
}

.in_adv .adv_box ul li p {
    padding: 0 20px;
    color: #5b5b5b;
    font-size: 16px;
    line-height: 25px;
    text-align: center
}

.in_adv .adv_box ul li .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    background: #053b9e;
    width: 100%;
    transition: .1s;
}

.in_adv .adv_box ul li:hover .bottom {
    height: 10px;
}

/* in_about */

.in_about .wrap {
    overflow: hidden;
    padding-top: 56px;
    background: url(../images/about.jpg) no-repeat right 56px;
}

/* .in_about .in_title h2{background: url("../images/title_bg1.png") no-repeat center;} */

.in_about .about_box {
    background: #f4f4f4;
    width: 588px;
    height: 316px;
}

.in_about .about_txt {
    padding: 35px 25px;
    font-size: 16px;
    line-height: 32px;
    color: #373738;
}

.in_about .about_txt h2 {
    color: #373738;
    font-size: 26px;
    line-height: 50px;
}

/* in_news */

.in_news {
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 60px;
}

.in_news .in_title {
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e8e8
}

.in_news .in_title a {
    background: #053b9e;
    font-size: 16px;
    color: #fff;
    width: 128px;
    line-height: 35px;
    display: block;
    text-align: center;
    position: absolute;
    right: 0;
    top: 10px;
}

.in_news .fl {
    width: 400px;
    height: 440px;
    background: #ededed;
    padding: 60px 78px 30px;
    overflow: hidden;
}

.in_news .fl h3 {
    font-size: 22px;
    color: #000;
    padding-bottom: 20px;
}

.in_news .fl img {
    margin-bottom: 20px;
}

.in_news .fl p {
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    color: #999999;
    font-size: 16px;
    margin-bottom: 20px;
}

.in_news .fl .more {
    background: #053b9e;
    font-size: 16px;
    color: #fff;
    width: 128px;
    line-height: 35px;
    display: block;
    text-align: center;
    margin: 0 auto
}

.in_news .fr {
    width: 600px;
}

.in_news .fr li {
    border-bottom: 1px solid #e8e8e8
}

.in_news .fr h3 {
    font-size: 22px;
    color: #000000;
    line-height: 70px;
    position: relative
}

.in_news .fr h3 i {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #e8e8e8;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}

.in_news .fr h3 span {
    font-size: 28px;
    color: #999999;
    position: absolute;
    right: 0;
    top: 0px;
    font-weight: normal
}

.in_news .fr a p {
    height: 105px;
    line-height: 25px;
    font-size: 16px;
    color: #999999
}

/* in_flink */

.in_flink {
    line-height: 70px;
}

.in_flink span {
    font-size: 21px;
    color: #fbc800;
    font-weight: bold;
}

.in_flink ul {
    display: inline-block;
}

.in_flink ul li {
    margin-right: 20px;
    display: inline-block;
}

.in_flink ul li a {
    font-size: 18px;
    color: #252525;
}