/*
* {
    margin: 0;
    font-family: "Microsoft YaHei";
}
ul {
    list-style: none;
    padding: 0;
}
*/
.allBox button {
    outline: none;
}
.allBox a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
.allBox a:hover {
   color: inherit;
}
.allBox {
    width: 100%;
    min-width: 1200px;
}
.ash {
    background-color: #F8F8F8;
}
.box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.standard-title {
    font-size: 36px;
    color: #333;
    margin-top: 74px;
    margin-bottom: 22px;
    text-align: center;
}
.standard-title-mini {
    font-size: 18px;
    color: #999;
    margin-bottom: 97px;
    text-align: center;
}
.bottomBlack {
    padding-bottom: 100px;
}
.apply {
    width: 256px;
    height: 50px;
    border:none;
    border-radius: 24px;
    background-color: #02a0cc;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
.apply:hover ,.titleBox .serverMoer:hover {
    transition: background-color .1s linear;
    background-color: #02B5E7;
}
i.icon-weixin {
    background-position-x: -88px;
    margin-right: 5px;
}
.photoFrame {
    overflow: hidden;
}
.left {
    float: left;
}
/*box1    */
.banner {
    width: 100%;
    min-width: 1200px;
    height: 470px;
    background-image: url("img/banner-sales-cloud@2x.png");
    background-repeat: no-repeat;
    position: relative;
}
.titleBox {
    position: absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}
.titleBox p {
    text-align: center;
    display: inline-block;
    box-sizing: content-box;
}
.titleBox .bigTitle {
    font-size: 48px;
    font-weight: bold;
    padding-bottom: 28px;
    border: 1px solid;
    border-color: transparent transparent #C8C8CA transparent;
}
.titleBox .minTitle {
    font-size: 24px;
    padding-top: 28px;
    display: flex;
    justify-content: space-between;
}
.titleBox .minTitle span {
    display: inline-block;
    height: 32px;
    color: #333;
}
i.icon {
    display: inline-block;
    height: 24px;
    width: 24px;
    background-image: url("img/icon3/雪碧图.png");
    background-repeat: no-repeat;
    background-position-y: -295px;
    vertical-align:sub;
}
i.icon-empower {
    background-position-x: 0;
}
i.icon-team {
    background-position-x: -25px;
}
i.icon-agreement {
    background-position-x: -55px;
}
.titleBox .serverMoer {
    margin-top: 50px;
}

/*box2*/
.recommend {
    width: 100%;
    text-align: center;
}
.recommend-list {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 97px;
    margin-bottom: 30px;
}
.recommend-list li {
    float: left;
    margin: 0 51px;
    font-size: 18px;
    color: #777;

}
.recommend-list li:hover {
    color: #09bade;
    cursor: pointer;
}
.recommend-list li.clicked {
    color: #09bade;
}
.recommend-list li {
    text-align: center;
}
.recommend-list li div {
    margin: 0 auto;
    margin-bottom: 16px;
    width: 42px;
    height: 42px;
}
.CSSCI div {
    background-image: url("img/icon3/8.png");
}
.CSCD div {
    background-image: url("img/icon3/10.png");
}
.core div {
    background-image: url("img/icon3/14.png");
}
.stati div {
    background-image: url("img/icon3/6.png");
}
.cnki div {
    background-image: url("img/icon3/12.png");
}
.vepse div {
    background-image: url("img/icon3/1.png");
}
.WanfangData div {
    background-image: url("img/icon3/4.png");
}
.CSSCI.clicked div {
    background-image: url("img/icon3/7.png");
}
.CSCD.clicked div {
    background-image: url("img/icon3/9.png");
}
.core.clicked div {
    background-image: url("img/icon3/13.png");
}
.stati.clicked div {
    background-image: url("img/icon3/5.png");
}
.cnki.clicked div {
    background-image: url("img/icon3/11.png");
}
.vepse.clicked div {
    background-image: url("img/icon3/2.png");
}
.WanfangData.clicked div {
    background-image: url("img/icon3/3.png");
}
.clicked {
    position: relative;
}
.clicked:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border: 25px solid;
    border-color: transparent transparent #F8F8F8 transparent;
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-25px);
}

