.platform {
    max-width: 1800px;
    margin: 0 auto;
    width: 96%;
    padding: 80px 0 60px;
    overflow: hidden;
    -webkit-animation: gdownIn 0.6s 0.4s both;
    -moz-animation: gdownIn 0.6s 0.4s both;
    animation: gdownIn 0.6s 0.4s both;
}

.platform a {
    display: block;
    float: left;
    min-width: 144px;
    padding: 0 10px;
    height: 50px;
    margin-right: 20px;
    line-height: 50px;
    text-align: center;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.platform a {
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    color: #333;
}

.platform a:hover,
.platform .act {
    background-color: #000;
    color: #fff;
}

.platform .pc {
    background-position: 0 0;
    text-indent: 30px;
    background-image: url(../image/platform_icon.png)
}

.platform .pc:hover,
.platform .pc.act {
    background-position: 0 -50px;
}

.platform .mb {
    background-position: -145px 0;
    text-indent: 30px;
    background-image: url(../image/platform_icon.png)
}

.platform .mb:hover,
.platform .mb.act {
    background-position: -145px -50px;
}

.platform-news a {
    background: #fff;
    color: #666;
}

.platform-add {
    max-width: 1200px;
    width: 96%;
    margin: auto;
    padding: 80px 0 60px;
    overflow: hidden;
    -webkit-animation: gdownIn 0.8s 1.2s both;
    -moz-animation: gdownIn 0.8s 1.2s both;
    animation: gdownIn 0.8s 1.2s both;
}

.platform-add a {
    display: inline-block;
    width: 144px;
    height: 50px;
    margin-top: 20px;
    line-height: 50px;
    text-align: center;
    border-radius: 2px;
}

.platform-add a {
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    color: #333;
}

.platform-add a:hover,
.platform-add .act {
    background-color: #000;
    color: #fff;
}

.type_list {
    width: 1800px;
    height: 44px;
    line-height: 44px;
    margin: 0 auto 40px;
    border-top: 1px dotted #ccc;
    background-color: #f5f5f5;
    font-size: 14px;
    -webkit-animation: gdownIn 1s 0.7s both;
    -moz-animation: gdownIn 1s 0.7s both;
    animation: gdownIn 1s 0.7s both;
}

.type_list span {
    padding: 0 10px 0 25px;
}

.type_list em {
    padding: 0 20px;
}

.type_list a {
    color: #666;
    -webkit-transition: all .5s;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;
}

.type_list a:hover {
    color: #000;
}

.type_list a.act {
    color: #000;
    font-weight: bold;
}

.works_wrap {
    max-width: 1800px;
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
    -webkit-animation: gdownIn 1s 1s both;
    -moz-animation: gdownIn 1s 1s both;
    animation: gdownIn 1s 1s both;
}

#works_list {
    position: relative;
    overflow: hidden;
    margin: 0 -20px;
}

#works_list li {
    float: left;
    width: 33.33%;
    margin-bottom: 20px;
}















#works_list li.fr {
    float: right;
}

#works_list li a {
    display: block;
    margin: 0 20px;
}
#works_list li a .box{
    background: #fff;
    -moz-transition: all .5s;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;
}
#works_list li article {
    width: 100%;
    height: 343px;
    position: relative;
    overflow: hidden;
}

#works_list li article img {
    width: 100%;
    vertical-align: top;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#works_list li article summary {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: -50px;
    left: 0;
    line-height: 50px;
    color: #a9a9a9;
    background: rgba(0, 0, 0, 0.5);
    background: #666\9;
    text-align: left;
    text-indent: 20px;
    z-index: 3;
        -ms-transition: all .5s;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;
}

#works_list li h5 {
    line-height: 24px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    padding-top: 20px;
    padding-bottom: 10px;
    text-indent: 15px;
        -o-transition: all .5s;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;
}

#works_list li span {
    line-height: 22px;
    font-size: 14px;
    color: #666;
    display: block;
    padding-bottom: 18px;
    text-indent: 15px;
        transition: all .5s;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;
}

#works_list li a:hover .box {
    background-color: transparent;
}

#works_list li a:hover h5,
#works_list li a:hover span {
    color: #fff;
}

#works_list li a:hover article summary {
    bottom: 0;
}

#works_list li a:hover article img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

#works_list li a:hover article:before {
    opacity: 1;
    filter: alpha(opacity=100);
    zoom: 1;
}

#works_list li a:hover article:after {
    opacity: 1;
    filter: alpha(opacity=100);
    zoom: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}




#works_lista li.fr {
    float: right;
}

#works_lista li a {
    display: block;
    height: 100%;
    background: #fff;
    -webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;
}

#works_lista li article {
    width: 100%;
    height: 343px;
    position: relative;
    overflow: hidden;
}

#works_lista li article img {
    height: 100%;
    width: auto;
    vertical-align: top;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#works_lista li article summary {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: -50px;
    left: 0;
    line-height: 50px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    background: #666\9;
    text-align: left;
    text-indent: 20px;
    z-index: 3;
    -webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;
}

#works_lista li h5 {
    line-height: 24px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    padding-top: 20px;
    padding-bottom: 10px;
    text-indent: 15px;
    -webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;
}

#works_lista li span {
    line-height: 22px;
    font-size: 14px;
    color: #666;
    display: block;
    padding-bottom: 18px;
    text-indent: 15px;
    -webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;
}

#works_lista li a:hover {
    background-color: transparent;
}

#works_lista li a:hover h5,
#works_lista li a:hover span {
    color: #fff;
}

#works_lista li a:hover article summary {
    bottom: 0;
}

#works_lista li a:hover article img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

#works_lista li a:hover article:before {
    opacity: 1;
    filter: alpha(opacity=100);
    zoom: 1;
}

