.content-container{
    background:#F9F9F9;
}
.flexslider {
    position: relative;
    overflow: hidden;
    margin-top: 70px;
    background: url(../img/loading.gif) 50% no-repeat;
}

.slides {
    margin:0 auto;
    position: relative;
    top:50%;
    transform:translateY(-50%);
}
.slides li{
    height:500px;
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
}
.slides li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
}
.slides li img{
   width:100%;
}
/* 轮播文字 */
.slides dl{
    margin:0 auto;
    width:60%;
    text-align: left;
    line-height: 300%;
    position: relative;
    top:50%;
    transform:translateY(-50%);
}
.slides dl dt{
    font-size:40px;
    font-weight:600;
    margin-bottom: 30px;
}
.slides dl dd{
	font-size: 28px;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
}
.slides dl dd:last-child{
	display:inline-block;
    border-radius: 4px;
    padding:4px 32px;
	font-size:16px;
	background:#006AFF;
	color:#fff;
	line-height:200%;
	margin-top:20px;
	}
/*轮播文字end*/
.flex-control-nav {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    width: 100%;
    text-align: center;
	font-size:0;
    vertical-align: middle;
}
.flex-control-nav li {
    display: inline-block;
    height: 14px;
    margin: 0 4px;
}
.flex-control-nav a {
    display: block;
    width: 30px;
    height: 10px;
    border-radius: 4px;
    overflow: hidden;
    background: rgba(255,255,255,.4);
    cursor: pointer;
}

.flex-control-nav .flex-active {
     background: rgba(255,255,255,.9);
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
    opacity:0;
}
.flex-direction-nav:hover{
    opacity: 1;
}
.flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.flex-direction-nav li a.flex-prev {
    left: 40px;
    background: url(../img/prev.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
    right: 40px;
    background: url(../img/next.png) center center no-repeat;
}
.typename{
	margin-bottom:20px;
}
.index_product{
    padding:20px 0;
}
.index_product li{
    width: 23%;
    padding: 40px 2% 50px 2%;
	margin-right:2%;
    float: left;
    background: #FFF;
	box-shadow: 0px 4px 15px 1px #e4eaf3;
    }
.index_product li:nth-child(4n){
	margin-right:0;
    }
.index_product dt {
    position: relative;
    margin-bottom: 36px;
    padding-bottom: 16px;
}
.index_product dt b {
    display: block;
    font-weight: 900;
    font-size: 32px;
    line-height: 45px;
    color: #006AFF;
}
.index_product dt span {
    font-size: 24px;
    line-height: 27px;
    color: #D7E7FF;
    mix-blend-mode: normal;
}
.index_product dd p {
    margin-bottom: 12px;
}
.index_product dd a {
    display: block;
    font-weight: 900;
    font-size: 18px;
    line-height: 28px;
    padding-left: 18px;
    color: #006AFF;
    position: relative;
}
.index_product .tit {
    margin-bottom: 24px;
}
.index_product .tit h3 {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 18px;
    margin-top: 10px;
    font-weight: 550;
    font-size: 20px;
    line-height: 34px;
    color: #555;
}
.index_product .tit h3:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 34px;
    height: 4px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    background: #006AFF;
}
.index_product .tit p {
    height: 46px;
    font-size: 16px;
    overflow: hidden;
    color: #949FAD;
}
.index_product .desc {
    padding-bottom: 10px;
    position: relative;
}
.index_product h4 {
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
    color: #373737;
}
.index_product span {
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #949FAD;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_product .txtC {
    text-align: center !important;
}
.index_product .txtC a {
    display: inline-block;
    padding:0 25px;
    height: 44px;
    margin-top: 15px;
    line-height: 44px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #006AFF;
    border-radius: 4px;
    color: #006AFF;
}
.index_product .txtC a i {
    display: inline-block;
    transform: translate3d(0px,0,0);
    position: relative;
    padding-right: 13px;
    font-style: normal;
}
.index_product .txtC a i:after {
    width: 6px;
    height: 8px;
    background: url(../img/lansejiantou.png) no-repeat right center;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
    background-size: 6px 8px;
}
.index_partner {
    padding: 40px 0
}

.index_partner ul li {
    float: left;
    width: 17.5%;
    margin-right: 10%;
}

