* {
   box-sizing: border-box;
}
.content{
	width: 100%;
	overflow: hidden;
	height: auto;
	clear: both;
}
.header{
	width: 100%;
	height: auto;
	z-index: 1000;
	position: fixed;
	background: #153d9b;
}
.header-top{
	height: 6px;
	line-height: 6px;
	width: 100%;
	background-color: #054e9d;
}
.header-content{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	height: 106px;
	/* background: url(../img/bx.png)left 68% center no-repeat; */
	background-size: 90px;
	position: relative;
}

.header-nav {
	width: 100%;
	height: 54px;
	background: #1455ba;
}
.hnav-c{
	width: 1300px;
	height: 54px;
	margin:0 auto;
}

.nav{
	width:100%;
	height: 54px;
}
.navs{
	width: 1300px;
	height: 54px;
	/*margin:0 auto;*/
	float:left;
}
.navss{
	float:left;
	font-size: 18px;
	position:relative;
	transition: all 0.4s ease-out;
	color: #fff;
	height: 54px;
	line-height: 54px;
	text-align:center;
	padding: 0 47px;
}
.navss:hover{
	color:#fff;
	background:#2e90fa;
}
.navs2 li{
	padding: 16px 10px;
	font-size:15px;
	color:white;
	background:#2e90fa;
	/*	text-align:center;*/
	position:relative;
	/*border-radius: 6px;*/
	line-height:20px;
	text-align:center;
}
.navs2 li:hover{
	background: #0961e3;
}

.navs2{
	position:absolute;
	top: 50px;
	left:0px;
	display:none;
	z-index:10;
	width: 100%;
}

.navs2 li:hover .navs23{
	display:block;
}

