﻿@charset "gb2312";
/* CSS Document */
body {
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
}
.bg-blue {
    background: #08c !important;
}
.textred {
    color: #e60044;
}

.navbar-inverse {
    background: rgba(0,0,0,0.25);
	border:none;
	min-height:57px;
}
.navbar-nav>li>a{
	line-height:27px;
}
.navbar-inverse .navbar-nav>li>a{ 
	color:#FFF;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
    background: #08c;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
    background: none;
}
.dropdown-menu {
    padding: 0;
    margin: 0;
    background: rgba(0,0,0,0.25);
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	width:100%;
	min-width:100%;
}
.dropdown-menu>li>a {
    display: block;
    padding: 0 0 0 15px;
    clear: both;
    line-height: 43px;
    color: #FFF;
	border-bottom: 1px solid #444444;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #FFF;
	background: #08c;
    text-decoration: none;
}

.top-logo {
	position:absolute;
	top:2px;
	left:50%;
	margin-left:-48px;
	width:96px; 
	height:96px;
}
.top-logo a{ 
    position: relative;
	display:block;
	width:96px; 
	height:96px;
	color: #333;
	background: rgba(60,55,54,0.75);
    border: 2px solid #FFF;
    margin-top: 4px;
	border-radius: 50%;
}

.jumbotron {
    padding-top: 57px;
    padding-bottom: 30px;
    margin-bottom: 0px;
    color: inherit;
    background-color: transparent;
    background-image: url(../images/background01.jpg);
    background-image: -webkit-radial-gradient(50% 50%, circle, transparent, rgba(0,0,0,0.2)),url(../images/background01.jpg);
    background-image: radial-gradient(circle at 50% 50%, transparent, rgba(0,0,0,0.2)),url(../images/background01.jpg);
    background-position: 50% 0;
    background-repeat: repeat;
	text-align: center;
    color: #FFF;
}
.jumbotron .container {
    padding: 10em 0 5em 0;
}
.jumbotron h1 {
	font-size: 3.6rem;
    margin: 5rem 0 5.3rem;
    font-weight: bold;
}

