html {
    margin: 0;
    padding: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
    font-size: 12px
}

ul,
li {
    list-style: none;
}

.clear {
    zoom: 1
}

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

.icop_index .user_contain_right_butterfly {
    width: 100%;
    height: 100%;
    background-color: #FFBDCA;
    position: relative;
}

.icop_index .user_contain_right_butterfly .container {
    width: 1200px;
    height: 600px;
    background: url(../images/right_butterfly.png) no-repeat right;
    position: absolute;
    top: 50%;
    margin-top: -300px;
    left: 50%;
    margin-left: -600px;
}

.icop_index .user_contain_right_butterfly .container_left {
    margin-top: 40px;
    width: 700px;
    float: left;
    text-align: center;
}

.icop_index .user_contain_right_butterfly .container_right {
    float: right;
    margin-top: 200px;
    width: 500px;
    text-align: center;
}

.icop_index .user_contain_left_butterfly {
    width: 100%;
    height: 100%;
    background-color: #FF3679;
    position: relative;
}

.icop_index .user_contain_left_butterfly .container {
    width: 1200px;
    height: 600px;
    margin: 0 auto;
    background: url(../images/left_butterfly.png) no-repeat left;
    position: absolute;
    top: 50%;
    margin-top: -300px;
    left: 50%;
    margin-left: -600px;
}

.icop_index .user_contain_left_butterfly .container .container_left {
    float: left;
    margin-top: 200px;
    width: 500px;
    text-align: center;
}

.icop_index .user_contain_left_butterfly .container_right {
    margin-top: 40px;
    width: 700px;
    float: right;
    text-align: center;
}

.footer {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #515666;
    position: absolute;
    bottom: 0;
}

.footer .footer_list span {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
}

.header {
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    z-index: 9;
}

.header .nav {
    height: 100px;
    margin: 0 150px;
    position: relative;
}

.header .nav .logo {
    width: 216px;
    height: 54px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -27px;
}

.header .nav .logo a {
    text-decoration: none;
}

.header .nav .logo span {
    font-size: 30px;
    color: #FFF;
    line-height: 54px;
    display: inline-block;
    vertical-align: top;
    opacity: 0.8;
}

.header .nav .nav-item {
    height: 26px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -13px;
}

.header .nav .nav-item li {
    width: auto;
    height: 26px;
    line-height: 26px;
    position: relative;
    display: inline-block;
    margin-left: 44px;
    font-size: 0;
}

.header .nav .nav-item li a {
    display: block;
    font-size: 16px;
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
}

.header .nav .nav-item li span {
    width: 0;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    transition-duration: 0.5s;
}

.header .nav .nav-item li:hover span {
    width: 100%;
}

.icop_index .use_now {
    font-size: 22px;
    font-weight: bold;
    padding: 14px 26px;
    letter-spacing: .1em;
    border-radius: 6px;
    color: #fff;
    border: none;
    background: rgba(0, 0, 0, .6);
    line-height: 1.42857143;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 20%;
    z-index: 1000;
}

.icop_index .use_now:hover {
    transition-duration: 0.5s;
    background: rgba(0, 0, 0, .8);
}

.icop_index .ip_banner {
    width: 100%;
    height: 100%;
}

.icop_index .slick-list {
    height: 100%;
}

.icop_index .slick-track {
    height: 100%;
}

.icop_index #fp-nav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 10px;
    width: 10px;
    background: transparent;
    border: 1px solid #a9a9a9;
    left: 50%;
    top: 50%;
    margin: -5px 0px 0px -5px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.icop_index #fp-nav ul li a.active span,
.icop_index #fp-nav ul li:hover a.active span {
    height: 10px;
    width: 10px;
    margin: -5px 0px 0px -5px;
    border-radius: 100%;
    background: #a9a9a9;
    border: 1px solid #a9a9a9;
}

.icop_index #fp-nav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}

.icop_index #section2 .user_contain_right_butterfly .container_left {
    transform: translate3d(-950px, 0px, 0px);
    transition-duration: 1s;
}

.icop_index #section2.active .user_contain_right_butterfly .container_left {
    transform: translate3d(0px, 0px, 0px);
}

.icop_index #section2 .user_contain_right_butterfly .container_right {
    transform: translate3d(950px, 0px, 0px);
    transition-duration: 1s;
}

