/* 头部header start */

.header {
    height: 100px;
    line-height: 100px;
    /* background: pink; */
}
.one{
	background-image: url(/images/sy.png);
	background-size:100% 100%;
	position: relative;

}
.one .one-all{
	width: 1200px; margin: 0 auto;
}
.one .one-all .one-left{
	width: 59%;float: left;
}
.one .one-all .one-rig{
	width: 39%;float: right;
	margin-top: 65px;
}

input{
	width: 350px;
	height: 45px;
	border:none;
	border-radius: 3px 0 0 3px;
	background:#FFFFFF;
	display: inline-block;
	color: #999999;
	font-size: 16px;
	padding-left: 20px;
	top:50px;	

	
}
input:focus {
     outline:none;
  }
  
.ss{
	margin-top: -5px;
	margin-left: -5px;
}



/* header模块 end */


/* shortcut模块 start */

.shortcut {
    height: 60px;
    line-height: 60px;
    background-color: #0085e2;
}
.on{
	/* margin-left: -36px; */
	font-weight: bold;
}

.shortcut ul li {
    float: left;
    width: 113px;
    height: 60px;
    text-align: center;
    background-color: #0085e2;
}

.shortcut ul .on {
    background-color: #00A1E9;
}

.shortcut ul li a {
    color: #ffffff;
    font-size: 18px;
	letter-spacing: 2px;
}

.shortcut ul li:hover {
    background-color: #00A1E9;
}

.shortcut ul .about:hover,
.shortcut ul .about:hover .dropdown {
    background-color: #0085e2;
    z-index: 100;
    display: block;
}

.shortcut ul .about {
    position: relative;
}

.shortcut ul .about .dropdown {
    position: absolute;
    top: 59px;
    width: 100%;
    background-color: #0085e2;
    display: none;
}

.shortcut ul .about .dropdown a {
    display: block;
    background-color: #0085e2;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #0085e2;
}

.shortcut ul .about .dropdown a:hover {
    background-color: #0085e2;
}


/* shortcut模块 end  */


/* bg模块 start*/

.bg img {
    width: 100%;
}


/* bg模块 end */


/* newest模块 start */
.WeChat{
	height: 180px;
	width: 120px;
	float: right;
	margin-top: 260px;
	display: inline-block;
	
}
.WeChat img{
	height: 130px;
	width: 100px;
	display: inline-block;
	margin-top: 10px;
	position: fixed;
}
.gzh{
	font-size: 10px;
	display: inline-block;
	height: 40px;
	width: 108px;
}

.newest {
/*    padding-bottom: 40px; */

}

.newest .newest_hd {
    width: 100%;
    height: 86px;
    line-height: 86px;
    background: #f6f6f6;
    margin-bottom: 24px;
}

