﻿/* reset */
* {
	box-sizing: border-box;
}

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
input,
select,
textarea,
button,
p,
blockquote,
th,
td,
figure {
	margin: 0;
	padding: 0;
}

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
p,
blockquote,
figure,
header,
footer,
nav,
article,
section,
aside,
address,
figcaption {
	*zoom: 1
}

li {
	list-style-type: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

iframe,
frame,
fieldset,
img {
	border: 0 none
}

img {
	vertical-align: top
}
.ellipsis {
	white-space: nowrap;
	 overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis-1 {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-line-clamp: 1;
	max-height: 1.5rem;
	-webkit-box-orient: vertical;
}

.ellipsis-2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	max-height: 3.2rem;
	-webkit-box-orient: vertical;
}

.ellipsis-3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	max-height: 5rem;
	-webkit-box-orient: vertical;
}

.ellipsis-4 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	max-height: 6.4rem;
	-webkit-box-orient: vertical;
}
.ellipsis-5 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	max-height:8rem ;
	-webkit-box-orient: vertical;
}
input[type=button],
input[type=submit],
input[type=reset] {
	cursor: pointer,
}
input{border: 0 none;}
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
	border: none;
	padding: 0;
	margin: 0;
}

button {
	cursor: pointer
}

input,
textarea,
button {
	-webkit-border-radius: 0;
	-webkit-appearance: none
}

input[type=radio] {
	-webkit-border-radius: 100%;
	-webkit-appearance: radio
}

input[type=checkbox] {
	-webkit-appearance: checkbox
}

input[type=search] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box
}

