@charset "utf-8";
@font-face {
	font-weight: 400;
	font-style: normal;
	font-family: HELVETICANEUELTPRO-THEX;
	src: url(fonts/HELVETICANEUELTPRO-THEX.OTF)
}
::-webkit-scrollbar-track-piece {
width: 8px;
height:4px;
background-color: #f0f0f0
}
::-webkit-scrollbar {
width: 8px;
height:4px;
background-color: #666
}
::-webkit-scrollbar-thumb {
width: 8px;
height:4px;
background-color: #666
}
::-webkit-scrollbar-thumb:hover {
width: 8px;
height:4px;
background-color: #2e2e2e
}
* {
	margin: 0;
	padding: 0
}
ul li {
	list-style: none
}
a,a:hover {
	text-decoration: none !important;
	color: #fff
}
img {
	border: none
}
input, textarea {
	outline: 0;
	border: none;
	background: 0 0;
	font-size: 14px;
	font-family: Arial, "Microsoft Yahei";
	-webkit-appearance: none
}
.clear {
	clear: both
}
.fl {
	float: left
}
.fr {
	float: right
}
.ellipsis {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
body, html {
	width: 100%;
	height: 100%;
	font: 14px Arial, "Microsoft Yahei";
	font-family: Arial, "Microsoft Yahei";
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	color: #232323;
	background-color: #f7f7f7
}
body {
	overflow-x: hidden
}
img {
	float: none;
	max-width: 100%;
	height: auto
}
.clearfix:after {
	clear: both;
	display: block;
	content: ''
}
.clearfix {
	zoom: 1
}
.show {
	display: block
}
.hide {
	display: none
}
.text-outside-line {
	position: relative;
	display: inline-block;
}
.text-outside-line::before, .text-outside-line::after {
	content: "";
	position: absolute;
	top: 50%;
	height: 1px;
	width: 99%;
	display: block;
	border-bottom: 1px solid;
	right: 100%;
	opacity: .15;
}
.text-outside-line::before {
	right: 100%;
	margin-right: 25px;
}
.text-outside-line::after {
	left: 100%;
	margin-left: 25px;
}
.close {
	width: 48px;
	height: 48px;
}
.close .b {
}
.close .b div {
	background-color: #fff
}
.bx-helper, .sliderArrow {
	display: none
}
.item_bg {
	height: 100%;
	width: 1000%;
}
.bx-wrapper .bx-controls-direction a:hover {
	background: rgba(0,0,0,.8);
}
.module {
	position: relative;
	z-index: 1;
	/*background-color: #f7f7f7*/
}
.module.bgParallax {
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed
}
.module_container {
	margin: 0 auto;
	padding: 60px 0px;
	max-width: 1170px;
}
html[class*=agent-mobile] .module_container {
	overflow: hidden
}
.postbody .module_container, .module_container .module_container {
	padding-top: 0;
	padding-bottom: 0
}
.module_container.wide {
	max-width: none;
	padding-right: 0px;
	padding-left: 0px;
}
.container_header {
	padding-bottom: 40px;
	text-align: center;
	font-size: 24px;
	max-width: 560px;
	margin: 0 auto
}
.container_header .title {
	color: #232323
}
.container_header .subtitle {
	color: #939393;
	font-size: 14px;
	margin-top: 10px
}
.module_container .more,.product_r .black {
	padding: 8px 50px;
	background: transparent;
	border: #ddd 1px solid;
	transition: all ease-out .3s;
	text-decoration: none;
	color: #232323;
	border-radius: 50px;
	display: inline-block;
}
.module_container .more.hide {
	display: none
}
.module_container .more:after {
	margin-left: 10px;
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	display: inline-block;
}
.agent-desktop .module_container .more.white:hover {
	background: #232323;
	border-color: #232323;
	color: #fff
}
.module_container .more.black {
	background: #ffffff;
	border-color: #ffffff;
	color: #232323;
}
.agent-desktop .module_container .more.black:hover {
	background: none;
	color: #fff
}
.row {
	zoom: 1
}
.row:after {
	content: "";
	display: block;
	clear: both;
}
.row[class*=gutter] {
	margin: 0 -10px
}
.row.gutter20 {
	margin: 0 -20px
}
.row > [class*=col-] {
	float: left
}
.row[class*=gutter] > [class*=col-] {
	box-sizing: border-box;
	padding: 0 10px;
}
.row.gutter20 > [class*=col-] {
	padding: 0 20px;
}
.col-100 {
	width: 100%
}
.col-80 {
	width: 80%
}
.col-66 {
	width: 66.666%
}
.col-26 {
	width: 24.9% !important;
	padding-right: 0!important;
}
.col-74 {
	width: 75.1%!important;
	padding-left: 0!important;
	padding-right: 0!important;}
.col-60 {
	width: 60%
}
.col-50 {
	width: 50%;
	float: left;
}
.col-40 {
	width: 40%
}
.col-33 {
	width: 33.333%
}
.col-25 {
	width: 25%
}
.col-20 {
	width: 20%
}
.col-16 {
	width: 16.666%
}
.col-100 .description {
	max-width: 800px;
	margin: 0 auto
}
@keyframes rotate-forever {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.loading {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none
}
.loading.show {
	display: flex
}
.loading .spinner {
	animation-duration: 0.7s;
	animation-iteration-count: infinite;
	animation-name: rotate-forever;
	animation-timing-function: linear;
	height: 30px;
	width: 30px;
	border: 4px solid #fff;
	border-right-color: transparent;
	border-radius: 50%;
	display: inline-block;
	opacity: 0.7;
	box-sizing: border-box;
}
#banner {
	background-color: #eef2f5
}
#banner img {
	max-width: 100%;
	display: block;
	margin: 0 auto
}
.postbody img {
	float: none;
	margin: 0 auto;
	margin-bottom: 0px;
	height: auto;
	max-width: 100%
}
.pageEditor .row.gutter {
	margin: 0 -20px
}
.pageEditor .row.gutter > [class*=col-] {
	box-sizing: border-box;
	padding: 0 20px;
}
.agent-mobile .pageEditor iframe {
	max-width: 100vw;
	max-height: 100vw
}
.richtext {
	color: #6f6f6f;
	line-height: 24px;
	font-size: 13px;
}
.richtext a {
	text-decoration: underline
}
.agent-desktop .richtext a:hover {
	color: #00C0FF
}.faz .shili_t h3 span {
    color: #cfce36!important;
}
.richtext hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
	border-top: 1px dotted #d3d3d3;
	word-wrap: break-word;
	word-break: normal;
}
#pages {
	padding: 20px 0 60px;
	height: 24px;
	text-align: center
}
#pages span {
	display: inline-block;
	margin: 0 10px;
	color: #222;
	line-height: 28px
}
#pages a {
	display: inline-block;
	margin-right: 5px;
	width: 26px;
	height: 26px;
	text-align: center;
	text-decoration: none;
	font-family: Arial;
	line-height: 24px;
	transition: all .2s ease-out
}
#pages a:after {
	display: block;
	margin: 2px auto;
	width: 0;
	height: 1px;
	background-color: #d4d4d4;
	content: ""
}
#pages a.active {
	color: #7e7e7e
}
#pages a.active:after, .agent-desktop #pages a:hover:after {
	width: 10px
}
.container_category {
	position: relative;
	z-index: 3;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
.container_category a {
	position: relative;
	display: inline-block;
	margin: 0px 25px;
	color: #6f6f6f;
	transition: all .3s ease-out 0s;
	font-size: 13px;
}
.container_category a:after {
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 1px;
	background-color: #232323;
	content: '';
	opacity: 0;
	transition: all .3s ease-out 0s;
}
.container_category a.active, .agent-desktop .container_category a:hover {
	color: #232323
}
.container_category a.active:after, .agent-desktop .container_category a:hover:after {
	opacity: 1;
	bottom: -4px;
}
.dadao{background: #000 !important;}
#header {
	position: fixed;
	z-index: 99999;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.95);
}
#header .wrapper {
	height: auto
}
#header > .content {
	margin: 0 auto;
	height: 100%;
	padding: 0 5px;
	max-width: 1170px;
	position: relative
}
#header .content #headTop {
	height: 100%
}
#header .content a#logo {
	display: block;
	float: left;
	margin-top: 0 !important;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 16px;
	transition: all ease-out .3s
}
#header .content a#logo img {
	max-height: 90px !important;
}
#header #navWrapper {
	float: right;
}
#header .nav {
	float: left;
	margin-left: 30px;
}
#header .nav > li {
	position: relative;
	float: left;
	height: auto;
	font-size: 14px
}
#header .nav > li > a {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 36px 0;
	margin: 0 20px;
	transition: all ease-out .3s;
	line-height: 20px
}
#header .nav > li > a span {
	position: relative;
	display: inline-block;
	color: #424242;
	font-size: 23px;
}
#header .nav > li > a > i {
	margin-left: 10px;color: #000;
}
#header .nav > li:hover > a > i {
    margin-left: 10px;
    color: #cfce36;
}
#header .nav .subnav {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 199;
	visibility: hidden;
	overflow: hidden;
	background-color: #232323;
	opacity: 0;
	transition: all .36s ease;
	padding: 13px 0 15px;
	min-width: 220px
}
#header .nav .navitem:last-child .subnav {
	left: auto;
	right: 0
}
#header .nav .subnav li {
	padding: 0 30px
}
#header .nav .subnav li a {
	display: block;
	font-size: 15px !important;
	color: #9d9d9d;
	font-size: 12px;
	line-height: 18px;
	height: 18px;
	transition: all .2s ease-in-out;
	position: relative;
	left: 0
}
#header .nav .subnav li a i {
	float: right;
	margin-top: 3px
}
#header .nav .subnav li a:hover {
	left: 5px;
	color: #fff
}
#header .nav > li:hover .subnav {
	visibility: visible;
	opacity: 1
}
.nav>li>a:hover{background: none !important}
#header .nav>li a.active span{color: #cfce36!important;font-weight: 600;}
.header_box{max-width: 1500px;margin: 0 auto;z-index: 999999999999}
.bs-slider .bs-slider-overlay {
    background-color: rgba(218, 218, 218, 0.60) !important;
}