.jumbotron a.post {
    margin: 6.5rem 0 0 0;
	font-size: 2.2rem;
    padding: 0.4rem 2rem 0.5rem 2rem;
	font-weight:500;
}
.btn-orange {
    background-color: #ea5700;
    background-image: -ms-linear-gradient(top, #f17932, #ea5700);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, left, right);
    background-image: -webkit-linear-gradient(top, #f17932, #ea5700);
    background-image: -o-linear-gradient(top, #f17932, #ea5700);
    background-image: -moz-linear-gradient(top, #f17932, #ea5700);
    background-image: linear-gradient(top, #f17932, #ea5700);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    color: #FFF;
    text-shadow: none;
}
.btn-orange:focus, .btn-orange:hover{ color:#FFF;}

/*dashboard*/
.dashboard {
    background: url(../images/pattern.jpg) #FFF;
    padding: 3em 0 1.5em 0;
	font-size: 1.8rem;
    color:#333333;
}
.dashboard .num{
	font-size:4.6rem;
}
.dashboard .data_title{
    font-size:2.6rem;
    text-align: center;
}
/*howitworks*/
.howitworks {
    background: #fff;
    padding: 0 5px 4em;
}
.taocan-intro {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}

.taocan-intro .item {
    border: 1px solid #e6e6e6;
    display: block;
    margin-bottom: 1em;
    text-decoration: none;
    border-radius: 6px 6px 0 0;
}
.taocan-intro .item .top-title-block {
    background: #f3f3f3;
    text-align: center;
    padding: 5px 0px 10px;
    position: relative;
}
.taocan-intro .item .top-title-block span.select {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FFF;
    top: 6px;
    position: absolute;
    right: 6px;
    visibility: hidden;
}

.taocan-intro .item .top-title-block span.select i.fa-check {
    font-size: 24px;
    color: orange;
    top: 8px;
    right: 7px;
    position: absolute;
}
.taocan-intro .item .bottom-content-block {
    padding: 10px 14px 10px;
  
    font-size: 14px;
    text-align: left;
    line-height: 1.9;
    position: relative;
}
.bottom-content-block .img{width:100%;padding-top: 65%;overflow: hidden;position: relative;}
.bottom-content-block .img img{width:100%;min-height: 100%;position: absolute;left:0;top:0;z-index: 0}
.taocan-intro .item .top-title-block div.tchead {
    font-size: 20px;
    color: #666;
    margin: 0px;
    padding-top: 10px;
    font-weight: bold;
}
.taocan-intro .item .top-title-block p {
    font-size: 30px;
    color: #e61b05;
    font-weight: bold;
}
.taocan-intro .item .bottom-content-block p {
    border-bottom: 1px dotted #e6e6e6;
    color: #666;
    line-height: 30px;
	margin-bottom:0;
}
.taocan-intro .item .bottom-content-block span.plus {
    font-size: 13px;
    vertical-align: 0;
}
.taocan-intro .item .bottom-content-block p.btm {
    position: absolute;
    bottom: 12px;
    font-weight: bold;
}
.taocan-intro .item .top-title-block span.select {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FFF;
    top: 6px;
    position: absolute;
    right: 6px;
    visibility: hidden;
}
.taocan-intro .item:hover .top-title-block span.select {
	 visibility: visible;
}
.taocan-intro .item .top-title-block span.select i.fa-check {
    font-size: 24px;
    color: orange;
    top: 8px;
    right: 7px;
    position: absolute;
}
.taocan-intro .item .bottom-content-block p b {
    color: #e61b05;
}

.tc4:hover {
	border-color: #51A351;
}
.tc4:hover .top-title-block {
	background-color: #51A351;
}
.tc4:hover .top-title-block span.select i.fa-check {
	color: #51A351;
}
.tc4:hover div.tchead, .tc5:hover div.tchead, .tc6:hover div.tchead, .tc7:hover div.tchead, .taocan-intro .item:hover .top-title-block p, .taocan-intro .item:hover .top-title-block div.tchead{
	color: #FFF;
}

.tc5:hover {
	border-color: #166FB6;
}
.tc5:hover .top-title-block {
	background-color: #166FB6;
}
.tc5:hover .top-title-block span.select i.fa-check {
	color: #166FB6;
}

.tc6:hover {
	border-color: #E64B38;
}
.tc6:hover .top-title-block {
	background-color: #E64B38;
}
.tc6:hover .top-title-block span.select i.fa-check {
	color: #E64B38;
}

.tc7:hover {
	border-color: orange;
}
.tc7:hover .top-title-block {
	background-color: orange;
}
.tc7:hover .top-title-block span.select i.fa-check {
	color: orange;
}

/*caselist*/
.caselist {
    background: #f1f2f4;
    padding: 0 0 0em;
}

.index_title {
    color: #32363e;
	font-size: 3.6rem;
    padding: 2em 0.2em 0.1em;
    font-weight: bold;
    margin: 0;
	line-height: 1.8;
}
.index_sub_title {
    color: #3d424c;
    font-size: 1.8rem;
    padding: 0 0.2em;
}

#myTabs {
    margin-top: 3em;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
#myTabs li {
    width: 16.6%;
}
#myTabs li a{
	padding:10px 0;
	text-align:center;
}
#myTabs li.active a {
    background-color: #f1f2f4;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: transparent;
}
.worksul li{ margin-top:2.0rem;}
.worksul li:nth-child(4n+1){ clear:both;}

.worksul li .imgouter {
    position: relative;
    overflow: hidden;
	display:block;
	text-decoration:none;
	line-height:1.8em;
}
.excellentworks .package {
    position: absolute;
    color: #fff;
    font-size: 12px;
    padding: 6px;
    right: 0;
    top: 15px;
    display: none;
}
.excellentworks:hover .package{
	display:block;
}
.worksul li img.logo {
    width: 100%;
    cursor: pointer;
}

#stag a, .stag span {
    margin: 2px 5px;
    border: 1px solid #ddd;
    padding: 2px 6px;
    display: inline-block;
    background: #0664B0;
    color: #FFF;
    border-top: none;
    border-left: none;
    opacity: 0.6;
    font-weight: normal;
    font-size: 0.675rem;
	font-size: 14px;
}
#stag a:hover, .stag span:hover{
	opacity: 1;
	text-decoration: none;
}
#stag a:nth-child(2n) {
	background: #2F9944;
}
#stag a:nth-child(3n) {
	background: #F53300;
}
#stag a:nth-child(4n) {
	background: #CA5254;
}