textarea {
	overflow: auto;
	resize: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

caption,
th {
	text-align: left
}

th {
	font-weight: normal
}

em,
cite,
address,
i {
	font-style: normal
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

body,
input,
select,
button,
textarea {
	color: #333;
	font-size: 16px;
	font-family: "Open Sans", "arial", sans-serif;
}

body {
	line-height: 1.5;
	overflow-x: hidden;
	position: relative;
}

a:link,
a:visited,
a:active,
a {
	text-decoration: none;
	cursor: pointer;
}

a {
	blr: expression(this.onFocus=this.blur());
	color: #333;
}

/* 链接 a 在获得焦点的同时失去焦点*/
a * {
	*cursor: pointer
}

:focus {
	outline: none
}

a:hover {
	color: #a40000;
}

.tab-b {
	display: none;
}

.txt_color_000 {
	color: #000;
}

.txt_color_333 {
	color: #333;
}
.txt_color_666 {
	color: #666;
}

.txt_color_999 {
	color: #999;
}

.txt_color_aaa {
	color: #aaa;
}

/* clear 都不用再加清除样式 */
.clearfix:before,
.cf:before,
	{
	content: '';
	display: table
}

.clearfix:after,
.cf:after {
	content: '';
	display: table;
	clear: both
}

.clearfix,
.cf,
	{
	*zoom: 1
}

.fl,
.lf {
	float: left;
}

.fr,
.rt {
	float: right;
}

.none {
	display: none;
}

body {
	max-width: 1920px;
	min-width: 1200px;
	margin: 0 auto;
	overflow-x: hidden;
}

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

.t-left {
	text-align: left;
}

.t-right {
	text-align: right;
}

.ellipsis-2 {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-line-clamp: 2;
	max-height: 3.2em;
	-webkit-box-orient: vertical;
}

.ellipsis-3 {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-line-clamp: 3;
	max-height: 4.8em;
	-webkit-box-orient: vertical;
}

.ellipsis-4 {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-line-clamp: 4;
	max-height: 6.4em;
	-webkit-box-orient: vertical;
}
.ellipsis-5 {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-line-clamp: 5;
	max-height:8em ;
	-webkit-box-orient: vertical;
}
.pt10 {
	padding-top: 14px;
}
.pt20 {
	padding-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt50 {
	margin-top: 50px;
}

/*font-size*/
.fnt-12 {
	font-size: 12px;
}

.fnt-14 {
	font-size: 14px;
}

.fnt-16 {
	font-size: 16px;
}

.fnt-18 {
	font-size: 18px;
}
.fnt-20 {
	font-size: 20px;
}

.fnt-24 {
	font-size: 24px;
}
.fnt-30{
	font-size: 30px
}

.fnt-32{
	font-size: 32px
}



@media only screen and (max-width:768px) {
	.fnt-16 {
		font-size: 15px;
	}

	.fnt-18 {
		font-size: 16px;
	}
	.fnt-20{
		font-size: 18px
	}
	.fnt-24 {
		font-size: 20px;
	}
}

@media only screen and (max-width:480px) {

	.fnt-16 {
		font-size: 14px;
	}
	.fnt-20{
		font-size: 18px
	}
	.fnt-24 {
		font-size: 18px;
	}

}

@media only screen and (max-width:400px) {




}

.list1 li{
	padding: 8px 0;
	display: flex;
	align-items: center;

}

.list1 li::before{
	content: '';
	display: inline-block;
	width: 8px;
	height: 2px;
	background-color: #0748A6;
	margin-right: 12px;
}
.list1 li:hover::before{
    padding-left: 5px;
    background: #0748A6;
}
.list1 li span{
	margin-left: 20px;color: #999;font-size:90%
}
.list1 li a{
	margin-left: 0px;
	color: #000;
	flex: 1;
}
.list1 li{
	padding: 8px 0;
	display: flex;
	align-items: center;

}
/* listItem */
.listItem{
	padding:6px 0 0;
	display: flex;
}
.listItem dt{
	width: 86px;
	height: 86px;
	background-color:#EDEDED;
	text-align: center;
	line-height: 1.2;
	margin-right: 12px;
	padding-top: 15px;
	color: #333;
}

.listItem dd{
	flex: 1;
	height:85px;
        overflow:hidden;
	line-height: 2;
	border-bottom: 1px solid #EDEDED;
	padding: 8px 0 12px;
}
/* listItem2 */
.listItem2 {
	display: flex;
	border-bottom: 1px solid #DBCEBA;
	font-size: 16px;
	padding: 12px 0;
}

.listItem2 dt {
	width: 60px;
	text-align: center;
	margin-right: 12px;
	background-color: #fff;
	color: #666666;
}
.listItem2 dt p{
	line-height: 36px;
	background-color:#A40000;
	color: #fff;
}
.listItem2 dt span {
	color: #333;
}

.listItem2 dd {
	flex: 1;
	display: flex;
	align-items: center;
	height: 63px;
}

.container {
	width: 1380px;
	margin: 0 auto;
}

.section .container {
	position: relative;
}

.ptbox {
	position: relative;
}

.ptbox .inner {
	overflow: hidden;
	padding-bottom: 67%;
	position: relative;
}

.ptbox .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.ptbox .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.3s ease-out 0s;
}
.ptbox .pic:hover .img{transform:scale(1.1);}
.ptbox .img a {
	display: block;
	height: 100%;
}

.header {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 22;
    padding: 25px 0;
    transition: all 0.7s ease-out 0s;
    background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0));
}
.header>.container{opacity:0;transform:translateY(-100%);transition: all 0.7s ease-out 0s; display: flex;}
.header>.container.showdiv{opacity:1;transform:none;}

.header.fixed{
	position: fixed;
	background: #0652AC;
	z-index: 99;
}
.header .logo{
	padding-top: 15px;
}
.headerTop{
	display: flex;
	justify-content: flex-end;
	font-size: 14px;
	align-items: center;
	color: rgba(255,255,255,.76);
	margin-top: -15px;
	margin-bottom: 15px;
}
.headerTop .home {
    color: #fff;
    padding-left: 20px;
    height: 26px;
    line-height: 26px;
    margin:0 20px 0 10px;
    background: url(../images/ico_home.png) no-repeat 0 center;
}
.headerTop .search{
	border-bottom: 1px solid rgba(255,255,255,.3);
	display: inline-flex;
	align-items: center;
	margin-right: 20px;
}
.headerTop .search input[type="text"]{
	line-height: 34px;
	height: 34px;
	background: transparent;
	font-size: 14px;
	color:rgba(255,255,255,.4);
}
.header .search input::-webkit-input-placeholder {
	color:rgba(255,255,255,.4);
}

