﻿/*顶部--------------------*/
#header {
    margin: 10px auto 5px;
    width: 1220px;
}

.top {
    height: 36px;
}

.top ul {
    padding-top: 5px;
}

.top li {
    float: left;
    border-right: 1px solid #D7D7D7;
}

.top li a {
    padding: 0 13px;
    color: #666;
    font-family:"Helvetica Neue"，Helvetica，"Hiragino Sans GB"，"Microsoft YaHei"，Arial，sans-serif;
}

.top li:last-child {
    border: 0;
}

.top p {
    padding: 1px;
    background: #7C0118;
}

.top p a {
    /* float: left; */
    display: inline-block;
    padding: 2px 5px;
    border: 1px solid #953044;
    background: #7C0118;
    color: #ffffff;
    font-family:"Helvetica Neue"，Helvetica，"Hiragino Sans GB"，"Microsoft YaHei"，Arial，sans-serif;
}

/*导航条和logo--*/
.logo {
    height: 60px;
}

.logo > i {
    float: left;
    margin: 0 10px;
    margin-top: 18px;
    height: 31px;
    border-right: 1px solid #E0E0E0;
}

.text p {
    padding-top: 14px;
    color: #666666;
    font-size: 15px;
}
.fl{float: left;}
.fr{float: right;}

/*导航条--*/
.nav > ul > li {
    float: left;
    padding: 0 20px;
    border-right: 1px solid #E0E0E0;
    color: #454545;
    font-size: 15px;
    cursor: pointer;
}

.nav > ul > li a{
	font-weight: bold;
}

.nav > ul > li:last-child {
    padding-right: 0;
    border: 0;
}
.nav > ul > li > a:hover,
.nav > ul > li.cur > a{
	color: #015AAA;
}
.nav {
    padding-top: 28px;
}

.nav li.drop-down {
    position: relative;
}

.nav i.arrow-icon {
    display: inline-block;
    margin-left: 5px;
    width: 11px;
    height: 6px;
    background: url("../images/arrow-icon.png") no-repeat;
    vertical-align: middle;
    transition: transform .3s linear;
}

.nav .drop-down-menu {
    position: absolute;
    top: 14px;
    /*left: -20px;*/
   left: -5px;
    display: none;
    /*width: 120px;*/
    /* background-color: #015AAA; */
    text-align: center;
    z-index:10000;
    padding-top: 23px;
}

.nav .drop-down-menu li {
    background-color: #015AAA;
    width: 120px;
}

/*.nav .drop-down-menu li:nth-child(1),*/
/*.nav .drop-down-menu li:nth-child(2) {*/
    /*background-color: transparent;*/
/*}*/

.nav .drop-down-menu a {
    display: block;
    padding: 14px 0 10px;
    color: #B5D4F0;
    font-size: 14px;
    font-weight: normal;
}

.nav .drop-down-menu li:hover a {
    background-color: #004D95;
    color: #FFFFFF;
}

/*.nav .drop-down-menu li:nth-child(1):hover a,*/
/*.nav .drop-down-menu li:nth-child(2):hover a {*/
    /*background-color: transparent;*/
/*}*/
.nav li.drop-down a{
    padding-bottom: 15px;
}
.nav li.drop-down:hover ul.drop-down-menu {
    display: block;
}

.nav li.drop-down:hover i.arrow-icon {
    transform: rotateZ(180deg);
}
.blueBar {
    height: 24px;
    background: #015AAA;
    line-height: 24px;
}
.blueBar_text {
    margin: 0 auto;
    width: 1220px;
    color: #98ADD1;
}
.blueBar_text a{
	color: #98ADD1;
	font-size: 15px;
}
.blueBar_text a:hover{
	text-decoration: underline;
}
/*轮播部分---*/
.wrapper {
    position: relative;
    /* width: 7680px; */
		text-align: center;
}
/*左边部分---*/
.transportationInfo {
    /* margin-bottom: 10px; */
    border-bottom: 2px solid #E7E7E7;
    background: #F7F7F7;
}

.transportationInfo .details .lf-part li {
    float: left;
}

