body {
	font: 14px/1.5 "微软雅黑", arail, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	color: #666;
}

p {
	margin: 0;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
	color: #444;
}

::-webkit-selection {
	color: #fff;
	background: #323232;
}

::-moz-selection {
	color: #fff;
	background: #323232;
}

::selection {
	color: #fff;
	background: #323232;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase,
.initialism {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.float_bg {
	background: url(../images/qq_3.gif) repeat-y
}

a {
	color: #666;
	text-decoration: none
}

a:focus,
a:hover {
	color: #f13a3a;
}

.bg-main {
	background: #FF6637;
	border: 1px solid #FF6637 !important
}

.bg-main:hover,
.bg-main:focus {
	border: 1px solid #e24515 !important;
	background: #e24515 !important
}

.button.bg-main {
	border-color: #FF6637 !important
}

.button.bg-main:hover {
	border-color: #e24515 !important;
}

.passcode {
	border-left: 1px solid #ddd;
	border-radius: 0 4px 4px 0;
	height: 32px;
	line-height: 32px;
	margin: 1px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}

.detail h2,
.detail h3 {
	line-height: 180%
}

.detail h3,
.detail h1 {
	font-size: 18px;
	color: #5a5a5a;
	;
	font-weight: bold
}

.layout {
	overflow: hidden;
	width: 100%;
}

header .layout,
footer .layout {
	overflow: visible;
	width: 100%;
	background: linear-gradient(45deg, #45caf9 0%, 50%, #f9ef66 100%);
}

	{
	overflow: visible;
	width: 100%;
}

.not-animated {
	opacity: 0
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none
}

.line-big {
	margin-left: -15px;
	margin-right: -15px
}

.line-big .x1,
.line-big .x2,
.line-big .x3,
.line-big .x4,
.line-big .x5,
.line-big .x6,
.line-big .x7,
.line-big .x8,
.line-big .x9,
.line-big .x10,
.line-big .x11,
.line-big .x12,
.line-big .xl1,
.line-big .xl2,
.line-big .xl3,
.line-big .xl4,
.line-big .xl5,
.line-big .xl6,
.line-big .xl7,
.line-big .xl8,
.line-big .xl9,
.line-big .xl10,
.line-big .xl11,
.line-big .xl12,
.line-big .xs1,
.line-big .xs2,
.line-big .xs3,
.line-big .xs4,
.line-big .xs5,
.line-big .xs6,
.line-big .xs7,
.line-big .xs8,
.line-big .xs9,
.line-big .xs10,
.line-big .xs11,
.line-big .xs12,
.line-big .xm1,
.line-big .xm2,
.line-big .xm3,
.line-big .xm4,
.line-big .xm5,
.line-big .xm6,
.line-big .xm7,
.line-big .xm8,
.line-big .xm9,
.line-big .xm10,
.line-big .xm11,
.line-big .xm12,
.line-big .xb1,
.line-big .xb2,
.line-big .xb3,
.line-big .xb4,
.line-big .xb5,
.line-big .xb6,
.line-big .xb7,
.line-big .xb8,
.line-big .xb9,
.line-big .xb10,
.line-big .xb11,
.line-big .xb12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

#fh5co-wrapper {
	overflow-x: hidden;
}

#fh5co-page {
	position: relative;
	z-index: 2;
	background: #fff;
	overflow-x: hidden;
}

.fh5co-heading {
	position: relative;
	z-index: 1
}

.fh5co-heading h2 {
	font-size: 32px;
	text-align: center;
	margin: 0px 0px 10px;
	color: #333;
	font-weight: bold
}

.fh5co-heading span {
	color: #999;
	line-height: 1.5;
	font-size: 16px;
}

.vertical-middle {
	width: 100%;
	height: 100%;
	display: table;
}

.vertical-middle>div {
	display: table-cell;
	vertical-align: middle;
}

.zoomimgs {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 66%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	/*图片不裁切需要全部显示改用background-size:contain，改变图片缩放比例改paddding-bottom的百分比,如图片宽高1:1 100%，4:3 75%，3:4 133.33%*/
}

.chazoomimgs {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 94%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	/*图片不裁切需要全部显示改用background-size:contain，改变图片缩放比例改paddding-bottom的百分比,如图片宽高1:1 100%，4:3 75%，3:4 133.33%*/
}

.achazoomimgs {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 63%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	/*图片不裁切需要全部显示改用background-size:contain，改变图片缩放比例改paddding-bottom的百分比,如图片宽高1:1 100%，4:3 75%，3:4 133.33%*/
}

.artzoomimgs {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 118%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	/*图片不裁切需要全部显示改用background-size:contain，改变图片缩放比例改paddding-bottom的百分比,如图片宽高1:1 100%，4:3 75%，3:4 133.33%*/
}

/*顶部导航 begin*/
.main-top {
	position: relative;
	width: 100%;
	height: 60px;
}

#fh5co-header .header-box {
	margin-top: 4px;
}

#fh5co-header {
	position: fixed;
	/* background-color: #f4e400; */
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 999;
	background: linear-gradient(45deg, #45caf9 0%, 50%, #f9ef66 100%);
}

.header-box.fixed.fixed-top {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	width: 100%;
	z-index: 6;
	background: #fff;
}

#fh5co-header .navbar-head img {
	width: 220px;
}

#fh5co-header .navbar-body .nav {
	/* background: red; */
}

#fh5co-header .navbar-body .nav li {
	margin: 0;
	padding: 0;
	display: inline;
	padding: 0;
}

#fh5co-header .navbar-body .nav li a {
	color: black;
	font-size: 15px;
	font-weight: normal;
	padding: 0;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	padding: 0px 30px;
	border-bottom: 2px solid transparent;
	transition: none;
}

#fh5co-header .navbar-body .nav li a .downward {
	display: none
}

/* .header_active{
	color: #b10000 !important;
	border-bottom: 2px solid #b10000 !important;
} */
#fh5co-header .navbar-body .nav li:not(:last-child) a:hover,
#fh5co-header .navbar-body .nav li.current a.first-level {
	color: #45caf9;
	/* border-bottom: 2px solid #b10000 */
}

#fh5co-header .navbar-body .nav li ul {
	display: none;
	border: none;
	left: -17px;
	border-radius: 0;
	margin: 0;
	padding: 0;
	min-width: 140px;
	z-index: 4;
	border: none;
	top: 62px;
	box-shadow: none;
	background: #f13a3a;
}

#fh5co-header .navbar-body .nav li ul:before {
	position: absolute;
	top: -7px;
	left: 62px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}

#fh5co-header .navbar-body .nav li ul:after {
	position: absolute;
	top: -6px;
	left: 63px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #f13a3a;
	border-left: 6px solid transparent;
	content: '';
}

#fh5co-header .navbar-body .nav li ul li {
	margin: 0;
	padding: 0;
	height: auto;
	display: block;
	height: auto;
	border-bottom: 1px solid #e61a1a;
}

#fh5co-header .navbar-body .nav li ul li a {
	display: block;
	width: 100%;
	padding: 0px 10px;
	margin: 0;
	text-align: left;
	min-width: 140px;
	line-height: 40px;
	color: #fff;
	background: none;
	text-align: center;
	font-size: 14px;
	transition: none;
	border: none
}

#fh5co-header .navbar-body .nav li ul li a:hover {
	background: #b30202;
	color: #fff;
	border: none
}

#fh5co-header .navbar-body .nav li ul li ul {
	top: 0
}

/*顶部导航 end*/

/*手机版顶部导航 begin */
#fh5co-offcanvas,
.fh5co-nav-toggle,
#fh5co-page {}

#fh5co-offcanvas,
.fh5co-nav-toggle,
#fh5co-page {
	position: relative;
}

#fh5co-page {
	z-index: 2;
}

#fh5co-offcanvas {
	display: none;
	right: 0;
	overflow-y: hidden;
	position: fixed;
	z-index: 999;
	top: 10px;
	width: 160px;
	background: #fff;
	/* padding: 0px 0px 10px 40px; */
	border: 0;
}

.offcanvas-visible #fh5co-offcanvas {
	display: block;
}

#fh5co-offcanvas ul {
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	border-radius: 0;
	padding-left: 10px;
}

#fh5co-offcanvas ul li {
	list-style: none;
	position: static;
	width: 100%;
	margin: 0;
	padding: 0;
}

#fh5co-offcanvas ul li:hover,
#fh5co-offcanvas ul li.current {}

#fh5co-offcanvas ul li a {
	font-size: 12px;
	color: #333;
	text-decoration: none !important;
	display: block;
	position: relative;
	line-height: 34px;
	margin: 0;
	padding: 0px 0 0 2px;
}

#fh5co-offcanvas ul li a:hover,
#fh5co-offcanvas ul li.current a {
	color: #b10000;
}

#fh5co-offcanvas ul li a::after {
	background: #eee;
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0;
	right: 0;
	height: 1px;
}

#fh5co-offcanvas ul li ul {
	margin: 0;
	padding: 0;
	z-index: 6;
	position: relative;
	width: 100%;
	border: 0;
	box-shadow: 0
}

#fh5co-offcanvas ul li ul li {
	margin: 0;
	padding: 0;
	display: block;
	border: none;
	line-height: 28px;
}

#fh5co-offcanvas ul li ul li a,
#fh5co-offcanvas ul li.current ul li a {
	background: #fff;
	color: #666;
	display: block;
	padding: 0px 20px 0px 20px;
	margin: 0;
	text-align: left;
	width: 100%;
	font-size: 12px;
	line-height: 28px;
	transition: none
}

#fh5co-offcanvas ul li ul li a:hover {
	background: #b10000;
	color: #fff;
	transition: none
}

#fh5co-offcanvas ul li ul li a::before,
#fh5co-offcanvas ul li ul li a::after {
	background: none;
	height: 0;
	padding: 0
}

#fh5co-offcanvas ul li ul li ul {
	top: 0
}

.fh5co-nav-toggle {
	cursor: pointer;
	text-decoration: none;
}

.fh5co-nav-toggle.active i::before,
.fh5co-nav-toggle.active i::after {
	background: #fff;
}

.fh5co-nav-toggle:hover,
.fh5co-nav-toggle:focus,
.fh5co-nav-toggle:active {
	outline: none;
	border-bottom: none !important;
}

.fh5co-nav-toggle i {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 28px;
	height: 4px;
	color: #f13a3a;
	font: bold 14px/.4 Helvetica;
	text-transform: uppercase;
	text-indent: -55px;
	background: #fff;
	transition: all .2s ease-out;
}