/*box3*/
.thesis {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0 56px 0;
}
.thesisBox {
    box-sizing: border-box;
    width: 228px;
    height: 360px;
    padding: 0 15px;
    padding-top: 36px;
    background-color: #fff;
    text-align: center;
    margin-bottom: 15px;
    cursor: pointer;
    border: 1px solid transparent;
}
.thesisBox .thesisImg {
    width: 145px;
    height: 190px;
}
.thesisTitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 16px;
    color: #0f7cf7;
    margin-top: 18px;
}
.thesisInfo {
    font-size: 14px;
    color: #333;
    margin-top: 16px;
}
.thesisInfoDetail {
    font-size: 12px;
    color: #777;
    margin-top: 13px;
}
.thesisInfoDetail .font1{
    font-size: 12px;
    color: #ef2424;
}
.thesisInfoDetail .font2{
    font-size: 12px;
    color: #da3232;
}
.more {
    width: 193px;
    height: 52px;
    font-size: 16px;
    background-color: #ffffff;
    color: #00a1cc;
    border:1px solid #00a1cc;
    margin-bottom: 59px;
    outline: hidden;
    cursor: pointer;
    transition: 0.2s all linear;
}
.thesisBox:hover {
    box-shadow: 0 0 10px 5px #e2e2e2;
}
.thesisBox .thesisImg {
    transition: 1s all linear;
}
.thesisBox:hover .thesisImg {
    transform: scale(1.03,1.03)
}
.more:hover {
    background-color: #02a2cc;
    color: #fff;
}


/*box4*/
.server {
    width: 100%;
    padding-bottom: 160px;
}
.server-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 100;
    position: relative;
}
.server-list2 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.serverCard {
    width: 281px;
    height: 380px;
    background-color: transparent;
    padding: 0 30px;
    box-sizing: border-box;
    transition: 0.2s all linear;
}
.server-list2 .serverCard {
    background: #fff;
    box-shadow: 0 0 10px 5px #f2f2f2;
}
.serverCardMin {
    transition: 0.2s all linear;
}
.serverImg {
    width: 75px;
    height: 80px;
    display: block;
    margin: 40px auto;
}
.serverTitle {
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    color: #333;
    text-align: center;
}
.serverCard:hover .serverTitle {
    color: #02a2cc;
}
.serverCard:hover .serverImg {
    animation: shake 0.5s linear
}
.serverInfo {
    font-size: 14px;
    color: rgba(51,51,51,0.74);
    margin: 20px 0 30px 0;
}
.serverMoer {
    display: block;
    width: 158px;
    height: 39px;
    background-color: #02a2cc;
    border: none;
    border-radius: 3px;
    outline: none;
    margin: 0 auto;
    cursor: pointer;
}
.serverMoer a {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 39px;
}

/*box5*/
.flowBox {
    width: 900px;
    justify-content: space-around
}
.flowCard {
    margin-bottom: 67px;
    text-align: center;
    font-size:18px;
    color: #777;
    position: relative;
    cursor: default;
}
.flowCard div {
    width: 105px;
    height: 105px;
    background-image: url("img/icon3/雪碧图.png");
    background-repeat: no-repeat;
    background-position-y: -82px;
}
.flowCard:after{
    display: block;
    content: " ";
    width:76px;
    height: 0;
    border-top: 1px dashed #999;
    position: absolute;
    top: 50px;
    left: 125px;
}
.flowCard:last-child:after {
    display: none;
}
.flowCard p {
    padding-top: 26px;
}
.cardIcon1 {
    background-position-x: 0;
}
.cardIcon2 {
    background-position-x: -113px;
}
.cardIcon3 {
    background-position-x: -226px;
}
.cardIcon4 {
    background-position-x: -340px;
}
/*.flow .apply,.strengt .apply {*/
    /*width: 256px;*/
    /*height: 50px;*/
    /*border:none;*/
    /*border-radius: 24px;*/
    /*background-color: #02a0cc;*/
    /*color: #fff;*/
    /*font-size: 18px;*/
