/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
	box-sizing: border-box !important;
	transition: ease all 0.5s;
}

html {
	scroll-behavior: smooth;
}

body {
	color: #666666;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.80857;
	font-weight: normal;
	overflow-x: hidden;
}

a {
	color: #1f1f1f;
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0;
	font-weight: normal;
	position: relative;
	padding: 0 0 10px 0;
	font-weight: normal;
	line-height: normal;
	color: #111111;
	margin: 0
}

h1 {
	font-size: 24px
}

h2 {
	font-size: 22px
}

h3 {
	font-size: 18px
}

h4 {
	font-size: 16px
}

h5 {
	font-size: 14px
}

h6 {
	font-size: 13px
}

*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #212121;
	text-decoration: none !important;
	opacity: 1
}

button:focus {
	outline: none;
}

ul,
li,
ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

p {
	margin: 20px;
	font-weight: 300;
	font-size: 15px;
	line-height: 24px;
}

a {
	color: #222222;
	text-decoration: none;
	outline: none !important;
}

a,
.btn {
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

img {
	max-width: 100%;
	height: auto;
}

:focus {
	outline: 0;
}

.paddind_bottom_0 {
	padding-bottom: 0 !important;
}

.btn-custom {
	margin-top: 20px;
	background-color: transparent !important;
	border: 2px solid #ddd;
	padding: 12px 40px;
	font-size: 16px;
}

.lead {
	font-size: 18px;
	line-height: 30px;
	color: #767676;
	margin: 0;
	padding: 0;
}

.form-control:focus {
	border-color: #ffffff !important;
	box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
	border: none !important;
}

.badge {
	font-weight: 500;
}

blockquote {
	margin: 20px 0 20px;
	padding: 30px;
}

button {
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.full {
	float: left;
	width: 100%;
}

.layout_padding {
	padding-top: 100px;
	padding-bottom: 0px;
}

.padding_0 {
	padding: 0px;
}


/* header section start */

.header_section {
	width: 100%;
	float: left;
	background-color: #ffffff;
	height: auto;
	background-size: 100%;
}

.header_bg {
	background: #fb6818;
	border-bottom: 1px solid #ffffff;
}

.bg-light {
	background-color: transparent !important;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu a::after {
	transform: rotate(-90deg);
	position: absolute;
	right: 6px;
	top: .8em;
}

.dropdown-submenu .dropdown-menu {
	margin-left: 80%;
}

.dropdown-submenu ol {
	display: none;
	/* 初始隐藏子菜单 */
	list-style: none;
	/* 移除列表样式 */
	padding: 0;
	/* 移除默认的内边距 */
}

.dropdown-submenu:hover ol {
	display: block;
	position: absolute;
	/* 鼠标悬停时显示子菜单 */
}

.dropdown-submenu a {
	text-decoration: none;
	/* 移除链接下划线 */
	color: black;
	/* 链接文本颜色 */
}

.dropdown-submenu ol {
	/* box-shadow: 0 2px 5px 0 rgba(223, 155, 14, 0.2); */
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	position: absolute;
	left: -10%;
	z-index: 99999;
	width: 130%;
	background: #fff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
	display: none;
}

.nav a {
	font-size: 20px;
	color: #30308b;
	display: block;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding: 3px 15px;
	font-size: 18px;
	color: black;
	font-weight: bold;
	margin: 0px 6px;
	text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
	color: #30308b;
	font-weight: bold;
}

.dropdown-item:hover {
	background-color: royalblue;
	color: #30308b;
	font-weight: bold;
	font-size: 15px;
}

.navbar-brand {
	margin: 0px;
	float: right;
}

.navbar {
	padding: 15px 15px;
}

.login_bt {
	width: 200px;
	float: left;
}

.login_bt ul {
	margin: 0px;
	padding: 0px;
}

.login_bt li {
	float: right;
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0px 0px 0px 30px;
}

.login_bt li a {
	color: #ffffff;
}

.login_bt li a:hover {
	color: #252525;
}


/* header section end */


/* banner section start */
.banner_video {
	width: 100%;
	height: auto;
	object-fit: cover;
	/* 覆盖整个容器 */
	justify-content: center;
	/* 水平居中 */
	align-items: center;
	/* 垂直居中 */
	margin: 0;
	display: flex;
	float: left;
}

.banner_section {
	width: 100%;
	height: auto;
	float: left;
	/* height: 381px; */
	padding: 0px;
}

.banner_section_img {
	display: block;
	width: 100%;
	height: auto;
}

.banner_taital {
	width: 40%;
	font-size: 60px;
	color: #fefefd;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}

.banner_text {
	width: 40%;
	font-size: 16px;
	color: #fefefd;
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
}

.btn_main {
	width: 36%;
	display: flex;
	margin: 0 auto;
	text-align: center;
}

.started_text {
	width: 180px;
	margin-right: 20px;
	margin-top: 30px;
}

.started_text a {
	width: 100%;
	float: left;
	padding: 10px 10px;
	color: #ffffff;
	background-color: #e93810;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
}

.started_text a:hover {
	color: #ffffff;
	background-color: #3f3d88;
}

.started_text.active a {
	color: #ffffff;
	background-color: #3f3d88;
}

#main_slider a.carousel-control-prev {
	left: 0px;
	top: 140px;
	color: #ffffff;
	background-color: #3f3d88;
}

#main_slider a.carousel-control-next {
	right: 0px;
	top: 140px;
}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
	width: 55px;
	height: 55px;
	background: #e93810;
	opacity: 1;
	font-size: 30px;
	color: #ffffff;
}

#main_slider .carousel-control-next:focus,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-prev:hover {
	color: #ffffff;
	background-color: #3f3d88;
}


