@charset "utf-8";
html {
    font: normal 14px "微软雅黑", Arial;
}
body {
    padding: 0px;
    margin: 0px auto;
    color: #666;
    width: 100%;
    /*width: expression((documentElement.clientWidth < 1200) ? "1200px" : "100%" );*/
    zoom: 1;
}
body,html{
	margin: 0px;
	height: 0px;
}
h1,h2,h3,h4,h5,h6,p{
    margin:0;
    padding:0;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
li{
	list-style:none;
}
ul, li, form, dl, dt, dd, div {
    padding: 0px;
    margin: 0px;
}
select, input, textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #666;
	background: none;
    border: none;
    margin: 0;
    padding: 0;
}
input:focus {
    outline: none;
}
input, button, select, textarea {
    outline: none; /*-webkit-appearance:none;*//*强制去除表单自带的样式*/
	font: normal 14px "微软雅黑", Arial;
}

textarea {
    resize: none; /*-webkit-appearance:none;*//*强制去除textarea自带的样式*/
}

article, aside, footer, header, nav, section, figure, figcaption {
    display: block;
}
/*html5设置*/
figure, figcaption {
    margin: 0px;
    padding: 0px;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
img {
    border: none;
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}
a {
    color: #666;
    text-decoration: none;
}
a:focus {
    outline: none;
    -moz-outline: none;
}
a:hover {
    text-decoration: none;
}
.clear {
	display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
}
.SinglePage{  text-align:justify; word-wrap:break-word; clear:both; overflow:hidden; font-size:13px; line-height:24px;}
/*.container{
	width:1200px;
	margin:auto;
}*/


.h100{
	height: 100%;
}
.w100{
	width: 100%;
}
#headIframe{
	width: 100%;
	position: fixed;
	padding: 0px;
	margin: 0px;
	top: 0;
	left: 0;
	z-index: 999;
}
#footIframe{
	margin: 0px;
	margin-bottom: -10px;
	padding: 0px;
	width: 100%;
}
header{
	width: 100%;
	height: 90px;
	box-sizing: border-box;
	padding: 0 90px;	
	background:rgba(24,50,90,0.3);
	position: relative;
	z-index: 9999;
}
header .head_r{
	display: flex;
	align-items: center;
}
header .head{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .logo img{
	width: 200px;
}
header .head_r>ul{
	display: flex;
}
header .head_r>ul>li{
	width: 120px;
	line-height: 90px;
	text-align: center;
	font-size: 18px;
}
header .head_r>ul>li.on>a{
	border-bottom: 3px solid #003777;
}
header .head_r>ul>li>a{
	display: block;
	height: 100%;
	color: #fff;
	box-sizing: border-box;
	border-bottom: 3px solid transparent;
}
header .head_r>ul>li:hover>a{
	color:#fff;
	border-bottom: 3px solid #003777;
}
header .tag_nav{
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	top: 90px;
	background: rgba(0,0,0,0.1);
	height: 70px;
	z-index: 999;
	box-sizing: border-box;
	padding: 0 50px;
}
header .tag_nav ul{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row-reverse;
}
header .tag_nav ul li{
	line-height: 70px;
	width: 120px;
	text-align: center;
}
header .tag_nav ul li.on a{
	font-weight: bold;
}
header .tag_nav ul li a{
	font-size: 16px;
	text-align: right;
	color: #fff;
}
header .tag_nav ul li:hover a{
	color: #003777;
}
header .search{
	height: 21px;
	width: 55px;
	text-align: center;
	border-right: 1px solid #fff;
	cursor: pointer;
}
header .lau{
	display: flex;
	margin-left:20px;
}
header .lau a{
	display: block;
	width: 25px;
	height: 25px;
	text-align: center;
	color: #fff;
	line-height: 25px;
	font-size: 10px;
}
header .lau a.en{
	box-sizing: border-box;
	border: 2px solid #fff;
	border-right: none;
}
header .lau a.zn{
	background: #003777;
}
.searchMask{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	display: none;
}
.searchMask .close img{
	position: absolute;
    width: 30px;
    top: 5%;
    right: 5%;
}
.searchMask .index_search_tc{
	position: relative;
	top: 25%;
	left: 15%;
	width: 70%;
	height: 70px;
}
.searchMask .index_search_tc input{
	width: 100%;
	height: 100%;
    line-height: 70px;
    background: transparent;
    font-size: 36px;
    padding-left: 10px;
    color: #fff;
    outline: none;
	border: 2px solid #fff;
}
.searchMask .index_search_tc img{
	position: absolute;
    top: 13px;
    right: 19px;
    height: 45px;
    cursor: pointer
}

@-webkit-keyframes scale_b {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}

@-moz-keyframes scale_b {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}

@-o-keyframes scale_b {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}

@-ms-keyframes scale_b {
  .rw .rw_banner .rw_banner_a 0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .rw .rw_banner .rw_banner_a 50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  .rw .rw_banner .rw_banner_a 100%{
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}

.banner{
	position: relative;
	top: -90px;
	overflow: hidden;
}
.banner img{
	width: 100%;
    animation: scale_b 25s linear infinite alternate;
}
.banner img.text{
	position: absolute;
	bottom: 15px;
	left: 20px;
	width: 30%;
	animation: none;
}
/*  面包屑 */
.bread{
	position: relative;
	top: -90px;
	width: 100%;
	height: 75px;
	background: #e1e1e1;
}
.bread .breadC{
	display: flex;
	justify-content: space-between;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.bread .breadC .breadC_l{
	line-height: 75px;
	color: #000;
	font-size: 25px;
	position: relative;
	width: 20%;
}
.bread .breadC .breadC_l .s1{
	position: absolute;
	color: #bababa;
	top: -13px;
	font-size: 14px;
}
.bread .breadC .breadC_l .s2{
	position: relative;
	z-index: 1;
}
.bread .breadC .breadC_l .s3{
	position: absolute;
	left: 50px;
	top: 20px;
	width: 45px;
	height: 4px;
}
.bread .breadC .breadC_r ul{
	display: flex;
}
.bread .breadC .breadC_r ul li{
	width: 110px;
	text-align: right;
	line-height: 75px;
	text-align: center;
	font-size: 16px;
}
.bread .breadC .breadC_r ul li.on a{
	font-weight: 600;
	background-color: #1C44B5;
	height: 75px;
	display: block;
	color: #ffffff;
	text-align: center;
}
.bread .breadC .breadC_r ul li a{
	color: #2a2a2a;
}

/* 底部样式 */
footer{
	background: #fff;
}
footer .foot{
	margin: 0 auto;
	width: 1100px;
	box-sizing: border-box;
	padding: 50px 0 20px 0;
}
footer .foot .p1{
	color: #353535;
	font-size: 25px;
}
footer .cont{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
footer .cont input{
	width: 420px;
	height: 40px;
	border: 1px solid #a2a2a2;
	box-sizing: border-box;
	padding: 0 10px;
}
footer .cont .fs{
	width: 190px;
	height: 40px;
	background: #003677;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 22px;
	cursor: pointer;
}
footer hr{
	background-color:#f5f5f5;
	height: 2px;
	border: none;
	margin: 50px 0;
}
footer .lj{
	display: flex;
	justify-content: space-between;
}
footer .lj li{
	text-align: center;
	margin-bottom: 20px;
	color: #707070;
	font-size: 18px;
}
footer .lj li:first-child{
	margin-bottom: 30px;
}
footer .lj li a{
	color: #858585;
	font-size: 14px;
}
footer .lj .ewm{
	width: 50%;
	display: flex;
	align-items: center;
}
footer .foot1{
	width: 100%;
	background: #212121;
	box-sizing: border-box;
	padding: 40px 0;
}
footer .foot1 p{
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
}