/*}*/
.flowCard:hover p {
    color: #02a2cc;
}


/*box6*/
.strengthBox {
    justify-content: space-around;
    padding-bottom: 25px;
}
.strengthCard {
    width: 180px;
    padding: 55px;
    transition: 0.2s all linear;
    border:1px solid;
    border-color: transparent;
    cursor: pointer;
}
.strengthCard div {
    width: 55px;
    height: 70px;
    background-image: url("img/icon3/雪碧图.png");
    background-repeat: no-repeat;
    background-position-y: 0;
    margin: 0 auto;
    margin-bottom: 20px;
}
.strengthCard .official {
    background-position-x: 0;
}
.strengthCard .safe {
    width: 75px;
    height: 70px;
    background-position-x: -55px;
}
.strengthCard .overall {
    width: 60px;
    background-position-x: -130px;
}
.strengthCard .company {
    width: 65px;
    background-position-x: -205px;
}
.strengthCard .title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 23px;
    text-align: center;
}
.strengthCard .info {
    font-size: 14px;
    color: #777;
    line-height: 20px;
}
.strengthCard:hover {
    box-shadow: 0 0 10px 5px #F2F2F2;
}
.strengthCard:hover .title {
    color: #00A1CC;
}

/*box7*/
.ensureBox {
    width: 1200px;
    height: 400px;
    background-image: url("img/22.png");
    background-repeat: no-repeat;
    background-position: 215px -20px;
    position: relative;
    overflow: hidden;
}
.ensureBox>div {
    transition: 0.5s all linear;
    opacity: 0;
}
.ensureCard-1 {
    width: 260px;
    display: flex;
}
.ensureCard-2 {
    width: 300px;
    display: flex;
}
.ensureIcon {
    width: 72px;
    height: 72px;
    margin-right: 10px;
    flex-shrink: 0;
    background-image: url("img/icon3/雪碧图.png");
    background-repeat: no-repeat;
    background-position-y: -210px;
}
.ensureInfo .ensureTitle {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}
.ensureInfo .ensureDetail {
    font-size: 14px;
    color: #777;
}
.guarantee {
    position: absolute;
    top: 400px;
    left: 133px;
}
.guarantee .ensureIcon{
    background-position-x: 0px;
}
.secrecy {
    position: absolute;
    top: 400px;
    right: 100px;
}
.secrecy .ensureIcon{
    background-position-x: -163px;
}
.direct {
    position: absolute;
    top: 400px;
    left: 133px;
}
.direct .ensureIcon{
    background-position-x: -82px;
}
.transaction {
    position: absolute;
    top: 400px;
    right: 100px;
}
.transaction .ensureIcon{
    background-position-x: -244px;
}