/* banner section end */


/* about_section start */

.about_section {
	width: 100%;
	float: left;
	padding-bottom: 90px;
	/* background-image: url(../images/service-bg.png); */
}

.subbanner {
	width: 100%;
	float: left;
	height: 20%;
	padding: 50px 0 50px 0;
	background-color: #30308b;
}

.subbanner .about_left{
	width: 45%;
	float: left;
	padding-left: 20%;
}

.about_left h2{
	font-size: 30px;
	color: #30308b;
	font-weight: bold;
	color:#fff;
}

.subbanner .about_right{
	color: #30308b;
	font-weight: bold;
	color: #fff;
	float: left;
	padding-left: 22%;
	padding-top: 1.5%;
	
}

.about_text {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #1e1d1d;
	margin: 0px;
	padding-top: 20px;
}

.read_bt {
	width: 175px;
	float: left;
	padding-top: 40px;
}

.read_bt a {
	width: 100%;
	float: left;
	font-size: 16px;
	background-color: #e93810;
	color: #ffffff;
	text-align: center;
	padding: 12px;
	text-transform: uppercase;
}

.read_bt a:hover {
	color: #ffffff;
	background-color: #3f3d88;
}

.about_img {
	width: 100%;
	float: left;
	margin-top: 5%;
}

.history-list li {
	border-bottom: 1px solid #eee;
	padding: 25px 0;
}

/* 图片居中 */
.img_center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.history-list_h2 {
	font-size: 18px;
	line-height: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: bold;
}


/* about section end */


/* work section start */

.work_section {
	width: 100%;
	float: left;
	/* background-image: url(../images/service-bg.png); */
	/* background-image: url(../images/banner-bg.png); */
	height: auto;
	background-size: cover;
	padding: 90px 0px;
}

.work_taital {
	width: 100%;
	float: left;
	font-size: 40px;
	/* color: #ffffff; */
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 30px;
}

.work_text {
	width: 100%;
	float: left;
	font-size: 16px;
	/* color: #ffffff; */
	margin: 20px 0px 0px 0px;
}

.readmore_bt {
	width: 175px;
	float: left;
	padding-top: 40px;
}

.readmore_bt a {
	width: 100%;
	float: left;
	font-size: 18px;
	background-color: #e93810;
	color: #ffffff;
	text-align: center;
	padding: 14px;
}

.readmore_bt a:hover {
	color: #252525;
	background-color: #ffffff;
}

.video_bt {
	width: 100%;
	padding: 155px 0px;
}

.play_icon img {
	width: 80px;
}

.play_icon {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 5;
	text-align: center;
}