.newest button {
    width: 120px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    background-color: #00479d;
    margin-right: 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.newest .hd {
    font-size: 18px;
    color: #666;
    display: inline-block;
    margin-right: 120px;
}

.newest span {
    font-size: 14px;
    color: #999;
}

.newest_bd {
    height: 421px;
    /* border-bottom: 1px solid #dbdbdb; */
}

.newest_bd_left {
    position: relative;
    width: 595px;
    height: 421px;
    overflow: hidden;
}

.newest_bd_left .slide {
    margin-left: 10px;
}

.newest_bd_left .slide img {
    height: 421px;
    width: 100%;
}

.newest_bd_left .mask_01 {
    padding-left: 30px;
    width: 590px;
    height: 53px;
    line-height: 53px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    color: #fff;
}
.newest_bd_left .mask_01 a{
    color: #fff;
}
.newest_bd_left .mask_01 a:hover{
    color: #fff;
}
.newest_bd_right {
    width: 550px;
    margin-left: 40px;
}

.newest_bd_right .tab_list {
	width: 569px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #bfbfbf;
}
.newest_bd_right .tab_list li {
    font-size: 20px;
    color: #000000;
    display: block;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
}

.newest_bd_right .tab_list .current {
    font-size: 22px;
    color: #00a1e9;
    font-weight: bold;
    border-bottom: 4px solid #00a1e9;
    background: url(/images/tab_logo.png) no-repeat left center;
}

.newest_bd_right .tab_list ul li {
    float: left;
    margin-right: 30px;
    width: 140px;
    text-align: center;
}

.newest_bd_right .tab_list ul li:last-child {
    margin-right: 0;
}

.newest_bd_right .tab_content .item {
    display: none;
}

.newest_bd_right .tab_content .txt {
    width: 550px;
    padding-top: 10px;
    letter-spacing: 1px;
}

.newest_bd_right .tab_content .txt h3 a {
    font-size: 20px;
    color: #333;
    line-height: 40px;
}

.newest_bd_right .tab_content .txt p {
    font-size: 14px;
    color: #999;
    line-height: 25px;
}

.newest_bd_right .tab_content .txt p a {
    color: #02549e;
}

.newest_bd_right .tab_content ul li {
    width: 100%;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #dbdbdb;
    list-style: disc;
    margin-left: 15px;
	color:#00a1e9;
}

.newest_bd_right .tab_content ul li a {
    font-size: 16px;
    color: #333;
}

.newest_bd_right .tab_content ul li a span {
    float: right;
    color: #999;
    font-size: 16px;
}


/* newest模块 end */


/* system模块 start */

.system {
/*    padding: 70px 0 40px;
	width: 1200px;
	height: 40px;
	margin-bottom: 20px;
	background-color: #00479D; */
}

.system .h2 {
    text-align: center;
}

.system h2 {
    font-size: 26px;
    color: #02549e;
    margin-bottom: 56px;
}

.system ul li {
    width: 32%;
    height: 115px;
    margin-right: 16px;
    background: pink;
    float: left;
    padding: 20px 90px 0;
}

.system ul li .txt {
    margin-left: 30px;
    vertical-align: middle;
}

.system ul li .txt h4 {
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    font-weight: normal;
}

.system ul li .txt a {
    font-size: 16px;
    color: #fff;
    line-height: 22px;
}

.system ul li:first-child {
    background-color: #00a0e9;
}

.system ul li:nth-of-type(2) {
    background-color: #07b1a9;
}

.system ul li:last-child {
    margin-right: 0;
    background-color: #8f82bc;
}


/* newest模块 end */


/* company模块 start */

.floor1 {
    background-color: white;
    width: 100%;
    padding: 0;
	margin-top: 25px;
}

.floor1 .w {
    height: 400px;
    position: relative;
    padding: 0;
    background: #fff;
}

.floor1 .w .company {
    width: 350px;
	height: 370px;
	position: relative;
}
.floor4.w.clearfix{
	background-color: #f8f9fb;
	width: 100%;
	height: 205px;
}

.company_hd {
    height: 54px;
    line-height: 49px;
    border-bottom: 1px solid #c9c9c9;
    padding-left: 0;
    color: #02549e;
    font-size: 22px;
/*    background: url(/images/company_icon.png) no-repeat left center; */
}

.company_hd a {
    font-size: 15px;
    color: #949494;

}

.data_hd {
/*    background: url(/images/data_icon.png) no-repeat left center; */
}

.company_hd span {
    font-size: 16px;
    color: #b0b0b0;
}
.company_bd{
	margin-top: 20px;
	}

.company_bd .img {
    padding: 26px 0;
}
.company_bd .p_title {
    font-size: 20px;
    color: #000000;
	height:40px;
	line-height: 40px;
}
.company_bd .p_con {
	line-height: 26px;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* .company_bd a {
    display: block;
    width: 124px;
    height: 34px;
    line-height: 34px;
    margin-top: 40px;
    background-color: #02549e;
    color: #fff;
    font-size: 15px;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
} */


/* data_download模块制作 */

.data_download {
    margin-left: 42px;
    width: 415px;
	height: 384px;
}

.data_bd {
    margin-top: 15px;
}
.jyjl{
	width: 415px;
	height: 124px;
	background-color: #f9f9f9;
}
.jyjl img{
	width: 140px;
	height: 118px;
	position: relative;
	margin-right: 13px;
	
}
.jyjl a{
	position: absolute;
}
.red{
	width: 415px;
	height: 45px;
	line-height: 45px;
	background-color: #fef2f4;
	margin-top: 5px; 
}
.red1{
	width: 38px;
	height: 30px;
	line-height: 30px;
	background-color: #fd8877;
	color: white;
	text-align: center;
	border:none;
	border-radius: 3px;
	margin-left: 8px;
	position: relative;
	display: inline-block;
	margin-top: 8px;
	font-size: 16px;
}
.red a{
	padding-left: 5px;
	color: #000000;
}
.bule{
	width: 415px;
	height: 45px;
	line-height: 45px;
	background-color: #f2fafd;
	margin-top: 5px; 
	
}
.bule1{
	width: 38px;
	height: 30px;
	line-height: 30px;
	background-color: #0085e1;
	color: white;
	text-align: center;
	border:none;
	border-radius: 3px;
	margin-left: 8px;
	position: relative;
	display: inline-block;
	margin-top: 8px;
}
.bule a{
	padding-left: 5px;
	color: #000000;
}
.black{
	width: 415px;
	height: 45px;
	line-height: 45px;
	background-color: #f4f1f8;
	margin-top: 5px; 
}
.black1{
	width: 38px;
	height: 30px;
	line-height: 30px;
	background-color: #8c97cc;
	color: white;
	text-align: center;
	border:none;
	border-radius: 3px;
	margin-left: 8px;
	position: relative;
	display: inline-block;
	margin-top: 8px;
}
.black a{
	padding-left: 5px;
	color: #000000;
}
.green{
	width: 415px;
	height: 45px;
	line-height: 45px;
	background-color: #f4fbf4;
 	margin-top: 5px; 
}
.green1{
	width: 38px;
	height: 30px;
	line-height: 30px;
	background-color: #15b5b0;
	color: white;
	text-align: center;
	border:none;
	border-radius: 3px;
	margin-left: 8px;
	position: relative;
	display: inline-block;
	margin-top: 8px;
}
.green a{
	padding-left: 5px;
	color: #000000;
}
.data_bd ul li {
    position: relative;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #dbdbdb;
    padding-left: 15px;
    padding-right: 20px;
}

.data_bd ul li::before {
    position: absolute;
    top: 20px;
    left: 0;
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #02549e;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 6px;
}

.data_bd ul li a {
    font-size: 15px;
    color: #666;
}

.data_bd ul li a span {
    font-size: 12px;
    color: #666;
    float: right;
}

.data_bd ul li a:hover {
    color: #00a1e9;
}

.data_bd ul li a:hover span {
    color: #00a1e9;
}


/* data_load模块 end */


/* approval模块 end */

.approval {
    margin-left: 43px;
    width: 350px;
    margin-top: 5px;
	height: 378px;
	/* background: url(/images/sjdw.png); */
	background-size:100% 100%;
}
.approval img{
	width: 350px;	
	height: 200px;
}
.button{
	width: 350px;
	height: 189px;
	background-color: #4489ca;
	padding: 20px;
	color: white;
	letter-spacing: 1px;
	line-height: 26px;
}
.button .jj-a{
	margin-top: 20px;
}
.button .jj-a a{
	color: #dedf73;
}
.jj{
	width: 220px;
	height: 50px;
	margin-top: -50px;
	font-size: 20px;
	color: white;
	font-weight: bold;
	
	
}

.jj p{
	z-index: 999;
	padding-left:40px;
	width: 240px;
	background-image: linear-gradient(to right,rgba(243,161,53,1),rgba(246,122,58,1),rgba(210,107,66,0.6));  
/* 	background-image: linear-gradient(to right, rgba(243,161,53,1),rgba(243,161,53,0.8),rgba(243,161,53,0.6),rgba(243,161,53,0.4),rgba(243,161,53,0.2),rgba(243,161,53,0.1)); */
	height: 50px;
	line-height: 50px;
	font-size: 26px;
	letter-spacing: 4px;
	/* background:#BA8B00; */
	position: absolute;
	
}

.approval li {
    width: 288px;
    height: 124px;
    margin-bottom: 10px;
}

.approval li .img img {
    width: 330px;
    height: 356px;
}

.approval li .txt {
    text-align: center;
    width: 134px;
    height: 124px;
    background-color: #f6f6f6;
    padding-top: 45px;
}

.approval li .txt a {
    display: block;
    font-weight: normal;
    font-size: 17px;
    color: #333;
}

.approval li .txt a span {
    color: #8f8f8f;
    font-size: 12px;
}


/* floor1模块 end */


/* floor2模块 start */

.engineer_hd {

}

.wrap {
    width: 1200px;
    height: 320px;
    position: relative;
    margin-top: 22px;
}

.wrap .list {
    height: 320px;
    width: 562px;
    position: relative;
}

.wrap .list .item1 {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    overflow: hidden;
}

.wrap .list .item1 img {
    height: 100%;
    width: 100%;
}

.wrap .btn {
    width: 126px;
    height: 23px;
    position: absolute;
    right: 0;
    background: #dcdcdc;
    color: #745757;
    font-family: "icomoon";
    font-size: 14px;
}

#goPre {
    top: 0;
}

#goNext {
    bottom: 0;
}

