/**
 * [通用Mixin]
 * @return {[type]} [description]
 */
/**
 * base
 */
body,
html {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑", "Helvetica Neue", Helvetica, "Hiragino Sans GB", Arial, "Microsoft Yahei", sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
}
div,
p,
input,
span,
textarea,
section,
ul,
ol,
li,
a {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
@media (min-width: 1000px) {
  /**
	 * common
	 */
  .ly-container {
    width: 1000px;
    margin: 0 auto;
  }
  .full-img {
    width: 100%;
  }
  .pc-content {
    display: block;
  }
  .mb-content {
    display: none;
  }
  /**
	 * header component
	 */
  .ly-header {
    width: 100%;
    height: 110px;
    background: #2f383d;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .header-content {
    width: 1000px;
    height: 110px;
    padding: 30px 0;
    margin: 0 auto;
  }
  .pc-logo {
    height: 50px;
  }
  .header-menus {
    height: 50px;
    line-height: 50px;
    float: right;
    overflow: hidden;
    clear: both;
    font-size: 20px;
  }
  .header-menu {
    float: left;
    margin-left: 30px;
    cursor: pointer;
    color: #FFFFFF;
  }
  .header-menu-login {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    border: 1px solid #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  /**
	 * footer
	 */
  .ly-footer {
    width: 100%;
    padding: 30px 50px;
    font-size: 18px;
    background: #363a3e;
    color: #FFFFFF;
  }
  .copy-info {
    float: left;
  }
  .footer-content {
    width: 1000px;
    margin: 0 auto;
  }
  .footer-menus {
    float: right;
    overflow: hidden;
    clear: both;
  }
  .footer-menu {
    float: left;
    margin-left: 30px;
    cursor: pointer;
    color: #FFFFFF;
  }
  .footer-contact {
    width: 100%;
    height: 280px;
    background: #434c50;
    margin: 0 auto;
    padding: 50px 0;
    color: #FFFFFF;
  }
  .footer-contact-list {
    width: 800px;
    font-size: 18px;
    line-height: 2;
    float: left;
  }
  .footer-contact-label {
    width: 400px;
    float: left;
  }
  .footer-contact-value {
    width: 400px;
    float: right;
  }
  .qrcode-img {
    width: 160px;
    height: 160px;
    float: right;
  }
  /**
	 * index
	 */
  .index-main,
  .service-main,
  .case-main {
    padding-top: 110px;
  }
  .index-banner {
    width: 100%;
  }
  .index-banner img {
    width: 100%;
    display: block;
  }
  .ly-container-item {
    width: 100%;
    padding: 100px 0 100px 0;
  }
  .ly-container-item:nth-child(odd) {
    background: #eff3f6;
  }
  .ly-container-item:nth-child(even) {
    background: #FFFFFF;
  }
  .index-tem-title {
    text-align: center;
    margin-bottom: 100px;
  }
  .index-title-cn {
    font-size: 46px;
  }
  .index-title-en {
    font-size: 30px;
  }
  .operation-model {
    clear: both;
    overflow: hidden;
  }
  .business-module-img {
    width: 900px;
    display: block;
    margin-left: 40px;
  }
  .operation-model-img {
    width: 45%;
  }
  .operation-model-img:first-child {
    float: left;
  }
  .operation-model-img:last-child {
    float: right;
    margin-top: 60px;
  }
  .case-img {
    width: 235px;
    height: 140px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .case-img:nth-child(4n+4) {
    margin-right: 0;
  }
  .case-intro-list {
    clear: both;
    overflow: hidden;
  }
  .case-intro-item {
    width: 235px;
    float: left;
    text-align: center;
    margin-right: 20px;
  }
  .case-intro-item:last-child {
    margin-right: 0;
  }
  .case-title {
    font-size: 24px;
  }
  .case-intro-text {
    margin-top: 20px;
  }
  /**
	 * case page
	 */
  .case-banner {
    width: 100%;
  }
  .case-banner img {
    width: 100%;
    display: block;
  }
  .case-item {
    padding: 100px 0;
  }
  .case-item-title {
    font-size: 50px;
    text-align: center;
    margin-bottom: 100px;
  }
  .case-three-list {
    clear: both;
    overflow: hidden;
  }
  .case-three-item {
    width: 310px;
    height: 570px;
    text-align: center;
    color: #FFFFFF;
    padding: 25px 18px;
    float: left;
    margin-right: 30px;
  }
  .case-three-item:last-child {
    margin-right: 0;
  }
  .case-three-item:nth-child(1) {
    background: #193284;
  }
  .case-three-item:nth-child(2) {
    background: #0068b7;
  }
  .case-three-item:nth-child(3) {
    background: #214a7d;
  }
  .case-three-img {
    width: 100%;
    height: 220px;
  }
  .case-three-tip {
    height: 300px;
    padding: 20px 40px;
  }
  .case-three-tip p:first-child {
    font-size: 24px;
  }
  .case-three-tip p:last-child {
    font-size: 16px;
    line-height: 30px;
  }
  .case-four-list {
    clear: both;
    overflow: hidden;
  }
  .case-four-item {
    width: 226px;
    height: 340px;
    padding: 30px 20px;
    float: left;
    color: #FFFFFF;
    text-align: center;
    margin-right: 30px;
  }
  .case-four-item:last-child {
    margin-right: 0;
  }
  .case-four-item:nth-child(1) {
    color: #111111;
  }
  .case-four-item:nth-child(2) {
    background: #193284;
  }
  .case-four-item:nth-child(3) {
    background: #0068b7;
  }
  .case-four-item:nth-child(4) {
    background: #214a7d;
  }
  .case-four-img {
    width: 100%;
    height: 160px;
  }
  .case-four-intro p:first-child {
    font-size: 26px;
  }
  .case-four-intro p:last-child {
    font-size: 18px;
    line-height: 30px;
  }
  .case-four-tip {
    font-size: 24px;
    margin-top: 50px;
  }
  .about-us-item {
    padding: 100px 0;
  }
  .about-us-title {
    font-size: 50px;
    text-align: center;
    margin-bottom: 100px;
  }
  .about-us-text {
    text-indent: 2em;
    font-size: 18px;
    line-height: 30px;
  }
  .about-progress-list {
    clear: both;
    overflow: hidden;
  }
  .about-progress-item {
    width: 124px;
    float: left;
  }
  .progress-li {
    font-size: 18px;
    margin: 10px 0;
  }
  .about-progress-year {
    width: 100%;
    height: 100px;
    padding: 40px 0 10px 0;
    text-align: center;
    background: #69a1d4;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
  }
  .about-progress-event {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #cfe1f1;
  }
  .about-progress-event span {
    font-size: 18px;
  }
  .about-progress-event span:before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 10px;
    background: #0e5d9f;
    margin-right: 10px;
  }
  .about-progress-detail {
    height: 400px;
    padding: 10px;
    font-size: 12px;
    line-height: 24px;
    background: #69a1d4;
    color: #FFFFFF;
  }
  /**
	 * service
	 */
  .service-item {
    padding: 100px 0;
  }
  .service-item-title {
    font-size: 50px;
    text-align: center;
  }
  .service-tab-list {
    width: 1000px;
    height: 50px;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
  }
  .service-tab-item {
    width: 200px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    box-shadow: 0 0 3px 0 #ddd;
    text-align: center;
    float: left;
    border: 1px solid #e2e2e2;
  }
  .service-tab-item-active {
    background: #448ac9;
    color: #FFFFFF;
  }
  .service-detail-item {
    padding: 100px 0;
    position: relative;
  }
  .service-detail-bg {
    width: 100%;
    height: 370px;
    position: absolute;
    left: 0;
    background: #679fd2;
    z-index: 2;
  }
  .service-detail-bg1 {
    top: 360px;
  }
  .service-detail-bg2 {
    top: 200px;
  }
  .service-detail-content {
    position: relative;
    z-index: 3;
  }
  .plat-title {
    color: #154570;
    text-align: right;
    margin-bottom: 50px;
  }
  .plat-title p:first-child {
    font-size: 34px;
  }
  .plat-title p:last-child {
    font-size: 20px;
    margin-top: 20px;
  }
  .plat-title-left {
    text-align: left;
  }
  .service-content-item {
    display: none;
  }
  .service-content-item:first-child {
    display: block;
  }
  .lbtg-container {
    clear: both;
    overflow: hidden;
    padding: 0 80px;
    margin-top: 200px;
  }
  .lb-img {
    width: 450px;
    float: left;
  }
  .lbtg-intro {
    width: calc(100% - 450px);
    padding: 100px 50px;
    float: right;
    font-size: 20px;
    line-height: 36px;
  }
  .lbtg-intro span {
    font-size: 30px;
  }
  .tg-list {
    clear: both;
    overflow: hidden;
    margin-top: 200px;
  }
  .tg-item {
    width: 33%;
    text-align: center;
    float: left;
    padding: 0 50px;
  }
  .tg-item p {
    font-size: 20px;
    margin-top: 30px;
  }
  .hxcp-bg {
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0;
    top: 160px;
    background: #679fd2;
    z-index: 2;
  }
  .ip-operation-container {
    width: 1000px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
  }
  .ipyy-img {
    width: 500px;
    float: left;
  }
  .ipyy-img:last-child {
    width: 200px;
    float: left;
    margin-top: 50px;
    margin-left: 200px;
  }
  .contact-us-content {
    clear: both;
    overflow: hidden;
    background: #f5f7f9;
  }
  .contact-us-text {
    width: 500px;
    float: left;
  }
  .contact-us-img {
    width: 480px;
    float: right;
    display: block;
  }
  .contact-text-item {
    width: 280px;
    height: 50px;
    line-height: 50px;
    background: #448ac9;
    color: #FFFFFF;
    padding: 0 20px;
    margin-bottom: 5px;
  }
  .contact-address {
    padding-top: 10px;
    padding-left: 30px;
    line-height: 30px;
  }
}
@media (max-width: 1000px) {
  /**
	 * common
	 */
  .ly-container {
    width: 100%;
    padding: 0.32rem;
    margin: 0 auto;
    font-size: 0.32rem;
  }
  .full-img {
    width: 100%;
    display: block;
  }
  .pc-content {
    display: none;
  }
  .mb-content {
    display: block;
  }
  /**
	 * header component
	 */
  .ly-header {
    width: 100%;
    height: 1.4rem;
    background: #2f383d;
    position: fixed;
    padding: 0.3rem 0.4rem;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .header-content {
    width: 100%;
    margin: 0 auto;
  }
  .pc-logo {
    height: 0.8rem;
  }
  .header-menus {
    height: 0.8rem;
    float: right;
    overflow: hidden;
    clear: both;
    color: #FFFFFF;
  }
  .header-dropdown-trigger {
    width: 0.8rem;
    height: 0.8rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #222a2f;
    border-radius: 0.12rem;
    border: 1px solid #333;
    font-size: 0.48rem;
    font-weight: bold;
    float: right;
  }
  .button-login {
    padding: 0 0.32rem;
    height: 0.8rem;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.32rem;
    font-weight: 400;
    text-align: center;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    -webkit-border-radius: 0.1333rem;
    -moz-border-radius: 0.1333rem;
    border-radius: 0.1333rem;
  }
  .header-dropdown {
    width: 100%;
    padding: 0.32rem 0.4rem;
    position: fixed;
    border-top: 1px solid #222a2f;
    background: #2f383d;
    top: 1.4rem;
    left: 0;
    display: none;
  }
  .header-dropdown-item {
    padding: 0.32rem 0;
    font-size: 0.4rem;
    display: block;
    text-decoration: none;
    color: #FFFFFF;
  }
  /**
	 * index
	 */
  .ly-container-item {
    width: 100%;
    padding: 1.5rem 0 1.5rem 0;
  }
  .ly-container-item:nth-child(odd) {
    background: #eff3f6;
  }
  .ly-container-item:nth-child(even) {
    background: #FFFFFF;
  }
  .operation-model {
    clear: both;
    overflow: hidden;
  }
  .business-module-img {
    width: 100%;
    display: block;
  }
  .index-tem-title {
    text-align: center;
    margin-bottom: 1rem;
  }
  .index-title-cn {
    font-size: 0.64rem;
  }
  .index-title-en {
    font-size: 0.32rem;
    margin-top: 0.1333rem;
  }
  .operation-model-img {
    width: 100%;
  }
  .operation-model-img:last-child {
    margin-top: 0.5rem;
  }
  .case-img {
    width: 100%;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .case-intro-list {
    clear: both;
    overflow: hidden;
  }
  .case-intro-item {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 0.4rem;
  }
  .case-title {
    font-size: 0.64rem;
  }
  .case-intro-text {
    margin-top: 20px;
    font-size: 0.48rem;
  }
  /**
	 * case page
	 */
  .case-banner {
    width: 100%;
  }
  .case-banner img {
    width: 100%;
    display: block;
  }
  .case-item {
    padding: 1rem 0;
  }
  .case-item-title {
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 1rem;
  }
  .case-three-list {
    clear: both;
    overflow: hidden;
  }
  .case-three-item {
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    padding: 0.4rem;
    float: left;
    margin-bottom: 30px;
  }
  .case-three-item:last-child {
    margin-right: 0;
  }
  .case-three-item:nth-child(1) {
    background: #193284;
  }
  .case-three-item:nth-child(2) {
    background: #0068b7;
  }
  .case-three-item:nth-child(3) {
    background: #214a7d;
  }
  .case-three-img {
    width: 100%;
  }
  .case-three-tip {
    padding: 20px 40px;
  }
  .case-three-tip p:first-child {
    font-size: 24px;
  }
  .case-three-tip p:last-child {
    font-size: 16px;
    line-height: 30px;
  }
  .case-four-list {
    clear: both;
    overflow: hidden;
  }
  .case-four-item {
    width: 100%;
    padding: 0.4rem;
    float: left;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 0.4rem;
  }
  .case-four-item:nth-child(1) {
    color: #111111;
  }
  .case-four-item:nth-child(2) {
    background: #193284;
  }
  .case-four-item:nth-child(3) {
    background: #0068b7;
  }
  .case-four-item:nth-child(4) {
    background: #214a7d;
  }
  .case-four-img {
    width: 100%;
  }
  .case-four-intro p:first-child {
    font-size: 0.48rem;
    margin-bottom: 0.32rem;
  }
  .case-four-intro p:last-child {
    font-size: 0.32rem;
    line-height: 2;
  }
  .case-four-tip {
    font-size: 0.48rem;
    margin: 0.32rem 0;
  }
  .about-us-item {
    padding: 0.5rem 0;
    margin-bottom: 0.4rem;
  }
  .about-us-title {
    font-size: 0.64rem;
    text-align: center;
    margin-bottom: 1rem;
  }
  .about-us-text {
    text-indent: 2em;
    line-height: 2;
  }
  .about-progress-list {
    clear: both;
    overflow: hidden;
  }
  .about-progress-item {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .about-progress-year {
    width: 100%;
    padding: 0.4rem;
    text-align: center;
    background: #69a1d4;
    font-size: 0.64rem;
    color: #FFFFFF;
    font-weight: bold;
  }
  .about-progress-event {
    width: 100%;
    padding: 0.4rem;
    font-size: 0.48rem;
    text-align: center;
    background: #cfe1f1;
  }
  .about-progress-detail {
    height: 100%;
    padding: 0.4rem;
    line-height: 2;
    background: #69a1d4;
    text-align: center;
    color: #FFFFFF;
  }
  /**
	 * service
	 */
  .service-item {
    padding: 1rem 0;
  }
  .service-item-title {
    font-size: 1rem;
    text-align: center;
  }
  .service-tab-list {
    width: 1000px;
    height: 50px;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
  }
  .service-tab-item {
    width: 200px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    box-shadow: 0 0 3px 0 #ddd;
    text-align: center;
    float: left;
    border: 1px solid #e2e2e2;
  }
  .service-tab-item-active {
    background: #448ac9;
    color: #FFFFFF;
  }
  .service-detail-item {
    padding: 1rem 0.4rem;
    position: relative;
  }
  .service-detail-bg {
    width: 100%;
    height: 370px;
    position: absolute;
    left: 0;
    background: #679fd2;
    z-index: 2;
  }
  .service-detail-bg1 {
    top: 360px;
  }
  .service-detail-bg2 {
    top: 200px;
  }
  .service-detail-content {
    position: relative;
    z-index: 3;
  }
  .plat-title {
    color: #154570;
    text-align: center;
    margin-bottom: 0.8rem;
  }
  .plat-title p:first-child {
    font-size: 0.64rem;
  }
  .plat-title p:last-child {
    font-size: 0.48rem;
    margin-top: 0.4rem;
  }
  .plat-title-left {
    text-align: left;
  }
  .lbtg-container {
    clear: both;
    overflow: hidden;
    margin-top: 1.5rem;
  }
  .lb-img {
    width: 100%;
  }
  .lbtg-intro {
    width: 100%;
    padding: 0.64rem;
    line-height: 2;
  }
  .lbtg-intro span {
    font-size: 0.48rem;
  }
  .tg-list {
    clear: both;
    overflow: hidden;
    margin-top: 1.5rem;
  }
  .tg-item {
    width: 100%;
    text-align: center;
    padding: 0 0.64rem;
    margin-bottom: 0.64rem;
  }
  .tg-item p {
    font-size: 0.48rem;
    margin-top: 0.64rem;
  }
  .hxcp-bg {
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0;
    top: 160px;
    background: #679fd2;
    z-index: 2;
  }
  .ip-operation-container {
    width: 100%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
  }
  .ipyy-img {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .contact-us-content {
    clear: both;
    overflow: hidden;
    background: #f5f7f9;
  }
  .contact-us-text {
    width: 100%;
  }
  .contact-us-img {
    width: 100%;
    display: block;
  }
  .contact-text-item {
    width: 100%;
    height: 1.4rem;
    line-height: 1.4rem;
    font-size: 0.48rem;
    background: #448ac9;
    color: #FFFFFF;
    padding: 0 0.2666rem;
    margin-bottom: 0.066rem;
  }
  .contact-address {
    padding: 0.64rem;
    font-size: 0.4rem;
    line-height: 0.64rem;
  }
  /**
	 * footer
	 */
  .ly-footer {
    width: 100%;
    text-align: center;
    padding: 0.48rem;
    font-size: 0.4rem;
    background: #363a3e;
    color: #FFFFFF;
  }
  .footer-content {
    width: 100%;
    margin: 0 auto;
  }
  .footer-menus {
    float: right;
    overflow: hidden;
    clear: both;
  }
  .footer-menu {
    float: left;
    margin-left: 30px;
    cursor: pointer;
    color: #FFFFFF;
  }
  .footer-contact {
    width: 100%;
    background: #434c50;
    margin: 0 auto;
    padding: 0.4rem;
    color: #FFFFFF;
  }
  .footer-contact-list {
    width: 100%;
    font-size: 0.36rem;
    line-height: 2;
  }
  .footer-contact-label {
    width: 100%;
  }
  .footer-contact-value {
    width: 100%;
  }
  .qrcode-img {
    width: 60%;
    margin-top: 0.4rem;
  }
}