.icop_index #section2.active .user_contain_right_butterfly .container_right {
    transform: translate3d(0px, 0px, 0px);
}

.icop_index #section3 .user_contain_left_butterfly .container .container_left {
    transform: scale(0);
    transition-duration: 1s;
}

.icop_index #section3.active .user_contain_left_butterfly .container .container_left {
    transform: scale(1);
}

.icop_index #section3 .user_contain_left_butterfly .container_right {
    transform: translate3d(-950px, 0px, 0px);
    transition-duration: 1s;
}

.icop_index #section3.active .user_contain_left_butterfly .container_right {
    transform: translate3d(0px, 0px, 0px);
}

.icop_index #section4 .user_contain_right_butterfly .container_left {
    transform: translate3d(0px, 800px, 0px);
    transition-duration: 1s;
}

.icop_index #section4.active .user_contain_right_butterfly .container_left {
    transform: translate3d(0px, 0px, 0px);
}

.icop_index #section4 .user_contain_right_butterfly .container_right {
    transform: translate3d(-950px, 0px, 0px);
    transition-duration: 1s;
}

.icop_index #section4.active .user_contain_right_butterfly .container_right {
    transform: translate3d(0px, 0px, 0px);
}

.icop_index #section5 .user_contain_left_butterfly .container .container_left {
    margin-top: 800px;
    transition-duration: 1s;
}

.icop_index #section5.active .user_contain_left_butterfly .container .container_left {
    margin-top: 200px;
}

.icop_index #section5 .user_contain_left_butterfly .container_right {
    transform: translate3d(-950px, 0px, 0px);
    transition-duration: 1s;
}

.icop_index #section5.active .user_contain_left_butterfly .container_right {
    transform: translate3d(0px, 0px, 0px);
}

.icop_download_index .main {
    width: 100%;
    height: 852px;
    background: url(../images/bg.png) no-repeat center;
}

.icop_download_index .content {
    width: 1200px;
    height: 852px;
    margin: 0 auto;
    position: relative;
}

.icop_download_index .content .user_home {
    position: absolute;
    left: 2px;
    top: 5px;
    z-index: 1;
}

.icop_download_index .content .true_love_life {
    position: absolute;
    top: 530px;
    left: 17px;
    z-index: 1;
}

.icop_download_index .content ul.user_inf {
    position: absolute;
    top: 600px;
    left: 17px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    color: #FFFFFF;
    z-index: 1;
}

.icop_download_index .content ul.user_inf li {
    padding-left: 36px;
    background: url(../images/dot.png) no-repeat left;
    line-height: 44px;
    font-size: 20px;
}

.icop_download_index .content .user_android_icon {
    position: absolute;
    top: 558px;
    left: 410px;
    z-index: 1;
}

.icop_download_index .content .user_ios_icon {
    position: absolute;
    top: 650px;
    left: 410px;
    z-index: 1;
}

.icop_download_index .content .user_circle {
    position: absolute;
    left: 504px;
    top: 538px;
    z-index: 1;
}

.icop_download_index .content .user_pin {
    position: absolute;
    left: 540px;
    top: 573px;
    z-index: 2;
}

.icop_download_index .content .user {
    color: #FFFFFF;
    font-size: 24px;
    position: absolute;
    left: 570px;
    top: 480px;
    z-index: 1;
}

.icop_download_index .content .company_home {
    position: absolute;
    right: 2px;
    bottom: 0px;
    z-index: 1;
}

.icop_download_index .content .succeed_man {
    position: absolute;
    bottom: 530px;
    right: 17px;
    z-index: 1;
}

.icop_download_index .content .company_android_icon {
    position: absolute;
    bottom: 558px;
    right: 410px;
    z-index: 1;
}

.icop_download_index .content .company_ios_icon {
    position: absolute;
    bottom: 650px;
    right: 410px;
    z-index: 1;
}

.icop_download_index .content .company_circle {
    position: absolute;
    right: 504px;
    bottom: 538px;
    z-index: 1;
}

.icop_download_index .content .company {
    color: #FFFFFF;
    font-size: 24px;
    position: absolute;
    right: 570px;
    bottom: 480px;
    z-index: 1;
}