.header .search input::-moz-placeholder {
	color:rgba(255,255,255,.4);
}

.header .search input:-moz-placeholder {
	color:rgba(255,255,255,.4);
}

.header .search input:-ms-input-placeholder {
	color:rgba(255,255,255,.4);
}
.headerTop .search .searchbtn{
	width: 30px;
	height: 34px;
	background: url(../images/ico_search.png) no-repeat center;
}
.headerR {
	flex:1;
	padding-left: 100px;
}

/* 导航栏样式 */
.header .nav-list{
	display: flex;
	justify-content: flex-end;
}
.nav-list .nav-item {
	height: 34px;
	width: 104px;
	position: relative;
}
.nav-list .nav-item em{
	position: absolute;
	right: 8px;
	top:50%;
	margin-top: -3px;
	width: 11px;
	height: 6px;
	background: url(../images/arrow.png) no-repeat;
}
.nav-list .nav-item:hover {
	/* background-color: #DE3A42; */
}

.nav-list .nav-item:hover>a {
	text-decoration: none;
}

.nav-list .nav-item a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 17px;
	line-height: 34px;
}

.submenu {
	position: absolute;
	display: none;
	background: #fff;
	border-top: 3px solid #0748A6;
	z-index: 999;
	width: auto;
	min-width: 100%;
	padding: 10px 0;
	right: 0;
}
.header.fixed .submenu{
	box-shadow: 0 2px 2px #ddd;
}
.nav-list .nav-item .submenu li a {
	padding: 0px 10px !important;
	line-height: 34px;
	text-align: center;
	white-space: nowrap;
	font-size: 15px !important;
	color: #333;
}

.nav-list .nav-item .submenu li a:hover {
	color: #C32D30;
}

/* 移动端 */
.mheader {
	display: none;
	padding: 20px 10px;
}

.mheader .logo img {
	width: 90%;
}

.mheader .home {
	float: right;
	padding: 28px 50px 0 0;
	color: #fff;
	font-size: 15px;
}

.header .search {
	display: none;
}


/* 内页header */
.subheaderbg {
	background: #7a1a1c;
}

.subheader {
	border-bottom: 1px solid #5e1415;
	padding: 25px 0;
}

.subnav {
	border-top: 1px solid #951f23;
}

.subnav .nav-list {
	width: 1378px;
	background-color: transparent;
}

.footer{
	background-color: #323232;
	line-height: 2;
	font-size: 13px
}
.footer .footer1{
	border-bottom: 1px solid #555555;
	color: #fff;
	padding: 40px 0 5px;
}
.footer .footer1 .container{
	display: flex;
	justify-content: space-between;
}
.footer .footer1_1{
	width: 311px;
	padding-top: 20px;
}
.footer .footer1_2{
	padding-top: 20px;
}
.footer .footer1_1 img{
	width: 100%;
}
.footer .footer1_3{
	display: flex;
}
.footer .footer1_3 p{
	padding: 5px 0;
}
.footer .footer1_3 .code{
	margin-left: 35px;
}
.footer .footer2{
	padding: 20px 0;
	color: rgba(255,255,255,.6);
	display: flex;
	justify-content: space-between;
}
.footer .footer2 a{
	color: rgba(255,255,255,.6);
}
.footer .footer2 p em{
	display: inline-block;
	margin: 0 8px;
}
.footer1 .container{
	align-items: start;
}
.footer1 .fl{
	margin-left: 40px;
}
.footer1 .fl p{
	margin: 10px 0;
	text-align: center;
}



/*返回顶部*/

.to-top {
	z-index: 9999;
	width: 40px;
	height: 40px;
	display: flex;

	position: fixed;
	bottom: -100px;
	right: 15px;
	margin-left: -15px;
	z-index: 200;
	cursor: pointer;
	overflow: hidden;
	background: #fff url(../images/ico_arrow2.png) no-repeat center;
	border: solid 1px #084EAD;
	color: #ffffff;
}