/*designservice*/
.designservice {
    background: #FFF;
    padding: 0 5px 4em;
}
.design-type-wrapper {
    padding: 1em 15px 2em;
    background-color: #FFF;
}
.design-type-wrapper .designtypes {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-webkit-flex-wrap: wrap;
    -moz-webkit-flex-wrap: wrap;
    -ms-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1024px;
    margin: 0 auto;
}
.design-type-wrapper .designtypes .item {
    text-align: center;
    display: block;
    font-size: 18px;
    cursor: pointer;
}
.design-type-wrapper .designtypes .item:before {
    content: ' ';
    display: block;
    background: url(../images/designservice.png) no-repeat;
    background-size: 465%;
    width: 60px;
    height: 62px;
    margin: 17px auto 0;
    background-position: -8px 0;
}
.design-type-wrapper .designtypes .item:nth-child(2):before {
    background-position: -75px 0;
}
.design-type-wrapper .designtypes .item:nth-child(3):before {
    background-position: -142px 0;
}
.design-type-wrapper .designtypes .item:nth-child(4):before {
    background-position: -209px 0;
}
.design-type-wrapper .designtypes .item a{
	text-decoration:none;
	
}
.design-type-wrapper .designtypes .item .dtype-name {
    color: #666;
    margin: 17px 0 6px;
	color: #666;
}
.design-type-wrapper .designtypes .item .dtype-price {
    padding: 10px 0;
    color: #FFF;
    border-radius: 6px;
	opacity: 0.6;
	width:55%;
	margin:0 auto;
}
.design-type-wrapper .designtypes .item a:hover .dtype-price{
	opacity: 1;
} 
.design-type-wrapper .designtypes .item:nth-child(1) .dtype-price {
    background: #7cabec;
}
.design-type-wrapper .designtypes .item:nth-child(2) .dtype-price {
    background: #44e6b8;
}
.design-type-wrapper .designtypes .item:nth-child(3) .dtype-price {
    background: #c08fe2;
}
.design-type-wrapper .designtypes .item:nth-child(4) .dtype-price {
    background: #ff507c;
}

