/****头部*****/
.w1520{
    width: 1520px;
    max-width: 80%;
    margin: 0 auto;
}
.t1520{
    width: 1520px;
    max-width: 92%;
    margin: 0 auto;
}
header{
    position: fixed;
    top:0;
    left:0;
    z-index:10;
    width:100%;
    background:#fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
header .logo{
    position: absolute;
    top:50%;
    left:10%;
    margin-top:-30px;
    width:140px;
    height: 60px;
    display: block;
    line-height:60px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
header.hover .logo{
    width: 120px;
    height: 50px;
    line-height: 40px;
    margin-top: -25px;
}
header .logo img{
    width:100%;
}
header .header-nav{
    margin-left: 25%;
    width:718px;
}
header .header-nav li{
    float: left;
    width: 20%;
    text-align: center;
    font-size:15px;
    color:#333;
    height:80px;
    line-height:80px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
header.hover .header-nav li{
    height: 60px;
    line-height: 60px;
}
/*.header-nav li:first-child{
    padding-left: 0;
}*/
header .header-nav li .title{
    display: inline-block;
    height:80px;
    color:#333;
    line-height:80px;
    position: relative;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
header.hover .header-nav li .title{
    height: 60px;
    line-height: 60px;
}
header .header-nav li .title:after{
    content:"";
    width:0;
    left:50%;
    height:2px;
    background:#d12325;
    position: absolute;
    bottom:0;
    transition: all .3s;
    -moz-transition: all .3s; /* Firefox 4 */
    -webkit-transition: all .3s; /* Safari 和 Chrome */
    -o-transition: all .3s; /* Opera */
}
header .header-nav li:hover .title:after,.header-nav li.hover .title:after{
    width:100%;
    left:0;
}
header .header-nav li:hover .title,.header-nav li.hover .title{
    color:#d12325;
}
header .right{
    position: absolute;
    height:14px;
    top:50%;
    right: 40px;
    width:150px;
    margin-top: -10px;
    margin-right: 40px;
}
header .right a{
    display: block;
    float: left;
    font-size:13px;
    color:#333;
    line-height:14px;
    width: 65%;
    text-align: center;
    border-left: 1px solid #d12325;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
header .right a:first-child{
    border-left: none;
}
header .right a:hover{
    color:#d12325;
}
header .right .gongz{
    width: 25px;
    height: 25px;
    margin-top: 10px;
    margin-right: 20px;
    background: url(../img/smallma.png) no-repeat center;
    background-size: cover;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
header .right .gongz:hover{
    background: url(../img/smallma_h.png) no-repeat center;
    background-size: cover;
}
header .right .gongz .header-ma{
    width: 100px;
    height: 100px;
    display: none;
    margin-top: 40px;
    margin-left: -40px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
header .right .gongz .header-ma img{
    width: 100%;
}
header .right .gongz:hover .header-ma{
    display: block;
}
header .right .about{
    background: #fff;
    position: absolute;
    top: 40px;
    left: 0;
    display: none;
}
header .right .nextsign{
    height:35px;
    width: 150px;
    background: url(../img/changtianxia.png) no-repeat center;
    background-size: 80% 100%;
    background-position: right;
    margin-left: 45px;
    margin-top: -35px;
}
header .right .nextsign:hover{
    background: url(../img/changtianxia_h.png) no-repeat center;
    background-size: 80% 100%;
    background-position: right;
}
header .right .about a{
    float: left;
}
header .right .line{
    width:1px;
    height:16px;
    background:#e6453d;
    position: absolute;
    left:50%;
    top:50%;
    margin-top:-8px;
    margin-left: -0.5px;
}
header .right a.search{
    width: 24px;
    height: 24px;
    margin-right: 50px;
    background: url(../img/header03.png) no-repeat center;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
header .right a.search:hover{
    background: url(../img/header03_g.png) no-repeat center;
}
header .header-nav .plan{
    position: absolute;
    top: 80px;
    left: 0;
    display: none;
    background: #fbf9f9;
    box-shadow:0 0 10px rgba(0,0,0,.1);
}
header.hover .header-nav .plan{
    top: 60px;
}
header .header-nav li:hover .plan a:after,.header-nav li.hover .plan a:after{
    width: 0;
}
header .header-nav .ser-tc dl{
    width: 30%;
    display: block;
    margin: 0 auto;
}
header .header-nav .ser-tc dd{
    float: left;
}
header .header-nav .ser-tc a{
    font-size: 16px;
    color: #333;
    height: 80px;
    line-height: 80px;
    padding: 0 20px;
    border-bottom: 1px dashed #333;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
header .header-nav .ser-tc a:hover{
    color: #fff;
    background: #ef0a31
}
header .header-nav .ser-tc a:last-child{
    border-bottom: none;;
}
header .header-nav .about_down{
    width: 60%;
    margin: 0 auto;
    padding: 30px 0;
}
header .header-nav .about_down.serv{
    width: 40%;
}
header .header-nav .about-tc{
    width: 30%;
    float: left;
    text-align: left;
}
header .header-nav .about-tc dl{
    width: 100%;
}
header .header-nav .about-tc h4{
    font-size: 18px;
    color: #d12325;
    font-weight: bold;
}
header .header-nav .about-tc dd{
    height: 30px;
    line-height: 30px;
}
header .header-nav .about-tc a{
    color: #333;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
header .header-nav .about-tc a:hover{
    color: #d81e06;
}
header .header-nav .pic{
    width: 40%;
    float: left;
}
header .header-nav .pic img{
    width: 100%;
}
header .header-nav .spend{
    width: 70%;
    float: left;
    padding-left: 100px;
}
header .header-nav .spend img{
    width: 100%;
}
.search-alert {
  position: fixed;
  z-index:11;
  background-color: #222222;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.search-alert .cent-form {
  position: absolute;
  width: 94.8%;
  left: 2.6%;
  top: 50%;
  height: 124px;
  margin-top: -63px;
  border-bottom: 1px solid #515151;
}
.search-alert .cent-form .tex {
  border: none;
  font-size: 66px;
  height: 124px;
  line-height: 124px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  color: #555;
  background: none;
  font-family: "Base-font";
  padding-left: 88px;
  padding-right: 80px;
  background: url(../img/ico_36.png) no-repeat 35px 60px;
}
.search-alert .cent-form .sub-butn {
  border: none;
  height: 100px;
  padding: 0;
  margin-top: 24px;
  margin-right: 20px;
  font-size: 24px;
  line-height: 100px;
  color: #555;
  text-align: right;
  background: none;
  font-family: "Base-font";
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  text-align: center;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}
.search-alert .cent-form .sub-butn:hover{
    color: #fff;
}
.search-alert .close {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/ico_37.png) no-repeat center;
  position: absolute;
  top: 38px;
  right: 2.6%;
  cursor: pointer;
  transition: transform 0.3s ease 0s;
}
/****底部*****/
#footer{
    width:100%;
    background: #333;
    padding:37px 0 0;
}
#footer .footer-top{
    padding-bottom: 34px;
}
#footer .footer-top .list{
    width:100%;
    margin: 0 auto;
}
#footer .footer-top li{
    float: left;
    width: 20%;
    position: relative;
}
#footer .footer-top h2{
    font-size: 20px;
    color: #fff;
    line-height:40px;
    margin-bottom: 16px;
}
#footer .footer-top a{
    color:#fff;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
#footer .footer-top a:hover{
    color: #d12325;
}
#footer .footer-top p{
    font-size:16px;
    color:#fff;
    line-height:30px;
}
#footer .footer-top .right h2{
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    text-align: right;
    display: block;
    padding-left: 30px;
    margin-bottom: 0;
}
#footer .footer-top .right span{
    display: block;
    position: absolute;
    top: 7px;
    right: 122px;
    width: 25px;
    height: 25px;
    background: url(../img/footer01.png)  no-repeat center;
    background-size: 25px 25px;

}
#footer .footer-top .right p{
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 20px;
    text-align: right;
}
#footer .footer-top .right .weixin{
    width: 100%;
    position: absolute;
    top: 65px;
    right: 0;
}
#footer .footer-top .right .weixin .download{
    float: left;
    width: 45%;
    margin-left: 5%;
}
#footer .footer-top .right .weixin .download img{
    width: 100%;
}
#footer .footer-top .right .weixin .download p{
    font-size: 12px;
    color: #999;
    line-height: 30px;
    text-align: left;
}
#footer .footer-top h3{
    font-size:16px;
    color:#fff;
    line-height:39px;
}
#footer .footer-top img{
    width:90px;
}
#footer .footer-bot{
    border-top:1px solid #666;
    text-align: center;
}
#footer .footer-bot p{
    font-size:12px;
    color:#888;
    line-height:53px;
}
#footer .footer-top .recruit{
    width: 100%;
}
#footer .footer-top .recruit .boss{
    float: left;
    width: 30px;
    height: 30px;
    background: url(../img/boss.png) no-repeat center;
    background-size: 30px 30px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
