.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}



ol,

li,

ul {

	/*list-style: none;*/
}



a,
a:hover,
a:focus {

	text-decoration: none;
}
/* 上面都是底部的 */

.mode-product {
	background: #fff;
	padding: 30px 0 40px 0;
}

.mode-product .mode-title {
	margin-bottom: 15px;
}

.mode-product .mode-title h5 {
	font-size: 20px;
	color: #1360a0;
	font-weight: bold;
	width: 200px;
}

.mode-product .mode-title h5 small {
	display: block;
	border-top: 2px solid #a1c1d9;
	color: #333;
	margin-top: 5px;
	padding-top: 5px;
}

.mode-product .mode-body {
	position: relative;
}

.mode-product .mode-body .item {
	width: 390px;
	height: 250px;
	border: 2px solid #fff;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	float: left;
}

.mode-product .mode-body .item.item2X {
	height: 500px;
	position: absolute;
	left: 390px;
	top: 0;
}

.mode-product .mode-body .item:nth-child(3),
.mode-product .mode-body .item:nth-child(5) {
	margin-left: 390px;
}

.mode-product .mode-body .item:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background: #e27607;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: -webkit-transform .3s linear;
	transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s linear;
}

.mode-product .mode-body .item:hover:before {
	/*z-index: 1;*/
	-webkit-transform: translate3d(0, 0, 0) rotate(0deg);
	transform: translate3d(0, 0, 0) rotate(0deg);
}

.mode-product .mode-body .item .img {
	width: 100%;
	height: 100%;
}

.mode-product .mode-body .item .img img {
	width: 100%;
	display: block;
	height: 100%;
}

.mode-product .mode-body .item .content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 30px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.1);
	z-index: 5;
}

.mode-product .mode-body .item .content .title {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}

.mode-product .mode-body .item .content .des {
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
	line-height: 1.43;
}

.mode-information {
	background: #f4f4f4;
	padding: 30px 0 40px 0;
}

.mode-information .mode-title {
	margin-bottom: 15px;
}

.mode-information .mode-title h5 {
	font-size: 20px;
	color: #1360a0;
	font-weight: bold;
	width: 200px;
}

.mode-information .mode-title h5 small {
	display: block;
	border-top: 2px solid #a1c1d9;
	color: #333;
	margin-top: 5px;
	padding-top: 5px;
}

.mode-information .mode-body .news-block .block-header .title {
	color: #689ecb;
}

.mode-information .mode-body .info-block .block-header .title {
	color: #e37d4b;
}

.mode-information .mode-body .block-header {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #ccc;
	padding: 3px 0;
}

.mode-information .mode-body .block-header .title {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 16px;
	font-weight: normal;
}

.mode-information .mode-body .block-header .link-more {
	font-size: 12px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 2px 5px;
	line-height: 1;
	color: #fff;
	background: #cccccc;
	border-radius: 2px;
	text-decoration: none;
}

.mode-information .mode-body .block-body {
	margin-top: 20px;
}

.mode-information .mode-body .block-body .info-list {
	padding: 0;
	list-style: none;
}

.mode-information .mode-body .block-body .info-list .item {
	margin-bottom: 2px;
}

.mode-information .mode-body .block-body .info-list .item a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	text-decoration: none;
}