.fh5co-nav-toggle i::before,
.fh5co-nav-toggle i::after {
	content: '';
	width: 28px;
	height: 4px;
	background: #fff;
	position: absolute;
	left: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.fh5co-nav-toggle i::before {
	top: -9px;
}

.fh5co-nav-toggle i::after {
	bottom: -9px;
}

.fh5co-nav-toggle:hover i::before {
	top: -10px;
}

.fh5co-nav-toggle:hover i::after {
	bottom: -10px;
}

.fh5co-nav-toggle.active i {
	background: none;
}

.fh5co-nav-toggle.active i::before {
	background: none
}

.fh5co-nav-toggle.active i::after {
	background: none
}

.fh5co-nav-toggle {
	position: fixed;
	top: 13px;
	right: 10px;
	z-index: 999;
	display: block;
	display: none;
	cursor: pointer;
}

.fh5co-nav-toggle.active {
	right: 129px !important;
	top: 15px !important;
	background: url(../images/coo.gif) no-repeat left top;
	width: 20px;
	height: 23px;
}

/*手机版顶部导航 end */

/* 底部 begin*/
footer {
	background: #333;
	line-height: 1.2;
	color: #79818a;
	font-size: 15px;
}

footer a {
	color: black;
}

.p4s {
	color: black;
}

footer a:hover {
	color: #fff;
	text-decoration: underline;

}

footer .login_border:hover {
	border: 1px solid #fff;
}

.first-level .login_border:hover {

	border: 1px solid #fff;
	color: #45caf9 !important;
}

footer .foot-top {
	padding: 70px 0 0px;
}

footer .foot-top h6 {
	color: #79818a;
	font-size: 30px;
	margin: 50px 0 20px;
	font-weight: bold
}

footer .foot-top p {
	font-size: 15px;
	overflow: hidden;
	line-height: 2
}

footer .foot-top .foot-nav {
	margin-bottom: 10px;
}

footer .foot-top .foot-nav a {
	margin-right: 30px;
	font-size: 16px;
}

footer .foot-top .brode-img {
	margin-top: 30px
}

footer .foot-top .brode-img img {
	width: 150px;
	height: 150px;
}

footer .foot-bot {
	padding: 15px 0;
	background-color: #45caf9;
	color: #fff;
}

footer .foot-bot .foot-link {
	padding: 10px 0 0px;
}

.footer_row1 {
	width: 1200px;
	padding: 30px 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	color: #fff;
}

.footer_row1_item h1 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 20px;
	color: black;
}

.footer_row1_item p,
.footer_row1_item a {
	font-size: 12px;
	color: black;
	line-height: 25px;
}

.login_border {
	border: 1px solid black;
	padding: 0px 15px;
}

.footer_row1_item p>img {
	width: 17px;
	vertical-align: middle;
	margin-right: 10px;
	transform: translateY(-2px);
	height: 17px;
}

.footer_row1_item:nth-child(3) {
	display: flex;
}

.footer_ewm_box {
	display: flex;
	flex-direction: column;
	/* align-items: center; */
}

.footer_row1_item:nth-child(2) {
	/* width: 180px; */
}

.footer_row1_item:nth-child(2) a {
	margin-bottom: 10px;
	margin-right: 40px;
}

.footer_nav_box {
	display: flex;
	flex-direction: column;
	/* 	justify-content: space-between;
	flex-wrap: wrap; */
}

.ewm {
	width: 100px;
	height: 100px;

}

.footer_row1_item-img {
	margin-top: 20px;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);

}

.footer_row1_item-img img {}


/* 底部 end*/

/*首页轮换图片 begin*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flexslider {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
	height: 500px;
}

.flexslider .slides>li a {
	display: block;
	height: 100%;
}

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides>li:first-child {
	display: block;
}

.flex-control-nav {
	position: absolute;
	bottom: 10px;
	z-index: 2;
	width: 100%;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 4px;
	display: inline-block;
	zoom: 1
}

.flex-control-nav a {
	width: 11px;
	height: 11px;
	display: block;
	background: #555;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px
}

.flex-control-nav .flex-active {
	background: #b10000;
}

.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 50%;
}

.flex-direction-nav li a {
	display: block;
	width: 71px;
	height: 71px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	margin-top: -36px;
	text-indent: -9999em;
	top: 50%;
	background-repeat: no-repeat;
	border-radius: 5px
}

/* display:none隐藏左右按钮*/
.flex-direction-nav li a.flex-prev {
	left: 50px;
	background-position: 0 0px;
	background-image: url("../images/left.png");
	background-color: rgba(0, 0, 0, .1)
}

.flex-direction-nav li a.flex-next {
	right: 50px;
	background-position: 0px 0px;
	background-image: url("../images/right.png");
	background-color: rgba(0, 0, 0, .1)
}

.flex-direction-nav li a.flex-prev:hover {
	background-color: rgba(0, 0, 0, .3)
}

.flex-direction-nav li a.flex-next:hover {
	background-color: rgba(0, 0, 0, .3)
}

/*首页轮换图片 end*/

/* 首页我们的服务 begin*/
#fh5co-service-list .bg-service {
	padding: 78px 0 100px;
}

#fh5co-service-list .item a {
	display: block;
	padding: 70px 0 76px;
	border: 1px solid #eee;
	border-radius: 5px;
}

#fh5co-service-list .item a:hover {
	background: #b10000;
	border: 1px solid #b10000;
}

#fh5co-service-list .content .item .media-img .cicon {
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	width: 58px;
	height: 59px;
	margin: 0 auto;
}

#fh5co-service-list .content .item .media-img .cicon1 {
	background-image: url(../images/s1.jpg);
}

#fh5co-service-list .content .item .media-img .cicon2 {
	background-image: url(../images/s2.jpg);
}

#fh5co-service-list .content .item .media-img .cicon3 {
	background-image: url(../images/s3.jpg);
}

#fh5co-service-list .content .item .media-img .cicon4 {
	background-image: url(../images/s4.jpg);
}

#fh5co-service-list .content .item a:hover .media-img .cicon1 {
	background-image: url(../images/s1-1.jpg);
}

#fh5co-service-list .content .item a:hover .media-img .cicon2 {
	background-image: url(../images/s2-1.jpg);
}

#fh5co-service-list .content .item a:hover .media-img .cicon3 {
	background-image: url(../images/s3-1.jpg);
}

#fh5co-service-list .content .item a:hover .media-img .cicon4 {
	background-image: url(../images/s4-1.jpg);
}

#fh5co-service-list .content .item h5 {
	color: #333;
	font-size: 16px;
	margin: 30px 0 5px;
}

#fh5co-service-list .content .item a:hover h5 {
	color: #fff
}

/* 首页我们的服务 end*/

/* 首页关于我们 begin*/
#fh5co-about-us {
	padding: 130px 0 0px;
	position: relative
}

#fh5co-about-us .bg-about-black {
	position: relative;
	height: 385px;
	background: #2ca6e1;
}

#fh5co-about-us .media-img {
	display: flex;
	align-items: center;
	height: 100%;
}

#fh5co-about-us .media-img img {
	max-width: 100%;
}

#fh5co-about-us .content {
	font-size: 15px;
	display: flex;
	color: #fff;
	line-height: 1.7
}

#fh5co-about-us .content .intro {
	padding-right: 20px;
}

.date_text {
	font-weight: bold;
	font-size: 18px;
}

.date_text:first-child {
	margin-top: 20px;
}

#fh5co-about-us .content .intro h3 {
	color: rgb(255, 255, 255);
	font-size: 25px;
	line-height: 50px;
	font-weight: bold;
}

#fh5co-about-us .content p {
	line-height: 1.7;
	margin-bottom: 10px;
}

#fh5co-about-us .content p.more a:hover {
	background: #f13a3a;
	color: #fff
}

/* 首页关于我们 end*/

/* 首页产品展示 begin*/
#fh5co-product-list {
	position: relative;
	margin-top: 130px;
}

#fh5co-product-list .bg-product {
	padding: 0px 0px 0px;
	background: url(../images/case-bg.jpg) no-repeat left center;
	background-size: contain;
	position: absolute;
	left: 0;
	right: 0%;
	bottom: 0%;
	top: 0%;
	width: 100%
}

#fh5co-product-list .bg-product>h1 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20%;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}

#fh5co-product-list .show-list {
	padding: 10px 0 0;
}

/* 首页产品展示 end*/

/* 产品展示 begin*/
.show-product a {
	display: block
}

.show-product .title-name {
	padding: 5px 0 15px;
}

.show-product a .overlay {
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	transition: transform 1s ease 0s;
}

.show-product a .media-img {
	width: 100%;
	overflow: hidden;
	position: relative
}

.show-product a:hover .overlay {
	opacity: 1;
	background: #b10000;
	transition: all .5s ease-out;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.show-product a .overlay div {
	padding: 10px;
	border: 1px solid #fff;
	overflow: hidden
}

.show-product a .overlay div h3 {
	display: inline-block;
	padding: 10px;
	border: 1px solid #fff;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	text-align: center
}

.show-product a .overlay div i {
	display: none
}

/* 产品展示 end*/

/* 首页为什么选择我们 begin*/
#fh5co-choose-us .bg-choose {
	background: url(../images/choose-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 510px 0 90px;
}

#fh5co-choose-us .content {
	font-size: 16px;
	color: #fff;
	line-height: 2.1
}

#fh5co-choose-us .content .intro {
	padding-left: 95px;
}

#fh5co-choose-us .content .intro .inner-content {
	/* max-width: 290px; */
	margin-right: 100px;
}

#fh5co-choose-us .content .intro h3 {
	color: rgb(255, 255, 255);
	font-size: 36px;
	margin-bottom: 37px;
	padding-top: 190px;
}

#fh5co-choose-us .content p {
	line-height: 2.1
}

#fh5co-choose-us .content p.more {
	margin-top: 15px;
}

#fh5co-choose-us .content p.more a {
	display: inline-block;
	color: #b10000;
	font-size: 16px;
	background: #fff;
	padding: 10px 50px;
	text-align: center;
	margin-top: 28px;
}

#fh5co-choose-us .content p.more a:hover {
	background: #fff;
	color: #333
}

.layout  .slideshow{
		
		background-size: cover;
		background-position: center center; 
		background-repeat: no-repeat;
	}

/* 首页为什么选择我们 end*/

/* 首页新闻动态 begin*/
#fh5co-news-list .bg-news {
	background-color: #fff;
	padding: 130px 0 0;
}

#fh5co-news-list .show-list .item {
	position: relative;
	background-size: 100% 90%;
	overflow: hidden;
	height: 692px;
	margin: 0 10px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px;
	text-align: center
}

#fh5co-news-list .show-list .item .item-top img,
#fh5co-news-list .show-list .item .item-bottom img {
	max-width: 100%
}

