body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
th,
td,
img {
    margin: 0;
    padding: 0;
}

img {
    border: 0
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
}

input {
    outline: none;
    border: none;
}

html {
    _overflow-y: scroll;
}


/*****！！页面通用css样式定义开始******/

html,
body {
    min-width: 1200px;
    font-family: "Microsoft YaHei";
    _width: expression(document.body.clientWidth < 1200 ? "1200px": "auto");
}


/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */

body {
    font-family: "微软雅黑";
    /*文字字体定义 */
    font-size: 14px;
    /*文字大小定义 */
    color: #666666;
    /*文字颜色定义 */
    min-width: 1200px;
    outline: none;
}

* {
    word-break: break-all;
    word-wrap: break-word
}


/* 网站超链接css通用设置 */

a {
    text-decoration: none;
}


/* 链接无下划线,有为underline */

a:link {
    color: #2c2c2c;
}


/* 未访问的链接 */

a:visited {
    color: #2c2c2c;
}


/* 已访问的链接 */

a:hover {
    color: #2c2c2c;
    text-decoration: none;
}


/* 鼠标在链接上 */

a:active {
    color: #2c2c2c;
}


/* 点击激活链接 */

p {
    line-height: 24px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none
}

.show {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}


/*.clear{clear:both; line-height:0; height:0; font-size:0px;}*/

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*清除浮动*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}


/*清除浮动*/

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.red {
    color: red
}


/*表格样式定义 */

checkbox {
    border: 0px;
}


/*选择框样式定义 */

.input {
    border: 1px solid #ccc;
    height: 20px;
    line-height: 20px
}

ul,
li {
    list-style: none
}


/*public*/

.size1 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.backcolor {
    background: #1b4d9a;
}

.color {
    color: #1b4d9a;
}




/*首页banner*/
.banner17{overflow: hidden;}
.banner17 .shutter {
    overflow: hidden;
    width: 1920px;
    height: auto;
    position: relative;
    left: 50%;
    margin-left: -960px;
    top: 0;
}

.banner17 .shutter-img {
    z-index: 1;
}

.banner17 .shutter-img,
.banner17 .shutter-img a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner17 .shutter-img a {
    cursor: default;
}

.banner17 .shutter-img a>img {
    width: 1920px;
    height: auto;
}

.banner17 .shutter-img .created {
    overflow: hidden;
    position: absolute;
    z-index: 20;
}

.banner17 .shutter-btn {
    width: 1300px;
    height: 64px;
    z-index: 9;
    position: absolute;
    top: 50%;
    margin-left: -650px;
    margin-top: -32px;
    left: 50%;
    clear: both;
    display: none;
}

.banner17:hover .shutter-btn {
    display: block;
}

.banner17 .shutter-btn li {
    width: 64px;
    height: 64px;
    cursor: pointer;
}

.banner17 .shutter-btn li.prev {
    float: left;
    background: url(../images/public/left3.png) no-repeat;
}

.banner17 .shutter-btn li.next {
    float: right;
    background: url(../images/public/right3.png) no-repeat;
}

.cover {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}



.header {
    background: #003567;
}
.header .wrap{
	height: 90px; 
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: center;
}
.header .logo img {
	display: block;
}
.header .tel {
	width: 300px;
	margin-top: 5px;
}
.header .tel img {
	display: block;
	float: left;
	margin-right: 10px;
}
.header .tel span {
	display: block;
	font-size: 16px;
	color: #3f64b2;
	margin-top: -5px;
}
.header .tel strong {
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #3f64b2;
}
.heade_tel{
	background: #1b1b1b;
	color:#FFF;
	padding:6px 20px;
	position: absolute;
	top:10px;
	right:0;
	


}



.nav {
	width: calc(100% - 440px) ;
	/* background: #3f64b2; */
	line-height: 65px;
	/* float: right; */
	/* flex:1 */
	margin-top:35px;
}
.nav ul{
   width:100%;
   display: flex;
}
.nav ul li.nLi {
	line-height: 52px;
	display: block;
   flex:1;
	text-align: center;
	position: relative;
}

