* {
    margin: 0;
    padding: 0;
}

html,
body {
    color: #666;
    font-size: 16px;
    font-family: "microsoft yahei,arial, helvetica, sans-serif";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    vertical-align: middle;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

input[type=button],
input[type=text],
input[type=password],
input[type=submit] {
    -webkit-appearance: none;
    outline: none
}

.clearfix:after,
.clearfix:before {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.fl,
.lf {
    float: left;
}

.fr,
.rt {
    float: right;
}

.text-center {
    text-align: center;
}

.main .clear:after {
    content: "";
    display: table;
    clear: both
}

.main .box {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.main .tcbanner {
    width: 100%;
    height: 596px;
    background-image: url(http://adgoos.aidigong.com/image/szcom/image/tcjg/topban.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.tcbanner .tcbb {
    position: relative;
    width: 1200px;
    height: 596px;
    margin: 0 auto;
}

.ban-box {
    position: absolute;
    top: 40px;
    right: 0;
    width: 324px;
    height: 465px;
    padding: 35px 37px 0 39px;
    background: rgba(40, 31, 21, .8);
}

.ban-box .jhtx {
    margin-bottom: 20px;
    color: #ffae31;
    font-size: 28px;
    font-weight: 600;
}

.ban-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.ban-box ul li {
    text-align: center;
}

.ban-box ul li .bb-pic {
    display: block;
    width: 74px;
    height: 74px;
    margin-bottom: 10px;
    line-height: 74px;
    background: #F6F6F6;
    text-align: center;
    border: 2px solid #ffcd6c inset;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.ban-box ul li>div {
    color: #ffb034;
    font-size: 18px;
    line-height: normal;
}

.ban-box ul li>p {
    font-size: 14px;
    color: #fff;
    line-height: normal;
}

.headerBox {
    background-color: #fff;
}

.headerDetail {
    width: 1300px;
    margin: 0 auto;
    height: 118px;
    position: relative;
}

.headerDetail>div {
    position: absolute;
}

.headerLeft {
    width: 376px;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto 0;
    height: 73px;
}

.headerRight {
    width: 220px;
    right: 100px;
    bottom: 0;
    top: 0;
    margin: auto 0;
    height: 43px;
    white-space: nowrap;
}

.andPhone {
    width: 179px;
    height: 21px;
    line-height: 0;
}

.andPhoneText {
    font-size: 14px;
    color: #666;
    line-height: 14px;
    padding-top: 8px;
}

.headerMiddle {
    width: 500px;
    height: 59px;
    line-height: 0;
    bottom: 0;
    left: 420px;
}

.navBarBox {
    background-color: #422842;
}

.navBarDetail {
    width: 1200px;
    margin: 0 auto;
    height: 45px;
}

.navBarItem {
    width: 200px;
    background-color: #422842;
    position: relative;
    height: 45px;
    font-size: 16px;
    color: #fff;
    line-height: 45px;
    text-align: center;
}

.navBarIcon {
    display: inline-block;
    width: 14px;
    height: 8px;
    line-height: 0;
    padding: 0 8px;
    transition: all 0.3s linear;
}

.navBarItem:hover {
    background-color: #582459;
}

.navBarItem:hover .navBarIcon {
    transform: rotateZ(180deg);
}

.andPp {
    position: absolute;
    top: 45px;
    width: 100%;
    z-index: 2;
    display: none;
}

.andPp a {
    display: block;
    text-align: center;
    color: #333;
    background-color: #fff;
    border-bottom: 1px solid #E6E6E6;
    line-height: 40px;
}

.navBarItem:hover .andPp {
    display: block;
}

.andPp a:hover {
    background-color: #8A528B;
    color: #fff;
}

.selectBox {
    right: 0;
    top: 48px;
    cursor: pointer;
}

.selectBox .select {
    width: 74px;
    height: 30px;
    padding: 1px 8px;
    margin: 0 auto;
    font-size: 14px;
    color: #333;
    border: 1px solid #ccc;
    position: relative;
}

.selectBox .select:after {
    content: '';
    display: block;
    width: 8px;
    height: 5px;
    background-image: url(http://adgoos.aidigong.com/image/szcom/res/imgNpa/optionDown.png);
    position: absolute;
    top: 15px;
    right: 11px;
    transform: rotate(0deg);
    transition: transform .3s ease-out, top .3s ease-out;
}

.selectBox .select p {
    padding: 0 8px;
    line-height: 32px;
    color: #333;
    cursor: pointer;
}

.selectBox .select ul {
    position: relative;
    list-style-type: none;
    background-color: #fff;
    width: 91px;
    height: 93px;
    padding-top: 6px;
    overflow-y: hidden;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 3;
    max-height: 0;
    transition: max-height .3s ease-out;
}

.selectBox .select ul li {
    line-height: 31px;
    padding: 0 15px;
    cursor: pointer;
}

.selectBox .select .ul {
    background: #fff;
}

.selectBox .select ul li:hover {
    background-color: #8A528B;
}

.selectBox .select ul li:hover a {
    color: #fff;
}

.selectBox .select ul li.selected {
    background-color: #8A528B;
    color: #fff;
}

.selectBox .select ul li a {
    color: #333;
}

@-webkit-keyframes slide-down {
    0% {
        transform: scale(1, 0);
    }
    25% {
        transform: scale(1, 1.2);
    }
    50% {
        transform: scale(1, 0.85);
    }
    75% {
        transform: scale(1, 1.05);
    }
    100% {
        transform: scale(1, 1);
    }
}

.selectBox .select.open ul {
    background-image: url(http://adgoos.aidigong.com/image/szcom/res/imgNpa/selectBg.png);
    max-height: 250px;
    transform-origin: 50% 0;
    -webkit-animation: slide-down .5s ease-in;
    transition: max-height .2s ease-out;
}

.selectBox .select.open:after {
    transform: rotate(-180deg);
    top: 16px;
    transition: all .3s ease-in;
}


/* .mainBottomBox{padding-top:40px;padding-bottom:50px;} */

.bottomTopBox {
    height: 202px;
    background: url(http://adgoos.aidigong.com/image/szcom/res/imgSI/bottomBg.jpg) no-repeat center;
    background-size: 100% 100%;
}

.bottomIcon {
    width: 542px;
    height: 92px;
    line-height: 0;
    padding-top: 50px;
}

.bottomDetail {
    width: 1200px;
    margin: 0 auto;
}

.bottomTextMiddle {
    width: 1px;
    height: 80px;
    background-color: #B8A9B7;
    margin: 0 30px;
    margin-top: 59px;
}

.bottomText a {
    color: #fff;
    font-size: 16px;
}

.bottomTextLeft {
    line-height: 33px;
    padding-top: 50px;
}

.bottomTextLeft span {
    color: #F79200;
}

.bottomTextRight {
    line-height: 33px;
    padding-top: 50px;
}

.bottomBottomBox {
    height: 120px;
    background-color: #3B243B;
}

.bottomBottomDetail {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #978497;
    line-height: 24px;
    padding-top: 23px;
}

.floating_ck {
    position: fixed;
    right: 20px;
    top: 30%;
}

.floating_ck dl dd {
    position: relative;
    z-index: 1;
    width: 60px;
    height: 60px;
    margin-bottom: 6px;
    background-color: #653865;
    border-bottom: solid 1px #4B204D;
    text-align: center;
    font-family: microsoft yahei;
    background-repeat: no-repeat;
    background-position: center 20%;
    cursor: pointer;
}

.floating_ck dl dd:hover {
    background-color: #4B204D;
    border-bottom: solid 1px #4B204D;
}

.floating_ck dl dd:hover .floating_left {
    display: block;
}

.consult {
    background-image: url(http://adgoos.aidigong.com/image/szcom/image/and/aside_zixun.png);
    position: relative;
    z-index: 1;
}

.words {
    background-image: url(http://adgoos.aidigong.com/image/szcom/image/and/aside_canguan.png);
}

.quote {
    background-image: url(http://adgoos.aidigong.com/image/szcom/image/and/aside_rexian.png);
}

.qrcord {
    background-image: url(http://adgoos.aidigong.com/image/szcom/image/and/aside_weixin.png);
}

.return {
    background-image: url(http://adgoos.aidigong.com/image/szcom/image/and/side_top.png);
}

.floating_ck dd span {
    color: #fff;
    display: block;
    padding-top: 40px;
    font-size: 12px;
}

.floating_left {
    position: absolute;
    left: -160px;
    top: 0px;
    width: 160px;
    height: 60px;
    background-color: #4B204D;
    border-bottom: solid 1px #4B204D;
    display: none;
}

.floating_left a {
    color: #fff;
    line-height: 47px;
}

.floating_ewm {
    height: 247px;
    top: -180px;
}

.floating_ewm i {
    background-image: url(http://adgoos.aidigong.com/image/szcom/image/and/weixin_img2.png);
    display: block;
    width: 145px;
    height: 145px;
    margin: auto;
    margin-top: 7px;
}

.floating_ewm p {
    color: #fff;
    margin-top: 5px;
}

.floating_ewm .qrcord_p01 {
    font-size: 12px;
    line-height: 20px;
}

.floating_ewm .qrcord_p02 {
    font-size: 18px;
}

.consult .shuzi,
.qrcord .shuzi {
    width: 26px;
    height: 16px;
    position: absolute;
    right: 3px;
    top: 1px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    background: #e7297c;
    behavior: url(http://adgoos.aidigong.com/image/szcom/image/and/ie-css3.htc);
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #999;
    font-size: 16px;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 16px;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 16px;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
    font-size: 16px;
}

.aui-ver-form {
    position: relative;
    width: 100%;
    margin-top: 24px;
}

.aui-ver-form .aui-flex {
    width: 100%;
    position: relative;
}

.aui-ver-form .aui-flex-box {
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    color: #333;
    position: relative;
}

.aui-ver-form .aui-flex-box input {
    width: 279px;
    height: 44px;
    padding-left: 45px;
    border: 0;
    background: #fff;
    border: 1px solid #ddd;
}

.aui-ver-form .aui-flex-box .icon {
    display: block;
    width: 23px;
    height: 25px;
    border: 0;
    float: left;
    background-size: 23px;
    background-repeat: no-repeat;
}

.aui-ver-form .aui-flex-box .icon-user {
    position: absolute;
    left: 10px;
    top: 10px;
    background-image: url(http://adgoos.aidigong.com/image/szcom/image/tcjg/user-ico.png);
}

.aui-ver-form .aui-flex-box .icon-phone {
    position: absolute;
    left: 10px;
    top: 10px;
    background-image: url(http://adgoos.aidigong.com/image/szcom/image/tcjg/phone-ico.png);
}

.aui-ver-form .aui-btn {
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    color: #fff;
    font-size: 18px;
    background-color: #F98F13;
}

.aui-ver-form p {
    margin-top: 12px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.aui-ver-form p span {
    color: #ffa925;
}

.main {
    width: 100%;
    background-color: #fff;
}


/* 块一 */

.area {
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0 102px;
}

.switchbox1 {
    position: relative;
    width: 420px;
    margin: 0 auto 50px;
}

.switchbox1 a {
    float: left;
    height: 45px;
    line-height: 45px;
    margin: 0 30px;
    text-align: center;
    color: #333;
    font-size: 24px;
    cursor: pointer;
    /* -webkit-transition: all .3s linear;
	transition: all .3s linear;	 */
}


/* .switchbox1 a:before{
	display: block;
	content: '';
	width: 100%;
	height: 3px;
	background: #F98F13;
	position: absolute;
	bottom: -6px;
	left: 0;
	opacity: 0;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
} */

.switchbox1 a.on {
    color: #f98f13;
    font-weight: 600;
    border-bottom: 3px solid #F98F13;
}


/* .switchbox1 a.on:before{
	opacity: 1;
} */

.slide1 ul .s-c-c {
    margin-right: 30px;
}

.slide1 ul li {
    cursor: pointer;
    position: relative;
    z-index: 1;
    width: 380px;
    overflow: hidden;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.slide1 ul li:hover {
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.slide1 ul li .li-img {
    position: relative;
    width: 380px;
}

.slide1 ul li .li-img img {
    display: block;
    width: 380px;
    height: 284px;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.slide1 ul li .li-img:hover img {
    -o-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.slide1 ul li .li-img .jxtj {
    position: absolute;
    bottom: -35px;
    right: 7px;
    width: 73px;
    height: 56px;
}

.slide1 ul li .li-img p {
    float: left;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    position: absolute;
    padding: 0 12px;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
}

.slide1 ul li .hot-txt {
    top: 0;
    left: 0;
    background-color: #F98F13;
}

.slide1 ul li .newest-txt {
    top: 32px;
    left: -200px;
    background-color: #9B918B;
    opacity: 0;
}

.slide1 ul li .sc-t {
    height: 255px;
    padding: 24px 34px 0 34px;
    border: 1px solid #E6E6E6;
    border-top: 0;
}

.slide1 ul li .sc-t .sctt {
    position: relative;
    padding: 15px 0;
}

.slide1 ul li .sc-t .sctt .sline {
    width: 308px;
    height: 1px;
    background-color: #ccc;
    margin: 0 auto;
}

.slide1 ul li .sc-t .sctt p {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 182px;
    margin: 0 auto;
    color: #333;
    font-size: 24px;
    text-align: center;
    background-color: #fff;
}

.slide1 ul li .sc-t .sc-tag {
    margin-top: 17px;
    margin-bottom: 20px;
}

.slide1 ul li .sc-t .sc-tag span {
    float: left;
    margin-right: 5px;
    padding: 0 15px;
    line-height: 28px;
    color: #554c3d;
    font-size: 14px;
    background-color: #FFF2DE;
}

.slide1 ul .s-c-r .sc-t .sc-tag span {
    padding: 0 10px;
}

.slide1 ul .s-c-c.scc .sc-t .sc-tag .scc-span {
    padding: 0 8px;
}

.slide1 ul li .sc-t .sc-tag span.noMr {
    margin-right: 0;
}

.slide1 ul li .sc-t .sc-d {
    margin-bottom: 26px;
    color: #666;
}

.slide1 ul li .sc-t .sc-d span {
    color: #f98f13;
}

.slide1 ul li .sc-t a {
    display: block;
    color: #fff;
    font-size: 20px;
    background-color: #F98F13;
    text-align: center;
    line-height: 52px;
}

.area1 {
    width: 100%;
    height: 1138px;
    background: url(http://adgoos.aidigong.com/image/szcom/image/tcjg/a1bg.jpg) no-repeat center center fixed;
    background-size: cover;
}

.area1 .hqfy {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.area1 .hqfy .afrm {
    position: absolute;
    left: 0;
    top: 101px;
    width: 500px;
    height: 920px;
    padding: 0 91px 0 92px;
    background-color: #fff;
    border: 8px solid #E9CA9B;
    overflow: hidden;
}

.area1 .afrm .atop {
    position: relative;
    padding: 20px 0;
    margin-top: 58px;
    margin-bottom: 21px;
}

.area1 .afrm .atop .asline {
    width: 478px;
    height: 1px;
    margin: 0 auto;
    background-color: #bbb;
}

.area1 .afrm .atop p {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 358px;
    margin: 0 auto;
    text-align: center;
    color: #333;
    font-size: 30px;
    font-weight: 600;
    background-color: #fff;
}

.area1 .afrm .atop p span {
    color: #f98f13;
}

.area1 .hqbj .rList .rzfx,
.area1 .hqbj .rList .hldj {
    margin-bottom: 28px;
}

.area1 .hqbj .rList p,
#form label {
    display: block;
    margin-bottom: 10px;
    color: #333;
    font-weight: 600;
}

.area1 .hqbj .rList ul li {
    float: left;
    margin-left: 13px;
    width: 154px;
    line-height: 48px;
    color: #333;
    text-align: center;
    background-color: #F1F1F1;
    border: 2px solid #F1F1F1;
    cursor: pointer;
}

.area1 .hqbj .rList ul li:first-child {
    margin-left: 0;
}

.area1 .hqbj .rList ul li.active {
    border: 2px solid #f98f13;
    background-color: #FDF7F0;
}

#form input {
    display: block;
    width: 96.5%;
    padding-left: 3%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 25px;
    border: none;
    border: 1px solid #ccc;
    outline: none;
}

.area1 .frm-btn {
    margin-top: 40px;
}

.area1 .frm-btn p {
    cursor: pointer;
    width: 100%;
    line-height: 62px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background-color: #F98F13;
}

.area1 .zxbj {
    width: 100%;
    margin-top: 40px;
    padding-top: 33px;
    padding-bottom: 32px;
    background-color: #F3F3F3;
}

.area1 .zxbj p {
    padding-bottom: 21px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
}

.area1 .zxbj p span {
    color: #f98f13;
}

.scrollDiv {
    text-align: center;
    height: 60px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}

.scrollDiv span {
    color: #f98f13;
}

.pubh {
    margin-bottom: 62px;
    line-height: 56px;
    font-size: 44px;
    color: #6e1f70;
}

.area2 {
    padding: 70px 0 100px;
}

.area2 .mmfw {
    position: relative;
    padding: 16px 0;
}

.area2 .mmfw .mline {
    width: 370px;
    height: 1px;
    margin: 0 auto;
    background-color: #ccc;
}

.area2 .mmfw p {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 138px;
    margin: 0 auto;
    text-align: center;
    color: #333;
    font-size: 24px;
    font-weight: 600;
    background-color: #fff;
}

.area2 .cont-box {
    width: 1200px;
    margin: 37px auto 0;
}

.area2 .cont-box .c-b-t {
    margin-bottom: 2px;
}

.area2 .cont-box .c-b-t-pub {
    overflow: hidden;
}

.area2 .cont-box .c-b-t-pub .pic {
    position: relative;
    cursor: pointer;
}

.area2 .cont-box .c-b-t-pub .pic img {
    display: block;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.area2 .cont-box .c-b-t-pub .pic:hover img {
    -o-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.area2 .cont-box .c-b-t-pub .pic .pic-txt {
    position: absolute;
    left: 18px;
    bottom: 16px;
    color: #fff;
}

.area2 .cont-box .c-b-t-pub .pic .pic-txt div {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 3px;
}

.area2 .c-b-b .c-b-b-c {
    margin-right: 2px;
}

.height68 {
    height: 68px;
}

.area2 .area2-btn {
    margin-top: 70px;
}

.area2 .area2-btn a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 57px;
    color: #fff;
    font-size: 22px;
    line-height: 68px;
    background-color: #F98F13;
}

.area3 {
    width: 100%;
    height: 1146px;
    background: url(http://adgoos.aidigong.com/image/szcom/image/tcjg/area3-bg.jpg) no-repeat center center fixed;
}

.area3 h2 {
    padding: 84px 0 0;
    margin-bottom: 57px;
}

.area3 .kb-box {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.area3 .kb-banner {
    width: 1200px;
    margin: 0 auto;
    -moz-box-shadow: 8px 8px 27px 0 rgba(84, 84, 84, .3);
    -webkit-box-shadow: 8px 8px 27px 0 rgba(84, 84, 84, .3);
    box-shadow: 8px 8px 27px 0 rgba(84, 84, 84, .3);
    background-color: #fff;
}

.area3 .kb-banner .swiper-slide img {
    padding: 49px 44px 72px 50px;
}

.area3 .swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -69px;
}

.area3 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #FEF2D7;
    border: 2px solid #999;
    margin: 0 13px;
    opacity: 1;
}

.area3 .swiper-pagination-bullet-active {
    background: #F98F13;
    border: 2px solid #F98F13;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.area3 .swiper-button-prev {
    width: 47px;
    height: 68px;
    left: -77px;
    background: #989282 url(http://adgoos.aidigong.com/image/szcom/image/tcjg/button-prev.png) no-repeat center center;
}

.area3 .swiper-button-next {
    width: 47px;
    height: 68px;
    right: -77px;
    background: #989282 url(http://adgoos.aidigong.com/image/szcom/image/tcjg/button-next.png) no-repeat center center;
}

.area3 .swiper-button-next:focus,
.area3 .swiper-button-prev:focus {
    outline: none;
}

.area3 .area3-btn {
    margin-top: 125px;
}

.area3 .area3-btn a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 35px;
    color: #fff;
    font-size: 22px;
    line-height: 68px;
    background-color: #F98F13;
}

.area4 {
    padding-bottom: 120px;
}

.area4 .abox {
    width: 1200px;
    margin: 0 auto;
}

.area4 h3 {
    padding-top: 110px;
    margin-bottom: 36px;
}

.area4 .aline {
    width: 60px;
    height: 2px;
    margin: 0 auto;
    background-color: #F98F13;
}

.area4 .atit {
    margin: 30px 0;
    font-size: 24px;
}

.brick-item {
    float: left;
    width: 380px;
    height: 275px;
    padding: 55px 0 50px;
    margin-left: 30px;
    margin-bottom: 28px;
    text-align: center;
    -moz-box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, .1);
    box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, .1);
}

.brick-item:first-child {
    margin-left: 0;
}

.brick-item .figure-img {
    width: 156px;
    height: 156px;
    margin: 0 auto 25px;
}

.brick-item .title {
    margin-bottom: 7px;
    font-size: 24px;
    color: #333;
}

.brick-item .pdes {
    line-height: 24px;
    color: #666;
}

.area5 {
    width: 100%;
    height: 770px;
    padding-top: 100px;
    background: url(http://adgoos.aidigong.com/image/szcom/image/tcjg/area5-bg.jpg) no-repeat center center fixed;
}

.area5 .cont {
    width: 1184px;
    height: 654px;
    margin: 0 auto;
    border: 8px solid #EFC98E;
}

.area5 .cont .c-l {
    position: relative;
    width: 632px;
    height: 654px;
    background-color: #fff;
}

.area5 .c-l .txt-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    text-align: center;
    margin: 80px auto 0;
}

.area5 .c-l .txt-box .txtp {
    margin-bottom: 48px;
    color: #f98f13;
    font-size: 46px;
    font-weight: 600;
}

.area5 .c-l .txt-box ul {
    margin-left: 39px;
}

.area5 .c-l .txt-box ul li {
    float: left;
    margin-left: 58px;
    text-align: center;
}

.area5 .c-l .txt-box ul li .li-pic {
    width: 102px;
    height: 102px;
    margin-bottom: 20px;
    line-height: 102px;
    background-color: #fff;
    border: 2px solid #ddd9d3;
    border-radius: 50%;
}

.area5 .c-l .txt-box ul li .dtit {
    color: #f98f13;
    font-size: 28px;
}

.area5 .c-l .txt-box ul li .pdes {
    margin-top: 4px;
    color: #333;
    font-size: 20px;
}

.area5 .c-r {
    width: 360px;
    height: 570px;
    padding: 84px 92px 0 100px;
    background-color: #fff;
}

.area5 .c-r .rtop .ptit {
    margin-bottom: 8px;
    color: #333;
    font-size: 30px;
    font-weight: 600;
}

.area5 .c-r .rtop .pdes {
    color: #666;
    font-size: 16px;
}

.area5 .c-r .rtop .pdes span {
    color: #f98f13;
}

.area5 .c-r .rcent {
    width: 100%;
    margin-top: 38px;
}

.area5 .c-r .rcent .iptb {
    position: relative;
    margin-bottom: 18px;
    color: #333;
    font-size: 14px;
}

.area5 .c-r .rcent .iptb input {
    display: block;
    width: 310px;
    height: 50px;
    padding-left: 50px;
    line-height: 52px;
    border: 1px solid #ddd;
}

.area5 .c-r .rcent .iptb .icon {
    display: block;
    width: 20px;
    height: 22px;
    border: 0;
    background-size: 20px;
    background-repeat: no-repeat;
}

.area5 .c-r .rcent .iptb .iconU {
    position: absolute;
    left: 13px;
    top: 15px;
    background-image: url(http://adgoos.aidigong.com/image/szcom/image/tcjg/user-ico.png);
}

.area5 .c-r .rcent .iptb .iconT {
    position: absolute;
    left: 14px;
    top: 15px;
    background-image: url(http://adgoos.aidigong.com/image/szcom/image/tcjg/phone-ico.png);
}

.area5 .c-r .rcent .c-r-btn {
    display: block;
    width: 100%;
    height: 62px;
    line-height: 62px;
    margin-top: 22px;
    margin-bottom: 19px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background: #F98F13;
}

.area5 .c-r .rcent .yzsh {
    color: #333;
    font-size: 16px;
}

.area5 .c-r .rcent .yzsh span {
    color: #f98f13;
}

.area5 .c-r .rbot {
    width: 100%;
    height: 81px;
    padding-top: 15px;
    margin-top: 30px;
    background-color: #F4F4F4;
}

.bot-info {
    display: none !important;
}