.play_icon::before {
	content: '';
	position: absolute;
	top: 40px;
	left: 90px;
	width: 90px;
	height: 90px;
	transform: translate(-50%, -50%);
	background-color: rgb(255, 255, 255, 0.8);
	border-radius: 100%;
	animation: fadeEffect 1.3s infinite ease;
	box-shadow: 0px 0px 10px 0px;
	right: 0px;
	margin: 0 auto;
	z-index: -1;
}

@keyframes fadeEffect {
	0% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1
	}

	100% {
		transform: translate(-50%, -50%) scale(1.2);
		opacity: 0;
	}
}


/* work section end */


/* services section start */

.services_section {
	width: 100%;
	float: left;
	height: auto;
	background-size: cover;
	padding: 90px 0px;
	/* background-image: url(../images/service-bg.png); */
}

.services_taital {
	width: 100%;
	float: left;
	font-size: 40px;
	color: #1e1d1d;
	font-weight: bold;
}

.services_text {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #1e1d1d;
	margin: 0px;
}

.services_section_2 {
	width: 100%;
	float: 100%;
	padding-top: 50px;
}

.Marketing_taital {
	width: 100%;
	float: left;
	font-size: 24px;
	color: #1e1d1d;
	font-weight: bold;
	padding-top: 10px;
}

.Marketing_text {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #1e1d1d;
	margin: 0px;
}

.Marketing_img {
	width: 100%;
	float: left;
}

.readmore_btn {
	width: 160px;
	float: left;
}

.readmore_btn a {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #252525;
	background-color: transparent;
	padding: 10px;
	text-transform: uppercase;
	margin-top: 30px;
	font-weight: bold;
}

.readmore_btn a:hover {
	color: #fff;
	background-color: #e93810;
}

.readmore_btn.active a {
	color: #fff;
	background-color: #e93810;
}


/* services section end */


/* news section start */

.news_section {
	width: 100%;
	float: left;
	/* background-image: url(../images/service-bg.png); */
	padding: 90px;
}

.news_taital {
	width: 100%;
	float: left;
	font-size: 40px;
	color: #1e1d1d;
	font-weight: bold;
}

.news_text {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #1e1d1d;
	margin: 0px;
}

.news_section_2 {
}

.news_box {
	width: 95%;
	float: left;
	background-color: #ffffff;
	height: auto;
	padding: 30px;
	box-shadow: 0px 0px 20px 0px;
}

.publishing_text {
	width: 100%;
	font-size: 26px;
	color: #252525;
	font-weight: bold;
}

.icons_main {
	width: 100%;
	display: flex;
	margin: 0 auto;
	text-align: center;
	margin-left: 40px;
}

.icon_img {
	width: 100%;
	text-align: left;
}

.icon_text {
	width: 100%;
	font-size: 16px;
	color: #dbdbda;
}

.college_text {
	width: 100%;
	height: 135px;
	float: left;
	font-size: 16px;
	color: #000;
	margin: 20px 0px 0px 0px;
}

.date_text {
	width: 70px;
	float: left;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	background-color: #e93810;
}

.date_text {
	width: 70px;
	float: right;
	font-size: 15px;
	color: #fcfcfc;
	margin: 0 auto;
	position: absolute;
	right: 10px;
	top: 140px;
	padding: 25px 0px;
	text-transform: uppercase;
}

.read_more_bt {
	width: 170px;
	float: left;
}

.read_more_bt a {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	background-color: #3f3d88;
	padding: 10px;
	text-transform: uppercase;
	margin-top: 30px;
	display: block;
	font-weight: bold;
}

.read_more_bt a:hover {
	color: #fff;
	background-color: #e93810;
}


/* news section end */


/* customers section start */

.customer_section {
	width: 100%;
	float: left;
	/* background-image: url(../images/service-bg.png); */
}

.customer_taital {
	width: 100%;
	float: left;
	font-size: 40px;
	color: #070603;
	text-align: center;
	font-weight: bold;
}

.customer_section_2 {
	width: 100%;
	float: left;
	margin-top: 50px;
}

.box_main {
	width: 100%;
	background-color: #ffffff;
	padding: 40px 30px;
	box-shadow: 0px 0px 18px -6px;
	margin-bottom: 10px;
}

.customer_text {
	width: 100%;
	font-size: 16px;
	color: #262626;
	margin: 0 auto;
	padding-top: 20px;
	display: flex;
}

