@charset "utf-8";
.header {
	width: 100%;
	height: 56px;
	background-color: #fff;
	font-size: 0;
	position: relative;
	z-index: 9;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}
.header .logo {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	*float: left;
	width: 153px;
	height: 42px;
	margin-top: 5px;
	overflow: hidden;
	vertical-align: top;
}
.header .logo img {
	width: 153px;
	height: 42px;
}
.header-tel {
	float: right;
	margin-top: 25px;
	width: 172px;
	height: 30px;
	line-height: 28px;
	color: #000;
	font-size: 14px;
	text-align: center;
	border: 1px solid #cccccc;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
}

.header-menu {
	float:right;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: auto;
	height: auto;
	word-wrap:break-word;
}
.header-menu ul {
	width: 100%;
	height: auto;
}
.header-menu li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: auto;
	position: relative;
	vertical-align: top;
	margin-left: 8px;
	margin-right: 8px;
}
.header-menu li .sub-category-bg {
	position: fixed;
	top: 56px;
	left: 0;
	width: 100%;
	height: 0;
	background-color: rgba(0, 0, 0, .6);
	/*
	-webkit-transition:all .2s ease-out;
	-moz-transition:all .2s ease-out;
	-ms-transition:all .2s ease-out;
	transition:all .2s ease-out;
	filter:alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	*/
	overflow: hidden;
	
}
.header-menu li:hover .sub-category-bg {
	filter:alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	height: 40px;
}
.header-menu li a.one-nav {
	display: block;
	width: 100%;
	height: 56px;
	overflow: hidden;
	position: relative;
	font-size: 0;
}
.header-menu li a.one-nav .nav-name {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 112px;
	overflow: hidden;
	/*
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	transition:all .3s ease-out;
	*/
}
.header-menu li a.one-nav .nav-name span {
	display: block;
	width: auto;
	height: 56px;
	line-height: 56px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	background-color: #fff;
	padding: 0 15px;
	position: relative;
}
.header-menu li.current-nav a.one-nav .nav-name span.active {
	color: #fff;
	/*background-color: #771e1a;*/
	background-color: rgba(0, 0, 0, .6);
}
.header-menu li a.one-nav .nav-name span.active:before {
	content: "";
    position: absolute;
    height: 20px;
    border-bottom: 3px solid rgba(0, 0, 0, .6);
    width: 56px;
    left: 50%;
    margin-left: -28px;
    bottom: 0px;
}
.header-menu li.current-nav a.one-nav .nav-name span.active:before {
	display: none;
}
.header-menu li.active a.one-nav .nav-name {
	top: -56px;
}
.header-menu li .sub-category {
	position: absolute;
	top: 56px;
	left: 0;
	width: 100%;
	height: 0;
	/*
	-webkit-transition:all .5s ease-out;
	-moz-transition:all .5s ease-out;
	-ms-transition:all .5s ease-out;
	transition:all .5s ease-out;
	filter:alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	*/
	/*
	background-color: #3484ff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	*/
	overflow: hidden;
	font-size: 0;
	z-index: 999;
}
.header .header-menu li .sub-category.active {
	width: auto;
	height: auto;
	filter:alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.header-menu li .sub-menu {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: auto;
	height: auto;
	overflow: hidden;
	vertical-align: top;
	/*
	background-color: #f6f6f6;
	padding: 5px 0;
	*/
}
.header-menu li .sub-menu .sub-con {
	padding:0;
}
.header-menu li .sub-menu a.two-nav {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: auto;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color: #fff;
	vertical-align: top;
	padding: 0 15px;
	/*
	background: #f6f6f6;
	*/
	margin-right: 15px;
}
.header-menu li .sub-menu a:hover {
	color: #bd9e7f;
	font-weight: bold;
	/*
	background-color: #771e1a;
	*/
}

.btn-container {
	font-size: 0;
}
.btn-container a {
	margin: 0 10px;
}
a.more-btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: auto;
	padding: 0 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 0;
	background-color: #0f6bf2;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
}
a.more-btn .iconfont,
a.more-btn span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: auto;
	height: 40px;
	font-size: 16px;
	color: #fff;
	vertical-align: middle;
}
a.more-btn .iconfont {
	font-size: 18px;
	margin-right: 10px;
}
a.more-btn .more-icon {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 20px;
	height: 40x;
	margin-left: 10px;
	text-align: right;
	vertical-align: middle;
}
a.more-btn .more-icon:before {
	content: "";
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: auto;
	height: 100%;
	overflow: hidden;
	vertical-align: middle;
}
a.more-btn .more-icon img {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
a.more-btn:active {
	background-color: #0054d0;
}
a.more-btn:active span {
	color: #fff;
}
a.more-btn.hollow-out-btn {
	line-height: 38px;
	border: 1px solid #0f6bf2;
	background: transparent;
}
a.more-btn.hollow-out-btn .iconfont,
a.more-btn.hollow-out-btn span {
	color: #0f6bf2;
}
a.more-btn.hollow-out-btn:active {
	background: #0f6bf2;
}
a.more-btn.hollow-out-btn:active .iconfont,
a.more-btn.hollow-out-btn:active span {
	color: #fff;
}

.page-banner {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	height: 200px;
	position: relative;
	overflow: hidden;
}
.page-banner img {
	position: absolute;
	width: 1500px;
	height: 200px;
	top: 0;
	left: 50%;
	margin-left: -750px;
	overflow: hidden;
}

.category-head-con {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
}
.category-head-con .title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 26px;
	color: #771E1A;
	overflow: hidden;
}
.category-head-con .desc {
	display: inline-block;
	height: 60px;
	font-size: 48px;
    font-weight: bold;
    color: #D0C7C7;
    line-height: 60px;
}
.category-head-con .category-line {
	width: 100%;
	height: 20px;
	background-image: url(../images/category-line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.categroy-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	font-size: 0;
	margin-top: 30px;
}
.categroy-box a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 38px;
	line-height: 36px;
	padding: 0 20px;
	margin: 0 10px;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
	overflow: hidden;
	color: #333333;
	font-size: 16px;
	border: 1px solid #dddddd;
}
.categroy-box a:hover {
	color: #fff;
	background-color: #02b2b5;
	border: 1px solid #02b2b5;
}