.nav ul li.nLi:after {
	/* content: "|";
	position: absolute;
	left: 0;
	top: 0;
	color: #053d92; */
}
.nav ul li.hover:after{
   display: none;
}
.nav ul li.nLi a {
	display: block;
	color: #fff;
	font-size: 16px;
}
.nav ul li.nLi:last-child:before {
	/* content: "|";
	position: absolute;
	right: 0;
	top: 0;
	color: #707073; */
}

.nav ul li.nLi a:hover {
	background: #053d92;
	color:#fff;

}

.nav ul li.hover a{
	background: #053d92;
	color:#fff;

}
.nav ul li.nLi .sub {
	width: 200px;
	position: absolute;
	top: 52px;
	left: 0;
	background-color: rgba(27,27,27,0.3);
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
}
.nav ul li.nLi .sub a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 15px;
}
.nav ul li.nLi:hover .sub {
	top: 52px;
	opacity: 1;
	visibility: visible;
}
.nav ul li.nLi .sub a:hover {
	/* background: #02081c; */
	color:#fff;
}
.nav ul li.nLi .sub a:hover::before{
	display: inline-block;
	width:10px;
	height: 10px;
	background: #006be7;
	content: "";
	margin-right:10px;
}


/* banner */

.fullSlide {
	min-width: 1200px;
	position: relative;
	height: 900px;
	z-index: 9;
}
.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
	height: 900px;
}
.fullSlide .bd ul {
	width: 100% !important;
	height: 900px;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 900px;
	overflow: hidden;
	text-align: center;
}
.fullSlide .bd li a {
	display: block;
	height: 900px;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 0;
	height: 30px;
	line-height: 30px;
}
.fullSlide .hd ul {
	display: block;
	width: 16%;
	margin: 0 auto;
	text-align: center;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	height: 12px;
	width: 12px;
	margin: 5px;
	background: rgba(255,255,255,0.7);
	overflow: hidden;
	line-height: 9999px;
	border-radius: 25px;
	transition: all .5s;
}
.fullSlide .hd ul .on {
	width: 40px;
}





.biaoti{margin:55px auto;width:100%; text-align: center;}
.biaoti h2{font-size:34px; color:#1a1a1a; text-transform: uppercase; font-weight: bold;  margin-bottom: 15px; display: inline-block; position: relative;padding:0 60px; }
.biaoti h2 span{color:#3f64b2;}
.biaoti p{color:#17266b; font-size: 12px; opacity: 0.7; padding:0px 0; text-transform: uppercase ; text-align: center;}
.biaoti h2::before{ position: absolute; content:""; width:10px; height: 10px; background: #006be7; display: inline-block; left:0;}
.biaoti h2::after{ position: absolute; content:""; width:10px; height: 10px; background: #006be7; display: inline-block; right:0;bottom: 0;}

.wrap2{
    max-width:80%;
    margin:0 auto;
    min-width: 1200px;
}
.foot_con{
    background: #eeeeee;
    padding:60px 0;
}
.foot_con .wrap{
    display: flex;
}

.foot_nav ul{
    display: flex;
    justify-content: space-between;
  
}
.foot_nav li{
    padding-right: 60px;
    
 padding-left:35px;
    background: url(../images/newli.png) no-repeat left top;
}
.foot_nav li:last-child{
    width:250px;
    flex-shrink: 0
}
.foot_nav li h2{
    font-size: 18px;
    color:#1a1a1a;
    margin-bottom: 20px
}
.foot_nav li dl a{
    font-size: 16px;
    color: #4c4c4c;
    display: inline-block;
    line-height: 30px;
}
.foot_chat  ul{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.foot_chat dl{
    font-size: 12px;
    color:#1a1a1a;
    margin-bottom: 20px;
}
.foot_chat dl p{
color: #1a1a1a;
font-size: 18px;
margin:5px 0;
}


.foot{
    background: #313131;
    color:#FFF;
    border-bottom: 20px solid #142e5e;
}

.foot .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}