.details {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: 1220px;
}

.details dt {
    margin: 0 auto;
    margin-bottom: 20px;
	text-align: center;
}

.details dl {
    float: left;
    padding: 25px 30px 0;
    width: 230px;
    height: 214px;
    border-right: 1px solid #E7E7E7;
    /* border-bottom: 2px solid #E7E7E7; 
    text-align: center;
    cursor: pointer;*/
	cursor: default;

}
.details dl:first-child {
    border-left: 1px solid #E7E7E7;
}

.details dl b {
    color: #393939;
    font-size: 16px;
}

.details dl dd, .details dl dt {
    padding-bottom: 10px;
}

.details dl dd span {
    color: #7F7F7F;
}

/*右边部分---*/
.transportationInfo .rt_part {
    width: 530px;
    height: 214px;
    border-right: 1px solid #E7E7E7;
}

.price {
    padding: 18px 0 0 30px;
    border-bottom: 1px solid #E7E7E7;
}

.price span {
    display: inline-block;
    margin-right: 20px;
    padding-top: 8px;
    padding-bottom:8px;
   border-bottom: 2px solid #E62422;
    color: #E62422;
    font-size: 16px;
    cursor: pointer;
}

.price span:hover {
    padding-bottom: 8px;
    border-bottom: 2px solid #E62422;
    color: #E62422;
}

.transportationInfo .rt_part .list {
    padding: 17px 30px 30px;
}

.transportationInfo .rt_part .list li {
    position: relative;
    padding: 8px 0;
    border-bottom: 1px dashed #E7E7E7;
    color: #6B6B6B;
    vertical-align: middle;
    font-size: 14px;
    cursor: pointer;
}

.transportationInfo .rt_part .list li:last-child {
    border-bottom: 0;
}

.transportationInfo .rt_part .list li:hover i, .list li:hover span, .list li:hover a {
    color: #005BB4;
}

.transportationInfo .rt_part .list a {
    color: #7F7F7F;
}

.transportationInfo .rt_part .list a:hover {
    text-decoration: none;
}

.transportationInfo .rt_part .list li i {
    position: absolute;
    top: -11px;
    left: 0;
    color: #B8B8B8;
    font-style: normal;
    font-size: 28px;
}

.transportationInfo .rt_part .list span {
    margin-left: 20px;
	margin-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 384px;
    display: inline-block;
}

/*产品展示---*/
.home_box{
	padding: 0px 0 0px;
}
.home_box ol {
  margin-top:10px;
}
.home_box ol li {
  float: left;
  width: 24%;
  position: relative;
  margin-right: 1%;
}
.home_box ol li:nth-child(4n) {
  margin-right: 0;
}
.home_box ol li .pro_img {
  width: 100%;
  line-height: 0;
text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}
.home_box ol li .pro_img{width: 100%;height:270px;display: block;border:1px solid #eaeaea;border-bottom: none;overflow: hidden;box-sizing: border-box;text-align:center;transition: all .5s;}

.home_box ol li .pro_img img{max-width:100%;max-height:100%;height:auto;margin: 0 auto;padding:0%;vertical-align:middle;}

.home_box ol li .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,83,165, 0.8);
  padding:10px;
}
.home_box ol li .text h3,.home_box ol li .text .t {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
 height:34px;

}
.home_box ol li .text h3 i,.home_box ol li .text .t i {
  width: 7px;
  height: 14px;
  background: url(../images/home_p.png) no-repeat center center;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: 1px;
}
.home_box ol li .text p {
  margin-top: 10px;
  color: #cccccc;
  font-size: 13px;
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all .4s;
}
.home_box ol li:hover .text p{
	white-space:inherit;
}
/*栏目---*/
.service {
    margin: 0 auto;
    padding: 50px 0 30px;
    width: 1220px;
    text-align: center;
}

.service h1 {
    position: relative;
    margin-bottom: 10px;
    color: #333333;
    font-weight: 400;
    font-size: 30px;
}

.service h2 {
    position: relative;
    margin-bottom: 10px;
    color: #333333;
    font-weight: 400;
    font-size: 30px;
}