.index_partner ul li:nth-child(4n) {
    margin-right: 0
}

.index_partner ul li img {
    width: 100%;
    position: relative
}

.index_news {
    padding: 40px 0
}
.index_news .index_news_list {
    width: 31%;
    margin-right: 3.5%;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px
}
.index_news .index_news_list:nth-child(4n) {
    margin-right: 0
}
.index_news h3 {
    line-height: 250%;
    width: 100%
}
.index_news h3 a {
    float: right;
    color: #999;
    font-size: 13px
}
.index_news h3 a:hover {
    float: right;
    color: #00a4ff
}
.index_news ul li {
    float: left;
    width: 100%;
    line-height: 250%
}
.index_news ul li a {
    display: block;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    font-style: normal;
    color: #777
}
.index_news ul li a:hover {
    color: #00a4ff
}
.index_news ul li em {
    width: 27%;
    font-style: normal;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: right;
    color: #aaa
}
.index_about{
    margin: 0 auto;
    padding-top: 70px;
    color: #373737;
}
.index_about dl{
    float: left;
    width: 50%;
    padding-bottom: 30px;
}
.index_about dl dt{
    margin-bottom: 22px;
    font-weight: 900;
    font-size:26px;
    line-height: 39px;
}
.index_about dl p{
    margin-bottom: 42px;
    font-size: 16px;
    line-height: 32px;
    color: #949FAD;
}
.index_about dl:first-child{
    background:url(../img/index_about_01.jpg) center 100%;
}
.index_about dl:first-child a{
    display: inline-block;
    padding-right: 22px;
    font-size: 14px;
    line-height: 28px;
    color: #006AFF;
    background: url(../img/bluearrow.svg) no-repeat right center 100%;
    transition-property: transform;
    transform: translate3d(0px,0,0);
    transition: all .3s;
}
.index_about dl:nth-child(2){
    text-align: center;
    background:url(../img/index_about_02.jpg) center;
}
.index_about dl:nth-child(2) span {
    margin-right: 14px;
    font-size: 22px;
    line-height: 31px;
    color: #949FAD;
}
.index_about dl:nth-child(2) b{
    font-style: italic;
    font-weight: 500;
    font-size:26px;
    line-height: 34px;
    color:#006AFF;
}
.index_about dl:nth-child(2)p {
    font-size: 22px;
    line-height: 31px;
    color: #949FAD;
}
.index_about dl:nth-child(2) a {
    display: inline-block;
    width: 193px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    color: #FFF;
    background: #006AFF;
    border-radius: 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.index_about dl:nth-child(2) a i {
    display: inline-block;
    height: 46px;
    transform: translate3d(0px,0,0);
    transition: all .3s;
    position: relative;
    padding-right: 13px;
    font-style: normal;
}
.index_about dl:nth-child(2) a i:after {
    width: 6px;
    height: 8px;
    background: url(../img/baisejiantou.png) no-repeat right center;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    content: '';
    transition: all .3s;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
    background-size: 6px 8px;
}
/*平板*/
@media (max-width: 1024px){
.flexslider{
    margin-top: 60px;
}
.slides li{
    height:300px;
}
.slides dl{
	width:85%;
    line-height: 200%;
}
.slides dl dt{
    font-size: 32px;
}
.slides dl dd{
    font-size: 22px;
}
.index_product{
	padding-top:0;
}
.index_product li{
    width:48%;
    margin-bottom: 2%;
    padding-left: 4% !important;
    padding-right: 4% !important;
}
.index_product li:nth-child(2n){
    margin-right: 0;
}
}
/*手机*/
@media (max-width: 768px){
.index_product {
    margin-top: 0; 
}
.index_product dt {
    margin-bottom: 0; 
    padding-bottom: 0; 
}
.index_product li{
   width: 100%;
}
.index_news .index_news_list{
	width: 100%!important;
    padding-left: 4%!important;
    padding-right: 4%!important;
	}
.index_news ul li{
    width:100%;
    padding-right:0;
    padding-left:0;
}
.index_about dl {
    width: 100%;
}
.slides li{
    height:300px;
}
.slides dl{
    line-height: 200%;
}
.slides dl dt{
    font-size: 26px;
}
.slides dl dd{
    font-size: 18px;
}
.slides li img{
    width: 200%;
    margin-left: -50%;
}
}