.customer_main {
	width: 100%;
	float: left;
}

.customer_left {
	width: 30%;
	float: left;
}

.customer_right {
	width: 70%;
	float: left;
	padding-top: 50px;
	padding-left: 20px;
}

.customer_name {
	width: 100%;
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #262626;
}

.enim_text {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #3f3d88;
	margin: 0px;
}

#my_slider a.carousel-control-prev {
	left: 30px;
	top: 160px;
}

#my_slider a.carousel-control-next {
	right: 30px;
	top: 160px;
}

#my_slider .carousel-control-next,
#my_slider .carousel-control-prev {
	width: 55px;
	height: 55px;
	background: #e93810;
	opacity: 1;
	font-size: 36px;
	color: #ffffff;
	border-radius: 100%;
}

#my_slider .carousel-control-next:focus,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-prev:hover {
	color: #ffffff;
	background-color: #e93810
}


/* customers section end */


/* contact section start */

.contact_section {
	width: 100%;
	float: left;
	padding-bottom: 90px;
	/* background-image: url(../images/service-bg.png); */
}

.contact_taital {
	width: 100%;
	float: left;
	font-size: 40px;
	color: #070603;
	font-weight: bold;
}

.contact_section_2 {
	width: 100%;
	margin: 0 auto;
}

.mail_section {
	width: 100%;
	float: left;
}

.mail_text {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #262626;
	border: 0px;
	background-color: #ebebeb;
	padding: 14px 15px;
	margin-top: 40px;
}

input.mail_text::placeholder {
	color: #262626;
}

.massage-bt {
	color: #262626;
	width: 100%;
	height: 130px;
	font-size: 18px;
	background-color: #ebebeb;
	padding: 40px 15px 0px 15px;
	border: 0px;
	margin-top: 40px;
}

textarea#comment.massage-bt::placeholder {
	color: #262626;
}

.send_bt {
	width: 160px;
	float: left;
}

.send_bt a {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	background-color: #e93810;
	padding: 10px;
	text-transform: uppercase;
	margin-top: 30px;
	display: block;
	font-weight: bold;
}

.send_bt a:hover {
	color: #fff;
	background-color: #3f3d88;
}


/* contact section end */


/* footer section start */

.footer_section {
	width: 100%;
	float: left;
	/* background-color: royalblue; */
	background-color: #111111;
	height: auto;
	padding: 2% 0px;
}

.footer_logo {
	width: 100%;
	float: left;
}

.footer_text {
	width: 100%;
	float: left;
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
}

.lorem_text {
	width: 60%;
	float: left;
	font-size: 16px;
	color: #ffffff;
	margin: 0px;
}

.footer_menu {
	width: 100%;
	float: left;
}

.footer_menu ul {
	margin: 0px;
	padding: 0px;
}

.footer_menu li a {
	font-size: 16px;
	color: #ffffff;
}

.footer_menu li a:hover {
	font-size: 16px;
	color: #e93810;
}

.footer_filing {
	width: 20px;
	display: inline-block;
	height: 20px;
	margin-right: 12px;
	vertical-align: top;
}

.footer_section .location_text {
	width: 100%;
	float: left;
	color: #FFFF;
	text-align: center;
}

.location_text ul {
	margin: 0px;
	padding: 0px;
}

.location_text li {
	float: left;
	font-size: 15px;
	color: #ffffff;
}

.location_text li a {
	color: #ffffff;
}

.location_text li a:hover {
	color: #e93810;
}

.padding_left_10 {
	padding-right: 10px;
}

.email-text {
	color: #ffffff;
	width: 100%;
	height: 30px;
	font-size: 15px;
	background-color: transparent;
	padding: 0px 15px 0px 0px;
	border: 0px;
	border-bottom: 2px solid #ffffff;
	margin-top: 15px;
}

textarea#comment.email-text::placeholder {
	color: #ffffff;
}

.submit_bt {
	width: 100%;
	float: left;
	margin-top: 15px;
}