.btn:hover {
    background: #02549e;
    color: #fff;
}

.item1.active {
    z-index: 8;
}

.pointList {
    position: absolute;
    right: 0px;
    top: 27px;
    z-index: 9;
}

.point {
    position: relative;
    width: 126px;
    height: 85px;
    margin-bottom: 3px;
    overflow: hidden;
}

.point img {
    height: 100%;
    width: 100%;
}

.point.active {
    border: 2px solid #0068b7;
}

.item1.active .mask_03 {
    display: block;
}

.mask_03 {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 562px;
    height: 45px;
    line-height: 45px;
    background: rgba(0, 0, 0, 0.6);
    padding-left: 45px;
    color: #f5f5f5;
    font-size: 12px;
    letter-spacing: 1px;
}

.floor2 {
    padding: 0;
    height: 280px;
}

.engineer {
    width: 700px;
    margin-right: 30px;
}

.contact_hd {
/*    background: url(/images/contact_icon.png) no-repeat left center; */
}

.contact {
    width: 470px;
}

.contact_bd {
    width: 470px;
    height: 320px;
    /* overflow: hidden; */
    margin-top: 22px;
    position: relative;
}

.address {
    position: relative;
    width: 470px;
    height: 320px;
}

.address_info {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 145px;
    width: 100%;
    padding: 30px 12px 15px 12px;
    background: #eee;
}