.hc_img{
	margin-top:22px;
	position: relative;
}
.search {
	float: right;
	margin-top: 43px;
}
.searchs {
	float: left;
	width: 185px;
	height: 32px;
	border-radius: 20px;
	overflow: hidden;
	border: 1.2px solid #43bed2;
	background: #fff;
}
.btns {
	color: #0c9adb;
	background: #fff;
	width: 46px;
	height: 32px;
	font-size: 20px;
	margin-left: 0px;
	display: inline-block;
	float: right;
	outline: none;
}
.navssa{
	width: 100%;
	height: 100%;
	display: block;
	float: left;
	color:white;
}
.navss:hover .navssa {
	color:#fff!important;
}
.logo-left{
	line-height: 100px;
	float: left;
	height: 100%;
}
.logo-left a{
	display: block;
	height: 100%;
}
.logo-left img{margin-top: 0px;}

 .right{padding: 28px 0 0;transition: .6s;position: absolute;right: 10px;/* top: -110px; */float: right;}
 .right ul {display: inline-block;vertical-align: top;font-size: 0;}
 .right ul li a{
 	color: #ffffff !important;
 }
 .right ul li{display:inline-block;font-size: 16px;color: #2f69ff!important;margin: 0 0 0 14px;line-height: 44px;height: 42px;transition: .5s;}
.right ul li span{transform: scale(.25);display: inline-block;}
.right ul li:hover{ color:#0550e4}
.banner {
    width: 100%;
    z-index: 100;
}
.mc {
    width: 100%;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../img/navpack.png)repeat center top;
    z-index: 1;
}
@charset "utf-8";
/* flexslider */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li { -webkit-backface-visibility: hidden;position:relative} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li.clone{position:relative}
.flexslider .slides img {width: 100%; display: block;}
.flexslider .slides > a{display: block;width: 100%;height: 0;padding-bottom: 62.81%;overflow: hidden;}
.flex-pauseplay span {text-transform: capitalize;}
/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { position: relative;zoom:1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 10px; }
.flexslider .slides > li a{display: block;}
.flexslider ul li.flex-active-slide .imgresponsive{transition: transform 6000ms linear 0s;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  {
	text-decoration: none;
	display: block;
	width: 76px;
	height: 76px;
	position: absolute;
	top: 50%;
	z-index: 7;
	overflow: hidden;
	cursor: pointer;
	color: rgba(255,255,255,1);
	text-align: center;
	border: 3px solid #424243;
	border: 3px solid rgba(255,255,255,0.2);
	margin-top: 0px;
	font-size: 35px;
	background: #090e00;
	background-color: rgba(0,0,0,0.3);
	line-height: 76px;
	border-radius: 50%;
	margin-top: -38px;
	}
.flex-direction-nav .flex-prev { left:55px;}
.flex-direction-nav .flex-next { right: 55px;}
.flex-direction-nav .flex-disabled { cursor: default; }
.flex-direction-nav a:hover{color:#fff;background: rgba(0,0,0,0.6);}
/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; background:#ddd}
/*.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
*/.flex-pauseplay a:hover  { opacity: 1; }
/*.flex-pauseplay a.flex-play:before { content: '\f003'; }
*//* Control Nav */
.flex-control-nav {width: auto; padding: 10px 15px; background: rgba(0,131,185,.6); height: 9px; border-radius: 20px; position: absolute; bottom:29px; right:50%; margin:0 -600px 0 0; text-align: center ; z-index:98; }
.flex-control-nav li {margin: 0 7px 0 ; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 8px; height:8px; display: block;  cursor: pointer; text-indent: -9999px;border-radius:8px;background: #ffffff;  }
.flex-control-paging li a:hover,.flex-control-paging li a.flex-active { background: #e3bb1d;  }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
.till-slides{position: absolute;z-index: 8;left: 14%;width: 700px;bottom: 24px;}
.till-slides h3{
	font-size: 24px;
	height: 52px;
	line-height: 52px;
	overflow: hidden;
	text-shadow: 3px 5px 16px rgba(0,0,0,0.8);
	width: 100%;
	margin: 0 auto;
	/* margin-bottom: 22px; */
	letter-spacing: 1px;
	color: #fff;
	}

	.topbars {
	width: 720px;
	height: 120px;
	margin: 0 auto;
	box-shadow: 0 3px 8px 1px #bbb;
	background: #fff;
	z-index: 60;
	margin-bottom: 20px;
	margin-top: 20px;
}
.topbars li {
	background: #43bed2;
	/* background: #8A1A1F; */
	background-image: linear-gradient(to top, #1455ba 0%, #2f69ff 100%);
	box-shadow: 1px 4px 4px #bbb;
	height: 120px;
	width: 180px;
	border-right: 1px solid #039fd6;
	color: #fff;
	float: left;
	transition: .2s ease-out;
}
.topbars li  .tubiao {
	height: 78px;
	width: 100%;
	text-align: center;
	line-height: 78px;
	font-size: 30px;
}
.tubiao img{
	width: 48px;
    vertical-align: middle;
}
.topbars li  .title {
	font-size: 17px;
	text-align: center;
	line-height: 25px;
	letter-spacing: 1px;
}
.topbars li:hover {
	background: #fff;
	border-right: 1px solid #fff;
	color: #FFF;
	background: #153d9b;
}

.content-b{
	width: 100%;
	overflow: hidden;
	margin:0 auto;
}
/*xwdt part*/
.section{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	max-width: 1300px;
	padding: 20px 0px;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 15px;
	margin-bottom: 5px;
	justify-content: space-between;
}
.col-md-3 {
    /* -webkit-box-flex: 0; */
    display: flex;
    /* flex: 0 0 23%; */
    width: 23.1%;
    justify-content: space-between;
}
.col-md-3 a{
	position: relative;
	display: block;
	overflow: hidden;
}
.col-md-3  a span {
    color: #333;
    position: absolute;
    left: 44%;
    top: 48%;
    box-sizing: border-box;
    display: block;
    font-size: 22px;
    line-height: 50%;
    /* height: 100%; */
    /* overflow: hidden; */
    font-weight: bold;
    text-shadow: 1px 0 1px #fff;
}
.section1{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	/* margin-bottom: 45px; */
}
.homea{padding: 20px 0 0px;}
.homea .wp{background-color: #66a0de;padding: 8px 10px;height: 304px;background-image: url(../img/kuang.png);background-size: 100% 100%;box-shadow: inset 0px 0px 10px 0px #66a0de;}
.homea .wp .aleft{
    width: 29%;
    padding: 12px 1.25% 10px 1.75%;
    background: #ffffff;
    display: block;
    position: relative;
    /* border-left: 1px solid #9ed3ff; */
    }
.homea .wp .slidenews{width: 100%;box-shadow: 0px 0px 10px 0px #e9f2fa;}
.homea .slidenews .pic{height:100%}
.homea .slidenews .slide p{position:absolute;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);padding: 0 4% 0 4%;color:#fff;z-index:5;line-height:60px;font-size: 17px;}
.homea .slidenews .slide p span{/* right:4%; *//* top:0; *//* position:absolute; *//* font-size:14px; */}
.homea .slidenews .slide p a{color:#fff}
.homea .slideb-prev img{height:35px;width:20px}
.homea .slideb-next img{height:35px;width:20px}
.homea .slidenews .slide a.mark:before{content:'';position:absolute;left:0;top:0;right:0;bottom:0;z-index:2;background:url(../img/emask.png) no-repeat center;background-size:100% 100%}
.homea .wp .aleft .ctit{margin-bottom: 15px;position: relative;}
.ttbUl{
	margin-top: 7px;
}
.titlin_b{
    padding: 18px 0;
    border-bottom: 1px dashed #d5e3fb;
    /* padding-right: 100px; */
    position:relative;
    font-size: 15px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    }
.titlin_b:hover{
	background: #0e60b6;
	/* margin-left: 50px; */
	margin-right: -20px;
}
.titlin_b:hover a{color:#fff;text-indent: 10px;}
.titlin_b:hover time{color:#fff;right: 15px;}
.titlin_b:last-child{/* border-bottom:0; */}
.titlin_b time{position:absolute;right:0;top:0;padding: 20px 0;font-size:14px;color:grey;}
.new-left {
    width: 47%;
    float: right;
}
.ctit1{margin-bottom:30px}
.ctit1 i{font-size:40px;line-height:58px}
.ctit1 i:first-child{border:1px solid #de9e92;border-radius:10px 0 0 10px;display:block;border-right:0;padding:0 5px 0 15px}
.ctit1 i:last-child{border:1px solid #de9e92;border-radius:0 10px 10px 0;display:block;padding:0 15px 0 5px;color:#fff}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.wp {
    width: 100%;
    margin: 0 auto;
    max-width: 1300px;
}
.texto {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.titline_b {
    position: relative;
    background-image: linear-gradient(#c84527,#c84527);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .3s;
}
.bg-mask .pic a {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    display: block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.USTB_list1 {
    position: relative;
    background-color: #fff;
}
.USTB_list1 {
    display: block;
    padding-top: 6px;
}
.USTB_list1::before {
    /* content: ''; */
    width: 100%;
    height: 2px;
    background: #004a99;
    background: -webkit-linear-gradient(left, #004a99 76%, #f39800);
    background: -o-linear-gradient(right, #004a99 76%, #f39800);
    background: -moz-linear-gradient(right, #004a99 76%, #f39800);
    background: linear-gradient(to right, #004a99 76%, #f39800);
    position: absolute;
    left: 0;
    top: 0;
}
.USTB_list1 li {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    /* margin: 15px 0px 0px 0px; */
    display: block;
}
.USTB_list1 li::after {
    content: '';
    width: 0;
    height: 1px;
    background-color: #004a99;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.36s ease-in-out;
}
.USTB_list1 li>a {
    padding: 12px 0;
    transition: all 0.35s ease-out;
}
.USTB_list1 li>a:hover {
    transform: translateX(10px);
}
.USTB_list1 li .date {
    margin-bottom: 12px;
    transition: all 0.35s ease-out;
    font-size: 15px;
    margin-top: 12px;
    background: url(../img/date.png) no-repeat left center;
    display: inline-block;
    height: 18px;
    /* background-size: 14px; */
    text-indent: 20px;
    line-height: 19px;
}
.USTB_list1 li>a:hover .date, .USTB_list1 li>a:hover .date i {
    color: #004a99;
}
.date i {
    margin-right: 5px;
    color: #004a99;
}
.USTB_list1 li .title {
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    transition: all 0.35s ease-out;
    font-weight: normal;
    margin-top: 11px;
    /* display: flex; */
    /* align-items: center; */
}
.USTB_list1 li>a:hover .title {
    color: #004a99;
}
.USTB_list1 li:hover::after {
    width: 100%;
}
.USTB_list1 li:last-child {
    border-bottom: none;
}
.ctit2 {
    margin-bottom: 40px;
}
.ctit2 span b {
    height: 1px;
    width: 85px;
    background: #791107;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    opacity: 1;
}
.ctit span {
    height: 70px;
    line-height: 70px;
    font-size: 36px;
    font-family: 'SimSun';
    font-weight: bold;
    display: inline-block;
    margin: 0 auto;
}


.btn_more {
	display: inline-block;
	padding-right: 23px;
	line-height: 80px;
	position: absolute;
	right: 0;
	/* bottom: 0; */
	color: #1465bc;
	font-size: 17px;
	z-index: 2;
	cursor: pointer;
	/* vertical-align: middle; */
	height: 80px;
	top: 0;
}

.btn_more:hover {color: #2682e1;transition: all .35s;font-weight: bold;}
.btn_more:hover i.plus {background-color: #1e55bf;transition: all .35s;}
.btn_more:hover i.plus::before,
.btn_more:hover i.plus::after { border-color: #fff; transition: all .35s; }

.articleTitle2 {
    margin-bottom: 0px;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
}
.articleTitle2 .more {
    vertical-align: middle;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    float: right;
    color: #4861bf;
}
.articleTitle2 .more .m-img{
    height: 18px;
    display: inline-block;
    line-height: 40px;
    vertical-align: text-top;
    margin-top: -1px;
    padding-left: 4px;
}
.articleTitle2 .more:before {
    /* content: ""; */
    display: block;
    width: 1px;
    height: 26px;
    background: #364c8f;
    transform: skewX(-30deg);
    position: absolute;
    left: 0;
    top: -8px;
}
.articleTitle2 .title{
	height: 45px;
	line-height: 40px;
	display: inline-block;
	color: #333;
	font-size: 24px;
	width: 100px;
	font-family: 'SimSun';
}

.section2 {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 165px;
}

.sec2{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	margin-top: 35px;
	margin-bottom: 45px;
}
.content_newsf {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	height: AUTO;
	max-height: 400px;
	/* MARGIN-BOTTOM: 35px; */
	padding-top: 10px;
	/* overflow: hidden; */
	display: flex;
	justify-content: space-between;
} 
.content_newsf1{
    width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	height: AUTO;
	max-height: 500px;
	/* MARGIN-BOTTOM: 35px; */
	padding-top: 10px;
	overflow: hidden;
    padding-bottom: 20px;
}    
.content_news-part {
	width: 24%;
	height: 365px;
	float: left;
	background: #fff;
	margin-right: 5px;
	position: relative;
	margin-left: 5px;
	transition: all 0.25s ease-out;
	box-shadow: 1px 5px 10px rgba(126, 166, 226, .47);
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.content_news-part1{
	width: 48%;
	margin-left: 1%!important;
	margin-right: 1%!important;
	height: 402px;
}
.content_news-part1 .news_partt2 {
    margin: 12px 20px;
    line-height: 24px;
    font-size: 14px;
    color: #999;
    height: 96px;
    text-align: justify;
    overflow: hidden;
    margin-bottom: 10px;
}
.content_news-part1 .newspart-img {
    width: 100%;
    height: 215px;
    overflow: hidden;
}
.content_news-part:first-child {
}
.content_news-part:last-child{
}
.content_news-part:hover{
	/* background: #2f9fef; */
	border-bottom: 4px solid #3f4be0;
	transform: translateY(-5px);
}
.news_partt2 {
    margin: 15px 20px;
    line-height: 23px;
    font-size: 14px;
    color: #999;
    height: 70px;
    text-align: justify;
    overflow: hidden;
}
.content_news-part3 {
	width: 96%;
	height: 370px;
	float: left;
	background: #fff;
	position: relative;
	transition: all 0.2s ease-out;
	margin: 5px 5px;
}
.content_news-part3:hover{
	box-shadow: 0 0 5px 1px #ddd;
}
.newspart-img {
	width: 100%;
	height: 208px;
	overflow: hidden;
}
.newspart-imgms {
	width: 200px;
	height: 200px;
	border-radius: 100px;
	margin-left: 39px;
}
.news_partt {
	display: block;
	font-size: 16px;
	padding: 20px 20px;
	line-height: 24px;
	color: #0e60b6;
	text-align: justify;
	padding-bottom: 0px;
	height: 48px;
	overflow: hidden;
}
.news_partimg {
	display: block;
}
.newspart-img img {
	transition: all 0.3s ease-out;
	width: 100%;
	height: 100%;
}
.date2 {
		    width: 62px;
		    height: 62px;
		    display: flex;
		    justify-content: center;
		    background: #005bac;
		    flex-direction: column;
		    align-items: center;
		    position: absolute;
		    top: 0;
		    /* left: 5px; */
		    z-index: 10;
		}
		.date2 i {
		    display: block;
		    font-size: 20px;
		    font-style: normal;
		    color: white;
		}
		.date2 b {
		    font-size: 13px;
		    color: white;
		    font-style: normal;
		    font-weight: normal;
		    margin-top: 5px;
		}
.sec3 {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    /* margin-top: 55px; */
    /* margin-bottom: 50px; */
    margin-top: 55px;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
}
.ctit3{
	width: auto;
    display: block;
    height: 45px;
    line-height: 40px;
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #ccc;
}
.ctit3 span{
	width: auto;
	float: left;
	font-weight: bold;
	color: #333;
	font-size: 24px;
	font-family: 'SimSun';
}
.ctit3 .more{
	position: relative;
	padding-right: 0px;
	width: auto;
	font-size: 16px;
	color: #113e91;
	float: right;
}
.ctit3 .more img{
	display: inline-block;
	line-height: 40px;
	vertical-align: text-top;
	margin-top: -1px;
	padding-left: 1px;
	height: 18px;
}
.ctit3 .more:hover {
    color: #2682e1;
    transition: all .35s;
    font-weight: bold;
}


.list02 { margin: 15px 0 0 0; }
.list02 li {overflow: hidden;font-size: 15px;line-height: 45px;padding: 0 0 0 21px;background: url(../img/cs1.png) no-repeat left 2px center;background-size: 13px;}
.list02 li a {float: left;width: 100%;height: 45px;overflow: hidden;text-overflow: ellipsis;line-height: 45px;white-space: nowrap;}
.list02 li span {/* font-family: Cambria; *//* font-style: oblique; */float: right;color: #888;}
.list02 li:hover {
    margin-left: -10px;
    transition: all .3s ease-out .1s;
    -webkit-transition: all .3s ease-out .1s;
    -moz-transition: all .3s ease-out .1s;
    -ms-transition: all .3s ease-out .1s;
    -o-transition: all .3s ease-out .1s;
}
.list02 li:hover>a{
    color: #1e55bf;
}


.tzgg{
	width: 100%;
	max-width: 1300px;
	/* overflow: hidden; */
	margin: 0 auto;
}
.list03{
	/* margin-top: 20px; */
	height:auto;
	/* overflow:hidden; */
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.slick-dots{ display: none !important; }
.slick-images{width: 23%;float: left;transition: all 0.35s}
.slick-images:hover{
    margin-top:-20px;
}
.slick-images:hover .slickTitle{
	color: #0e60b6;
	font-weight: bold;
}
.slick-slider > a{display: block;/* box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1); */background: #fff;overflow: hidden;background: url('../img/sy.png')center center no-repeat;background-size: 100% 100%;}
.slickTitle{line-height: 28px;height: 90px;margin: 0 0 20px 0;position: relative;text-align: justify;word-break: break-all;transition: all 0.2s}
.slickText{/* border-left:#2c448c 2px solid; */padding: 45px 30px 55px 40px;}
.slickDate{display: block;color: #1e55bf;position: relative;font-size: 16px!important;}
.slickDate:before{content: "";display: block;width: 30px;height: 1px;background: #0e60b6;position: absolute;right: 0;top: 12px;}
.section3 {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	background-size: cover;
	background-color: #f9fcff;
}
.section8 {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	background: url("../img/sbg.png")center center no-repeat;
	background-size: cover;
}

.gp-f12{font-size:12px;}
.gp-f13{font-size:13px;}
.gp-f14{font-size:14px;}
.gp-f15{font-size:15px;}
.gp-f16{font-size: 15px;}
.gp-f18{font-size:18px;}
.gp-ul-inline{font-size: 0;}
.gp-ul-inline > li{display: inline-block;*display: inline;*zoom:1;font-size: 14px;vertical-align: top;}
.gp-fl{float: left;}
.gp-fr{float: right;}
.gp-center{display: block;margin-left: auto;margin-right: auto;}
.gp-vam,.gp-vama *{vertical-align:middle;}
.gp-bold{ font-weight: bold; }
.gp-normal{font-weight: normal;}
.gp-title{display: block;overflow: hidden;font-size: 17px;}
.gp-title-lh24{ display: block; line-height: 24px; height: 48px; overflow: hidden; }
.gp-title-lh22{ display: block; line-height: 22px; height: 44px; overflow: hidden; }
.section4 {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	background-color: #f9fcff;
	/* margin-top: 50px; */
	/* margin-bottom: 60px; */
}
.sec4{
	width: 100%;
	max-width: 1250px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 55px;
	margin-bottom: 30px;
}
.lxwm{
    padding-top: 5px;
    position: relative;
}
.lx-con{
	width: 100%;
	height: 120px;
	background: url("../img/lxbg.png")center center no-repeat;
	background-size: cover;
	margin-top: 15px;
	box-sizing: border-box;
}
.lxtitle{
	height: 45px;
	line-height: 58px;
	padding: 0 25px 0 25px;
	font-size: 17px;
	color: #2f69ff;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}
.notice_rcr{
			font-size: 15px;
			margin:0 auto;
			height: 30px;
			line-height: 30px;
			color: #444;
			padding: 0 20px 0 20px;
			margin-top: 2px;
}
.notice_rcr span{
			display:inline-block;
			float:left;
			width: 30px;
			height: 30px;
			background: url('../img/iconlx1.png')center center  no-repeat;
			background-size: 20px;
		}
.notice_rcr3 span{
			background: url('../img/iconlx2.png')center center  no-repeat;
			background-size: 20px;
}
.section5 {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	background: url("../img/bgcs.jpg")center center;
	background-size: cover;
}


.sousuo{
	display: inline-block;
	height: 40px;
	line-height: 40px;
}
.sousuo a{
	position: relative;
    margin: 0 0 0 15px;
    display: inline-block;
    cursor: pointer;
}
.sousuo a img{
	border-radius: 50%;
}
.hidden_search .text { width: 100%; height: 36px; padding: 0; font-size: 14px; color: #444;background: none;border:none;font-family: "Microsoft Yahei";}
.hidden_search .btn{display:block;cursor:pointer;position:absolute;right:0;top:0;height:36px;width:40px;border:none;border-radius:50%;
  overflow:hidden;font-size:14px;color:#8f0e16;background:0 0;background: url(../img/serbtn.svg) no-repeat center;background-size: 20px 20px}
.hidden_search .search_wrap { border: 1px solid #e4eaec; border-radius: 20px; position: relative; padding-right: 45px; padding-left: 20px; width: 92% }
.hidden_search .close_btn { position: absolute; right: 20px; top: 32%;  width: 35px; height: 35px;
 -webkit-transition: 0.5s; transition: 0.5s; font-size: 26px;background: url(../img/closebtn.svg) no-repeat center; background-size: 18px 18px }
 .hidden_search .close_btn:hover{ color: #530794; }
.cd-popup {position: fixed;left: 0;top: 0;height: 100%;width: 100%;background: rgba(0,0,0,.7);visibility: hidden;-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;transition: opacity 0.3s 0s, visibility 0s 0.3s;z-index: 99999;opacity: 0;}
.cd-popup.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }
.cd-popup-container { position: relative;  padding: 30px 40px 30px 30px; background: #fff; width: 60%; margin: 0 auto; top: 50%; margin-top: -58px; background: #FFF; border-radius: .4rem .4rem .4rem .4rem; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.is-visible .cd-popup-container { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.cd-popup0, .cd-popup1, .cd-popup2, .cd-popup3 { position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.3); opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 9999; }
.cd-popup0.is-visible, .cd-popup1.is-visible, .cd-popup2.is-visible, .cd-popup3.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }
.cd-popup-container0, .cd-popup-container1, .cd-popup-container2, .cd-popup-container3 { position: relative; padding: 40px; background: #fff; width: 60%; margin: 0 auto; top: 20%; background: #FFF; border-radius: .4rem .4rem .4rem .4rem; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.cd-popup-container1 { top: 10%; }
.cd-popup-container0, .is-visible .cd-popup-container1, .is-visible .cd-popup-container2, .is-visible .cd-popup-container3 { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.sear_p{float: left;margin: 20px 0 0 5%;width: 90%;-webkit-border-radius: 5px;border-radius: 5px;background: #fff;}
.sear_txt{float: left;height: 30px;font-size: 12px;line-height: 30px;border: none;width: calc(100% - 35px);background: none;color: #666;text-indent: 5px;}


.footer{
    width: 100%;
    height: auto;
    background: #123d79;
    background: url(../img/footerbg2.png)center center;
    background-size: cover;
    clear: both;
}
.part2{
	padding: 0px 0 5px 0px;
}

.footer .part2 .logo1 {
	height: 115px;
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 0px;
	background: url("../img/logo2.png")center center no-repeat;
}


.footer1{width: 100%;/* background: #0050a5; */padding: 0px 0 15px 0;text-align: center;}
.footer1 span,.footer strong{display: inline-block;zoom:1;font-size: 15px;color:#fff;line-height: 30px;}
.footer1 strong{color:#fff;margin:0 25px;}
.xsdt {
    width: 34%;
    float: left;
    /* margin-bottom: 50px; */
}
.rczp {
    width: 31%;
    float: left;
}
.kyjg {
    width: 31%;
    float: right;
}
@media screen and (max-width: 1400px){
	body {
	    width: 1400px;
	}	
}