.service-list {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../images/index_05.gif) no-repeat center center;
}
.service-list ul {
	/*
	column-count: 2;
	column-gap: 120px;
	*/
	/*
	display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
	*/
	font-size: 0;
}
.service-list li {
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	padding-top: 0;
	width: 540px;
	height: 240px;
	overflow: hidden;
	
}
.service-list li a {
	display: block;
	width: 100%;
	height: 180px;
	background-color: #fff;
	border: 1px solid #dedede;
	-webkit-box-shadow:0 2px 6px rgba(0,0,0,0.1);
	-moz-box-shadow:0 2px 6px rgba(0,0,0,0.1);
	-o-box-shadow:0 2px 6px rgba(0,0,0,0.1);
	box-shadow:0 2px 6px rgba(0,0,0,0.1);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
}
.service-list li:nth-child(2n+0) {
	float: right;
}
.service-list li:nth-child(2n+0) a {
	margin-top: 50px;
}
.service-list li .service-number {
	float: left;
	width: 320px;
	height: 320px;
	line-height: 320px;
	margin-left: -210px;
	padding-left: 210px;
	margin-top: -70px;
	text-align: center;
	background-color: #2980b9;
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	font-style: italic;
	-webkit-border-radius: 320px;
	-moz-border-radius: 320px;
	border-radius: 320px;
}
.service-list li:nth-child(2n+0) .service-number {
	float: right;
	margin-left: 0;
	margin-right: -210px;
	padding-left: 0;
	padding-right: 210px;
}
.service-list li .item1 {
	background-color: #2980b9;
}
.service-list li .item2 {
	background-color: #a4c169;
}
.service-list li .item3 {
	background-color: #10a689;
}
.service-list li .item4 {
	background-color: #f67b14;
}
.service-list li .item5 {
	background-color: #3484ff;
}
.service-list li .item6 {
	background-color: #e6272c;
}
.service-list li .service-box {
	float: left;
	width: 352px;
	margin-left: 30px;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.service-list li .service-box .title {
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.service-list li .service-box p {
	display: block;
	width: 100%;
	height: 90px;
	margin-top: 12px;
	margin-bottom: 0;
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}

.why-select-about {
	margin: 0 auto;
	width: 1100px;
	height: auto;
	overflow: hidden;
}
.why-select-about li {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 60px;
}
.why-select-about li .img-con {
	float: left;
	width: 505px;
	height: 175px;
}
.why-select-about li .img-con img {
	width: 505px;
	height: 175px;
}
.why-select-about li .info-box {
	float: right;
	width: 575px;
	padding-top: 10px;
}
.why-select-about li .info-box .title {
	width: 100%;
	height: 42px;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #0f6bf2;
	position: relative;
}
.why-select-about li .info-box .title:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 50px;
	height: 12px;
	border-bottom: 2px solid #3484ff;
}
.why-select-about li .info-box .title-en {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #999999;
}
.why-select-about li .info-box p {
	display: block;
	width: 100%;
	height: 72px;
	line-height: 26px;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
}
.why-select-about li:nth-child(2n+0) .img-con {
	float: right;
}
.why-select-about li:nth-child(2n+0) .info-box {
	float: left;
}

.curriculum-list {
	width: 100%;
	height: auto;
}
.curriculum-list ul {
	width: 100%;
	height: auto;
}
.curriculum-list li {
	float: left;
	width: 370px;
	height: auto;
	margin-right: 43px;
	margin-bottom: 43px;
}
.curriculum-list li:nth-child(3n+0) {
	margin-right: 0;
}
.curriculum-list li a {
	display: block;
	width: 370px;
	height: auto;
	overflow: hidden;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	transition:all .3s ease-out;
	position: relative;
}
.curriculum-list li a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 30px;
	height: 20px;
	border-bottom: 3px solid #0f6bf2;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
.curriculum-list li .img-con {
	width: 370px;
	height: 230px;
	position: relative;
	overflow: hidden;
}
.curriculum-list li .img-con img {
	width: 370px;
	height: 230px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.curriculum-list li a:hover .img-con img {
	-ms-transform:scale(1.2, 1.2); 	/* IE 9 */
	-moz-transform:scale(1.2, 1.2); 	/* Firefox */
	-webkit-transform:scale(1.2, 1.2); /* Safari 和 Chrome */
	-o-transform:scale(1.2, 1.2); 	/* Opera */
	transform: scale(1.2, 1.2);
}
.curriculum-list li .img-icon {
	position: absolute;
	top: -30px;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	z-index: 2;
	-webkit-transition:all .3s ease-out 0.1s;
	-moz-transition:all .3s ease-out 0.1s;
	-ms-transition:all .3s ease-out 0.1s;
	transition:all .3s ease-out 0.1s;
	filter:alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.curriculum-list li .img-icon img {
	width: 30px;
	height: 30px;
}
.curriculum-list li .img-mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #000;
	overflow: hidden;
	filter:alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	z-index: 1;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
.curriculum-list li a:hover:after {
	width: 100%;
}
.curriculum-list li a:hover .img-icon {
	top: 50%;
	margin-top: -15px;
	filter:alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.curriculum-list li a:hover .img-mask {
	bottom: 0;
	height: 100%;
	filter:alpha(Opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}
.curriculum-list li .info-box {
	width: 370px;
	padding: 20px 0;
	height: auto;
	overflow: hidden;
	text-align: left;
	background-color: #fff;
	position: relative;
}
.curriculum-list li .info-box h2 {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 14px;
	color: #333333;
	padding: 0;
	font-weight: bold;
}
.curriculum-list li .info-box p {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color:#999999;
	overflow: hidden;
}
.curriculum-list li a:hover .info-box h2 {
	color: #0f6bf2;
}

.other-list li .info-box {
	padding: 20px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
.other-list li a:after {
	width: 0;
}
.bg-gray .other-list li .info-box {
	border: 0;
}

.customers-list {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	border-color: #ddd;
    border-style: dotted;
    border-width: 1px 0 0 1px;
}
.customers-list li {
	float: left;
	width: 239px;
	height: 137px;
	overflow: hidden;
	display: table;
    position: relative;
	border-color: #ddd;
    border-style: dotted;
    border-width: 0 1px 1px 0;
}
.customers-list li a {
    display: table-cell;
    vertical-align: middle;
    background: rgba(255,255,255,1);
    text-align: center;
    width: 100%;
    height: 100%;
}
/*
.customers-list li[data-swiper-row="0"] a {
    border-width: 1px 0 0 1px;
}
.customers-list li:nth-child(5n+0) a {
	border-right-width: 1px;
}*/
.customers-list li a img {
    line-height: 0;
    max-width: 220px;
    max-height: 120px;
	vertical-align: middle;
}
.customers-list li a:hover img{
-webkit-animation:tada 1s .2s ease both;
-moz-animation:tada 1s .2s ease both;
}
@-webkit-keyframes tada{
0%{-webkit-transform:scale(1)}
10%,20%{-webkit-transform:scale(0.9) rotate(-3deg)}
30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg)}
40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg)}
100%{-webkit-transform:scale(1) rotate(0)}
}
@-moz-keyframes tada{
0%{-moz-transform:scale(1)}
10%,20%{-moz-transform:scale(0.9) rotate(-3deg)}
30%,50%,70%,90%{-moz-transform:scale(1.1) rotate(3deg)}
40%,60%,80%{-moz-transform:scale(1.1) rotate(-3deg)}
100%{-moz-transform:scale(1) rotate(0)}
}

.hezuokehu-list li {
	width: 224px;
	height: 129px;
}
.hezuokehu-list li a img {
    max-width: 210px;
    max-height: 115px;
}

.page-head-con {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: -60px;
	margin-bottom: 60px;
	z-index: 1;
}
.category-menu {
	float: left;
	width: 260px;
	height: auto;
	overflow: hidden;
	margin-top: 0;
}
.category-menu .category-menu-head-con {
	width: 260px;
	padding: 30px 15px;
	height: 150px;
	overflow: hidden;
	background-color: #0f6bf2;
	margin-bottom: 10px;
}
.category-menu .category-menu-head-con .category-enname,
.category-menu .category-menu-head-con .category-name {
	width: 100%;
	overflow: hidden;
	color: #fff;
}
.category-menu .category-menu-head-con .category-enname {
	height: 50px;
	line-height: 50px;
	font-size: 28px;
}
.category-menu .category-menu-head-con .category-name {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
}

.category-menu ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.category-menu li {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.category-menu li a {
	-webkit-transition:all .2s ease-out;
	-moz-transition:all .2s ease-out;
	-ms-transition:all .2s ease-out;
	transition:all .2s ease-out;
}
.category-menu li a {
	display: block;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #000;
	background-color: #f2f2f2;
	margin-bottom: 10px;
}
.category-menu li a.left-one-nav {
	width: 100%;
}
.category-menu li a:hover,
.category-menu li a.blue,
.category-menu li a.active,
.category-menu li.active a.left-one-nav {
	background-color: #0f6bf2;
	color: #fff;
}
.category-menu li a.left-one-nav span {
	display: block;
	float: left;
	width: 245px;
	height: 44px;
	margin-left: 15px;
	overflow: hidden;
}
.category-menu li a.left-one-nav .icon {
	float: right;
	width: 20px;
	height: 20px;
	margin-top: 12px;
	margin-right: 10px;
	background: url(../images/icon/13.png) no-repeat center center;
}
.category-menu li.active a.left-one-nav .icon {
	background: url(../images/icon/12.png) no-repeat center center;
}
.category-menu li .category-child {
	width: 100%;
	height: 0;
	overflow: hidden;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	transition:all .3s ease-out;
	filter:alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.category-menu li .category-child a.left-two-nav {
	width: 270px;
	padding-left: 30px;
}
.category-menu li a.blue:hover {
	background-color: #0f6bf2;
}
.category-menu li.active .category-child {
	height: auto;
	filter:alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}


.pages,
.pages ul {
	width: 100%;
	height: auto;
	font-size: 0;
	text-align: center;
	overflow: hidden;
}

.pages ul li {
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
	width: auto;
	height: 50px;
}
.pages a.prev,
.pages a.next {
	width: 50px;
	height: 50px;
	font-size: 0;
}

.pages a.prev {
	background-image: url(../images/icon/13.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 40px;
}
.pages a.prev:hover {
	background-image: url(../images/icon/14.png);
}

.pages a.next {
	margin-left: 40px;
	background-image: url(../images/icon/15.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.pages a.next:hover {
	background-image: url(../images/icon/16.png);
}

.pages ul li a,
.pages ul li span {
	display: inline-block;
	width: auto;
	height: 50px;
	line-height: 50px;
	color: #4A4A4A;
	font-size: 20px;
	text-align: center;
	margin: 0 5px;
	padding: 0 2px;
    border: none;
}
.pages ul li a.other {
	padding: 0 20px;
}
.pages ul li a:hover,
.pages ul li a:active,
.pages ul li a.on,
.pages ul li a.active {
	color: #771E19;
}

.tuandui-list {
	width: 100%;
	height: auto;
}
.tuandui-list ul {
	width: 100%;
	height: auto;
}
.tuandui-list li {
	float: left;
	width: 272px;
	height: auto;
	margin-right: 41px;
	margin-bottom: 40px;
}
.tuandui-list li:nth-child(3n+0) {
	margin-right: 0;
}
.tuandui-list li a {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	transition:all .3s ease-out;
	position: relative;
	border: 1px solid #f2f2f2;
}
.tuandui-list li .img-con {
	width: 270px;
	height: 300px;
	position: relative;
	overflow: hidden;
}
.tuandui-list li .img-con img {
	width: 270px;
	height: 300px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.tuandui-list li a:hover .img-con img {
	-ms-transform:scale(1.2, 1.2); 	/* IE 9 */
	-moz-transform:scale(1.2, 1.2); 	/* Firefox */
	-webkit-transform:scale(1.2, 1.2); /* Safari 和 Chrome */
	-o-transform:scale(1.2, 1.2); 	/* Opera */
	transform: scale(1.2, 1.2);
}
.tuandui-list li .img-icon {
	position: absolute;
	top: -30px;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	z-index: 2;
	-webkit-transition:all .3s ease-out 0.1s;
	-moz-transition:all .3s ease-out 0.1s;
	-ms-transition:all .3s ease-out 0.1s;
	transition:all .3s ease-out 0.1s;
	filter:alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.tuandui-list li .img-icon img {
	width: 30px;
	height: 30px;
}
.tuandui-list li .img-mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #000;
	overflow: hidden;
	filter:alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	z-index: 1;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
.tuandui-list li a:hover .img-icon {
	top: 50%;
	margin-top: -15px;
	filter:alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.tuandui-list li a:hover .img-mask {
	bottom: 0;
	height: 100%;
	filter:alpha(Opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}
.tuandui-list li .info-box {
	width: 100%;
	padding: 20px;
	height: auto;
	overflow: hidden;
	text-align: center;
	background-color: #f2f2f2;
	position: relative;
}
.tuandui-list li .info-box h2 {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 18px;
	color: #333333;
	padding: 0;
	font-weight: bold;
}
.tuandui-list li .info-box p {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color:#999999;
	overflow: hidden;
}
.tuandui-list li a:hover .info-box h2 {
	color: #0f6bf2;
}

.job-list {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.job-list li {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.job-list li a {
	display: block;
	width: 100%;
	height: 51px;
	line-height: 50px;
	font-size: 0;
	border-bottom: 1px dashed #dddddd;
	background-image: url(../images/news-icon.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 16px;
}
.job-list li a .job-item {
	display: inline-block;
	vertical-align: middle;
	height: 50px;
	overflow: hidden;
	font-size: 14px;
	color: #333333;
	margin-left: 20px;
}
.job-list li a .item1 {
	width: 300px;
}
.job-list li a .item2 {
	width: 140px;
}
.job-list li a .item3 {
	width: 140px;
}
.job-list li a .item4 {
	float: right;
	width: 150px;
	color: #999999;
	text-align: right;
	margin-right: 10px;
}
.job-list li a:hover .item1,
.job-list li a:hover .item2,
.job-list li a:hover .item3 {
	color: #0f6bf2;
}
.job-content {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.job-content .job-detail-head {
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px dashed #d8d8d8;
	padding: 20px;
}
.job-content .job-detail-head .title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.job-content .job-detail-head span {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333333;
}
.job-content .sub-title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #0f6bf2;
}
.job-content .page-content {
	padding-left: 20px;
}
.job-content .page-content p {
	text-indent: 0;
}
.job-content .bottom-email {
	width: 100%;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #666;
}
.job-content .bottom-email span {
	color: #3e70b5;
}
.job-content a.back-btn {
	display: block;
	width: 120px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	color: #fff;
	outline: 0;
	font-size: 14px;
	margin-top: 12px;
	background: #3e70b5;
}
.job-content a.back-btn:active {
	background: #3564a5;
}

.news-detail-head {
	text-align: center;
	margin-bottom: 40px;
}
.news-detail-head h1{
	display: block;
	width: 100%;
	height: auto;
	line-height: 36px;
	overflow: hidden;
	font-size: 24px;
	color: #333;
	font-weight: normal;
}
.news-detail-head p {
	margin-top: 10px;
	line-height: 20px;
	font-size: 14px;
	color: #999;
}

.page-content {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	font-size: 14px;
	line-height: 24px;
	color: #4A4A4A;
}
.page-content p {
	margin-bottom: 0;
}
.page-content .xd-images-list,
.page-content .wz-images-list {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin: 30px 0;
}
.page-content img,
.page-content .xd-images-list img,
.page-content .wz-images-list img {
	width: auto;
	max-width: 100%;
	height: auto;
}
/*
.page-content img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}*/

.page-content table {
	margin: 10px auto;
	width: auto;
	display: table;
	background-color: #c3c3c3;
	border-spacing: 1px;
}
.page-content table th {
	background-color: #5b96ea;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
.page-content table td{
	background-color: #f2f2f2;
	color: #555555;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
}
.page-content table th,
.page-content table td {
	padding: 0 10px;
}
.page-content table th p,
.page-content table td p {
	margin-bottom: 0;
}

.development-goal-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 30px;
	background-color: #771e1a;
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 50px;
}

.page-nearby {
	width: 100%;
	height: auto;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #d8d8d8;
	overflow: hidden;
}
.page-nearby a {
	display: block;
	width: 170px;
	height: 50px;
	color: #666;
	overflow: hidden;
	font-size: 0;
	background-color: #e8e8e8;
	text-align: center;
}
.page-nearby .icon {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 20px;
	color: #999999;
}
.page-nearby span {
	display: inline-block;
	vertical-align: middle;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #333333;
}
.page-nearby a.prev {
	float: left;
}
.page-nearby a.prev .icon {
	margin-right: 15px;
}
.page-nearby a.next {
	float: right;
}
.page-nearby a.next .icon {
	margin-left: 15px;
}

.crumbs-nav {
	width: 100%;
	max-width: 1500px;
	height: auto;
	margin: 0px auto;
	background-color: #fff;
	background-image: url(../images/crumbs-nav-bg.png);
	background-position: left top;
	background-repeat: repeat-x;
}
.crumbs-nav .current-location {
	float: left;
	margin-top: 15px; 
	margin-bottom: 15px;
	width: auto;
	height: 24px;
	line-height: 24px;
	color: #666666;
	font-size: 0;
}
.crumbs-nav .current-location .current-home {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background-image: url(../images/icon/base/home.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	margin-right: 10px;
}
.crumbs-nav .current-location span {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	text-align: center;
	background-image: url(../images/icon/17.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.crumbs-nav .current-location a {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: 24px;
	color: #666666;
	font-size: 14px;
}
.crumbs-nav .current-location a:hover {
	color: #000;
}
.crumbs-nav .crumbs-category {
	float: right;
	width: auto;
	text-align: right;
	overflow: hidden;
	font-size: 0;
	margin-top: 15px;
}
.crumbs-nav .crumbs-category a {
	display: inline-block;
	width: auto;
	padding: 0 0px;
	height: 43px;
	line-height: 20px;
	font-size: 14px;
	color: #666666;
	overflow: hidden;
	vertical-align: top;
}
.crumbs-nav .crumbs-category a .iconfont {
	margin-right:5px;
}
.crumbs-nav .crumbs-category a:hover {
	color: #771E1A;
}
.crumbs-nav .crumbs-category a.active {
	color: #771E1A;
	background-image: url(../images/icon/08.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.crumbs-nav .crumbs-category a.orange {
	background-color: #02b2b5;
	border: 1px #02b2b5 solid;
	color: #fff;
}
.crumbs-nav .crumbs-category span {
	display: inline-block;
	vertical-align: top;
	width: auto;
	padding: 0 15px;
	height: 20px;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
}

.page-left-con {
	float: left;
	width: 380px;
	height: auto;
	overflow: hidden;
}
.left-head-img,
.left-head-font,
.left-head-img img,
.left-head-font img {
	width: 100%;
	height: auto;
}

.talent-recruitment-list {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.talent-recruitment-list li {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.talent-recruitment-list li a {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #eee;
	overflow: hidden;
	font-size: 0;
}
.talent-recruitment-list li a .serial-number,
.talent-recruitment-list li a .title {
	width: auto;
	display: inline-block;
	vertical-align: middle;
	height: 50px;
}
.talent-recruitment-list li a .serial-number {
	text-align: center;
	font-size: 46px;
	font-weight: bold;
	color: #CCCCCC;
	padding: 0 10px;
	margin-right: 10px;
}
.talent-recruitment-list li a .title {
	max-width: 600px;
	color: #333333;
	font-size: 14px;
}

.page-right-con {
	float: left;
	width: 800px;
	height: auto;
	min-height: 365px;
	overflow: hidden;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	padding: 0 60px;
}
.right-head-con {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 30px;
}
.right-head-con h2 {
	font-size: 25px;
	color: #771E1A;
	font-weight: bold;
	line-height: 36px;
}
.right-head-con p {
	font-size: 48px;
	font-weight: bold;
	color: #D0C7C7;
	line-height: 60px;
	margin: 0;
}

/* 网群列表 */
/*
.net-group-list {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.net-group-list li {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #EEEEEE;
	position: relative;
	padding: 40px;
	margin-bottom: 20px;
}
.net-group-list li .title {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: auto;
	height: 46px;
	line-height: 46px;
	text-align: center;
	padding: 0 15px;
	background-color: #771E1A;
	color: #fff;
	font-size: 22px;
}
.net-group-list li p {
	width: 100%;
	height: auto;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #4A4A4A;
	margin: 0;
}
.net-group-list li:last-child {
	margin-bottom: 0;
}*/

/* 网群列表 */
.bo-cluster-map {
	float: left;
	width: 730px;
	height: auto;
}
.bo-cluster-map img {
	max-width: 100%;
	height: auto;
}

.net-group-list {
	width: 350px;
	height: auto;
	overflow: hidden;
	margin-top: 35px;
	float: right;
}
.net-group-list li {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #EEEEEE;
	position: relative;
	padding: 30px;
	padding-top: 40px;
	margin-bottom: 30px;
}
.net-group-list li a{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.net-group-list li .title {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: auto;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0 15px;
	background-color: #771E1A;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.net-group-list li p {
	width: 100%;
	height: auto;
	text-align: center;
	line-height: 26px;
	font-size: 16px;
	color: #4A4A4A;
	margin: 0;
}
.net-group-list li:last-child {
	margin-bottom: 0;
}

/* 经营理念列表 */
.management-idea-list {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.management-idea-list li {
	float: left;
	width: 199px;
	height: auto;
	overflow: hidden;
	background-color: #EEEEEE;
	position: relative;
	padding: 60px 25px;
	margin-bottom: 40px;
	margin-right: 40px;
	font-size: 0;
}
.management-idea-list li:nth-child(3n+0) {
	margin-right: 0;
}
.management-idea-list li .title {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: auto;
	height: 56px;
	line-height: 56px;
	text-align: center;
	padding: 0 10px;
	background-color: #771E1A;
	color: #fff;
	font-size: 35px;
}
.management-idea-list li::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: 100%;
}
.management-idea-list li p {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	min-height: 78px;
	line-height: 26px;
	font-size: 14px;
	color: #4A4A4A;
	margin-top: 10px;
}

.talent_concept-list {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #EEEEEE;
	padding-top: 30px;
	font-size: 0;
}
.talent_concept-list li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	height: auto;
	padding: 0 30px;
	margin-bottom: 30px;
}
.talent_concept-list li span {
	display: block;
	width: 100%;
	height: 56px;
	line-height: 56px;
	text-align: center;
	color: #fff;
	font-size: 35px;
	background-color: #771E1A;
	overflow: hidden;
	padding: 0 10px;
}

.page-about-img-con {
	float: left;
	position: relative;
	width: 510px;
	height: 310px;
	margin-right: 40px;
	margin-bottom: 20px;
}
.page-about-img-con img {
	position: relative;
	width: 500px;
	height: 300px;
	z-index: 3;
}
.page-about-img-con:before {
	position: absolute;
	content: "";
	display: block;
	top: 10px;
	left: 10px;
	width: 476px;
	height: 276px;
	border: 2px solid #fff;
	z-index: 4;
}
.page-about-img-con:after {
	position: absolute;
	display: block;
	width: 480px;
	height: 280px;
	top: 30px;
	left: 30px;
	content: "";
	background-color: #f2f2f2;
}
.page-zhengshu {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 0;
}
.page-zhengshu li {
	float: right;
	display: inline-block;
	vertical-align: top;
}
.page-zhengshu li:first-child {
	float: left;
}

.page-fazhanlicheng {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	padding-top: 50px;
	background: url(../images/icon/line.jpg) no-repeat 75px top;
}
.page-fazhanlicheng ul {
	width: 100%;
	height: auto;
	padding-top: 10px;
	overflow: hidden;
	background: url(../images/icon/line2.jpg) repeat-y 75px 50px;
}
.page-fazhanlicheng li {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 40px;
	font-size: 0;
}
.page-fazhanlicheng li .year {
	display: inline-block;
	vertical-align: middle;
	width: 65px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 18px;
	color: #4A4A4A;
	margin-right: 8px;
}
.page-fazhanlicheng li .circle {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	background-color: #771E1A;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	-o-border-radius: 13px;
	border-radius: 13px;
	overflow: hidden;
}
.page-fazhanlicheng li .licheng-content {
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
	width: 560px;
	height: auto;
	line-height: 26px;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
}

.page-about {
	overflow: hidden;
}
.page-about .about-left {
	float: left;
	width: 560px;
	height: auto;
	overflow: hidden;
}
.page-about .about-left p {
	margin-bottom: 50px;
	font-size: 16px;
	color: #333;
	line-height: 36px;
}
.page-about .about-right {
	float: right;
	width: 560px;
	height: auto;
	overflow: hidden;
	margin-top: 80px;
}
.page-about .about-right img {
	width: 100%;
}
.page-about .contact-map {
	width: 560px;
	height: 420px;
	float: right;
	border: 1px solid #ddd;
	overflow: hidden;
	position: relative;
	background: #ededed;
}
.page-contact-head {
	text-align: left;
}
.page-contact-head h1{
	display: block;
	width: 100%;
	height: auto;
	line-height: 60px;
	overflow: hidden;
	font-size: 32px;
	color: #333;
	font-weight: bold;
}
.page-contact-head .contact-line {
	width: 30px;
	height: 20px;
	border-top: 2px solid #0f6bf2;
}

.book-form {
	width: 560px;
	height: auto;
	overflow: hidden;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #999;
}

.book-form .form-line {
	float: left;
	width: 265px;
	height: 36px;
	overflow: hidden;
	margin-right: 30px;
}
.book-form .form-line span {
	display: block;
	float: left;
	width: 65px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #333;
}
.book-form .form-line .form-input {
	float: left;
	width: 200px;
	height: 36px;
	border: 0;
	background-color: #fff;
	outline: 0;
	line-height: 24px;
	font-size: 14px;
	color: #333;
	border: 1px solid #d8d8d8;
	padding: 5px;
}
.book-form .form-line2 {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.book-form .form-line2 span {
	float: left;
	display: block;
	width: 65px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #333;
}
.book-form .form-line2 .form-textarea {
	float: left;
	width: 495px;
	height: 116px;
	border: none;
	outline: 0;
	background-color: #fff;
	line-height: 24px;
	font-size: 14px;
	color: #333;
	resize:none;
	padding: 5px;
	border: 1px solid #d8d8d8;
}
.book-form .form-line.active input,
.book-form .form-line2.active textarea {
	border: 1px solid #0067ff;
}
.book-form .form-btn {
	display: block;
	margin-top: 30px;
	margin-left: 65px;
	width: 130px;
	height: 38px;
	line-height: 38px !important;
	text-align: center;
	background: #0f6bf2;
	color: #fff;
	font-size: 16px;
	outline: 0;
	border: 0;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	overflow: hidden;
	cursor: pointer;
}
.book-form .form-btn:active {
	background: #0056d4;
}

.page-detail {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.page-detail .page-content {
	color: #444444;
	font-size: 16px;
	line-height: 30px;
}
.page-detail-left {
	float: left;
	width: 800px;
	height: auto;
	background-color: #fff;
	padding-right: 80px;
	position: relative;
	display: table-cell;
    min-height: 700px;
}
.page-detail-left::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
	border-right: 1px solid #eee;
}
.page-content-head {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #D8D8D8;
	margin-bottom: 30px;
}
.page-content-head h1 {
	width: 100%;
	line-height: 36px;
	font-weight: bold;
	padding: 0;
	font-size: 24px;
	color: #771E1A;
}
.page-content-head p {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #999;
}

.page-detail-right {
	display: table-cell;
	float: right;
	width: 380px;
	height: auto;
	background-color: #fff;
}
.page-detail-right-title {
	width: 100%;
	line-height: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d8d8d8;
	font-size: 24px;
	color: #333333;
	margin-bottom: 20px;
}
.relevant-news-list {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.relevant-news-list li {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #b2b2b2;
}
.relevant-news-list li a {
	display: block;
	height: auto;
	overflow: hidden;
}
.relevant-news-list li .title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333333;
}
.relevant-news-list li span {
	display: block;
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	color: #999999;
}
.relevant-news-list li a:hover .title {
	color: #0f6bf2;
}
.relevant-news-list li:last-child {
	border:0;
	padding-bottom: 0;
}

.relevant-kecheng-list {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.relevant-kecheng-list li {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #b2b2b2;
}
.relevant-kecheng-list li a {
	display: block;
	height: auto;
	overflow: hidden;
}
.relevant-kecheng-list li .img-con {
	float: left;
	width: 98px;
	height: 69px;
}
.relevant-kecheng-list li .img-con img {
	width: 98px;
	height: 69px;
}
.relevant-kecheng-list li .info {
	float: right;
	width: 192px;
	height: auto;
	overflow: hidden;
}
.relevant-kecheng-list li .title {
	width: 100%;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #333333;
}
.relevant-kecheng-list li p {
	display: block;
	width: 100%;
	line-height: 20px;
	font-size: 14px;
	color: #999;
	padding-top: 5px;
}
.relevant-kecheng-list li a:hover .title {
	color: #02b2b5;
}
.relevant-kecheng-list li:last-child {
	border:0;
	padding-bottom: 0;
}

.relevant-hot {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #eee;
}
.relevant-hot .img-con,
.relevant-hot .img-con img {
	width: 100%;
	height: auto;
}
.relevant-hot .info-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 30px;
}
.relevant-hot .info-box .title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	color: #4A4A4A;
	overflow: hidden;
}
.relevant-hot .info-box .date {
	margin-top: 5px;
	width: 100%;
	height: 24px;
	line-height: 24px;
	font-size: 18px;
	color: #AAAAAA;
}
.relevant-hot .info-box p {
	margin-top: 10px;
	width: 100%;
	height: 100px;
	line-height: 20px;
	font-size: 12px;
	color: #4A4A4A;
	overflow: hidden;
}
.relevant-hot .info-box .more {
	display: block;
	width: 100%;
	margin-top: 30px;
	line-height: 20px;
	font-size: 13px;
	color: #771E1A;
}

.broadside-search-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-right: 20px;
	padding-top: 30px;
}
.broadside-search-box.right {
	padding-right: 0;
	padding-left: 20px;
}
.keyword-input {
	width: 100%;
	height: 60px;
	overflow: hidden;
	position: relative;
	border: 2px solid #e9e9e9;
	background-color: #fff;
}
.keyword-input input {
	width: 100%;
	height: 26px;
	line-height: 26px;
	padding-left: 20px;
	padding-right: 66px;
	margin-top: 15px;
	margin-bottom: 15px;
	outline: none;
	border: 0;
	background-color: #fff;
	font-size: 14px;
	color: #333;
}
.keyword-input .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 56px;
	height: 56px;
	background-image: url(../images/icon/23.png);
	background-repeat: no-repeat;
	border: 0;
	outline: none;
	padding: 0;
	cursor: pointer;
}
.custom-select {
	width: 100%;
	height: auto;
	overflow: hidden;
	cursor: pointer;
}
.custom-select .custom-selected {
	width: 100%;
	height: 60px;
	border: 2px solid #e9e9e9;
	background-color: #fff;
	overflow: hidden;
	position: relative;
}
.custom-select .custom-selected .text {
	width: 100%;
	line-height: 56px;
	padding-left: 20px;
	padding-right: 66px;
	overflow: hidden;
	font-size: 14px;
	color: #999;
}
.custom-select .custom-selected .right-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 56px;
	height: 56px;
	background-image: url(../images/icon/24.png);
	background-repeat: no-repeat;
	border: 0;
	outline: none;
	padding: 0;
	cursor: pointer;
}
.custom-select .custom-selected.active .text {
	color: #333;
}
.custom-select .custom-select-list {
	width: 100%;
	height: auto;
	max-height: 250px;
	overflow-y: auto;
	background-color: #fff;
	border: 2px solid #e9e9e9;
	border-top: none;
	display: none;
}
.custom-select .custom-select-list li {
	width: 100%;
	height: 50px;
	overflow: hidden;
}
.custom-select .custom-select-list li a {
	display: block;
	width: 100%;
	line-height: 50px;
	padding: 0 20px;
	font-size: 14px;
	color: #333;
	background-color: #fff;
}
.custom-select .custom-select-list li a:hover,
.custom-select .custom-select-list li a.active {
	background-color: #f6f6f6;
}
.custom-select:hover .custom-select-list {
	display: block;
}

.item-list {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 0;
}
.item-list li {
	display: inline-block;
	vertical-align: top;
	width: 280px;
	height: auto;
	margin-right: 20px;
	margin-bottom: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
}
.item-list li a {
	display: block;
	width: 100%;
	height: auto;
	background-color: #eee;
	overflow: hidden;
}
.item-list li a:hover {
	background-color: #ddd;
}
.item-list li:nth-child(4n+0) {
	margin-right: 0;
}
.item-list li .img-con,
.item-list li .img-con img {
	width: 280px;
	height: 220px;
	overflow: hidden;
}
.item-list li .img-con {
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	-o-border-bottom-left-radius: 6px;
	-o-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.item-list li .title {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
}

.enterprise-internal-journal-list {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 0;
}
.enterprise-internal-journal-list li {
	display: inline-block;
	vertical-align: top;
	width: 185px;
	height: auto;
	margin-left: 55px;
	margin-right: 55px;
	margin-bottom: 20px;
	overflow: hidden;
}
.enterprise-internal-journal-list li a {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.enterprise-internal-journal-list li .img-con,
.enterprise-internal-journal-list li .img-con img {
	width: 185px;
	height: 245px;
	overflow: hidden;
}
.enterprise-internal-journal-list li .title {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
}

.news-head {
	width: 100%;
	height: auto;
	background-color: #EFEFEF;
	overflow: hidden;
}
.news-head .img-con {
	float: left;
	width: 380px;
	height: 250px;
}
.news-head .img-con img {
	width: 380px;
	height: 250px;
}
.news-head .info-box {
	padding: 70px 50px;
	height: auto;
    overflow: hidden;
}
.news-head .info-box .date-con {
	float: left;
	width: 70px;
	height: auto;
	overflow: hidden;
}
.news-head .info-box .date-con .days {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 60px;
	color: #AAAAAA;
}
.news-head .info-box .date-con .date {
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 16px;
	color: #AAAAAA;
}
.news-head .info-box .right-con {
	float: right;
	width: 590px;
	height: auto;
	overflow: hidden;
}
.news-head .info-box .right-con .title {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #771E1A;
	overflow: hidden;
}
.news-head .info-box .right-con p {
	margin-top: 10px;
	height: 80px;
	line-height: 20px;
	font-size: 14px;
	color: #4A4A4A;
	overflow: hidden;
}

.news-list,
.news-list li {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news-list {
	padding-top: 30px;
}
.news-list li {
	margin-bottom: 30px;
}
.news-list li a {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #EEEEEE;
	padding: 20px;
	overflow: hidden;
}
.news-list li a:hover {
	border: 1px solid #ddd;
}
.news-list li .date-con {
	float: left;
	width: 100px;
	height: auto;
	overflow: hidden;
	padding-right: 20px;
	border-right: 1px solid #eee;
}
.news-list li a:hover .date-con {
	border-right: 1px solid #ddd;
}
.news-list li .date-con .days {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 60px;
	color: #AAAAAA;
}
.news-list li .date-con .date {
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 16px;
	color: #AAAAAA;
}

.news-list li .right-con {
	float: right;
	width: 590px;
	height: auto;
	overflow: hidden;
}
.news-list li .right-con .title {
	margin-top: 5px;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #771E1A;
	overflow: hidden;
}
.news-list li .right-con p {
	margin-top: 10px;
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	color: #4A4A4A;
	overflow: hidden;
}

.contact-con {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #eee;
	padding: 30px 40px;
}
.contact-con li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 0;
}
.contact-con li .icon,
.contact-con li .text {
	display: inline-block;
	vertical-align: middle;
}
.contact-con li .icon {
	width: 20px;
	height: 20px;
	margin-right: 20px;
	line-height: normal;
}
.contact-con li .icon img {
	width: 20px;
	height: 20px;
}
.contact-con li .text {
	font-size: 14px;
	color: #4A4A4A;
	max-width: 550px;
}

.register-box {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.register-box li {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}

.register-box li .input-con {
	width: 100%;
	height: 40px;
	border: 1px #CCCCCC solid;
	background-color: #fff;
	position: relative;
}

.register-box li .input-con.active {
	border: 1px #771E1A solid;
}

.register-box li .input-con span {
	position: absolute;
	left: 20px;
	top: 0;
	width: 100px;
	height: 100%;
	line-height: 38px;
	color: #4A4A4A;
	font-size: 14px;
}

.register-box li .input-con .input-item {
	width: 100%;
	height: 100%;
	line-height: 38px;
	padding-left: 120px;
	padding-right: 20px;
	outline: none;
	border: none;
	color: #4A4A4A;
	font-size: 14px;
}

.register-box li .input-con .input-item2 {
	filter: alpha(opacity:0);
    opacity: 0;
    width: 100%;
    height: 46px;
	color: #999;
	outline: none;
	border: none;
	color: #999;
	font-size: 14px;
    cursor: pointer;
	overflow: hidden;
}

.register-box li.up .input-con {
	float: left;
	width: 292px;
}

.register-box li.up .up-btn {
	display: block;
	float: right;
	width: 122px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background-color: #ff3333;
	color: #fff;
	font-size: 14px;
	outline: none;
	border: 0;
}

.register-box li.up .up-btn:active {
	background-color: #e62129;
}

.register-box li.up .up-file {
	position: absolute;
	right: 0;
	top: 0;
	width: 122px;
	height: 48px;
	filter:alpha(opacity:0);
	opacity: 0;
	cursor:pointer;
}

.register-box li.code .input-con .input-item {
	padding-right: 130px;
}

.register-box li .input-con .verif-code {
	position: absolute;
	width: 105px;
	height: 38px;
	top: 50%;
	margin-top: -19px;
	right: 1px;
	background: url(../../images/logincode.gif) center center no-repeat;
	background-size: 100% 100%;
}

.register-box li .input-con .verif-code img{
	width: 100%;
	height: 38px;
}

a.submit-resume,
.register-box a.submit-btn {
	display: block;
	margin-top: 10px;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #771E1A;
	overflow: hidden;
}

a.submit-resume:hover,
a.submit-resume:active,
.register-box a.submit-btn:hover,
.register-box a.submit-btn:active {
	background: #771E1A;
	color: #fff;
}

.item-detail-head {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}
.item-detail-head h2 {
	display: block;
	width: 100%;
	height: auto;
	line-height: 40px;
	font-size: 24px;
	color: #771E1A;
	font-weight: normal;
}
.item-detail-head p {
	display: block;
	width: 100%;
	line-height: 20px;
	font-size: 16px;
	color: #666666;
}
.item-content {
	padding-top: 50px;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 100px;
	height: auto;
	background-color: #EEEEEE;
	overflow: hidden;
}

.item-thumb {
    position: relative;
    width: 920px;
    padding: 0 60px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
}
.item-thumb .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.item-thumb .swiper-slide {
    background-size: cover;
    background-position: center;
}
.item-thumb .gallery-top {
    margin: 0 auto;
    width: 740px;
    height: 555px;
}
.item-thumb .gallery-thumbs {
    margin-top: 50px;
    height: 135px;
    box-sizing: border-box;
}
.item-thumb .gallery-thumbs .swiper-slide {
    width: 180px;
    height: 100%;
    opacity: 0.8;
}
.item-thumb .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.item-thumb .swiper-button-next.swiper-button-white, 
.item-thumb .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #771E1A;
}
.item-thumb .swiper-button-prev, 
.item-thumb .swiper-container-rtl .swiper-button-next,
.item-thumb .swiper-button-next, 
.item-thumb .swiper-container-rtl .swiper-button-prev {
    width: 60px;
    height: 60px;
    top: 250px;
    margin-top: 0;
}

.in-construction {
	margin: 50px auto;
	text-align: center;
}

input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999;
	font-size: 14px;
}
input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
	font-size: 14px;
}
input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999;
	font-size: 14px;
}

.footer {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.footer .container {
	overflow: hidden;
}

.footer .other-page p {
	display: block;
	width: 100%;
	height: auto;
	padding: 20px 0;
	line-height: 30px;
	font-size: 12px;
	color: #4A4A4A;
	text-align: center;
	background-color: #EEEEEE;
}
.footer .other-page p:last-child {
	background-color: #fff;
}
.footer .other-page p a {
	color: #4A4A4A;
}
.footer .other-page p a:hover {
	color: #771E1A;
}

.fixed-online-consulting {
	width: auto;
	height: 411px;
	position: fixed;
	bottom: 200px;
	right: 20px;
	z-index: 999;
}

.fixed-online-consulting .fixed-window {
	position: relative;
	right: 0;
	width: 112px;
	height: 411px;
	background: url(../images/fixed-qq/fixed-qq-bg.png) no-repeat;
	overflow: hidden;
	padding-top: 103px;
}

.fixed-online-consulting .fixed-window li {
	width: 100%;
	height: 41px;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px #e3e3e3 solid;
	color: #333333;
	font-size: 14px;
}

.fixed-online-consulting .fixed-window li a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	font-size: 14px;
	color: #646464;
}

.fixed-online-consulting .fixed-window li a:hover {
	color: #0f6bf2;
}

.fixed-online-consulting .fixed-window li a img {
	margin-right: 10px;
}

.fixed-online-consulting .fixed-window .fixed-bottom {
	width: 100%;
	height: 62px;
	overflow: hidden;
}

.fixed-online-consulting .fixed-window .fixed-bottom a {
	float: left;
	display:block;
	width: 50%;
	height: 62px;
	line-height: 62px;
	text-align: center;
	border-right: 1px #e3e3e3 solid;
	color: #747474;
}

.fixed-online-consulting .fixed-window .fixed-bottom a:hover {
	color: #0f6bf2;
}

.fixed-online-consulting .fixed-window .fixed-bottom a .iconfont {
	font-size: 22px;
}

.fixed-online-consulting .fixed-window .fixed-bottom a:last-child {
	border-right: 0;
}

.fixed-online-consulting .fixed-window .fixed-close {
	position: absolute;
	right: 6px;
	top: 0;
	width: 28px;
	height: 28px;
	overflow: hidden;
	text-indent: -999px;
}

.fixed-online-consulting .fixed-qrcode {
	display: none;
	position: absolute;
	right: 112px;
	top: 275px;
	width: 123px;
	height: 136px;
	overflow: hidden;
	background: url(../images/fixed-qq/fixed-qrcode.png) left top no-repeat;
}
.no-info {
	width: 100%;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 14px;
	color: #999;
	margin: 60px auto;
}