.address_info ul {
    margin: 0 auto;
}

.address_info ul li {
    float: left;
    width: 32%;
    text-align: center;
    margin-right: 10px;
}

.address_info ul li:last-child {
    margin-right: 0;
}

.address_info ul li:nth-child(2) {
    width: 30%;
    border-left: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
}

.address_info ul li .address_icon {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-family: "icomoon";
    color: #fff;
    font-size: 22px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.address_info ul li em {
    font-size: 14px;
    color: #414141;
}


/* floor2模块 end */


/* floor3模块 start */

.floor3 {
    margin-bottom: 40px;
}

.expect_hd {
    margin: 30px 0;
}


/* 
.expect_hd .carousel-control-prev {
    height: 200px;
    width: 200px;
    background-color: #00479d;
}

.expect_hd .carousel-control-next {
    height: 200px;
    width: 200px;
    background-color: #00479d;
} */

.carousel-inner img {
    width: 180px;
    height: 262px;
}

.carousel {
    width: 1200px;
    margin: 0 auto;
    /* background-color: pink; */
}


/* .carousel-item {
    margin-left: 35px;
} */

.carousel-item img {
    margin-right: 10px;
}

.carousel-item #lastone {
    margin-right: 0px;
}

/* .expect_bd .carousel_bd {
    position: relative;
}

.expect_bd .carousel_bd .txt {
    position: absolute;
    bottom: 0;
    height: 48px;
    width: 180px;
    line-height: 48px;
    font-size: 21px;
    text-align: center;
    color: #fff;
    background: rgba(230, 120, 50, 0.8);
} */