#fh5co-news-list .show-list .item .item-top,
#fh5co-news-list .show-list .item .item-bottom {
	text-align: center
}

#fh5co-news-list .show-list .item .item-middle {
	padding: 170px 0 65px;
}

#fh5co-news-list .show-list .item h3 {
	font-size: 24px;
	margin-bottom: 20px;
}

#fh5co-news-list .show-list .item1 h3 a,
#fh5co-news-list .show-list .item2 h3 a,
#fh5co-news-list .show-list .item3 h3 a {
	color: #FFF;
	-webkit-text-stroke: 1px #000;
	font-size: 30px;
	font-weight: bold;
}

#fh5co-news-list .show-list .item ul li {
	overflow: hidden;
	display: block
}

#fh5co-news-list .show-list .item ul li a {
	font-size: 16px;
	line-height: 34px;
	white-space: nowrap;
	overflow: hidden
}

/* #fh5co-news-list .show-list .item1 ul li a:hover, #fh5co-news-list .show-list .item3 ul li a:hover {
	color: #999;
	text-decoration: underline
} */
#fh5co-news-list .show-list .item2 ul li a,
#fh5co-news-list .show-list .item3 ul li a,
#fh5co-news-list .show-list .item1 ul li a,
#fh5co-news-list .show-list .item4 ul li a {
	color: #fff;
}

#fh5co-news-list .show-list .item2 ul li a:hover,
#fh5co-news-list .show-list .item1 ul li a:hover,
#fh5co-news-list .show-list .item3 ul li a:hover {
	color: #fff;
	text-decoration: underline
}

#fh5co-news-list .show-list .item p.more {
	margin-top: 50px;
}

#fh5co-news-list .show-list .item p.more a {
	display: inline-block;
	padding: 6px 25px;
	font-size: 16px;
}

#fh5co-news-list .show-list .item p.more a:hover {
	cursor: pointer;
}

#fh5co-news-list .show-list .item1 p.more a,
#fh5co-news-list .show-list .item2 p.more a,
#fh5co-news-list .show-list .item3 p.more a {
	color: #fff;
	background-color: #e8a1c0;
	border: 2px solid #000;
	font-size: 20px;
	font-weight: bold;
	border-radius: 10px;
	-webkit-text-stroke: 1px #000;
}

#fh5co-contact-us {
	position: relative;
	background-color: #b10000;
	display: flex;
	justify-content: space-between;
}

/* 首页联系我们 begin*/
#fh5co-contact-us .bg-contact {
	position: absolute;
	background-size: cover;
	right: 0;
	width: 50%;
	height: 100%;
}

#fh5co-contact-us img {
	height: 100%;
	width: 100%;
}

#fh5co-contact-us .content {
	font-size: 18px;
	color: #fff;
	line-height: 2.1
}

#fh5co-contact-us .content .intro {
	padding: 20px 100px 20px 0;
}

#fh5co-contact-us .content .intro h3 {
	color: rgb(255, 255, 255);
	font-size: 30px;
	font-weight: bold;
}

#fh5co-contact-us .content p {
	line-height: 2.1
}

#fh5co-contact-us .content p a {
	color: #fff
}

#fh5co-contact-us .content p a:hover {
	color: #fff;
	text-decoration: underline
}

#fh5co-contact-us .content p.more a {
	display: inline-block;
	color: #b10000;
	font-size: 16px;
	background: #fff;
	padding: 10px 50px;
	text-align: center;
	margin-top: 28px;
}

#fh5co-contact-us .content p.more a:hover {
	background: #fff;
	color: #333
}

/* 首页联系我们 end*/

/* 内页 begin*/
#fh5co-content_show {
	padding-bottom: 20px;
}

#fh5co-content_show .content-boxs {
	padding: 80px 0px 0;
}

#fh5co-content_show .d-boxs {
	background: #fff;
}

#fh5co-content_show .d-pad {
	padding: 20px 15px;
}

#fh5co-content_show .show_body {
	font-size: 14px;
}

#fh5co-content_show .detail {
	font-size: 14px;
	padding-bottom: 10px;
	line-height: 200%;
}

#fh5co-content_show .detail h1 {
	font-size: 20px;
}

#fh5co-content_show .detail img {
	height: auto !important;
	max-width: 100% !important;
	vertical-align: middle;
	margin-bottom: 11px;
}

#fh5co-content_show .detail img {
	margin: 11px 0;
	max-width: 100%
}

#fh5co-content_show .detail p {
	text-indent: 0;
	font-size: 14px;
	line-height: 200%
}

#fh5co-content_show .qhd-title span {
	margin: 0 5px;
	font-size: 14px;
	color: #999
}

#fh5co-content_show .qhd-title {
	border-bottom: 1px solid #eee;
	margin-bottom: 25px;
	padding-top: 6px;
}

#fh5co-content_show .qhd-title strong {
	font-weight: normal
}

#fh5co-content_show .contact-box h2 {
	font-size: 16px;
	font-weight: bold
}

#fh5co-content_show .inner-nav {
	background: #fff;
	padding: 100px 0 0;
	margin-bottom: 0 !important;
}

#fh5co-content_show .inner-nav h2 {
	font-size: 36px;
	color: #212121;
	font-weight: bold;
	margin-bottom: 25px;
}

#fh5co-content_show .inner-nav .nav {
	padding: 0;
}

#fh5co-content_show .inner-nav .nav li {
	display: inline-block;
	padding: 0;
	margin: 0
}

#fh5co-content_show .inner-nav .nav li h3 {
	margin-right: 10px;
	font-weight: bold;
}

#fh5co-content_show .inner-nav .nav li a {
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	padding: 3px 20px;
	margin: 0;
	border-radius: 20px;
	background: #F0F0F0;
	margin: 0 8px;
}

#fh5co-content_show .inner-nav .nav li a:hover,
#fh5co-content_show .inner-nav .nav li.active a {
	color: #fff;
	background: #b10000;
	font-weight: normal
}

#fh5co-content_show .inner-news-list h3 {
	font-size: 18px;
	border-bottom: 1px solid #eee;
	position: relative;
	padding: 20px 0 10px;
	margin: 0px 0px 10px;
	color: #666;
	text-indent: 10px;
}

#fh5co-content_show .inner-news-list ul {
	padding: 10px 0
}

#fh5co-content_show .inner-news-list ul li a {
	display: block;
	padding: 10px 15px;
}

#fh5co-content_show .inner-news-list ul li a:hover {
	background: #f13a3a;
	color: #fff
}

#fh5co-content_show #fch5co-rec-products h4 {
	font-size: 18px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	position: relative;
	padding-bottom: 20px;
	margin: 40px 0px 43px;
	color: #666;
}

#fh5co-content_show #fch5co-rec-products h4 span {
	position: absolute;
	left: 50%;
	top: 6px;
	width: 160px;
	background: #f0f0f0;
	margin-left: -80px;
}

/*服务介绍*/
#fh5co-content_show .service-boxs {
	margin-top: 30px;
}


#fh5co-content_show .service-boxs .container {
	max-width: 1120px;
}

.container,
.container-layout {
	box-sizing: border-box;
	padding: 0;
}

#fh5co-content_show .service-boxs .lines {
	border-bottom: 1px solid #eee;
	margin-bottom: 85px;
	padding-bottom: 57px;
}

#fh5co-content_show .service-boxs h5 {
	font-size: 26px;
	color: #555
}

#fh5co-content_show .service-boxs .brief {
	color: #999;
	margin: 30px 0 25px;
}

#fh5co-content_show .service-boxs .media-img img {
	width: 250px;
	height: 250px !important;
}

#demo-laypage-hash {

	margin: 40px 0 !important;
}

/*团队成员*/
#fh5co-our-team .bg-team {
	background: #F7F7F7;
	margin-top: 130px;
	padding: 100px 0 50px
}

#fh5co-our-team .bg-team .media-img {
	text-align: center
}

#fh5co-our-team .bg-team .heading h2 {
	font-size: 36px;
	font-weight: bold;
	color: #333;
	margin-bottom: 60px;
	position: relative
}

#fh5co-our-team .bg-team .heading h2:after {
	position: absolute;
	width: 28px;
	height: 2px;
	background: #b10000;
	margin: 0 auto;
	text-align: center;
	content: '';
	bottom: -18px;
	left: 0;
	right: 0
}

#fh5co-our-team .bg-team .heading p {
	color: rgb(102, 102, 102);
	max-width: 700px;
	margin: 0 auto 40px;
}

/*分页*/
.table span {
	margin-right: 10px;
}

.content_detail .pager {
	font-size: 14px;
	padding: 0;
	margin-top: 25px;
}

.content_detail .pager a {
	border: none;
	color: #666;
}

.content_detail .pager a:focus,
.content_detail .pager a:hover {
	color: #b10000;
	background: none
}

.content_detail .pager li {
	display: block;
	text-align: left;
	line-height: 200%
}

#fh5co-content_show .pagination .active,
#fh5co-content_show .pagination a:hover {
	background: #b10000;
	color: #fff;
}

#fh5co-content_show .pagination .active a {
	color: #fff
}

#fh5co-content_show .pagination li {
	margin: 0 3px;
}

#fh5co-content_show .pagination li.thisclass {
	width: 35px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	background: #b10000;
}

#fh5co-content_show video {
	max-width: 100%
}

#fh5co-content_show .product-detail {
	padding: 20px;
}

#fh5co-content_show .product-detail img {
	max-width: 100%;
	overflow: hidden;
	vertical-align: middle;
	margin: 11px 0;
}

#fh5co-content_show .product-detail .content-img {
	overflow: hidden;
	width: 90%
}

#fh5co-content_show .product-detail .content-img img {
	width: 100%;
	overflow: hidden;
	vertical-align: middle;
}

#fh5co-content_show .product-detail h1 {
	border-bottom: 1px solid #ddd;
	color: #000;
	font-size: 24px;
	line-height: 33px;
	padding-bottom: 6px;
}

#fh5co-content_show .product-detail .p_desc {
	color: #666;
	line-height: 24px;
	padding: 20px 0 30px;
	font-size: 14px;
}

#fh5co-content_show .product-detail .kefu_bnts {
	background: #CCAC85;
	color: #FFF;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	font-size: 16px;
	display: block;
	text-align: center
}

#fh5co-content_show .product-detail .kefu_bnts:hover {
	background: #FF5417;
}

#fh5co-content_show .product-detail .description {
	line-height: 28px;
	font-size: 14px;
	margin-bottom: 20px;
}

#fh5co-content_show .product-detail .description p {
	line-height: 28px;
}

#fh5co-content_show .product-detail .detail-title {
	border-bottom: 1px solid #ddd;
	position: relative;
	height: 37px;
}