#works_lista li a:hover article:after {
    opacity: 1;
    filter: alpha(opacity=100);
    zoom: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.pagination {
    padding: 0 0 100px 0;
    text-align: right;
}

.pagination a {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 5px;
    background: #f0f0f0;
    color: #333;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;
}

.pagination a:hover,
.pagination a.act {
    background: #000;
    color: #fff;
}

.works_focus {
    position: relative;
    height: 750px;
    overflow: hidden;
    text-align: center;
    -webkit-animation: gfadeIn 0.8s 0.4s both;
    -moz-animation: gfadeIn 0.8s 0.4s both;
    animation: gfadeIn 0.8s 0.4s both;
}

.works_focus h1 {
    margin-top: 80px;
    color: #333;
    font-size: 36px;
    font-weight: bolder;
    text-shadow: 0px 25px 35px rgb(0 0 0 / 8%);
}

.works_focusa {
    position: relative;
    height: 200px;
    overflow: hidden;
    text-align: center;
    -webkit-animation: gfadeIn 0.8s 0.4s both;
    -moz-animation: gfadeIn 0.8s 0.4s both;
    animation: gfadeIn 0.8s 0.4s both;
}

.works_focusa h1 {
    margin-top: 90px;
    color: #fff;
    font-size: 26px;
    font-weight: bolder;
    text-shadow: 0px 25px 35px rgb(0 0 0 / 8%);
}

.works_focus h5 {
    color: #fff;
    color: rgba(255, 255, 255, .4);
    font-size: 24px;
}

.works_focus .focus_img {
    position: absolute;
    bottom: 0;
    left: 50%;
    max-width: 1200px;
    width: 96%;
    margin-left: -600px;
    overflow: hidden;
    -webkit-animation: gdownIn 0.6s 0.65s both;
    -moz-animation: gdownIn 0.6s 0.65s both;
    animation: gdownIn 0.6s 0.65s both;
}

.works_focus .focus_img img {
    max-width: 100%;
    vertical-align: top;
}


#works_info {
    width: 100%;
    background: #fff;
}

#works_info.fixed {
    position: fixed;
    top: 67px;
    left: 0;
    z-index: 2;
}

.works_info {
    max-width: 1200px;
    width: 96%;
    height: 70px;
    margin: auto;
    padding-top: 22px;
    -webkit-animation: gupIn 0.8s 0.9s both;
    -moz-animation: gupIn 0.8s 0.9s both;
    animation: gupIn 0.8s 0.9s both;
}

.works_info dt,
.works_info dd {
    float: left;
}

.works_info dt {
    position: relative;
    width: 345px;
    margin-right: 70px;
    *border-right: 1px dotted #b9b9b9;
}

.works_info dt:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: 0px;
    height: 30px;
    border-right: 1px dotted #b9b9b9;
}

.works_info dt h2 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
}

.works_info dt aside {
    color: #666;
    font-size: 12px;
}

.works_info dd.summary {
    position: relative;
    width: 700px;
    padding-left: 80px;
    color: #666;
    line-height: 28px;
    overflow: hidden;
}

.works_info dd.summary span {
    position: absolute;
    font-weight: bolder;
    top: 0;
    left: 0;
    width: 80px;
}

.works_info dd.control {
    position: relative;
    width: 230px;
    height: 100%;
    text-align: right;
}

.works_info .works_qrcode {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    margin-top: -20px;
    overflow: hidden;
}

.works_info .works_qrcode img {
    width: 100%;
}

.works_info .share,
.works_info .links {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 15px;
}

.works_info i,
.works_info i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.works_info b {
    border-radius: 50%;
    -webkit-transition: 0.5s cubic-bezier(0.18, 0.89, 0.40, 1.90);
    -moz-transition: 0.5s cubic-bezier(0.18, 0.89, 0.40, 1.90);
    transition: 0.5s cubic-bezier(0.18, 0.89, 0.40, 1.90);
}

