@charset "utf-8";
body {
	font-family: "微软雅黑";
	padding: 0;
	margin: 0;
	color: #505050;
}

a:hover,
a:focus {
	text-decoration: none;
}

a {
	color: #505050;
}

ul,
ol {
	list-style: none;
	padding: 0;
}

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: 1200px;
}

@media (min-width: 1300px) {
	.container {
		width: 1380px;
	}
}

.txt_overflow {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.red {
	color: rgb(218, 37, 29);
}

.btn_red {
	color: #fff;
	background: #e62129;
}
.btn_:hover{
	color: #fff;
	background: #d6030b;
	
}
.btn_gray {
	background: #dedede;
	color: #505050;
}
.nav>li>a:focus, .nav>li>a:hover{
	color: #fff;    border-radius: 38px;
	background: #e62129;
}

/*co_use*/

.tit {
	display: inline-block;
	margin: 45px 0;
}

.tit span {
	font-size: 20px;
	float: left;
}

.tit span.line:after {
	content: '';
	width: 1px;
	height: 60px;
	display: block;
	margin: 0 15px;
	background: #999;
	transform: rotate(38deg);
}

.tit span:last-child {
	margin-top: 34px;
	color: #666;
	font-size: 17px;
}

.btn_ {
	padding: 5px 15px;
	display: inline-block;
	color: #fff;
}

.btn_.btn_logo {
	background: rgb(218, 37, 29);
}

.n_banner {
	height: 500px;
	margin-bottom: 15px;
	background-size: cover;
}


/*header+footer*/

.navbar>.container .navbar-brand.logo,
.navbar>.container-fluid .navbar-brand.logo {
	width: 36%;
	padding: 0;
}

.index_box img,
.navbar>.container .navbar-brand.logo img {
	max-width: 100%;
}

.navbar-nav {
	margin-top: 11px;
	float: right;
}
footer .navbar-nav{
	float: left;
}

.navbar-default {
	border: 0;
	padding: 23px 0;
	min-height: 65px;
	position: fixed;
	top: 0;
	background: none;
	width: 100%;
	transition: .3s;
	z-index: 10;
}

.navbar-default.beyond {
	background: rgba(255, 255, 255, .9);
	padding: 9px 0 19px;
}

.navbar-default .navbar-nav li {
	margin-right: 20px;
}

.navbar-default .navbar-nav li:last-child {
	margin-right: 0;
}

.navbar-default .navbar-nav li:hover a,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	background: none;
	border: 1px solid rgb(218, 37, 29);
	background: rgb(218, 37, 29);
	color: #FFF;
}

.navbar-default .navbar-nav a {
	border-radius: 38px;
	border: 1px solid rgba(0, 0, 0, 0);
	padding-top: 10px;
	padding-bottom: 10px;
}

footer {
	background: #272626;
	padding: 25px 0 5px;
	color: #ddd;
}

footer img {
	width: 175px;
}

footer a {
	color: #ddd;
}

footer p.text_center {
	border-top: 1px solid #a7a7a7;
	margin: 25px 0 0;
	padding: 12px;
	color: #999;
}

footer .footer_er img {
	max-width: 115px;
	margin: 10px auto;
	display: block;
}

footer .col-md-6 {
	margin-top: 20px;
}


/*index*/