#fh5co-content_show .product-detail .detail-title h2 {
	background: #fff;
	color: #555;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 126px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	position: absolute;
	left: 0;
	top: 1px;
}

#fh5co-content_show .product-detail table td {
	text-align: center
}

#fh5co-content_show .product-detail #quirydialog {
	display: none;
}

#quirydialog .qdialog-head {
	font-size: 16px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 7px;
	margin-bottom: 20px;
	width: 900px;
	padding-right: 10px;
}

#quirydialog .field {
	padding-right: 10px;
}

/*文章*/
#fh5co-content_show .article-media li {
	border-top: 1px dashed #DBDBDB;
	padding: 28px 0 35px
}

.article-media .media .caldata .content {
	padding: 18px;
	background: #F2F2F2;
	text-align: center;
	margin-right: 8px;
}

.article-media .media .caldata .content p {
	text-align: center
}

.article-media .media .caldata .content p.day {
	font-size: 24px;
	color: #666
}

.article-media .media .caldata .content p.mon-year {
	font-size: 13px;
}

.article-media .media .media_img {
	width: 152px;
	margin-right: 20px;
}

.article-media .media .media_img a {
	border-color: -moz-use-text-color;
	border-style: none;
	border-width: medium;
	padding: 0;
}

.article-media .media .media_img a:hover {
	border-color: -moz-use-text-color;
	border-style: none;
	border-width: medium;
	background: #fff4ce none repeat scroll 0 0;
}

.article-media .media .media_img img {
	width: 150px;
	padding: 1px;
}

.article-media li {
	margin-bottom: 0;
}

.article-media img {
	display: block;
	width: 328px;
	height: 175px;
}

.article-media .media .time {
	color: #999
}

.article-media .media-body h3 {
	font-size: 16px;
	margin-bottom: 7px;
	font-weight: bold;
}

.article-media .media-body h3 a {
	color: #666;
	font-size: 16px;
	line-height: 100%;
}

.article-media .media-body a:hover h3 {
	color: #b10000;
}

.article-media .media-body p {
	color: #777;
	line-height: 24px;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

/*内页banner*/
.slideshow {
	height: 650px;
	margin-top: 15px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

.slideshow .container {
	height: 100%;
	display: table;
	position: relative;
	z-index: 1;
}

.slideshow .overlay {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #000;
	opacity: 0.3
}

.slideshow .overlay .title {
	position: relative;
	z-index: 3
}

.slideshow .overlay .title .bread {
	padding: 0 0 0 15px;
	margin: 0;
}

.slideshow .overlay .title .bread li {
	padding: 0;
	margin: 0
}

.slideshow .overlay .title .bread li a {
	color: #fff;
}

.slideshow .overlay .title .bread li a i {
	margin-right: 5px;
}

/*在线客服*/
.SonlineBox {
	width: 139px;
	font-size: 12px;
	overflow: hidden;
	z-index: 6;
}

.SonlineBox .openTrigger {
	width: 31px;
	height: 130px;
	position: absolute;
	top: 0px;
	z-index: 1;
	cursor: pointer;
	background: #a9060e url(../images/greenopen.jpg) no-repeat;
}

.SonlineBox .titleBox {
	width: 135px;
	height: 35px;
	line-height: 33px;
	background: #a9060e;
	border-bottom: 2px solid #a9060e;
}

.SonlineBox .titleBox span {
	margin-left: 10px;
	color: #fff;
	font-size: 14px;
}

.SonlineBox .contentBoxC {
	width: 135px;
	/*height:335px;*/
	border: 2px solid #a9060e;
	background: #ffffff
		/* url(../images/greenbg.jpg) no-repeat*/
	;
	position: absolute;
	z-index: 2;
}

.SonlineBox .contentBoxC .closeTrigger {
	width: 25px;
	height: 25px;
	display: block;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
	-webkit-transition: all 0.8s ease-out;
}

.SonlineBox .contentBoxC .closeTrigger:hover {
	-webkit-transform: scale(1) rotate(360deg);
}

.SonlineBox .contentBoxC .listBox {
	overflow: hidden;
	margin-bottom: 10px;
}

.SonlineBox .contentBoxC .listBox .Tlist {
	display: block;
	width: 86%;
	height: 22px;
	margin: 10px auto 0px auto;
	text-align: center;
}

.SonlineBox .contentBoxC .listBox .Tlist span {
	float: left;
	line-height: 22px;
}

.SonlineBox .contentBoxC .listBox .Tlist a {
	/*float:left;*/
}

.SonlineBox .contentBoxC .listBox .WWList {
	line-height: 18px;
	height: 18px;
}

.SonlineBox .contentBoxC .listBox .SkypeList {
	line-height: 23px;
	height: 23px;
}

.SonlineBox .contentBoxC .otherBox {
	clear: both;
	height: 115px;
	text-align: center;
}

.SonlineBox .contentBoxC .otherBox img {
	width: 105px;
	height: 105px;
}

.SonlineBox .contentBoxC .telBox {
	display: block;
	padding: 36px 10px 10px;
	color: #a9060e;
	font-size: 14px;
	line-height: 26px;
	font-family: '微软雅黑';
	background: url(../images/telbg.jpg) 0 0 no-repeat;
	text-align: center;
	font-weight: bold;
	word-wrap: break-word;
}

/* 优秀作品 */
.submenu {
	border-bottom: 1px solid #ccc;
	display: flex;
	/* padding:  0 -10px ; */
	box-sizing: border-box;
	/* justify-content: space-between; */
}

.submenu li {
	margin: 0 10px !important;

	width: 170px;
	text-align: center;
	color: black;
	height: 40px;
	line-height: 40px;
	font-weight: 800;
	position: relative;
	transition: 0.7s linear;
	overflow: hidden;
	cursor: pointer;
}

.submenu .submenu_avti {
	background: linear-gradient(45deg, #45caf9 0%, 50%, #f9ef66 100%);
	color: #fff;
}

#arrlength {
	font-size: 18px;
	margin: 40px;

}

.submenu li:first-child {
	margin-left: 0px !important;

}

.submenu li div {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
}

.submenu li:hover:after {
	width: 100%;
	z-index: 1;
}

.submenu li:after {
	width: 0;
	cursor: pointer;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: linear-gradient(45deg, #45caf9 0%, 50%, #f9ef66 100%);
	transition: 0.7s linear;
}

.isshowclick {

	margin-top: 40px;
}

[class*='icon-']:before {

	font-family: inherit !important ;
}

.excellencelist {
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
	margin: 0 -15px;

}

.excellencelist_item {
	box-shadow: 0px 0px 10px #d6d0d0;
	border-radius: 10px;
	padding: 15px;
	height: 400px;
	overflow: hidden;
	transition: all .5s ease;
	width: calc(33.333% - 30px);
	margin: 15px;


}

.excellencelist_item img {
	height: 320px;
	width: 100%;
	object-fit: cover;
	transition: all .5s ease;
}

.excellencelist_item:hover img {
	transform: scale(1.1);
}

.excellencelist_item:hover {
	transform: scale(1.1);
}

.excellencelist_item:hover .excellencelist_item_title {
	color: #45caf9;
}

.excellencelist_item_title {
	margin-top: 20px;
	text-align: center;
	font-weight: 800;
	color: black;
}

.form-flex {
	display: flex;
	width: 100%;
	align-items: center;
	/* margin-bottom: 10px; */
	flex-wrap: wrap;
}

/*  优秀作品*/
/*  专家评委*/
.service-boxs {
	display: flex;
	flex-wrap: wrap;

}

.service-boxs_item {
	width: calc(50% - 30px);
	height: 215px;
	display: flex;
	box-shadow: 0px 0px 10px #d6d0d0;
	box-sizing: border-box;
	margin: 15px;
	overflow: hidden;
}

.service-boxs_item img {
	height: 100%;
	width: 215px;
	object-fit: scale-down;
	transition: all .5s ease;
}

.service-boxs_item:hover img {
	transform: scale(1.1);
}

.service-boxs_item_avb {
	padding: 30px 20px;
	width: calc(100% - 150px);
	text-align: center;
}

.service-boxs_item_avb h3 {
	margin-bottom: 10px;
}

.service-boxs_item_avb p {
	text-align: left;
}

.service-boxs_item:hover .service-boxs_item_avb {
	background: linear-gradient(45deg, #45caf9 0%, 50%, #f9ef66 100%);
}


/*手机底部导航*/
#toolbar {
	display: none;
}

@media (min-width:1441px) {
	#fh5co-product-list .bg-product {
		background-size: cover
	}
}

#fh5co-about-us .media-img {
	/* margin-top: -47px; */
}

#fh5co-about-us .content .intro {
	padding-right: 0px;
}

#fh5co-about-us .content .intro h3 {
	margin-bottom: 0px;
}

#article-box-id #fh5co-content_show .show_content {
	margin-left: 30px;
}

#fh5co-content_show .service-boxs .desc {
	padding-left: 20px;
}
}

@media screen and (max-width:1000px) {
	#quirydialog .qdialog-head {
		width: 600px
	}

	#fh5co-header .navbar-head img {
		/* width: 200px; */
		margin-top: 3px;
	}

	#fh5co-header .navbar-body .nav li a {
		padding: 0px 18px;
	}

	#fh5co-header .navbar-body .nav li ul {
		left: -37px;
	}

	.flexslider {
		height: 500px;
	}

	.flexslider .slides li {
		height: 500px;
	}

	#fh5co-content_show .product-detail .content-img {
		margin-bottom: 30px;
	}

	#article-box-id #fh5co-content_show .show_content {
		margin-left: 20px;
	}

	.line-big {
		margin-left: -10px;
		margin-right: -10px
	}

	.line-big .x1,
	.line-big .x2,
	.line-big .x3,
	.line-big .x4,
	.line-big .x5,
	.line-big .x6,
	.line-big .x7,
	.line-big .x8,
	.line-big .x9,
	.line-big .x10,
	.line-big .x11,
	.line-big .x12,
	.line-big .xl1,
	.line-big .xl2,
	.line-big .xl3,
	.line-big .xl4,
	.line-big .xl5,
	.line-big .xl6,
	.line-big .xl7,
	.line-big .xl8,
	.line-big .xl9,
	.line-big .xl10,
	.line-big .xl11,
	.line-big .xl12,
	.line-big .xs1,
	.line-big .xs2,
	.line-big .xs3,
	.line-big .xs4,
	.line-big .xs5,
	.line-big .xs6,
	.line-big .xs7,
	.line-big .xs8,
	.line-big .xs9,
	.line-big .xs10,
	.line-big .xs11,
	.line-big .xs12,
	.line-big .xm1,
	.line-big .xm2,
	.line-big .xm3,
	.line-big .xm4,
	.line-big .xm5,
	.line-big .xm6,
	.line-big .xm7,
	.line-big .xm8,
	.line-big .xm9,
	.line-big .xm10,
	.line-big .xm11,
	.line-big .xm12,
	.line-big .xb1,
	.line-big .xb2,
	.line-big .xb3,
	.line-big .xb4,
	.line-big .xb5,
	.line-big .xb6,
	.line-big .xb7,
	.line-big .xb8,
	.line-big .xb9,
	.line-big .xb10,
	.line-big .xb11,
	.line-big .xb12 {
		position: relative;
		min-height: 1px;
		padding-right: 10px;
		padding-left: 10px
	}

	#fh5co-about-us {
		padding: 60px 0 0;
	}

	#fh5co-about-us .media-img {
		margin-top: -40px;
	}

	#fh5co-about-us .content .intro {
		padding-right: 0px;
		height: 190px;
		overflow: hidden
	}

	#fh5co-about-us .content .intro h3 {
		margin-bottom: 0px;
	}

	#fh5co-choose-us .content .intro {
		padding-left: 50px;
	}

	#fh5co-news-list .show-list .item ul li a {
		font-size: 14px;
	}

	#fh5co-content_show .service-boxs .desc {
		padding-left: 20px;
	}
}

