﻿/*Internet Explorer 10 并没有对 屏幕的宽度 和 视口（viewport）的宽度 进行区分*/

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


/*Internet Explorer 10 并没有对 屏幕的宽度 和 视口（viewport）的宽度 进行区分 end*/

ul,
ol,
dl,
table,
th,
tr,
td,
input,
textarea,
li,
a,
div,
span,
em,
i,
img {
	margin: 0;
	padding: 0;
	border: 0;
}

a:hover {
	text-decoration: none;
}

li {
	list-style: none;
}


/*全局样式*/

html,
body {
	width: 100%;
	margin: 0 auto;
}


/*= 清除浮动=*/

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
	display: block;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	font-size: 0px;
}


/* Hides from IE-mac \*/

* html .clearfix {
	height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
	min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
	min-height: 0%;
}

.w100 {
	width: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


/*原文件配置*/

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

body {
	color: #666666;
	background: #f5f5f5;
	font: 16px/28px 'Microsoft YaHei', arial, sans-serif;
	min-width: 320px;
}

.red {
	color: #dc241c;
}

.bg_red {
	background: #dc241c;
}

img {
	max-width: 100%;
}

#map img {
	max-width: inherit;
}


/*按钮专用 end*/

.btn_com {
	display: inline-block;
	width: 90px;
	height: 32px;
	line-height: 32px;
	background: #417be7;
	font-size: 12px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

.btn_com:hover {
	color: #fd711c;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}


/*块级转化*/

.di_in {
	display: inline-block;
}

.di_no {
	display: none;
}

.di_bl {
	display: block;
}


/*原文件配置  end*/


/* 到顶部间距 */

.mt0 {
	margin-top: 0px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mt45 {
	margin-top: 50px;
}

.mt50 {
	margin-top: 50px;
}

.mt55 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}


/* 到左边间距 */

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml25 {
	margin-left: 25px;
}

.ml30 {
	margin-left: 25px;
}

.ml35 {
	margin-left: 35px;
}

.ml40 {
	margin-left: 35px;
}

.ml45 {
	margin-left: 35px;
}

.ml50 {
	margin-left: 50px;
}


/* 字体大小 */

.font14 {
	font-size: 14px;
}

.font16 {
	font-size: 16px;
}

.font18 {
	font-size: 18px;
}

.font20 {
	font-size: 20px;
}

.font22 {
	font-size: 22px;
}

.font24 {
	font-size: 24px;
}

.font26 {
	font-size: 26px;
}

.font28 {
	font-size: 28px;
}

.font30 {
	font-size: 30px;
}


/*纵向居中*/

.v_middle {
	vertical-align: middle;
}


/*横向居中*/

.te-align {
	text-align: center;
}


/*相对定位*/

.p_r {
	position: relative;
}


/* 白色背景 */

.bgfff {
	background: #fff;
}


/*全局样式 end*/

@media (min-width: 1300px) {
	/*min-width 1200 不要写其它内容*/
	.container {
		width: 1300px;
		padding-left: 0;
		padding-right: 0;
	}
}

.nbg_box {
	height: 380px;
	background: url(../images/nbg_02.jpg) no-repeat top center;
}

.nbg_box2 {
	background: url(../images/case_02.jpg) no-repeat top center;
}

.nbg_box img {
	display: none;
}

.ntext_box {
	display: inline-block;
	margin-top: 130px;
}

.ntext_box h2 {
	font-size: 40px;
	color: #fff;
	line-height: 57px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

.ntext_box span {
	width: 42px;
	height: 4px;
	display: inline-block;
	background: #fff;
}

.content_com {
	background: #fff;
	border: 1px solid #dcdcdc;
	padding: 30px 60px;
	margin-bottom: 40px;
}

.content_hexin {}

.content_com h3 {
	color: #333;
}

.viedo_box {
	/*background: #000000;*/
	max-width: 1080px;
	width: 100%;
	padding: 80px 50px 25px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 36px;
	position: relative;
}

.viedo_box iframe {
	width: 100%;
}

.chacha {
	width: 28px;
	height: 28px;
	background: url(../images/cha_03.png) no-repeat center center;
	display: inline-block;
	position: absolute;
	right: 12px;
	top: 12px;
	cursor: pointer;
}

.next_prev {
	font-size: 16px;
	margin-top: 38px;
	margin-bottom: 30px;
	padding-left: 50px;
	padding-right: 50px;
}

.next_prev a {
	color: #666666;
}

.next_prev span.fl {
	padding-left: 28px;
	background: url(../images/shiping_09.png) no-repeat center left;
}

.next_prev span.fr {
	padding-right: 28px;
	background: url(../images/shiping_11.png) no-repeat center right;
}

.n_tit_box {
	padding: 22px 0;
	box-shadow: 0 0 1px #333;
}

.n_tit_box .row_menu {
	text-align: center;
	background: #262525;
}

.n_tit_box .row_menu a {
	font-size: 18px;
	color: #fff;
	line-height: 60px;
	display: block;
}

.n_tit_box .row_menu .col-lg-3 {
	border-left: 1px solid #515151;
}

.n_tit_box .row_menu .col-lg-3:first-child {
	border-left: none;
}

.n_tit_box .row_menu .on,
.n_tit_box .row_menu .col-lg-3:hover,
.tab_box ul li.on {
	background: #dc241c url(../images/xinwen13.png) no-repeat bottom center;
}

.cast_cont h3 {
	color: #dc241c;
	margin-top: 40px;
	font-size: 30px;
}

.con_text {
	padding: 20px 20px 35px;
	background: #fff;
	color: #444444;
}

.con_text p {
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.con_text h4 a {
	font-size: 18px;
	color: #444444;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.con_text h4 {
	position: relative;
	margin-bottom: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.con_text h4:after {
	content: "";
	width: 72px;
	height: 1px;
	background: #d0d0d0;
	position: absolute;
	left: 0;
	bottom: -16px;
}

.cast_cont .row_menu {
	margin-left: -10px;
	margin-right: -10px;
}

.row_menu .col-md-4 {
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}


/*.row_menu .col-lg-4:nth-child(3n+1){ padding-left: 0;}*/

.row_menu .col-lg-4 img {
	width: 100%;
}


/*.row_menu .col-lg-4:nth-child(3n){ padding-right: 0;}*/

.con_text .more {
	line-height: 38px;
	border: 1px solid #c1c1c1;
	border-radius: 19px;
	display: block;
	text-align: center;
	margin-top: 25px;
}

.page_box {
	margin-top: 52px;
	margin-bottom: 71px;
}

.page_box a,
.page_box span {
	line-height: 39px;
	border: 1px solid #e2e2e2;
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
	background: #fff;
	color: #666666;
	font-family: arial;
	font-size: 18px;
	margin: 0 2px;
}

.page_box a:hover,
.page_box span.current {
	background: #1374d2;
	color: #fff;
	border-color: #1374d2;
}


/* (-_-)!  */

.tab_box {
	padding: 22px 0;
	border-bottom: #d1d1d1 1px solid;
	box-shadow: #d1d1d1 0 1px 5px 0;
}

.tab_box ul li {
	background: #262525;
	position: relative;
	border-right: #515151 1px solid;
}

.tab_box ul li a {
	display: block;
	font-size: 18px;
	line-height: 60px;
	height: 60px;
	color: #ffffff;
}

.tab_box ul li.on {
	/*    border: none;*/
}


/*.tab_box ul li.on:after{ content: "▲"; font-size: 20px; color: #FFFFFF; position: absolute; bottom: 10px; left: 50%; margin-left: -10px; width: 20px; height: 10px;}
*/

.nbg_box3 {
	background: url(../images/hezuo_02.jpg) no-repeat center;
	color: #333;
}

.content_com3 h4 {
	color: red;
	font-size: 22px;
	margin: auto;
	margin-top: 35px;
}

.content_com3 strong {
	font-size: 18px;
	margin-top: 10px;
	display: block;
}

.content_com3 h6 {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
	margin: auto;
	margin-top: 25px;
}

.content_com3 p {
	margin: auto;
}

.content_hexin img,
.content_com3 img {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 35px 0;
}

.content_hexin h3 {
	text-align: center;
	color: red;
	font-size: 26px;
	margin: 50px 0;
	font-weight: bold;
	position: relative;
}

.content_hexin h3:after {
	content: "";
	width: 77px;
	height: 2px;
	background: #cccccc;
	display: block;
	position: absolute;
	bottom: -27px;
	left: 50%;
	margin-left: -33.5px;
}

.anquan_box {
	margin-top: 40px;
}

.anquan_box h3 {
	color: red;
	font-size: 26px;
}

.anquan_box strong {
	display: block;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 25px;
}

.table_box {
	margin-top: 30px;
	margin-bottom: 70px;
}

.table_box thead th {
	background: #5d5d5d;
	color: #ffffff;
	padding: 0 22px;
	height: 60px;
	line-height: 60px;
}

.table_box tr td {
	padding: 0 22px;
	height: 42px;
	line-height: 42px;
}

.table_box tr:nth-child(2n) {
	background: #eeeeee;
}

.jianjie_box {
	margin-top: 45px;
}

.jianjie_box h3 {
	position: relative;
	font-size: 24px;
	color: red;
	padding-bottom: 25px;
	margin-top: auto;
	margin-bottom: 25px;
}

.jianjie_box h3:after {
	content: "";
	width: 48px;
	height: 3px;
	background: #dc241c;
	position: absolute;
	left: 0;
	bottom: -1.5px;
}

.jianjie_box p {
	color: #333;
	margin-bottom: 25px;
}

.jianjie_box img {
	max-width: 100%;
	display: block;
	margin: 30px 0;
}

.wenhua_box {}

.wenhua_box h3,
.time_box h3,
.rongyu_box h3,
.shouhou_box h3,
.video_box h3,
.xiaoshou_box h3 {
	text-align: center;
	font-size: 30px;
	color: #333333;
	font-weight: bolder;
	padding-bottom: 25px;
	margin-top: 25px;
	margin-bottom: 50px;
	position: relative;
}

.wenhua_box h3:after,
.time_box h3:after,
.rongyu_box h3:after,
.shouhou_box h3:after,
.xiaoshou_box h3:after {
	content: "";
	width: 56px;
	height: 4px;
	background: #dc241c;
	position: absolute;
	bottom: -3px;
	left: 50%;
	margin-left: -28px;
}

.wenhua_box .wenhua_bg {
	background: url(../images/jianjie_bg.jpg) no-repeat center;
	padding: 105px 0 90px;
	color: #ffffff;
}

.wenhua_box .wenhua_bg .fl {
	width: 530px;
	text-align: center;
}

.wenhua_box .wenhua_bg .fr {
	width: calc(100% - 550px);
}

.wenhua_box .wenhua_bg h3 {
	font-size: 22px;
}

.wenhua_box .wenhua_bg em {
	width: 132px;
	border-bottom: #b1aba6 1px solid;
	display: block;
	margin: 25px 0;
}

.time_box {
	padding: 40px 0 50px;
}

.time_box .time {
	position: relative;
	padding-bottom: 80px;
}

.time_box .time:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	top: 0;
	left: 50%;
	margin-left: 0.5px;
	background: #dc251d;
}

.time_box .time:before {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	top: -21px;
	border: #ea7c77 1px solid;
	border-radius: 100%;
	left: 50%;
	margin-left: -11px;
}

.time_box .time {
	background: url(../images/jiantou.png) no-repeat bottom center;
}

.time_box .fl,
.time_box .fr {
	width: calc(50% + 10px);
	position: relative;
	margin-top: 55px;
}

.time_box .fl:after,
.time_box .fr:after {
	content: "";
	width: calc(100% - 475px);
	height: 1px;
	border-bottom: #c5c5c5 1px solid;
	position: absolute;
	right: 21px;
	top: 31px;
}

.time_box .fr:after {
	right: auto;
	left: 21px;
}

.time_box .fl:before,
.time_box .fr:before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background: #ffffff;
	border: #dc271f 1px solid;
	box-shadow: #ed918d 0 0 0 7px;
	position: absolute;
	right: 6.5px;
	z-index: 1;
	top: 27px;
}

.time_box .fr:before {
	right: auto;
	left: 6.5px;
}

.time_box .fl .text,
.time_box .fr .text {
	width: 435px;
	text-align: right;
}

.time_box .fr .text {
	text-align: left;
	float: right;
}

.time_box .time strong {
	font-size: 22px;
	color: #dc241c;
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
}

.time_box .time p {
	margin: auto;
	font-size: 14px;
	color: #444444;
	line-height: 2;
}

.rongyu_box {
	margin: 40px 0 50px;
	text-align: center;
}

.w1420 {
	width: 1420px;
	margin: 0 auto;
}

.rongyu_box .pic {
	height: 258px;
}

.rongyu_box .pic:hover {
	background: #fff;
	box-shadow: #d6d6d6 0 0 6px 1px;
}

.rongyu_box .pic:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: auto;
	vertical-align: middle;
}

.rongyu_box .pic img {
	vertical-align: middle;
}

.rongyu_box p {
	font-size: 15px;
	margin-top: 10px;
}

.new_box {}

.new_box .new_list li {
	margin-top: 40px;
	background: #fff;
	clear: both;
	overflow: hidden;
	transition: all 0.5s;
}

.new_box .new_list .row {
	margin-left: auto;
	margin-right: auto;
}

.new_box .new_list li .pic {
	padding-left: 0;
}

.new_box .new_list li .pic img {
	display: block;
	width: 100%;
}

.new_box .new_list li .text {
	padding-top: 25px;
	padding-right: 44px;
	padding-left: 35px;
}

.new_box .new_list li h4,
.new_box .new_list li h4 a {
	font-size: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new_box .new_list li span {
	display: inline-block;
	background: url(../images/time.png) no-repeat left center;
	padding-left: 22px;
	color: #999999;
	margin-top: 10px;
}

.new_box .new_list li p {
	font-size: 14px;
	color: #888;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.new_box .new_list a.more {
	display: inline-block;
	width: 148px;
	height: 40px;
	line-height: 36px;
	margin-top: 15px;
	text-align: center;
	font-size: 16px;
	border: #cecece 2px solid;
	border-radius: 50px;
	transition: all 0.5s;
}

.new_box .new_list a.more:hover {
	background: #1374d2;
	border-color: #1374d2;
	color: #fff;
	transition: all 0.5s;
}

.page {
	margin: 30px 0 40px;
}

.page ul li {
	display: inline-block;
	height: 40px;
	line-height: 38px;
	min-width: 40px;
	margin: 0 5px;
}

.page ul li a {
	display: block;
	padding: 0 12px;
	border: #e2e2e2 1px solid;
}

.page ul li.on a {
	background: #e51c13;
	color: #ffffff;
	border-color: #e51c13;
}

.nbg_box4 {
	background: url(../images/new_bg.jpg) no-repeat top center;
}

.nbg_box5 {
	background: url(../images/lianxi.jpg) no-repeat top center;
}

.nbg_box5 h2 {
	color: #dc241c;
}

.nbg_box5 span {
	background: #dc241c;
}

.contact_box {
	border: #dc241c 1px solid;
	height: 300px;
	margin-top: 60px;
	padding: 0;
}

.contact_box .contact_left {
	background: #dc241c;
	height: 100%;
	color: #ffffff;
}

.contact_left .text {
	background: url(../images/phone_icon.png) no-repeat left center;
	padding-left: 150px;
	margin: 75px 0 0 35px;
}

.contact_left .text strong {
	display: block;
	font-size: 36px;
	font-weight: normal;
	line-height: 1.5;
}

.contact_left .text span {
	display: block;
	line-height: 1.5;
	font-size: 17px;
}

.contact_right {
	padding: 30px;
}

.contact_right h3 {
	font-size: 21px;
	font-weight: bold;
	margin: auto;
	margin-bottom: 20px;
}

.contact_right dd,
.contact_right p,
.branch_box dd {
	font-size: 12px;
	line-height: 2;
	margin: auto;
}

.map_box {
	border: #c7c7c7 1px solid;
	margin-top: 30px;
	padding: 0;
}

.branch_box {
	margin-top: 35px;
	margin-bottom: 60px;
	overflow: hidden;
}

.branch_box .row {
	padding: 15px 0;
	border-bottom: #dadada 1px solid;
}

.branch_box .row:last-child {
	border: none;
}

.branch_box .row .row {
	padding: 0;
	border: none;
}

.branch_box h4 {
	font-size: 18px;
	color: #414141;
	margin-bottom: 10px;
}

.faq_box {
	margin-top: 50px;
	margin-bottom: 80px;
}

.faq_box .list_box {
	background: #fff;
	padding: 0;
}

.faq_box .list_box h3 {
	height: 110px;
	line-height: 110px;
	margin: auto;
	padding: 0 30px;
	background: url(../images/list_faq.png) no-repeat right bottom;
	border-bottom: 1px #e9e9e9 solid;
	font-size: 25px;
	color: #222222;
}

.faq_box .list_box ul li {
	padding-left: 30px;
}

.faq_box .list_box ul li a {
	height: 51px;
	line-height: 50px;
	font-size: 14px;
	border-bottom: #e9e9e9 1px solid;
	display: block;
}

.faq_box .list_box ul li.on,
.faq_box .list_box ul li:hover {
	background: #1374d2;
}

.faq_box .list_box ul li.on a,
.faq_box .list_box ul li:hover a {
	border: none;
	color: #ffffff;
}

.faq_box .text_box {
	padding: 45px 38px 60px;
}

.faq_box .text_box h3 {
	text-align: center;
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
}

.faq_box .text_box dl {
	padding: 35px 0;
	border-bottom: #e4e4e4 1px solid;
}

.faq_box .text_box dt {
	font-size: 16px;
	color: #333333;
	margin-bottom: 20px;
}

.faq_box .text_box dd {
	font-size: 16px;
	line-height: 30px;
}

.faq_box .text_box a {
	width: 252px;
	height: 66px;
	line-height: 66px;
	font-size: 16px;
	display: block;
	margin: 80px auto 0;
	text-align: center;
	box-shadow: #dcdada 0 0 20px 0;
}

.faq_box .text_box a:hover {
	background: red;
	color: #ffffff;
}

.new_content_box {
	margin-top: 55px;
	margin-bottom: 60px;
}

.new_content_box .col-lg-9 .content_box {
	background: #fff;
	padding: 38px 30px;
	border: #e6e6e6 1px solid;
}

.new_content_box .col-lg-9 {
	padding-right: 20px;
}

.new_content_box .col-lg-3 {
	padding-right: 0;
}

.new_content_box .list {
	background: #ffffff;
	border: #e6e6e6 1px solid;
	margin-bottom: 20px;
}

.new_content_box .list h3 {
	height: 54px;
	line-height: 53px;
	padding: 0 20px;
	margin: auto;
	background: #f3f3f3;
	border-bottom: #e7e7e7 1px solid;
	font-size: 17px;
	color: red;
	padding-left: 45px;
}

.new_content_box .list .content {
	padding: 20px;
}

.new_content_box .list .content li {
	margin: 5px 0;
}

.new_content_box .list .content li,
.new_content_box .list .content a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}

.list_1 h3.hot {
	background: url(../images/hot.png) no-repeat 20px center;
}

.list_1 h3 a {
	font-size: 12px;
	color: #999999;
}

.list_1 .content a {
	font-size: 15px;
	color: #666666;
}

.list_1 .content em {
	width: 15px;
	height: 15px;
	border-radius: 5px;
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	color: #fff;
	background: #ababab;
	text-align: center;
	line-height: 15px;
	margin-right: 12px;
}

.list_1 .content li:nth-of-type(1) em,
.list_1 .content li:nth-of-type(2) em,
.list_1 .content li:nth-of-type(3) em {
	background: #1374d2;
}

.list_2 h3.man {
	background: url(../images/man.png) no-repeat 15px center;
}

.new_content_box .list_2 .content {
	text-align: center;
	padding: 30px 20px;
}

.list_2 .content .swiper-button-prev {
	left: 0;
	width: 18px;
	height: 32px;
	background-size: contain;
	opacity: 0.5;
}

.list_2 .content .swiper-button-next {
	right: 0;
	width: 18px;
	height: 32px;
	background-size: contain;
	opacity: 0.5;
}

.list_2 .content p {
	margin-top: 20px;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list_3 h3.faq {
	background: url(../images/faq.png) no-repeat 20px center;
}

.list_3 li em {
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #1374d2;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.content_box img {
	display: block;
	margin: 30px auto;
}

.content_box p {
	font-size: 16px;
	line-height: 32px;
}

.content_box .content {
	padding: 40px 0;
}

.content_box .next_prev {
	padding: 20px 0;
	margin-bottom: 40px;
	border-top: #e1e1e1 1px solid;
	border-bottom: #e1e1e1 1px solid;
}

.title_box {
	border-bottom: #e1e1e1 1px solid;
}

.title_box p {
	padding: 10px 0;
}

.title_box p span {
	vertical-align: middle;
	display: inline-block;
	margin: 0 14px;
}

.fuwu_zhichi {
	background: url(../images/fuwu_bg.jpg) no-repeat center;
}

.shouhou_box {
	font-size: 16px;
	line-height: 30px;
	padding: 30px 15px 65px;
}

.shouhou_box .row {
	margin-top: 40px;
}

.shouhou_box .row img {
	width: 124px;
	height: 124px;
	border-radius: 100%;
	border: #d7d7d7 1px solid;
}

.shouhou_box .row h4 {
	font-size: 20px;
	font-weight: bold;
	margin: 24px 0;
	color: #333;
}

.shouhou_box .row p {
	text-align: left;
}

.video_box {
	background: url(../images/video.jpg) no-repeat center;
	padding-bottom: 150px;
}

.video_box .lunbo_box {
	padding: 0 50px;
}

.video_box h3 {
	font-size: 34px;
	color: #ffffff;
	margin-top: 50px;
}

.video_box .lunbo_box .swiper-slide {
	position: relative;
}

.video_box .lunbo_box img {
	width: 100%;
}

.video_box .lunbo_box a {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	z-index: 2;
	width: 60px;
	height: 60px;
	display: inline-block;
}

.video_box .lunbo_box a img {
	width: 60px;
	height: 60px;
	display: block;
}

.video_box .lunbo_box p {
	text-align: center;
	color: #ffffff;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xiaoshou_box {
	padding-bottom: 55px;
}

.xiaoshou_box h3 {
	margin-top: 50px;
}

.xiaoshou_box .container {
	padding: 40px;
}

.xiaoshou_box .container .pic {
	text-align: center;
}

.xiaoshou_box .container .text h4 {
	font-size: 22px;
	color: #333333;
	/*    font-weight: bold;*/
	margin-bottom: 20px;
}

.xiaoshou_box .container .text p {
	margin-bottom: 0;
}

.banner_box img {
	width: 100%;
	display: block;
}

.banner_box .wap,
.mb-index-banner img.wap {
	display: none;
}

.xiangqing_box {
	margin-top: 60px;
}

.xiangguan_box h3 {
	max-width: 1330px;
	padding: 0 15px;
	margin: 0 auto;
	text-align: left;
}

.xiangqing_box .gallery-thumbs .swiper-slide-active {
	border: #ec652c 2px solid;
}

.gallery-top {
	background: #fff;
	text-align: center;
}

.gallery-top img {
	max-width: 100%;
}

.gallery-thumbs {
	margin-top: 14px;
}

.small_lunbo {
	padding: 0 32px;
}

.small_lunbo .swiper-button-prev,
.small_lunbo .swiper-button-next {
	width: 16px;
	height: 30px;
	background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

.index2-ctl-title {
	background-color: #1374d2;
	padding: 18px 0 17px 42px;
	position: relative;
}

.index2-ctl-title>h3 {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	background: url(../images/icon_1.png) no-repeat left center;
	padding-left: 45px;
	line-height: 35px;
}

.xiangqing_box .col-lg-7 h4 {
	margin: 0;
	font-size: 20px;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d7d7d7;
}

.xiangqing_box .col-lg-7 p:nth-of-type(1) {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	padding: 15px 0;
	border-bottom: 1px solid #d7d7d7;
	margin: 0;
}

.xiangqing_box .col-lg-7>a {
	margin-top: 23px;
	display: inline-block;
	width: 180px;
	line-height: 47px;
	font-size: 20px;
	color: #fff;
	background: #e51c13;
	border-radius: 50px;
	text-align: center;
}

.xiangqing_box .col-lg-7 p:nth-of-type(2) {
	margin-top: 28px;
}

.xiangqing_box .col-lg-7 p span {
	vertical-align: top;
}

.gallery-top {
	height: 318px;
}

.swiper-button-prev,
.swiper-button-next {
	margin-top: -12px;
}

.list_xq_box {
	background: #eeeeee;
}

.list_dedian {
	padding: 0 17px 17px 17px;
	background: #fff;
}

.list_xq_box h3 {
	display: inline-block;
	width: 178px;
	line-height: 60px;
	text-align: center;
	color: #da251c;
	border-bottom: 2px solid #da251c;
	background: #fff;
	margin: 0;
}

.detail-wrap {
	margin-top: 42px;
	border: 1px solid #e0e0e0;
}

.content {
	padding: 0 17px;
	background: #fff;
}

.content table tr th,
.content table tr td {
	/* width: 200px; */
	border: 1px solid #e4e4e4;
	/* text-align: center; */
	font-size: 14px;
	color: #484848;
	line-height: 26px;
	padding: 14px 28px;
	box-sizing: border-box;
}

.content table tr th {
	background: #f6f6f6;
}

.content h4 {
	line-height: 108px;
	text-align: center;
	font-size: 25px;
	color: #1374d2;
	margin: 0;
	font-weight: bold;
}

.list_dedian div {
	display: inline-block;
	width: 100%;
	background: #fff url('../images/bg3_03.png') repeat-x 50% 50%;
	margin-top: 40px;
}

.list_dedian h4 {
	float: left;
	padding: 0 16px;
	font-size: 24px;
	color: #da251c;
	padding-left: 16px;
	border-left: 2px solid #da251c;
	background: #fff;
}

.list_dedian h5 {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin-top: 20px;
}

.list_dedian p {
	margin-top: 5px;
	font-size: 14px;
	color: #666666;
	margin-bottom: 0;
}

.xiangguan_box>h3 {
	margin: 40px auto;
	background: url('../images/bg4_03.png') no-repeat 185px 100%;
	font-size: 28px;
	color: #231f20;
}

.xiangguan_box>h3>a {
	float: right;
	font-size: 15px;
	color: #888888;
	margin-top: 8px;
}

.xiangguan_box {
	margin-bottom: 70px;
}

.xiangguan_box .swiper-wrapper .swiper-slide {
	background: #fff;
	transition: all 0.5s;
}

.xiangguan_box .swiper-wrapper .swiper-slide p {
	border-top: 1px solid #f5f5f5;
	border-bottom: 2px solid #fff;
	line-height: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.border1 {
	border: 1px solid #d3d3d3;
	border-top: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.call-me {
	background: #fff;
}

.call-me h2 {
	text-indent: 87px;
	background: #1374d2 url(../images/pro_07.png) no-repeat 45px center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 66px;
}

.phone-number {
	font-size: 14px;
	color: #666666;
	padding: 10px 40px 10px 95px;
	background: url(../images/pro_11.png) no-repeat 35px center;
}

.phone-number p {
	margin-bottom: 0;
	line-height: 1.5;
}

.phone-number span {
	font-size: 18px;
	color: #e51c13;
	font-weight: bold;
	font-family: arial;
}

.call-me {
	max-width: 320px;
	margin-top: 25px;
	background-color: #fff;
	padding-bottom: 0;
}

.call-me ul {
	padding: 0px 40px 0;
}

.call-me ul li {
	border-bottom: 1px solid #e1e1e1;
	font-size: 14px;
	padding: 10px 0;
}

.call-me ul li:first-child {
	padding-top: 0;
}

.call-me ul li:last-child {
	border-bottom: none;
}

.call-me ul li p {
	margin-bottom: 0;
	font-weight: bold;
	line-height: 1.5;
}

.call-me ul li span {
	line-height: 1.5;
	display: block;
}

.pt-crumbs-nav {
	font-size: 24px;
	color: #333;
	font-weight: bold;
}


/* (._.)!  */

@media (min-width: 1025px) {
	/*所有hover写在这里面 兼容sofari的移动端不支持hover*/
	.con_text p {
		min-height: 84px;
	}
	.tab_box ul li:hover {
		background: #dc241c url(../images/xinwen13.png) no-repeat bottom center;
	}
	.new_box .new_list li:hover {
		box-shadow: rgba(0, 0, 0, 0.08) 0 0 25px 5px;
		transform: translateY(-3px);
		-webkit-transform: translateY(-3px);
		transition: all 0.5s;
	}
	.xiangguan_box .swiper-wrapper .swiper-slide:hover {
		box-shadow: 0 2px 20px #bbb;
		transform: translateY(-3px);
		-webkit-transform: translateY(-3px);
		transition: all 0.5s;
	}
	.xiangguan_box .swiper-wrapper div:hover p a {
		color: #da251c;
	}
	.xiangguan_box .swiper-wrapper div:hover p {
		border-bottom: 2px solid #da251c;
	}
	.next_prev a:hover,
	.con_text h4 a:hover {
		color: #dc241c;
	}
	.con_text .more:hover,
	.cast_cont .col-md-4:hover a.more {
		background: #dc241c;
		color: #fff;
		border-color: #dc241c;
		transition: all 0.5s;
	}
	.cast_cont .col-md-4:hover a,
	.cast_cont .col-md-4:hover p {
		color: #dc241c;
	}
	.page ul li:hover a {
		background: #e51c13;
		color: #ffffff;
		border-color: #e51c13;
		opacity: 0.5;
	}
}

@media (max-width: 1441px) {
	/*修改1441以下、小屏显示器*/
	.w1420 {
		width: 100%;
		/*		margin: 0 15px;*/
	}
	.anquan_box .fl,
	.anquan_box .fr {
		max-width: 50%;
	}
}

@media (max-width: 1199px) {
	/*修改1200以下、小屏显示器*/
	.faq_box .col-lg-10 {
		padding: 0;
		margin-top: 15px;
	}
	.contact_box {
		height: auto;
		padding: 15px;
	}
	.contact_box .contact_left {
		padding: 50px 0;
	}
	.contact_left .text {
		margin-top: auto;
	}
	#map {
		height: 300px !important;
	}
	.viedo_box {
		max-width: 100%;
		height: auto;
		padding: 15px;
	}
	.new_content_box .col-lg-9 {
		padding: 0;
		margin: 0 15px 15px;
	}
	.new_content_box .col-lg-3 {
		padding-left: 0;
		margin: 0 15px;
	}
	.wenhua_box .wenhua_bg .fr {
		width: 100%;
	}
	.wenhua_box .wenhua_bg {
		background-size: cover;
		padding: 40px 0;
	}
	.wenhua_box .wenhua_bg .fl {
		width: 100%;
		text-align: left;
		margin-bottom: 15px;
	}
	.time_box .fl .text,
	.time_box .fr .text {
		max-width: 75%;
	}
	.time_box .fl:after,
	.time_box .fr:after {
		width: 15%;
	}
	.time_box .fl,
	.time_box .fr {
		margin-top: 15px;
	}
	.n_tit_box .row_menu .on,
	.n_tit_box .row_menu .col-lg-3:hover,
	.tab_box ul li.on {
		background: #dc241c;
	}
	.small_lunbo {
		display: none;
	}
	.xiangqing_box .col-lg-7 h4 {
		margin-top: 20px;
	}
	.list-center-l {
		width: 100%;
		float: none;
	}
	.call-me {
		max-width: 100%;
	}
}

@media (max-width: 1023px) {
	/*修改1024以下、平板*/
	.new_box .new_list li p {
		margin-top: auto;
		line-height: 1.8;
	}
	.nav-in>li,
	.nav-in>li>a {
		margin-right: 4px;
	}
	.video_box {
		padding-bottom: 40px;
		background-size: cover;
	}
	.video_box .lunbo_box {
		padding: 0;
	}
	.video_box .lunbo_box .swiper-button-prev,
	.video_box .lunbo_box .swiper-button-next {
		display: none;
	}
	.content_com {
		padding: 15px;
	}
	.content_hexin h3,
	.cast_cont h3 {
		margin: 20px 0;
		font-size: 22px;
	}
	.new_box .new_list li .text {
		padding: 15px;
	}
	.new_box .new_list li h4 a {
		font-size: 18px;
	}
	.nbg_box {
		background: none;
		height: auto;
		position: relative;
	}
	.nbg_box img {
		display: block;
	}
	.nei_banner {
		overflow: hidden;
		padding: 15px 0;
	}
	.shouhou_box {
		margin: auto;
	}
	.content_hexin h3:after {
		bottom: -15px;
	}
	.ntext_box {
		position: absolute;
		padding: 0 25px;
		margin-top: auto;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		top: 50%;
	}
	.xiangqing_box {
		margin-top: 30px;
	}
	.xiangguan_box>h3 {
		padding: 0 15px;
		font-size: 18px;
		background: none;
		margin: 30px 0 15px;
	}
	.xiangguan_box>h3>a {
		margin-top: 0;
	}
	.anquan_box .fl,
	.anquan_box .fr {
		max-width: 100%;
		width: 100%;
		margin-bottom: 15px;
	}
	.anquan_box .fr {
		text-align: right;
	}
}

@media (max-width: 767px) {
	/*修改758以下、小屏平板*/
	.new_box .new_list li .pic {
		padding-right: 0;
	}
	.viedo_box {
		margin-top: 15px;
	}
	.pt-crumbs-next,
	.pt-crumbs-pre,
	.pt-crumbs-nav {
		font-size: 18px;
	}
	.shouhou_box .col-sm-4 {
		margin-bottom: 15px;
	}
	.nav-in>li,
	.nav-in>li>a {
		margin-right: auto;
	}
	.nei_banner {
		padding: 0;
	}
	.content_com {
		margin-left: 15px;
		margin-right: 15px;
	}
	.chacha {
		display: none;
	}
	.xiaoshou_box .container,
	.faq_box .text_box {
		padding: 20px 15px;
	}
	.xiaoshou_box .container .pic,
	.xiaoshou_box .container .text {
		padding: 0;
	}
	.xiaoshou_box .container .text h4 {
		font-size: 16px;
	}
	.faq_box .text_box a {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.contact_left .text {
		margin: auto;
		background-size: 15%;
		background-position: 15px center;
		padding-left: 25%;
	}
	.contact_left .text strong {
		font-size: 22px;
	}
	.contact_box .contact_left {
		padding: 25px 0;
	}
	.contact_right h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.contact_right {
		padding: 15px 0;
	}
	.map_box {
		padding: 0;
	}
	.branch_box .col-sm-6:first-child {
		padding: 15px;
		border-bottom: #dadada 1px solid;
	}
	.table_box thead th,
	.table_box tr td {
		padding: 10px;
		font-size: 14px;
		line-height: 1.5;
		height: auto;
	}
	.tab_box ul li a {
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}
	.anquan_box h3,
	.content_com h3,
	.new_content_box .col-lg-9 .content_box h3 {
		font-size: 20px;
	}
	.anquan_box strong {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.next_prev {
		padding: 0;
	}
	.new_content_box {
		margin: 30px 0;
	}
	.new_content_box .col-lg-9 .content_box {
		padding: 15px;
	}
	.wenhua_box h3,
	.time_box h3,
	.rongyu_box h3,
	.shouhou_box h3,
	.video_box h3,
	.xiaoshou_box h3 {
		margin: 15px 0;
		font-size: 24px;
	}
	.time_box .time strong {
		font-size: 18px;
	}
	.time_box .time {
		margin-top: 35px;
	}
	.ntext_box h2 {
		font-size: 24px;
		line-height: 1.5;
	}
	.n_tit_box .row_menu,
	.cast_cont .row_menu {
		margin: auto;
	}
	.row_menu .col-lg-4 {
		padding: 0;
	}
	.contact_box {
		margin: auto 15px;
	}
	.map_box {
		margin: 30px 15px 0;
	}
	.next_prev {
		font-size: 14px;
	}
	.new_box .new_list a.more {
		display: block;
		margin: 15px auto 0;
	}
	.branch_box {
		margin: auto;
		margin-top: 15px;
	}
	.banner_box .pc,
	.mb-index-banner img.pc {
		display: none;
	}
	.banner_box .wap,
	.mb-index-banner img.wap {
		display: block;
	}
	.content h4 {
		line-height: 3;
	}
	.content table tr th,
	.content table tr td {
		padding: 5px;
	}
	.branch_box .row .col-sm-6 {
		padding-top: 15px;
	}
	.branch_box .row {
		padding-top: 0;
	}
	.branch_box .row:last-child .col-sm-6:last-child {
		border: none;
	}
	.footer-cr>p {
		padding: 0;
		background: none;
	}
	.shouhou_box {
		padding: 30px 15px;
	}
}

@media (max-width: 424px) {
	/*修改425以下、普通的安卓手机屏*/
	.anquan_box h3,
	.content_com h3,
	.new_content_box .col-lg-9 .content_box h3 {
		font-size: 16px;
	}
	.content_box p {
		clear: both;
		overflow: hidden;
	}
	.title_box p span {
		display: block;
		/*        text-align: left;*/
	}
	.title_box p span.bdsharebuttonbox {
		float: none;
		display: inline-block;
	}
	.content_box .title_box p {
		text-align: center;
	}
}

@media (max-width: 374px) {
	/*修改425以下、iPhone5，4，等小屏手机*/
	.branch_box h4,
	body,
	.contact_right h3 {
		font-size: 14px;
	}
	.table_box thead th,
	.table_box tr td {
		font-size: 12px;
	}
}

.branch_box table {
	margin: 0 15px;
}

.branch_box table td {
	font-size: 14px;
	line-height: 2;
}

.branch_box>div {
	border-bottom: #dadada 1px solid;
	margin-bottom: 30px;
}