/*box8*/
.authorizeBox {
    justify-content: space-between;
    margin-bottom: 48px;
}
.authorizeCard {
    width: 382px;
    height: 270px;
    padding: 30px 25px;
    display: flex;
    justify-content: space-around;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 100;
}
.authorizeBox2 .authorizeCard {
    transition: 0.2s all linear;
}
.authorizeCard:hover {
    transition: 0.2s all linear;
}
.authorizeImg {
    width: 150px;
    height: 210px;
    flex-shrink: 0;
}
.authorizeInfo {
    margin-left: 20px;
}
.authorizeInfo .authorizeTitle {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}
.authorizeInfo .authorizeDetail {
    font-size: 14px;
    line-height: 2;
    color: #777;
    margin-bottom: 20px;
}
.authorizeInfo .authorizeKinds {
    font-size: 14px;
    color: #777;
}
.authorizeInfo .authorizeKinds span {
    color: #333;
}
.authorizeCard img {
    transition: 1s all linear;
}
.authorizeCard:hover img {
    transform: scale(1.05, 1.05);
}
.authorizeCard:hover .authorizeTitle {
    color: #00A1CC;
}
.authorizeBox2 {
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.authorizeBox2 .authorizeCard {
    background: #fff;
    box-shadow: 0 0 10px 5px #f2f2f2;
}

.teamImg {
    width: 100%;
}
.teamImg img {
    cursor: pointer;
}
.img1 {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.img1 div{
    width: 397px;
    height: 280px;
    margin-bottom: 5px;
}
.img1 img {
    width: 397px;
    height: 280px;
}
.img2 {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.img2 div{
    width: 598px;
    height: 442px;
    margin-bottom: 5px;
}
.img2 img {
    width: 598px;
    height: 442px;
}
.teamImg img:hover {
    transition: 0.7s all linear;
    transform: scale(1.01, 1.01);
}

.QandABox {
    padding: 27px 10px;
    flex-direction: column;
}
.QandABox>div {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.QandABox>div:last-child {
    padding-bottom: 0;
    border-bottom: 1px solid transparent;
}
.question {
    font-size: 18px;
    color: #333;
    margin: 20px 0;
    padding-left: 40px;
    position: relative;
}
.question:before {
    content: "Q";
    display: block;
    width: 20px;
    height: 20px;
    font-size: 16px;
    background: #01AAFF;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
}
.answer {
    font-size: 14px;
    color: #777;
    line-height: 28px;
    padding-left: 40px;
    position: relative;
}
.answer:before {
    content: "A";
    display: block;
    width: 20px;
    height: 20px;
    font-size: 16px;
    background: #01AAFF;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: 5px;
    left: 0;
}
.QandABox div:hover .question {
    color: #00A1CC;
}


/*动画设置*/
@keyframes shake
{
    0%   {
        transform: rotate(0deg);
    }
    25%  {
        transform: rotate(10deg);
    }
    50%  {
        transform: rotate(-10deg);
    }
    75%  {
        transform: rotate(5deg);
    }
    95%  {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@-moz-keyframes shake {
    0%   {
        transform: rotate(0deg);
    }
    25%  {
        transform: rotate(10deg);
    }
    50%  {
        transform: rotate(-10deg);
    }
    75%  {
        transform: rotate(5deg);
    }
    95%  {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes shake {
    0%   {
        transform: rotate(0deg);
    }
    25%  {
        transform: rotate(10deg);
    }
    50%  {
        transform: rotate(-10deg);
    }
    75%  {
        transform: rotate(5deg);
    }
    95%  {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@-o-keyframes shake {
    0%   {
        transform: rotate(0deg);
    }
    25%  {
        transform: rotate(10deg);
    }
    50%  {
        transform: rotate(-10deg);
    }
    75%  {
        transform: rotate(5deg);
    }
    95%  {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}



/*测试用*/
.thesisListBox {
    margin: 0 auto;
    width: 1200px;
    min-height: 800px;
}

.thesisList>div {
    width: 1200px;
    display: none;
    opacity: 0;
    transition: opacity .5s ease-in-out;
}


/* 投稿 */
h1,h2,h3,h4,h5,h6,p,ul{margin:0; padding:0;}
img{border:none;}
a:hover{text-decoration:none;}
.left{float:left;}
.right{float:right;}
.zoom::after{content:"."; display:block; height:0; clear:both; visibility: hidden;}
.zoom,.clear{clear:both;}
.zoom{*zoom:1;}
.o_hide{overflow:hidden;}
.pw1000{width:1000px; margin:0 auto;}
.pw1200{width:1200px; margin:0 auto;}
.alc{text-align:center;}
.mt20{margin-top:22px;}
.dvb{text-align:center; overflow:hidden;}
.dvbox{margin-bottom:80px;}
.dvbox h1{font-size:49px; font-weight:bold;padding-top: 160px;}
.dvbox h2{margin:0 auto 27px auto; font-size:32px; text-align:center; color:#333; font-weight:bold;}
.dvbaner1{height:470px; background:#eeedf2 url(../image/aboutbg.jpg) center no-repeat;}
.dvbaner1 img{display:block; margin:99px auto 53px auto;}
.dvbaner1 a{display:block; width:170px; height:46px; margin:87px auto 0 auto; line-height:46px; font-size:16px; color:#fff; text-decoration:none; border-radius:2px; background-color:#00a2ca;}
.dvbaner1 a:hover{text-decoration:none; color:#fff;}
.dvbaner1 p{font-size:30px; color:#333;}
.dvbaner1 p{margin-top:30px; font-size:30px; color:#333;}
.dvbof h2{margin-bottom:10px; font-size:36px; font-weight:400;}
.dvfbck{width: 100%; height:470px; overflow:hidden; text-align:center; background-size:cover;}
.dvfbck h1{margin:172px 0 20px 0; font-size:48px; font-weight:bold; color:#333; }
.dvfbck p{font-size:24px;}
.dvtou a{margin-top:30px;}

.dvtou a{margin-top:30px;}
.dvtou i{display:inline-block; width:24px; height:24px; margin-right:5px; position:relative; top:-2px; background:url(img/tougao/雪碧图.png) no-repeat; vertical-align:middle; }
.dvtou .dvtou-icon1{background-position:0 -295px;}
.dvtou .dvtou-icon2{background-position:-25px -295px;}
.dvtou .dvtou-icon3{background-position:-56px -295px;}
.dvtou1 div{height:320px; padding-top:30px;}
.dvtou2{padding:80px 0; text-align:center; background-color:#f8f8f8;}
.dvtou2>div>p{color:#999; font-size:18px;}
.dvtou2>div>div{margin-top:87px;}
.dvtou2 .dvtou2mr{margin-right:0;}
.dvtou2-box1 p{width:397px; height:280px; float:left; margin-right:4px; overflow:hidden; position:relative;}
.dvtou2-box2 p{width:598px; height:442px; float:left; margin-top:4px; margin-right:4px; overflow:hidden; position:relative;}
.dvtou2 img,.dvtou3-list img{-webkit-transition:all 1s ease; -moz-transition:all 1s ease; -ms-transition:all 1s ease; transition:all 1s ease;}
.dvtou2 p:hover img,.dvtou3-list div:hover img{-webkit-transform:scale(1.01); -moz-transform:scale(1.01); -ms-transform:scale(1.01); transform:scale(1.01);} 
.dvtou2 a{display:block; width:100%; height:100%; position:absolute; top:0; left:0;}
.dvtou3{margin:80px auto; text-align:center;}
.dvtou3>p{font-size:18px; color:#777;}
.dvtou3-nav{margin:100px auto 20px auto}
.dvtou3-nav span{display:inline-block; width:152px; font-size:18px; color:#777; position:relative;}
.dvtou3-nav i{display:block; width:42px; height:42px; margin:0 auto 16px auto;}
.dvtou3-nav1{background:url(img/tougao/8.png) no-repeat;}
.dvtou3-nav2{background:url(img/tougao/10.png) no-repeat;}
.dvtou3-nav3{background:url(img/tougao/14.png) no-repeat;}
.dvtou3-nav4{background:url(img/tougao/6.png) no-repeat;}
.dvtou3-nav5{background:url(img/tougao/12.png) no-repeat;}
.dvtou3-nav6{background:url(img/tougao/1.png) no-repeat;}
.dvtou3-nav7{background:url(img/tougao/4.png) no-repeat;}
.dvtou3-active .dvtou3-nav1{background:url(img/tougao/7.png) no-repeat;}
.dvtou3-active .dvtou3-nav2{background:url(img/tougao/9.png) no-repeat;}
.dvtou3-active .dvtou3-nav3{background:url(img/tougao/13.png) no-repeat;}
.dvtou3-active .dvtou3-nav4{background:url(img/tougao/5.png) no-repeat;}
.dvtou3-active .dvtou3-nav5{background:url(img/tougao/11.png) no-repeat;}
.dvtou3-active .dvtou3-nav6{background:url(img/tougao/2.png) no-repeat;}
.dvtou3-active .dvtou3-nav7{background:url(img/tougao/3.png) no-repeat;}
.dvtou3-active:before{content:""; border:20px solid transparent; border-bottom-color:#f8f8f8; position:absolute; bottom:-20px; left:57px;}
.dvtou3-box{padding:60px 0 45px 0; background-color:#f8f8f8;}
.dvtou3-box1{width:1225px; height:840px; margin:0 auto; position:relative;}
.dvtou3-box1 .active{display:block; }
.dvtou3-list{display:none; position:absolute; top:0; left:0;}
.dvtou3-list div{width:230px; height:300px; padding:35px 0 25px 0; margin:0 15px 15px 0; float:left; position:relative; background-color:#fff;}
.dvtou3-list div:hover{box-shadow:0 0 20px rgba(0,0,0,0.1);}
.dvtou3-list div a{display:block; width:100%; height:100%; position:absolute; top:0; left:0;}
.dvtou3-list span{display:inline-block; width:150px; height:192px;}
.dvtou3-list img{width:145px;}
.dvtou3-list h5{margin:16px auto 19px auto; font-size:16px; color:#0f7cf7; font-weight:400;}
.dvtou3-list p{margin-bottom:12px; font-size:14px; color:#333;}
.dvtou3-list b{font-size:12px; color:#777; font-weight:400;}
.dvtou3-list i{font-style:normal; color:#da3232;}
.dvtou3-list>a{display:block; width:193px; height:52px; margin:30px auto 0 auto; line-height:52px; font-size:16px; color:#00a1cc; border:1px solid #00a1cc; background-color:#fff;}
.dvtou3-list>a:hover{color:#fff; background-color:#00a1cc;}
@media screen and (max-width:1200px){
	.dvbox,.dvbof{width:1200px;}
}
.dvservice{width:1195px; margin:78px auto 0 auto; text-align:center;}
.dvservice>p,.dvplag>p,.dvprotcet>p{margin-bottom:66px; font-size:18px; color:#999;}
.dvservice>div{width:200px; height:300px; margin-right:18px; float:left; padding:50px 40px 30px 40px; position:relative;}
.dvservice>div:hover{}
.dvservice .imgbox{width: 70px;height: 78px;padding-top: 0;margin: 0 auto;}
.dvservice h4{margin-top:30px; font-size:24px; font-weight:bold;}
.dvservice div p{height:50px; margin:25px auto 25px auto; line-height:1.5; font-size:13px; color:#999;}
.dvservice span{display:inline-block; width:158px; height:39px; line-height:39px; border-radius:3px; color:#fff; background-color:#00c1de;}
.dvservice a{width:100%; height:100%; position:absolute; top:0; left:0; -webkit-transition:all 0.3s ease; -mos-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease; box-shadow:0 0 12px rgba(0,0,0,0.07);}
.dvservice>div:hover a{-webkit-transform:scale(1.04); -moz-transform:scale(1.04); -ms-transform:scale(1.04); transform:scale(1.04);}
.dvservice>div:hover img{-webkit-animation:shake 0.5s linear; -moz-animation:shake 0.5s linear; -ms-animation:shake 0.5s linear; animation:shake 0.5s linear;}
@-webkit-keyframes shake{0%{-webkit-transform:rotate(0deg);}25%{-webkit-transform:rotate(10deg);}50%{-webkit-transform:rotate(-10deg);}75%{transform:rotate(5deg);}95%{-webkit-transform:rotate(-5deg);}100%{-webkit-transform:rotate(0deg);}}
@-moz-keyframes shake{0%{-moz-transform:rotate(0deg);}25%{-moz-transform:rotate(10deg);}50%{-moz-transform:rotate(-10deg);}75%{-moz-transform:rotate(5deg);}95%{-moz-transform:rotate(-5deg);}100%{-moz-transform:rotate(0deg);}}
@-ms-keyframes shake{0%{-ms-transform:rotate(0deg);}25%{-ms-transform:rotate(10deg);}50%{-ms-transform:rotate(-10deg);}75%{-ms-transform:rotate(5deg);}95%{-ms-transform:rotate(-5deg);}100%{-ms-transform:rotate(0deg);}}
@keyframes shake{0%{transform:rotate(0deg);}25%{transform:rotate(10deg);}50%{transform:rotate(-10deg);}75%{transform:rotate(5deg);}95%{transform:rotate(-5deg);}100%{transform:rotate(0deg);}}

.zadl-block4{margin-top:12px; padding:70px 0; text-align:center; background-color:#fff;}
.zadl-block4 h2{margin-bottom:20px; font-size:36px; color:#333; font-weight:400;}
.zadl-block4>p{margin-bottom:66px; font-size:18px; color:#999;}
.zadl-block4-box{width:780px; margin:0 auto;}
.zadl-block4-box p{width:150px; float:left; font-size:18px; color:#999; }
.zadl-block4-box p:hover{color:#00c1de;}
.zadl-block4-box p:hover span{-webkit-animation:spin 2s alternate;  -moz-animation:spin 2s alternate; -ms-animation:spin 2s alternate; animation:spin 2s alternate;}
.zadl-block4-box .zadllast{margin-right:0;}
.zadl-block4-box span{display:inline-block; width:105px; height:105px; margin-bottom:30px; border-radius:100%;}
.zadl-block4>a{display:block; width:256px; height:50px; line-height:50px; margin:65px auto 0 auto; border-radius:50px; vertical-align:middle; font-size:18px; color:#fff; text-decoration:none; background-color:#00c1de;}
.zadl-block4>a:hover{text-decoration:none; color:#fff;}
.zadl-block4>a img{display:inline-block; width:24px; height:24px; margin-right:20px; vertical-align:middle;}

.dvplag{width:1172px; margin:78px auto 0 auto; text-align:center;}

.dqbck8{height:568px; background-color:#24afd4;}
.dqbck8-l{width:49.99%; height:100%; float:left; background-color:#24afd4; position:relative;}
.dqbck8-r{width:49.99%; height:100%; float:right; background-color:#f3f3f3;}
.dqbck8-l div{width:416px; padding:89px 180px 0 23px; float:right; position:relative; z-index:5;}
.dqbck8-r div{width:430px; padding:89px 0 0 160px; float:left; position:relative; z-index:5;}
.dqbck8 h4{padding-bottom:13px; margin:0 0 32px 0; letter-spacing:2px; font-size:30px;}
.dqbck8 p b{font-weight:bold; font-size:18px;}
.dqbck8 p{margin-bottom:44px; font-size:14px;}
.dqbck8-r h4{padding-bottom:15px; margin:0 0 32px 0; letter-spacing:2px; font-size:30px; color:#333; border-bottom:1px solid #e8e8e8;}
.dqbck8-l h4{color:#fff; border-bottom:1px solid rgba(255,255,255,.3);}
.dqbck8-l p b{color:#fff;}
.dqbck8-r p b{color:#333;}
.dqbck8-l p{color:#cce8f1;}
.dqbck8-r p{color:#999;}
.dqbck8 p:before{content:""; display:inline-block; width:37px; height:37px; margin-right:14px; float:left; position:relative; top:5px; 
background:url(img/tougao/dy-icon.png) 0 0 no-repeat;}
.dqbck8-r p:before{background-position:-38px 0;}
.dqbck8 img{position:absolute; top:10; right:-14px; z-index:4;}

.dvplag div{width:293px; height:272px; padding-top:60px; float:left;}
.dvplag div:hover{box-shadow:0 0 12px rgba(0,0,0,0.08);}
.dvplag span{display:inline-block; height:70px;}
.dvplag h4{margin:35px auto 25px auto; font-size:18px;}
.dvplag div p{width:70%; margin:0 auto; line-height:1.6; font-size:14px; color:#777;}
.dvprotcet{height:700px; }
.dvprotcet h2{margin-top:74px;}
.dvprotcet>div{height:400px; position:relative;}
.dvprotcet>div div{text-align:left;}
.dvprotcet>div div img{float:left;}
.dvprotcet>div div p{float:left; width:230px;}
.dvprotcet div p{margin-left:15px; line-height:1.6; font-size:14px; color:#777;}
.dvprotcet div b{display:block; margin-bottom:14px; font-size:18px; font-weight:bold; color:#333;}
.dvprotcet>div .dvimg2 p,.dvprotcet>div .dvimg3 p{width:180px;}
.dvimg1{margin-left:-160px;}
.dvpor div{width:340px; position:absolute; -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); transform:translateY(100px); -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; -ms-transition:all 0.4s ease; transition:all 0.4s ease; opacity:0;}
.dvpor .current{-webkit-transform:translateY(0); -moz-transform:translateY(0); -ms-transform:translateY(0); transform:translateY(0); opacity:1;}
.dvimg2{top:20px; left:132px;}
.dvimg3{bottom:41px; left:132px;}
.dvimg4{top:21px; right:53px; trans}
.dvimg5{bottom:28px; right:53px;}
.dvpor .dvimg3.current,.dvpor .dvimg5.current{-webkit-transition-delay:0.3s; -moz-transition-delay:0.3s; -ms-transition-delay:0.3s; transition-delay:0.3s;}

.dvques{padding:75px 0;background-color:#f8f8f8;}
.dvquesbox{margin-top:55px; padding:25px 35px 45px 35px; background-color:#fff;}
.dvquesbox div{padding:20px 0; border-bottom:1px solid #ddd; cursor:pointer;}
.dvquesbox div:last-child{padding-bottom:0; border-bottom:none;}
.dvquesbox div:hover h5{color:#01aaff;}
.dvquesbox h5:before{content:"Q"; top:2px;}
.dvquesbox p:before{content:"A"; top:4px;}
.dvquesbox h5:before,.dvquesbox p:before{display:inline-block; width:20px; height:20px; line-height:20px; font-weight:400; text-align:center; font-size:16px; color:#fff; background-color:#01aaff; position:absolute; left:0;}
.dvquesbox h5{margin-bottom:26px; padding-left:40px; font-size:18px; color:#333; font-weight:400; position:relative;}
.dvquesbox p{padding-left:40px; line-height:1.8; font-size:14px; color:#777; position:relative;}

.zadl-block3{padding:50px 0; text-align:center;}
.zadl-block3 h2{margin-bottom: 36px;font-size:32px; font-weight:400; color:#333;}
.zadl-block3>div{width:1130px; padding:30px 35px; margin:20px auto 0 auto; text-align:left; box-shadow: 0 0 13px 0 rgba(35, 88, 95, 0.16); border-radius:3px; background-color:#fff;}
.zadl-block3 h5{font-size:16px; color:#333; position:relative;}
.zadl-block3 h5:after{content:""; display:inline-block; width:900px; border-top:1px solid #ddd; position:absolute; top:12px; right:0;}
.zadl-block3 h5 span{font-size:14px; color:#777; font-weight:400;}
.zadlnews{margin:35px 0 25px 0;}
.zadlnews p{width:20%; float:left; margin-right:5%; font-size:12px; color:#777;}
.zadlnews .zabglast{margin-right:0;}
.zadlnews b{display:inline-block; margin-bottom:14px; font-size:14px; color:#333;}
.zadl-block3 .zadline:after{width:1050px;}
.zadline{margin-bottom:20px;}
.zadl-block3>div>span{font-size:12px; color:#939393;}
.zadl-block3>div>p{margin-top:35px; font-size:14px; color:#bc2c1d; font-weight:bold; text-align:center;}
.zadlnews2{margin-top:35px;}
.zadlnews2 div{width:308px; height:75px; margin-right:25px; padding:20px 25px 20px 25px; float:left; border:1px solid #e5e5e5; cursor:pointer;}
.zadlnews2 div:hover{border-color:#0c907d;}
.zadlnews2 .zadllast{margin-right:0;}
.zadlnews2 img{width:70px; height:70px; margin-right:30px; float:left;}
.zadlnews2 b{display:block; margin-bottom:15px; font-size:18px; color:#444; font-weight:400;}
.zadlnews2 p{font-size:14px; color:#949494;}
.dvdbk4{margin:50px auto 100px auto; text-align:center;}