@media screen and (max-width:760px) {
	#quirydialog .qdialog-head {
		width: 360px
	}
	.layout .slideshow{
		margin-top: 60px;
	}
	.organization_item_1{
		margin-bottom: 0px  !important;
		margin-top:  40px !important;
	}
	.case{
		margin-top: 50px !important;
	}
   .wentitle{
	   margin-left: 0 !important;
   }
	#fh5co-offcanvas .nav {
		display: block;
		borer: none
	}

	.fh5co-nav-toggle {
		display: block;
	}
  .service-boxs_item {
    height: 240px;
  }
  .service-boxs_item img{
    width: 180px;
  }

	#fh5co-header .navbar {
		height: auto;
	}

	#fh5co-header .navbar-head {
		padding: 0 0 0px 0;
		position: relative
	}

	#fh5co-header .navbar-body {
		border: none
	}

	#fh5co-header .icon-navicon {
		position: absolute;
		top: 50%;
		right: 0px;
		margin-top: -10px;
		background: none;
		color: #fff;
		font-size: 22px;
		border: none;
		transition: none;
		padding: 0;
	}

	#fh5co-header .navbar-head img {
		/* width: 160px; */
	}

	.flexslider {
		height: 300px;
	}

	.flexslider .slides li {
		height: 300px;
	}

	#article-box-id #fh5co-content_show .show_content {
		margin-left: 0px;
	}

	.slideshow {
		height: 280px;
	}

	#fh5co-service-list .bg-service {
		padding: 50px 0 20px;
	}

	#fh5co-about-us .content .intro {
		margin-top: 20px;
		height: auto
	}

	#fh5co-product-list .show-list {
		padding: 50px 0 0;
	}

	#fh5co-product-list .bg-product {
		background: none
	}

	#fh5co-choose-us .bg-choose {
		background-image: url(../images/choose-mbg.jpg);
		background-position: left top;
		padding: 0px 0 60px;
	}

	#fh5co-choose-us .content .intro .inner-content {
		max-width: auto;
	}

	#fh5co-choose-us .content .intro h3 {
		padding-top: 130px;
	}

	#fh5co-contact-us .bg-contact {
		background: #b10000;
		padding: 40px 0 30px;
	}

	#fh5co-contact-us .intro {
		padding-left: 20px;
	}

	#fh5co-news-list .bg-news {
		padding: 50px 0 0;
	}

	.show-product a .overlay div h3 {
		font-size: 14px;
	}

	#fh5co-our-team .bg-team {
		margin-top: 40px;
		padding: 40px 0
	}

	#fh5co-content_show .service-boxs .desc {
		padding-left: 0px;
	}

	.flex-direction-nav {
		display: none
	}

	/*手机底部导航*/
	.blank55 {
		height: 55px;
		line-height: 1px;
		clear: both;
	}

	#toolbar {
		color: #fff;
		width: 100%;
		height: 54px;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 8;
		background: #000;
		display: block;
	}

	#toolbar a {
		width: 100%;
		color: #fff;
		display: block;
		padding: 5px 0 0 0;
		line-height: 23px;
		font-size: 14px;
	}

	#toolbar a span {
		font-size: 22px;
		display: block;
	}

	ul li .level-a span {
		padding: 0 15px !important;
		width: auto !important;
		background: linear-gradient(45deg, #45caf9 0%, 50%, #f9ef66 100%);
		/* linear-gradient(45deg, #45caf9 0%, 50%, #f9ef66 100%) !important; */
	}

	.title_1 .title_1_border {
		width: 100% !important;
	}



	#fh5co-offcanvas ul li {
		list-style: none;
		display: flex;
		justify-content: space-between;
		margin-left: 0px !important;



	}

	#fh5co-offcanvas {
		padding-bottom: 20px;
		box-shadow: 5px 5px 10px #ccc;
	}

	ul {
		padding: 0 10px !important;

	}

	ul li .level-a span {
		display: inline-block;
		width: 60px;
		height: 30px;
		background: #f4e400 !important;
		border-radius: 20px;
		line-height: 30px;
		color: #fff;
		text-align: center;
	}

	.my_infos {
		width: 100%;
		position: initial;
		z-index: 99;
	}

	#fh5co-offcanvas ul li a::after {
		background: #ccc;

		width: 130px;
	}

	#fh5co-offcanvas ul li a {
		font-size: 14px;

		line-height: 40px;

	}
	.excellencelist{
		margin: 0;
	}
	.excellencelist_item{
		width: 100%;
	}
	.porfile {
		padding: 10px;
	}
	.g_title .l3 {
		margin-right: 0;
	}
	.service-boxs_item{
		width: calc(100% - 30px);
	}
	.bt{
		margin: 10px 0 0 10px;
	}
	.shaishidonyai{
		margin: 20px -15px 0 -15px !important;
		padding: 0 10px;
	}
	.case .case_nav{
		width: 100%;
	}
	.my_infos{
		position: relative !important;
		right: 0 !important;
		border: none !important;
		left: inherit !important;
		top:0px !important;
	}
}

@media screen and (max-width:480px) {

	.fh5co-heading h2,
	#fh5co-service-list h3 {
		font-size: 28px;
	}

	.fh5co-heading span {
		font-size: 14px;
	}

	#quirydialog .qdialog-head {
		width: auto !important
	}

	#fh5co-header .navbar-head img {
		/* width: 120px; */
	}

	.fh5co-nav-toggle {
		top: 11px;
	}

	.flexslider {
		height: 180px;
	}

	.flexslider .slides li {
		height: 180px;
	}

	.article-media .media .caldata .content {
		padding: 6px;
	}

	.article-media .media .caldata .content p.day {
		font-size: 20px;
	}

	.article-media .media .media_img {
		width: 82px;
		margin-right: 10px;
	}

	.article-media .media .media_img img {
		width: 80px;
		padding: 1px;
	}

	.article-media .media .time,
	.article-media .media .desc {
		display: none
	}

	.article-media img {
		width: 80px;
	}

	.article-media .media-body h3 {
		line-height: 100%;
		font-size: 12px;
	}

	.article-media .media-body h3 a {
		font-size: 14px;
		line-height: 150%
	}

	#fh5co-content_show .inner-nav h2 {
		font-size: 26px;
	}

	#fh5co-content_show .inner-nav .nav li a {
		padding: 0 9px;
		margin: 0 2px;
		font-size: 14px;
	}

	#fh5co-content_show .contact-box {
		padding: 25px 10px 35px;
	}

	#fh5co-content_show .qhd-title,
	#fh5co-content_show .detail h1 {
		line-height: 1.3
	}

	#fh5co-content_show .qhd-title span {
		font-size: 12px;
	}

	.slideshow {
		height: 160px;
	}

	#fh5co-service-list .item a {
		padding: 20px 0 16px;
	}

	.show-product a .overlay div h3 {
		display: none
	}

	#fh5co-choose-us .content {
		font-size: 14px;
	}

	#fh5co-choose-us .content .intro {
		padding: 0 10px;
	}

	#fh5co-choose-us .content .intro .inner-content {
		max-width: 600px;
	}

	#fh5co-choose-us .content .intro h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	#fh5co-choose-us .content p.more a,
	#fh5co-contact-us .content p.more a {
		padding: 5px 20px;
		margin-top: 6px;
		font-size: 14px;
	}

	#fh5co-news-list .show-list .xl6,
	#fh5co-our-team .bg-team .xl6 {
		width: 100% !important
	}

	#fh5co-news-list .show-list .item {
		max-width: 396px;
		width: 100%;
		margin: 0 auto
	}

	#fh5co-contact-us .content .intro h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	#fh5co-contact-us .content {
		font-size: 14px;
		line-height: 1.8
	}

	.show-product a .overlay div i {
		display: block;
		font-size: 18px;
		color: #fff;
		font-weight: normal
	}

	footer {
		font-size: 14px;
	}
}

/* 内页 end*/

/* ======置顶 ======*/
.backToTop {
	display: none;
	width: 35px;
	height: 35px;
	position: fixed;
	_position: absolute;
	right: 5px;
	bottom: 60px;
	_bottom: "auto";
	cursor: pointer;
	z-index: 9;
	background: #666 url(../images/icon-gotop-fixed.png) no-repeat center center;
}

.backToTop:hover {
	background-color: #444;
}

.pagebar {
	padding: 20px;
	overflow: hidden;
	clear: both
}

.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 12px;
	height: 50px;
	text-align: center;
	width: 70px;
	padding: 8px 10px;
	margin: 0 2px;
	border-radius: 3px;
	line-height: 100%
}

.pagination img {
	background-size: cover
}

.pagination span {
	color: #333;
	font-size: 12px;
	padding: 7px 2px;
	margin: 0 2px;
	border-radius: 3px;
}

.pagination a:hover {
	color: #333;
	border: 1px solid #333;
}

.pagination a.page-num-current {
	color: #fff;
	background: #333;
	border: 1px solid #333;
}

.pagination .st {
	font-family: 宋体
}

.text-secondary {
	text-align: center;
	padding: 20px 0
}

#maximg img {
	max-width: 100%;
	height: auto !important
}



.title_1 {
	margin-top: 110px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 20px;
	font-weight: bold;
	position: relative;
	margin-bottom: 40px;
}