.service .t {
    position: relative;
    margin-bottom: 10px;
    color: #333333;
    font-weight: 400;
    font-size: 30px;
}

.service p {
    margin: 0 auto;
    /* width: 610px; */
    color: #777777;
    font-size: 14px;
}

.trangle_02 {
    display: inline-block;
    margin-left: 5px;
    width: 0;
    height: 0;
    border: 8px solid #E62422;
    vertical-align: sub;
    border-left-color: transparent;
    border-top-color: transparent;
}

.trangle_01 {
    display: inline-block;
    /* margin-top: 5px; */
    margin-right: 5px;
    width: 0;
    height: 0;
    border: 8px solid #E62422;
    vertical-align: super;
    border-right-color: transparent;
    border-bottom-color: transparent;
}
/*广告条------------*/
.oneImage {
    width: 100%;
    height: 299px;
    background: url("../images/img_03.jpg") no-repeat;
    background-size: cover;
}
.oneImage1 {
    width: 100%;
    height: 99px;
    background: url("") no-repeat;
    background-size: cover;
}

.oneImage .content {
    padding-top: 80px;
    height: 273px;
    color: #ffffff;
    text-align: center;
}
.oneImage1 .content {
    padding-top: 25px;
    height: 73px;
    color: #5C90C4;
    text-align: center;
}

.oneImage .content h3 {
    font-weight: bold;
    font-size: 32px;
}
.oneImage .content .t {
    font-weight: bold;
    font-size: 32px;
}

.oneImage .content p {
    margin: 2px 0;
    color: #BFC7D8;
    font-size: 14px;
}

.oneImage .content a {
    display: inline-block;
    margin-top: 30px;
    width: 182px;
    height: 43px;
    border: 2px solid #FFFFFF;
    border-radius: 30px;
    color: #EDEFF3;
    text-align: center;
    font-size: 19px;
    line-height: 37px;
}
.oneImage .content a:hover{
    display: inline-block;
    margin-top: 30px;
    width: 182px;
    height: 43px;
    border: 2px solid #e81d21;
    border-radius: 30px;
    color: #e81d21;
    text-align: center;
    font-size: 19px;
    line-height: 37px;
}
.oneImage1 .content a {
    display: inline-block;
    margin-top: -300px;
    width: 182px;
    height: 43px;
    border: 1px solid #e81d21;
    border-radius: 3px;
    color: #094073;
    text-align: center;
    font-size: 15px;
    line-height: 37px;
}
.oneImage1 .content a:hover {
    display: inline-block;
    margin-top: -300px;
    width: 182px;
    height: 43px;
    border: 1px solid #000;
    border-radius: 3px;
    color: #094073;
    text-align: center;
    font-size: 15px;
    line-height: 37px;
}

/*视频案例-*/
.idea-message01 .agency-tabs {
    width: 1220px;
    margin: 0 auto 30px;
    /*display: -webkit-flex;*/
    /*justify-content: space-around;*/
    height: 56px;
    position: relative;
}

.idea-message01 .agency-tabs-box {
    position: absolute;
    top: 0;
    left: 20%;
    transform: translateX(-10%);
}

.idea-message01 .agency-tabs-box a {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    color: #333333;
}

.idea-message01 .agency-tabs a + a {
    margin-left: 40px;
}

.idea-message01 .agency-tabs a:hover {
    color: #E72024;
    border-bottom-color: #E72024;
}

.bottom {
    margin: 20px auto;
    width: 1220px;
	margin-top:-2px;
}

.imgBox_01 dd {
    font-size: 16px;
}
.imgBox_01 dd h3 { font-size: 16px; font-weight: normal; }
.imgBox_01 dd span {
    font-size: 14px;
}

.imgBox_01 dd, .imgBox_02 dd {
    color: #333333;
}

