﻿
body {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    color: #696969;
    background-color: #ffffff;
}

p, ul, li, h1, h2, h3, h4, h5, h6, dl, dd, dt, button, input, img {
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
    outline:none
}
input{
    outline:none
}
img {
    border: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

input, textarea, select {
    font-family: "Microsoft Yahei";

}

input[type=submit], input[type=reset] {
    border: none;
    cursor: pointer;
}

a {
    text-decoration: none;
    color: #666;
}

a:hover {
    text-decoration: none;
    color: #DD3A47;
}

h1, h2, h3, h4, h5, h6, i, b {
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
}

.arial {
    font-family: "Arial";
}

.text-center {
    text-align: center;
}

.conta {
    width: 1200px;
    position: relative;
    height: 100%;
    margin: 0 auto 25px;
    overflow: hidden;
}

.conta-bu{
    overflow: visible;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*改变滚动条的样式   
body::-webkit-scrollbar-track-piece,
.scroll-bar::-webkit-scrollbar-track-piece {
    width: 8px;
    background-color: #f0f0f0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.scroll-bar::-webkit-scrollbar-track-piece{
    background-color: transparent;
}

body::-webkit-scrollbar,
.scroll-bar::-webkit-scrollbar {
    width: 8px;
    background-color: #103c7c;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.scroll-bar::-webkit-scrollbar{
    background-color: transparent;
}
body::-webkit-scrollbar-thumb,
.scroll-bar::-webkit-scrollbar-thumb {
    width: 8px;
    background-color: #333;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

body::-webkit-scrollbar-thumb:hover,
.scroll-bar::-webkit-scrollbar-thumb:hover {
    width: 8px;
    background-color: #DD3A47;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
*/
.width-all {
    width: 100%;min-width: 1200px;
}

.over-hidd {
    overflow: hidden;
}

.font-bold {
    font-weight: bold;
}

.div-title1 {
    text-align: center;

    font-weight: bold;
    text-transform: uppercase;
    color: #686868;
    line-height: 36px;
    margin: 55px 0 50px;
}

.div-title1-about {
    margin: 5% 0 8%;
}

.div-title1 p {
    display: inline-block;
    position: relative;
    font-size: 0;
}

.div-title1 span {
    font-size: 36px;
}

.div-title1 p:after {
    content: '';
    position: absolute;
    height: 3px;
    background-color: #E25F68;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
}

.div-title1-company p:after {
    display: none;
}

.div-title1 .s1 {
    background: url("index-(1)_05.png") no-repeat right 8px;
    padding: 0 15px 0 0;
    margin: 0 5px 0 0;
}

.div-title1 .s3, .div-title1 .s2 {
    font-family: "Impact";
}

.div-title1 .s2 {
    color: #dd3744;
    margin: 0 10px 0 0;
}

.div-title1 .s3 {
    color: #313030;
}

.div-content1 {
    width: 740px;
    margin: 0 auto;

    text-align: center;
    line-height: 20px;
}

.div-content1-recr {
    margin: 0 auto 5%;
}

.div-content1 .p2 {
    font-size: 12px;
}

/*头部*/
.header{
    position: relative;
    z-index:1000;
}
.header-top {
    overflow: hidden;
    height: 37px;
    line-height: 37px;
    border-bottom: 1px solid #CECECE;
    background-color: #ffffff;
    font-size: 12px;
    color: #313030;
}

.header-top img {
    vertical-align: middle;
    margin: 0 8px 0 0;

}
.header-top .im1{
    animation: rotate 1s linear 0s;
    animation-iteration-count:4;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    36% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.header-top .dyou span {
    margin: 0 0 0 20px;
}

.header-top .dyou span b {
    font-family: 'Impact';
    color: #f2594b;
}

.header-bot {
    height: 100px;
    background-color: #F6F6F6;
	min-width: 1200px;
}

.header-bot .d-logo {
    line-height: 100px;
}

.header-bot .d-logo img {
    vertical-align: middle;
    width: 100%;
}

.header-bot .ul-head-you {
    margin: 35px 0 0;
}

.header-bot .ul-head-you a {
    height: 41px;
    width: 108px;
    float: left;
    color: #313030;
    text-transform: uppercase;
    margin: 0 10px 0 0;
    padding: 0 0 0 8px;
    display: block;
    position: relative;
}

.header-bot .ul-head-you .head-a-phone {
    display: none;
}

.header-bot .ul-head-you a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    background-color: #DD3A47;
    transition: .4s;
    top: 0;
    left: 0;
}

.header-bot .ul-head-you a.act {
    color: #ffffff;
    transition: .4s;
}

.header-bot .ul-head-you a.act:after {
    width: 100%;
}

/*侧边的三条杠*/

.p-click-alert {
    float: right;
    display: none;
    width: 41px;
    height: 31px;
    margin: 40px 0 0;
    background-color: #313030;
    position: relative;
    cursor: pointer;
}

.p-click-alert span {

    width: 25px;
    border-top: 1px solid #ffffff;
    display: block;

    transition: .4s;
    position: absolute;
    right: 8px;
    transform-origin: right bottom;
}

.p-click-alert .s1 {
    top: 9px;

}

.p-click-alert .s2 {
    top: 15px;

}

.p-click-alert .s3 {
    top: 21px;
    width: 15px;

}

.p-click-alert:hover .s1 {
    width: 15px;
}

.p-click-alert:hover .s2 {
    width: 20px;
}

.p-click-alert:hover .s3 {
    width: 25px;
}

.p-click-alert.zhuan .s1 {
    transform: rotate(-31deg);
    width: 25px;
}

.p-click-alert.zhuan .s2 {
    width: 0;
}

.p-click-alert.zhuan .s3 {
    transform: rotate(31deg);
    width: 25px;
}

.header-bot .ul-head-you a h2 {
    font-size: 16px;font-weight: bolder;
    position: relative;
    z-index: 2;
}
.header-bot .ul-head-you a:hover {
    color: #dd3744;
}

.header-bot .ul-head-you a p {

    position: relative;
    z-index: 2;
    font-family: "Aparajita";
	font-size: 10px;
}

/*底部*/
.footer {
    width: 100%;min-width: 1200px;
    background-color: #272727;
    color: #d2d2d2;
}
.footer a {
    color: #d2d2d2;
    line-height: 35px;padding: 0 0 10px 0;
}
.footer .dd {
    text-align: center;
    padding: 20px 0px 15px 0px;
}

.footer .d-ewm {
    text-align: center;
    float: left;
}

.footer .d-ewm .im-ewm {
    margin: 32px 0 10px;
    max-width:130px;
    max-height:130px;
}

.footer .d-lianxi {
    margin: 32px 0 0 38px;
    float: left;
}

.footer .d-lianxi h1 {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 18px;
}

.footer .d-lianxi h1 img {
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.footer .d-lianxi p {
    line-height: 24px;

}

.footer .ul-you {
    margin: 25px 0 0;
    float: right;
}

.footer .ul-you li {
    float: left;
    text-align: center;
    width: 130px;
    margin: 0 5px;
}
.footer .ul-you li img{
    max-width:96%;
}
.xinwe-qie-top {
    text-align: center;
    font-size: 0;
}

.xinwe-qie-top-news {
    margin: 0 0 5%;
}

.xinwe-qie-top a {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    border-radius: 20px;
    padding: 0 20px;
    border: 1px solid #E8E8E8;
    margin: 0 7px;
    transition: .4s;
}

.xinwe-qie-top a:hover,
.xinwe-qie-top a.xinact {
    background-color: #DD3A47;
    color: #ffffff;
    border: 1px solid #DD3A47;
}

.xinwen-bot-list {
    width: 1200px;
    margin: 0 auto;

}

.ban-com1 {
    width: 100%;
    min-height: 200px;
    /*background-size: cover !important;*/
    height:340px;
}

/*案例中心*/
.qie-case-top {
    font-size: 0;
    text-align: center;
    margin: 5% 0 3%;
}

.qie-case-top a {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin: 0 7px 10px;
    width: 102px;
    text-align: center;
    border: 1px solid #E8E8E8;
    border-radius: 20px;
    height: 34px;
    line-height: 32px;
    transition: .4s;
}

.qie-case-top a:hover, .qie-case-top a.act, .qie-case-top a.a-all {
    background-color: #DD3A47;
    color: #ffffff;
    border: 1px solid #DD3A47;

}

.qie-case-top a.a-all {
    border-radius: inherit;

}

.qie-case-bot {
    font-size: 0;
}

.qie-case-bot li {
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    width: 30%;
    margin: 0 1.6% 3%;
    transition: .4s;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
}

.qie-case-bot li:hover {
    transform: translate(0, -10px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    /*box-shadow: rgb(221, 221, 221) 0px 0px 8px 8px;*/
}

.qie-case-bot li h2 {
    width: 100%;
    overflow: hidden;
}

.qie-case-bot li h2 img {
    width: 100%;
    height: 100%;
    transition: .4s;
    display: block;
}

.qie-case-bot li:hover h2 img {
    transform: scale(1.1);
}

.qie-case-bot li p {
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #FAFAFA;
    border: 1px solid #DEDEDE;
    padding: 0 0 0 28px;
    position: relative;background-color: #ececec;
}

.qie-case-bot li p:after {
    content: '';
    position: absolute;
    height: 16px;
    width: 4px;
    background-color: #343232;
    left: 14px;
    top: 17px;
}

.scroll-slide {
    text-align: center;
    margin: 1% 0 5%;
	font-size: 18px;
}
.scroll-slide img{
    cursor: pointer;
}
.h1-title1 {
    padding: 0 0 0 15px;
    position: relative;
}

.h1-title1:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    height: 24px;
    width: 5px;
    background: #DD3A47;
}

.h1-title1 .s1 {
    color: #303030;
    font-size: 24px;
}

.h1-title1 .s2 {
    font-size: 12px;
    float: right;
    margin: 4px 0 0;
}

.h1-title1 .div-dianzan {
    float: right;
cursor: pointer;
}

.h1-title1 .div-dianzan b {
    display: inline-block;
    width: 22px;
    height: 21px;
    vertical-align: middle;
    background: url("huishou_05.png") no-repeat center;
}

.h1-title1 .div-dianzan span {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    line-height: 19px;
    font-size: 12px;
    border: 1px solid #E8E8E8;
    padding: 0 5px;
    border-radius: 6px;
    /*margin:0 0 0 5px;*/

}

.h1-title1 .div-dianzan b.hongshou {
    background: url("hongshou_05.png") no-repeat center;
}

.div-biao-com {
    padding: 0 0 0 27px;
    background: url("cases_2_03.png") no-repeat left top;
    font-size: 0;
    margin: 18px 0 40px;
}

.news .div-biao-com {
    margin: 12px 0 0;

}

.div-biao-com span {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    height: 22px;
    line-height: 20px;
    background-color: #E8E8E8;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    padding: 0 10px;
    transition: .4s;
    cursor: pointer;
    margin: 0 10px 7px 0;
    color: #666;
}

.div-biao-com span:hover {
    background-color: #ffffff;
}

.bianjiqi {
    padding: 0 0 6%;
    line-height: 24px;
    text-align: justify;
}

.bianjiqi img {
    max-width: 100%;
}

.shangxiapian {
    overflow: hidden;
    margin: 0 0 5%;
    border: 1px solid #DEDEDE;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    padding: 30px;
}

.shangxiapian .d-zuo {
    float: left;
    line-height: 24px;
}

.shangxiapian .d-you {
    float: right;
}

.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
    width: 24px !important;
    height: 24px !important;
}

.bdshare-button-style0-16 .bds_more {
    background: url("cases_2_03_03.png") no-repeat center !important;
}

.bdshare-button-style0-16 .bds_qzone {
    background: url("cases_2_03_05.png") no-repeat center !important;
}

.bdshare-button-style0-16 .bds_tsina {
    background: url("cases_2_03_07.png") no-repeat center !important;
}

.slide-tqq {
    background: url("cases_2_03_09.png") no-repeat center !important;
}

.slide-renren {
    background: url("cases_2_03_11.png") no-repeat center !important;
}

.bdshare-button-style0-16 .bds_weixin {
    background: url("cases_2_03_13.jpg") no-repeat center !important;
}

.bdshare-slide-button-box {
    display: none !important;
}

.BMap_stdMpCtrl, .anchorBL {
    display: none;
}

/*侧边栏*/
.fd-right {
    position: absolute;
    padding-top: 40%;
    right: 2px;
    top: 0;
    z-index: 1000;
    /*height: 192px;*/
    /*width:67px;*/
    color: #ffffff;
    font-size: 16px;
}

.fd-right ul li {
    width: 54px;
    height: 54px;
    text-align: center;
    background-color: #343232;
    position: relative;
    cursor: pointer;
    transition: 0.5s;
    margin: 0 0 5px;

}

.fd-right li .h2-bg {
    text-align: center;
    height: 100%;
    line-height: 54px;
    width: 100%;
    display: block;
    transition: .5s;
    font-size: 16px;
    overflow: hidden;
}

.fd-right li .h2-bg .im1 {
    vertical-align: middle;
    display: inline-block;
    transition: .5s;
}

.fd-right li .h2-bg span {
    display: inline-block;

    transform: scale(0);
    transition: .5s;
    line-height: 20px;
    padding: 7px 0 0;

}

.fd-right li:hover .h2-bg {
    background-color: #DD3A47;
}

.fd-right li:hover .h2-bg .im1 {
    transform: scale(0);
    display: none;
}

.fd-right li:hover .h2-bg span {
    transform: scale(1);

}

.fd-right ul li .div1 {
    opacity: 0;
    filter: alpha(opacity=0);
    transform-origin: 95% 95%;
    transform: scale(0.01);
    transition: .5s;
    background-color: #DD3A47;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 278px;

    position: absolute;
    height: 55px;
    line-height: 55px;
    top: 0;
    right: 60px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}

.fd-right .fdicn3 .div1 {
    width: 220px;
    height: 230px;
    top: -118px;
    line-height: 20px;
}

.fd-right .fdicn3 .div1 .im-ewm {
    width: 176px;
    height: 176px;
    margin: 14px 0 4px;
}

.fd-right ul li .div1 a {
    color: #ffffff;
}

.fd-right .fdicn2 .div1 .b-qq {
    margin: 0 10px;
}

.fd-right ul li:hover .div1 {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
}

.fd-right .b-fuwu {
    width: 31px;
    height: 31px;
    background: url("nav1_07.png") no-repeat center;
}

.fd-right .b-qq {
    display: inline-block;
    width: 23px;
    height: 26px;
    background: url("about_11.png") no-repeat center;
    vertical-align: middle;
}

.fd-right .b-weixin {
    width: 32px;
    height: 24px;
    background: url("about_14.png") no-repeat center;
}

.fd-right .b-yinping {
    width: 28px;
    height: 30px;
    background: url("about_18.png") no-repeat center;
}
.fd-right .b-top {
    width: 35px;
    height: 19px;
    background: url("top-bai_03.png") no-repeat center;
}
.fd-right .li-top:hover .h2-bg .im1 {
    transform: scale(1);
    display: inline-block;
}

.fd-right .li-top{
    margin: 0 0 -54px;
}




/*dm*/
.bian1 {
	border: 2px solid #CCCCCC;    border-radius: 12px;
}
.bian2 {
	border: 3px solid #fb4848;    border-radius: 12px;
}
a.bian {display: block;border: 2px solid #CCCCCC;    border-radius: 8px; margin:auto 12px;line-height: 0px;}
a.bian:hover,a.bian:hover{display: block;border: 2px solid #fb4848;    border-radius: 8px;}

a.bian img{border-radius:8px}
.m-main {
    width: 1096px;
    border: 2px solid #e1e1e1;
    background: #fff;
    padding: 30px 20px 50px;
    margin: 50px auto 20px;
	border-radius: 8px;
}
.u-tit {
    font-size: 26px;
    font-family: Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
    margin: 10px 0;
    color: #262626;
    overflow: hidden;
}

.k2 {
    border: 0px solid #fb4848;
}
.u-tit {
    font-size: 26px;
    font-family: Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
    margin: 10px 0;
    color: #262626;
    overflow: hidden;
}



/**/