.works_info a:hover b {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.works_info .share b {
    width: 50px;
    height: 50px;
    background: #666;
}

.works_info .share i {
    background: url(../image/icon_share.png) no-repeat center center;
}

.works_info .links b {
    width: 48px;
    height: 48px;
    border: 1px solid #666;
    background: #fff;
}

.works_info .links i {
    background: url(../image/icon_link.png) no-repeat center center;
}

.works_info .links span {
    position: absolute;
    top: 57px;
    left: 0;
    font-size: 12px;
    color: #666;
    opacity: 0;
    -webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;
}

.works_info a:hover span {
    opacity: 1;
}

.works_pic {
    max-width: 1230px;
    padding: 15px;
    width: 96%;
    background: #f5f5f5;
    overflow: hidden;
    text-align: center;
    -webkit-animation: gdownIn 0.8s 1.2s both;
    -moz-animation: gdownIn 0.8s 1.2s both;
    animation: gdownIn 0.8s 1.2s both;
}

.works_pic h2 {
    margin: 0 auto 45px;
    color: #000;
    font-size: 24px;
}

.works_pic img {
    margin-bottom: 40px;
}

.works_summary {
    max-width: 1200px;
    width: 96%;
    margin: 30px auto 20px;
    color: #666;
    -webkit-animation: gdownIn 1s 1.8s both;
    -moz-animation: gdownIn 1s 1.8s both;
    animation: gdownIn 1s 1.8s both;
}

.works_summary h2,
.works_summary p {
    max-width: 1200px;
    width: 96%;
    margin: auto;
}

.works_summary h2 {
    padding-bottom: 10px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #8fc35d;
}

.works_summary p {
    margin-bottom: 20px;
    line-height: 2.1;
}



.contact_focus,
.about_focus,
.marketing_focus {
    position: relative;
    width: 100%;
    -webkit-animation: gfadeIn 1s 0.4s both;
    -moz-animation: gfadeIn 1s 0.4s both;
    animation: gfadeIn 1s 0.4s both;
}

.contact_focus img,
.about_focus img,
.marketing_focus img {
    width: 100%;
    vertical-align: top;
}

.contact {
    max-width: 1140px;
    width: 96%;
    margin: auto;
    padding: 65px 30px;
    -webkit-animation: gdownIn 1s 0.7s both;
    -moz-animation: gdownIn 1s 0.7s both;
    animation: gdownIn 1s 0.7s both;
}

.contact .div {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #666;
    overflow: hidden;
}

.contact div .dl {
    float: left;
}

.contact div .dl .dd {
    margin-bottom: 25px;
}

.contact .dl {
    width: 50%;
}

.contact .dl .dt {
    margin-bottom: 35px;
    color: #333;
    font-size: 26px;
}

.contact .dl .dd {
    position: relative;
    margin-bottom: 10px;
    color: #666;
    line-height: 30px;
}

.contact .dl .dd span {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 30px;
    color: #666;
    text-align: right;
}

.contact .dl .dd p {
    color: #333;
    font-size: 20px;
}

.message {
    padding: 64px 0 100px;
    background: #f9f9f9;
}

.message section {
    max-width: 1200px;
    width: 96%;
    margin: auto;
}

.message h2 {
    color: #333;
    font-size: 24px;
}

.message span {
    color: #666;
}

.message form {
    margin-top: 50px;
    overflow: hidden;
}

.message form div {
    overflow: hidden;
}

.message form div input {
    float: left;
}

.message form input[type="text"] {
    width: 269px;
    height: 44px;
    padding: 0 5px;
    line-height: 44px;
    border: 2px solid #666;
    margin-right: 48px;
}

.message form textarea {
    width: 905px;
    height: 95px;
    margin: 30px 0;
    padding: 5px;
    border: 2px solid #666;
}

.message form input[type="submit"] {
    display: block;
    width: 144px;
    height: 50px;
    border: none;
    background: #000;
    color: #fff;
}

.about {
    max-width: 1200px;
    width: 96%;
    padding: 85px 0;
    text-align: center;
}

.about h1 {
    margin-bottom: 26px;
    color: #000;
    font-size: 30px;
}

.about h2 {
    margin-top: 20px;
    color: #666;
    font-size: 18px;
}

.about p {
    width: 950px;
    margin: auto;
    color: #666;
    line-height: 1.6;
}

#about_menu {
    text-align: center;
}

#about_menu li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 122px;
    height: 56px;
    margin: 0 20px;
    line-height: 56px;
    color: #858585;
    cursor: pointer;
    font-size: 18px;
    -webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;
}

#about_menu li.act,
#about_menu li:hover {
    background: #f3f3f3;
    color: #333;
}

.about_con {
    padding: 80px 0;
    background-color: #f3f3f3;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.about_con article {
    max-width: 1200px;
    width: 96%;
    margin: auto;
    *zoom: 1;
}

.about_con article:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
}
.about_con.about01 article{
    text-align: center;
}
.about_con.about01 figure {
    display: inline-block;
    margin: 0 40px;
    text-align: center;
}

.about_con.about01 figure img {
    vertical-align: top;
}

.about_con.about01 figure figcaption {
    margin-top: 40px;
    color: #666666;
    font-size: 16px;
}

.about_con.about02 {
    height: 485px;
    background-image: url(../image/items_02.jpg);
}

.about_con.about03 figure {
    max-width: 1200px;
    width: 96%;
    margin: auto;
    overflow: hidden;
}

.about_con.about03 figure figcaption {
    float: left;
    width: 500px;
    color: #333;
}

.about_con.about03 figure figcaption h3 {
    font-size: 30px;
}

.about_con.about03 figure figcaption h4 {
    font-size: 18px;
}

.about_con.about03 figure figcaption img {
    float: none;
    display: block;
}

.about_con.about03 figure figcaption p {
    color: #666;
    line-height: 1.8;
}

.about_con.about03 figure img {
    float: right;
}

.about_con.about04 {
    overflow: hidden;
}

.about_con.about04 ul {
    float: left;
    width: 500px;
}

.about_con.about04 ul li {
    margin-bottom: 30px;
}

.about_con.about04 ul li h3 {
    color: #ccc;
    font-size: 30px;
}

.about_con.about04 p {
    color: #333;
}

.about_con.about04 figure {
    float: right;
    width: 626px;
}

.about_con.about04 figure img {
    vertical-align: top;
}

.about_con.about04 figure figcaption {
    height: 140px;
    padding: 30px 30px;
    background: #fff;
}

.about_con.about04 figure figcaption h3 {
    color: #666;
    font-size: 46px;
}

.about_scene {
    max-width: 1200px;
    width: 96%;
    margin: 94px auto;
}

.about_scene ul {
    overflow: hidden;
}

.about_scene ul li {
    float: left;
    width: 33.33%;
    overflow: hidden;
}

.about_scene ul li img {
    display: block;
    vertical-align: top;
}

#about_video {
    position: relative;
    cursor: pointer;
}

#video {
    display: none;
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 102%;
    background: #000;
}

.bd_top {
    margin: 104px auto;
    *padding: 74px 0;
    position: relative;
}

.client_title {
    width: 320px;
    height: 100px;
    margin: auto;
    background: #fff;
    text-align: center;
}

.client_title h2,
.client_title aside {
    margin: 0;
    padding: 0;
}

.client_title h2 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 6px;
    color: #7c7c7c;
}

.client_title aside {
    font-size: 16px;
    color: #525252;
}

.client_title span {
    display: block;
    margin-top: 20px;
    color: #999;
}

.news_wrap {
    max-width: 1800px;
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
}