.iCaseList{ margin:40px auto;}
.iCaseList .row{ margin-left:0; margin-right:0;}
.iCaseList li{ overflow:hidden; position:relative; padding-left:0; padding-right:0;}
/*.iCaseList li a{ display:block; text-decoration:none; width:100%; position:absolute; left:0px; top:0px; -webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-ms-transition-duration:0.3s;transition-duration:0.3s;}
*/.iCaseList li a img{ width:100%;}
.iCaseList li a .casetittle{ height:114px; background-color:#FFF; padding:10px;margin-top: 10px;}
.iCaseList li a .casetittle h3{ font-size:20px; color:#595757; font-weight:normal;}
.iCaseList li:hover a{ top:-134px;}
.iCaseList li h4{ width:50%; height:5.6rem; line-height:2.8rem; font-size:2rem; position:absolute; left:50%; top:65%; margin-left:-25%; margin-top:1.4rem; -webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-ms-transition-duration:0.3s;transition-duration:0.3s; background: rgba(255,255,255,0.85); color:#333; text-align:center; border-radius: 6px; z-index:1;overflow: hidden;}
.iCaseList li:hover h4{ width:60%; margin-left:-30%; top:50%; height:50px; line-height:50px; background: rgba(255,255,255,0);opacity: 0;}
.iCaseList li .li_con{width:100%;padding-top: 75%;overflow: hidden;position: relative;}
.iCaseList li .li_con .img{width:100%;height: 100%;position: absolute;left:0;top:0;z-index: 0}
.iCaseList li .li_con .cover_con{width:100%;height: 100%;position: absolute;left:0;top:0;z-index: 1;border-top:1px solid transparent;opacity: 0;transition:0.2s;}
.iCaseList li .li_con .cover_con .title{font-size: 20px;line-height: 24px;text-align: center;margin-top: 25%;color:#ffffff;padding:0px 10px;}
.iCaseList li .li_con .cover_con .des{height: 60px;line-height: 30px;font-size: 14px;color:#ffffff;padding:0px 10px;margin-top: 20px;}
.iCaseList li:hover .li_con .cover_con{background: rgba(0,0,0,0.4);opacity: 1}
/*iAbout*/
.about_pop_top {
    position: relative;
    margin: 0 auto 25px;
}
.iAbout .container p > img{ max-width:80%;}
.iaboutbg{
	padding:3.0em 0 4.0em;
    background-image: url(../images/about_bg.jpg);
    background-image: -webkit-radial-gradient(50% 50%, circle, transparent, rgba(0,0,0,0.2)),url(../images/about_bg.jpg);
    background-image: radial-gradient(circle at 50% 50%, transparent, rgba(0,0,0,0.2)),url(../images/about_bg.jpg);
    background-position: 50% 0;
    background-repeat: repeat;
	text-align: center;
    color: #FFF;
}
.iaboutbg img{ max-width:80%;}
a.btn-more{
	padding-left:30px; 
	padding-right:30px; 
	margin:40px auto 100px;
	color: #e60044;
    background-color: #fff;
    border-color: #e60044;
}
/*theychosesixthday*/
.theychosesixthday{
	position:relative;
	padding: 30px 0 100px;
	background: #f1f2f4;
}
.theychosesixthday li{padding-top:2.0em; padding-bottom:2.0em;}
.theychosesixthday li img{ max-width:100%; margin-bottom:1.0em}
.theychosesixthday li .li_title{font-size:18px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.theychosesixthday li .li_des{overflow:hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;height: 40px;line-height: 20px;color:#666666;}
.theychooseLeftArrow, .theychooseRightArrow{  position: absolute;top: 58%;left: 18%;background: rgba(0,0,0,.2);width: 70px;height: 70px;z-index: 5;cursor: pointer; color:#FFF;border-radius:50%; text-align:center; line-height:70px; font-size:36px;}
.theychooseRightArrow{right: 18%; left:auto;}
.theychooseLeftArrow:hover, .theychooseRightArrow:hover{background: rgba(255,255,255,1); color:#CCC;}
.theychooseMiddleBox{ width: 100%;  margin: 30px auto auto auto;overflow: hidden; position:relative; background-color:#FFF; border-radius: 10px;}
.theychooseappendDot{ width: 100%;position: absolute;left: 0;bottom: 70px;z-index: 6; text-align: center;}
.theychooseappendDot span{margin-right: 20px;width: 10px;height: 10px;display:inline-block;cursor: pointer; background-color:#FFF;border-radius:50%; opacity: 1;}
.theychooseappendDot span.swiper-pagination-bullet-active{background-color:#ccc;}

/*footer*/
footer {
    padding: 4em 2em 1em 2em;
    background: url(../images/world-bg.jpg) no-repeat center;
    background-size: cover;
    background-position: 0 36%;
}
footer.forwide{ display:block;}
footer .footer .otherlinks li .f-pop {
    font-size: 13px;
    display: inline-block;
    width: 125px;
    height: 38px;
    line-height: 30px;
    text-indent: 6px;
    color: #c9c9c9;
    font-weight: normal;
    margin-bottom: 5px;
    position: relative;
    opacity: 0.6;
}
footer .footer .otherlinks li .f-pop span {
    display: block;
    position: absolute;
    width: 130px;
    height: 30px;
    background: rgba(240,240,240,0.25);
    border-radius: 4px;
}
footer .footer .otherlinks li .f-pop i {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid rgba(240,240,240,0.25);
    position: absolute;
    top: 30px;
    left: 10px;
}
footer .footer .otherlinks li div {
    padding-left: 14px;
}
footer .footer .otherlinks li div a {
    font-size: 12px;
    color: #999;
    text-decoration: none;
    display: block;
    margin-top: 3px;
}
footer .footer .otherlinks li div a:hover {
	color: #ffc437;
}

footer .footer .copyright {
    color: #999;
    font-size: 12px;
    text-align: center;
    padding: 1.5em 0 1em 0;
}
footer .footer .copyright span {
    margin: 0 3em;
}

footer.fornarrow{ display:none;}

/*rightsidefixeddiv*/
#rightsidefixeddiv {
	position: fixed;
	right: 0;
	bottom: 45%;
	width: 70px;
	border-radius: 4px 0 0 4px
}
#rightsidefixeddiv #zxzx {
	height: 70px;
	background: url(../images/zxzx.png) no-repeat 0 0;
	cursor: pointer
}
#rightsidefixeddiv #zxzx:hover {
	background-position: 0 -70px
}
#rightsidefixeddiv #contactusright {
	margin-top: 2px;
	height: 70px;
	background: url(../images/zxzx.png) no-repeat 0 -140px;
	cursor: pointer;
	display: block
}
#rightsidefixeddiv #contactusright:hover {
	background-position: 0 -210px
}
#rightsidefixeddiv #contactusright .hotline {
	margin-left: 70px
}
#rightsidefixeddiv #qrcodeicon {
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	width: 70px;
	height: 70px;
	background: gray;
	position: relative;
	margin-top: 2px;
	text-decoration: none
}
#rightsidefixeddiv #qrcodeicon i.fa {
	font-size: 2.3rem;
	margin-top: 8px
}
#rightsidefixeddiv #qrcodeicon .showqrcode {
	position: absolute;
	border: 1px solid #DDD;
	border-radius: 6px;
	padding: 7px 12px;
	right: 78px;
	width: 200px;
	background: #FFF;
	top: -72px;
	display: none
}
#rightsidefixeddiv #qrcodeicon .showqrcode img {
	width: 100%
}
#rightsidefixeddiv #qrcodeicon .showqrcode p {
	font-size: 1rem;
	color: #666
}
#rightsidefixeddiv #qrcodeicon i.glyphicon {
    font-size: 3.6rem;
    margin-top: 8px;
}