.title_2 {
	position: relative;
	color: #45caf9;
	letter-spacing: 5px;
	font-weight: normal;
	font-size: 25px;
	/* transform: translateY(147%); */
	/* -webkit-text-stroke: 1px #000; */
	z-index: 9;
}

.title_2 img {
	position: absolute;
	height: 55px;
	width: 85px;
	object-fit: scale-down;
	right: -79px;
	top: -16px;
}

.title_3 {
	color: #45caf9;
	font-size: 18px;
	position: relative;
	z-index: 99;
	background: #fff;
	padding: 0 20px;
	font-weight: normal;
}

.title_1 .title_1_border {
	display: block;
	background-color: #45caf9;
	height: 1px;
	position: absolute;
	width: 1200px;
	bottom: 13px;
}

/* .title_3:after {
	content: "";
	width: 50%;
	display: block;
	background-color: #e6e6e6;
	height: 2px;
	position: absolute;
	right: -110px;
	bottom: 5px;
}

.title_3:before {
	content: "";
	width: 50%;
	display: block;
	background-color: #e6e6e6;
	height: 2px;
	position: absolute;
	left: -110px;
	bottom: 5px;
} */

.earth {
	position: absolute;
	height: 70%;
	top: 50%;
	right: -78px;
	transform: translateY(-50%);
}

.index_4 {
	height: 500px;
	margin-top: 60px;
}

.index_5_box {
	position: relative;
	width: 1200px;
	height: 600px;
	margin: 0 auto;
}

.index_5_item {
	display: flex;
	margin-bottom: 20px;
	font-size: 25px;
	color: #000;
}

.index_5 {
	position: relative;
	height: 100%;
	background: url(../images/img_5.svg) no-repeat;
	background-size: 100% 100%;
	padding: 220px 0 0 60px;
}

.index_5_box h1 {
	position: absolute;
	color: #fff;
	top: 52px;
	z-index: 9;
	letter-spacing: 3px;
	left: 5%;
	font-size: 32px;
	font-weight: 700;
}

.icon_s {
	width: 40px;
	height: 40px;
	margin-right: 20px;
}

.date_item:nth-child(2n-1) {
	text-align: right;
}

.block_1 {
	width: 1200px;
	margin: 100px auto;
	height: 150px;
	display: flex;
	justify-content: space-between;
}

.block_1s {
	position: relative;
	width: 1200px;
	padding: 0 10px;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.block_1s .block_3s {
	border: 1px solid #fff;
	color: #fff;
}

.block_1s_margin {
	margin: 200px auto 0 !important;
}

.block_1s .block_3 {
	text-align: justify;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px 0;
}

.block_3 {
	display: flex;
	align-items: center;
	flex-direction: column;
	height: 100%;
	border: 1px solid #b10000;
	color: #b10000;
}

.block_3_box {
	background-color: #b10000;
	width: 48%;
	padding: 20px;
	margin-bottom: 50px;
}

.block_3_boxs {
	border: 1px solid #b10000;
	background-color: #fff;
	width: 48%;
	padding: 20px;
	margin-bottom: 50px;
}

.block_4_boxs {
	position: relative;
	width: 550px;
	padding: 10px;
	background-color: #ea662d;
	border: 1px solid #000;
}

.block_4_box {
	width: 550px;
	height: 100%;
	padding: 10px;
	border: 1px solid #000;
	position: absolute;
	right: -10px;
	bottom: -10px;
	z-index: -1;
}

.block_4 {
	background-color: #fff;
	height: 100%;
	border: 1px solid #000;
	display: flex;
	align-items: center;
	padding: 10px;
}

.block_4 img {
	width: 125px;
	height: 68px;
	margin: 0 10px;
}

.text_5 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

.text_1_box {
	position: absolute;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	width: 160px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	text-align: center;
	background-color: #192988;
}

.icon1 {
	position: absolute;
	left: -25px;
	top: 15px;
	height: 80%;
}

.block_3>img {
	width: 300px;
	height: 300px;
}

.block_3s>img {
	margin-bottom: 20px;

}

.text_box {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.text_box2 {}

.text_1 {
	font-size: 30px;
	font-weight: bold;
	align-items: center;
	color: inherit;
}

.text_2 {
	font-size: 16px;
	text-indent: 2em;
}

.text_3 {
	font-size: 16px;
	letter-spacing: 2px;
	padding: 0 10px;
}

.text_4 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
}

.context_text {
	margin-bottom: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.title_4 {
	margin-top: 40px;
	font-size: 30px;
	font-weight: bold;
	color: #b10000;
}

.p_1,
.p_2 {
	margin-top: 10px;
	font-size: 16px;
	text-align: center;
	line-height: 32px;
	letter-spacing: 2px;
}

.p_2 {
	text-align: justify;
	text-indent: 2em;
	width: 1200px;
	margin: 10px auto;
}

.p_3 {
	font-size: 20px;
	line-height: 40px;
}

.introduction {
	margin-bottom: 100px;
}

.introduction_text {
	margin-top: 20px;
}

.partner_box {
	margin: 20px auto 100px;
	width: 1200px;
}

.organization_item {
	display: flex;
	margin: 20px 0;
	align-items: center;
}

.organization_items {
	display: flex;
	margin: 20px 0;
	/* align-items: center; */
	flex-direction: column;
	margin-bottom: 110px;

}

.organization_item_1 {
	background: linear-gradient(45deg, #45caf9 0%, 50%, #f9ef66 100%);
	width: 180px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 40px;
	border: none;
	font-weight: 800;
	letter-spacing: 5px;
	display: inline-block;
	color: black;
	margin: 20px auto;
	margin-bottom: 40px;
	font-size: 16px;

}

.organization_item_1_about {

	background: inherit;
}

.organization_item_2 {
	font-size: 16px;
	flex: 1;
}

.avatar_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: calc(20% - 10px);
	margin: 5px;
	box-shadow: 0px 0px 10px #d6d0d0;
	height: 110px;
	border-radius: 10px;

	box-sizing: border-box;
	flex-wrap: wrap;
	transition: all .5s ease;
	overflow: hidden;
}

.avatar_item img {
	width: 90%;
	height: 90%;
	object-fit: scale-down;
	border-radius: 10px;
	border-radius: 10px;
	box-sizing: border-box;

	transition: all .5s ease;
}

.avatar_item:hover {
	border: 3px solid #45caf9;

}

.avatar_item:hover img {

	transform: scale(1.3);
}

.avatar_item a {
	/* margin-top: 10px;
	height: 30px;
	line-height: 30px;
	width: 80px;
	color: #fff;
	background-color: rgb(215, 14, 68);
	border-radius: 20px;
	display: inline-block;
	text-align: center; */
}

.words-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}

.words-item span {

	height: 30px;
	line-height: 30px;
	width: 80px;
	color: #fff;
	background-color: #45caf9;
	border-radius: 20px;
	display: inline-block;
	text-align: center;
}

.avatar {
	display: flex;

	/* justify-content: space-evenly; */
	flex-wrap: wrap;

}

/* .avatar,.avatar>img{
	width: 100%;
  } */
.partner_box>img {
	width: 100%;
}

.context_btn {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	margin: 20px auto 0;
}

.main_btn {
	cursor: pointer;
	width: 300px;
	height: 50px;
	line-height: 50px;
	font-size: 23px;
	text-align: center;
	border-radius: 50px;
	background-color: #f4e400;
}

.context_btn>a {
	color: #000;
	font-weight: bold;
}

.schedule_box {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.schedule_item {
	position: relative;
	width: 28%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 390px;
}

.schedule_item:nth-child(1) {
	background: url(../images/img_2.png) no-repeat bottom;
}

.schedule_item:nth-child(2) {
	background: url(../images/img_3.png) no-repeat bottom;
}

.schedule_item:nth-child(3) {
	background: url(../images/img_4.png) no-repeat bottom;
}

.item_title_box {
	/* position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: 20%; */
}

.item_title {
	width: 180px;
	height: 100px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	background-color: #ffeb57;
	border: 1px #000 solid;
	font-size: 25px;
	font-weight: 700;
	color: #000;
	margin: 30px 0;
}

.item_title2 {
	width: 180px;
	text-align: center;
	background-color: #fff;
	padding: 10px 0;
	border: 1px #000 solid;
	font-size: 25px;
	font-weight: 700;
}

/* 登录 */

.login_box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 20px;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
	width: 600px;
	height: auto;
	margin: 50px auto;
	padding: 50px;
}

.login_box h1 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.login_box .inputs {
	border: none;
	width: 100%;
	height: 100%;
}

.login_ipu {
	display: flex;
	align-items: center;
	height: 40px;
	width: 100%;
	border: #999 1px solid;
	overflow: hidden;
	border-radius: 10px;
}

.login_box button {
	height: 40px;
	font-size: 18px;
	background-color: #d5231b;
	color: #fff;
	border-radius: 5px;
	border: none;
}

.login_box button>a {
	color: #fff;
}

.login_radio {
	display: flex;
	align-items: center;
	font-size: 15px;
	color: #666;
}

.login_p1 {
	color: #999;
	font-size: 15px;
}

.login_ipu img {
	width: 20px;
	margin: 0 5px 0 15px;
}

.login_box .register_yzm {
	background-color: #f2f2f2;
	font-size: 15px;
	width: 32%;
	margin-left: 10px;
	border: #666 1px solid;
	color: #000;
}

/* 登录头像 */
#fh5co-header .navbar-body .nav li button {
	background-color: rgba(0, 0, 0, 0);
	border: #000 1px solid;
	padding: 3px 15px;
}

#fh5co-header .navbar-body .nav li {
	position: relative;
}

#fh5co-header .navbar-body .nav li img {
	width: 40px;
	height: 40px;
}

#fh5co-header .navbar-body .nav li:last-child:hover .my_infos_box {
	display: block;
}

.my_infos_boxs {
	line-height: 46px;
}

.my_infos_box {
	display: none;
}

.my_infos_boxs img {
	height: auto;
	width: 20%;
	margin-bottom: 10px;
}

.last-level:hover .my_infos_box {
	display: block;

}


.my_infos {
	position: absolute;
	top: 46px;
	left: -120px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	width: 160px;
	border: 1px solid #999;
	background-color: #fff;
	overflow: hidden;
	color: black;
	border-radius: 10px;
	z-index: 99;
}

.my_infos>a {
	width: 100%;
	font-size: 16px;
	line-height: 50px;
	color: black !important;
	padding-left: 20px;
}

.my_infos a:hover {
	background: linear-gradient(45deg, #45caf9 0%, 50%, #f9ef66 100%);
	color: #fff !important;
}

/* 我的 */
.my_container {
	margin: 20px auto 50px;
	width: 1220px;
	display: flex;
	justify-content: space-between;
}

.my_container .my_left {
	overflow: hidden;
	width: 23%;
	border-radius: 10px;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05)
}