#footer .footer-top .recruit .boss:hover{
    background: url(../img/boss_h.png) no-repeat center;
    background-size: 30px 30px;
}
#footer .footer-top .recruit .zhilian{
    float: left;
    width: 30px;
    height: 30px;
    margin-left: 20px;
    background: url(../img/zhilian.png) no-repeat center;
    background-size: 30px 30px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
#footer .footer-top .recruit .zhilian:hover{
    background: url(../img/zhilian_h.png) no-repeat center;
    background-size: 30px 30px;
}
.all-content{
    margin-top: 80px;
}
.index-content{
    width: 100%;
}
.index-content img{
    width: 100%;
}
.index-con{
    padding-top: 80px;
}
.index-con .first-con .picture-box{
    float: left;
    width: 50%;
    overflow: hidden;
}
.index-con .first-con .picture-box img{
    cursor: pointer;
    width: 100%;
    transition: all .3s;
    -moz-transition: all .3s; /* Firefox 4 */
    -webkit-transition: all .3s; /* Safari 和 Chrome */
    -o-transition: all .3s; /* Opera */
}
.index-con .first-con .picture-box:hover img{
    transform: scale(1.1);
}
.index-con .first-con .text-con{
    float: left;
    width: 50%;
    padding-left: 30px;
    padding-top: 20px;
    text-align: left;
}
.index-con .first-con .text-con h2{
    color: #333;
    font-size: 30px;
    line-height: 40px;
}
.index-con .first-con .text-con h3{
    color: #d12325;
    font-size: 20px;
    line-height: 30px;
}
.index-con .first-con .text-con p{
    color: #666;
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
    text-align: justify;
    text-indent: 2em;
}
.index-con.size .first-con .text-con p{
    font-size: 14px;
    line-height: 22px;
}
.index-con .first-con .text-con.size p{
    font-size: 14px;
    line-height: 20px;
    text-indent: 2em;
}
.index-con .second-con{
    margin-top: 80px;
    position: relative;
}
.index-con .second-con .picture-box{
    float: left;
    width: 50%;
    overflow: hidden;
}
.index-con .second-con.service .picture-box{
    width: 70%;
}
.index-con .second-con .picture-box img{
    cursor: pointer;
    width: 100%;
    transition: all .3s;
    -moz-transition: all .3s; /* Firefox 4 */
    -webkit-transition: all .3s; /* Safari 和 Chrome */
    -o-transition: all .3s; /* Opera */
}
.index-con .second-con .picture-box:hover img{
    transform: scale(1.1);
}
.index-con .second-con .text-con{
    float: left;
    width: 50%;
    padding-right: 30px;
    padding-top: 20px;
    text-align: right;
    position: relative;
}
.index-con .second-con.service .text-con{
    width: 30%;
}
.index-con .second-con .text-con h2{
    color: #333;
    font-size: 30px;
    line-height: 40px;
}
.index-con .second-con .text-con h3{
    color: #d12325;
    font-size: 20px;
    line-height: 30px;
}
.index-con .second-con .text-con p{
    color: #666;
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
    text-align: justify;
    text-indent: 2em;
}
.index-con.size .second-con .text-con p{
    font-size: 14px;
    line-height: 22px;
}
 .index-con .second-con .text-con.size p{
    font-size: 14px;
    line-height: 20px;
    text-indent: 2em;
}
.index-shi{
    background: url(../img/index14.jpg) center center / cover no-repeat fixed;
    width: 100%;
    height: 450px;
    position: relative;
    margin-bottom: 80px;
}
.cover-intro{
    width: 80%;
    margin: 0 auto;
    background: rgba(0,0,0,.3);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0 20px;
    padding-top: 40px;
    margin-left: -40%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cover-intro h2{
    font-size: 30px;
    color: #fff;
    margin-top: 20px;
    letter-spacing: 2px;
}
.cover-intro p{
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
    text-indent: 2em;
}
.cover-intro ul{
    width: 100%;
    margin: 58px 0 40px;
}
.cover-intro li{
    width: 20%;
    float: left;
    border-left: 1px solid #fff;
    cursor: pointer;
}
.cover-intro li:first-child{
    border-left: none;
}
.cover-intro .top{
    text-align: center;
    display: inline-block;
}
.cover-intro .top h2{
    font-size: 60px;
    color: #fff;
    line-height: 52px;
    float: left;
    margin-top: 0;
}
.cover-intro .top p{
    font-size: 18px;
    color: #fff;
    float: left;
    text-indent: 0;
}
.cover-intro .bottom{
    width: 100%;
    text-align: center;
}
.cover-intro .bottom p{
    font-size: 18px;
    color: #fff;
    line-height: 20px;
    margin-top: 10px;
}
.intro-header{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.intro-header img{
    width: 100%;
    position: relative;
}
.intro-guide{
    padding-top: 70px;
    width: 100%;
}
.intro-guide.newguide{
    padding-top: 0;
    width: 100%;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.intro-guide.newguide ul{
    float: right;
    width: 40%;
}
.intro-guide.newguide li{
    width: 33%;
    float: left;
    text-align: center;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.intro-guide.newguide li:hover,.intro-guide.newguide li.hover{
    background: #d12325;
}
.intro-guide.newguide li a{
    font-size: 16px;
    color: #333;
    line-height: 60px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.intro-guide.newguide li:hover a,.intro-guide.newguide li.hover a{
    color: #fff;
}
.intro-guide li p{
    font-size: 16px;
    color: #333;
    text-align: center;
}
.intro-guide li{
    float: left;
    width: 25%;
    line-height: 60px;
}
.intro-guide li .ser-tit{
    margin: 0 auto;
    border: 1px solid #d81e06;
    border-radius: 20px;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    position: relative;
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.intro-guide li:hover .ser-tit,.intro-guide li.hover .ser-tit{
    top: -10px;
}
.intro-guide li .ser-tit img{
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.intro-guide li:hover .ser-tit,.intro-guide li.hover .ser-tit{
    background: #d81e06;
}
.intro-guide li .ser-tit .cover{
    display: none;
}
.intro-guide li:hover .ser-tit .cover,.intro-guide li.hover .ser-tit .cover{
    display: inline-block;
}
.intro-guide li:hover .ser-tit .into,.intro-guide li.hover .ser-tit .into{
    display: none;
}
.ser-content{
    padding: 80px 0;
}
.ser-content.again{
    padding-bottom: 0;
}
.ser-content.contact{
    padding-bottom: 0;
}
.ser-content.contact .ser-title{
    padding-bottom: 0;
}
.ser-content.honer{
    margin-top: -80px;
}
.ser-title{
    width: 100%;
    padding-bottom: 50px;
    text-align: center;
}
.ser-title.news{
    padding: 50px 0 0;
}

.ser-title h2{
    font-size: 30px;
    color: #333;
    line-height: 50px;
}
.ser-title p{
    font-size: 16px;
    color: #d12325;
    line-height: 20px;
    text-transform: uppercase;
}
.ser-title span{
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 25px;
    padding-top: 10px;
    text-align: left;
    text-indent: 2em;
}
.ser-text p{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-indent:2em;
}
.ser-text img{
    display: block;
    width: 70%;
    max-width: 80%;
    height: auto !important;
    margin: 0 auto;
    padding-top: 40px;
}
.welcome-intro{
    text-align: center;
    background: url(../img/hon_bac.jpg) no-repeat center;
    background-size: 100% 100%;
    padding: 20px;
    padding-left: 20%;
    margin-bottom: 80px;
}
.welcome-intro.core{
    background: none;
    padding: 0;
    margin-bottom: 0;
}
.welcome-intro .list-top{
    width:100%;
    width:94%;
    margin:20px auto 20px;
}
.welcome-intro .list-top li{
    float: left;
    width:22%;
    margin-left: 4%;
    padding:50px 0 70px;
    border-radius:10px;
    box-shadow:0 0 6px rgba(186,192,196,.5);
    transition: all .3s;
    -moz-transition: all .3s; /* Firefox 4 */
    -webkit-transition: all .3s; /* Safari 和 Chrome */
    -o-transition: all .3s; /* Opera */
}
.welcome-intro .list-top li:first-child{
    margin-left: 0;
}
.welcome-intro .list-top li:hover{
    box-shadow:0 0 20px rgba(143,154,162,.5);
}
.welcome-intro .list-top img{
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}
.welcome-intro .list-top h2{
    font-size:22px;
    color:#333;
    line-height:60px;
    position: relative;
    margin-bottom: 16px;
}
.welcome-intro .list-top h2:after{
    content: '';
    width:40px;
    height:1px;
    background:#d12325;
    position: absolute;
    bottom:0;
    left:50%;
    margin-left: -20px;
}
.welcome-intro .list-top p{
    font-size:12px;
    color:#555;
    line-height:18px;
    width: 80%;
    margin: 0 auto;
}
.fun-content .picture-box{
    width: 100%;
    float: left;
    border:8px solid #733621;
}
.fun-content .picture-box a{
    display: block;
    width: 100%;
}
.fun-content img{
    width: 100%;
}
.fun-content img:hover{
    transform: scale(1.05);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.fun-content li{
    float: left;
    width: 31.5%;
    margin-left: 2%;
    margin-bottom: 40px;
}
.fun-content li:nth-child(3n+1){
    margin-left: 0;
}
.fun-content li img{
    width: 100%;
}
.fun-content li .text{
    background: #f6f6f6;
    font-size: 16px;
    text-align: center;
    color: #585858;
    line-height: 50px;
    border-top: 1px solid #fff;
    padding: 10px 10px;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.fun-content li:hover .text{
    background: rgba(115,54,33,.8);
    color: #fff;
}
.join-hotline{
    padding:0 0 94px;
}
.join-hotline-box{
    width: 1520px;
    max-width: 92%;
    margin: 0 auto;
    margin-top: 71px;
    border:1px solid #efefef;
    position:relative;
}
.join-hotline-box .font-box{
    width: 505px;
    height:100%;
    position: absolute;
    top:0;
    right:7%;
    background:rgba(209,35,37,.8);
    padding:68px 50px 0;
}
.join-hotline-box .font-box h2{
    font-size:30px;
    color:#fff;
    line-height:49px;
    margin-bottom: 22px;
}
.join-hotline-box .font-box li{
    width: 100%;
    padding-left: 38px;
    margin-bottom: 14px;
}
.join-hotline-box .font-box p{
    font-size:14px;
    color:#fff;
    line-height:34px;
}
.join-hotline-box .font-box img{
    margin-top: 13px;
    width: 130px;
}
.join-hotline-box .font-box li.ico1{
    background:url(../img/act04.png) no-repeat left 7px;
}
.join-hotline-box .font-box li.ico2{
    background:url(../img/act05.png) no-repeat left center;
}
.join-hotline-box .font-box li.ico3{
    background:url(../img/act06.png) no-repeat left 7px;
}
.join-hotline-box .font-box li.ico4{
    background:url(../img/email.png) no-repeat left center;
}
/*.stand-condition{
    padding-top: 80px;
}*/
.stand-condition .lang{
    font-size: 16px;
    color: #666;
    line-height: 60px;
    text-align: center;
}
.condition{
    width: 100%;
}
.condition li{
    float: left;
    width: 24.4%;
    margin-left: 0.8%;
}
.condition li:first-child{
    margin-left: 0;
}
.condition .con-down{
    width: 100%;
    position: relative;
}
.condition .con-down .picture-box img{
    width: 100%;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.condition li:hover .con-down .picture-box img{
    transform: scale(1.1);
}
.condition .con-down .con-cover{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding-top: 55px;
    background: rgba(0,0,0,.4);
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.condition.size .con-down .con-cover{
    padding-top: 40px;
}
.condition li:hover .con-down .con-cover{
    background: rgba(0,0,0,.2);
}
.condition .con-down .con-cover img{
    width: 18%;
    display: block;
    margin: 0 auto;
    padding-bottom: 15px;
    position: relative;
    top: 0;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.condition li:hover .con-down .con-cover img{
    top: -5px;
}
.condition .con-down .con-cover p{
    font-size: 20px;
    color: #fff;
    text-align: center;
    position: relative;
    top: 0;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.condition.size .con-down .con-cover p{
    font-size: 15px;
}
.condition li:hover .con-down .con-cover p{
    top: -5px;
}
.condition .down-text{
    font-size: 16px;
    color: #666;
    margin-top: 10px;
    text-align: center;
}
.condition.size .down-text{
    font-size: 14px;
}
.con-intro{
    width: 140px;
    height: 40px;
    line-height: 40px;
    border: 1px solid transparent;
    margin-top: 10px;
    text-align: center;
    position: relative;
    color: #fff;
    background: #d81e06;
    border-radius: 50px;
    overflow: hidden;
    z-index: 0;
    cursor: pointer;
}
.con-intro.find{
    margin: 0 auto;
}
.second-con .con-intro{
    position: absolute;
    right: 20px;
    bottom: -50px;
}
.con-intro:hover{
    border-color: #d12325;
    color: #d12325
}
.con-intro:before{
    color: #fff;
    content: "";
    display: block;
    width: 124%;
    height: 100%;
    position: absolute;
    left: -148%;
    top: 0;
    z-index: -2;
    background: #fff;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transform: skewX(45deg);
    -webkit-transform: skewX(45deg);
    -moz-transform: skewX(45deg);
}
.con-intro:hover:before{
    left: -13%;
}
.con-intro a{
    font-size: 14px;
    color: #fff;
    z-index: 2;
    transition: .3s ease-in-out;
}
.con-intro:after{
    content: "";
    position: absolute;
    z-index: -3;
    background: #d12325;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.con-intro:hover a{
    color: #d12325;
}
.news_content{
    padding: 60px 0;
}
.news-swiper img{
    width: 98%;
}
.news-swiper li p{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    text-align: center;
    margin-top: 10px;
}
.news-con{
    padding-top: 80px;
}
.index-news{
    padding: 20px 0 50px;
}
.news-con li{
    width: 100%;
    padding: 40px 0;
    border-top: 1px solid #eee;
}
.news-con.size li{
    padding: 30px 0;
}
.news-con li:first-child{
    border-top: none;
}
.news-con li .tit{
    width: 9%;
    text-align: center;
    float: left;
    padding-top: 20px;
}
.news-con.size li .tit{
    padding-top: 5px;
}
.news-con li .tit h2{
    font-size: 50px;
    color: #333;
    position: relative;
    display: block;
}
.news-con li .tit h2:after{
    content: "";
    width: 0;
    height: 1px;
    background: #ef0a31;
    position: absolute;
    bottom: 10px;
    left: 30%;
    margin-left: 0;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.news-con li:hover .tit h2:after{
    width: 54px;
}
.news-con.size li .tit h2:after{
    left: 26%;
}
.news-con li .tit p{
    font-size: 14px;
    color: #333;
}
.news-con li .picture-box{
    width: 19.7%;
    float: left;
}
.news-con li .picture-box img{
    width: 100%;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.news-con li:hover .picture-box img{
    transform: scale(1.1);
}
.news-con li .list{
    width: 78%;
    float: left;
    padding-left: 40px;
    overflow: hidden;
}
.news-con li .list h2{
    font-size: 26px;
    color: #333;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.news-con li:hover .list h2{
    color: #ef0a31;
}
.news-con.size li .list h2{
    margin: 5px 0;
}
.news-con li .list p{
    font-size: 14px;
    color: #666;
    letter-spacing: 2px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.info-title{
    width: 100%;
    text-align: center;
    padding: 70px 0 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.info-title h2{
    font-size: 25px;
    color: #333;
}
.info-title p{
    font-size: 12px;
    color: #333;
}
.info-list{
    width: 100%;
    padding: 30px 0 50px;
    border-bottom: 1px solid #ddd;
    padding-top: 0;
}
.info-list p{
    font-size: 14px;
    color: #666;
    text-indent: 2em;
}
.info-list img{
    display: block;
    width: 70%;
    max-width: 90%;
    height: auto !important;
    margin: 0 auto;
    padding: 30px 0 20px;
}
.info-bottom{
    width: 100%;
    padding: 40px 0 90px;
}
.info-bottom .prev{
    display: block;
    width: 70%;
    font-size: 16px;
    color: #333;
    line-height: 50px;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
}
.info-bottom .last{
    display: block;
    float: left;
    width: 70%;
    font-size: 16px;
    color: #333;
    line-height: 50px;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
}
.info-bottom .goback{
    display: block;
    float: right;
    width: 100px;
    font-size: 16px;
    color: #333;
    line-height: 50px;
    background: url(../img/info03.png) no-repeat center;
    background-position: left;
    padding-left: 30px;
    letter-spacing: 0;
}
.content{
    width: 100%;
    display: none;
    padding-top: 50px;
}
.con-pic{
    width: 100%;
    position: relative;
}
.con-pic .pic-cover{
    width: 50%;
    float: left;
    position: relative;
    cursor: pointer;
}
.con-pic .pic-cover img{
    width: 100%;
}
.con-pic .pic-cover .pic-text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 100%;
    background: rgba(0,0,0,.8);
    opacity: 0;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.con-pic .pic-cover:hover .pic-text{
    opacity: 1;
}
.con-pic .pic-cover .pic-text .text{
    font-size: 18px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 50%;
    margin-top: -15px;
}
.about-tcsc{
    padding: 80px 0;
}
.about-tcsc.service{
    padding-bottom: 0;
    padding-top: 50px;
}
.about-tcsc li{
    float: left;
    width: 30%;
    margin-left: 5%;
    border:1px solid #ddd;
    padding: 2px;
}
.about-tcsc.service li{
    width: 24.4%;
    margin-left: 0.8%;
}
.about-tcsc.ecolog li{
    width: 24.4%;
    margin-left: 0.625%;
}
.about-tcsc li:first-child{
    margin-left: 0;
}
.about-tcsc li .picture-box{
    width: 100%;
    overflow: hidden;
}
.about-tcsc li .picture-box img{
    cursor: pointer;
    width: 100%;
    transition: all .3s;
    -moz-transition: all .3s; /* Firefox 4 */
    -webkit-transition: all .3s; /* Safari 和 Chrome */
    -o-transition: all .3s; /* Opera */
}
.about-tcsc li:hover .picture-box img{
    transform: scale(1.1);
}
.about-tcsc li .cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: 10;
}
.about-tcsc li:hover .cover{
    background: rgba(0,0,0,.1);
}
.about-tcsc li .text{
    position: relative;
}
.about-tcsc li .text p{
    font-size: 16px;
    color: #333;
    line-height: 60px;
    height: 60px;
    padding-right: 30px;
    text-align: center;
    transition: all .3s;
    -moz-transition: all .3s; /* Firefox 4 */
    -webkit-transition: all .3s; /* Safari 和 Chrome */
    -o-transition: all .3s; /* Opera */
}
.about-tcsc.service li .text{
    padding: 10px;
}
.about-tcsc.service li .text p{
    padding-right: 0;
    height: 30px;
    line-height: 30px;
}
.about-tcsc.service li .text span{
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    text-align: center;
}
.about-tcsc li:hover .text p{
    background: #d12325;
    color: #fff;
}
.about-tcsc.service li:hover .text p{
    background: #fff;
    color: #333;
}
.about-tcsc li .text .index-more{
    width: 80px;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 20px;
    border:1px solid #d12325;
    border-radius: 20px;
    transition: all .3s;
    -moz-transition: all .3s; /* Firefox 4 */
    -webkit-transition: all .3s; /* Safari 和 Chrome */
    -o-transition: all .3s; /* Opera */
}
.about-tcsc li:hover .text .index-more{
    background: #fff;
}
.about-tcsc li .text .index-more h3{
    font-size: 12px;
    color: #d12325;
    line-height: 30px;
    text-align: center;
    transition: all .3s;
    -moz-transition: all .3s; /* Firefox 4 */
    -webkit-transition: all .3s; /* Safari 和 Chrome */
    -o-transition: all .3s; /* Opera */
}
.scrolltop{
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.scrolltop img{
    width: 100%;
}
/*.index-bot{
    padding-bottom: 80px;
}*/
.index-bot ul{
    width: 100%;
    margin-bottom: 80px;
}
.index-bot li{
    width: 24%;
    float: left;
    margin-left: 1%;
}
.index-bot li:first-child{
    margin-left: 0;
}
.index-bot li .ser-tit{
    margin: 0 auto;
    border-radius: 100px;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.index-bot li .ser-tit img{
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.index-bot li:hover .ser-tit{
    background: #d81e06;
}
.index-bot li .ser-tit .cover{
    display: none;
}
.index-bot li:hover .ser-tit .cover{
    display: inline-block;
}
.index-bot li:hover .ser-tit .into{
    display: none;
}
.index-bot li h3{
    font-size: 14px;
    color: #d81e06;
    line-height: 20px;
    text-align: center;
}
.index-bot li p{
    font-size: 16px;
    color: #333;
    line-height: 20px;
    text-align: center;
    margin-bottom: 10px;
}
.index-bot li img{
    width: 100%;
    height: 100%;
}
.team-intro{
    width: 100%;
    text-align:center
}
.team-intro li{
    float: left;
    position: relative;
    margin-left: 0.2%;
}
.team-intro li{
    width: 32.8%;
}
.team-intro li img{
    width: 100%;
}
.team-intro li .text{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 30px;
    background: rgba(0,0,0,.5);
}
.team-intro li .text h2{
    font-size: 16px;
    color: #ff6600;
    line-height: 25px;
}
.team-intro li .text p{
    font-size: 16px;
    color: #fff;
    line-height: 25px;
}
.program-cover{
    width: 100%;
    position: relative;
    padding: 0 60px;
}
.program-cover .pro-content{
    width: 100%;
    background: url(../img/inv18.png) no-repeat center;
    overflow: hidden;
    height: 348px;
    margin-bottom: 100px;
}
.pro-content li{
    width: 17.5% !important;
    margin-left: 2.6%;
}
.pro-content li.odd{
    margin-top: 207px;
}
.pro-content li:first-child{
    margin-left: 0;
}
.pro-content li .cover-cont{
    width: 100%;
    border: 1px dashed #d12325;
    border-radius: 10px;
    position: relative;
    padding: 30px 10px 25px;
    max-height: 140px;
    cursor: pointer;
}
.pro-content li .cover-cont h2{
    display: block;
    position: relative;
    font-size: 20px;
    color: #d12325;
    width: 100%;
    line-height: 32px;
    margin: 0 auto;
    margin-bottom: 16px;
    text-align: center;
    padding: 0 10px;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.pro-content li .cover-cont span{
    font-size: 36px;
    color: #333;
}
.pro-content li .cover-cont .icco{
    position: absolute;
    bottom: 8px;
    left: 33%;
}
.pro-content.size li .cover-cont .icco{
    left: 29%;
}
.pro-content li .cover-cont p{
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.pro-content.size li .cover-cont p{
    font-size: 14px;
}
.pro-content li .cover-cont .point{
    display: block;
    position: absolute;
    bottom: -5px;
    left: calc( 50% - 5px);
    z-index: 11;
}
.pro-content li.even .cover-cont:after{
    content: "";
    width: 2px;
    height: 35px;
    background: #999;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    bottom: -35px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.pro-content li.odd .cover-cont:after{
    content: "";
    width: 2px;
    height: 35px;
    background: #999;
    position: absolute;
    left: 50%;
    top: -35px;
    margin-left: -2px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.pro-content li.odd .cover-cont .point{
    top: -5px;
}
.program-cover .prev{
    background: url(../img/inv26_h.png) no-repeat center;
    background-size: cover;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    z-index: 2;
    cursor: pointer;
    overflow: hidden;
    top: 50%;
    cursor: pointer;
    margin-top: -15px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.program-cover .prev:hover{
    background: url(../img/inv26.png) no-repeat center;
}
.program-cover .next{
    background: url(../img/inv27_h.png) no-repeat center;
    background-size: cover;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    z-index: 2;
    cursor: pointer;
    overflow: hidden;
    top: 50%;
    cursor: pointer;
    margin-top: -15px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.program-cover .next:hover{
    background: url(../img/inv27.png) no-repeat center;
}
.pro-content.dev{
    height: 200px;
    margin-bottom: 0;
}
.pro-content.dev li{
    width: 11.7% !important;
    position: unset;
}
.pro-content.dev li .develop-year{
    height: 105px;
    position: relative;
}
.pro-content.dev li .develop-year:after{
    content: "";
    width: 2px;
    height: 26px;
    background: #999;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    bottom: 8px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.pro-content.dev li .develop-year .point{
    width: 8px;
    height: 8px;
    background: #999;
    border-radius: 100px;
    position: absolute;
    bottom: 0;
    left: calc( 50% - 4px);
}
.pro-content.dev li .develop-year p{
    display: block;
    position: absolute;
    bottom: 35px;
    left: calc(50% - 25px);
    line-height: 40px;
    font-size: 20px;
    color: #999;
}
.pro-content.dev li.swiper-slide-active .develop-year p{
    font-size: 40px;
    color: #009097;
    bottom: 50px;
    left: calc(50% - 45px);
    -webkit-animation: spinSize 0.5s linear;
    -moz-animation: spinSize 0.5s linear;
    animation: spinSize 0.5s linear;
}
.pro-content.dev li.swiper-slide-active .develop-year:after{
    background: #d12325;
}
.pro-content.dev li.swiper-slide-active .develop-year .point{
    background: #d12325;
}
.tc-logo{
    width: 100%;
}
.tc-logo img{
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    padding-top: 0;
}
.tc-logo .tc-text{
    float: left;
    width: 60%;
    padding-left: 20px;
    padding-top: 50px;
}
.tc-logo .tc-text p{
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.ecology-con{
    width: 100%;
    padding-top: 50px;
}
.ecology-con li{
    border-top: 1px solid #eee;
    padding: 10px;
}
.ecology-con li:first-child{
    border-top: none;
}
.ecology-con li img{
    display: block;
    float: left;
    width: 25%;
}
.ecology-con li .text-con{
    float: left;
    width: 75%;
    padding-left: 30px;
    padding-top: 20px;
}
.ecology-con li .text-con h2{
    font-size: 20px;
    color: #333;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.ecology-con li .text-con p{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.file-box{
    width:100%;
    height:100%;
    position: fixed;
    top:0;
    left:0;
    display: none;
    background:rgba(0,0,0,.2);
    z-index:11;
}
.center{
    width: 755px;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #fff;
    position: absolute;
    top: calc( 50% - 250px);
    left: calc( 50% - 377px );
}
.center h2{
    font-size: 16px;
    color: #fff;
    width: 100%;
    background: #d12325;
    line-height: 30px;
    border-bottom: 1px solid #eee;
    padding-left: 10px;
    float: left;
}
.center .cancel_this{
    color: #fff;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
    display: block;
    width: 30px;
    text-align: center;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.center .cancel_this:hover{
    color: #d12325;
    background: #fff;
}
.file-content{
    background: #fff;
    width: 100%;
}
.file-content img{
    width: 100%;
}
.file-content.text{
    padding: 20px;
    padding-top: 30px;
}
.file-content p{
    font-size: 14px;
    color: #666;
    text-indent: 2em;
    line-height: 25px;
}
.bannerpre{
    width: 40px;
    height: 70px;
    position: absolute;
    left: 0;
    top: calc( 50% - 15px);
    z-index: 9;
    background: rgba(0,0,0,.5);
    opacity: 0;
}
.bannerpre img{
    width: 100%;
    margin-top: 15px;
}
.bannernext{
    width: 40px;
    height: 70px;
    position: absolute;
    right: 0;
    top: calc( 50% - 15px);
    z-index: 9;
    background: rgba(0,0,0,.5);
    opacity: 0;
}
.bannernext img{
    width: 100%;
    margin-top: 15px;
}
.index-content:hover .bannernext,.index-content:hover .bannerpre{
    opacity: 1;
}
.news-button{
    margin: 0 auto;
    width: 150px;
    border: 1px solid #666;
    border-radius: 50px;
    color: #666;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 20px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.news-button:hover{
    color: #d12325;
    border-color: #d12325;
}
.honer-list{
    width: 100%;
    position: relative;
}
.honer-list:before{
    content: "";
    border-left: 1px dashed #d12325;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 9px;
    margin-left: 1px;
}
.honer-list li{
    position: relative;
    margin-top: 30px;
}
.honer-list .spainbig{
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
}
.honer-list img{
    display: block;
    width: 20px;
    height : 20px;
    -webkit-animation: spinBig 3s linear infinite;
    -moz-animation: spinBig 3s linear infinite;
    animation: spinBig 3s linear infinite;
}
.honer-list p{
    font-size: 16px;
    color: #333;
    line-height: 20px;
    text-align: left;
    padding-left: 50px;
}
@-webkit-keyframes spinAround{
    from{
        -webkit-transform:rotate(0deg)
    }
    to{
        -webkit-transform:rotate(360deg)
    }
}
@-moz-keyframes spinAround{
    from{
        -moz-transform:rotate(0deg)
    }
    to{
        -moz-transform:rotate(360deg)
    }
}
@keyframes spinAround{
    from{
        transform:rotate(0deg)
    }
    to{
        transform:rotate(360deg)
    }
}
@-webkit-keyframes spinBig{
    0%{
        transform:scale(1)
    }
    50%{
        transform:scale(1.2)
    }
    100%{
        transform:scale(1)
    }
}
@-moz-keyframes spinBig{
    0%{
        transform:scale(1)
    }
    50%{
        transform:scale(1.2)
    }
    100%{
        transform:scale(1)
    }
}
@keyframes spinBig{
    0%{
        transform:scale(1)
    }
    50%{
        transform:scale(1.2)
    }
    100%{
        transform:scale(1)
    }
}
.contact-guide{
    width: 100%;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.contact-guide ul{
    width: 30%;
    float: right;
}
.contact-guide ul li{
    float: left;
    width: 50%;
    text-align: center;
    background: #fff;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.contact-guide ul li a{
    font-size: 16px;
    color: #333;
    line-height: 60px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.contact-guide ul li:hover a,.contact-guide ul li.hover a{
    color: #fff;
}
.contact-guide ul li:hover,.contact-guide ul li.hover{
    background: #d12325;
}
.recruit{
    width: 100%;
    background: #f6f6f6;
    margin: 60px 0;
}
.recruit li{
    width: 92.1%;
    margin: 0 auto;
    cursor: pointer;
}
.recruit .top dl{
    padding-left: 7%;
    border-top: 1px solid #dddddd;
}
.recruit .top dl:first-child{
    border-top: none;
}
.recruit .top dd{
    float: left;
    width: 23%;
    font-size: 16px;
    color: #333;
    line-height: 80px;
}
.recruit dl{
    padding-left: 7%;
    border-top: 1px solid #dddddd;
}
.recruit dd{
    float: left;
    width: 23%;
    font-size: 16px;
    color: #585858;
    line-height: 60px;
}
.recruit dl a{
    line-height: 60px;
}
.recruit .re-content{
    display: none;
    padding-left: 7.2%;
    padding-top: 15px;
    border-top: 1px solid #dddddd;
    padding-bottom: 20px;
}
.recruit .re-content span{
    font-size: 16px;
    color: #d12325;
}
.recruit .re-content p{
    font-size: 14px;
    color: #7c7d7f;
}
.recruit .re-content a{
    float: right;
    background: #387fea;
    color: #fff;
    font-size: 16px;
    width: 110px;
    line-height: 36px;
    text-align: center;
    margin-right: 60px;
    margin-bottom: 20px;
    border-radius: 5px;
}

ul li {
    list-style-type:none
}
a {
    text-decoration:none
}
img {
    border:0
}
em,i {
    font-style:normal
}
.xinxi_solution_bg {
    background-size:100% 400px;
    max-width:1920px;
    margin:0 auto;
    background-color:#f7f7f7
}
.xinxi_solution_main ul {
    overflow:hidden;
    height:460px
}
/*.xinxi_solution_main .main_mobile {
    max-width:1080px;
    min-width:1080px
}*/
.xinxi_solution_main ul li {
    background:url(../img/pic1.png) no-repeat;
    background-size: cover;
    height:460px;
    float:left;
    width:7%;
    position:relative;
    overflow:hidden;
    transition:all .5s;
    cursor: pointer;
}
.xinxi_solution_main ul li:nth-child(2) {
    background:url(../img/pic2.png) no-repeat;
    background-size: cover;
}
.xinxi_solution_main ul li:nth-child(3) {
    background:url(../img/pic3.png) no-repeat;
    background-size: cover;
}
.xinxi_solution_main ul li:nth-child(4) {
    background:url(../img/pic4.png) no-repeat;
    background-size: cover;
}
.xinxi_solution_main ul li:nth-child(5) {
    background:url(../img/pic5.png) no-repeat;
    background-size: cover;
}
.xinxi_solution_main ul li:nth-child(6) {
    background-size: cover;
}
.xinxi_solution_main ul li .left_top {
    position:absolute;
    left:0;
    width:30px;
    padding:0 20px;
    text-align:center
}
.xinxi_solution_main ul li .left_top img {
    width:30px
}
.xinxi_solution_main ul li i {
    font-size:24px;
    color:#fff
}
.xinxi_solution_main .left_top {
    font-size:30px;
    color:#fff
}
.xinxi_solution_main ul li .left {
    float:left;
    width:70px;
    /*background:#000;
    opacity:.5;*/
    height:460px;
    border-left:1px solid #fff;
}
.xinxi_solution_main ul li .right {
    float:left;
    width:680px;
    position:relative;
    height:460px
}
.xinxi_solution_main .right dl {
    position:absolute;
    top:50%;
    left:30px
}
.xinxi_solution_main .right dd {
    color:#fff;
    font-size:26px;
    border-radius:5px;
    width:280px;
    height:75px;
    margin-bottom:45px;
    background:#000;
    opacity:.5
}
.xinxi_solution_main .right dl a {
    background-repeat:no-repeat;
    color:#fff;
    font-size:16px;
    line-height:40px;
    height:40px;
    width:280px;
    text-align:center;
    padding:0 10px;
    margin-bottom:10px;
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    white-space:nowrap;
    background-size:100% 100%;
    background-color:rgba(0,0,0,.23);
    border-radius:5px;
    margin-top:10px
}
.xinxi_solution_main .right dl a.yichu {
    float:left;
    margin-right:20px
}
.xinxi_solution_main ul li.on {
    width:72%;
    background-size: 100% 100%;
}
.xinxi_solution_main ul li.two {
    background:url(../img/pic2.png) no-repeat;
    background-size: cover;
}
.xinxi_solution_main ul li.thr {
    background:url(../img/pic3.png) no-repeat;
    background-size: cover;
}
.xinxi_solution_main ul li.four {
    background:url(../img/pic4.png) no-repeat;
    background-size: cover;
}
.xinxi_solution_main ul li.five {
    background:url(../img/pic5.png) no-repeat;
    background-size: cover;
}