#news_list {
    overflow: hidden;
    margin: 0 -7px;
}

#news_list li {
    float: left;
    width: 25%;
    margin-bottom: 60px;
    -webkit-animation: gfadeIn 0.6s 0.8s both;
    -moz-animation: gfadeIn 0.6s 0.8s both;
    animation: gfadeIn 0.6s 0.8s both;
}

#news_list li:nth-of-type(2) {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

#news_list li:nth-of-type(3) {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

#news_list li:nth-of-type(4) {
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

#news_list li:nth-of-type(5) {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

#news_list li:nth-of-type(6) {
    -webkit-animation-delay: 1.8s;
    -moz-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

#news_list li:nth-of-type(7) {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
}

#news_list li:nth-of-type(8) {
    -webkit-animation-delay: 2.2s;
    -moz-animation-delay: 2.2s;
    animation-delay: 2.2s;
}

#news_list li:nth-of-type(9) {
    -webkit-animation-delay: 2.4s;
    -moz-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

#news_list li:nth-of-type(10) {
    -webkit-animation-delay: 2.6s;
    -moz-animation-delay: 2.6s;
    animation-delay: 2.6s;
}

#news_list li:nth-of-type(11) {
    -webkit-animation-delay: 2.8s;
    -moz-animation-delay: 2.8s;
    animation-delay: 2.8s;
}

#news_list li a {
    display: block;
    margin: 0 7px;
    background: #fff;
}

#news_list li picture {
    display: block;
    position: relative;
    padding-top: 61%;
    overflow: hidden;
}

#news_list li picture img {
    position: absolute;width: 100%;height: 100%;top: 0;left: 0;
    -webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;
}

#news_list li div {
    position: relative;
    height: 170px;
    padding: 20px;
    background: #fff;
    -webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;
}

#news_list li h2 {
    margin-bottom: 5px;
    color: #333;
    font-size: 20px;
    font-weight: bold;
}

#news_list li p {
    color: #666;
    font-size: 14px;
    overflow: hidden;
    line-height: 2;
    overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
    height: 56px;
}

#news_list li span {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #666;
    font-size: 12px;
}

#news_list li a:hover div {
    background: #000;
}

#news_list li a h2,
#news_list li a p,
#news_list li a span {
    -webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;
}

#news_list li a:hover h2,
#news_list li a:hover p,
#news_list li a:hover span {
    color: #fff;
}

#news_list li a:hover picture img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    transform: scale(1.06);
}

#news_list li.first {
    position: relative;
    width: 795px;
}

#news_list li.first picture {
    width: 100%;
    height: 100%;
}

#news_list li.first div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
}

#news_list li.first h2 {
    color: #fff;
}

#news_list li.first p {
    width: 70%;
    color: #999;
}

#news_list li.first span {
    color: #ddd;
}

.news {
    max-width: 1800px;
    width: 96%;
    margin: 75px auto 100px;
    -webkit-animation: gfadeIn 0.6s 0.6s both;
    -moz-animation: gfadeIn 0.6s 0.6s both;
    animation: gfadeIn 0.6s 0.6s both;
}

.news h1 {
    margin-bottom: 10px;
    color: #333;
    font-size: 24px;
}

.news span {
    margin-right: 34px;
    color: #666;
}

.news article {
    margin-top: 20px;
    padding: 46px 96px 70px;
    background: #fff;
}

.news article img {
    max-width: 100%;
    margin-bottom: 0px;
}

.news article p {
    color: #666;
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 18px;
}

.news .bdsharebuttonbox {
    float: right;
    margin-top: 30px;
    overflow: hidden;
}

.news .bdsharebuttonbox em {
    float: left;
    line-height: 28px;
}

.marketing_web {
    padding: 100px 0;
    background: #f8f8f8;
    overflow: hidden;
}

.marketing_web section {
    max-width: 1200px;
    width: 96%;
    margin: auto;
}

.marketing_web section picture {
    float: left;
    margin-left: 25px;
}

.marketing_web section article {
    margin-top: 110px;
    float: left;
    margin-left: 100px;
    width: 422px;
}

.marketing_web section article h2 {
    color: #333;
    font-size: 36px;
}

.marketing_web section article p {
    height: 120px;
    margin-top: 36px;
    line-height: 24px;
}

.marketing_web section article a {
    width: 148px;
    height: 48px;
    border: 2px solid #666;
    display: block;
    margin-top: 34px;
    color: #666;
    -webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;
    text-align: center;
    line-height: 48px;
}

.marketing_web section article a:hover {
    background: #666;
    color: #fff;
}

.marketing_activity {
    max-width: 1200px;
    width: 96%;
    margin: 100px auto;
    overflow: hidden;
}

.marketing_activity picture {
    float: right;
}

.marketing_activity article {
    margin-top: 90px;
    float: left;
    margin-left: 72px;
    width: 465px;
}

.marketing_activity article h2 {
    color: #333;
    font-size: 36px;
}

.marketing_activity article p {
    margin-top: 36px;
    line-height: 24px;
}

.marketing_activity article a {
    width: 148px;
    height: 48px;
    border: 2px solid #666;
    display: block;
    margin-top: 50px;
    color: #666;
    -webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;
    text-align: center;
    line-height: 48px;
}

.marketing_activity article a:hover {
    background: #666;
    color: #fff;
}

.marketing_app {
    min-width: 1200px;
    margin: auto;
    padding: 100px 0;
    background: #f8f8f8;
    overflow: hidden;
}

.marketing_app section {
    max-width: 1200px;
    width: 96%;
    margin: auto;
}

.marketing_app section picture {
    float: left;
    margin-left: 25px;
}

.marketing_app section article {
    margin-top: 100px;
    float: left;
    margin-left: 100px;
    width: 422px;
}

.marketing_app section article h2 {
    color: #333;
    font-size: 36px;
}