.expect_hd {
  background: url(/images/expect_icon.png) no-repeat left center;
}
.content_ryleft{float:left;margin-top: 50px; width:50px; height: 160px; background-color: #4489ca;color: #ffffff;font-size: 20px;padding: 10px;letter-spacing: 4px; text-align: center;-webkit-writing-mode: vertical-rl;writing-mode: vertical-rl;}
.expect_bd {
  margin-top: 50px;
  float:left;width:1130px;margin-left: 10px;
}
.expect_bd .slide {
  /* width: 180px; */
  height: 160px;
  border: 1px solid #dbdbdb;
  overflow: hidden;
  position: relative;
}
.expect_bd .slide img {
  width: 100%;
  height: 100%;
}
.expect_bd .slide .mask_02 {
  position: absolute;
  bottom: 0;
  height: 48px;
  width: 200px;
  line-height: 48px;
  font-size: 21px;
  text-align: center;
  color: #fff;
  background: rgba(230, 120, 50, 0.8);
}

/* 
.expect_bd .slide {
  
  height: 264px;
  border: 1px solid #dbdbdb;
  overflow: hidden;
  position: relative;
}

.expect_bd .slide img {
  width: 100%;
  height: 100%;
}

.expect_bd .slide .mask_02 {
  position: absolute;
  bottom: 0;
  height: 48px;
  width: 180px;
  line-height: 48px;
  font-size: 21px;
  text-align: center;
  color: #fff;
  background: rgba(230, 120, 50, 0.8);
} */

/* floor3模块 end */


/* floor4模块 start */

.links_hd {
/*    background: url(/images/links_icon.png) no-repeat left center; */
    border-bottom: none;
}

.links_bd {
    width: 1203px;
    height: 205px;
    border: 1px solid #dbdbdb;
    margin-top: 25px;
    margin-bottom: 40px;
	margin: 0 auto;
}

.links_bd ul li {
    float: left;
    width: 240px;
    height: 102px;
    line-height: 102px;
    text-align: center;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.links_bd ul li:nth-child(5 + n) {
    border-bottom: 0;
}

.links_bd ul li:nth-child(5n) {
    border-right: 0;
}

.links_bd ul li a {
    display: block;
}
/* .yqlj{
	width: 1210px;
	height: 40px;
	background-color: white;
	font-size: 21px;
	margin-left: 345px;
	color: #2e71ae;
} */
.ME{
	background-color: #f8f9fb;
	width: 100%;
	height: 220px;
}
.message{
	background-color: #f8f9fb;
	width: 1200px;
	height: 220px;
	margin: 0 auto;
	}

.message1{
		background-color: #ffffff;
		width: 176px;
		height: 50px;
		line-height: 50px;
		color: #000000;
		display:inline-block;
		text-align: center;
		margin: 30px 0 0 12px; 
		border-top-left-radius:3px;
		border-top-right-radius: 3px;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		border: 1px solid #e3e3e3;

		
	}
.message1 a{
		color: #333333;

		
	}
.message2{
	background-color: #ffffff;
	width: 150px;
	height: 30px;
	color: #000000;
	display:inline-block;
	text-align: center;
	margin-left: 15px;
	border-top-left-radius:3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border: 1px solid #e3e3e3;
}
.message3{
	background-color: #ffffff;
	width: 150px;
	height: 30px;
	color: #000000;
	display:inline-block;
	text-align: center;
	margin-left: 15px;
	border-top-left-radius:3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border: 1px solid #e3e3e3;
}
.message4{
	background-color: #ffffff;
	width: 150px;
	height: 30px;
	color: #000000;
	display:inline-block;
	text-align: center;
	margin-left: 15px;
	border-top-left-radius:3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border: 1px solid #e3e3e3;
}
.message5{
	background-color: #ffffff;
	width: 150px;
	height: 30px;
	color: #000000;
	display:inline-block;
	text-align: center;
	margin-left: 15px;
	border-top-left-radius:3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border: 1px solid #e3e3e3;
}
.message6{
	background-color: #ffffff;
	width: 150px;
	height: 30px;
	color: #000000;
	display:inline-block;
	text-align: center;
		margin-left: 15px;
		border-top-left-radius:3px;
		border-top-right-radius: 3px;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		border: 1px solid #e3e3e3;
}
.message7{
	background-color: #ffffff;
	width: 150px;
	height: 30px;
	color: #000000;
	display:inline-block;
	text-align: center;
	margin: 42px 0 0 10px;
	border-top-left-radius:3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border: 1px solid #e3e3e3;
}
.message8{
	background-color: #ffffff;
	width: 150px;
	height: 30px;
	color: #000000;
	display:inline-block;
	text-align: center;
	margin: 0 0 0 15px;
	border-top-left-radius:3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border: 1px solid #e3e3e3;
}
.message9{
	background-color: #ffffff;
	width: 150px;
	height: 30px;
	color: #000000;
	display:inline-block;
	text-align: center;
	margin-left: 15px;
	border-top-left-radius:3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border: 1px solid #e3e3e3;
}
.message10{
	background-color: #ffffff;
	width: 150px;
	height: 30px;
	color: #000000;
	display:inline-block;
	text-align: center;
	margin-left: 15px;
	border-top-left-radius:3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border: 1px solid #e3e3e3;
}

.slider_fc{width: 1200px;margin: 0 auto;}
.video-item{margin-bottom:10px;}
.video-item .item-thumbnail{position:relative;overflow:hidden;height:97%;}
.video-item .item-thumbnail .big {width:273px;height:200px;padding: 4px;}
.video-item .item-thumbnail .small {width:129px;height:99px;padding:4px;}

#head-carousel .container{padding-top:0;}
#head-carousel .video-item{float:left;width:273px;height:200px;opacity:.5;transition: all .3s ease-in .1s;border-top: 1px solid #dedede;border-right: 1px solid #dedede; border-bottom: 1px solid #dedede;}
#head-carousel .is-carousel{position:relative;margin: 0px;height: 200px;overflow:hidden;}
#head-carousel .is-carousel .carousel-button{position:absolute;opacity:0;transition:all .2s ease;left:40px;right:40px;top:50%;margin-top:-20px;z-index:3;height:0;}
#head-carousel .is-carousel .carousel-content{position:absolute;z-index:0;height: 200px;overflow:hidden;}
#head-carousel .is-carousel .carousel-button a{width:40px;height:40px;line-height:40px;text-align:center;border-style:solid;border-width:1px;border-radius:3px;font-size:22px;}
#head-carousel .is-carousel .carousel-button a:hover{text-decoration:none;}
#head-carousel .is-carousel .carousel-button .prev{float:left;}
#head-carousel .is-carousel .carousel-button .next{float:right;}

#head-carousel #metro-carousel .video-item{opacity:1;width:auto;}
#head-carousel #metro-carousel .video-item > .video-item{width: 126px;height: 99px;margin:0;clear:both;}

#head-carousel #metro-carousel.is-carousel .carousel-button{position: absolute;left: 0px;right: 0px;top: 0;margin-top: 0;z-index: 2;height: 0;opacity: 0;transition:all .2s ease;}
#head-carousel #metro-carousel.is-carousel:hover .carousel-button{opacity:1;}
#head-carousel #metro-carousel.is-carousel .carousel-button a{border:none;border-radius:0;background:rgba(220,220,220,.5);height:194px;line-height:194px;color:inherit;}
#head-carousel #metro-carousel.is-carousel .carousel-button a:hover{color:#f9c73d;}

.img-group {  position: relative;  display: inline-block;} 
.img-group img {  width:120px;height: 198px;}     
.img-tip {  position: absolute;  bottom: 0;  color: #FFFFFF; display: none;}        
.img-tip {  display: block;  width: 85%; height: 80%; text-align: center;padding-top: 10px;margin: 0 10px;}