.carousel-control:hover {
	opacity: 1;
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .0) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .0) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0) 0, rgba(0, 0, 0, .0) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0) 0, rgba(0, 0, 0, .0) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0)), to(rgba(0, 0, 0, .0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0) 0, rgba(0, 0, 0, .0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x;
}

.i_about {
	margin-bottom: 35px;
}

.i_about p {
	line-height: 28px;
}

.i_contact {
	border-top: 1px dashed #ddd;
	margin: 20px 0 0;
	padding: 20px 0 0;
}

.i_contact ul {
	float: left;
	width: 55%;
}

.i_contact ul li {
	display: block;
	margin-bottom: 22px;
}

.i_contact ul li:hover {
	cursor: pointer;
}

.i_contact ul li span {
	width: 25px;
	height: 25px;
	display: block;
	margin-right: 15px;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background: none\9;
}

.contact_map .i_contact ul li:nth-child(1) span {
	background-image: url('../images/i_contact4.png');
}

.contact_map .i_contact ul li:nth-child(2) span,
.i_contact ul li:nth-child(1) span {
	background-image: url('../images/i_contact1.png');
}

.i_contact ul li:nth-child(2) span {
	background-image: url(../images/i_contact2.png);
}

.i_contact ul li:nth-child(3) span {
	background-image: url(../images/i_contact3.png);
}

.i_contact a {
	float: right;
	background: rgb(218, 37, 29);
	color: #fff;
	width: 22%;
	text-align: center;
	padding: 5px 0;
}

.i_news a.hvr-sweep-to-right:before,
.i_contact a.hvr-sweep-to-right:before {
	background: #b10411;
}

.advantage {
	margin-bottom: 35px;
}

.advantage .left {
	width: 30%;
}

.advantage .left:nth-child(2) {
	width: 40%;
}

.advantage li {
	border: 1px solid rgb(218, 37, 29);
	padding: 19px;
	background: #fff;
	margin-bottom: 18px;
	margin-right: 15px;
	padding-left: 20px;
	width: 96%;
}

.advantage li b {
	font-size: 16px;
}

.advantage li:after {
	content: '';
	clear: both;
	display: block;
}

.advantage li i {
	content: '';
	width: 45px;
	height: 45px;
	margin-right: 15px;
	margin-top: 11px;
	display: block;
	float: left;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background: none\9;
}

.advantage .left:nth-child(1) li:nth-child(1) i {
	background-image: url(../images/adv7.png);
}

.advantage .left:nth-child(1) li:nth-child(2) i {
	background-image: url(../images/adv2.png);
}

.advantage .left:nth-child(1) li:nth-child(3) i {
	background-image: url(../images/adv3.png);
}

.advantage .left:nth-child(3) li:nth-child(1) i {
	background-image: url(../images/adv4.png);
}

.advantage .left:nth-child(3) li:nth-child(2) i {
	background-image: url(../images/adv5.png);
}

.advantage .left:nth-child(3) li:nth-child(3) i {
	background-image: url(../images/adv6.png);
}

.advantage li p {
	margin-top: 5px;
	margin-bottom: 0;
	width: 74%;
	min-height: 40px;
	float: left;
}

.advantage .left:nth-child(3) li {
	margin-right: 0;
	margin-left: 15px;
}

.server_box ul.ys li {
	float: left;
	width: 25%;
	text-align: center;
	padding: 25px;
}

.server_img {
	width: 230px;
	height: 230px;
	overflow: hidden;
	border-radius: 100%;
	margin: 25px auto;
}

.server_box ul.ys li div.server_txt {
	line-height: 28px;
	color: #999;
}

.server_box div.server_txt b {
	font-weight: 500;
	color: #333;
	font-size: 20px;
}

.news_div .news_img {
	width: 120px;
	height: 120px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
}

.news_box .news_div {
	width: 46%;
	float: left;
	margin-bottom: 25px;
	margin-right: 25px;
}.news_box .news_div:hover a{
	color: #505050;
}
.news_box .news_div:hover a h4{
	color: rgb(218, 37, 29);
}
.news_box.n .news_div .news_img {
	width: 100%;
	height: 220px;
	margin-right: 0;
	overflow: hidden;
}

.n.news_box .news_div {
	width: 46%;
	margin-right: 25px;
	margin-bottom: 25px;
}

.i_news .news_div:nth-child(2n+2) {
	margin-right: 0;
}

.news_div p.date {
	margin-bottom: 5px;
	color: #cacaca;
}

.i_news p.text_center {
	margin: 35px 0 70px;
}

.news_div p:last-child{
	height: 38px;
	overflow: hidden;
}
/*news*/

.n.news_box {
	margin-top: 20px;
}

.n.news_box h4 {
	display: block;
	float: left;
	width: 100%;
}

.n.news_box .news_div {
	margin-bottom: 2%;
	/*width: 32%;*/
	width: 23%;
	float: left;
	margin-right: 2%;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.n.news_box .news_div p:last-child {
	color: #999;
	
    height: 57px;
    overflow: hidden;
}

.n.news_box .news_txt {
	padding: 0 10px;
}

.n.news_box .news_div:nth-child(4n+4) {
	margin-right: 0;
}


/*.n.news_box .news_div:nth-child(3n+3) {
	margin-right: 0;
}*/

.news_box img {
	width: 100%;
}

.n.news_box .pagination {
	margin-bottom: 55px;
}

.detail_box {
	margin-top: 150px;
}

.detail_box .container {
	border: 1px solid #ddd;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 50px;
	min-height: 500px;
}

.detail_tit {
	text-align: center;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}

.detail_tit h3 {
	font-size: 22px;
}

.detail_tit p {
	color: #999;
}

.detail_cont {
	line-height: 27px;
	font-size: 15px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
}

.detail_page a {
	padding: 10px 25px;
	border: 1px solid #ddd;
	border-radius: 35px;
	display: block;
}


/*landing*/

.lading_box {
	width: 600px;
	margin: 60px auto;
	border: 1px solid #ddd;
	padding: 50px 75px 30px;
}

.lading_box .lading_tit {
	text-align: center;
	font-size: 20px;
}

.lading_box form {
	margin: 25px auto;
}

.lading_box input {
	padding: 8px 10px;
	border: 1px solid #ddd;
	margin-bottom: 25px;
	width: -webkit-fill-available;
	width: 100%;
}

.lading_box input.btn_ {
	margin-bottom: 0;
}

.lading_box div input {
	width: 70%;
	border-right: 0;
}

.lading_box div a {
	width: 30%;
	text-align: center;
	display: block;
	float: right;
	padding: 0px;
	background: rgb(218, 37, 29);
	color: #fff;
}

.lading_box div a img{
	width: 100%;
	height: 40px;
}

/*contact*/

.contact_box .left {
	width: 48%;
	margin-right: 4%;
}

.contact_map {
	margin-bottom: 55px;
	width: 100%;
	height: 500px;
}

.contact_box .left div {
	width: 100%;
	height: 250px;
}

.contact_box .left:nth-child(2) {
	margin-right: 0;
}

.BMap_cpyCtrl.BMap_noprint.anchorBL {
	display: none;
}

.contact_box {
	position: relative;
}

.contact_box .map_txt {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	width: 400px;
	padding: 11px;
	position: absolute;
	right: 20px;
	z-index: 1;
	bottom: 20px;
}

.contact_box li {
	margin-bottom: 15px;
	line-height: 25px;
	position: relative;
}

.contact_box h4 {
	font-weight: 600;
	margin-bottom: 15px;
}

.navbar-default .navbar-nav a span,
.contact_box li span {
	width: 25px;
	height: 25px;
	display: block;
	float: left;
	margin-right: 16px;
	/* background: #000000; */
	background-size: contain;
	background-repeat: no-repeat;
}


/*.contact_box li span img{
	width: 100%;
}*/

.contact_box li:nth-child(6) span {
	width: 100px;
	background-image: url(../images/contact1.png);
}

.contact_box li:nth-child(1) span {
	background-image: url(../images/contact2.png);
}

.contact_box li:nth-child(2) span {
	background-image: url(../images/contact3.png);
}

.contact_box li:nth-child(3) span {
	background-image: url(../images/contact4.png);
}

.contact_box li:nth-child(4) span {
	background-image: url(../images/contact5.png);
}

.contact_box li:nth-child(5) span {
	background-image: url(../images/contact6.png);
}

.navbar-default .navbar-nav a span {
	background-image: url(../images/user.png);
	margin-right: 4px;
}
.navbar-default .navbar-nav li.active a span{
	
	background-image: url(../images/user_2.png);
}
.navbar-default .navbar-nav li a.active span ,
.navbar-default .navbar-nav a:hover span{
	background-image: url(../images/user_hover.png);
	margin-right: 4px;
}

.navbar-default .navbar-nav li.user_nav:last-child a {
	line-height: 25px;
	padding-top: 8px;
}

.contact_box li:last-child {
	margin-bottom: 0;
}

.user_box:after,
.user_info p:after,
.user_bom_info .left li a:after,
.contact_box li:after {
	content: '';
	display: block;
	clear: both;
}

.hd_cont_txt {
	display: none;
	position: absolute;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	top: 33px;
	z-index: 9;
	background: #fff;
	transition: .3s;
	padding: 15px;
	text-align: center;
}

.hd_cont_txt img {
	width: 180px;
}

.contact_box li.active .hd_cont_txt {
	display: block;
	transition: .3s;
}


/*about*/

.about_box p {
	line-height: 28px;
	font-size: 14px;
}


/*user*/

.user_box {
	margin: 50px 0 100px;
}

.modal-body img {
	width: 100%;
}

.user_top {
    height: 500px;
	background: #ddd;
}

.user_txt p:first-child {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
}

.user_top_info {
	/*background: #9c000c;
	color: #fff;*/
	text-align: center;
	margin-top: 20px;
	/*border: 1px solid #ddd;*/
    padding: 20px 0 35px;
    margin-top: 20px;
    margin-bottom: 14px;
    border-bottom: 1px solid #ddd;
}

.user_top_info .user_tx {
	width: 100px;
	height: 100px;
	line-height: 100px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e60012;
	border-radius: 100%;
	margin: 15px auto;
}

.user_bom_info .left:first-child li {
	margin-bottom: 10px;
	line-height: 25px;
}

.user_bom_info .left li.active a {
	background: rgb(218, 37, 29);
	color: #fff;
}

.user_bom_info .left li a {
	padding: 10px;
	display: block;
}

.user_bom_info .left:first-child {
	width: 21%;
	margin-right: 2%;
	background: #f3f3f3;
}

.user_bom_info .left:last-child {
	width: 77%;
	float: left;
	min-height: 558px;
	/*border: 1px solid #ddd;*/
	padding: 15px;
}

.detail_tit li {
	float: left;
	margin-right: 10px;
}

.detail_tit ul {
	display: inline-block;
	color: #999;
}

.detail_tit li i {
	margin-right: 5px;
	display: block;
	line-height: 18px;
	float: left;
}

.user_bom_info .left:first-child li i {
	width: 25px;
	height: 25px;
	float: left;
	margin-right: 15px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.user_bom_info .left li span {
	float: left;
}

.user_top_info .user_tx img {
	width: 108%;
}

.user_bom_info .left li i img {
	width: 100%;
}
.user_bom_info .left li:nth-child(1) i{
	background-image: url('../images/user0.png');
}
.user_bom_info .left li:nth-child(2) i{
	background-image: url('../images/user1.png');
}
.user_bom_info .left li:nth-child(3) i{
	background-image: url('../images/user2.png');
}
.user_bom_info .left li:nth-child(4) i{
	background-image: url('../images/user3.png');
}
.user_bom_info .left li:nth-child(5) i{
	background-image: url('../images/user4.png');
}

.user_bom_info .left li.active:nth-child(1) i{
	background-image: url('../images/user0-2.png');
}
.user_bom_info .left li.active:nth-child(2) i{
	background-image: url('../images/user1-2.png');
}
.user_bom_info .left li.active:nth-child(3) i{
	background-image: url('../images/user2-2.png');
}
.user_bom_info .left li.active:nth-child(4) i{
	background-image: url('../images/user3-2.png');
}
.user_bom_info .left li.active:nth-child(5) i{
	background-image: url('../images/user4-2.png');
}
.tz_detail,
.user_info {
	border: 1px solid #ddd;
	/*width: 76%;*/
}

.user_info p span:first-child {
	float: left;
}

.user_info p span:last-child {
	float: right;
}

.user_info p {
	border-bottom: 1px solid #ddd;
	padding: 10px;
}

.user_info p:last-child {
	border: 0;
}

.login_form input {
	width: 100%;
	border: 1px solid #ddd;
	margin-bottom: 25px;
	padding: 10px;
	border-radius: 10px;
}

input[type="radio"] {
	position: relative;
	clip: rect(0, 0, 0, 0);
	float: left;
	width: 0;
	margin-right: 30px;
}

input[type="radio"]::before {
	content: "\a0";
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	width: 1em;
	height: 1em;
	margin-right: .4em;
	border: 1px solid #ddd;
	text-indent: .15em;
	line-height: 1;
}

label {
	color: #505050;
	width: 100%;
	display: block;
	font-weight: 500;
	margin-top: 5px;
	margin-bottom: 25px;
}

.yzm span {
	width: 14%;
	text-align: center;
	height: 42px;
	display: block;
	float: left;
	line-height: 42px;
	overflow: hidden;
	border-radius: 0 10px 10px 0;
}

.yzm span a {
	color: #fff;
	display: block;
	border-radius: 0 10px 10px 0;
	background: #e62029;
}

.yzm input {
	float: left;
	width: 30%;
	border-right: 0;
	border-radius: 10px 0 0 10px;
}

.tz_div {
	border-radius: 10px;
	padding: 20px 20px;
	margin-bottom: 10px;
	background: #FFFFFF;
	margin-bottom: 20px;
	width: 100%;
	margin-right: 2%;
	float: left;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.user_tz .tz_div:nth-child(2n+2) {
	margin-right: 0;
}

.tz_div p.date {
	color: #999;
}

.tz_div h4 {
	color: #000;
	font-size: 16px;
}

.tz_cont {
	max-height: 118px;
	overflow: hidden;
}

.tz_cont p {
	margin-bottom: 0;
}

.tz_btm {
	border-top: 1px solid #ddd;
	padding: 10px 0 0;
	margin-top: 10px;
	margin-bottom: 0;
}

.tz_btm img {
	width: 23px;
}

.tz_div.news_li {
	border: 0;
	float: left;
	width: 48%;
	padding: 10px;
	margin-right: 2%;
}

.tz_detail {
	padding: 15px;
	width: 90%;
	position: relative;
}

.keep_btn {
	text-align: center;
	border: 1px solid #ddd;
	width: 70px;
	height: 70px;
	padding-top: 10px;
	position: absolute;
	right: -70px;
	top: 30px;
}

.keep_btn i {
	font-size: 27px;
	color: #DDE;
}
.keep_btn:hover{
	cursor: pointer;
}
.keep_btn i.red {
	color: red;
}

.tz_detail .detail_page a {
	display: inline-block;
	background: #ddd;
	margin: 0;
}

.news_li .news_img {
	width: 110px;
	height: 110px;
	margin-right: 20px;
}

.news_li .news_img img {
	width: 100%;
}

.news_li .left_ {
	float: left;
}

.news_detail_box .news_txt,
.user_keep .news_li .news_txt {
	width: 65%;
	float: left;
}

.user_keep p {
	margin-bottom: 5px;
	font-size: 12px;
	color: #999;
}


/*.news_type {
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}*/

.news_type {
	margin-bottom: 25px;
}

.news_type ul {
	margin-bottom: 0;
}

.news_txt .btn_ {
	padding: 2px 0;
	display: inline-block;
	margin-bottom: 6px;
	width: 41%;
	text-align: center;
	border-radius: 37px;
}

.news_type li {
	float: left;
}

.user_bom_info .left .news_type li {
	margin-bottom: 0;
	margin-right: 20px;
}

.user_bom_info .left .news_type li:hover a,
.user_bom_info .left .news_type li a {
	border: 1px solid rgba(218, 37, 29, 0);
}

.user_bom_info .left .news_type li:hover a,
.user_bom_info .left .news_type li.active a {
	background: none;
	border: 1px solid rgb(218, 37, 29);
	color: rgb(218, 37, 29);
}

.alert_box {
	display: none;
	background: rgba(0, 0, 0, .3);
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}

.alert_box .alert_div {
	background: #fff;
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 35px 10px;
	line-height: 27px;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.alert_div li {
	float: left;
	width: 40%;
}

.alert_div li:last-child {
	float: right;
}

.alert_div a {
	padding: 5px 10px;
}

.dl.alert_box .alert_div {
	width: 13%;
	padding: 15px;
}


body .ljw_red_confirm .layui-layer-title{
	padding: 0 80px 0 20px;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	background-color: #F8F8F8;
	border-radius: 2px 2px 0 0;
}
body .ljw_red_confirm .layui-layer-btn .layui-layer-btn0{
	background: #e70000;
	border: none;
}