.imgBox_01 dd:not(:last-child) {
    margin-top: 10px;
	    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.imgBox_01 dl:nth-child(2), .imgBox_02 dl:nth-child(2) {
    margin: 0 20.5px;
}

.imgBox_01 span, .imgBox_02 span {
    color: #666666;
}

.imgBox_01 dl {
    width: 393px; height: 370px;
	vertical-align: middle;
	max-width:94%;
	max-height:94%;
}

.imgBox_02 {
    margin-bottom: 50px;
}

.imgBox_02 li {
    overflow: hidden;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;

width:406px;
}

.imgBox_02 li i {
    display: inline-block;
    margin-right: 6px;
    width: 8px;
    height: 8px;
    border: 2px solid #C7C7C7;
    border-radius: 50%;
    vertical-align: middle;
}

.imgBox_02 li a {
    color: #666666;
    font-size: 14px;
    display: inline-block;
    width: 403px;

}

.imgBox_02 li a + a {
    margin-left: 20.5px;
}

.line {
    margin: 25px 0 20px;
    width: 1220px;
    border-bottom: 1px solid #EBEBEC;
}

/*新闻动态-----------------*/
.idea-message .agency-tabs {
    width: 1220px;
    margin: 0 auto 0px;
    /*display: -webkit-flex;*/
    /*justify-content: space-around;*/
    height:20px;
    position: relative;
}

.idea-message .agency-tabs-box {
    position: absolute;
    top: 0;
    left: 20%;
    transform: translateX(-10%);
}

.idea-message .agency-tabs-box a {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    color: #333333;
}

.idea-message .agency-tabs a + a {
    margin-left: 40px;
}

.idea-message .agency-tabs a:hover {
    color: #E72024;
    border-bottom-color: #E72024;
}

.home_box6{
	padding:50px 0 0;
}
.home_box6 .tab{
	text-align: center;
	margin-top: 30px;
	color: #444444;
	font-size: 15px;
	font-weight: bold;
}
.home_box6 .tab span{
	display: inline-block;
	margin: 0 18px;
	cursor: pointer;
	padding-bottom: 12px;
	border-bottom: 2px solid transparent;
}
.home_box6 .tab span.cur,
.home_box6 .tab span:hover{
	color: #e72024;
	border-bottom-color: #e72024;
}
.home_box6 .tabBox{
	margin-top: 35px;
}
.home_box6 ul li{
	float: left;
  width: 32.5%;
  position: relative;
  margin-right: 1.25%;
}
.home_box6 ul li:nth-child(3n) {
  margin-right: 0;
}

.home_box6 ul li .img{width: 100%;height:230px;display: block;border: 1px solid #eaeaea;border-bottom: none;overflow: hidden;box-sizing: border-box;text-align:center;transition: all .5s;}

.home_box6 ul li .img img{max-width:100%;max-height:100%;height:auto;margin: 0 auto;padding:2%;vertical-align:middle;}



.home_box6 ul li .text{
	padding-top: 15px;background:#f2f2f2;padding:10px;

}
.home_box6 ul li .text h3{
	color: #333333;
	font-size: 16px;
	font-weight: normal;
	text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.home_box6 ul li .text span{
	color: #666666;
	font-size: 14px;
	margin-top: 8px;
	display: block;
}
.home_box6 ul li .text p{
	color: #777777;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-top: 10px;
}
.home_box6 ol{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e6e6e7;
}
.home_box6 ol li{
	float: left;
  width: 32.5%;
  position: relative;
  margin-right: 1.25%;
  font-size: 15px;
  line-height: 28px;
  background: url(../images/yuan.jpg) no-repeat left center;
  padding-left: 16px;
}
.home_box6 ol li:nth-child(3n) {
  margin-right: 0;
}
/*底部------------*/
#footer {
    background: #000000;
}

.footer {
    margin: 0 auto;
    padding: 60px 0;
    width: 1220px;
    color: #969696;
}

.footer_lf p span {
    font-size: 13px;

}

.footer_lf ul {
    margin-bottom: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #333333;
}

.footer_lf li a {
    color: #969696;
}

.footer_lf li {
    float: left;
    margin-right: 30px;
}

.footer_lf li:last-child {
    margin-right: 0;
}

.footer_rt p {
    text-align: right;
 height:23px;
}

.footer_rt p:nth-child(2) {
    margin: 3px 0;
}
/*产品展示------------*/

.item-container {
    width:100%;
    margin: 0 auto;
}

.item-container li {
    float: left;
    width: 301px;
}

.item-container li + li {
    margin-left: 0px;
}

.item-container li dl {

    height: 225px;
	border: 1px solid #D0DCE7;
    position: relative;
    overflow: hidden;


}

.item-container li dl dd {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 192px;
    right: 0;
    padding: 0 5px;
    background-color: #F5F5F5;
    transition: top .5s linear;
}

.item-container li dl dd .text-content {
    text-align: center;
    width: 290px;
    height: 100%;

    position: absolute;

    z-index: 2;
    transition: top .5s linear;
}

.item-container li:hover dl dd .text-content {
    top:30px;
    position: relative;
}

.item-container li:hover dl dd {
    top: 0;
    background-color: rgba(0,83,165, 0.8);
}

.item-container li:hover dl dd .text-content h3,
.item-container li:hover dl dd .text-content p {
    color: #FFFFFF;
}

.item-container li dl dd .text-content h3 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
	background: url("../images/main-index-img06.jpg") no-repeat center;
    margin-bottom: 15px;
	padding: 0 12px;
}

.item-container li dl dd .text-content p {
    font-size: 14px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.item-container li dl dd .text-content a.view-more {
    width: 118px;
    height: 34px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    border: 2px solid #8F9191;
    color: #BEBFC0;
    margin-top: 60px;
    text-transform: uppercase;
}

.item-container li dl dd h6 {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}

/*右边固定栏样式-------------*/
.sidebar-box{
    position: fixed;
    right:0;
    top:50%;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%); /* IE 9 */
    -moz-transform:translateY(-50%);    /* Firefox */
    -webkit-transform:translateY(-50%); /* Safari 和 Chrome */
    -o-transform:translateY(-50%);
    z-index:1000;
}
.sidebar li{
    width:50px;
    height:50px;
    background-color: #EAEAEA;
    /*padding: 15px;*/
    position:relative;
    text-align:right;
    border-bottom: 1px solid #DBDBDB;
    transition:all 0.5s ease-in-out;
}
.sidebar li+li{
    /*border-top: 1px solid #DBDBDB;*/
}
.sidebar li+li i{
    /*border-top: 1px solid #DBDBDB;*/
    transition:all 0.5s ease-in-out;
}
.sidebar li:hover i{
    /*border: none;*/
    /*height:49px;*/
}
.sidebar li i{
    width:50px;
    height:49px;
    position: absolute;
    right:0;
    top:0;
    z-index:1100;
    background-color: #EAEAEA;

}
.sidebar li a{
    display:block;
    width:100%;
}
.sidebar li .text{
    width:220px;
    font-size:14px;
    color:#181818;
    font-weight: 600;
    position:absolute;
    left:50px;
    top:50%;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%); /* IE 9 */
    -moz-transform:translateY(-50%);    /* Firefox */
    -webkit-transform:translateY(-50%); /* Safari 和 Chrome */
    -o-transform:translateY(-50%);
    text-align:left;
    z-index:10;
}
.sidebar li .icon01{
    background:url('../images/aside-img01.png') no-repeat center #EAEAEA;
}
.sidebar li .icon02{
    background:url('../images/aside-img02.png') no-repeat center #EAEAEA;
}
.sidebar li .icon03{
    background:url('../images/aside-img03.png') no-repeat center #EAEAEA;
}
.sidebar li .icon04{
    background:url('../images/aside-img04.png') no-repeat center #EAEAEA;
}
.sidebar li .icon05{
    background:url('../images/aside-img05.png') no-repeat center #EAEAEA;
}
.sidebar:hover li{
    width: 250px;
}
.sidebar:hover li .text{
    left:30px;
}
.sidebar li:hover{
    background-color: #181818;
}
.sidebar li:hover .text{
    color: #FFFFFF;
}
.sidebar li:hover .icon01{
    background:url('../images/aside-img001.png') no-repeat center #181818;
}
.sidebar li:hover .icon02{
    background:url('../images/aside-img002.png') no-repeat center #181818;
}
.sidebar li:hover .icon03{
    background:url('../images/aside-img003.png') no-repeat center #181818;
}
.sidebar li:hover .icon04{
    background:url('../images/aside-img004.png') no-repeat center #181818;
}
.sidebar li:hover .icon05{
    background:url('../images/aside-img005.png') no-repeat center #181818;
}