.my_container .my_right {
	height: 100%;
	width: 75%;
	border-radius: 10px;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05)
}

.personal_center_title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 40px;
	height: 108px;
	margin-bottom: 16px;
	background: linear-gradient(45deg, #45caf9 0%, 50%, #f9ef66 100%);
	font-size: 24px;
}

.personal_center_title h1 {
	color: #fff;
}

.personal_center_title h1:nth-child(2) {
	font-size: 16px;
	margin-top: 10px;
}

.my_left ul li:hover {
	background-color: #f4f4f4;
}

.my_left ul li {
	position: relative;
}

.my_left_line::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 60px;
	background-color: #45caf9;
}

.my_left ul li h1 {
	line-height: 60px;
	font-size: 16px;
	margin-left: 40px;
}

.my_right {
	padding: 40px;
}

.my_right .my_right_title::after {
	content: '';
	display: block;
	width: 75px;
	height: 3px;
	background-color: #45caf9;
	position: absolute;
	bottom: 0;
}

.my_right .my_right_title {
	position: relative;
	border-bottom: #eee 1px solid;
	font-size: 18px;
	padding: 0 0 10px 0;
}

.my_right .my_right_title>span {
	color: #2D8EF8;
	font-size: 12px;
	margin-left: 20px;
	float: right;
}

.my_right h1 {
	font-size: 14px;
	padding: 30px 0 10px;
}

.my_right input,
.my_right select {
	width: 40%;
	border: #e6e6e6 1px solid;
	font-size: 12px;
	padding: 10px;
	border-radius: 5px;
	margin-top: 10px;
}

.my_right textarea {
	resize: none;
	width: 100%;
	border: #e6e6e6 1px solid;
	font-size: 12px;
	padding: 10px;
	border-radius: 5px;
}

.my_right .cautious {
	font-size: 10px;
	color: #d5231b;
	margin-bottom: 10px;
}

.my_right .must::before {
	content: '*';
	color: #d5231b;
	padding-right: 3px;
}

.my_right .works_info_box {
	border: #e6e6e6 1px solid;
}

.my_right .works_info,
.staff {
	padding: 20px;

}

.my_right .my_right_title2 {
	padding: 0 !important;
	background-color: #f4f4f4;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	border-bottom: #e6e6e6 1px solid;
	border-top: #e6e6e6 1px solid;
}

.my_right .works_info textarea {
	height: 120px;
}

