

/*轮播大图*/
.ibanner {
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
}

.ibanner > ul {
    display: none;
    height: 350px;
    position: absolute;
    top: 0;
    left: 0;
}

.ibanner > ul > li {
    float: left;
    height: 350px;
}

.ibanner > ul > li img {
    width: 100%;
    height: 350px;
}

.ibanner > ul > li > a {
    display: block;
    font-size: 200px;
    text-align: center;
    line-height: 300px;
    font-weight: bold;
}

.left-btn, .right-btn {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 45%;
    cursor: pointer;
}

.left-btn {
    left: 70px;
    background: url("../images/l-btn.png");
}

.right-btn {
    right: 70px;
    background: url("../images/r-btn.png");
}

.img-btn-list {
    width: 100%;
    position: absolute;
    bottom: 18px;
    left: 0;
    text-align: center;
}

.img-btn-list > span {
    display: inline-block;
    width: 26px;
    height: 8px;
    border-radius: 18px;
    margin: 0 5px;
    background: #444;
    cursor: pointer;
}

.img-btn-list > span.current {
    background: #f60;
}

.ilink {
    width: 1200px;
    margin: 10px auto;
}

.ilink .ilink-tit {
    height: 36px;
    line-height: 36px;
    background: url("../images/guide-line.png") center repeat-x;
    text-align: center;
}

.ilink h2 {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #333;
    background: #FAFAFA;
    padding: 0 30px;
}

.ilink p {
    margin: 0px auto;
    text-align: left;
    line-height: 24px;
}

.ilink p a {
    float: left;
    margin: 2px 15px 2px 0;
    color: #333;
    white-space: nowrap;
    display: inline-block;
}

.logo-wall {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100px;
    margin-top: 10px;
}

.logo-wall li {
    width: 230px;
    height: 93px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}


.project {
    margin: 10px auto;
}

.project ul li {
    margin: 20px 18px;
    border-radius: 10px;
    width: 260px;
    float: left;
    height: 240px;
    vertical-align: top;
    background: #fff;
    color: #666;
    box-shadow: 0px 6px 20px rgba(217,217,217,0.75);
    -webkit-box-shadow: 0px 6px 20px rgba(217,217,217,0.75);
    -moz-box-shadow: 0px 6px 20px rgba(217,217,217,0.75);
}

.project ul {
    margin-bottom: 30px;
}

.project ul li > span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0px;
    color: #333;
    letter-spacing: 2px;
}

.project ul li > p {
    font-size: 15px;
    padding: 0px 5px;
    color: #333;
}

.project li svg {
    margin-top: 30px;
    height: 50px;
    width: 50px;
    font-size: 100px;
}

.project li:nth-child(2) svg {
    color: #00ceff;
}

.project li:nth-child(3) svg {
    color: #f6d220;
    width: 60px;
    height: 60px;
}

.project li:nth-child(6) svg {
    color: #f6d220;
    height: 60px;
}

.project li:nth-child(4) svg, .project li:nth-child(7) svg {
    color: #7f96e0;
}

.project li:nth-child(8) svg {
    color: #4cba91;
    height: 45px;
    width: 45px;
}

.project li:nth-child(9) svg {
    color: #00ceff;
    width: 60px;
    height: 50px;
}

.project li:hover {
    transform: translate3d(0, -5px, 0);
    box-shadow: 0px 11px 12px rgba(217,217,217,0.75);
}

.project li:hover, .project li:first-child, .project li:first-child p {
    background: #fa5441;
    color: #fff;
}

.project li:hover span, .project li:first-child span, .project li:hover p {
    color: #fff;
}

.project li:hover svg, .project li:first-child svg {
    color: #fff;
}

.about_team {
    text-align: center;
    margin: 30px 0px;
}

.about_team h3 {
    color: #333;
    font-size: 36px;
    letter-spacing: 2px;
    padding-bottom: 10px;
}

.about_team p {
    letter-spacing: 1px;
    font-size: 18px;
    color: #333;
}

.team_img {
    margin: 20px 5px 0px;
    display: inline-block;
    width: 200px;
    vertical-align: middle;
}

.team_img img {
    margin-top: 10px;
    width: 100%;
    height: 150px;
}

.team_img img:hover {
    transform: scale(2, 2);
    -webkit-transform: scale(2, 2);
    -moz-transform: scale(2, 2);
    -o-transform: scale(2, 2);
}

.instructions {
    margin: 20px auto;
    width: 1200px;
}