.sp_header{height:50px;overflow:hidden;position:fixed;z-index:10;width:100%;background: #fff;}
.sp_logo{padding:0 10px;float:left;height:50px}
.sp_logo img{margin:auto;max-height:47px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:15px}
.sp_nav span{display:block;background:#000;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9;background:rgba(0,0,0,.8);width:100%;height:calc(100% - 104px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
.nav_show{top:50px}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px)}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #fff solid;text-align:center;color:#fff;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #fff solid;margin-left:20px;position:relative;line-height:40px;font-size:14px}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#fff;width:80%}
.sjj_nav ul li ul li a{color:#fff;display:block;text-align:left;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#fff;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#fff}
.sjj_nav ul li ul li>ul{margin-left:10px}

/* contain */
#siteWrapper{background: #f2f2f2;}
.contain{background: #f2f2f2;}
.contain_box,.footer_box,.footer_b{max-width: 1500px;margin: 0 auto;}
.about,.projects,.new,.faz{padding-top: 50px;}
.about_box{padding-top: 20px;padding-left: 40px;}
.about_box h3{font-size: 30px;font-weight: 600;}
.about_box h4{font-size: 24px;margin-top: 20px;}
.about_box p{color: #373636;line-height: 24px;margin-top: 40px;margin-bottom: 40px;text-indent: 2em; display:-webkit-box;   overflow:hidden;   text-overflow:ellipsis;   -webkit-line-clamp:11;   -webkit-box-orient:vertical;}
.li i{background: #000;width: 1px;height: 50px;display: inline-block;position: absolute;right: 0;top: 20px;}
.li li span{display: block;text-align: center;font-size: 20px;}
.li li p{text-align: center;text-indent: 0;}
.li li b{display: inline-block;text-align: center;font-size: 36px;font-weight: 600;margin-top: 20px}
.li li p sub{font-size: 16px;font-weight: normal;margin-left: 5px;}
.li li p sup{font-size: 16px;margin-left: 5px;top: -1em;}
.cha{display: block;width: 190px;height: 62px;background: #cfce36;text-align: center;line-height: 62px;font-size: 14px;border-radius: 6px;margin-top: 40px;color: #333 !important;}


.title_t{padding: 27px 20px 26px;display: inline-block;}
.title_t span{text-transform:Uppercase;font-size: 24px;color: #373636;}
.title_t h3{font-size: 30px;color: #373636;}
.title_t h3 i{background: #5b5b5b;width: 40px;height: 2px;display: inline-block;margin-left: 20px; vertical-align: middle;}
.projects_t h4{font-size: 18px;color: #d8d8d8;}
.projects_t span{font-size: 14px;text-transform:Uppercase;color: #d8d8d8;}
.projects_bg{position: relative;}
.projects_t{position: absolute;top: 0;left: 0;background: rgba(0,0,0,0.5);width: 100%;height: 100%;padding: 20px 20px;}
.projects .nav>li>a {padding:0 !important;border-radius: 0 !important;}
.projects .nav-tabs>li.active>a, .projects .nav-tabs>li.active>a:hover, .projects .nav-tabs>li.active>a:focus {background: #fff !important;border: 1px solid #f2f2f2 !important;transition: all .6s ease-out 0s;}
.projects .nav-tabs>li.active>a .projects_t, .projects .nav-tabs>li a:hover .projects_t{background: #fff !important;transition: all .6s ease-out 0s;}
.projects .nav-tabs>li.active>a .projects_t h4, .projects .nav-tabs>li a:hover .projects_t h4,.projects .nav-tabs>li.active>a .projects_t span, .projects .nav-tabs>li a:hover .projects_t span{color: #000 !important;}

.projects_b{position: relative;}
.projects_shuo{position: absolute;background: rgba(43,43,43,.7);width: 100%;height: 100%;left: 0;bottom: 0;display: none;}
.projects_shuo h4{color: #fff;font-size: 16px;position: absolute;bottom: 20px;left: 20px;}
.xiang li:hover .projects_shuo{display: block;transition: all .6s ease-out 0s;}




.box{display: inline-table;vertical-align: super;position: absolute;right: 0;top: 25%;}
.new_t{padding-top: 0;}
.new_t h3{margin-top: 0}
.new .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{background-color: #cfce36 !important;border: 0 !important;color: #333!important;}
.new .nav-tabs>li>a {border: 0 !important;border-radius:6px !important;background: #e3e2e0;color: #000;}
.new .nav-tabs {border-bottom: 0 !important;}
.new .nav-tabs li{margin-right: 15px;}
.new .nav>li>a:hover {background: #cfce36 !important;color: #fff!important}
.new_text{background: #ededed;padding: 32px 20px;}
.new_text h4{margin-top: 0;font-size: 16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.new_text p{ display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.new_text hr{border-top: 1px solid #777777;}
.xin li a{color: #000;} 
.xin_box li{margin-bottom: 20px;} 
.xin_box li:last-child{margin-bottom: 0;} 
.xin .fir:hover .new_text{background: #fff;border-left: 2px solid #cfce36;box-shadow:0 0 10px #cfcfcf;transition: all .6s ease-out 0s;}
.new_text h5{font-size: 14px;font-weight: normal;}
.new_text h5 span{float: right;}
.xin li:hover img,.middle_b .nei li:hover img{cursor: pointer;transform: scale(1.1);-ms-transform:scale(1.1); -moz-transform:scale(1.1);-webkit-transform:scale(1.1); -o-transform:scale(1.1);transition: all .6s ease-out 0s;}
.new_ing,.nei_img,.xinwen_i{overflow: hidden;}
.new_ing img{object-fit: cover;height: 434px;overflow: hidden}


.footer{background:#fff;background-position: center top;background-size: 100% 100%;margin-top: 50px;color: #333}
.footer_box{padding: 50px 0 0;}
.er{width: 45%;margin-right: 10%;text-align: center;float: left}
.er img{margin-bottom: 10px;}
.er:last-child{margin-right: 0;}
.footer_box h3{font-size: 18px;font-weight: normal;text-transform:Uppercase}
.footer_box span{width: 50px;height: 3px;display: block;background: #333;margin: 20px 0 30px;}
.footer_box p{margin-bottom: 20px;}
input:focus{   
    border:none;
}
.form-group{float: left;width: 32%;margin-right: 2%;}
.form-group:nth-child(4){width: 100% ;margin-top: 20px;}
.form-group:nth-child(3),.form-group:nth-child(4){margin-right: 0;}
.form-group input,.form-group textarea{border-bottom: 1px solid #333;padding-bottom: 5px;width: 100%}
.form-group input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color: #d5d2d2;}
.form-group input:-moz-placeholder{color: #d5d2d2;}
.form-group input:-moz-placeholder{color: #d5d2d2;} 
.form-group input:-ms-input-placeholder{color: #d5d2d2;}
.footer_box button{background: #cfce36;width: 145px;height: 46px;line-height: 46px;font-size: 14px;text-align: center;color: #333;border: 0;border-radius: 6px;margin-top: 20px;}
.footer_box button:focus{outline: 0;}
.link{padding: 0 15px;margin-top: 50px;}
.link h4{font-size: 16px;display: inline-block;line-height: 30px;}
.link ul li a{color: #666;}
.link ul li,.link ul{display: inline-block;}
.link ul li{padding: 0 15px;line-height: 30px;}
.footer_b{text-align: right;padding-bottom: 50px;padding-top: 20px;}





/*xiang*/
.header{background: #fff !important;}
.sitecontent{padding-top: 95px !important;}
.middle{max-width: 1500px;margin: 0 auto}
.middle_b{padding-top: 50px;}
.middle_b .dao{padding: 0 15px;}
.middle_b .dao li{display: inline-block;margin-right: 30px;}
.middle_b .dao li:last-child{margin-right: 0;}
.middle_b .dao li a{color: #666666;font-size: 16px;}
.middle_b .dao li:hover a{color: #cfce36;border-bottom: 1px solid #cfce36;padding-bottom: 10px;transition: all .6s ease-out 0s;}
.middle_b .dao .active a{color: #cfce36;border-bottom: 1px solid #cfce36;padding-bottom: 10px;}
.middle_b .nei{margin-top: 50px;}
.middle_b .nei .nei_text{border-bottom: 1px solid #bcbcbc;padding: 20px 10px;}
.middle_b .nei .nei_text h3{font-size: 16px;color: #000;margin-top: 0;display: inline-block;}
.middle_b .nei .nei_text span{font-size: 14px;color: #999999;float: right;}
.middle_b .nei .nei_text i{display: block;color: #999;font-size: 24px;}
.middle_b .nei li{margin-bottom: 30px;}
.middle_b .nei li:hover .nei_text{background: #000;transition: all .6s ease-out 0s;color: #fff}
.middle_b .nei li:hover .nei_text h3,.middle_b .nei li:hover .nei_text span,.middle_b .nei li:hover .nei_text h3{color: #fff}

#container {
	width: 100%;
	max-width: 41rem; /* 1024 */
	margin: 0 auto; /* 80 */
}

#box p {
	color: #000;
}

.pagination {
	text-align: center;
}

.pagination ul {
	display: inline-block;
}

.pagination li {
	display: inline;
}

.pagination a,.pagination span {
	height: 3.5rem; /* 40 */
	font-size: 14px; /* 20 */
	line-height: 38px; /* 40 */
	color: #000;
	float: left;
	border: 1px solid #000;
	padding: 0 1.25rem; /* 20 */
	margin-top: -1px;
	text-decoration: none;
}
.pagination a:hover{color: #000}
.pagination li:not( :first-child ) a {
	margin-left: -1px;
}
.pagination-current a:hover{color: #fff}
.pagination-current a {
	color: #fff;
	background-color: #000;
}

.pagination li:not( .pagination-current ) a:hover {
	background-color: rgba( 0, 0, 0, .1 );
	color: #000;
}

.pagination-prev a,
 .pagination-next a,
 .pagination-first a,
 .pagination-last a {
	font-variant: small-caps;
	text-transform: lowercase;
	line-height: 34px; /* 40 */
}

.pagination-prev a:before,
 .pagination-next a:after,
 .pagination-first a:before,
 .pagination-last a:after {
	width: 0;
	height: 0;
	border: 0.313rem solid transparent; /* 5 */
	content: '';
	display: inline-block;
	vertical-align: middle;
}

.pagination-prev a:before,
 .pagination-first a:before {
	border-left: none;
	border-right-color: #000;
	margin-right: 0.313rem; /* 5 */
}

.pagination-next a:after,
 .pagination-last a:after {
	border-right: none;
	border-left-color: #000;
	margin-left: 0.313rem; /* 5 */
}

.pagination-first a:before {
	-webkit-filter: drop-shadow( -0.25rem 0 0 #000 ); /* 2 */
	-moz-filter: drop-shadow( -0.25rem 0 0 #000 ); /* 2 */
	-ms-filter: drop-shadow( -0.25rem 0 0 #000 ); /* 2 */
	-o-filter: drop-shadow( -0.25rem 0 0 #000 ); /* 2 */
	filter: drop-shadow( -0.25rem 0 0 #000 ); /* 2 */
}

.pagination-last a:after {
	-webkit-filter: drop-shadow( 0.25rem 0 0 #000 ); /* 2 */
	-moz-filter: drop-shadow( 0.25rem 0 0 #000 ); /* 2 */
	-ms-filter: drop-shadow( 0.25rem 0 0 #000 ); /* 2 */
	-o-filter: drop-shadow( 0.25rem 0 0 #000 ); /* 2 */
	filter: drop-shadow( 0.25rem 0 0 #000 ); /* 2 */
}



.xinwen li{border-bottom: 1px solid #e1e1e1;padding-bottom: 40px;margin-bottom: 40px;}
.xinwen_t{padding-left: 50px !important;padding-top: 30px;}
.xinwen_t h2{font-size: 30px;font-weight: normal;color: #8f8f8f;margin: 0;}
.xinwen_t span{width: 80px;height: 2px;background: #8f8f8f;display: block;float: left;margin-right: 5px;margin-right: 20px;margin-top: 18px;}
.kuan{width: 12% !important;float: left;}
.xinwen_t h4{font-size: 16px;color: #8f8f8f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.xinwen_t p{margin: 20px 15px;color: #8f8f8f;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height: 24px;}
.xinwen_t i{margin: 20px 15px;color: #8f8f8f;font-size: 30px}

.xinwen li:hover .xinwen_t h2,.xinwen li:hover .xinwen_t h4,.xinwen li:hover .xinwen_t i{color: #000;transition: all .6s ease-out 0s;}
.xinwen li:hover .xinwen_t span{width: 120px;background: #000;transition: all .6s ease-out 0s;}

.xin_xing h4{font-size: 18px;font-weight: 600;text-align: center;margin-top: 0;}
.xin_xing h5{font-size: 14px;color: #878787; text-align: center;font-weight: normal;margin-top: 30px;}
.xin_xing i{width: 100%;border: 1px dashed #d2d2d2;display: block;margin-top: 30px;margin-bottom: 30px;}
.xin_xing img{width: 100%;}



.contact{background: #fff;padding: 50px 50px !important;width: 100%;}
.contact h3{margin-top: 0;}
.contact ul{margin-top: 30px;}
.contact ul li{text-align: center;}
.map{margin-top: 30px;}


.zhaop{border-top: 1px solid #bfbfbf;}
.panel-default>.panel-heading {
    /* color: #333; */
    background: #f2f2f2 !important;
    /* border-color: #ddd; */
}
.panel-heading {
    padding: 20px 0 !important;
    border-bottom: 1px solid transparent;
    border-radius: 0 !important;
    
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0 !important;
	    box-shadow: none !important;
	background-color: #f2f2f2 !important;
	border:0 !important;
	min-height: 350px;
}
.panel-default {
    border-color: #ddd;
	border-bottom: 0!important;border-left: 0!important;border-right: 0!important;
}
.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 0 !important;
    background: #f8f8f8 !important;
	border-bottom: 0!important;
}
.panel-body {
    padding: 30px 40px !important;
}
.panel-body i{font-style: normal;margin-bottom: 20px;font-size: 14px;display: block;color: #000}
.zhaop .kuan{width: 9% !important;}
.zhaop .xinwen_t {
    padding-left: 0 !important;
    padding-top: 10px;
}
.zhaop .xinwen_t i {
    margin: 20px 15px;
    color: #8f8f8f;
    font-size: 16px;
	font-style: normal;
}
.zhaop .xinwen_t h4 {
    font-size: 18px;color: #000;font-weight: bold;
}
.zhaop .xinwen_t h4 img{margin-right: 5px;display: inline-block;}
.yaoq{font-size: 14px;color: #8f8f8f;line-height: 24px;padding: 0 15px;}
.guan,.guan:hover{color: #005aff;}



.yin{box-shadow: 0 0 10px #dadada;background: #fff;padding: 50px;max-width: 1200px;margin: 0 auto}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.xiang_qing{padding-top: 50px;}
.xiang_qing span{width: 100px;height: 2px;background: #000;display: block;margin: 0 0 20px 15px;}
.xiang_qing h4{margin-bottom: 30px;font-size: 18px;margin-left: 15px;}
.xin_xin ul li{line-height: 24px;margin-bottom: 20px;}
.zhe h5{margin-top: 0;font-weight: 600;font-size: 14px;background: #000;color: #fff;display: inline-block;padding: 10px;width: 120px;text-align: center;border-radius: 6px;}
.zhe h5 i{font-style: normal;margin-left: 5px;}


.shili_t h3{color: #000;text-align: center;font-weight: 600;font-size: 30px;margin-top: 0;}
.shili_t h3 span{color: #cfce36;}
.shili_t  i{width: 2px;height: 50px;display:block;margin: 30px auto;background: #000}
.shili_text  p{text-align: center;color: #262626;line-height: 26px;}
.shili_text  ul{margin-top: 50px;}
.shili_text  li{padding: 50px 50px;}
.shili_text  li:hover{background-image: linear-gradient(#7b7673, #000);color: #fff;transition: all .6s ease-out 0s;}
.shili_text  li:hover p{color: #fff;}

.history{padding: 0 15px 5%;max-width: 1200px;margin: 0 auto;}
.hie_pic{display: block;margin: 0 auto;}
.history .container{width: 100%!important}
.history main,
.history .container > header {
	width: 90%;
	max-width: 69em;
	margin: 0 auto;
	padding: 0 1.875em 3.125em 1.875em;
}

.history .container > header {
	padding: 2.875em 1.875em 1.875em;
}

.history .container > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0 0 0.6em 0;
	float: left;
	font-weight: 400;
}

.history .container > header > span {
	display: block;
	position: relative;
	z-index: 9999;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
}

.history .container > header > span span:after {
	width: 30px;
	height: 30px;
	left: -12px;
	font-size: 50%;
	top: -8px;
	font-size: 75%;
	position: relative;
}

.history .container > header > span span:hover:before {
	content: attr(data-content);
	text-transform: none;
	text-indent: 0;
	letter-spacing: 0;
	font-weight: 300;
	font-size: 110%;
	padding: 0.8em 1em;
	line-height: 1.2;
	text-align: left;
	left: auto;
	margin-left: 4px;
	position: absolute;
	color: #fff;
	background: #47a3da;
}

.history .container > header nav {
	float: right;
	text-align: center;
}

.history .container > header nav a {
	display: inline-block;
	position: relative;
	text-align: left;
	width: 2.5em;
	height: 2.5em;
	background: #fff;
	border-radius: 50%;
	margin: 0 0.1em;
	border: 4px solid #47a3da;
}

.history .container > header nav a > span {
	display: none;
}

.history .container > header nav a:hover:before {
	content: attr(data-info);
	color: #47a3da;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	pointer-events: none;
}

.history .container > header nav a:hover {
	background: #47a3da;
}

.history .bp-icon:after {
	font-family: 'bpicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	color: #47a3da;
	-webkit-font-smoothing: antialiased;
}

.history .container > header nav .bp-icon:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 2;
	text-indent: 0;
}

.history .container > header nav a:hover:after {
	color: #fff;
}

.history .bp-icon-next:after {
	content: "\e000";
}
.history .bp-icon-drop:after {
	content: "\e001";
}
.history .bp-icon-archive:after {
	content: "\e002";
}
.history .bp-icon-about:after {
	content: "\e003";
}
.history .bp-icon-prev:after {
	content: "\e004";
}

.history .cbp_tmtimeline {
	margin:0 0;
	padding: 0;
	list-style: none;
	position: relative;
} 

/* The line */
.history .cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 2%;
	bottom: 0;
	width: 2px;
	background: #c5c5c5;
	left: 29.4%;
	margin-left: -10px;
}

.history .cbp_tmtimeline > li {
	position: relative;
}

/* The date/time */
.history .cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	width: 35%;
	padding-right: 100px;
	position: absolute;
}

.history .cbp_tmtimeline > li .cbp_tmtime span {
	display: block;
	text-align: right;
}

.history .cbp_tmtimeline > li .cbp_tmtime span:first-child {
	font-size: 0.9em;
	color: #bdd0db;
}

.history .cbp_tmtimeline > li .cbp_tmtime span:last-child {
	font-size:22px;
	color: #000;
	font-weight: 600;
}

.history .cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
	color: #000;
}

/* Right content */
.history .cbp_tmtimeline > li .cbp_tmlabel {
	margin: 0 0 15px 35%;

	color: #5e5e5e;
	padding:10px 1em 1em;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	border-radius: 5px;
}


.history .cbp_tmtimeline > li .cbp_tmlabel h2 { 
	margin-top: 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

/* The icons */
.history .cbp_tmtimeline > li .cbp_tmicon {
	width: 12px;
	height: 12px;
	font-family: 'ecoico';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.4em;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #fff;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #000;
	text-align: center;
	left: 31%;
	top: 15%;
	margin: 0 0 0 -25px;
}

/* Example Media Queries */
@media screen and (max-width: 65.375em) {

	.history .cbp_tmtimeline > li .cbp_tmtime span:last-child {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 47.2em) {
	.history .cbp_tmtimeline:before {
		display: none;
	}

	.history .cbp_tmtimeline > li .cbp_tmtime {
		width: 100%;
		position: relative;
		padding: 0 0 20px 0;
	}

	.history .cbp_tmtimeline > li .cbp_tmtime span {
		text-align: left;
	}

	.history .cbp_tmtimeline > li .cbp_tmlabel {
		margin: 0 0 30px 0;
		padding: 0;
		font-weight: 400;
		font-size: 95%;
	}

	.history .cbp_tmtimeline > li .cbp_tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		border-bottom-color: #3594cb;
		top: -20px;
	}

	.history .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
		border-right-color: transparent;
		border-bottom-color: #6cbfee;
	}

	.history .cbp_tmtimeline > li .cbp_tmicon {
		position: relative;
		float: right;
		display: none;
		left: auto;
		margin: -55px 5px 0 0px;
	}	
}

.team .carousel-control {
    width: 6% !important;
	color: #000 !important;
	text-shadow: none !important;
	opacity: 1 !important;
}
.team_t{padding: 30px 60px 30px 40px!important;}
.team_t h4{font-size: 30px;margin-bottom: 30px;font-weight: bold;}
.team_t h5{color: #777777;margin-bottom: 40px;font-size: 18px;line-height: 30px;}
.team_t p{line-height: 30px;font-size: 16px;}

.team .carousel-inner {
   margin-top: 50px;
}
.team .carousel-indicators {
    bottom: -50px !important;
}
.carousel-control.left,.carousel-control.right{background-image: none !important;
	
}
.carousel-indicators li {
    border: 1px solid #000 !important;
}
.carousel-indicators .active {
    background-color: #000 !important;
}
.hezuo{margin-top: 100px;}
.hezuo ul{margin-top: 20px;}
.hezuo li{padding-left: 0;padding-right: 0;margin-bottom: 10px;}
.hezuo li div{padding: 30px 20px;}
.hezuo li:hover div{background: #f2f2f2;box-shadow: 0 0 10px #cfcfcf;transition: all .6s ease-out 0s;}

.team{padding-top: 50px;}



@media (min-width: 1200px){
.zizhi .container {
    width: 1500px;
}
}
.zizhi #complicated-content-carousel .carousel-control {
		position: absolute;
		top: -20px;
		right: 0;
		left: auto;
		bottom: auto;
		width: 14px;
		font-size: 25px;
		color: #3c3c3c !important;
		opacity: 1;
	}
	
	.zizhi #complicated-content-carousel .carousel-control.left,
	.zizhi #complicated-content-carousel .carousel-control.right {
		background-image: none;
	}
	
	.zizhi #complicated-content-carousel .carousel-control.left {
		right: 35px;
	}
	
	.zizhi #complicated-content-carousel .index {
		position: absolute;
		top: -70px;
		right: 0;
		font-size: 16px;
		color: #3c3c3c;
	}
	
	.zizhi #complicated-content-carousel .flex-item {
		position: relative;
		display: inline-block;
		width: 320px;
		height: 380px;
		padding: 16px 13px;
		background-color: #f5f6f7;
		border: 6px solid #f5f6f7;
	}
	
	.zizhi #complicated-content-carousel .flex-item:hover,
	.zizhi #complicated-content-carousel .flex-item:focus {
		border: 6px solid #d2d4d5;
		border-radius: 3px;
	}
	
	.zizhi .good-top {
		height: 21px;
	}
	
	.zizhi .good-top-left {
		font-size: 16px;
		color: #424242;
		text-transform: uppercase;
		line-height: 21px;
	}
	
	.zizhi .good-top-right {
		height: 21px;
		text-align: right;
	}
	
	.zizhi .choose-color div {
		display: inline-block;
		width: 21px;
		height: 21px;
		border-radius: 50%;
		letter-spacing: 5px;
		cursor: pointer;
	}
	
	.zizhi .choose-color .blue {
		background-color: #165eb9;
	}
	
	.zizhi .choose-color .yellow {
		background-color: #ffe637;
	}
	
	.zizhi .choose-color .black {
		background-color: #535253;
	}
	
	.zizhi .choose-color .grey {
		background-color: #d3a7ac;
	}
	
	.zizhi .choose-color .dark-blue {
		background-color: #35374c;
	}
	
	.zizhi .choose-color .dark-blue-women {
		background-color: #192b5e;
	}
	
	.zizhi .choose-color .light-blue-women {
		background-color: #1682c4;
	}
	
	.zizhi .good-top-left .fa {
		position: relative;
		top: 2px;
		font-size: 21px;
	}
	
	.zizhi .good-bottom {
		height: 21px;
	}
	
	.zizhi .good-bottom * {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.zizhi .good-bottom-left a h4 {
		font-size: 18px;
		color: #3c3c3c;
		text-transform: uppercase;
		line-height: 21px;
	}
	
	.zizhi .good-bottom-right {
		position: relative;
		top: -1px;
		font-size: 22px;
		color: #424242;
		text-transform: uppercase;
		line-height: 21px;
	}
	
	.zizhi .good-top-left,
	.zizhi .good-bottom-left {
		float: left;
		text-align: left;
	}
	
	.zizhi .good-top-right,
	.zizhi .good-bottom-right {
		float: right;
		text-align: right;
	}
	
	.zizhi .good-image {
		height: 294px;
		text-align: center;
	}
	
	.zizhi .good-image:before {
	    content: "";
	    display: inline-block;
	    height: 100%;
	    vertical-align: middle;
	}
	
	.zizhi .good-image img {
		max-height: 240px;
		vertical-align: middle;
	}
	
	.zizhi .size {
		position: absolute;
		padding: 0;
		cursor: pointer;
		transition: all .35s;
	}
	
	.zizhi .size.shown {
		padding: 0 5px 5px 5px;
		background-color: #fff;
		border-radius: 2px;
	}
	
	.zizhi .size.shown .option:hover {
		background-color: #f5f6f7;
	}
	
	.zizhi .carousel-control {
		width: 50px;
		height: 50px;
		top: 50%;
		transform: translateY(-50%);
		bottom: auto;
		font-size: 30px;
		text-align: center;
		opacity: 1;
	}
	
	.zizhi a.carousel-control.left,
	.zizhi a.carousel-control.right {
		background-image: none;
		opacity: 1;
		text-align: center;
	}

/* MEDIA QUERIES */
	/* styles for phones' displays */
	@media only screen and (max-width: 350px) {
		#complicated-content-carousel .flex-item {
			width: 300px;
		}
	}
	
	/* styles for medium size displays */
	@media only screen and (min-width: 992px) and (max-width: 1199px) {
		#complicated-content-carousel .flex-item {
			width: 300px;
		}
	}



.indicators-line > .carousel-indicators .active:before{background-color: #000 !important;}
.xinwen{margin-top: 50px;}

/* 弹窗 (background) */
.zhaop .modal {
    display: none; /* 默认隐藏 */
    position: fixed; /* 固定定位 */
    z-index: 99999; /* 设置在顶层 */
    left: 0;
    top: 0;
    width: 100%;  
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}
 
/* 弹窗内容 */
.zhaop .modal-content {
    background-color: #fefefe;
    margin: 5% auto; 
    padding: 50px 20px;
    border: 1px solid #888;
    max-width: 1200px; 
}
 
/* 关闭按钮 */
.zhaop .close {
    color: #000;
	opacity: 1;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
 
.zhaop .close:hover,
.zhaop .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.zhaop .modal-content i{display: inline-block;margin-right: 35px;}
.zhaop .modal-content i:last-child{margin-right: 0px;}
.zhaop .modal-content .xinwen_t{padding: 0 40px !important;}
.neilun img{height: 400px;object-fit: cover;overflow: hidden}







@media screen and (max-width: 769px) {
	.zhaop .modal-content i{margin-right: 0px;display: block;}
	.li i{display: none}
	.li li{margin-bottom: 20px;}
	.about_box{padding-left: 0px;}
	.col-xs-12 {
    width: 100% !important;
		padding: 0 15px !important;
}
	.projects_t span,.fedfe {display: none;}
	.projects_t {padding: 5px 5px;}
	.title_t {padding-top: 0}
	.col-xs-50{width: 50%}
	.col-50{float: left}
	.projects_shuo h4{color: #fff;font-size: 14px;position: absolute;bottom: 5px;left: 5px;}
	.projects_t h4 {font-size: 16px;}
	.doo {margin-bottom: 2px !important;}
	.box {position: relative;width: 100%;}
	.new .nav-tabs li {margin-right:0;text-align: center;}
	.xin .col-md-6{padding-left: 0;padding-right: 0;}
	.xin .col-md-6:nth-child(2){margin-top: 20px;}
	.footer_b{text-align: center;}
	.sitecontent {
    padding-top: 50px !important;
}
	.sitecontent .control-round .carousel-control{top: 30% !important;}
	#container {padding: 0 15px;}
	.middle_b .dao li {
    margin-bottom: 30px;
}
	.panel-heading{padding: 0 !important;}
	.panel-body {
    padding: 20px 15px !important;
}
	.panel-group .panel{min-height: 300px;}
	.middle_b .nei{margin-top: 0px;}
	.xinwen_t span{display: none;}
	.xinwen_t{margin-top: 20px;}
	.xinwen_t h2{    margin-bottom: 10px;}
	.xinwen_t p{margin: 10px 15px;}
	.xinwen li {padding-bottom: 10px;margin-bottom: 30px;}
	.xin_xing,.ojoihoi{padding-left: 15px;padding-right: 15px;}
	.ojoihoi{line-height: 28px;}
	.zhaop .kuan {
    width: 50% !important;
}
	.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: 200px !important;
    margin: 0 auto;
		overflow: hidden;
}
	.yin {
    padding: 15px;
}
	.xiang_qing {
    padding-top: 20px;
}
	.xin_xin{padding-right: 0 !important;padding-left: 0 !important;}
	.zhe{clear: both;}
	.xin_xin ul li {margin-bottom: 10px;}
	.shili_text li{
    padding: 0;
}
	.shili_text p {
    padding: 15px;
}
	.shili_text ul {
    margin-top: 0px;
}
	.team .carousel-inner {
    padding: 0;
    margin-top: 50px;
}
	.shili_text{padding: 0 15px;}
	.history{padding: 0 15px 50px;}
	.middle_b {
    padding-top: 40px !important;
}
	.zhaop .modal-content .xinwen_t {
    padding-left: 15px !important;
}
	.new_ing img {
    object-fit: cover;
    height: auto;
    overflow: hidden;
}
	.neilun img{height: auto}
}







































