@charset "utf-8";
/* CSS Document */

body { width: 100%; min-width: 1200px; font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif; overflow-x: hidden; }
img { max-width: 100%; }

.container { width: 1200px; min-width: 1200px; margin-left: auto; margin-right: auto; }
.bg-f7{
	background: #f7f7f7;
}
.f0{
	font-size: 0;
}

/* ===============public=================== */

/* header */
.header{
	width: 100%;
	min-width: 1200px;
	background: url('../images/header-bg.jpg') center center no-repeat;
	background-size: cover;
	padding: 15px 0;
}
.logo,.logo img{
	width: 289px;
	height: 90px;
}
.header-search{
	margin-top: 11px;
	margin-left: 150px;
}
.header-search .div-txt{
	font-size: 16px;
	line-height: 16px;
	color: #333;
	margin-bottom: 15px;
}
.header-search .put-01{
	width: 240px;
	height: 34px;
	line-height: 34px;
	padding: 0 9px;
	background: #fff;
	border: 1px solid #e7e6e6;
	border-radius: 3px;
}
.header-search .put-01::-webkit-input-placeholder { color: #666; }
.header-search .put-01:-moz-placeholder { color: #666; opacity: 1; }
.header-search .put-01::-moz-placeholder { color: #666; opacity: 1; }
.header-search .put-01:-ms-input-placeholder { color: #666; }
.header-search .but-01{
	width: 60px;
	height: 36px;
	background: #ff0000;
	border: 1px solid #ff0000;
	font-size: 14px;
	color: #fff;
	border-radius: 3px;
	margin-left: 5px;
}
.header-call{
	margin-top: 17px;
	padding-left: 60px;
	font-size: 14px;
	color: #333;
	line-height: 28px;
}
.header-call .mg-icon{
	float: left;
	margin-left: -60px;
	margin-top: 4px;
}
.header-call b{
	font-size: 24px;
	font-family: "Arial";
}

/* nav */
.nav{
	padding: 8px 0;
	background-color: #222;
}
.nav ul li{
	float: left;
	text-align: center;
}
.nav ul li a{
	display: block;
	width: 120px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #fff;
}



.nav ul li a.on,.nav ul li a:hover{
	background: url('../images/nav-bg.png') center center no-repeat;
}






/* footer */
.footer{
	width: 100%;
	min-width: 1200px;
	background: url('../images/footer-bg.jpg') repeat;
	border-top: 3px solid #ff0000;
}
.footer-logo{
	background: url('../images/bg-02.png') center center no-repeat;
}
.footer-logo .mg-logo{
	width: 100px;
	height: 101px;
	-webkit-animation: f_logo 2s linear 0s infinite;
    -moz-animation: f_logo 2s linear 0s infinite;
    animation: f_logo 2s linear 0s infinite;
}
@keyframes f_logo
{
	from {
		transform: rotateY(0deg);
	}
	to {
		transform: rotateY(360deg);
	}
}
.footer-txt{
	font-size: 16px;
	color: #ccc;
	line-height: 20px;
	margin-top: 15px;
}
.footer-copy{
	font-size: 14px;
	color: #999;
	line-height: 24px;
	margin-top: 25px;
}


.footer-share{
	text-align: center;
	margin-top: 10px;
}
.footer-share .bdshare-button-style0-16{
	display: inline-block;
}
.footer-share .bdshare-button-style0-16 a{
	width: 32px;
	height: 32px;
	line-height: 32px;
	margin: 0 7px;
}
.footer-share .bdshare-button-style0-16 .bds_sqq{
	background: url('../images/icon-02.png') center center no-repeat;
}
.footer-share .bdshare-button-style0-16 .bds_weixin{
	background: url('../images/icon-03.png') center center no-repeat;
}
.footer-share .bdshare-button-style0-16 .bds_tsina{
	background: url('../images/icon-04.png') center center no-repeat;
}


/* 返回顶部 */
.return-top{
	position: fixed;
	right: 2%;
	bottom: 5%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	background: url('../images/bg-01.png') center center no-repeat;
	z-index: 80;
	cursor: pointer;
	display: none;
}
.return-top .mg-icon{
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -20px;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}
.return-top:hover img{
	-webkit-transform:translateY(-5px) rotateY(180deg);
	-moz-transform:translateY(-5px) rotateY(180deg);
	-o-transform:translateY(-5px) rotateY(180deg);
	transform:translateY(-5px) rotateY(180deg);
}

/* 分页 */
.pages a{
	display: inline-block;
	font-size: 14px;
	color: #222;
	min-width: 26px;
	padding: 0 5px;
	height: 36px;
	line-height: 36px;
	background-color: #e5e5e5;
	margin: 0 10px;
	border-radius: 36px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.pages a.ling{
	width: 110px;
	background-color: #e6e6e6;
}
.pages a:hover,.pages a.on{
	color: #fff;
	background-color: #ff0000;
}




/* ====================index======================== */

.banner{
	width: 100%;
	min-width: 1200px;
}
.banner .span-bg{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 34px;
	background: url('../images/bg-bbg.png') center top repeat-x;
	z-index: 12;
}
.banner .span-mc-l,
.banner .span-mc-r{
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 10;
	background: url('../images/bg-bmc.png') repeat;
}
.banner .span-mc-l{
	left: 0;
	right: 50%;
	margin-right: 600px;
}
.banner .span-mc-r{
	right: 0;
	left: 50%;
	margin-left: 600px;
}
.banner-slide{
	width: 1200px;
	margin-left: -1200px;
}
.banner-slide .bd{
	margin-left: -900 !important;
}
.banner-slide .prev,.banner-slide .next{
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 2;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 11;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.banner-slide .prev{
	right: 50%;
	margin-right: 620px;
	background: url('../images/arrow-left1.png') center center no-repeat;
}
.banner-slide .prev:hover{
	display: block;
	background: url('../images/arrow-left1h.png') center center no-repeat;
}
.banner-slide .next{
	left: 50%;
	margin-left: 620px;
	background: url('../images/arrow-right1.png') center center no-repeat;
}
.banner-slide .next:hover{
	display: block;
	background: url('../images/arrow-right1h.png') center center no-repeat;
}
.banner-slide .bd .tempWrap{
	overflow: visible !important;
}
.banner-slide .bd li{
	width: 1200px;
	height: 650px;
}
.banner-slide .bd li a,.banner-slide .bd li a img{
	width: 1200px;
	height: 650px;
}
.banner-slide .slider .bd ul{ margin-left:-650px !important;  }


.index-recommend{
	width: 100%;
	min-width: 1200px;
	padding-top: 60px;
	background: url('../images/bg-04.jpg') top left no-repeat;
}
.index-title b{
	font-size: 30px;
	line-height: 30px;
	color: #333;
}
.index-title .span-en{
	font-size: 12px;
	color: #999;
	line-height: 12px;
	text-transform: uppercase;
	margin-top: 9px;
}
.index-title img{
	margin-top: 8px;
}

.index-tab{
	margin-top: 30px;
}
.index-tab a{
	position: relative;
	display: inline-block;
	margin: 0 5px;
	min-width: 100px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	border-radius: 3px;
	background-color: #e5e5e5;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.index-tab a span{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 50%;
	left: 50%;
	z-index: 0;
	border-radius: 3px;
	background-color: #e5e5e5;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.index-tab a bdo{
	position: relative;
	z-index: 1;
}
.index-tab a.on,.index-tab a:hover{
	color: #fff;
}
.index-tab a.on span,.index-tab a:hover span{
	left: 0;
	right: 0;
	background-color: #ff0000;
}

.index-tab-nr{
	margin-left: -10px;
	margin-right: -10px;
}
.index-tab-nr .div-nr-01{
	display: none;
}
.index-tab-nr .div-nr-01:first-child{
	display: block;
}
.index-recommend-a1{
	position: relative;
	margin: 0 10px;
	padding-bottom: 100px;
	overflow: hidden;
}
.index-recommend-a1 .span-img,.index-recommend-a1 .span-img img{
	width: 285px;
	height: 315px;
}
.index-recommend-a1 .span-img img{
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.index-recommend-a1 .span-txt{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding-top: 26px;
	background: #f5f5f5;
	padding-bottom: 25px;
}
.index-recommend-a1 .span-txt b{
	font-size: 20px;
	color: #333;
	line-height: 20px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.index-recommend-a1 .span-txt .bdo-price{
	font-size: 16px;
	color: #666;
	line-height: 16px;
	margin-top: 13px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.index-recommend-a1 .span-txt img{
	height: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.index-recommend-a1:hover .span-txt{
	background: url('../images/bg-05.jpg') center center repeat;
}
.index-recommend-a1:hover .span-txt b,.index-recommend-a1:hover .span-txt .bdo-price{
	color: #fff;
}
.index-recommend-a1:hover .span-txt img{
	height: 34px;
	margin-top: 18px;
}
.index-recommend-a1:hover .span-img img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1); 
}

.index-more{
	position: relative;
	width: 148px;
	height: 48px;
	border: 1px solid #f0f0f0;
	border-radius: 50px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	color: #333;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.index-more span{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 50%;
	left: 50%;
	z-index: 0;
	border-radius: 50px;
	background-color: #e5e5e5;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.index-more bdo{
	position: relative;
	z-index: 1;
}
.index-more:hover{
	color: #fff;
}
.index-more:hover span{
	left: 0;
	right: 0;
	background-color: #ff0000;
}

.index-team{
	margin-top: 60px;
}

.index-team-slide{
	padding-top: 30px;
}
.index-team-slide .swiper-slide{
	width: 340px;
}
.index-team-slide .swiper-pagination{
	position: static;
	margin-top: 25px;
}
.index-team-slide .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: url('../images/bg-07.png') center center no-repeat;
	opacity: 1;
	margin: 0 6px;
}
.index-team-slide .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: url('../images/bg-07h.png') center center no-repeat;
}
.index-team-slide.swiper-container-3d .swiper-slide-shadow-left,.index-team-slide.swiper-container-3d .swiper-slide-shadow-right{
	height: 340px;
}
.index-team-a1 .span-img,.index-team-a1 .span-img img{
	width: 340px;
	height: 340px;
}
.index-team-a1 .span-txt{
	line-height: 22px;
	width: 288px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}
.index-team-a1 .span-txt .b-name{
	font-size: 20px;
	color: #333;
	line-height: 24px;
	margin-top: 18px;
}
.index-team-a1 .span-txt .bdo-des{
	margin-top: 13px;
	font-size: 14px;
	color: #666;
	height: 44px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.index-team-slide .swiper-slide-active .index-team-a1 .span-txt{
	display: block;
}


.index-fast{
	width: 100%;
	min-width: 1200px;
	height: 358px;
	margin-top: 155px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 142px;
	color: #fff;
}
.index-fast-title{
	padding-left: 24px;
	background: url('../images/line-01.jpg') left center no-repeat;
}
.index-fast-title .b-cn{
	font-size: 30px;
	line-height: 30px;
}
.index-fast-title .span-en{
	text-transform: uppercase;
	font-size: 12px;
	color: #999;
	line-height: 12px;
	margin-top: 8px;
}
.index-fast-txt{
	font-size: 18px;
	line-height: 30px;
	margin-top: 34px;
}
.index-fast-a1{
	margin-top: 35px;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #ff0000;
	border-radius: 5px;
	font-size: 18px;
	color: #fff;
}
.index-fast-img{
	position: absolute;
	right: -7px;
	top: -298px;
}

.index-news{
	padding: 60px 0;
	background: url('../images/bg-03.jpg') left top repeat;
}
.index-news-list{
	width: 620px;
}
.index-news-list li{
	padding: 14px 0 15px 101px;
	border-bottom: 1px dotted #ccc;
}
.index-news-list li:first-child{
	padding-top: 0;
}
.index-news-list li .div-date{
	width: 101px;
	margin-left: -101px;
	color: #5a5a5a;
	font-family: "Arial";
}
.index-news-list li .div-date .b1{
	font-size: 60px;
	line-height: 60px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.index-news-list li .div-date .span-01{
	font-size: 14px;
	line-height: 14px;
}
.index-news-list li .div-details{
	width: 480px;
	padding-left: 20px;
	border-left: 1px solid #c8c8c8;
	line-height: 22px;
	padding-top: 4px;
}
.index-news-list li .div-details .div-title a{
	max-width: 100%;
	height: 22px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.index-news-list li .div-details .div-des{
	font-size: 14px;
	color: #666;
	height: 44px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 9px;
}

.index-news-list li:hover .div-date .b1,.index-news-list li:hover .div-title a{
	color: #ff0000;
}

.index-news-slide{
	position: relative;
	width: 560px;
}
.index-news-slide .prev,.index-news-slide .next{
	position: absolute;
	top: 145px;
	z-index: 2;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 11;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.index-news-slide .prev{
	left: 20px;
	background: url('../images/arrow-left1.png') center center no-repeat;
}
.index-news-slide .prev:hover{
	display: block;
	background: url('../images/arrow-left1h.png') center center no-repeat;
}
.index-news-slide .next{
	right: 20px;
	background: url('../images/arrow-right1.png') center center no-repeat;
}
.index-news-slide .next:hover{
	display: block;
	background: url('../images/arrow-right1h.png') center center no-repeat;
}
.index-news-a1 .span-img,.index-news-a1 .span-img img{
	width: 560px;
	height: 430px;
}
.index-news-a1 .span-img img{
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.index-news-a1 .span-details{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('../images/bg-mc1.png') repeat;
	height: 90px;
}
.index-news-a1 .span-details .bdo-date{
	width: 100px;
	background-color: #ff0000;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	padding-top: 5px;
	height: 95px;
}
.index-news-a1 .span-details .bdo-date .b-day{
	font-size: 60px;
	line-height: 60px;
	font-family: "Arial";
}
.index-news-a1 .span-details .bdo-details{
	width: 415px;
	color: #fff;
	margin-right: 24px;
	line-height: 20px;
	padding-top: 20px;
}
.index-news-a1 .span-details .bdo-details .b1{
	font-size: 18px;
	height: 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.index-news-a1 .span-details .bdo-details .i1{
	font-style: normal;
	font-size: 14px;
	height: 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-top: 10px;
}
.index-news-a1:hover .span-img img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}


.index-partner{
	padding-top: 60px;
	padding-bottom: 60px;
}
.index-partner-slide{
	padding-top: 20px;
	margin-left: -10px;
	margin-right: -10px;
}
.index-partner-slide .hd{
	text-align: center;
	margin-top: 26px;
}
.index-partner-slide .hd li li{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url('../images/bg-07.png') center center no-repeat;
	cursor: pointer;
	font-size: 0;
	margin: 0 6px;
}
.index-partner-slide .hd li li.on{
	background: url('../images/bg-07h.png') center center no-repeat;
}
.index-partner-slide .bd li{
	float: left;
}
.index-partner-a1 .span-img,.index-partner-a1 .span-img img{
	width: 224px;
	height: 80px;
}
.index-partner-a1 .span-img{
	margin: 10px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.index-partner-a1 .span-txt{
	font-size: 14px;
	line-height: 20px;
	color: #333;
	height: 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.index-partner-a1:hover .span-img{
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, .1);  
    -moz-box-shadow:0 0 10px rgba(0, 0, 0, .1);  
    box-shadow:0 0 10px rgba(0, 0, 0, .1); 
}

.index-contact{
	padding: 100px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.index-contact-form{
	width: 540px;
}
.index-contact-form-list{
	padding-top: 20px;
}
.index-contact-form-list li{
	background-color: #fff;
	border-radius: 5px;
	margin-top: 20px;
}
.index-contact-form-list li .span-title{
	width: 120px;
	padding-left: 10px;
	line-height: 50px;
	font-size: 16px;
	color: #333;
}
.index-contact-form-list li .span-title bdo{
	color: #ff0000;
}
.index-contact-form-list li .put-01{
	background: none;
	border: none;
	outline: none;
	width: 400px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #333;
}
.index-contact-form-list li .text-01{
	background: none;
	border: none;
	outline: none;
	resize: none;
	width: 400px;
	height: 140px;
	line-height: 20px;
	padding: 15px 0;
	font-size: 14px;
	color: #333;
}
.index-contact-form-list li .put-01::-webkit-input-placeholder,.index-contact-form-list li .text-01::-webkit-input-placeholder { color: #999; }
.index-contact-form-list li .put-01:-moz-placeholder,.index-contact-form-list li .text-01:-moz-placeholder { color: #999; opacity: 1; }
.index-contact-form-list li .put-01::-moz-placeholder,.index-contact-form-list li .text-01::-moz-placeholder { color: #999; opacity: 1; }
.index-contact-form-list li .put-01:-ms-input-placeholder,.index-contact-form-list li .text-01:-ms-input-placeholder { color: #999; }

.index-contact-us{
	width: 355px;
}
.index-contact-form-list li.li1{
	background: none;
}
.index-contact-form-list li .but-01{
	background: none;
	border: none;
	outline: none;
	width: 170px;
	height: 50px;
	line-height: 50px;
	background-color: #ff0000;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}

.index-contact-us .div-name{
	font-size: 16px;
	color: #ccc;
	font-weight: bold;
	line-height: 20px;
	margin-top: 38px;
}
.index-contact-list{
	padding-left: 42px;
	font-size: 14px;
	color: #ccc;
	line-height: 20px;
	margin-top: 35px;
	min-height: 200px;
}
.index-contact-list li{
	margin-top: 10px;
}
.index-contact-list li:first-child{
	margin-top: 0;
}
.index-contact-list .span-01{
	width: 42px;
	margin-left: -42px;
}

.index-contact-ewm{
	margin-left: -37px;
	margin-right: -37px;
}
.index-contact-ewm .div-01{
	margin: 20px 37px 0;
	font-size: 14px;
}
.index-contact-ewm .div-01 .span-img,.index-contact-ewm .div-01 .span-img img{
	width: 140px;
	height: 140px;
}
.index-contact-ewm .div-01 .span-img{
	margin-bottom: 10px;
}



/* ====================02_关于铜博======================== */
.banner-inside{
	width: 100%;
	min-width: 1200px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner-inside-word{
	height: 276px;
	background: url('../images/bg-bmc.png') repeat;
	color: #fff;
	padding-top: 124px;
}
.banner-inside-word .span-cn{
	font-size: 20px;
	line-height: 20px;
}
.banner-inside-word .span-en{
	font-size: 60px;
	line-height: 60px;
	font-family: "Arial";
	margin-top: 28px;
}
.banner-inside-word img{
	margin-top: 17px;
}

.about-intro{
	margin-top: 60px;
	margin-bottom: 60px;
}
.about-intro-word{
	width: 600px;
	padding-top: 30px;
}
.about-title .span-cn{
	font-size: 24px;
	color: #222;
	line-height: 24px;
}
.about-title .span-en{
	font-size: 26px;
	line-height: 26px;
	color: #999;
	margin-top: 18px;
}
.about-title.white .span-cn{
	color: #fff;
}
.about-title.white .span-en{
	color: #ccc;
}
.about-intro-word .div-details{
	font-size: 14px;
	line-height: 24px;
	color: #4e4e4e;
	margin-top: 53px;
}
.about-intro-img{
	padding: 30px 30px 0 0;
	background: url('../images/bg-09.png') top right no-repeat;
}
.about-intro-img,.about-intro-img img{
	width: 520px;
	height: 580px;
}


.about-youshi{
	background: url('../images/bg-10.jpg') center center no-repeat;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 60px;
}
.about-youshi-01{
	display: inline-block;
	width: 160px;
	height: 116px;
	padding-top: 44px;
	background: url('../images/bg-11.png') center center no-repeat;
	font-size: 30px;
	line-height: 36px;
	color: #222;
	margin: 60px 50px 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.about-youshi-01:hover{
	color: #fff;
	background: url('../images/bg-11h.png') center center no-repeat;
}

.about-zizhi{
	padding-top: 60px;
	background-color: #f9f9f9;
}
.about-zizhi-des{
	font-size: 16px;
	color: #4a4a4a;
	line-height: 26px;
	margin-top: 54px;
}
.about-zizhi-list{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	background: url('../images/line-02.jpg') center top repeat-y;
}
.about-zizhi-list li{
	width: 50%;
	padding: 30px 0;
	border-top: 1px solid #bababa;
}
.about-zizhi-list li.on{
	border: none;
}
.about-zizhi-list .span-img{
	float: left;
	width: 220px;
	height: 150px;
	line-height: 150px;
	vertical-align: middle;
}
.about-zizhi-list .span-img img{
	display: inline-block;
	max-width: 220px;
	max-height: 150px;
}
.about-zizhi-list .span-name{
	float: right;
	text-align: right;
	width: 220px;
	margin-right: 30px;
	line-height: 150px;
	font-size: 16px;
	color: #4a4a4a;
}
.about-zizhi-list li.xz .span-img{
	float: right;
}
.about-zizhi-list li.xz .span-name{
	float: left;
	text-align: left;
	margin-right: 0;
	margin-left: 30px;
}



/* ====================03_精品推荐======================== */
.recommend-main{
	margin-bottom: 60px;
}
.recommend-main .index-recommend-a1{
	margin-top: 20px;
}



/* ====================04_精品推荐_详情页======================== */
.recommend-art{
	-webkit-box-shadow:0 0 6px rgba(0, 0, 0, .1);  
    -moz-box-shadow:0 0 6px rgba(0, 0, 0, .1);  
    box-shadow:0 0 6px rgba(0, 0, 0, .1); 
}
.recommend-art-title{
	padding: 36px 30px 30px;
	background: url('../images/bg-12.jpg') repeat;
}
.recommend-art-title .span-title{
	font-size: 26px;
	color: #333;
	line-height: 36px;
}
.recommend-art-title .tc{
	height: 16px;
}
.recommend-art-title .div-info{
	display: inline-block;
	font-weight: normal;
}
.recommend-art-title .div-info span{
	font-size: 14px;
	line-height: 16px;
	color: #666;
	margin: 0 14px;
}
.recommend-art-title .div-info .span-01 .mg-icon{
	float: left;
	margin-right: 6px;
}
.recommend-share .bdshare-button-style0-16 a{
	margin: 0 10px;
}
.recommend-art-des{
	font-size: 16px;
	line-height: 30px;
	color: #4e4e4e;
	padding-bottom: 25px;
}
.recommend-page{
	padding-right: 140px;
	border-top: 1px solid #e5e5e5;
	line-height: 26px;
	padding-top: 30px;
}
.recommend-page .span-01{
	font-size: 16px;
	color: #666;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.recommend-page .span-01 a{
	color: #666;
}
.recommend-page .span-01 a:hover{
	color: #ff0000;
}
.recommend-page .a-return{
	position: absolute;
	right: 0;
	top: 30px;
	line-height: 18px;
	width: 46px;
	height: 41px;
	background-color: #222;
	color: #fff;
	line-height: 18px;
	padding-top: 5px;
	text-align: center;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.recommend-page .a-return:hover{
	background-color: #ff0000;
}

.related-pro{
	margin-bottom: 60px;
}



/* ====================05_专家团队======================== */
.team-list{
	width: 100%;
	min-width: 1200px;
}
.team-list li{
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #f9f9f9;
}
.team-list li .a-img{
	float: left;
	border-radius: 5px;
}
.team-list li .a-img,.team-list li .a-img img{
	width: 340px;
	height: 340px;
}
.team-list li .a-img img{
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.team-list li .div-details{
	float: right;
	width: 800px;
	padding-top: 44px;
}
.team-list li .div-title{
	line-height: 40px;
}
.team-list li .div-title a{
	font-size: 30px;
	color: #333;
	font-weight: bold;
}
.team-list li .div-des{
	font-size: 16px;
	line-height: 30px;
	color: #666;
	height: 90px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-top: 27px;
}
.team-list li .a-more{
	position: relative;
	margin-top: 40px;
	width: 148px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #ebebeb;
	border-radius: 40px;
	font-size: 16px;
	color: #333;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.team-list li .a-more span{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 50%;
	left: 50%;
	z-index: 0;
	border-radius: 50px;
	background-color: #e5e5e5;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.team-list li .a-more bdo{
	position: relative;
	z-index: 1;
}

.team-list li.on{
	background-color: #fff;
}
.team-list li.on .a-img{
	float: right;
}
.team-list li.on .div-details{
	float: left;
}

.team-list li:hover .a-img img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1); 
}
.team-list li:hover .div-title a{
	color: #ff0000;
}
.team-list li:hover .a-more{
	color: #fff;
}
.team-list li:hover .a-more span{
	left: 0;
	right: 0;
	background-color: #ff0000;
}



/* ====================06_专家团队_详情页======================== */
.team-main{
	margin-top: 60px;
	margin-bottom: 60px;
}
.team-intro{
	width: 340px;
}
.team-intro .span-img{
	border-radius: 5px;
}
.team-intro .span-img,.team-intro .span-img img{
	width: 340px;
	height: 340px;
}
.team-intro .div-name{
	padding-left: 20px;
	padding-right: 20px;
	line-height: 60px;
	font-size: 14px;
	color: #fff;
	background-color: #222;
}
.team-intro .div-name b{
	font-size: 30px;
	margin-right: 20px;
}
.team-intro .ul-des{
	font-size: 14px;
	color: #666;
	line-height: 20px;
	padding: 17px 20px;
	border-bottom: 2px solid #222;
}
.team-intro .ul-des li{
	padding-left: 70px;
	margin-top: 28px;
}
.team-intro .ul-des li:first-child{
	margin-top: 0;
}
.team-intro .ul-des li .span-title{
	width: 70px;
	margin-left: -70px;
}

.team-intro-art{
	width: 770px;
	padding: 40px 20px 38px 40px;
	-webkit-box-shadow:0 0 6px rgba(0, 0, 0, .1);  
    -moz-box-shadow:0 0 6px rgba(0, 0, 0, .1);  
    box-shadow:0 0 6px rgba(0, 0, 0, .1); 
}
.team-intro-art .recommend-page{
	border-top: none;
	line-height: 24px;
	padding-top: 40px;
}
.team-intro-art .recommend-page .a-return{
	top: 40px;
}

/*下拉滚动条*/
.scroll-pane{width: 100%;height: 503px;overflow: auto;}
.jspContainer{overflow: hidden;position: relative;}
.jspPane{position: absolute;}
.jspTrack{
	width: 10px;
	border-radius: 10px;
	background-color: #e5e5e5;
}
.jspVerticalBar{position: absolute;top: 0;right: 2px;width:10px;height: 100%;background: #9c9c9c; border-radius: 10px;}
.jspDrag{background:#222;position: relative;top: 0;left: -2px;cursor: pointer; width:14px; border-radius: 10px;}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner{margin: 0 -3px 0 0;}
/*下拉滚动条*/


.team-art{
	font-size: 16px;
	line-height: 30px;
	color: #666;
	padding-right: 40px;
	text-align: justify;
}



/* ====================07_评级须知======================== */
.rating-list{
	margin-top: 60px;
	margin-bottom: 60px;
}
.rating-list li{
	margin-top: 10px;
}
.rating-list li:first-child{
	margin-top: 0;
}
.rating-top{
	background-color: #f9f9f9;
	font-size: 18px;
	color: #333;
	line-height: 28px;
	padding: 26px 58px 26px 20px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.rating-top .bdo-icon{
	display: block;
	position: absolute;
	right: 20px;
	top: 30px;
	width: 20px;
	height: 20px;
	background: url('../images/icon-12.png') center center no-repeat;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.rating-top.on{
	color: #ff0000;
}
.rating-top.on .bdo-icon{
	background: url('../images/icon-13.png') center center no-repeat;
}
.rating-bottom{
	font-size: 16px;
	line-height: 30px;
	color: #4e4e4e;
	padding: 26px 30px 22px;
	border: 1px solid #e5e5e5;
	display: none;
}



/* ====================09_快速送评======================== */
.rapid-form{
	width: 600px;
	margin: 60px auto;
}
.rapid-form .index-contact-form-list{
	padding-top: 0;
}
.rapid-form .index-contact-form-list li{
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
}
.rapid-form .index-contact-form-list li:first-child{
	margin-top: 0;
}
.rapid-form .index-contact-form-list li.li1{
	border: none;
	background: none;
}
.rapid-form .index-contact-form-list li.li2{
	font-size: 14px;
	color: #999;
}
.rapid-form .index-contact-form-list li.li2 input{
	margin-right: 10px;
	position: relative;
	top: 1px;
}



/* ====================10_合作单位======================== */
.partner-main{
	padding-top: 4px;
	padding-bottom: 56px;
	margin-left: -10px;
	margin-right: -10px;
}
.partner-main .index-partner-a1{
	margin-top: 46px;
}



/* ====================11_铜博动态======================== */
.news-main{
	width: 100%;
	min-width: 1200px;
	margin-bottom: 60px;
}
.news-list li{
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f9f9f9;
}
.news-list li .div-date{
	width: 66px;
	text-align: center;
	font-size: 14px;
	font-family: "Arial";
	color: #5a5a5a;
	margin-top: 36px;
}
.news-list li .div-date b{
	font-size: 60px;
	line-height: 60px;
	color: #5a5a5a;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.news-list li .div-details{
	margin-left: 15px;
	margin-top: 36px;
	width: 730px;
	padding-left: 20px;
	padding-top: 4px;
	line-height: 22px;
	border-left: 1px solid #c8c8c8;
}
.news-list li .div-details .div-title a{
	max-width: 100%;
	height: 22px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.news-list li .div-details .div-des{
	font-size: 14px;
	color: #666;
	height: 44px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 9px;
}
.news-list li .a-more{
	width: 11px;
	height: 18px;
	background: url('../images/icon-14.png') center center no-repeat;
	margin-left: 100px;
	margin-top: 67px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.news-list li .a-img,.news-list li .a-img img{
	width: 200px;
	height: 150px;
	border-radius: 5px;
}
.news-list li .a-img img{
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.news-list li.on{
	background-color: #fff;
}
.news-list li:hover .div-date b,.news-list li:hover .div-title a{
	color: #ff0000;
}
.news-list li:hover .a-more{
	background: url('../images/icon-14h.png') center center no-repeat;
	-webkit-transform:rotateX(180deg);
	-moz-transform:rotateX(180deg);
	-o-transform:rotateX(180deg);
	transform:rotateX(180deg); 
}
.news-list li:hover .a-img img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1); 
}






/* ====================12_铜博动态_详情页======================== */
.news-des-main{
	margin-top: 60px;
	margin-bottom: 60px;
}



/* ====================13_联系我们======================== */
.contact-main{
	margin-top: 60px;
	margin-bottom: 60px;
}
.contact-main .index-contact-form li{
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
}
.contact-main .index-contact-form li.li1{
	background: none;
	border: none;
}
.contact-main .index-contact-us .div-name{
	color: #222;
}
.contact-main .index-contact-list{
	color: #666;
}

.contact-map{
	margin-top: 60px;
}
.contact-map,.contact-map img{
	width: 100%;
	/* height: 450px; */
}



/* ====================14_评级查询======================== */
.rating-query{
	padding-top: 40px;
	padding-bottom: 60px;
}
.rating-query-a1{
	margin: 20px 10px 0;
	border-radius: 5px;
}
.rating-query-a1,.rating-query-a1 img{
	width: 300px;
	height: 300px;
}
.rating-query-a1 img{
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.rating-query-a1:hover img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}


