.icop_download_index .content ul.company_inf {
    position: absolute;
    bottom: 600px;
    right: 17px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    color: #FFFFFF;
    z-index: 1;
}

.icop_download_index .content ul.company_inf li {
    padding-right: 36px;
    background: url(../images/dot.png) no-repeat right;
    line-height: 44px;
    font-size: 20px;
}

.icop_download_index .content .company_pin {
    position: absolute;
    right: 540px;
    bottom: 573px;
    z-index: 2;
}

.icop_about .introduce {
    padding: 70px 0 118px 0;
    text-align: center;
}

.icop_about .introduce .col_710 {
    width: 710px;
    margin: 0 auto;
    position: relative;
}

.icop_about .introduce h3 {
    font-size: 36px;
    padding: 42px 0 26px;
    font-weight: 500;
    color: #666;
}

.icop_about .introduce p {
    line-height: 32px;
    font-size: 14px;
    color: #8d8d8d;
    text-align: center;
    word-break: break-all;
}

.icop_news .content {
    background: #f5f5f5;
    padding: 60px 0 50px;
}

.icop_news .main {
    width: 1200px;
    margin: 0 auto;
}

.icop_news .main_left {
    width: 160px;
    float: left;
    background-color: #FFFFFF;
    border: 1px solid #ECECEC;
}

.icop_news .main_left.active {
    position: fixed;
    top: 26px;
}

.icop_news .menu {
    width: 160px;
    border-top: 2px solid #379be9;
}

.icop_news .menu ul li a {
    font-size: 14px;
    color: #333333;
    display: block;
    line-height: 50px;
    padding-left: 50px;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px solid #ECECEC;
    background: no-repeat 40px;
}

.icop_news .menu ul li.active a {
    color: #379be9;
    background-color: #e6f2fc;
}
.icop_news .main_right {
    width: 1020px;
    float: right;


}
.icop_news .new_con {
    width:100%;
    position: relative;
}

.icop_news .new_con li {
    width: 100%;
    height: 320px;
    margin-bottom: 30px;
    font-size: 0;
    background: #ffffff;
}

.icop_news .new_con li a {
    display: block;
    width: 100%;
    height: 100%;
}

.icop_news .new_con li:hover {
    box-shadow: 6px 6px 6px #ccc;
}

.icop_news .new_img {
    width: 420px;
    display: inline-block;
    height: 100%;
    background: url(../images/1209-7.jpg) no-repeat center center;
    background-size: cover;
}

.icop_news .new_w {
    width: 500px;
    padding: 50px 0 0 60px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
}

.icop_news .new_w span {
    font-size: 14px;
    color: #707070;
}

.icop_news .new_w h4 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 26px;
    color: #333333;
    font-weight: 500;
}

.icop_news .new_w p {
    line-height: 24px;
    color: #707070;
    font-size: 14px;
}

.icop_news_detail .content {
    padding: 40px 0 100px;
    background: #f5f5f5;
}

.icop_news_detail .cont {
    background: #fff;
    padding: 50px 58px 60px;
}

.icop_news_detail .col-684 {
    width: 684px;
    margin: 0 auto;
}

.icop_news_detail .cont .time {
    font-size: 14px;
    color: #707070;
}

.icop_news_detail .cont h4 {
    padding-top: 40px;
    font-size: 30px;
    color: #333333;
    font-weight: 500;
}

.icop_news_detail .cont img {
    padding: 20px 0;
    display: block;
    width: 100%;
    border: 0;
}

.icop_news_detail .cont p {
    padding-top: 26px;
    line-height: 30px;
    color: #666666;
    font-size: 14px;
    word-break: break-all;
}
.content .user_detail a{
    color: #FFFFFF;
    font-size: 24px;
    position: absolute;
    left: 520px;
    top: 760px;
    z-index: 1;
    text-decoration: none;
	line-height:50px;
	height:50px;
	width:160px;
	text-align:center;
	background: url(../images/know_more.png) no-repeat;
}
.content .company_detail a{
    color: #FFFFFF;
    font-size: 24px;
    position: absolute;
    right: 520px;
    bottom: 470px;
    z-index: 1;
    text-decoration: none;
	line-height:50px;
	height:50px;
	width:160px;
	text-align:center;
	background: url(../images/know_more.png) no-repeat;
}