/*关于我们------------------*/
.trust{
	width: 100%;
	height: 596px;
	background: url("../images/main-index-img06.jpg") no-repeat;
}
.trust-box{
	width: 1200px;
	margin: 0 auto;
	padding: 80px 0 0;
}
.trust-box .service{
	text-align: left;
	padding-top: 0;
	width: auto;
}
.trust-box .service h1{
	color: #FFFFFF;
}

.trust-box .left-box .text-content{
	padding-left: 30px;
}
.trust-box .left-box .text-content .title01{
	font-size: 22px;
	color: #FFFFFF;
}
.trust-box .left-box .text-content .title01 img{
	vertical-align: bottom;
}
.trust-box .left-box .text-content .p1{
        width: 600px;
	font-size: 14px;
	line-height: 22px;
	color: #CCD6E7;
	margin: 10px 0 30px;
}
.trust-box .left-box .text-content .more{
	display: inline-block;
	border: 1px solid #5C90C4;
	color: #CCD6E7;
	font-size: 14px;
	margin-top: 12px;
	width: 106px;
	height: 36px;
	line-height: 36px;
	text-align: center;
}
.trust-box .left-box .text-content .icon-box{
	margin-top: 35px;
}
.trust-box .left-box .text-content .icon-box li{
	float: left;
}
.trust-box .left-box .text-content .icon-box li+li{
	margin-left: 33px;
}
.trust-box .left-box .text-content .icon-box dd p{
	font-size: 17px;
	color: #FFFFFF;
	margin: 20px 0 12px;
}
.trust-box .left-box .text-content .icon-box dd span{
	font-size: 13px;
	color: #CCD6E7;
}
.trust-box .left-box .text-content .icon-box dt{
	width: 50px;
	height: 50px;
}