.instructions .layout {
    height: 70px;
    border: 1px solid #e2e2e2;
    background-color: #f2f2f2;
    padding: 16px 0 16px 30px;
    color: #b2b2b2;
    box-sizing: border-box
}

.instructions .step {
    float: left;
    width: 200px;
    position: relative;
    margin-right: 30px
}

.instructions .step em {
    width: 36px;
    height: 36px;
    border: 1px solid gray;
    color: gray;
    font-size: 22px;
    text-align: center;
    line-height: 36px;
    margin-right: 22px;
    float: left;
    border-radius: 50%
}

.instructions .step .tit {
    font-size: 14px;
    color: gray
}

.instructions .step:after {
    content: '';
    width: 24px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 4px;
    background: none;
}

.instructions .step-5 {
    margin-right: 0
}

.instructions .step-5:after {
    display: none
}



.H-tit {
    text-align: center;
    line-height: 44px;
    padding-bottom: 40px;
}

.H-tit h4 {
    color: #333;
    font-size: 36px;
}

.H-tit p {
    color: #999;
    font-size: 16px;
}

.hb-sev {
    width: 1200px;
    margin: 0px auto;
    padding: 15px 0;
}

.hb-sev .sev-con li {
    float: left;
    width: 14.28%;
}

.hb-sev .sev-con a {
    display: block;
}

.hb-sev .sev-con dl {
}

.hb-sev .sev-con dt {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 118px;
    height: 53px;
    padding: 32.5px 0;
    border: 1px dashed #ccc;
    margin: 0 auto;
    background: #fff;
}

.hb-sev .sev-con dt .li-img {
    display: block;
    width: 60px;
    height: 60px;
    float: left;
    margin: 2px 0 0 28px;
    background: url(../images/tuu.png) no-repeat;
    overflow: hidden;
}

.hb-sev .sev-con dd {
    color: #333;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

.hb-sev .sev-con a:hover dt {
    background: #ffeeee;
}

.hb-sev .sev-con a:hover dd {
    color: #dd0000;
}

.hb-sev .sev-con li dt .li-img1 {
    background-position: 0 2px;
}

.hb-sev .sev-con li dt .li-img2 {
    background-position: 0 -60px;
}

.hb-sev .sev-con li dt .li-img3 {
    background-position: 0 -119px;
}

.hb-sev .sev-con li dt .li-img4 {
    background-position: 0 -179px;
}

.hb-sev .sev-con li dt .li-img5 {
    background-position: 0 -240px;
}

.hb-sev .sev-con li dt .li-img6 {
    background-position: 0 -298px;
}

.hb-sev .sev-con li dt .li-img7 {
    background-position: 0 -358px;
}

.hb-sev .sev-con li a:hover dt .li-img1 {
    background-position: -60px 2px;
}

.hb-sev .sev-con li a:hover dt .li-img2 {
    background-position: -60px -60px;
}

.hb-sev .sev-con li a:hover dt .li-img3 {
    background-position: -60px -119px;
}

.hb-sev .sev-con li a:hover dt .li-img4 {
    background-position: -60px -179px;
}

.hb-sev .sev-con li a:hover dt .li-img5 {
    background-position: -60px -240px;
}

.hb-sev .sev-con li a:hover dt .li-img6 {
    background-position: -60px -298px;
}

.hb-sev .sev-con li a:hover dt .li-img7 {
    background-position: -60px -358px;
}






.sub-area {
    width: 1200px;
    margin: 10px auto;
}

.sitem-box {
    width: 143px;
    height: 300px;
    margin: 0 0 4px 4px;
    padding: 0px;
    overflow: hidden;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    float: left;
    position: relative;
    border: 1px solid #eee; /*background:#333;*/
}

.sitem-box:hover {
    border: 1px solid #e5e5e5;
    z-index: 10;
    box-shadow: #ededed 0 5px 10px;
    -webkit-box-shadow: #ededed 0 5px 10px;
    -moz-box-shadow: #ededed 0 5px 10px
}

.sitem-box dd { /*height:26px;line-height:26px;*/
    width: 90%;
    margin: 0px auto;
    font-size: 16px;
    text-align: center;
    font-weight: bolder;
    color: #0e0517;
}

.sitem-box dd span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    text-align: center;
    color: #b2b2b2;
    color: #999;
}

.sitem-box dd span a {
    display: block;
    width: 100%;
    margin-top: 5px;
    font-size: 12px;
    text-align: left;
    text-indent: 20px;
    color: #000;
    height: 26px;
    line-height: 26px;
    background: url(../images/flico.png) no-repeat 5px 7px;
}