@media (max-width: 768px){
.jumbotron .container {
    padding: 4em 15px 2em;
}
.jumbotron h1 {
	font-size: 2.4rem;
    margin: 3rem 0 3.1rem;
}
.jumbotron h3{ font-size:1.8rem;}
.jumbotron a.post {
    margin: 4.5rem 0 0 0;
}
.dashboard {
	text-align:center;
}
.dashboard .row div{margin-bottom: 25px;}
.dashboard .num {
    font-size: 2.8rem;
}
.index_title {
    font-size: 2.2rem;
}
.index_sub_title {
    font-size: 1.4rem;
}
.design-type-wrapper .designtypes .item .dtype-price{
	width:100%;
}
a.btn-more{
	margin:30px auto 30px;
	color: #e60044;
}
.theychooseLeftArrow, .theychooseRightArrow{ display:none;}
.theychooseMiddleBox{ width:100%;}
.theychosesixthday li{padding-bottom: 1em;padding-top: 1em;}
.theychosesixthday li .li_title{font-size:15px;}
.theychosesixthday li hr{margin-bottom: 10px;margin-top: 10px}
.iCaseList li h4 {
	height:3.6rem;
	line-height:1.8rem;
    width: 80%;
    font-size: 1.4rem;
    margin-left: -40%;
	margin-top:-.9rem;
	
}
.iCaseList li .li_con .cover_con{background: rgba(0,0,0,0.4);opacity: 1}
.iCaseList li .li_con .cover_con .title{font-size: 15px;}
footer.forwide{ display: none;}
footer.fornarrow{ 
	display:block;
	padding: 3em 2em 1.5em 2em;
}
footer.fornarrow .otherlinks a {
    font-size: 12px;
    color: #999;
    text-decoration: none;
    display: inline-block;
    margin: 3px 10px 0;
}
footer.fornarrow .otherlinks a:hover {
	color: #ffc437;
}
footer.fornarrow .otherlinks .wechata {
    position: relative;
}
footer.fornarrow .otherlinks .fa-wechat {
    font-size: 16px;
    vertical-align: -2px;
}
footer.fornarrow .otherlinks .wechata .qrcode {
    position: absolute;
    width: 200px;
    bottom: 29px;
    background-color: #fff;
    padding: 5px;
    right: -17px;
    box-shadow: 0 1px 3px rgba(34,25,25,0.4);
    -moz-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
    -webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
    filter: progid:DXImageTransform.Microsoft.Shadow(color = #adacac, direction = 135, strength = 2);
    display: none;
}
#rightsidefixeddiv {
	display:none;
}
.worksul li:nth-child(2n+1){ clear:both;}


}