.trust-box .left-box .text-content ._more {
    display: inline-block;
    padding: 7px 24px;
    border: 1px solid #5C90C4;
    color: #CCD6E7;
    font-size: 14px;
    margin-top: 4px;
    border-radius: 40px;
}

.trust-box .left-box .text-content .icon-box .icon04{
	background: url("../images/main-index-icon04.png") no-repeat center;
}

.trust-box .left-box .text-content .icon-box .icon05{
	background: url("../images/main-index-icon05.png") no-repeat center;
}

.trust-box .left-box .text-content .icon-box .icon06{
	background: url("../images/main-index-icon06.png") no-repeat center;
}

.trust-box .img-box03{
	max-width: 81%;
}	
.trust-box .left-box .text-content .icon-box li+li{
		margin-left: 22px;
	}
/*友情链接-------------------------*/
.footer-tabs-container{
    background-color: #E9E9E9;

}
.footer-tabs-box{
    width:1220px;
    margin:0 auto;
    padding: 25px 0 12px;
}
.footer-link-box{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom:25px;
}
.footer-link-qq{
    font-size: 12px;
    color:#666;
    padding:10px 25px;
    background-color: #DEDEDE;
    border-radius: 25px;
}
.footer-tabs{
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}
.footer-tabs li{
    padding:8px 15px;
    background-color:#D3D3D3;
    color:#666666;
    position:relative;
    font-size: 13px;
    cursor:pointer;
}
.footer-tabs li+li{
    margin-left:10px;
}
.footer-tabs li.cur{
    color: #fff;
    background-color:#ADADAD;
}
.footer-tabs li i{
    position: absolute;
    bottom:-8px;
    left:50%;
    transform: translateX(-50%);
    -ms-transform:translateX(-50%);     /* IE 9 */
    -moz-transform:translateX(-50%);    /* Firefox */
    -webkit-transform:translateX(-50%); /* Safari 和 Chrome */
    -o-transform:translateX(-50%);
    width:0;
    height:0px;
    border-left:4px solid transparent;
    border-right:4px solid transparent;
    border-top:8px solid #ADADAD;
    display:none;
}
.footer-tabs-items{

  height:20px;
}
.footer-tabs-items ul{
    /*display:flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;*/
    padding-bottom: 12px;
}
.footer-tabs-items ul li a{
    font-size:13px;
    color:#999999;
}
/*视频案例-------*/
.bottom {
    margin: 20px auto 0;
    width: 1220px;
	margin-top:-23px;
}