/*.sitem-box dt{ margin: 0 auto; width: 60px; height: 60px; margin-bottom:20px; }
.stp1{background: url(../images/stp1.png) no-repeat center center; }*/
.sitem-box dt {
    margin: 0 0 10px 0;
    overflow: hidden;
    width: 143px;
    height: 143px;
    font-size: 0;
    text-align: center;
}

.sitem-box dt img {
    width: 100%;
    height: 100%;
}


.cjprint {
    height: 270px;
    overflow: hidden;
    background: url(../images/icos/ggbg.jpg) repeat /*#373d41*/;
    padding: 20px 0;
}

.cjprint ul li {
    width: 240px;
    height: 240px;
    background-size: 100%;
    float: left;
    margin-top: 15px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
}

.cjprint ul li.zt1 {
    background-image: url(../images/icos/z1.jpg);
}

.cjprint ul li.zt2 {
    background-image: url(../images/icos/z2.jpg);
}

.cjprint ul li.zt3 {
    background-image: url(../images/icos/z3.jpg);
}

.cjprint ul li.zt4 {
    background-image: url(../images/icos/z4.jpg);
}

.cjprint ul li.zt5 {
    background-image: url(../images/icos/z5.jpg);
}

.cjprint ul li:hover {
    height: 250px;
    margin-top: 10px;
}

.cjprint ul li .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cjprint ul li:hover .bg {
    background: rgba(255,102,0,.8);
}

.cjprint ul li img {
    display: block;
    margin: 70px auto 16px;
}

.cjprint ul li em {
    width: 25px;
    height: 1px;
    background: #fff;
    display: block;
    margin: 0 auto;
}

.cjprint ul li p {
    font-size: 16px;
    color: #fff;
    margin-top: 18px;
    text-align: center;
}



.ilink {
    width: 1200px;
    margin: 10px auto;
}

.ilink .ilink-tit {
    height: 36px;
    line-height: 36px;
    background: url("../images/guide-line.png") center repeat-x;
    text-align: center;
}

.ilink h2 {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #333;
    background: #FAFAFA;
    padding: 0 30px;
}

.ilink p {
    margin: 0px auto;
    text-align: left;
    line-height: 24px;
}

.ilink p a {
    float: left;
    margin: 2px 15px 2px 0;
    color: #333;
    white-space: nowrap;
    display: inline-block;
}

.logo-wall {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100px;
    margin-top: 10px;
}

.logo-wall li {
    width: 230px;
    height: 93px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hotactivity {
    margin: 0px auto;
    width: 1200px;
    text-align: center;
}

.hotactivity .hottitle {
    display: inline-block;
    padding: 0 20px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #444;
    text-align: center;
    letter-spacing: 3px;
    line-height: 30px;
}

.hotactivity .hottitle .hotimgleft {
    left: -57px;
}

.hotactivity .hottitle .hotimgright {
    right: -57px;
}

.hotactivity .hottitle img {
    position: absolute;
    top: 50%;
    vertical-align: top;
    border: 0;
}

.hotcontent {
    width: 100%;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    height: 55px;
}

.hotcontent .hotul {
    position: absolute;
    display: none;
    left: 0px;
    top: 0px;
}

.hotcontent .hotul li {
    float: left;
}

.hotcontent .hotul .hottext {
    width: 394px;
    float: left;
    border: 1px solid #ebeef5;
    background-color: #fff;
    color: #303133;
    -webkit-transition: .3s;
    transition: .3s;
    margin: 0px 5px;
}

.hotcontent .hotul .hottext span {
    font-size: 16px;
    display: inline-block;
    padding: 16px;
}

.hotcontent .hotleftbtn, .hotcontent .hotrightbtn {
    display: none;
    width: 47px;
    height: 47px;
    position: absolute;
    top: 8px;
    cursor: pointer;
}

.hotcontent:hover .hotleftbtn, .hotcontent:hover .hotrightbtn {
    display: block;
}

.hotcontent .hotleftbtn {
    left: 10px;
    background: url("../images/focus_btn.png") no-repeat -1px 0;
}

.hotcontent .hotrightbtn {
    right: 10px;
    background: url("../images/focus_btn.png") no-repeat -99px 0;
}

.borderrect {
    border: solid 4px;
    padding: 5px;
    margin-bottom: 5px;
}

.color1 {
    border-color: #EB3D00
}

.color2 {
    border-color: #0089E1
}

.color3 {
    border-color: #009049
}

.color4 {
    border-color: #F48000
}

.color5 {
    border-color: #FA9D99
}

.color6 {
    border-color: #A14875
}
