﻿body {
  font-family: 'Open Sans', sans-serif;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #d0d0d0;
  opacity: 0.8;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #d0d0d0;
  opacity: 0.8;
}

input:-ms-input-placeholder {
  color: #d0d0d0;
  opacity: 0.8;
}

input::-webkit-input-placeholder {
  color: #d0d0d0;
  opacity: 0.8;
}

.boxpsasd {
  height: 90px;
}

/*头部css*/
.header {
  background-color: #1e2124;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.mask {
  background-color: rgba(47, 47, 46, 0.5);
}

.logo {
  padding-top: 16px;
}

.nav {
  margin-left: 55px;
}

.nav_list li {
  float: left;
}

.nav_list li .activebg {
  background-color: #31353a;
}

.nav_list li .activeft {
  color: #3cb0f3;
}

.nav_list li a {
  color: white;
  height: 90px;
  line-height: 90px;
  padding: 0 12px;
  text-align: center;
  display: block;
}

.nav_list li a:hover {
  color: #3cb0f3;
}

.number {
  padding-top: 18px;
  padding-right: 20px
}

.number_phone {
  display: inline-block;
}

.number .number_phone span {
  color: #f1bf5e;
  display: block;
  font-size: 14px;
}

/*中间轮播广告*/
.banner {
  background-color: #191d20;
  /* margin-top: 90px; */
}

.bd, .box {
  width: 100%;
  height: 484px;
  overflow: hidden;
}

.banner_img {
  width: 100%;
}

.banner_img li {
  width: 100%;
  height: 100%;
}

.banner_img li a img {
  width: 100%;
  height: 100%;
}

/*.box li{float:left;}      浮动会出现抖动*/
/*.box a{}*/
.dot li {
  float: left;
  width: 20px;
  height: 4px;
  background-color: #5e6162;
  margin: 0 4px;
}

.dot {
  top: 88%;
  left: 47.5%;
}

.dot .on {
  background-color: white;
}

/*登陆页面*/
.login {
  top: 14%;
  right: 20%;
  padding: 20px 10px;
  background-color: white;
  text-align: center;
  box-shadow: 0 1px 14px #cdcdcd;
}

.login input {
  border: 1px solid #cccc;
}

.name, .password {
  width: 330px;
  height: 40px;
  padding-left: 10px;
}

.login button {
  width: 330px;
  height: 40px;
  color: white;
  background-color: #3cb0f3;
  margin-bottom: 10px;
  cursor: pointer;
}

.yzm {
  width: 200px;
  height: 40px;
  padding-left: 10px;
}

.yanz {
  display: inline-block;
  width: 120px;
  height: 40px;
  background-color: #cccc;
  margin-left: 10px;
  vertical-align: middle;
}

.name, .yzm {
  margin: 20px 0;
}

/*产品介绍 */
.specilPower {
  height: 100%;
  background: url(/content/images/sever/top1.jpg) no-repeat;
}

.privilege {
  background: url(/content/images/sever/tie.png) no-repeat center center;
  padding: 80px 0;
}

.strong {
  font-weight: normal;
  display: block;
  font-size: 22px;
}

.i {
  color: #d9f8ef;
  font-style: normal
}

.details1 {
  padding-bottom: 80px;
}

/*我们的业务*/
.details2 {
  padding-bottom: 80px;
}

.details2>div {
  width: 20%;
  border: 1px solid #cccc;
  transition: transform 0.5s;
}

.details2>div:hover {
  transform: translate(0, -10px);
  cursor: pointer;
  box-shadow: 10px 10px 5px #888888;
}

/*.details2 div:nth-child(2){margin:0 80px;}     IE8不支持*/
/*.details2 div:nth-child(3){margin-right:80px;}  IE8不支持*/
.instance1 {
  margin: 0 80px;
}

.instance2 {
  margin-right: 80px;
}

/*成功案例*/
/*.successcase{height: 728px;}*/
.bgpic {
  background: url(/content/images/icon-01-21.jpg)no-repeat;
  width: 100%;
  height: 728px;
  background-size: 100%;
}