.to-top img {
	width: 30px;
}

.to-top span {
	line-height: 36px;
}

/*返回顶部end*/

/*pages*/
.pages {
	clear: both;
	width: 100%;
	height: 40px;
	margin: 30px 0 20px;
}

.pagebox {
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 20px 0;
	text-align: center;
	clear: both;
	font-size: 16px;
}

.pagebox span a,
.pagebox_pre_nolink {
	height: 30px;
	line-height: 30px;
	border: 1px solid #ddd;
	padding: 5px 10px;
	font-size: 16px;
	color: #666;
	cursor: default;
	text-align: center;
}

.pagebox span.pagebox_num_nonce a{
	background-color: #035293;
	border: 1px solid #035293;
	color: #fff;
	height: 30px;
	line-height: 30px;
	margin: 0 5px;
	padding: 5px 10px;
	box-sizing: border-box;
}

.pagebox span.pagebox_num:hover a {
	background-color: #035293;
	border: 1px solid #035293;
	color: #fff;
	cursor: pointer;
}

.pagebox span.pagebox_next:hover a,
.pagebox span.pagebox_pre:hover a {
	background-color: #035293;
	border: 1px solid #035293;
	color: #fff;
	cursor: pointer;
}

.pagebox_jump {
	display: none;
}

.minh300 {
	min-height: 300px;
}
.linkbg{
	padding: 25px 0;
	background-color: #E2E4EE;
	border-top: 6px solid #7083AA;
}
.linkbg .tit{
	color: #BA241C;
	padding: 10px 0;
}
.linkbg .link{
	width:calc(100% - 200px);
}
.linkbg ul li{
	float: left;
	width: 25%;
	padding:4px 20px 4px 0;
	font-size: 14px;
}
.linkbg .ewm{
	width: 180px;
	margin-top: 50px;
}


.ietip {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	z-index: 999;
	display: block;
}

.ietip h1 {
	font-size: 40px;
	line-height: 80px;
	font-weight: 100;
	margin-bottom: 10px;
}

.ietip h2 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 100;
	margin: 10px 0;
}

.ietip em {
	color: red
}

.ietip p {
	margin-bottom: 10px;
	color: #666666
}

.ietip hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #dadada
}

.ietip span {
	display: block;
	font-size: 12px;
	line-height: 12px;
}

.ietip .clean {
	clear: both;
}

.ietip .browser {
	padding: 10px;
}

.ietip .browser li {
	width: auto;
	padding: 0 80px;
	margin-top: 30px;
	height: 34px;
	line-height: 22px;
	float: left;
	list-style: none;
	background: url(../images/ecd0fbe71711494384a41c136f3ebea5.gif) no-repeat;
	padding-left: 40px
}

.ietip .browser .browser-firefox {
	background-position: 0 -34px
}

.ietip .browser .browser-ie {
	background-position: 0 -68px;
	margin-left: 0px
}

.ietip browser .browser-360 {
	background-position: 0 -170px;
	margin-left: -27px
}

.ietip .browser-360-js {
	padding: 0 80px;
	margin-top: 30px;
	width: 557px;
	height: 162px;
	padding: 10px 10px;
	background: url(../images/e0c0216c94e945f880d709a9e17535a3.gif)no-repeat;
	padding-left: 40px;
}

@media screen and (max-width:1440px) {
	.container{
		width: 1200px;
	}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
		background: url(../images/arrow_left.png) no-repeat;
		background-size: cover;
		top: 64%;
		left: calc((100% - 1200px)/2 - 60px);
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
		background: url(../images/arrow_right.png) no-repeat;
		background-size: cover;
		top: 64%;
		right: calc((100% - 1200px)/2 - 60px);
	}
	.search-wrap{
		top:138px;
	}
	.index-quick-list{
		margin-top: -125px;
	}
}

.toggle{
	display: none;
}
.nav-list .nav-item span{
	display: none;
}
