@charset "utf-8";

body {
	font-family: "微软雅黑";
	padding: 0;
	margin: 0;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #c30d23;
}

a {
	color: #ffffff;
}

ul,
ol {
	list-style: none;
	padding: 0;
}

button:focus,
input:focus {
	outline: none;
}

img {
	max-width: 100%;
}

.text_center {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.bg_style {
	background-position: center;
	background-repeat: no-repeat;
}

.logo_color {
	color: rgb(218, 37, 29);
}

.container {
	width: 1300px;
}

.txt_overflow {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.display_block {
	display: inline-block;
}

.hidden-md {
	display: none;
}

/**/
.nav_center {
	width: 78%;
	margin: 0 auto;
	float: left;

}

.nav_right_ico input {
	position: absolute;
	top: 23px;
	right: -6px;
	background: none;
	border: 1px solid #fff;
	padding: 4px 4px 4px 10px;
	color: #fff;
	border-radius: 29px;
	width: 0;
	opacity: 0;
	transition: .3s;
}

.nav_right_ico button {
	background: none;
	border: 0;
	margin-top: 26px;
	position: absolute;
	z-index: 9;
	width: 23px;
	right: 2px;
	height: 23px;
	padding: 0;
}

.nav_right_ico li:nth-child(1) IMG {

	DISPLAY: BLOCK;
	WIDTH: 100%;
}

.nav_right_ico li:nth-child(1):hover input {

	width: 150px;
	opacity: 1;
}

.nav_center a {
	color: #fff;
}

.nav_center ul {
	margin-bottom: 0;
}

.nav_center li {
	float: left;
}

.type_case h2.active a,
.type_case h2:hover a,
.nav_center li:hover a,
.nav_center li.active a {
	color: #c30d23;
}

.nav_center a {
	display: block;
	padding: 25px 27px;
	font-size: 16px;
}

.navbar {
	position: absolute;
	top: 0;
	width: 100%;
	background: none;
	z-index: 99;
	transition: .3s;
	border: 0;
}

.navbar.nn,
.navbar.beyond {
	border-radius: 0;
	background: #191919;
    z-index: 9999;
	position: fixed;
}

.navbar-header {
	width: 13%;
	margin-top: 8px;
}

.nav_right_ico img {
	width: 25px;
}

.navbar-nav>li>a {
	padding-top: 26px;
}

.carousel-indicators .active,
.carousel-indicators li {
	border-radius: 0;
	width: 40px;
	height: 4px;
	margin: 0 5px 0 0;
	border: 0;
}

.carousel-indicators li {
	background: rgba(255, 255, 255, .3);
}

.navbar-brand {
	padding-top: 10px;
}
.navbar-brand>img{
    width: 155px;
}
footer {
	background: #282828;
	padding: 35px 0 1px;
}

.copyright {
	text-align: center;
	color: #fff;
	padding: 10px 0 0;
	margin-top: 15px;
	border-top: 1px solid #2f2f2f;
}

.copyright a {
	color: #999;
}

.copyright a:hover {
	color: #e70000;
}

footer .ft_contcat_r {
	width: 20%;
}

footer .ft_logo {
	width: 13%;
	margin-top: 35px;
}

footer .ft_center {
	width: 67%;
	margin-top: 55px;
}

footer .ft_center li {
	float: left;
	width: 80px;
}

footer .ft_center li a {
	color: #fff;
}

footer .ft_contcat_r h6,
footer .ft_contcat_r h5,
footer .ft_contcat_r p {
	color: #fff;
	font-size: 14px;
}

footer .ft_contcat_r h5 {
    font-size: 20px;
    font-weight: 100;
}

footer .ft_contcat_r h6 {
	line-height: 23px;
    font-weight: 100;
}

footer .ft_contcat_r h6 img {
	width: 100%;
}

footer .ft_contcat_r h6 span {
	display: inline-block;
	width: 20px;
	height: 40px;
	float: left;
	margin-right: 5px;
}

/*滚动条凹槽的颜色，还可以设置边框属性 */
::-webkit-scrollbar-track-piece {
	background-color: #f8f8f8;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

/*滚动条的宽度*/
::-webkit-scrollbar {
	width: 9px;
}

/*滚动条的设置*/
::-webkit-scrollbar-thumb {
	background-color: #aaa;
	background-clip: padding-box;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

/*滚动条鼠标移上去*/
::-webkit-scrollbar-thumb:hover {
	background-color: #191919;
}

/*index*/
.padding25 {
	padding: 25px;
}
.padding_lr_25{
    
	padding:0 25px ;
}
.server_li_2,
.case_li,
.server_li {
	position: relative;
	margin-bottom: 22px;
    overflow: hidden;
}

.server_box .svr_txt_bg {
	position: absolute;
	top: 0;
	height: 100%;
	transition: .3s;
	width: 100%;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	text-align: center;
	opacity: 1;
}

.server_li_2 img,
.server_box .server_li img{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    transition: .3s;
}

.server_li_2:hover img ,
.server_box .server_li:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scale(1.1) translateY(-0px);
    -moz-transform: scale(1.1) translateY(-0px);
    transform: scale(1.1) translateY(-0px);
}
.alert_server div.dd {
	position: fixed;
	z-index: 99;
	width: 1300px;
	background: #191919;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0 auto;
	border-radius: 10px;
	padding: 100px;
	color: #ddd;
}

@media(min-width:768px) {

	.svr_txt_bg {
		position: absolute;
		top: 0;
		height: 100%;
		transition: .3s;
		width: 100%;
		background: rgba(0, 0, 0, .6);
		color: #fff;
		text-align: center;
		opacity: 1;
	}
}

.alert_server {
	display: none;
}

.alert_server .aftrt_bg {
	background: rgba(0, 0, 0, .5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.alert_server.after::after {
	display: block;
}

.alert_server li {
	float: left;
	width: 33%;
	padding-right: 20px;
	margin-bottom: 20px;
}

.alert_server li a {
	font-size: 14px;
	color: #fff;
}

.alert_server li::before {
	content: '';
	width: 5px;
	height: 5px;
	float: left;
	display: block;
	background-color: #c30d23;
	margin: 6px 10px 0 0;
	border-radius: 13px;
}

.alert_server p {
	margin-bottom: 35px;
	line-height: 28px;
	font-size: 14px;
}

.close_ {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 27px;
	opacity: .5;
	transition: .3s;
}

.close_:hover {
	cursor: pointer;
	opacity: 1;
}

.alert_server h6 {
	font-size: 20px;
	margin-bottom: 15px;
}
.server_li_2:hover .svr_txt_bg ,
.server_li:hover .svr_txt_bg {
	background: rgba(0, 0, 0, 0);
	opacity: 0;
}

.svr_txt_bg .icon_svr {
	width: 55px;
	margin: 20px auto 0;
	height: 55px;
	display: block;
}

.dw {
	position: absolute;
	top: 50%;
	left: 50%;
    z-index: 99;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.svr_txt_bg .icon_svr img {
	width: 100%;
}

.svr_txt_bg h2 {

	font-size: 18px;
}

.case_center,
.case_right,
.server_right,
.server_left {
	width: 30%;
}

.case_left,
.server_center {
	width: 40%;
}

.server_box .server_left .server_li_2, 
.server_box .server_right .server_li_2,
.server_box .server_left .server_li, 
.server_box .server_right .server_li{
    height: 370px;
    overflow: hidden;
}

.server_box .server_center {
	padding: 0 22px;
    height: 759px;
    overflow: hidden;
}
.server_box .server_li{
    
    height: 100%;
}
.server_box .server_li_2 a img,
.server_box .server_li a img{
    width: 100%;
    height: 100%;
}
.case_left {
	padding-right: 22px;
	overflow: hidden;
}
.i_case_box .case_left .case_li{

    height: 755px;
    margin: 0;
}

.i_case_box .case_li {
    height:367.5px;
	margin-right: 10px;
}

.i_case_box .case_li img{
    width: 100%;
    height: 100%;
}
.i_case_box .case_li p{
    margin: 0;
    height: 100%;
}
.case_right .case_li {

	margin-left: 10px;
}

.case_li .svr_txt_bg {
	opacity: 0;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
}

.case_li:hover .svr_txt_bg {
	opacity: 1;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;

}

.case_li .img_div {
	height: 342px;
	overflow: hidden;
}

.case_div {
	border: 1px solid #fff;
	padding-top: 40px;
	text-align: left;
	margin: 20px;
	height: 89%;
	padding-left: 40px;
	padding-right: 60px;
}

.case_left .case_div {
	height: 92.9%;
	padding-right: 165px;
	padding-top: 210px;
}
.case_left .case_div p {
	line-height: 28px;
	font-size: 15px;
}

.case_left .case_li img {
	width: 100%;
}

.case_div h4 {
	font-size: 21px;
}

.case_div span.more {
	border: 1px solid #fff;
	padding: 8px 25px;
	display: inline-block;
    position: absolute;
    bottom: 9%;
	margin: 25px auto;
}
.case_left .case_div span.more {
    bottom: 31%;
}

.type_case h2 {
	float: left;
	font-size: 16px;
    padding: 8px 18px;
    margin: 0 10px;
	border: 1px solid #fff;
}

.i_case_box .type_case h2:nth-child(1){
    border: 0;
    color: #fff;
} 
.type_case h2:hover,
.type_case h2.active {
	border: 1px solid #ddd;
	color: #FF0000;
}

.tit {
	text-align: center;
	margin: 30px 0 68px;
}

.tit h6 {
	font-size: 45px;
	color: #bcbcbc;
	font-weight: 300;
	margin-bottom: -12px;
	opacity: .6;
}
.tit_f{
    color: #505050;
    letter-spacing: 1px;
}
.about_txt_t h3,
.tit h3 {
    /*transform: scale(1,1.3);*/
    /*-ms-transform: scale(1,1.3);*/
    /*-webkit-transform: scale(1,1.3);*/
    /*-moz-transform: scale(1,1.3);*/
    /*-o-transform: scale(1,1.3);*/
    /*letter-spacing: 5px;*/
    color: #c30d23;
    font-weight: 600;
    font-size: 29px;
    letter-spacing: 1px;
}
.n_server_ys .tit h3{
    
    letter-spacing: 0px;
}
.tit p{
    color: #fff;
}
.tit p.tit_f{
    
    color: #505050;
    letter-spacing: 1px;
}
.type_case {
	margin-bottom: 20px;
	padding-top: 20px;
}
.n_server_ys{
    background: #151515;
    padding-top: 5px;
    padding-bottom: 68px;
}
 .i_case_box{
    
    padding-top: 30px;
}
.i_case_box .tit {
	margin: 45px 0 50px;
}

.i_server_ln_box {
	/*background: url(../images/server_ln_bg.png) no-repeat center;*/
	background-size: cover;
    background-color: #151515;
    padding:0 25px;
}
.brand_box{
        padding-bottom: 40px;
}
.ln_li {
	float: left;
	height: 240px;
	width: 20%;
	text-align: center;
    border-left: 1px solid #1b1b1b;
}

.ln_li:hover .ln_li_icon span {
	/*background: #ff0000;*/
}

.ln_li:hover .ln_li_txt h6 {
	color: #FF0000;
}

.ln_li_icon {
	position: relative;
}

.ln_li_icon span::after {
	/*content: '';*/
	display: block;
	width: 115px;
	height: 115px;
	border-radius: 100%;
	position: absolute;
	top: -9px;
	border: 1px solid#c30d23;
	left: 69px;
	float: left;
}

.ln_li_icon span {
	display: block;
	/*width: 95px;*/
	/*height: 95px;*/
	/*line-height: 95px;*/
	/*border-radius: 100%;*/
	/*background: #c30d23;*/
	margin: 0 auto;
    margin-top: 76px;
	transition: .3s;
}

.ln_li_icon span img {
	width:45px;
}

.ln_li_txt {

	margin-top: 13px;
}

.ln_li_txt h6 {
    color: #fff;
    font-size: 26px;
    margin-top: 23px;
}

.ln_li_txt p {
	color: #999;
    opacity: 0;
    font-size: 15px;
    line-height: 28px;
    transition: .3s;
}   
.ln_li:hover p{
    opacity: 1;
}
.ln_li:hover .ln_li_icon span{
    margin-top: 56px;
}
.ln_li:hover .ln_li_icon {
    opacity: 0;
}
.ln_li:hover .ln_li_txt {
    margin-top: -48px;
}
.ln_li:hover {
    cursor: pointer;
}
.about_cont {}

.about_box .about_txt_div {
	width: 60%;
}

.about_box div.left.about_img_div {
	width: 40%;
}

.about_cont,
.about_img {
	position: relative;
}

.about_img::before {
	content: '';
	width: 100%;
	position: absolute;
	background: #000;
	height: 100%;
	z-index: -1;
	top: -20px;
	right: -20px;
}

.about_box {
	margin: 80px 25px 50px 0;
}

.about_txt_t {
	width: 56%;
	margin: 60px;
}

.about_txt_t p.en {
	color: #999;
}


.about_txt_t p.jj {
    margin-top: 40px;
	line-height: 29px;
	font-size: 16px;
}

.case_div span.line,
.about_txt_t span {
	width: 55px;
	height: 1px;
	background: #c30d23;
	margin: 25px 0;
	display: block;
}

.case_div span.line {
	background: #fff;
}


@media(min-width:768px) {
	.about_numb {
		position: absolute;
		width: 65%;
		bottom: 30px;
		z-index: 9;
	}
}

.n_about_numb,
.about_numb {
	/*background: url(../images/about_bg.jpg) no-repeat top;*/
	background-size: cover;
    background: #151515;
	color: #fff;
	text-align: center;
	padding: 50px  0;
}

.n_about_numb .ab_num_li,
.about_numb .ab_num_li {
	float: left;
	width: 25%;
	border-left: 1px solid #252525 ;
}
.n_about_numb .ab_num_li:last-child,
.about_numb .ab_num_li:last-child{
    
	border-right: 1px solid #252525 ;
}
.n_about_numb .ab_num_li:nth-child(3) .unitC, 
.about_numb .ab_num_li:nth-child(3) .unitC,
.n_about_numb .ab_num_li:nth-child(2) .unitC, 
.about_numb .ab_num_li:nth-child(2) .unitC{
     font-size: 20px;
}
.n_about_numb .ab_num_ul,
.about_numb .ab_num_ul {
	width: 60%;
}
sub {
     bottom:3px; 
}
.ab_num_li .unitC{
    font-size: 42px;
    margin-top: -35px;
    margin-left: 4px;
}
@font-face { font-family: <a-remote-font-name>; src: <source> [,<source>]*; [font-weight: <weight>]; [font-style: <style>]; }
.ab_num_li div.numU{
    font-size: 48px;
    color: #fff;
    letter-spacing: 0px;
    font-weight: 100;
    -ms-font-weight: 100;
    -webkit-font-weight: 100;
    -moz-font-weight: 100;
    -o-font-weight: 100;
    /*transform: scale(1,1.3);*/
    /*-ms-transform: scale(1,1.3);*/
    /*-webkit-transform: scale(1,1.3);*/
    /*-moz-transform: scale(1,1.3);*/
    /*-o-transform: scale(1,1.3);*/
}

.ab_num_li p {
    font-size: 12px;
}
.ab_num_li h6{
    margin-top: 1px;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 500;
    color: #4a4a4a;
}
.ab_num_li p span {
	/*font-size: 13px;*/
}

.brand_ul li {
	float: left;
	width: 20%;
	text-align: center;
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.brand_ul li img {
	width: 120px;
	transition: .3s;
}

.brand_ul li:hover img {
	-webkit-transform: scale(1.1) translateY(-0px);
	-moz-transform: scale(1.1) translateY(-0px);
	transform: scale(1.1) translateY(-0px);
}

@media(min-width:768px) {

	.brand_ul li:nth-last-child(1),
	.brand_ul li:nth-last-child(2),
	.brand_ul li:nth-last-child(3),
	.brand_ul li:nth-last-child(4),
	.brand_ul li:nth-last-child(5) {
		border-bottom: 0;
	}

	.brand_ul li:nth-child(1),
	.brand_ul li:nth-child(6),
	.brand_ul li:nth-child(11) {
		border-left: 0;
	}
}

/*n_page*/
.n_banner {
	position: relative;
	height: 450px;background-size: cover;
}

.n_banner .n_banner_txt {
	position: absolute;
	color: #fff;
	width: 100%;
	top: 185px;
}

.n_banner .n_banner_txt h4 {

	font-size: 30px;
	font-weight: 100;
}

.bgf3 {
	/*background: #f3f3f3;*/
}

/*案例*/

.n_case .n_case_li {
	width: 31%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.n_case .n_case_li:nth-child(3n+3) {
	margin-right: 0;
}

.n_case_txt {
	padding: 10px;
	background: #0e0e0e;
}

.n_case_txt h4 {
	margin: 13px 0;
	font-size: 16px;
}

.n_case_txt p {

	color: #999;
}

.news_box .n_case_txt p span {

	background: #ddd;
	padding: 3px 9px;
	border-radius: 24px;
	margin-left: 10px;
}

.n_case_txt p.look {
	margin-bottom: 0;
	/*border-top: 1px solid #eaeaea;*/
	border-top: 1px solid #171717;
	padding-top: 10px;
}

.n_case_txt p.look span {
	width: 15px;
	height: 16px;
	margin-right: 8px;
	float: left;
	display: inline-block;
	background-size: cover;
	background-image: url(../images/case_look.png);
	margin-top: 1px;
}

.n_case_li {
	transition: .3s;
	float: left;
}

.n_case_li:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.n_case_li .img_div {
	height: 260px;
	overflow: hidden;
}

/*服务*/
.padding_btm65 {

	padding-bottom: 65px;
}

.n_svr_li .left {
	width: 50%;
}
.n_svr_li:nth-child(3){
    /*width: 100%;*/
}
.n_svr_li:nth-child(3) .n_svr_txt,.n_svr_li:nth-child(3) .n_svr_img{
    /*width: 50%;*/
    /*float: left;*/
}
.n_svr_li {
	position: relative;
	width: 33.33%;
    /*margin-bottom: 68px;*/
	float: left;
    overflow: hidden;
}
.n_svr_li .n_svr_img{
    height: 280px;
    overflow: hidden;
}
.n_svr_li img{
    transition: .3s;
    transition: all .3s ease-in-out;
}
.n_svr_li:hover img{
    transform: scale(1.1);
}
.n_svr_li .n_svr_txt,
.n_svr_li:nth-child(3) .n_svr_txt div{
    margin: 0 auto;
    width: 97%;
}
.n_svr_li .n_svr_txt {
	padding: 0 20px;
	height: 280px;
    font-size: 18px;
    font-weight: 100;
    line-height: 33px;
    padding-top: 78px;
}
.n_svr_li:nth-child(1) .n_svr_txt{
    text-align: right;
}
.n_svr_li:nth-child(3) .n_svr_txt b,
.n_svr_li:nth-child(2) .n_svr_txt b{
    border-left: 3px solid #c30d23;
}
.n_svr_li:nth-child(1) .n_svr_txt b{
    border-right:  3px solid #c30d23;
}
.n_svr_li:hover .n_svr_txt   b {
    opacity: 1;
	font-weight: 100;
}
.n_svr_li .n_svr_txt b {
    /*color: pink;*/
	font-size: 24px;
    line-height: 25px;
	font-weight: 100;
	padding: 0 10px ;
	margin-bottom: 20px;
	display: block;
	color:#fff;
}

.n_svr_li .n_svr_txt p {
	line-height: 28px;
    font-size: 14px;
	color:#d6d6d6;
}

.n_svr_dw_txt .n_svr_txt {
	top: 120px;
	z-index: 99;
	position: absolute;
}

.n_svr_dw_txt:after {
	content: '';

	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
}

/*about*/
.red {

	color: #c30d23;
}

.n_about_txt {
	margin-bottom: 35px;
}

.n_about_txt h4 {
	line-height: 28px;
	margin: 25px 0;
}
.n_about_txt p{
    color: #fff;
}
.team_left {
	width: 49.5%;
	float: left;

	margin-bottom: 1%;
	position: relative;
}

.team_left:nth-child(2n+2) {
	margin-left: 1%;
}

.team_left .team_txt {
	position: absolute;
	top: 25px;
	left: 25px;
	font-weight: bold;
	font-size: 17px;
	color: #fff;
}

.about_alert.alert_server h6,
.team_left .team_txt h4 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}

.about_alert.alert_server p {
	margin-bottom: 5px;
}

.about_alert.alert_server p b {
	font-size: 16px;
}

.about_alert.alert_server div.dd {
	width: 900px;
	padding: 50px;
}

.alert_cont {
	height: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.contact_box .ul_li {
	float: left;
	width: 33.3%;
	font-size: 17px;
	text-align: center;
    color: #fff;
	margin-bottom: 25px;
}

.contact_box .ul_li span {

	width: 80px;
	height: 80px;
	display: block;
	margin: 10px auto;
	background-size: 54%;
	background-repeat: no-repeat;
	border: 1px solid #fff;
	background-position: center;
	border-radius: 100%;
}

.contact_box .ul_li:nth-child(1) span {
	background-image: url(../images/icon_contact.png);
}

.contact_box .ul_li:nth-child(2) span {
	background-image: url(../images/icon_email.png);
}

.contact_box .ul_li:nth-child(3) span {
	background-image: url(../images/icon_map.png);
}

.contact_box .ul_li p:last-child {
	font-size: 15px;
}


.news_box .n_case_txt h4 {
	margin: 13px 0 20px
}

.news_detail {
	/*background: #fff;*/
    color: #fff;
	padding: 20px;
}

.detail_tit {
	margin-bottom: 30px;
}

.right_bg>b,
.detail_tit h3 {
	margin-left: -16px;
	border-left: 5px solid #b70e22;
	padding-left: 20px;
}

.bdsharebuttonbox {
	float: right;
	margin-top: -32px;
}

.detail_txt {
	border-top: 1px solid #eee;
	padding-top: 30px;
}

.detail_tit .bdsharebuttonbox a {
	width: 25px;
	height: 25px;
	float: left;
	margin-right: 9px;
	background-size: contain;
	display: block;
	border-radius: 17px;
	background-position: 0;
}

.detail_tit .bdsharebuttonbox .bds_qzone {
	background-image: url(../images/gbRes_4.png);
}

.detail_tit .bdsharebuttonbox .bds_tsina {
	background-image: url(../images/gbRes_6.png);
}

.detail_tit .bdsharebuttonbox .bds_tqq {
	background-image: url(../images/gbRes_3.png);
}

.detail_tit .bdsharebuttonbox .bds_renren {
	background-image: url(../images/gbRes_1.png);
}

.detail_tit .bdsharebuttonbox .bds_weixin {
	background-image: url(../images/gbRes_2.png);
}

.n_page_div a {
	color: #505050;
}

.detail_tit p {
	color: #999;
}

.detail_txt {
	border-top: 1px solid #eee;
	color: #fff;
	line-height: 28px;
	font-size: 15px;
	padding-top: 30px;
}

.right_bg {
	background: #fff;
	padding: 15px;
	margin-bottom: 20px;
}

.like_li {
	margin-bottom: 15px;
}

.case_like_div .like_img {
	width: 130px;
	height: 80px;
	overflow: hidden;
	border-radius: 5px;
	float: left;
	overflow: hidden;
	margin-right: 15px;
	position: relative;
}

.case_like_div .like_tx b {
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
	height: 50px;
	overflow: hidden;
}

.right_bg>b {
	margin-bottom: 15px;
	display: block;
}

.case_like_div .like_tx b {
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
	height: 50px;
	overflow: hidden;
}

.detail_box {
	padding: 50px 0;
	/*background: #f3f3f3;*/
}

.margintop-410 {

	margin-top: -410px;
}

.n_detail_top {
	height: 77px;
	background: #191919;
}

/*修改index*/

.about_box {
	margin: 0;
}

.about_box .new_about_bg.about_txt_div {
	width: 100%;
    padding-top: 75px;
}

.about_txt_t {
	margin: 0;
	text-align: center;
}

.new_about_bg .about_txt_t {
	width: 45%;
	margin: 0 auto;
}

.new_about_bg {
	padding: 50px 0;
	background-size: cover;
	color: #fff;
	/*margin-top: 40px;*/
}

.btn_bg_red {
	background: #c30d23;
	color: #fff;
	padding: 5px 15px;
	display: inline-block;
}

.about_txt_t span {
	margin: 25px auto;
}

.brand_ul2 {
	    background: url(../images/brand.png) no-repeat center center;
    background-size: contain;
    height: 370px;
    width: 1270px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
}.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
    width: 100%;
}

.brand_ul2 div.bran_div {
	margin: 30px 0;
	text-align: center;
}

.brand_ul2 div.bran_div:first-child {
	margin-top: 59px;
}

.brand_ul2 div.bran_div:first-child li:nth-child(5) {
    margin-right: 48px;
}

.brand_ul2 div.bran_div:nth-child(2) {
	margin: 35px 0 33px;
}

.brand_ul2 div.bran_div:nth-child(3) li:nth-child(1){
    	
    	margin-left:101px
}
.brand_ul2 div.bran_div:nth-child(3) li:nth-child(3){
    margin-left: 10px;
    margin-right: 41px;
}
.brand_ul2 div.bran_div:first-child li:nth-child(1) {
	margin-left: 107px;
}

.brand_ul2 div:nth-child(2) li:nth-child(1) {
    margin-left: 7px;
    margin-right: 3px;

}
.brand_ul2 div:nth-child(2) li:nth-child(5),
.brand_ul2 div:nth-child(2) li:nth-child(2){
    margin-left: 44px;
}
.brand_ul2 div:nth-child(2) li:nth-child(3){
    margin-left: 37px;
    margin-right: 43px;
}
.brand_ul2 div:nth-child(2) li:nth-child(7){
    margin-left: 40px;
    
}
.brand_ul2 div:nth-child(2) li:nth-child(6){
    margin-left: 37px;
}
.brand_ul2 div:nth-child(2) li{
    margin: 0 4px;
}
.brand_cont{
    width: 1270px;
    margin: 0 auto;
}
.brand_ul2 div li {
	width: 141px;
    height: 60px;
    line-height: 60px;
	float: left;
    margin-right: 42px;
	position: relative;
}

.brand_ul2 div img {
	transition: .3s;
    width: 59%;
    width: 125px;
    height: 55px;
}
.brand_ul2 div.img1{
    position: absolute;
    top: 0;
    
}
 
.brand_ul2 div li:hover .img {
 	transform: rotateY(180deg);
 	-ms-transform: rotateY(180deg);
 	-moz-transform: rotateY(180deg);
 	-webkit-transform: rotateY(180deg);
 	-o-transform: rotateY(180deg);
 	filter: alpha(opacity=0);
 	-moz-opacity: 0;
 	opacity: 0;
 }
 
.brand_ul2 div li:hover .img1 {
 	transform: rotateY(0deg);
 	-ms-transform: rotateY(0deg);
 	-moz-transform: rotateY(0deg);
 	-webkit-transform: rotateY(0deg);
 	-o-transform: rotateY(0deg);
 	filter: alpha(opacity=1);
 	-moz-opacity: 1;
 	opacity: 1;
	width:100%;
 }
 
.brand_ul2 div li div.img {
   margin:0 auto;
   transition: all .5s linear 10ms;
   -webkit-transition: all .5s linear 10ms;
   -moz-transition: all .5s linear 10ms;
   -ms-transition: all .5s linear 10ms;
   -o-transition: all .5s linear 10ms;
   opacity: 0.6;
 }
 
.brand_ul2 div li div.img1 {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	transition: all .5s linear 10ms;
 	-webkit-transition: all .5s linear 10ms;
 	-o-transition: all .5s linear 10ms;
 	-moz-ms-transition: all .5s linear 10ms;
 	-ms-transition: all .5s linear 10ms;
 	filter: alpha(opacity=0);
 	-moz-opacity: 0;
 	opacity: 0;
 	transform: rotateY(180deg);
 	-ms-transform: rotateY(180deg);
 	-moz-transform: rotateY(180deg);
 	-webkit-transform: rotateY(180deg);
 	-o-transform: rotateY(180deg);
 }
main{
    background: #191919;
}
.ft_form{
    background: #313131;
    padding: 30px 0;
    padding: 20px 0 15px;
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
}
.ft_form.position_bt{
    position: static;
}
.ft_form form div{
    float: left;
    width: 17%;
}
.ft_form form label{
    float: left;
    line-height: 28px;
    margin: 0;
    color: #fff;
    font-weight: 100;
}
.ft_form div select,
.ft_form div input{
    background: #464646;
    border: 0;
    padding: 5px;
    width: 71%;
    margin-left: 10px;
    float: left;
    color: #fff;
    
}
.ft_form form div:last-child .btn_sbt{
    
    width: 100%;
    background: #941020;
    color: #fff;
    border: 0;
    padding: 5px;
}
.ft_form form div:last-child{
    width: 15%;
    margin-right: 0;
}
.i_server_ln_box .tit{
    margin-top: 0;
}#l-map {
    height: 500px;
    width: 100%;
    margin: 50px 0;
}
.ft_yqlj li:first-child{
    margin-right: 10px;
}
.ft_yqlj li{
    color: #999;
    margin-right: 10px;
    float: left;
}
.ft_yqlj li a{
    color: #999;
}
.ft_yqlj li:after{
    content: '';
    height: 20px;
    width: 1px;
    background: #999;
    display: block;
    float: right;
    margin-left: 10px;
}
.ft_yqlj li:first-child:after{
    display: none;
}
.pagination>li>a, 
.pagination>li>span,
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus, 
.pagination>.active>span:hover,
.pagination>.disabled>a, 
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span, 
.pagination>.disabled>span:focus, 
.pagination>.disabled>span:hover{
    background: none;
    border: 1px solid #313131;
    color: #fff;
}
.pagination>.active>span:hover,
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover,
.pagination>.active>a:focus, 
.pagination>.active>a:hover,
.pagination>.disabled>span:hover,
.pagination>.disabled>a:hover,
.pagination>.active>span, 
.pagination>li>span{
    color: #fff;
    background: #941020;
    border: 1px solid #941020;
}
@media screen and (min-width:769px) {
 	.kefubox {
 		position: fixed;
 		right: 0px;
 		z-index: 99999;
 		transform: translateY(300px);
 	}

 	.kefubox .main {
 		width: 50px;
 		background: #000;
 		border:1px solid #303131;
 		box-sizing: border-box;
 	}

 	.kefubox .cursor_default {
 		cursor: default;
 	}

 	.kefubox .floor {
 		border-bottom:1px solid #303131;
 		position: relative;
 		box-sizing: border-box;
 	}

 	.kefubox .floor .home {
 		background-image: url("../images/c_home.png");
 	}

 	.kefubox .floor .tellink {
 		background-image: url("../images/c_phone.png");
 	}
 		.kefubox .floor.email .tellink {
 		background-image: url("../images/c_email.png");
 	}

 	.kefubox .floor .qqlink {
 		background-image: url("../images/c_qq.png");
 	}

 	.kefubox .floor .wechatimg {
 		background-image: url("../images/c_weixin.png");
 	}

 	.kefubox .floor .erweimaimg {
 		background-image: url("data:image/svg+xml;utf8,%3Csvg%20t%3D%221586947336638%22%20class%3D%22icon%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20p-id%3D%222370%22%20width%3D%2264%22%20height%3D%2264%22%3E%3Cpath%20d%3D%22M53.6%20556.8v424.8h318.4c58.4%200%20106.4-47.2%20106.4-106.4V556.8H53.6zM407.2%20864c0%2026.4-20.8%2047.2-47.2%2047.2H124V628h283.2V864zM726.4%20944.8V816h71.2v99.2c0%2016.8-13.6%2030.4-30.4%2030.4h-40.8v-0.8zM868%20944.8V775.2h71.2v145.6c0%2013.6-11.2%2024.8-24.8%2024.8h-46.4v-0.8zM868%20694.4v-136h71.2v111.2c0%2013.6-11.2%2024.8-24.8%2024.8-20.8-0.8-46.4-0.8-46.4%200zM726.4%20764V558.4h71.2v180.8c0%2013.6-11.2%2024.8-24.8%2024.8h-46.4zM584.8%20944.8V738.4H656v179.2c0%2015.2-12.8%2028-28%2028h-43.2v-0.8zM584.8%20659.2V558.4H656v77.6c0%2012.8-10.4%2023.2-23.2%2023.2h-48z%22%20fill%3D%22%233C82FF%22%20p-id%3D%222371%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M300.8%20840h-71.2c-19.2%200-35.2-16.8-35.2-35.2v-71.2c0-19.2%2016.8-35.2%2035.2-35.2h71.2c19.2%200%2035.2%2016.8%2035.2%2035.2v71.2c0.8%2018.4-16%2035.2-35.2%2035.2z%22%20fill%3D%22%23FF5B3E%22%20p-id%3D%222372%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M53.6%2060.8v424.8h318.4c58.4%200%20106.4-47.2%20106.4-106.4V60.8H53.6z%20m353.6%20304.8c0%2027.2-22.4%2049.6-49.6%2049.6H124V132h283.2v233.6z%22%20fill%3D%22%233C82FF%22%20p-id%3D%222373%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M300.8%20344h-71.2c-19.2%200-35.2-16.8-35.2-35.2v-71.2c0-19.2%2016.8-35.2%2035.2-35.2h71.2c19.2%200%2035.2%2016.8%2035.2%2035.2v71.2c0.8%2019.2-16%2035.2-35.2%2035.2z%22%20fill%3D%22%23FF5B3E%22%20p-id%3D%222374%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M548.8%2060.8v424.8h318.4c58.4%200%20106.4-47.2%20106.4-106.4V60.8H548.8zM903.2%20368c0%2026.4-20.8%2047.2-47.2%2047.2H620V132h283.2V368z%22%20fill%3D%22%233C82FF%22%20p-id%3D%222375%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M796.8%20344h-71.2c-19.2%200-35.2-16.8-35.2-35.2v-71.2c0-19.2%2016.8-35.2%2035.2-35.2h71.2c19.2%200%2035.2%2016.8%2035.2%2035.2v71.2c0.8%2019.2-16%2035.2-35.2%2035.2z%22%20fill%3D%22%23FF5B3E%22%20p-id%3D%222376%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
 	}

 	.kefubox .floor>div {
 		transform: translateX(300px);
 	}

 	.kefubox .floor:hover div {
 		transition: all 300ms linear;
 		transform: translateX(0);
 	}

 	.kefubox .floor .absbox {
 		position: absolute;
 		right: 48px;
 		top: 0;
 		z-index: 3;
 	}

 	.kefubox .floor .back {
 		/*box-shadow: 0 0 15px #e4e4e4;*/
 		height: 50px;
 		width: 120px;
 		display: flex;
 		align-items: center;
 		justify-content: center;
 		font-size: 12px;
 		color: #666;
 		background: #000;
 		box-sizing: border-box;
 	}

 	.kefubox .floor .kftel {
 		cursor: default;
         padding-left: 15px;
 		height: 50px;
 		font-weight: 500;
 		display: flex;
 		align-items: center;
 		justify-content: center;
 		font-size: 16px;
 		color: #666;
 		background:#000;
 		box-sizing: border-box;
 	}

 	.kefubox .floor .qq {
 		/*box-shadow: 0 0 15px #e4e4e4;*/
 		height: 50px;
 		width: 120px;
 		display: flex;
 		align-items: center;
 		justify-content: center;
 		font-size: 12px;
 		color: #666;
 		background: #000;
 		box-sizing: border-box;
 	}

 	.kefubox .floor .erweima {
 		/*box-shadow: 0 0 15px #e4e4e4;*/
 		display: flex;
 		flex-wrap: wrap;
 		align-items: center;
 		justify-content: center;
 		padding: 15px;
 		font-size: 12px;
 		color: #666;
 		background: #000;
 		box-sizing: border-box;
 	}

 	.kefubox .floor .erweima img {
 		width: 100px;
 		height: 100px;
 	}

 	.kefubox .floor .erweima p {
 		width: 100px;
 		padding: 8px 0 0;
 		margin-bottom: 0;
 		display: flex;
 		align-items: center;
 		justify-content: center;
 		font-size: 12px;
 	}

 	.kefubox .floor>a {
 		width: 50px;
 		height: 50px;
 		z-index: 9999;
 		background-position: center center;
 		background-size: 25px 25px;
 		background-repeat: no-repeat;
 		display: flex;
 		align-items: center;
 		justify-content: center;
 	}

 	.kefubox .floor>a:hover {
 		transition: all 300ms linear;
 		background-color: #000;
 		transform: scale(1.1);
 	}

 	.kefubox .floor>a img {
 		height: 25px;
 		width: 25px;
 		display: block;
 	}

 	.kefubox .floor>a img:hover {
 		transition: all 300ms linear;
 		transform: scale(1.3);
 	}

 	.kefubox .floor:last-child {
 		border-bottom: none;
 	}
 }

 @media screen and (max-width:768px) {
 	.kefubox {
 		position: fixed;
 		right: 2vw;
 		top: 45vh;
 		z-index: 99999
 	}

 	.kefubox .floor {
 		display: none;
 	}

 	.kefubox .tel {
 		width: 10vw;
 		height: 10vw;
         background-color: #303131;
 		background-image: url("../images/c_phone.png");
 		background-size: 6vw 6vw;
 		background-repeat: no-repeat;
 		background-position: center center;
 		display: flex;
 	}

 	.kefubox .tel:active {
 		background-color: #f2f2f2;
 	}

 	.kefubox .tel .kftel {
 		display: none;
 	}
 }