.marketing_app section article p {
    margin-top: 36px;
    line-height: 24px;
}

.marketing_app section article img {
    display: block;
    margin-top: 80px;
}

.marketing_wechat {
    max-width: 1200px;
    width: 96%;
    text-align: center;
    margin: 100px auto;
    overflow: hidden;
}

.marketing_wechat h2 {
    color: #333;
    font-size: 36px;
}

.marketing_wechat p {
    height: 100px;
    margin-top: 36px;
    line-height: 24px;
}

.client-summary {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto 70px;
    text-align: center;
}

.client-summary img {
    display: block;
    margin: 40px auto 25px;
}

.client-summary h1 {
    color: #333;
    font-size: 20px;
}

.client-summary a {
    position: relative;
    display: inline-block;
    margin-top: 30px;
    color: #A03030;
    text-decoration: underline;
    line-height: 24px;
    -webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;
}

.client-summary a:hover {
    color: #CC4040;
}

.client-summary a i {
    position: absolute;
    top: 0;
    left: 105%;
    font-size: 12px;
    font-family: '宋体';
    -webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;
}

.client-summary a:hover i {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    transform: translateX(4px);
}

.client-clh {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto 45px;
    text-align: center;
}

.client-clh p {
    margin-top: 14px;
    color: #666;
    font-size: 18px;
}

.client-gray {
    background: #f9f9f9;
}

.client-content {
    max-width: 1200px;
    width: 96%;
    margin: auto;
    padding: 50px 0;
}

.client-content h2 {
    color: #333;
    font-size: 30px;
    text-align: center;
}

.client-content p {
    line-height: 28px;
    color: #666;
}

.client-content img {
    display: block;
    margin: 24px auto;
    max-width: 100%;
}

.client-detail {
    max-width: 1200px;
    width: 96%;
    margin: auto;
    padding-bottom: 150px;
    text-align: center;
}

.client-detail h2 {
    margin: 40px 0 70px;
    color: #333;
    font-size: 30px;
}

.client-detail img {
    display: block;
    max-width: 100%;
    margin: 0 auto 34px;
}

#gotop {
    display: none;
    position: fixed;
    top: 50%;
    right: 20px;
    width: 54px;
    height: 54px;
    margin-top: 31px;
    border-radius: 50%;
    background: #919191 url(../image/icon_top.png) 50% 50% no-repeat;
    cursor: pointer;
    -webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;
}

#gotop:hover {
    background-color: #666;
}


.toclient-wrapper {
    background: #f4f4f4;
    padding-bottom: 70px;
    color: #000;
}

.toclient-wrapper h1 {
    padding-top: 40px;
    font-size: 36px;
    text-align: center;
    line-height: 110px;
}

.toclient {
    width: 1120px;
    margin: auto;
    padding: 60px 40px;
    background: #fff;
}

.toclient figure {
    margin-bottom: 30px;
    text-align: center;
}

.toclient figure img {
    display: inline-block;
    width: 450px;
    vertical-align: middle;
}

.toclient figure figcaption {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 650px;
    vertical-align: middle;
    text-align: left;
}

.toclient figure figcaption h2 {
    margin-bottom: 25px;
    font-size: 30px;
}

.toclient figure figcaption p {
    line-height: 1.8;
}

.toclient figure figcaption h5 {
    width: 560px;
    height: 33px;
    margin-top: 55px;
    background: url(../image/toclient05.jpg) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

.right_silderbar {
    position: fixed;
    top: 100px;
    right: 0;
    width: 92px;
}

.right_silderbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.right_silderbar li {
    width: 100%;
    height: 100px;
}

.right_silderbar li.qq {
    background-image: url(../image/qq.png);
    background-color: #ffc602;
}

.right_silderbar li.qq:hover {
    background-color: #ffae00;
}

.right_silderbar li.qq a {
    width: 100%;
    height: 100%;
    display: block;
}

.right_silderbar li.totop {
    background-image: url(../image/totop.png);
    background-color: #313131;
}

.right_silderbar li.totop a {
    width: 100%;
    height: 100%;
    display: block;
}

.right_silderbar li.totop:hover {
    background-color: #000;
}

.bg-grey {
    background: #f4f4f4;
}

.jr {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    color: #99cc66;
    border-top: 1px solid #99cc66;
    border-bottom: 1px solid #99cc66;
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.jr:hover {
    background: #99cc66;
    color: #fff;
}

.zp-box {
    background: #f6f6f6;
    padding-top: 100px;
    padding-bottom: 100px
}

.zp-box h2 {
    text-align: center;
    font-weight: normal;
    color: #333;
    font-size: 30px;
    margin: 0 auto;
    padding: 40px 0;
}

.zp {
    background: #f6f6f6;
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 0 0 60px;
}

.zp .after {
    border-bottom: 1px dotted #666;
    margin-bottom: 40px;
}

.zp .after:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.zp .after li {
    float: left;
    width: 540px;
    box-sizing: border-box;
    padding: 50px 30px;
    color: #666;
    text-align: center;
    list-style: none;
    line-height: 1.6;
}

.zp .after li .job-title {
    color: #666;
    margin-bottom: 20px;
    font-size: 16px;
}

.zp .after li .job-title:before {
    content: '';
    display: block;
    margin: 10px auto;
    width: 85px;
    height: 85px;
    background-image: url(../image/zp.png);
}

.zp .after li .job-title.sw:before {
    background-position: 0 0;
}

.zp .after li .job-title.qd:before {
    background-position: -85px 0;
}

.zp .after li .job-title.web-sj:before {
    background-position: -170px 0;
}

.zp .after li .job-title.ds-sj:before {
    background-position: 255px 0;
}




.clearfix:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
}

.motop {
    width: 100%;
    height: 70px;
    background: #fff;
    position: fixed;
    padding: 0 3%;
    z-index: 200;
    display: none;
    top: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1)
}