.submit_bt a {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #ffffff;
	background-color: #e93810;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}

.submit_bt a:hover {
	color: #ffffff;
	background-color: #3f3d88;
}

.footer_social_icon {
	width: 100%;
	float: left;
	padding-top: 20px;
}

.footer_social_icon ul {
	margin: 0px;
	padding: 0px;
}

.footer_social_icon li {
	float: left;
	font-size: 24px;
	color: #ffffff;
	padding-right: 30px;
}

.footer_social_icon li a {
	color: #ffffff;
}

.footer_social_icon li a:hover {
	color: #e93810;
}

/* footer section end */


/* copyright section start */

.copyright_section {
	width: 100%;
	float: left;
	background-color: #111111;
	height: auto;
}

.copyright_text {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	margin-left: 0px;
	border-top: 1px solid #ffffff;
	padding-top: 20px;
}

.copyright_text a {
	color: #ffffff;
}

.copyright_text a:hover {
	color: #e93810;
}


/* copyright section end */

.margin_top90 {
	margin-top: 90px;
}

/*首页效果图*/
#main_slider ul li {
	color: #fff;
	font-size: 16px;
	text-align: left;
	padding: 0 15px;
	opacity: 1;
	line-height: 35px;
	text-align: center;
}

/* 		#main_slider ul li:nth-child(1) {
	background: #32cd32;
	animation: 1.4s ease 0.8s 1 normal backwards running fadeInUp2;
} */

#main_slider ul li:nth-child(1) {
	background: #30308b;
	animation: 1.4s ease 0.8s 1 normal backwards running fadeInUp2;
}

#main_slider ul li:nth-child(2) {
	background: #db8e05;
	animation: 1.4s ease 0.8s 1 normal backwards running fadeInUp2;
}

#main_slider ul.clearfix {
	width: 100%;
	position: absolute;
	bottom: 75px;
	left: 0;
	right: 0;
	margin: auto;
}

#main_slider .clearfix>li {
	float: left;
	width: 32%;
	height: 270px;
	text-align: center;
	margin-right: 22%;
	animation: 1.4s ease 0.4s 1 normal backwards running fadeInUp2;

	margin-right: 15%;

	font-size: 16px;
	text-align: left;
	padding: 0 15px;
	opacity: 1;
	line-height: 25px;
	text-align: center;
}

.three {
	padding-top: 28%;
}

/* 悬停效果 */
.one:hover {
	/* 3D变换效果 */
	transform: translateY(-5px) scale(1.1);
	/* 沿Y轴向上移动并稍微放大 */
	/* 3D阴影效果 */
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	/* 添加阴影，增强3D感 */
	/* 其他样式变化 */
	border-color: #999;
	/* 边框颜色变化 */
}

/* 悬停效果 */
.three:hover {
	/* 3D变换效果 */
	transform: translateY(-5px) scale(1.1);
	/* 沿Y轴向上移动并稍微放大 */
	/* 3D阴影效果 */
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	/* 添加阴影，增强3D感 */
	/* 其他样式变化 */
	border-color: #999;
	/* 边框颜色变化 */
}

.menu {
	width: 21px;
	height: 16px;
	position: absolute;
	right: -5px;
	top: 48px;
	cursor: pointer;
}


/** 时间部位 **/
.top {
	height: 50px;
	line-height: 50px;
	/* background: #1f2187; */
	background: midnightblue;
	text-align: center;
}

.top .time {
	margin-right: 15px;
	margin: 0px;
	padding: 0px;
	border: 0px none transparent;
	box-sizing: border-box;
}

.top p {
	margin: 0px;
	display: inline-block;
}

.top .time>div {
	display: inline-block;
}


.top .time>div {
	display: inline-block;
}


.top a,
.top p,
.top span {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.subbanner .dqwz, .subbanner .dqwz a {
    font-size: 16px;
    color: #999999;
    padding-top: 0;
    font-weight: 400;
    text-align: center;
}

.subbanner .dqwz span {
    width: 1px;
    height: 9px;
    background: #fff;
    margin: 0 5px;
    opacity: .3;
    display: inline-block;
}

/** 尾部网站复制 **/

.link-wrapper:hover .copy-btn {
	/* 鼠标悬浮时显示复制按钮 */
	display: block;
	margin-left: 5px;
	width: 30px
}

.copy-btn {
	/* 默认情况下隐藏复制按钮 */
	display: none;
	float: right;
}

/*简介**/

.subbanner a,span{
	color: #fff !important;
}

.subbanner a:hover{
	color: #fff !important;
	font-weight: bold;
}