@charset "utf-8";
/* CSS Document */
* {
    padding: 0;
    margin: 0;
}

html,
body {
    background-color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.bg100 {
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.w100 {
    display: block;
    width: 100%;
}

.color-white {
    background-color: #fff;
}

.flex-box {
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
}

.flex-1 {
    -webkit-flex: 1;
    /* Chrome */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;
    /* OLD - Firefox 19- */
}

.flex-nowarp {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.flex-warp {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

ul {
    text-decoration: none;
    list-style: none;
}

.w1000 {
    width: 1000px;
    display: block;
}

.w752 {
    width: 806px;
    display: block;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.clear {
    clear: both;
}

.ih-banner1 {
    height: 549px;
    width: 100%;
    overflow: hidden;
	background: url(../images/cm1.png) no-repeat center #eee;
}

.ih-banner2 {
    height: 598px;
    width: 100%;
    overflow: hidden;
	background: url(../images/cm2_02.jpg) no-repeat center #eee;
}
.ih-banner3 {
    height: 548px;
    width: 100%;
    overflow: hidden;
	background: url(../images/1545619639955.jpg) no-repeat center #eee;
}

/*.ih-banner .swiper-container {width: 100%;height: 548px;}
.ih-banner img {
    width: 100%;
    height: 549px;
}*/

.ih-con1 {
    margin: 0 auto;
    padding-bottom: 95px;
    overflow: hidden;
}

.ih-show1 i {
    background-image: url('../images/pic-kh.png');
    width: 610px;
    height: 484px;
    display: block;
    margin: 0 0px;
}

.ihs-left,
.ihs-right {
    width: 188px;
}

.ih-show1 p {
    font-size: 14px;
}

.ih-show1 span {
    font-size: 25px;
    display: block;
    margin-bottom: 17px;
}

.ihs-left span:nth-child(1) {
    color: #529fed;
    margin-top: 117px;
}

.ihs-left span:nth-child(3) {
    color: #7175f0;
    margin-top: 145px;
}

.ihs-right span:nth-child(1) {
    color: #ee689d;
    margin-top: 117px;
}

.ihs-right span:nth-child(3) {
    color: #3bcac3;
    margin-top: 145px;
}

.ih-show2 {
    overflow: hidden;
	background: url(../images/hezuo.png) no-repeat center;
	height: 778px;
}

/* 20200320*/
.hz-right{width: 350px;float: right; text-align: left}
.hz-right h3{ color: #e94951; font-size: 24px; line-height: 30px; font-weight: 400; padding-bottom: 15px}
.hz-right p{color: #666;}

.hz-left{width: 350px;float: left; text-align: right}
.hz-left h3{ color: #e94951; font-size: 24px; line-height: 30px; font-weight: 400; padding-bottom: 15px}
.hz-left p{color: #666;}






.ih-con2 {
    background-color: #f6f8fa;
    overflow: hidden;
}

.ih-con2-content {
    margin: auto;
}

.ih-con2 li {
    width: 180px;
    height: 95px;
    border-radius: 6px;
    margin-right: 16px;
    float: left;
    margin-bottom: 11px;
}
.ih-con2 li img{width: 180px;}

.ih-con2 li:nth-child(5n+5) {
    margin-right: 0;
}

.ih-title {
    color: #272727;
    font-size: 27px;
    text-align: center;
    width: 467px;
    margin: 52px auto;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 24px;
}

.ih-title::before {
    content: '';
    position: absolute;
    left: 156px;
    bottom: -1.5px;
    width: 147px;
    height: 3px;
    background-color: #ea3537;
}

.ih-btn {
    width: 225px;
    height: 55px;
    background-color: #ea3537;
    border-radius: 6px;
    text-align: center;
    line-height: 55px;
    color: #fff;
    margin: 86px auto 73px auto;
    clear: both;
    cursor: pointer;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    height: 71px;
    z-index: 99999;
}

header .ih-nav {
    width: 1000px;
    margin: auto;
}

header .iactive {
    color: #ea3537 !important;
}

header .cloud-logo {
    height: 57px;
    width: 180px;
    display: block;
    margin-top: 7px;
}

header .logotxt{ width:1px; height:1px; opacity:0;}

header .cloud-tel {
    height: 27px;
    width: 27px;
    display: block;
    background-image: url('../images/tel.png');
    margin-top: 22px;
    float: left;
    margin-left: 60px;
}

header span {
    color: #ea3537;
    font-size: 16px;
    height: 31px;
    line-height: 21px;
    margin-top: 15px;
    display: inline-block;
    margin-left: 10px;
}

header .ih-menu {
    text-decoration: none;
    list-style: none;
    margin-top: 25px;
    float: left;
    margin-left: 0px;
}

header .ih-menu li {
    width: 90px;
    height: 21px;
    text-align: center;
    line-height: 21px;
    color: #5b5d5c;
    float: left;
    position: relative;
    cursor: pointer;
}

header .ih-sub-nav {
    width: 92px;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    padding-top: 26px;
    height: 66px;
    display: none;
}

header .ih-sub-nav li {
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid #eee;
    color: #000;
}

header .ih-sub-nav li:last-child {
    border-bottom-width: 0;
}

header .ih-sub-nav li.active,
header .ih-sub-nav li.sel-active {
    color: #ea3537 !important;
}

footer {
    background-color: #3a3b3c;
    clear: both;
    width: 100%;
}

footer .ih-footer {
    margin: auto;
    height: 120px;
	border-bottom: solid 1px #505152;
}

footer .ih-logo1 {
    display: block;
    width: 150px;
    height: 55px;
    margin-top: 38px;
    margin-right: 49px;
    float: left;
}

footer .ihf-qrcode {
    display: block;
    width: 85px;
    height: 85px;
    margin-top: 10px;
    margin-right: 10px;
	border:7px solid #313131;
}

footer ul {
    margin-top: 45px;
    margin-right: 67px;
}

footer ul li {
    width: 122px;
    height: 35px;
    border-radius: 16px;
    border: solid 1px #d7d7d7;
    text-align: center;
    line-height: 35px;
    margin:0 15px;
    color: #fff;
    cursor: pointer;
	float: left !important;
}

footer .ihf-kfrx {
    margin-top: 115px;
}

footer .ihf-kfrx h3 {
    color: #fff;
    font-size: 28px;
}

footer .ihf-kfrx span {
    color: #ea3537;
    font-size: 18px;
	line-height:26px;
	height:50px;
}

footer .copyright {
    text-align: center;
    height: 50px;
    line-height: 50px;
	clear: both;
}

footer .copyright span {
    color: #c6c6c6;
    font-size: 14px;
}
footer .copyright span a{color: #c6c6c6; text-decoration:none;}

.iau-banner,
.ico-banner,
.icu-banner,
.iag-banner,
.iz-banner,
.iw-banner {
    height: 600px;
    background-color: #eee;
    margin-top: 71px;
    width: 100%;
    position: relative;
}

.iau-banner img,
.ico-banner img,
.icu-banner img,
.iag-banner img,
.iz-banner img,
.iw-banner img {
    width: 100%;
    height: 100%;
}

.iz-banner .swiper-container {
    width: 100%;
    height: 100%;
}

.iz-banner img {
    width: 100%;
    height: 100%;
}

.iau-con {
    margin: auto;
    padding-bottom: 96px;
}

.idu-list {
    list-style: circle !important;
    padding-left: 15px;
}

.idu-list p {
    line-height: 30px;
    text-indent: 30px;
}

.idu-list li {
    color: #272727;
    font-size: 24px;
    margin-top: 25px;
}

.ico-dl {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 92px;
    border-bottom: 5px solid #ea3537;
    overflow: hidden;
}

.ico-dl .ico-dl-list {
    margin: auto;
}

.ico-dl .ico-dl-list div {
    display: inline-block;
    margin-top: 20px;
    width: 330px;
}

.ico-dl .ico-dl-list div:last-child {
    margin-right: 0;
}

.ico-dl span {
    color: #272727;
    font-size: 20px;
    display: block;
    text-align: center;
    height: 41px;
    line-height: 41px;
}

.ico-dl span:last-child {
    color: #ea3537;
    width: 187px;
    height: 41px;
    line-height: 41px;
    border-radius: 20px;
    border: solid 1px #ea3537;
    text-align: center;
    margin: 5px auto 0 auto;
}

.icu-main {
    width: 100%;
    overflow: hidden;
}

.icu-con1,
.icu-con2 {
    margin: 73px auto 36.5px auto;
    overflow: hidden;
}

.icu-con1 div {
    float: left;
    width: 190px;
    text-align: center;
    margin-right: 116px;
}

.icu-con1 div:last-child {
    margin-right: 0;
}

.icu-con1 i {
    display: inline-block;
    height: 98px;
    width: 98px;
}

.icu-con1 .icu-i1 {
    background-image: url('../images/wz.png');
}

.icu-con1 .icu-i2 {
    background-image: url('../images/email.png');
}

.icu-con1 .icu-i3 {
    background-image: url('../images/fwrx.png');
}

.icu-con1 span {
    display: block;
    margin-top: 27px;
    margin-bottom: 11px;
}

.icu-con1 small {
    display: block;
    color: #272727;
    font-size: 20px;
    height: 22px;
    line-height: 22px;
}

.icu-con2 {
    margin-top: 102px;
}

.icu-con2 h4 {
    margin-bottom: 25px;
}

.icu-con2 span {
    display: block;
    text-align: left;
    padding-left: 28px;
    margin-bottom: 25px;
    position: relative;
}

.icu-con2 span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 24px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url('../images/address.png');
}

.is-banner {
    height: 548px;
    background-color: #eee;
    margin-top: 71px;
    width: 100%;
    overflow: hidden;
}

.is-banner .swiper-container {
    width: 100%;
    height: 548px;
}

.is-banner img {
    width: 100%;
    height: 100%;
}

.iz-banner .swiper-container {
    width: 100%;
    height: 548px;
}

.iz-banner img {
    width: 100%;
    height: 100%;
}

.is-con1,
.is-con2,
.is-con3,
.is-con4,
.is-con5 {
    margin: auto;
}

.is-con5 i {
    width: 100%;
    height: 364px;
    display: block;
    margin-bottom: 85px;
    overflow: hidden;
    font-style: normal;
}

.is-con5 .isc5-desc {
    width: 402px;
    margin-left: 52px;
    margin-top: 82px;
    overflow: hidden;
}

.is-con5 i h3 {
    color: #ea3537;
    font-size: 33px;
    margin-bottom: 27px;
}

.is-con5 i p {
    color: #666666;
    font-size: 14px;
    width: 329px;
    line-height: 28px;
}

.is-con5 .is-c5-1 {
    background-image: url('../images/i1.png');
}

.is-con5 .is-c5-2 {
    background-image: url('../images/sczj.png');
}

.is-con5 .is-c5-3 {
    background-image: url('../images/tgry.png');
}

.is-main4 {
    width: 100%;
    height: 540px
}

.is-fdc {
    width: 363px;
    margin-top: 100px;
}

.is-fdc label {
    color: #ea3537;
    font-size: 38px;
}

.is-fdc h4 {
    color: #040404;
    font-size: 38px;
    margin-top: 25px;
    margin-bottom: 41px;
}

.is-fdc p {
    color: #666666;
    font-size: 16px;
    margin-bottom: 61px;
    line-height: 22px
}

.is-fdc i {
    height: 70px;
    width: 70px;
    display: block;
    margin-right: 11px;
}

.is-fdc .isin-1 {
    background-image: url('../images/tx-i1.png');
}

.is-fdc .isin-2 {
    background-image: url('../images/tx-i2.png');
}

.is-fdc .isin-3 {
    background-image: url('../images/tx-i3.png');
}

.is-con4 {
    overflow: hidden;
}

.is-con4 .isc4-right {
    height: 416px;
    width: 631px;
    background-image: url('../images/tx-p3.png');
    margin-top: 110px;
}

.is-fdc .isin3-1 {
    background-image: url('../images/zd-phone.png');
}

.is-fdc .isin3-2 {
    background-image: url('../images/zd-user.png');
}

.is-fdc .isin3-3 {
    background-image: url('../images/zd-msg.png');
}

.is-con3 {
    overflow: hidden;
}

.is-con3 .isc3-right {
    height: 600px;
    width: 637px;
    background-image: url('../images/zd-p1.png');
    margin-top: 100px;
    float: left;
    margin-bottom: 88px;
}

.is-main2 {
    background-color: #f6f8fa;
    height: 750px;
    width: 100%;
}

.is-fdc .isin2-1 {
    background-image: url('../images/sk-phone.png');
}

.is-fdc .isin2-2 {
    background-image: url('../images/sk-user.png');
}

.is-fdc .isin2-3 {
    background-image: url('../images/sk-cloud.png');
}

.is-con2 {
    overflow: hidden;
}

.is-con2 .isc2-right {
    height: 650px;
    width: 637px;
    background-image: url('../images/sk-p1.png');
    margin-top: 38px;
    float: left;
}

.is-con1 {
    overflow: hidden;
}

.is-c1-line {
    width: 33.333333%;
    margin-bottom: 61px;
    text-align: center;
}

.is-c1-line span {
    font-size: 25px;
    color: #000;
}

.is-c1-line i {
    height: 104px;
    width: 104px;
    display: block;
    margin: 59px auto 21px auto;
}

.is-ci1 {
    background-image: url('../images/sk-qzkh.png');
}

.is-ci2 {
    background-image: url('../images/zd-dxkh.png');
}

.is-ci3 {
    background-image: url('../images/tgtgl.png');
}

.ih-sub-title {
    color: #acacac;
    font-size: 24px;
    text-align: center;
}

.iag-con1,
.iag-con2,
.iag-con3,
.iag-con4,
.iag-con5 {
    margin: auto;
}

.iag-main5 {
    width: 100%;
    background-color: #f6f8fa;
    height: 494px;
}

.iag-con5 {
    overflow: hidden;
}

.iag-jb-line {
    border-right: 1px solid #e5e5e5;
    height: 163px;
    margin-left: 39px;
    margin-bottom: 36px;
}

.iag-jb-line:last-child {
    border-right-width: 0;
}

.iag-jb-line span {
    display: block;
    width: 143px;
    height: 41px;
    background-color: #ea3537;
    border-radius: 20px;
    text-align: center;
    line-height: 41px;
    color: #fff;
}

.iag-jb-line p {
    color: #3a3b3c;
    font-size: 14px;
    width: 279px;
    line-height: 27px;
    margin-top: 22px;
}

.iag-desc {
    color: #ea3537;
    font-size: 20px;
    text-align: center;
}

.iag-main4 {
    padding-bottom: 79px;
    overflow: hidden;
}

.iag-con4 ul {
    list-style: circle;
}

.iag-con4 li {
    width: 206px;
    color: #5b5d5c;
    font-size: 20px;
    margin-bottom: 29px;
    float: left;
    margin-right: 126px;
}

.iag-main3 {
    background-color: #f6f8fa;
    overflow: hidden;
    padding-bottom: 90px;
}

.iag-main3 .iag-line {
    float: left;
    width: 324px;
    height: 109px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    margin-right: 11px;
    margin-bottom: 37px;
}

.iag-main3 .iag-line span {
    margin-top: 23px;
    color: #272727;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}

.iag-main3 .iag-line p {
    color: #5b5d5c;
    font-size: 14px;
    width: 196px;
}

.iag-main3 .iag-line div {
    float: left;
}

.iag-main3 .iag-line:nth-child(3n+3) {
    margin-right: 0;
}

.iag-main3 .iag-line i {
    height: 53px;
    width: 53px;
    margin: 32px 19px 24px 28px;
}

.iag-main3 .iag-line .iag-li1 {
    background-image: url('../images/jszc.png');
}

.iag-main3 .iag-line .iag-li2 {
    background-image: url('../images/cpzc.png');
}

.iag-main3 .iag-line .iag-li3 {
    background-image: url('../images/xszc.png');
}

.iag-main3 .iag-line .iag-li4 {
    background-image: url('../images/shzc.png');
}

.iag-main3 .iag-line .iag-li5 {
    background-image: url('../images/sczc.png');
}

.iag-main3 .iag-line .iag-li6 {
    background-image: url('../images/pxzc.png');
}

.iag-main2 {
    overflow: hidden;
}

.iag-con2 i {
    height: 95px;
    width: 95px;
    margin: 40px 70px 24px 71px;
    display: block;
}

.iag-con2 .iag-l1 {
    background-image: url('../images/slpp.png');
}

.iag-con2 .iag-l2 {
    background-image: url('../images/tdsl.png');
}

.iag-con2 .iag-l3 {
    background-image: url('../images/dssq.png');
}

.iag-con2 .iag-l4 {
    background-image: url('../images/cxsy.png');
}

.iag-con2 .iag-c2 {
    margin-bottom: 86px;
    overflow: hidden;
}

.iag-con2 .iag-line {
    width: 236px;
    height: 331px;
    border-radius: 4px;
    background-color: #f6f8fa;
    margin-right: 10px;
    text-align: center;
}

.iag-con2 .iag-line:last-child {
    margin-right: 0;
}

.iag-con2 p {
    color: #5b5d5c;
    font-size: 14px;
    width: 210px;
    line-height: 20px;
    border-top: 1px solid #e5e5e5;
    padding-top: 24px;
    margin-top: 14px;
    margin-left: 13px;
    text-align: left;
}

.iag-con2 small {
    color: rgba(39, 39, 39, 0.5);
    font-size: 18px;
}

.iag-con2 h4 {
    color: #272727;
    font-size: 30px;
}

.iag-main1 {
    overflow: hidden;
    background-color: #f6f8fa;
}

.iag-c1 i {
    width: 508px;
    height: 457px;
    margin-right: 78px;
    background-image: url('../images/yzs.png');
}

.iag-c1 p {
    width: 409px;
    color: #272727;
    font-size: 24px;
    margin-top: 142px;
}

.iw-main1,
.iw-main2,
.iw-main3,
.iw-main4,
.iw-main5,
.iw-main6,
.iw-main7,
.iw-main8 {
    overflow: hidden;
}

.iw-main2,
.iw-main4,
.iw-main6 {
    width: 100%;
    background-color: #f6f8fa;
}

.iw-con1,
.iw-con2,
.iw-con3,
.iw-con4,
.iw-con5,
.iw-con6,
.iw-con7 {
    margin: auto;
}

.iwc1,
.iwc2,
.iwc3,
.iwc4,
.iwc5,
.iwc6 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.iwc1 i {
    background-image: url('../images/rhfl.png');
    display: block;
    height: 516px;
    width: 780px;
}

.iwc2 i {
    background-image: url('../images/gfhgl.png');
    display: block;
    height: 451px;
    width: 613px;
    margin-top: 69px;
    margin-bottom: 69px;
}

.iwc3 i {
    background-image: url('../images/qlcx.png');
    display: block;
    height: 409px;
    width: 654px;
    margin-top: 103px;
    margin-bottom: 103px;
}

.iwc4 i {
    background-image: url('../images/xtzdh.png');
    display: block;
    height: 507px;
    width: 781px;
    margin-top: 48px;
    margin-bottom: 48px;
}

.iwc5 i {
    background-image: url('../images/sjgl.png');
    display: block;
    height: 420px;
    width: 616px;
    margin-top: 103px;
    margin-bottom: 103px;
}

.iwc6 i {
    background-image: url('../images/qybs.png');
    display: block;
    height: 421px;
    width: 654px;
    margin-top: 96px;
    margin-bottom: 96px;
}

.iwc1 i,
.iwc2 i,
.iwc4 i,
.iwc6 i {
    float: left !important;
}

.iwc3 i,
.iwc5 i {
    float: right !important;
}

.iwc1 div {
    position: absolute;
    top: 195px;
    left: 680px;
    width: 308px;
}

.iwc2 div {
    position: absolute;
    top: 195px;
    left: 680px;
    width: 294px;
}

.iwc3 div {
    position: absolute;
    top: 195px;
    left: 0;
    width: 308px;
}

.iwc4 div {
    position: absolute;
    top: 195px;
    left: 690px;
    width: 308px;
}

.iwc5 div {
    position: absolute;
    top: 195px;
    left: 0;
    width: 308px;
}

.iwc6 div {
    position: absolute;
    top: 195px;
    left: 680px;
    width: 308px;
}

.iwc1 div h3,
.iwc2 div h3,
.iwc3 div h3,
.iwc4 div h3,
.iwc5 div h3,
.iwc6 div h3 {
    color: #ea3537;
    font-size: 38px;
}

.iwc1 div p,
.iwc2 div p,
.iwc3 div p,
.iwc4 div p,
.iwc5 div p,
.iwc6 div p {
    color: #666666;
    font-size: 16px;
    line-height: 28px;
}

.iw-con7 .ih-title::before {
    left: 200px !important;
}

.iwc7-sub-title {
    color: #666666;
    font-size: 20px;
    text-align: center;
    margin-bottom: 56px;
}

.iwc7 table,
.iwc7 table tr th,
.iwc7 table tr td {
    border: 1px solid #e5e5e5;
}

.iwc7 thead tr {
    height: 104px;
    width: 100%;
    height: 104px;
}

.iwc7 thead tr th {
    font-size: 26px;
    text-align: center;
}

.iwc7 thead tr th span {
    display: block;
    text-align: center;
}

.iwc7 thead tr th:nth-child(1) {
    width: 422px;
    background-color: #cfcfcf;
    color: #000;
    line-height: 104px;
}

.iwc7 thead tr th:nth-child(2) {
    width: 287px;
    background-color: #fc9628;
    color: #fff;
}

.iwc7 thead tr th:nth-child(3) {
    width: 288px;
    background-color: #08bb0a;
    color: #fff;
}

.iwc7 tbody tr {
    height: 61px;
    line-height: 61px;
}

.iwc7 tbody tr td:nth-child(1) {
    padding-left: 50px;
    font-size: 18px;
}

.iwc7 .yactive,
.iwc7 .gactive {
    position: relative;
}

.iwc7 .yactive::before {
    content: '';
    width: 39px;
    height: 27px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url('../images/d1.png');
    position: absolute;
    top: 17px;
    left: 126px;
}

.iwc7 .gactive::before {
    content: '';
    width: 39px;
    height: 27px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url('../images/d2.png');
    position: absolute;
    top: 17px;
    left: 126px;
}

.iwc8-btn {
    width: 225px;
    height: 55px;
    background-color: #ea3537;
    border-radius: 6px;
    line-height: 55px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    margin: 75px auto;
    clear: both;
}

.iwc8-btn1 {
    width: 417px;
    height: 47px;
    background-color: #ea3537;
    border-radius: 5px;
    line-height: 47px;
    font-size: 20px;
    color: #fff;
    margin: 75px auto;
    clear: both !important;
    text-align: center;
    font-style: normal;
}

.iz-con8,
.iz-con6,
.iz-con5,
.iz-con4,
.iz-con3 {
    margin: auto;
}

.iz-con8 .swiper-container {
    width: 100%;
    height: 429px;
}

.iz-con8 .swiper-slide {
    width: 360px;
    height: 409px;
    box-shadow: 0px 5px 5px 0px rgba(6, 0, 1, 0.12);
    margin-right: 20px;
}

.iz-con8 .swiper-slide img {
    width: 100%;
    height: 343px;
}

.iz-con8 .swiper-slide span {
    color: #ea3537;
    font-size: 28px;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

/*20200320*/
.hangy{ display: block; clear: both}
.hangy li{width: 195px; height: 140px; float: left; margin: 0 3px 5px 2px; display: block;}
.hangy li i{ width: 51px; height: 51px; margin: 30px auto; display: block}
.hangy li p{ text-align: center; color: #fff;}






.iz-main6,
.iz-main9,
.iz-main4 {
    background-color: #f6f8fa;
    overflow: hidden;
}

.iz-main2,
.iz-main9 {
    overflow: hidden;
}

.iz-main9 .lantitude-icon {
    margin-right: 10px;
}

.iz-main9 .lantitude-icon img {
    width: 70px;
}

.iz-con1,
.iz-con2,
.iz-con9,
.iz-con10 {
    margin: auto;
}

.iz-con1 i {
    height: 324px;
    width: 100%;
    margin-bottom: 30px;
    display: block;
}

.iz-con1 .izc1-1 {
    background-image: url('../images/m2.png');
}

.iz-con1 .izc1-2 {
    background-image: url('../images/m1.png');
}

.iz-con2,
.iz-con9,
.iz-con3,
.iz-con4,
.iz-con5,
.iz-con6 {
    position: relative;
}

.iz-con2 i {
    background-image: url(' ../images/sk-p2.png');
    height: 582px;
    width: 615px;
    display: block;
    float: right !important;
}

.iz-con9 i {
    background-image: url('../images/zd-p2.png');
    height: 570px;
    width: 623px;
    display: block;
    float: right !important;
}

.iz-con10 i {
    background-image: url('../images/zd-p3.png');
    height: 570px;
    width: 623px;
    display: block;
    float: right !important;
}

.iz-con3 i {
    background-image: url('../images/tx-p2.png');
    height: 511px;
    width: 609px;
    display: block;
    float: right !important;
}

.iz-con4 i {
    background-image: url('../images/khfx.png');
    height: 495px;
    width: 820px;
    display: block;
    float: left !important;
}

.iz-con5 i {
    background-image: url('../images/sjfx.png');
    height: 495px;
    width: 820px;
    display: block;
    float: left !important;
}

.iz-con6 i {
    background-image: url('../images/build-data.png');
    height: 412px;
    width: 714px;
    display: block;
    float: left !important;
    margin-left: 50px;
}

/*.iz-con2 div{position: absolute;top: 0;left: 0;}
.iz-con9 div{position: absolute;top: 0;left: 0;}
.iz-con3 div{position: absolute;top: 0;left: 0;}
.iz-con4 div{position: absolute;top: 0;left: 0;}
.iz-con5 div{position: absolute;top: 0;left: 0;}*/
.izc5-right,
.izc4-right,
.izc6-right {
    padding-top: 100px;
}

.izc5-right h3,
.izc4-right h3,
.izc6-right h3 {
    color: #ea3537;
    font-size: 38px;
}

.izc5-right p,
.izc4-right p,
.izc6-right p {
    color: #666666;
    font-size: 16px;
}

.iz-main5,
.iz-main4 {
    padding-top: 77px;
}

.iz-main3 {
    padding-top: 84px;
}

.iz-main2 {
    padding: 31px 0;
}

.iw-ljzc {
    background-color: #ea3537;
    border-radius: 4px;
    position: absolute;
    right: 15%;
    bottom: 180px;
    height: 55px;
    width: 225px;
    text-align: center;
    line-height: 55px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.iz-ljzx,
.is-ljzx {
    background-color: #ea3537;
    border-radius: 4px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 100px;
    height: 55px;
    width: 225px;
    text-align: center;
    line-height: 55px;
    color: #fff;
    font-size: 20px;
    margin: auto;
    cursor: pointer;
}

.iicb {
    position: fixed;
    right: 10px;
    bottom: 200px;
    z-index: 999999;
}
.iicb .qq {
    height: 80px;
    width: 80px;
    background-image: url('../images/icb-qq.png');
    position: relative;
}
.iicb .qq a{ width:100%; display:block; height:100%; cursor:pointer;}

.iicb .dh {
    height: 80px;
    width: 80px;
    background-image: url('../images/icb-tel.png');
    position: relative;
}

.iicb .wx {
    height: 80px;
    width: 80px;
    background-image: url('../images/icb-wx.png');
    position: relative;
}
.iicb .qq.active {
    background-image: url('../images/icb-qq-active.png') !important;
}

.iicb .dh.active {
    background-image: url('../images/icb-tel-active.png') !important;
}

.iicb .wx.active {
    background-image: url('../images/icb-wx-active.png') !important;
}

.iicb .dh i {
    height: 91px;
    width: 198px;
	background:#FFF;
	border:1px solid #e5e5e5;
	border-radius:5px;
	padding:10px 40px;
	font-size:18px;
	line-height:30px;
    display: none;
    position: absolute;
    top: 0px;
    left: -278px;
}

.iicb .wx i {
    height: 200px;
    width: 200px;
    border:1px solid #e5e5e5;
    display: none;
    position: absolute;
    top: -120px;
    left: -203px;
}
.iicb .wx i img{ width:200px; height:200px;}

.iicb .wx.active i,
.iicb .dh.active i {
    display: block !important;
}

span#cnzz_stat_icon_1273727586 {
    display: none;
}

.process-content {
    text-align: left;
    padding: 0 20px;
    line-height: 22px;
}

.m-b-60 {
    margin-bottom: 60px;
}

.is-main1 .program-advantage {
    margin: auto;
    overflow: hidden;
}

.is-main1 .program-advantage .subtitle {
    color: #ea3537;
    font-size: 36px;
    text-align: center;
    margin: 30px 0;
}

.is-main1 .program-advantage .advantage-container .item {
    float: left;
    width: 30%;
    margin: 0 16px;
    position: relative;
    margin-top: 24px;
}

.is-main1 .program-advantage .title-container {
    background: url(../images/title_bg.png) no-repeat center;
    height: 64px;
    width: 300px;
    background-size: contain;
    font-size: 28px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 42px;
    text-align: center;
    position: absolute;
    top: 24px;
}

.is-main1 .program-advantage .advantage-content {
    width: 260px;
    height: 150px;
    background: rgba(255, 255, 255, 1);
    border-radius: 6px;
    text-align: center;
    padding: 40px 20px;
    margin-top: 60px;
}

.is-main1 .program-advantage .advantage-content p {
    line-height: 30px;
    text-align: justify;
}

.is-main1 .program-advantage .advantage-content .content-title {
    height: 48px;
    font-size: 24px;
    font-weight: 400;
    color: rgba(233, 73, 8, 1);
    line-height: 40px;
}

/* 首页   企业营销 */
.is-main1 .company {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 138px;
}

/* 企业营销下方文字 */
.is-main1 .text {
    width: 70%;
    margin: 46px auto 40px auto;
    text-align: center;
}

.is-main1 .text p {
    font-size: 26px;
    color: #555555
}

.is-main1 .text p span {
    font-size: 30px;
    color: #E84908;
    font-weight: 360;
}

.is-main1 .company .market {
    width: 316px;
    height: 360px;
	float:left;
    background: #fff;
    position: relative;
}

.is-main1 .company .market .center {
    width: 88%;
    margin: 0 auto;
    margin-top: 24%;
}

.is-main1 .company .market .center img {
    width: 145px;
    height: 145px;
    position: absolute;
    left: 26%;
    top: -34%;
}

/* 企业老板 */
.is-main1 .company .market:nth-child(1) .center h1 {
    color: #F8AC1B;
}

.is-main1 .company .market .center p {
    color: #444444;
    font-size: 18px;
    line-height: 48px;
}

.is-main1 .company .market .center .lh {
    line-height: 24px;
}

.is-main1 .company .market .center .subtitle {
    text-align: center;
    line-height: 30px;
    display: block;
}

/* .is-main1 .company .market .center p:last-child {
    line-height: 24px;
} */
.is-main1 .company .market .center h1 {
    font-weight: 360;
    font-size: 30px;
    text-align: center
}

/* 市场部门 */
.is-main1 .company .market:nth-child(2) .center h1 {
    color: #44BFE3;
}

/* 营销部门 */
.is-main1 .company .market:nth-child(3) .center h1 {
    color: #E84908;
}

/* 代理合作  精准营销 */
.precisionTop {
    width: 100%;
    background: #F7F8FA
}

.content {
    width: 76%;
    height: 672px;
    margin: 0 auto;
}

.content .precision {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 128px;
}

.content .precision .precision-one {
    width: 290px;
    height: 340px;
    position: relative;
    background: #fff;
    border-radius: 8px;
}

.content .precision .precision-one:nth-child(1) {
    border: 1px solid #47BEF2
}

.content .precision .precision-one:nth-child(2) {
    border: 1px solid #F2B451
}

.content .precision .precision-one:nth-child(3) {
    border: 1px solid #EE7A5B
}

.content .precision .precision-one img {
    width: 86px;
    height: 46px;
    position: absolute;
    top: -20%;
    left: 34%;
}

.content .precision .precision-one h1 {
    position: absolute;
    color: #fff;
    width: 332px;
    height: 70px;
    top: 26px;
    left: -10px;
    font-size: 20px;
    background-size: 332px 70px;
    background-repeat: no-repeat;
    line-height: 70px;
    padding-left: 30px;
}

.content .precision .precision-one:nth-child(1) h1 {
    background-image: url("../images/blue.png");
}

.content .precision .precision-one:nth-child(2) h1 {
    background-image: url("../images/yellow.png");
}

.content .precision .precision-one:nth-child(3) h1 {
    background-image: url("../images/orange.png");
}

.content .precision .precision-one p {
    width: 89%;
    margin: 42% auto;
    line-height: 26px;
    font-size: 18px;
    color: #444444;
}

/* 服务流程 */
.process {
    width: 100%;
    height: 950px;
    background: #F7F8FC;
}

.process-subtitle {
    font-size: 20px;
    text-align: center;
    color: rgba(153,153,153,1);
    line-height: 64px;
}

.processTop {
    width: 800px;
    margin: 0 auto;
}

.proContent {
    width: 800px;
    height: 740px;
    margin-top: 10px;
    background-image: url(../images/process-pic.png);
    background-size: cover;
}

.proContent img {
    width: 100%;
    height: 100%;
}

/* 第一行 用户提供... */
.proContent .top {
    display: flex;
    justify-content: space-between;
}

.proContent .top .processOne {
    text-align: center;
    padding-left: 30px;
    padding-top: 20px;
}

/* 对h1的设置 */
.proContent .top .processOne h1 {
    font-size: 36px;
    color: #fff;
    font-weight: 360;
    margin-bottom: 20px;
}

/* 对文字的设置 */
.proContent .top .processOne p {
    font-size: 18px;
    color: #fff;
    /* width:100px; */
}

/* 对1的设置 */
.proContent .top .processOne:nth-child(1) {
    padding-left: 46px;
}

/* 对2的设置 */
.proContent .top .processOne:nth-child(2) {
    padding-left: 36px;
}

/* 对3的设置 */
.proContent .top .processOne:nth-child(3) {
    padding-right: 44px;
}

/* 对第一行 文字的设置 */
.proContent .top .processOne:nth-child(1) p {
    width: 90px;
    text-align: center;
    margin: 0 auto;
}

.proContent .top .processOne:nth-child(2) p {
    width: 110px;
    text-align: center;
    margin: 0 auto;
}

.proContent .top .processOne:nth-child(3) p {
    width: 90px;
    text-align: center;
    margin: 0 auto;
}

/* 第二行 及时跟进... */
.proContent .top:nth-child(2) {
    margin-top: 100px;
}

.proContent .top:nth-child(2) .processOne:nth-child(2) h1 {
    padding-left: 10px;
}

.proContent .top:nth-child(2) .processOne:nth-child(2) p {
    width: 147px;
    padding-left: 16px;
}

.proContent .top:nth-child(2) .processOne:nth-child(3) p {
    width: 140px;
}

.proContent .top:nth-child(2) .processOne:nth-child(3) {
    padding-right: 18px;
}

.proContent .top:nth-child(2) .processOne:nth-child(3) {
    padding-left: 20px;
}

.customer-say {
    width: 100%;
    height: 180px;
}

.customer-say .customer-avator {
    width: 80px;
    float: left;
}

.customer-say .customer-avator img {
    width: 80px;
}

.customer-say .customer-content {
    width: 910px;
    height: 120px;
    float: left;
    margin-left: 10px;
}

.customer-say .customer-content .customer-name {
    font-size: 24px;
    font-weight: 400;
    margin: 0px 20px 20px 20px;
}

.customer-say .customer-content .customer-chat {
    height: 107px;
    padding: 20px 20px 0 50px;
    line-height: 30px;
    color: #fff;
    background-size: contain;
}

.customer-say .chat-pop1 {
    background: url(../images/chat-pop1.png) no-repeat;
}

.customer-say .chat-pop2 {
    background: url(../images/chat-pop2.png) no-repeat;
}

.customer-say .chat-pop3 {
    background: url(../images/chat-pop3.png) no-repeat;
}

.choose-item {
    float: left;
    width: 220px;
    height: 200px;
    margin: 20px 15px 70px 15px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
}

.choose-item .item-num {
    font-size: 40px;
    margin: 60px 0 10px 0;
}

.orange-bg {
    background: #FA944A;
}

.blue-bg {
    background: #49A4F0;
}

.red-bg {
    background: #F6897D;
}

.green-bg {
    background: #77C16E
}

.provider {
    height: 360px;
    width: 100%;
    margin: 37px 0;
}

.provider .provider-desc {
    float: left;
    width: 50%;
}

.provider .provider-desc .desc-title {
    font-size: 36px;
    margin: 30px 0 46px 0;
}

.provider .provider-desc .desc-content {
    line-height: 34px;
}

.provider .provider-pic {
    text-align: center;
    float: left;
    width: 50%;
}

.provider .provider-pic img {
    width: 290px;
}

.recog-container {
    color: #fff;
}

.recog-container .recog-item {
    background-size: contain;
    float: left;
    width: 30%;
    margin: 30px 16px;
    height: 286px;
}

.recog-container .recog-item .recog-title {
    font-size: 28px;
    text-align: center;
    margin: 17px 0;
}

.recog-container .recog-item .recog-content {
    padding: 0 20px;
    line-height: 26px;
}

.recog-call-bg {
    background: url(../images/recog-blue-bg.png) no-repeat;
}

.recog-msg-bg {
    background: url(../images/recog-green-bg.png) no-repeat;
}

.recog-wechat-bg {
    background: url(../images/recog-yellow-bg.png) no-repeat;
}




/*头部 导航*/
.head{ width:100%; height:66px; clear:both; background:#fff;}
.head_back{width:1000px;margin:0 auto;clear:both;}
.head_back	.headleft{float:left;width:180px;height:66px;background: url(../images/logo_top.jpg) no-repeat 6px;}
.head_back	.iactive {color: #ea3537 !important;}
.head_back	.ih-menu {text-decoration: none; list-style: none; margin-top: 25px;  float: left; margin-left: 0px;}
.head_back	.ih-menu li {
    width: 90px;
    height: 21px;
    text-align: center;
    line-height: 21px;
    color: #5b5d5c;
    float: left;
    position: relative;
    cursor: pointer;
}

.head_back	.cloud-tel {
    height: 27px;
    width: 27px;
    display: block;
    background-image: url(../images/tel.png);
    margin-top: 22px;
    float: left;
    margin-left: 60px;
}

/* 头部 广告 */
.top_cm{background:#fafafa;min-width: 1000px;width: 100%; text-align:center; overflow:hidden; height:600px;}