.mologo {
    float: left;
    width: 18%;
    height: 100%;
    overflow: hidden;
}

.mologo a {
    line-height: 70px;
}

.mologo img {
    width: 100%;
    vertical-align: middle;
    height: 32px;
}

.monav {
    float: right;
    margin-right: 8%;
    margin-top: 25px;
    cursor: pointer;
    position: relative;
    width: 30px;
    height: 22px;
}

.monav span {
    width: 25px;
    height: 2px;
    display: block;
    background: #000;
    position: absolute;
    transition: all .5s;
}

.monav .s1 {
    top: 5px;
}

.monav .s2 {
    top: 11px;
}

.monav .s3 {
    top: 17px;
}

.monav .s1.on {
    transform: rotate(45deg);
    top: 10px;
}

.monav .s2.on {
    opacity: 0;
}

.monav .s3.on {
    transform: rotate(-45deg);
    top: 10px;
}




.navdown {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 70px;
    z-index: 100;
    display: none;
    border-top: 1px solid #ccc;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.navdown>ul {
    margin-top: 20px;
}

.navdown>ul>li {
    padding: 18px 0;
    font-size: 14px;
    color: #333;
    position: relative;
    cursor: pointer;
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
}

.navdown>ul>li:last-child {
    border-bottom: none;
}

.navdown>ul>li>a {
    color: #666;
    display: block;
    width: 100%;
    height: 100%;
}

.navdown>ul>li>i {
    position: absolute;
    right: 0;
    top: 14px;
    transition: all .5s;
    font-size: 16px;
    color: #333;
}

.navdown>ul>li>ul {
    display: none;
    margin-top: 10px;
}

.navdown>ul>li>ul>li a {
    margin-left: 12px;
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.molanguage {
    margin-left: 10%;
    margin-top: 30px;
    margin-bottom: 40px;
}

.molanguage a {
    font-size: 16px;
    color: #666;
}

.molanguage .a1:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 11px;
    background: #ccc;
    margin: 0 3%;
}





#works_list.falls li {
    height: auto;
    width: 24%;
    margin: 0 1% 2% 0;
}

#works_list.falls li article {
    height: auto;
    max-height: 800px;
}

#works_list.falls li article img {
    display: block;
    height: auto;
    width: 100%;
    max-width: 100%;
}

#works_list.falls {
    left: 0;
}

#works_list.falls li span,
#works_list.falls li h5 {
    text-indent: 0;
    padding-left: 15px;
    padding-right: 15px;
}

#works_lista.falls li {
    height: auto;
    width: 24%;
    margin: 0 1% 2% 0;
}

#works_lista.falls li article {
    height: auto;
    max-height: 800px;
}

#works_lista.falls li article img {
    display: block;
    height: auto;
    width: 100%;
    max-width: 100%;
}

#works_lista.falls {
    left: 0;
}

#works_lista.falls li span,
#works_lista.falls li h5 {
    text-indent: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.prearticle{
    border-top: 1px solid #ddd;
    padding-top: 30px;
}

.fyfuwu ul li{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.fyfuwu ul li .fyfuwulep{
    color: #e9e9e9;
    position: relative;
    font-size: 63px;
    line-height: 130%;
}
.fyfuwu ul li .fyfuwulep:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 7px;
    background: #ff0000;
    top: 50%;
    left: 0;
    margin-top: -3px;
}
.fyfuwu ul li .fyfuwule span {
    font-size: 28px;
    color: #414141;
    font-weight: bold;
    display: block;
}
.fyfuwu ul li .fyfuwule i {
    font-size: 16px;
    color: #ff0000;
    font-weight: bold;
    display: block;
    line-height: 32px;
    font-style: normal;
    margin: 15px 0 20px;
}
.fyfuwu ul li  .fyfuwulediv p {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
}
.fyfuwu ul li .fyfuwulediv p:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #8c8c8c;
    top: 12px;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.fyfuwu ul li .jiange{
    width: 20px;
}
.fyfuwu ul li .fyfuwuri{
    width: 50%;
    overflow: hidden;
    cursor: pointer;
}
.fyfuwu ul li .fyfuwule{
    width: 50%;
}
.fyfuwu li img{
    transition: all .3s;
}
.fyfuwu li .fyfuwuri:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}