.my_right .file_input input {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.my_right .file_input h1 {
	padding: 0;
	text-align: center;
	line-height: 20px;
	color: #c3c3c3;

}

.my_right .file_input {
	position: relative;
	width: 150px;
	height: 80px;
	border: #e6e6e6 1px solid;
	background-color: #f4f4f4;
}

.file_input .file_img {
	font-size: 50px;
	margin-top: 18px;
	margin-bottom: 5px;
	color: #e6e6e6;
}

.file_input_box>span {
	color: #999;
	margin-left: 15px;
}

.file_input_box {
	display: flex;
	align-items: flex-end;

}

.person_info_item>input {
	width: 100%;
}

.person_info_item {
	width: 100%;
	margin-right: 10px;
}

.person_info_item:last-child {
	margin-right: 0;
}

.person_info {
	display: flex;
	justify-content: space-between;
}

.add_person {
	cursor: pointer;
	border: #e6e6e6 1px solid;
	background: linear-gradient(45deg, #45caf9 0%, 50%, #f9ef66 100%);
	color: #fff !important;
	font-size: 12px;
	padding: 3px 15px;
	margin-left: 5px;
}

.edit_person {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #999;

}
.login_box>div, .login_box>button {
    margin: 10px 0;
}
.porfile{
	    margin-top: 40px;
}
.porfile .font video{
		   width: 100%;
		    /* height: 400px;	 */
		
	}


.person_info_remove span {
	position: absolute;
	color: #fff;
	font-size: 30px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	pointer-events: none;
}

.person_info_remove {
	cursor: pointer;
	position: relative;
	width: 20px;
	height: 20px;
	margin: 50px auto 0;
	border-radius: 20px;
	background-color: #b10000;
}

.commit_works_btn {
	margin: 50px calc(50% - 120px) 0;
	background: linear-gradient(45deg, #45caf9 0%, 50%, #f9ef66 100%);
	color: #fff;
	width: 240px;
	height: 50px;
	border: none;
	border-radius: 10px;
}

.words_item {
	width: 30%;
	height: 175px;
	margin-bottom: 50px;
	border: 2px solid #45caf9;
	border-radius: 10px;
	text-align: center;
}

.words_item img {
	width: 100%;
	/* height: 175px; */
	height: calc(100% - 24px);
	object-fit: contain;
}

.words {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.words::after {
	content: '';
	display: block;
	width: 30%;
	height: 175px;
}

.newslist_content img {
	width: 1180px;

}

.requirements {
	background: url(../images/icon_6.png) no-repeat center/100% 100%;
	width: 95%;
	height: 200px;
	position: relative;
	margin: 0 auto;
	display: none;
}

.requirements_content {
	transform: translateY(-20px);
}

.requirements h1 {
	color: #fff;
	letter-spacing: 3px;
	font-size: 32px;
	font-weight: 700;
	margin-left: 30px;
}

.requirements p {
	text-indent: 2em;
	font-size: 16px;
	margin: 20px 100px;
	text-align: justify;
}

.requirements_box {
	margin-top: 20px;
	padding-top: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.format_upgrade_box {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.format_upgrade_item {
	width: 48%;
	height: 600px;
	border: rgb(277, 102, 45) solid 1px;
	border-radius: 30px;
	margin-top: 50px;
}

.format_upgrade_item img {
	width: 100%;
	height: 335px;
}

.format_upgrade_item h1 {
	margin: 0 20px;
	line-height: 60px;
	font-size: 25px;
	font-weight: 700;
	border-bottom: 1px solid rgb(277, 102, 45);
}

.format_upgrade_item p {
	margin: 20px;
	font-size: 16px;
	text-indent: 2em;
	text-align: justify;
	line-height: 30px;
}

.hedrtr-tiao_btn {
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 5px 5px;
	box-sizing: border-box;
	background: linear-gradient(45deg, #45caf9 0%, 50%, #f9ef66 100%);
	margin-top: 110px;

}

.hedrtr-tiao_btn p {
	width: auto;
}

.hedrtr-tiao_btn>div {
	padding: 40px 25px;
	background-color: #fff;
}

.hedrtr-tiao_btn>img {
	position: absolute;
	right: -20px;
	top: -30px;
	height: 55px;
	width: 85px;
	object-fit: scale-down;
}

.hedrtr-tiao {
	display: flex;
	justify-content: space-between;
	/* width: 1200px; */
	/* margin-top: -40px; */

	margin-bottom: 30px;
	flex-wrap: wrap;
	margin-top: 30px;
}

.tiao-item {
	width: 49%;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #d6d0d0;
	/* height: 100%; */
	height: 120px;
	text-align: center;
	display: flex;
	/* flex-direction: column; */
	justify-content: center;
	align-items: center;

}

.tiao-item a {
	display: flex;
	/* flex-direction: column; */
	justify-content: center;
	align-items: center;
}

.tiao-item img {
	height: 24px;
	width: 29px;
	margin-right: 10px;
	object-fit: cover;

}

.tiao-item h4 {
	/* color: rgb(215, 14, 68); */
	letter-spacing: 2px;
	font-size: 16px;
}

.tiao-item:hover h4 {
	color: #fff;
}

/* 规则列表 */
.rules {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}

.rules_item {
	width: 50%;
	padding: 30px 20px;
	background-color: #f9ef66;
	height: 380px;
	color: black;
	border: 4px solid #f9ef66;
	overflow: hidden;
}

.rules_item img {
	height: 80px;
	width: 110px;
	object-fit: cover;
	transition: all .5s ease;
}

.rules_item_brg {
	background-color: #45caf9;
	color: #fff;
	border: 4px solid #45caf9;
	transition: all .5s ease;

}

.rules_item p {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 4px;
}

/* .rules_item:hover {
	border: 4px solid #ccc;

} */
.rules_item:hover img {
	transform: scale(1.1);

}

.rules_item:hover p {

	font-size: 18px;
}

.rules_item_cen {
	margin-top: 20px;
}


}

.rules_item_cen p {
	transition: all .5s ease;

	text-align: justify;

	line-height: 32px;
	letter-spacing: 2px;
	font-size: 16px;
}



.rules_item_cen_h {
	display: flex;
}

.rules_item_cen_cor {
	color: #f9ef66;
	font-weight: 800;
	margin-left: 5px;
}

.morebut {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.morebut a {
	background: linear-gradient(45deg, #45caf9 0%, 50%, #f9ef66 100%);
	width: 180px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 40px;
	border: none;
	font-weight: 800;
	letter-spacing: 5px;
	display: inline-block;
	color: black;
	font-size: 16px;
	position: relative;
	transition: 0.7s linear;
	overflow: hidden;
}

.morebut a:after {
	width: 0;
	cursor: pointer;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: #45caf9;
	transition: 0.7s linear;
}

.morebut a:hover:after {
	width: 100%;
	z-index: 1;
}

.morebut div {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;

}

.morebut a:focus,
a:hover {
	color: #fff;
	/* background: #45caf9; */
}

/* 命题列表 */
.mingtilist {

	display: flex;
	flex-wrap: wrap;
	justify-content: inherit;
	/* width: 100%; */
	/*  margin-left: -5px;
  margin-right: -5px */
}

.mingtilist_item {
	border-radius: 10px;
	box-shadow: 0px 0px 10px #d6d0d0;
	width: calc(50% - 16px);
	/* flex: 0 0 14.2555%; */
	margin: 8px;
	/* padding: 0 5px; */
	height: 160px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: relative;
}

.mingtilist_item a {
	height: 100%;
	display: inline-block;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* box-sizing: border-box; */
	width: 100%;
}

.mingtilist_item img {
	width: 100%;
	height: 100%;
	/* margin-bottom: 10px; */
	object-fit: scale-down;
	border-radius: 10px;
}

.mingtilist_item .mingtilist_item_name {
	font-size: 20px;
	opacity: 0;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;

	width: 100%;
	height: 100%;
	transition: transform 0.5s;
	border-radius: 10px;
}

/* .mingtilist_item:hover{
	background: linear-gradient(45deg, #45caf9 0%, 50%, #f9ef66 100%);
} */
.mingtilist_item:hover .mingtilist_item_name {
	color: #fff;
	bottom: 0;
	font-weight: 800;
	font-size: 20px;
	opacity: 1;
	transition: all .5s ease;
	background: linear-gradient(45deg, #45caf9 0%, 50%, #f9ef66 100%);
}

.shaishidonyai_banner {
	height: 630px;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	border-radius: 15px;
	overflow: hidden;
	transition: all .5s ease;

}

.shaishidonyai_banner:hover {
	box-shadow: 0px 0px 10px #45caf9;
	color: black;
}

.shaishidonyai_banner>div {
	transition: all .5s ease;
}

.shaishidonyai_banner:hover>div {
	color: black;
}

.shaishidonyai_banner img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
	transition: all .5s ease;


}

.shaishidonyai_banner:hover img {
	transform: scale(1.1);
	box-shadow: 0 0 20px #717171;
}

.shaishidonyai_banner>div {
	position: absolute;
	height: 50px;
	width: 100%;
	bottom: 0;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	font-weight: 800;
	background-color: #45caf9;
	color: #fff;
	border-radius: 0 0 10px 10px;
}

.shaishidonyai {
	display: flex;
	/* justify-content: space-between; */
	margin: 0 -15px;
	margin-top: 20px;
	flex-wrap: wrap;

}

.shaishidonyai_item {
	width: calc(33.33% - 30px);
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #d6d0d0;
	transition: all .5s ease;
	overflow: hidden;
	margin: 15px;

}


.shaishidonyai_item h3 {
	font-weight: bold;
	font-size: 16px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px;
}

.case .case_nav .list .current-menu .box {
	/* background-color: #16b777ee !important; */
	/* background: #64bef1 !important; */
	background: #45caf9;
	color: #fff;
}

.shaishidonyai_item p {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #777;
}

.shaishidonyai_item img {
	width: 100%;
	height: 230px;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
	transition: all .5s ease;

}

.shaishidonyai_item:hover img {
	transform: scale(1.1);
}

.shaishidonyai_cen {
	padding: 20px;
	display: flex;
	flex-direction: column;
	color: #787171;
}

.shaishidonyai_cen h3 {
	/* color: black; */
}

.shaishidonyai_look {
	display: flex;
}

.shaishidonyai_look:nth-child(2) {

	margin-left: 10px;
}

.shaishidonyai_item_xiang {
	width: 100%;
	height: 5px;
	background-color: rgb(215, 14, 68);
	opacity: 0;
}

.shaishidonyai_item:hover {
	/* border: 2px solid #45caf9 ;
	box-sizing: border-box; */
	transition: all .5s ease;
	box-shadow: 0px 0px 10px #45caf9;

}

.shaishidonyai_item:hover h3 {
	color: #45caf9;
}

.shaishidonyai_getlook {
	margin-top: 25px;
}

.pinweislider {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	/* background: #cccccc63; */
	padding: 20px 0;
}

.pinwei_brg {
	margin-top: 80px;
	padding: 40px 0;
	padding-top: 57px;
	background: linear-gradient(45deg, #45caf9 0%, 50%, #f9ef66 100%);
	position: relative;
	padding-bottom: 140px;
}

.pinwei_brg .morebut {
	/* margin-top: 0; */
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
}

.pinwei_brg .title_1 {
	margin-top: 0;
}

.pinwei_brg .title_2,
.pinwei_brg .title_3 {
	color: black;
}

.pinwei_brg .title_3 {
	background-color: inherit;
}

.pinwei_brg .title_1_border2 {
	display: flex;
	justify-content: space-between;
	bottom: 13px;
	height: 1px;
	position: absolute;
	width: 1200px;
}

.pinwei_brg .title_1_border2>div {
	width: calc(50% - 90px);
	background-color: black;
}

.slider_item {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 19%;
	padding-top: 40px;
}

.slider_item h3 {
	margin-top: 10px;
	color: black;
}

.slider_item img {
	width: auto;
	border-radius: 50%;
	height: 160px;
	object-fit: cover;
	border: 4px solid #fff;
}

.slider_item p {
	font-size: 14px;
	width: 80%;
	text-align: center;
}

.slick-list {
	width: 100% !important;
	padding: 0 !important;
}

.slick-track {
	/* width: 100% !important; */
}

.slick-current .slider_item {
	padding-top: 0;
}

.slick-current .slider_item p,
.slick-current .slider_item h3 {
	color: #fff;
	font-weight: 800;
}

.slider_item p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: black;
}

.slick-current .slider_item img {
	height: 220px;

}

.slick-prev,
.slick-next {
	width: 30px;
	height: 30px;
	opacity: 1;
	background-color: rgba(0, 0, 0, .1);
}

.slick-prev {
	left: -5px;
}

.slick-next {
	right: -5px;
}

.layui-laypage a,
.layui-laypage span {


	padding: 0 20px !important;
	height: 40px !important;
	line-height: 40px !important;
	font-size: 16px !important;
}

/* 登录注册 */
@media (max-width:1200px) {
	.login_box {
		width: auto;
		margin: 50px 10px;
	}

	.login_box .register_yzm {
		font-size: 12px;
	}
}

/* 头尾 */
@media (max-width:1200px) {
	.main-top {
		position: fixed;
		z-index: 99;
	}

	.footer_row1 {
		width: 90%;
	}

	#fh5co-header .navbar-body .nav {
		/* display: none; */
	}

	#fh5co-hero {
		margin-top: 60px;
	}
}

/* 主页 */
@media (max-width:1200px) {
	.context_btn {
		width: 95%;
	}

	.main_btn {
		width: 250px;
	}

	.p_1,
	.p_2 {
		width: 95%;
	}

	.block_1s {
		margin: 0 auto;
		width: 95%;
	}

	.index_5_box {
		display: none;
	}

	.consultation {
		/* transform: scale(0.8); */
	}

	.schedule_box {
		width: 95%;
		flex-wrap: wrap;
	}

	.schedule_item {
		width: 50%;
	}

	.partner_box {
		width: 95%;
	}

	.avatar {
		flex-wrap: wrap;
	}

	.avatar_item {
		width: 20%;

	}

	.avatar_item img {
		width: 100%;
		height: 174px;
	}

	.block_4_boxs {
		margin: 0 auto;
	}

	.block_4_box {
		width: 100%;
	}

	.container {
		width: auto !important;
	}

	.img_1 {
		display: none;
	}
}

@media (max-width:720px) {
	#fh5co-content_show .detail h1 {
		font-size: 16px;
	}

	.item_title .h1 {
		font-size: 20px;
	}

	.proposition {
		margin-top: 25px;
	}

	.block_3_box,
	.block_3_boxs {

		width: 100%;
		margin-bottom: 20px;

	}

	.commit_works_btn {
		margin: 20px calc(50% - 120px) 0 !important;

	}

	.schedule_item:nth-child(1) {
		background: url(../images/img_2.png) no-repeat bottom;


	}

	.schedule_item:nth-child(2) {
		background: url(../images/img_3.png) no-repeat bottom;


	}

	.schedule_item:nth-child(3) {
		background: url(../images/img_4.png) no-repeat bottom;


	}

	.block_4_boxs {

		width: 94%;

	}

	#fh5co-news-list .show-list .item3 h3 a {

		font-size: 20px;

	}

	.p_1,
	.p_2 {

		font-size: 16px;

	}

	.text_1_box span {
		font-size: 20px;
	}

	.block_4_boxs {
		margin-bottom: 20px !important;
	}

	#fh5co-content_show .inner-nav .nav li a {

		font-size: 12px !important;
	}

	#fh5co-content_show .inner-nav {

		padding: 20px 0 0;
	}

	.padding-big-top {
		padding-top: 0px;
	}

	.margin-bottom {
		margin-bottom: 0px;
	}

	#fh5co-content_show .inner-nav h2 {
		font-size: 20px !important;
	}

	#fh5co-content_show .service-boxs h5 {
		font-size: 20px;

	}

	#fh5co-content_show .detail p span {

		font-size: 15px !important;

	}

	.index_4 {
		width: 95%;
		height: auto;
	}

	.title_3 {
		font-size: 18px;
	}

	.title_2 {
		font-size: 20px;
	}

	.schedule_item {
		width: 100%;

	}

	.context_btn {
		margin-top: 20px;
	}

	.title_1 {
		margin-top: 80px;
		/* position: relative; */
	}

	/*  */

	.main_btn {
		width: 100%;
		font-size: 12px;
		padding: 0 20px;
	}

	.context_text {
		margin-bottom: 0;
		margin-top: 20px;
	}

	.context_text p {
		font-size: 16px;
	}

	.requirements_box .text_3 {
		font-size: 14px;
		margin-left: 5px;
		margin: 5px 0;
	}

	.partner_box {
		margin-bottom: 30px;
		margin-top: 35px;
	}

	.block_1s_margin {
		margin: 120px auto 0 !important;
	}

	.text_1_box {
		top: -80px;
	}

	.margin-large-bottom {
		margin: 0;
	}

	.requirements {
		display: block;
	}

	.requirements p {
		margin: 5px;
		font-size: 12px;
	}

	.p_2 {
		font-size: 16px;
	}

	.hedrtr-tiao_btn>img {
		right: -10px;
	}

	.hedrtr-tiao_btn {
		margin-top: 50px;
	}

	.title_2 img {
		top: -25px;
	}

	.mingtilist .mingtilist_item {
		width: calc(50% - 16px);
	}

	.shaishidonyai {
		flex-wrap: wrap;
	}

	.shaishidonyai_item {
		width: 100%;
	}

	.block-item>div {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.tiao-item {
		height: 110px;
	}

	.pinwei_brg {
		margin-top: 40px;
		display: none;
	}

	.mingtilist_item {
		height: 110px;
	}

	/*赛事动态 */

	.rules_item {
		height: auto;
		width: 100%;
	}


	/* .rules_item:nth-child(3){
		
		    background-color: #f9ef66;
	}
	.rules_item:nth-child(4){
		    background-color: #45caf9;
		
	} */
	/* 赛事动态 */
	.shaishidonyai_item {
		margin-bottom: 20px;
	}

	.shaishidonyai_item:last-child {
		margin-bottom: 0px;
	}

	.shaishidonyai_banner {
		height: 263px;
	}

	.shaishidonyai_banner>div {
		border-radius: 0 0 10px 10px;
	}

	/* 战略合作品牌 */
	.avatar_item {

		width: calc(50% - 10px);
	}

	.avatar_item img {
		height: 100%;
		object-fit: scale-down;
	}

	.footer_row1 {
		flex-wrap: wrap;
	}

	.footer_row1_item:nth-child(1) {

		flex: 1;
	}

	.footer_row1_item {
		margin-bottom: 20px;
	}

	.login_border {
		text-align: center;
		padding: 0;

	}

}