.mode-information .mode-body .block-body .info-list .item a .img {
	width: 195px;
	height: 135px;
	background: #fff;
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.mode-information .mode-body .block-body .info-list .item a .img img {
	display: block;
	height: 100%;
	width: auto;
}

.mode-information .mode-body .block-body .info-list .item a .msg {
	height: 100%;
	padding: 15px 20px;
	background: #fff;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 100%;
}

.mode-information .mode-body .block-body .info-list .item a .msg .title {
	font-size: 18px;
	color: #333;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	width: 100%;
}

.mode-information .mode-body .block-body .info-list .item a .msg .des {
	width: 100%;
	font-size: 12px;
	color: #999;
	line-height: 16px;
	height: 32px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 10px;
}

.mode-information .mode-body .block-body .info-list .item a .msg .more {
	display: inline-block;
	margin-top: 10px;
	font-size: 12px;
	color: #e37d4b;
}

.mode-information .mode-body .block-body .news-list {
	padding: 0;
	list-style: none;
}

.mode-information .mode-body .block-body .news-list .item {
	position: relative;
}

.mode-information .mode-body .block-body .news-list .item:before {
	content: "";
	width: 3px;
	height: 3px;
	background: #333;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mode-information .mode-body .block-body .news-list .item:hover:before {
	background: #337ab7;
}

.mode-information .mode-body .block-body .news-list .item a {
	display: block;
	padding: 10px 0 10px 8px;
	border-bottom: 1px solid #ddd;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	text-decoration: none;
}

.mode-information .mode-body .block-body .news-list .item a:hover .title,
.mode-information .mode-body .block-body .news-list .item a:hover span {
	color: #337ab7;
}

.mode-information .mode-body .block-body .news-list .item a .title,
.mode-information .mode-body .block-body .news-list .item a span {
	font-weight: normal;
	color: #333;
	font-size: 12px;
}

.mode-information .mode-body .block-body .news-list .item a span {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.mode-information .mode-body .block-body .news-list .item a .title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.info-block,
.news-block {
	margin-top: 20px;
}


/* 底部nav */
.footer-nav-bar {

	background: #fff;

	padding: 40px 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
   /* padding-right: 15px;
    padding-left: 15px; */
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.copy-bar .container {

	display: flex;

	justify-content: space-between;

	align-items: center;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.copy-bar {

	background: #323232;

	padding: 20px 0;
}

.copy-bar .container {

	display: flex;

	justify-content: space-between;

	align-items: center;
}



.copy-bar .container .contact {

	margin: 0;

	flex-shrink: 0;

	display: flex;

	align-items: flex-start;
}

.copy-bar .container .contact a {

	margin-left: 10px;
}

.copy-bar .container .copy {

	font-size: 14px;

	/*font-size: 12px;*/

	flex: 1;

	color: #fff;

	margin: 0;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media screen and (max-width: 1200px) { 
	.col-md-3 {
			width: 25%;
		}
}
@media screen and (max-width: 1024px) { 
	.col-md-3 {
			width: 100%;
		}
	.containers{
		width: 100% !important;
		padding: 0 15px !important;
	}
	.nav-col{
		border-top: 0.5px solid rgba(0, 0, 0, 0.1);
		margin-top: 0px !important;
	}
	.nav-col dt img{
		transform:rotate(-90deg);width: 15px;height:15px;float:right;margin-top:calc(6px);display: inline-block !important;
	}
	.nav-col dt{
		margin: 15px 0 !important;
	}
	.nav-col dt img:hover{
		cursor: pointer;
	}
	.nav-col dd{
		border-top: 0.5px solid rgba(0, 0, 0, 0.1);
		min-height: 40px;
		line-height: 40px;
		display: none;
		padding-left: 10px;
	}
	.footer-nav-bar {
	    padding: 0 !important;
	}
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
}
.col-lg-12 {
	width: 100%;
}
.col-lg-11 {
	width: 91.66666667%;
}
.col-lg-10 {
	width: 83.33333333%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-8 {
	width: 66.66666667%;
}
.col-lg-7 {
	width: 58.33333333%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-5 {
	width: 41.66666667%;
}
.col-lg-4 {
	width: 33.33333333%;
}
.col-lg-3 {
	width: 25%;
}

.col-lg-1 {
	width: 8.33333333%;
}
.col-lg-pull-12 {
	right: 100%;
}
.col-lg-pull-11 {
	right: 91.66666667%;
}
.col-lg-pull-10 {
	right: 83.33333333%;
}
.col-lg-pull-9 {
	right: 75%;
}
.col-lg-pull-8 {
	right: 66.66666667%;
}
.col-lg-pull-7 {
	right: 58.33333333%;
}
.col-lg-pull-6 {
	right: 50%;
}
.col-lg-pull-5 {
	right: 41.66666667%;
}
.col-lg-pull-4 {
	right: 33.33333333%;
}
.col-lg-pull-3 {
	right: 25%;
}
.col-lg-pull-2 {
	right: 16.66666667%;
}
.col-lg-pull-1 {
	right: 8.33333333%;
}
.col-lg-pull-0 {
	right: auto;
}
.col-lg-push-12 {
	left: 100%;
}
.col-lg-push-11 {
	left: 91.66666667%;
}
.col-lg-push-10 {
	left: 83.33333333%;
}
.col-lg-push-9 {
	left: 75%;
}
.col-lg-push-8 {
	left: 66.66666667%;
}
.col-lg-push-7 {
	left: 58.33333333%;
}
.col-lg-push-6 {
	left: 50%;
}
.col-lg-push-5 {
	left: 41.66666667%;
}
.col-lg-push-4 {
	left: 33.33333333%;
}
.col-lg-push-3 {
	left: 25%;
}
.col-lg-push-2 {
	left: 16.66666667%;
}
.col-lg-push-1 {
	left: 8.33333333%;
}
.col-lg-push-0 {
	left: auto;
}
.col-lg-offset-12 {
	margin-left: 100%;
}
.col-lg-offset-11 {
	margin-left: 91.66666667%;
}
.col-lg-offset-10 {
	margin-left: 83.33333333%;
}
.col-lg-offset-9 {
	margin-left: 75%;
}
.col-lg-offset-8 {
	margin-left: 66.66666667%;
}
.col-lg-offset-7 {
	margin-left: 58.33333333%;
}
.col-lg-offset-6 {
	margin-left: 50%;
}
.col-lg-offset-5 {
	margin-left: 41.66666667%;
}
.col-lg-offset-4 {
	margin-left: 33.33333333%;
}
.col-lg-offset-3 {
	margin-left: 25%;
}
.col-lg-offset-2 {
	margin-left: 16.66666667%;
}
.col-lg-offset-1 {
	margin-left: 8.33333333%;
}
.col-lg-offset-0 {
	margin-left: 0;
}
@media (min-width: 1200px) {
	
	.container {
	    width: 1200px;
		padding: 0 50px 0;
	}
	.container1470 {
	    width: 1170px;
		padding: 0 50px 0;
	}
    .col-lg-2 {
    	width: 14%;
    }
}
@media (min-width: 1500px) {
	
	.container {
	    width: 1500px;
		padding: 0 50px 0;
	}
	.container1470 {
	    width: 1470px;
		padding: 0 50px 0;
	}
}
.nav-col {
	box-sizing: border-box;
	margin-top: 20px;
}

.footer-nav-bar .nav-col dt {

	font-size: 18px;

	/*font-size: 16px;*/

	color: #333;

	margin: 0 0 15px 0;

	font-weight: normal;
}
.nav-col dt img{
		display: none;
	}
.footer-nav-bar .nav-col dd {

	margin-bottom: 5px;
	margin-inline-start: 0px;
}

.footer-nav-bar .nav-col dd a {

	display: block;

	color: #333;

	/*font-size: 13px;*/

	font-size: 13px;
}

.footer-nav-bar .nav-col dd a:hover {

	color: #00559b;
}


@media screen and (max-width: 1200px) and (min-width: 992px) {

	.mode-product .mode-body .item:nth-child(1),
	.mode-product .mode-body .item:nth-child(3) {
		margin-right: 390px;
	}

	.mode-product .mode-body .item:nth-child(3),
	.mode-product .mode-body .item:nth-child(5) {
		margin-left: 0;
	}

	.mode-product .mode-body .item.item2X {
		/*position: relative;
    left:0;*/
	}
}

@media screen and (max-width: 768px) {
	.row {
		margin-right: 0;
		margin-left: 0;
	}

	.mode-product {
		background: #fff;
		padding: 1.2779552716rem 0.4259850905rem 1.7039403621rem 0.4259850905rem;
	}

	.mode-product .mode-body .item {
		max-height: 390px;
		margin: 0 auto;
		width: 100%;
		height: auto;
		float: none;
		display: block;
	}

	.mode-product .mode-body .item:nth-child(1),
	.mode-product .mode-body .item:nth-child(3) {
		margin-right: 0;
	}

	.mode-product .mode-body .item:nth-child(3),
	.mode-product .mode-body .item:nth-child(5) {
		margin-left: 0;
	}

	.mode-product .mode-body .item.item2X {
		position: relative;
		left: 0;
	}

	.mode-product .mode-item .img img {
		max-width: 100%;
	}

	.col-xs-12 {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}

	.mode-information .mode-body .block-body .info-list .item a .img {
		width: 5.5378061768rem;
		height: 3.8338658147rem;
	}

	.mode-information .mode-body .block-body .info-list .item a .msg {
		padding: 0.3407880724rem 0.4259850905rem;
	}

	.mode-information .mode-body .block-body .info-list .item a .msg .des,
	.mode-information .mode-body .block-body .info-list .item a .msg .more {
		margin-top: 0.2129925453rem;
	}

	.mode-information .container {
		padding: 0 0.4259850905rem;
	}
}

/*# sourceMappingURL=index.css.map */