.fyfuwu ul li .fyfuwule a:after{content: "";position: absolute;bottom:0;width:0;height:2px;background: #ff0000;left: 0}
.fyfuwu ul li .fyfuwule a:before{content: "";position: absolute;top:0;width:0;height:2px;background: #ff0000;right: 0;}
.fyfuwu ul li .fyfuwuodd .fyfuwule{float: right;padding: 0 0 0 10%}
.fyfuwu ul li .fyfuwuodd .fyfuwuri{float: left}
.fyfuwu ul li .fyfuwule a.hoverli:before,.fyfuwule a.hoverli:after{width: 100%}

.fyfuwu ul li .kefu_box{
    display: flex;
    align-items: center;
}
.fyfuwu ul li .kefu_box .kefu_link{
    margin-right: 15px;
    position: relative;
    transition: all .5s;
    color: #8fc35d;
}

.fyfuwule .kefu_link:after{content: "";position: absolute;bottom:0;width:0;height:2px;background: #8fc35d;left: 0}
.fyfuwule .kefu_link:before{content: "";position: absolute;top:0;width:0;height:2px;background: #8fc35d;right: 0;}
.fyfuwule .kefu_link.hoverli:before,.fyfuwule .kefu_link.hoverli:after{width: 100%; transition: all .5s;}
.mask{
    width: 100%;

    height: 100%;

    background: #000;

    overflow: hidden;

    position: fixed;

    left: 0;

    top: 0;

    opacity: .6;

    filter: alpha(opacity=60);

    z-index: 999;

    display: none
}
.weixin_mask{
    display: none;
    position: fixed;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    background: #fff;
    border-radius: 15px;
    top: 50%;
    margin-top: -150px;
    height: 300px;
    z-index: 1000;
    text-align: center;
    padding-top: 15px;
}
.weixin_mask .close{
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    z-index: 2000;
    cursor: pointer;
}
.weixin_mask .pic{
    width: 150px;
    margin: 0 auto;
    margin-top: 10px;
}
.weixin_mask .btn{
    background: #8fc35d;
    color:#fff;
    width: 120px;
    line-height: 36px;
    border-radius: 5px;
    margin: 10px auto;
    cursor: pointer;
}
@media screen and (max-width: 1599px) {
    #news_list li h2{
        line-height: 1.5;
    }
    #news_list li p{
        line-height: 1.5;
        height: 42px;
    }
    #news_list li span{
        bottom: 10px;
    }
    #works_list li article{
        height: 280px;
    }
  
}
@media screen and (max-width: 1399px) {
    #news_list li{
        margin-bottom: 30px;
    }
    .about_con.about04 figure{
        width: 600px;
    }
    .about_con.about04 ul,
    .about_con.about03 figure figcaption{
        width: 450px;
    }
    .about_con.about01 figure{
        margin: 0 20px;
    }
    #works_list li article{
        height: 200px;
    }
   

}
@media only screen and (max-width: 1199px) {
    .about_con.about04 ul,
    .about_con.about04 figure,
    .about_con.about03 figure figcaption{
        float: none;
        width: auto;
    }
    .about_con.about03 figure img{
        float: none;
    }
    .about_con.about04 figure img{
        display: block;
        width: 100%;
    }
    .motop,
    .about_con.about01 figure {
        display: block;
    }
    #news_list li{
        width: 50%;
    }

    .about_con.about04 figure figcaption{
        height: auto;
    }
    .message form input[type="text"],
    .message form textarea{
        display: block;
        float: none;
        width: 100%;
        margin-bottom: 20px;
        border-width: 1px;
    }
    .message form textarea{
        margin-top: 0;
    }
    #works_list{
        margin: 0 -10px;
    }
    #works_list li a{
        margin: 0 10px;
    }
   
    .platform a{
        margin-right: 6px;
    }
  
    #works_list{
        display: flex;
        flex-wrap: wrap;
    }
    #works_list li{
        float: none;
        width: 50%;
        height: auto;
    }
    #works_list li article,
    
}
@media screen and (max-width: 959px) {
    #works_list.falls li {
        width: 31%;
    }
    #works_lista.falls li {
        width: 31%;
    }
    .platform{
        padding: 40px 0 30px;
    }
    .platform a{
        padding: 0 5px;
    }
    .news article{
        padding: 30px 40px;
    }
}