.imgBox_01 dd {
    font-size: 15px;
}

.imgBox_01 dd span {
    font-size: 14px;
}

.imgBox_01 dd, .imgBox_02 dd {
    color: #333333;
}

.imgBox_01 dd h3{
	font-size: 14px;
	font-weight: normal;
	background:#EBEBEC;
	height:50px;
  line-height: 50px;
    text-align: center;
}

.imgBox_01 dd h3:hover {
	font-size: 14px;
	font-weight: normal;
	background:#e81d21;
	height:50px;
  line-height: 50px;
    text-align: center;  color: #fff;
}

.imgBox_01 dd:not(:last-child) {
    margin-top: 10px;
}

.imgBox_01 dl:nth-child(2), .imgBox_02 dl:nth-child(2) {
    margin: 0 20.5px;
}

.imgBox_01 span, .imgBox_02 span {
    color: #666666;
}

.imgBox_01 dl {
    width: 393px;
    border:1px solid #EBEBEC;

}
.imgBox_01 ul{width:100%;margin: 0 auto;}

.imgBox_01 li{width:381px;float: left;margin:10px;margin-bottom:20px;background:#fff;}

.imgBox_01 li .img{width: 100%;height:230px;display: block;border: 1px solid #eaeaea;border-bottom: none;overflow: hidden;box-sizing: border-box;text-align:center;transition: all .5s;}

.imgBox_01 li .img img{max-width:100%;max-height:100%;height:auto;margin: 0 auto;padding:2%;vertical-align:middle;}


.imgBox_02 li {
    overflow: hidden;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.imgBox_02 li i {
    display: inline-block;
    margin-right: 6px;
    width: 8px;
    height: 8px;
    border: 2px solid #C7C7C7;
    border-radius: 50%;
    vertical-align: middle;
}
.imgBox_02 li a {
    color: #666666;
    font-size: 14px;
    display: inline-block;
    width: 193px;

}
.imgBox_02 li a + a {
    margin-left: 20.5px;
}
.imgBox_02 dd {
    font-size: 15px;
}

.imgBox_02 dd span {
    font-size: 14px;
}

.imgBox_02 dd, .imgBox_02 dd {
    color: #333333;
}

.imgBox_02 dd h3{
	font-size: 14px;
	font-weight: normal;
	background:#EBEBEC;
	height:50px;
  line-height: 50px;
    text-align: center;
}

.imgBox_02 dd h3:hover {
	font-size: 14px;
	font-weight: normal;
	background:#e81d21;
	height:50px;
  line-height: 50px;
    text-align: center;  color: #fff;
}

.imgBox_02 dd:not(:last-child) {
    margin-top: 10px;
}

.imgBox_02 dl:nth-child(2), .imgBox_02 dl:nth-child(2) {
    margin: 0 20.5px;
}

.imgBox_02 span, .imgBox_02 span {
    color: #666666;
}

.imgBox_02 dl {
    width: 393px;
    border:1px solid #EBEBEC;

}

.imgBox_02 ul{width:100%;margin: 0 auto;}

.imgBox_02 li{width:211px;float: left;margin:10px;margin-bottom:20px;background:#fff;}

.imgBox_02 li .img{width: 100%;height:230px;display: block;border: 1px solid #eaeaea;border-bottom: none;overflow: hidden;box-sizing: border-box;text-align:center;transition: all .5s;}

.imgBox_02 li .img img{max-width:100%;max-height:100%;height:auto;margin: 0 auto;padding:2%;vertical-align:middle;}