/* 分页 */
#pages { padding:14px 0 10px;}
#pages a, #pages span { 
	display:inline-block; 
	margin: 2px 5px;
    padding: 2px 10px;
    display: inline-block;
    background:rgba(0,0,0,.15);
    color: #333;
    border-top: none;
    border-left: none;
    font-weight: normal;
    font-size: 0.675rem;
    font-size: 14px;
	text-decoration:none;
}
#pages a.a1 { background-color:#e3e3e3}
#pages a:hover { background:rgba(0,0,0,.45); }
#pages span { background-color:#0664B0; color:#FFF;}
.page .noPage { text-align:center; color:#a4a4a4; }

.theychooseMiddleBox .list-unstyled{width:50%;float:right;}
.index_first_news{width:47%;float:left;margin:16px auto auto 1.5%;}
.index_first_news .pic{width:100%;padding-top:65%;overflow: hidden;position: relative; }
.index_first_news .pic img{width:100%;min-height: 100%;position: absolute;left:0;top:0;}
.index_first_news .li_title{font-size: 18px;margin-top: 8px}
.index_first_news .li_title a{overflow:hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:1;color:#333333;}
.index_first_news .li_des{line-height: 20px;color:#666666;margin-top: 8px;overflow:hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;}

.index_course_pic{width:50%;float:left;padding-top: 35%;overflow: hidden;position: relative;}
.index_course_pic img{width:100%;min-height: 100%;position: absolute;left:0;top:0;z-index: 0;transition:0.5s;}
.index_course_pic:hover img{transform:scale(1.1);}
.index_course_con{width:46%;float:right;}
.index_course_con .title{font-size: 22px;line-height: 29px;color:#ffffff;text-align: center;letter-spacing: 1px}
.index_course_con .title .keywords{text-align: center;color:#FF1E10;font-size: 19px;}
.index_course_con .des{margin-top: 10px;font-size: 16px;color: #ffffff;line-height: 24px;text-align:left;}
.index_course_con .more_con{margin-top: 20px}
.index_course_con .more_con .more_btn{width:48%;height: 38px;border-radius: 3px;border:2px solid #ffffff;line-height: 32px;font-size: 16px;color:#ffffff;float:left;text-align:center;}
.index_course_con .more_con .more_btn:last-child{float:right;}

.link{margin:30px auto auto auto;color:#ffffff;max-width: 1150px;color:#dedede;}
.link ul{display: inline-block;}
.link ul li{display: inline-block;line-height: 23px;margin-right: 25px;}
.link ul li a{color:#dedede;display: inline-block;font-weight: normal;}

@media (max-width: 768px){
 .index_course_pic{width:100%;padding-top: 70%;}

.index_course_con{width:100%;float:right;margin-top: 25px}   
}