.success {
  background: url(/content/images/sever/tie.png) no-repeat center center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.more {
  margin-top: -20px;
}

.more span {
  display: inline-block;
  padding: 4px 18px;
  background-color: #e74a4a;
  font-weight: bold;
  font-size: 18px;
  border-radius: 5px;
}

/* .more span:hover {
  box-sizing: 0 0 7px #e74a4a;
} */
.cases div.porint {
  width: 30%;
  background-color: white;
  padding: 6px;
  font-family: "microsoft yahei";
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}

.cases div.porint:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.cases div img {
  width: 100%;
}

.cases h4 {
  padding-top: 10px;
}

.cases .pointer_text {
  font-size: 16px;
  line-height: 35px;
  padding: 8px 8px;
  color: #999;
  font: 14px Tahoma, Helvetica, Arial, "宋体";
}

.midiv {
  margin: 0 60px;
}

.morecase {
  margin-top: 40px;
}

.morecase span {
  border: 1px solid #f1bf5d;
  color: #f1bf5d;
  padding: 6px 40px 7px;
  border-radius: 22px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}

.morecase span:hover {
  color: #fff;
  background-color: #f1bf5d;
  box-shadow: 0 -1px 20px #f1bf5d;
}

/*新闻咨询*/
.fnewsinfo {
  background-color: #f5f5f5;
  padding: 40px 0;
  /* margin-top: 40px; */
}

.newsinfo {
  background: url(/content/images/sever/tie.png) no-repeat center center;
}

.newslist>div {
  width: 560px;
  float: left;
  background-color: white;
}

.time {
  border-bottom: 1px dotted #cccc;
  padding: 4px 0;
  margin-bottom: 4px;
}

.main1 {
  width: 440px;
  padding: 10px;
}

.mrauto {
  margin-right: 80px;
}

.marbotm {
  margin-bottom: 30px;
}

.news_text {
  padding: 1% 0 10%;
}

.news_text .news_text_h5 {
  display: block;
  text-align: center;
  font-size: 25px;
  font: 16px/1.75em Arial, "宋体";
  margin-bottom: 28px;
}

.news_text p {
  text-indent: 20px;
  font: 16px/1.75em Arial, "宋体";
  line-height: 35px;
}

/*合作伙伴*/
.partners {
  background: url(/content/images/sever/tie.png) no-repeat center center;
}

.partnerlist div {
  border: 1px solid #ccc;
  transition: transform 0.5s;
}

.partnerlist div:hover {
  transform: translate(0, -10px);
  cursor: pointer;
  box-shadow: 10px 10px 5px #888888;
}

.parmr {
  margin: 0 174px;
}

/*尾部*/
.footer {
  width: 100%;
  background-color: #33383c;
  padding: 20px 0;
}

.foot1 {
  width: 50%;
  padding: 0 20px;
}

.foot1 p {
  color: #bbbebf;
  font-size: 13px;
  line-height: 25px;
}
    .foot1 p a {
        color: #f1bf5e;
        font-size: 13px;
        line-height: 30px;
    }
        .foot1 p a:hover {
            text-decoration: underline;
        }

.foot2 {
  width: 25%;
  padding: 0 30px;
  border-left: 1px solid #515659;
  border-right: 1px solid #515659;
}

.foot2 p {
  color: #bbbebf;
  font-size: 14px;
  line-height: 30px;
}

.foot3 {
  width: 25%;
  padding-left: 20px;
}

.foot3 p {
  color: #959798;
}

.footerlist h4 {
  color: white;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
}

.footerlist {
  border-bottom: 1px solid #6d6f70;
  padding-bottom: 10px;
}

.copyright {
  color: #949494;
}
.footer_aertnm{
    text-align:center;
}
.footer_aertnm a {
        color: #bbbebf;
        font-size: 14px;
        line-height: 35px;
        margin: 0 6px;
}
.footer_aertnm a:hover {
            color: #f1bf5e;
            text-decoration: underline;
}
/*回到顶部*/
.goback {
    position: fixed;
    top: 50%;
    right: 0;
    bottom: 0;
}

.goback li {
  padding: 1px 4px;
  background-color: #0bbdff;
  border-bottom: 1px solid #cccc;
}

.goback a {
  display: block;
  cursor: pointer;
}

/*.goback div{color:white;}*/
.goback .float_banner {
  width: 156px;
  border: 1px solid #E7E1E1;
  padding: 10px 30px;
  background-color: #E8E5E5;
}

.thisone {
  left: -165px;
  top: 0;
}

.thistwo {
  left: -156px;
  top: 0;
}

.thisthree {
  left: -156px;
  top: 0;
}
/************网站地图**************/
.SiteMap{
    min-height:601px;
}
.SiteMap_div {
    margin-bottom: -1px;
    background: #fff;
    position: relative;
    top: 50px;
    ;
}
.SiteMap_title {
    background: #F9F9F9;
    height: 40px;
    line-height: 40px;
    padding-left: 24px;
    font-size: 14px;
    font-weight: 700;
    color: #e4852c;
}
.SiteMap_List .SiteMap_a {
    float: left;
    width: 20%;
    margin-right: 5%;
    line-height: 50px;
    padding-left: 15px;
    font-size: 16px;
    border-bottom: 1px solid #d4d8dd;
}
    .SiteMap_List .SiteMap_a a {
        color: #1e2124;
        padding: 3px 10px;
    }
    .SiteMap_List .SiteMap_a a:hover {
        background-color: #e4852c;
        color: #fff;
    }
    /*====产品介绍模块CSS代码==============================================================================================================================*/
    /*.pri_list{background-color:#5da3de;}*/
    .fixedd {
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    z-index: 100;
}

.pri_main ul li {
  border: 1px solid #EFF4F6;
  padding: 4px 20px;
  border-radius: 18px;
  margin: 0 6px;
  display: inline-block;
  color: white;
}

.pri_main ul li a {
  color: #fff
}

.active {
    background-color: transparent;
}

.bgone img {
  margin-top: 160px;
}

.bgone {
  background: url(/content/images/icon-02-13.jpg)no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;
  margin-top: 90px;
}

.bgtwo {
  background: url(/content/images/banner/banner2.jpg)no-repeat;
  height: 100%;
  width: 100%;
  background-size: 100% 100%;
}

.bgthree {
  background: url(/content/images/banner/banner3.jpg)no-repeat;
  height: 100%;
  width: 100%;
  background-size: 100% 100%;
}

.bgfour {
  background: url(/content/images/privilege/back1.jpg)no-repeat;
  height: 100%;
  width: 100%;
  background-size: 100% 100%;
}

.bgfive {
  background: url(/content/images/privilege/back2.jpg)no-repeat;
  height: 100%;
  width: 100%;
  background-size: 100% 100%;
}

.bgtwo_center div {
  text-align: center;
}

.bgthree .bgfour_main {
  text-align: right;
  padding-top: 90px;
}

.bgthree .bgfour_pic {
  text-align: center;
}

.bgtwo_left {
  margin-top: 100px;
  padding: 20px 30px;
}

.titl {
  font-size: 50px;
  margin-bottom: 10px;
}

.manzu {
  font-size: 30px;
  color: white;
  border-bottom: 1px solid #cccc;
}

.gamer {
  color: #fed853;
}

.right_pic1 {
  margin-top: 100px;
}

.join {
  bottom: -60px;
  right: 45%;
}

.join a {
  color: white;
  padding: 6px 60px;
  border-radius: 20px;
  background-color: #afdd00;
  font-size: 24px;
}

.bgthree_main {
  margin-top: 260px;
}

.bgfour_main {
  margin-top: 200px;
  padding: 20px 30px;
}

.bgfour_pic {
  margin-top: 200px;
}

.bgfive_pic {
  margin-top: 200px;
}

.bgfive_main {
  margin-top: 280px;
}

/*====合作权益CSS模块代码===============================================================================================================================*/
.cooper_main {
  padding: 100px 0;
}

.cooper_main_top div {
  background-color: #f5f5f5;
}

.key_title {
  font-size: 22px;
}

.key_title p {
  color: #b2b2b2;
}

.price_each {
  color: #209ade;
}

.botm_box {
  margin-top: 100px;
}

.common_width {
  width: 540px;
}

/*====新闻动态CSS模块代码===============================================================================================================================*/
.newstate {
  background: url(/content/images/sever/tie.png) no-repeat center center;
}

.news_1 {
  border-bottom: 1px dotted gray;
}

.news_1 .news_soure {
  color: #333;
}

.news_1:hover .news_soure {
  color: #0bbdff;
}

.news_content {
  color: gray;
  font-size: 14px;
}

.news_time {
  color: gray;
  font-size: 12px;
}

.paging a {
  font-size: 14px;
  color: gray;
  border: 1px solid gray;
  padding: 5px 10px;
}

.paging .active {
  background-color: #4d4f54;
  color: white;
}

/*====商务合作CSS模块代码================================================================================================================================*/
.business_bj {
  background: url(/content/images/sever/tie.png) no-repeat center center;
  margin-top: 100px;
}

.mian_bisiness {
  padding: 40px 40px 100px 40px;
}

.key_busname {
  padding: 10px 0;
  border-bottom: 1px dotted gray;
  margin-bottom: 10px;
  font-size: 20px;
}

.mian_bisiness_one {
  width: 50%;
}

.cooperobj {
  background-color: #363739;
}

.cooperobj_bj {
  background: url(/content/images/sever/tie.png) no-repeat center center;
}

.part_bar {
  padding: 0 60px;
}

.cooperflow {
  background: url(/content/images/sever/tie.png) no-repeat center center;
  margin: 50px 0;
}

.five_process {
  margin-bottom: 40px;
}

/* .five_process div{width:20%;} */
.key_process {
  font-size: 20px;
}

.process {
  font-size: 14px;
  color: gray;
}

/* .boder_l_r{border-right: 1px solid #cccc;} */
.five_process .ht {
  line-height: 125px;
}

.five_process .tc {
  width: 17%;
}

.applicationoline {
  border-bottom: 1px dashed #cccc;
}

.application {
  border: 1px solid #3cb0f3;
  color: #3cb0f3;
  padding: 5px 100px;
  border-radius: 23px;
  font-size: 20px;
}

.consult {
  padding: 50px 150px;
}

.consult .consultcontent {
  border: 1px solid #ccc;
  width: 48%;
}

.consultcontent p {
  font-size: 24px;
  padding: 6px 0;
  border-bottom: 1px solid #cccc;
}

.zimu {
  bottom: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  text-align: center;
  color: white;
  padding: 5px 0;
}

/*====联系我们CSS模块===================================================================================================================================*/
.callus {
  background: url(/content/images/sever/tie.png) no-repeat center center;
  padding: 40px 0;
  border-bottom: 1px dashed #cccc;
  margin-bottom: 30px;
}

.fontbule {
  color: #3cb0f3;
}

.aboutus p {
  padding: 8px 0;
}

.contactus {
  background: url(/content/images/sever/tie.png) no-repeat center center;
  margin: 80px 0 40px 0;
}

.threeways {
  padding: 40px 40px;
}

.threeways>div {
  width: 50%;
}

.border_number {
  /* border-left: 1px solid #cccc; */
  border-right: 1px solid #cccc;
}

.mt90 {
  margin-top: 90px;
}

/*==========成功案例模块======================================================================================================================*/
.bgcase_1 {
  background: url(/content/images/icon-01-26.jpg)no-repeat;
  width: 100%;
  height: 980px;
  background-size: cover;
}

.bg_title {
  padding-top: 150px;
  background: url(/content/images/icon-01-22.png)no-repeat bottom;
}

.guimo {
    background-color: red;
    padding: 2px 8px;
    border-radius: 2px;
}

.bg_main>div {
  width: 50%;
}

.bg_key {
  font-size: 20px;
  color: #e4b156;
}

.pic_right {
  margin-top: 200px;
  margin-left: 100px;
}

.pic_left {
  margin-top: 200px;
}

.bgcase_2 {
  background: url(/content/images/icon-01-27.jpg)no-repeat;
  width: 100%;
  height: 980px;
  background-size: cover;
}

.lesda {
  margin-left: 98px;
}

.kedanjia {
  margin-left: 95px;
}

.earmoney {
  margin-left: 81px;
}

.bgcase_3 {
  background: url(/content/images/icon-01-28.jpg) no-repeat;
  width: 100%;
  height: 980px;
  background-size: cover;
}

.slidedot {
  position: fixed;
  right: 20px;
  top: 30%;
}

.slidedot li {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid white;
  margin: 10px 0;
}

.circle {
  background-color: white;
}

.porint {
  cursor: pointer;
}

.morecase_url {
  cursor: pointer;
}

.news_suie .time h4 {
  cursor: pointer;
}

.news_suie .time:hover h4 {
  color: #0bbdff
}

.footer_qq {
  line-height: 30px;
}

.footer_qq p a img {
  width: 75px;
  border-radius: 5%;
}

.smfont_z {
  color: #0bbdff;
  font-size: 22px;
  font-weight: 500;
}

.login_vur a.fl {
  font-size: 13px;
  color: #3cb0f3;
}

.login_vur a.fr {
  font-size: 13px;
  color: #d0d0d0;
}
.success_a a {
    color: #f1bf5e;
    line-height: 24px;
}
    .success_a a:hover {
        text-decoration: underline
    }
/***************************************************/
.nav_logrngss {
    padding-top: 34px;
    color: #28bbef
}

.nav_logrngss a {
  color: #28bbef;
  border: 1px solid #28bbef;
  padding: 2px 10px 3px;
  border-radius: 3px;
  font-size: 14px;
  margin-right: 15px;
  transition: all .5s;
  -webkit-transition: all .5s;
  /* Safari */
}

.nav_logrngss a:nth-child(1) {
  margin-left: 15px;
}

.nav_logrngss a:hover {
  border: 1px solid #28bbef;
  background-color: #28bbef;
  color: #fff;
  cursor: pointer;
}

.sp-buttons {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

.ourbusiness {
  width: 100%;
  height: 100%;
  background: url(/content/images/sever/top2.jpg)no-repeat;
}

.business {
  padding: 60px 0;
  color: #fff;
  background: url(/content/images/sever/tie.png) no-repeat center center;
}

.business_b {
  padding: 60px 0;
  color: #333;
  background: url(/content/images/sever/tie1.png) no-repeat center center;
}

.business_b i {
  color: #999;
}

.successcase {
  width: 100%;
  height: 100%;
  background: url(/content/images/sever/top3.jpg)no-repeat;
}

.porint .pointer_text {
  line-height: 30px;
  color: #999;
  font-size: 14px;
}

.porint h4 {
  font-size: 16px;
  line-height: 35px;
}

.fnewsinfo {
  width: 100%;
  height: 100%;
  background: url(/content/images/sever/top2.jpg)no-repeat
}

.footer_p {
  font-size: 14px;
  line-height: 30px;
  color: #999;
}

.footer_mn {
  position: absolute;
  bottom: 0;
  left: 0;
}

/*****************************/
.coop_wuei {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(/content/images/cooperation/back1.jpg) no-repeat;
  background-size: 100% 100%;
}

.coop_center>div {
  width: 46%;
  float: left;
}

.coop_center_right img {
  width: 100%;
}

.coop_center_left img {
  width: 100%;
}

.coop_broe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(/content/images/cooperation/back2.jpg) no-repeat;
  background-size: 100% 100%;
}

.coop_broe_h4 {
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.coop_rcer>div {
  float: left;
  width: 25%;
  text-align: center;
}

.coop_rcer>div img {
  width: 266px;
  height: 270px;
}

.coop_loou {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(/content/images/cooperation/back3.jpg) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.coop_looue_h4 {
  text-align: center;
  font-size: 20px;
  color: #333;
}

.coop_boot_lianxi {
  text-align: center;
}

.coop_boot_lianxi h5 {
  line-height: 50px;
  font-size: 22px;
  font-weight: 500;
}

.coop_boot_lianxi p {
  line-height: 42px;
  font-size: 16px;
}

.coop_boot_lianxi p img {
  position: relative;
  top: -2px;
  padding-right: 8px;
}

.coop_center {
  padding-top: 8%;
}

.coop_cente div.coop_center_left {
  margin-right: 8%;
}

.coop_xourw {
  text-align: center;
  padding-top: 3%;
  padding-bottom: 2%;
}

.specilPower_img {
  width: 100%;
  text-align: center;
}

.specilPower_img img {
  width: 70%;
  margin: 0 auto;
}

.thim-click-to-bottom {
  position: absolute;
  bottom: 3%;
  left: 48%;
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  -webkit-animation: bounce 2s infinite ease-in-out;
  z-index: 99;
}

.thim-click-to-bottom i {
  color: #3be8b0;
  /* border: 2px solid #fff; */
  font-size: 18px;
  width: 30px;
  height: 57px;
  text-align: center;
  line-height: 54px;
  border-radius: 20px;
}

@-webkit-keyframes bounce {
  0%, 20%, 60%, 100% {
    -ms-transform: translateY(0);
  }

  0%, 20%, 60%, 100% {
    -o-transform: translateY(0);
  }

  0%, 20%, 60%, 100% {
    -moz-transform: translateY(0);
  }

  0%, 20%, 60%, 100% {
    -webkit-transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-20px);
  }

  80% {
    -webkit-transform: translateY(-10px);
  }
}

.footer_qq p a:hover {
  box-shadow: 0 6px 20px #fff;
}

.coop_boot_hover:hover {
  box-shadow: 0 2px 18px #77cfec;
}

.coop_boot_hover img {
  width: 85px;
  padding: 0 !important;
}

/*************************活动*****************************/
.Course {
  text-align: center;
  padding-top: 88px;
}

.Course .Course_h5 {
  font-size: 41px;
  font-family: PingFang-SC-Heavy;
  font-weight: 400;
  color: rgba(205, 35, 7, 1);
  line-height: 74px;
  padding-top: 30px;
}

.Course_titel {
  font-size: 36px;
  font-family: 'Helvetica Neue, Helvetica, Arial, sans-serif';
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  line-height: 65px;
}

.Course_url {
  font-size: 30px;
  font-family: PingFang-SC-Bold;
  font-weight: bold;
  color: rgba(118, 118, 118, 1);
  line-height: 57px;
  margin: 35px 0 15px;
}

.Course_url a {
  color: rgba(118, 118, 118, 1);
}

.Course_url a:hover {
  color: rgb(255, 190, 0);
}

.Course_soutr {
  font-size: 21px;
  font-family: PingFang-SC-Regular;
  font-weight: 400;
  color: rgba(119, 119, 119, 1);
  line-height: 41px;
}

.Course_maidian {
  font-size: 36px;
  padding: 33px 0;
  font-family: PingFang-SC-Heavy;
  font-weight: 800;
  color: rgba(217, 12, 12, 1);
  line-height: 80px;
}

/* .Course_images img {
  width: 38%;
} */
.Course .Coursetop {
  margin-bottom: 8%;
}

.Coursetop_left {
  padding-top: 15px;
  float: right;
  width: 50%;
  padding-left: 12%;
}

.Coursetop_right {
  padding-top: 15px;
  float: right;
  width: 50%;
  padding-right: 12%;
}

.Course_topre {
  font-size: 39px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: rgba(40, 114, 213, 1);
  line-height: 50px;
}

.Course_hengt img {
  width: 100%
}

.Course_Contactus {    padding: 25px 0;}

.Course_Contactus .Course_lainxi {
  color: #333333;
  font-size: 24px;
  font-family: CTZhongYuanSJ;
  font-weight: 400;
  line-height: 32px;
}

.Course_Contactus .Course_phonecv {
  font-size: 35px;
  font-family: FZZHJW--GB1-0;
  font-weight: bold;
  color: rgba(51, 102, 173, 1);
  line-height: 60px;
}

.color_red {
  color: #D90C0C;
  position: relative;
  top: -2px;
}

.color_perss {
  color: rgba(51, 102, 173, 1);
  position: relative;
  top: -2px;
}
.net_url {
    margin: 0;
}

.Course_images .Course_text {
    font-size: 18px;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: rgba(225,0,0,1);
    line-height: 28px;
    margin-top: 25px;
    margin-bottom: 10px;
}
/*适配iphone6plus*/
@media screen and (min-width: 320px) and (max-width: 414px) {
  .Course {
    padding-top: 18px;
  }
  .Course_header{
    display: none;
  }
  .Course .Course_h5 {
    font-size: 22px;
    padding-top: 10px;
    line-height: 35px;
  }
    .Course_images .Course_text {
        font-size: 12px;
    }
  .Course_titel {
    font-size: 20px;
    line-height: 38px;
  }

  .Course_url {
    font-size: 14px;
    line-height: 30px;
    margin: 11px 0 0;
  }

  .Course_soutr {
    font-size: 13px;
    line-height: 30px;
  }

  .Course_images img {
    width: 78%;
  }

  .Course_Images img {
    width: 96%;
  }
  .Coursetop_right, .Coursetop_left {
    width: 100%;
    padding: 0;
  }

  .Course_maidian {
    font-size: 14px;
    padding: 15px 0;
        line-height: 30px;
  }
  .Course_maidian img {
    width: 30px;
    height: 30px;
  }
  .Course_Contactus .Course_lainxi{
    font-size: 16px;
  }
  .Course_Contactus .Course_phonecv{
    font-size: 24px;
  }
  .Course_Contactus img{
    width: 68%
  }
  .Course_topre{
    font-size: 20px;
  }
}

/*适配ipad*/
@media screen and (min-width: 415px) and (max-width: 1024px) {
  .Course {
    padding-top: 18px;
  }
  .Course_header{
    display: none;
  }
  .Course_header{
    display: none;
  }
  .Course .Course_h5 {
    font-size: 38px;
  }

  .Course_titel {
    font-size: 30px;
  }

  .Course_url {
    font-size: 26px;
  }

  .Course_soutr {
    font-size: 24px;
  }

  .Course_images img {
    width: 48%;
  }

  .Course_Images img {
    width: 88%;
  }
  .Coursetop_right, .Coursetop_left {
    width: 100%;
    padding: 0;
  }
}

/**************************************/
.Friendship_link {
  padding-top: 5px;
  margin-top: 22px;
  border-top: 1px dashed #1e2124;
}

.Friendship_link h1 {
  color: #5a5a5a;
  font-weight: normal;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  text-align: center;
}

.Friendship_link .Friendship_url {
  text-align: center;
  line-height: 30px;
}

.Friendship_link .Friendship_url a {
  color: #a6a6a6;
  font-size: 14px;
  padding: 0 3px;
}

.Friendship_link .Friendship_url a:hover {
  color: #3cb0f3;
}

.Friendship_link .Friendship_url span {
  padding: 0 5px;
  color: #a6a6a6;
  font-size: 14px;
  padding: 0 3px;
}

/*************************************/
.desktop_template_list {
  width: 100%;
  padding: 40px 8px 100px;
}

.desktop_template_list .desktop_template_css {
  float: left;
  width: 372px;
  height: 617px;
  padding: 15px;
  margin-bottom: 25px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
}

.desktop_template_h5 {
  font-size: 24px;
  font-family: PingFang-SC-Regular;
  font-weight: 400;
  color: rgba(94, 94, 94, 1);
  line-height: 32px;
  text-align: center;
  margin-bottom: 10px;
}

.desktop_template_size {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: rgba(144, 143, 143, 1);
  line-height: 32px;
}

.desktop_template_download {}

.desktop_template_download a {
  display: inline-block;
  width: 113px;
  height: 27px;
  line-height: 28px;
  margin-right: 8px;
  text-align: center;
  color: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
}

.desktop_template_download a:first-child {
  background-color: #28BBEF;
}

.desktop_template_download a:last-child {
  background-color: #F1C006;
}

.desktop_template_img {
  display: block;
  width: 341px;
  height: 483px;
  overflow: hidden;
  position: relative;
}

.desktop_template_modal {
  filter: alpha(opacity=90);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: url(/content/images/cooperation/zz.png) no-repeat;
  /* background-size: 100%; */
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.desktop_template_modal img {
  position: absolute;
  top: 45%;
  left: 45%;
}

.desktop_template_css:hover .desktop_template_modal {
  opacity: 0.8;
}

.cooperation_ul {
  margin-top: 6%;
}

.cooperation_ul ul {
  display: flex;
  width: 180px;
  margin: 0 auto;
}

.cooperation_ul ul li {
  flex: 1;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  cursor: pointer;
  padding: 0 15px;
}

.cooperation_ul ul li.atter {
  color: #28BBEF;
  border-bottom: 2px solid #28BBEF;
}