@media screen and (max-width: 767px) {
    .fyfuwu ul li{
        flex-wrap: wrap;
    }
    .fyfuwu ul li .fyfuwuri{
        display: none;
    }
    #works_list li article {
        height: 120px;
    }

    .fyfuwu ul li .fyfuwule{
        width: 100%;
    }
    .fyfuwu ul li .jiange{
        height: 20px;
    }
    #works_list.falls li {
        width: 49%;
    }
    #works_lista.falls li {
        width: 49%;
    }
    .news article p{
        line-height: 24px;
    }
    .platform-add {
        width: 90%;
    }
    .work_link h1 {
        font-size: 26px;
        line-height: 120px;
    }
    .works_focus h1 {
        display: none;
    }
    #works_ctrl {
        display: none;
    }
    .works_info dt:after {
        display: none;
    }
    .works_info dd.summary {
       display: none;
    }
    .mologo{
        width: 25%;
    }
    .motop {
        display: block;
    }
    #header {
        display: none;
    }
    #container {
        padding-top: 60px;
    }
    section {
        min-width: 96%;
        width: 96%;
    }
    section h2 {
        font-size: 18px;
        font-weight: normal;
    }
    section aside {
        font-size: 14px;
        margin-bottom: 40px;
    }
    .works_link {
        display: none;
    }
    #works ul li {
        width: 50%;
    }
    #works ul li h5 {
        font-size: 12px;
    }
    .works_wrap2 {
        padding-top: 700px !important;
    }
    #client {
        display: none;
    }
    #news .item1 {
        display: none;
    }
    #news {
        width: 100%;
    }
    #news .item {
        width: 100%;
        box-sizing: border-box;
    }
    #news .signing ul li {
        font-size: 14px;
    }
    #news .signing {
        width: 100%;
        margin-top: 10px;
        box-sizing: border-box;
    }
    #news .item h5 {
        font-size: 16px;
    }
    footer {
        width: 96%;
    }
    footer address,
    footer .copy {
        width: 100%;
    }
    footer article {
        display: none;
    }
    footer address h1 {
        font-size: 24px;
        margin-top: 40px;
    }
    footer address g p {
        line-height: 30px;
        bottom: 70px;
    }
    footer address p {
        line-height: 30px;
        bottom: 0px;
    }
    footer .copy {
        text-align: center;
    }
    footer .copy .wx-qrcode {
        position: static;
        margin-top: 20px;
    }
    .index_pop_qq {
        display: none;
    }
    #banner .img1 {
        display: none;
    }
    #banner .img2 {
        display: block;
    }
    .right_silderbar {
        display: none;
    }
    .type_list {
        display: none;
    }
    .platform {
        width: 96%;
    }
    .platform a {
        width: 48%;
        margin: 1%;
    }
    .works_wrap {
        width: 94%;
        margin: auto;
    }
    #works_list li {
        overflow: hidden;
    }
    #works_list li article img {
        width: 100%;
        height: auto;
        min-height: 70%;
    }
    #works_list li h5 {
        font-size: 14px;
        line-height: 20px;
        font-weight: bold;
        text-align: center;
    }
    #works_list li span {
        display: none;
    }
    #works_list li h5 {
        text-indent: 0px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-top: 10px;
    }
    #works_list li a:hover article summary{
        display: none;
    }
    #works_lista {
        width: 100%;
        left: 0;
    }
 
    #works_lista li {
        width: 49%;
        margin: 0.5%;
        height: 200px;
        overflow: hidden;
    }
  
    #works_lista li article {
        height: 122px;
    }
    #works_lista li article img {
        width: 100%;
        height: auto;
        min-height: 100%;
    }
    #works_lista li h5 {
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
        text-align: center;
    }
    #works_lista li span {
        display: none;
    }
    #works_lista li h5 {
        text-indent: 0px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .pagination {
        text-align: center;
    }
    #works_lista {
        margin: 40px auto 40px;
    }
    .works_focus {
        height: 310px;
    }
    .works_focua {
        height: 200px;
    }
    .works_focus .focus_img {
        width: 100%;
        margin-left: 0;
        left: 0;
    }
    .works_summary {
        width: 96%;
        margin: auto;
    }
    .works_summary h2,
    .works_summary p {
        width: 100%;
    }
    .works_pic {
        width: 96%;
        margin: auto;
    }
    .works_pic img {
        max-width: 100%;
    }
    .works_info {
        width: 100%;
    }

    .works_info dd.summary span {
        position: unset;
        margin-bottom: 15px;
        display: inline-block;
    }
    .works_info dt, .works_info dd{
        
    }
    .works_info_wrap {
        text-align: center;
    }
    .works_info dd.control {
        width: 100%;
        text-align: center;
    }
    .contact_focus,
    .about_focus,
    .marketing_focus {
        min-width: 100%;
    }
    .marketing_web section picture img,
    .marketing_activity picture img,
    .marketing_wechat img {
        max-width: 100%;
    }
    .marketing_web,
    .marketing_app {
        width: 100%;
        min-width: 100%;
    }
    .marketing_web section,
    .marketing_app section,
    .marketing_wechat {
        width: 96%;
    }
    .marketing_web section article,
    .marketing_activity article,
    .marketing_app section article {
        width: 100%;
        margin-left: 0;
    }
    .marketing_web section article {
        margin-top: 40px;
    }
    .marketing_app {
        padding: 60px 0;
    }
    .marketing_app section article,
    .marketing_activity article {
        margin-top: 40px;
    }
    .marketing_wechat {
        margin: 60px auto;
    }
    .marketing_web section article h2,
    .marketing_activity article h2,
    .marketing_app section article h2,
    .marketing_wechat h2 {
        font-size: 24px;
    }
    .marketing_activity {
        width: 96%;
        margin: auto;
    }
    .news_wrap {
        width: 100%;
    }
    #news_list {
        width: 96%;
        margin: auto;
    }
    #news_list li {
        width: 100%;
        margin: 1% 0;
    }
    #news_list li h2 {
        font-size: 18px;
        font-weight: normal;
    }
    .pagination a {
        margin: 3px;
        width: 36px;
        height: 36px;
        line-height: 36px;
    }
    .news h1 {
        font-size: 18px;
        margin-left: 20px;
    }
    .news span {
        margin-left: 20px;
        font-size: 12px;
        margin-right: 0px;
    }
    .news {
        width: 100%;
        margin: 35px auto 50px;
    }
    .news article {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }

    .about {
        width: 96%;
        margin: auto;
    }
    .about p {
        width: 100%;
    }
    .about {
        padding: 46px 0;
    }
    .about_con article {
        width: 100%;
    }
    .about_con.about01 figure {
        width: 100%;
        margin: 5px 0;
    }
    .about_con.about02 {
        background-size: 158%;
        height: 250px;
    }
    .about_con.about03 figure {
        width: 100%;
    }
    .about_con.about03 figure figcaption {
        width: 100%;
    }
    .about_con.about03 figure img,
    .about_con.about04 figure img {
        max-width: 100%;
    }
    .about_con.about03 figure figcaption h3 {
        font-size: 20px;
    }
    .about_con.about03 figure figcaption h4 {
        font-size: 14px;
    }
    .about_con {
        padding: 20px;
    }
    .about_con.about04 ul {
        width: auto;
    }
    .about_con.about04 figure {
        width: 100%;
        float: none;
    }
    .about_con.about04 figure figcaption {
        height: auto;
        padding: 20px;
    }
    .about_con.about04 figure figcaption h3 {
        font-size: 36px;
    }
    .about_scene {
        width: 100%;
    }
    .about_scene ul li {
        width: 50%;
    }
    .about_scene ul li img {
        width: 100%;
    }
    #page05 .main img {
        max-width: 52%;
    }
    .contact {
        width: 96%;
        padding: 40px 0;
    }
    .contact .dl .dt {
        font-size: 24px;
        margin-bottom: 25px;
        font-size: 18px;
    }
    .contact .dl .dd {
        padding-left: 0;
    }
    .contact .dl {
        width: 100%;
    }
    .contact .dl .dd p {
        font-size: 16px;
    }
    .message {
        min-width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
    .message form textarea {
        width: 100%;
        box-sizing: border-box;
    }
    .message form input[type="text"] {
        width: 100%;
        margin-top: 5px;
        box-sizing: border-box;
    }
    .message section {
        width: 100%;
    }
    .message h2 {
        font-size: 20px;
    }
    .profession {
        width: 100%;
        position: static;
    }
    .works_info dt{
        width: 100%;
        padding-right: 0;
        
    }
}