* {
	margin: 0;
	padding: 0;
}

ul,li,ol {
	list-style: none
}

img {
	border: none;
}

a {
	text-decoration: none;
}

i {
	font-style: normal;
}

body {
	font-family: "Î¢ÈíÑÅºÚ";
	line-height: 1;
}

.clear{
	clear: both;
}

.iconfont {
	font-size: 16px;
	font-size: 1.4rem;
	margin-right: 5px;
}

.header {
	width: 100%;
	height: 50px;
	background: #FFF;
	position: relative;
	top: 0;
	left: 0;
	z-index: 900
}

.logo {
    padding-top: 18px;
    margin-left: 25px;
    font-size: 16px;
    color: #02659c;
    font-weight: bold;
    display: block;
}

.zhe {
	width: 1300px;
	height: 1300px;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: -45%;
	right: -45%;
	z-index: 100;
	display: none;
	border-radius: 80%;
}

.header .nav {
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0;
	text-align: center;
	background: #fff;
	border-top: 1px solid #aaa;
	display: none;
}

.header .nav li {
	border-bottom: #ccc 1px solid;
}

.header .nav li a {
	display: block;
	line-height: 50px;
	color: #303030;
	/*font-size: 16px;*/
	font-weight: 700;
	text-align: left;
	padding-left: 20px;
}

.header .nav li:hover a,.header .nav li.on a {
	color: #3784ba;
}

.header .btn {
	/*border: 1px solid #888;*/
	position: absolute;
	top: 12px;
	right: 12px;
	padding: 3px;
	border-radius: 3px;
	cursor: pointer;
}

.header .btn i {
	display: block;
	width: 20px;
	height: 3px;
	background: #888;
	margin: 3px;
	transition: 0.3s;
}

.header .btn i:nth-child(1) {
	transform-origin: left bottom;
}

.header .btn i:nth-child(2) {
	opacity: 1
}

.header .btn i:nth-child(3) {
	transform-origin: left top;
}

.header .btn.on i:nth-child(1) {
	transform: rotate(35deg);
}

.header .btn.on i:nth-child(2) {
	opacity: 0
}

.header .btn.on i:nth-child(3) {
	transform: rotate(-35deg);
}


/*navvvvv*/
.navvvv{
	width: 100%;
	height: 86px;
}
.navvvv ul{
	font-size: 0;
}
.navvvv ul li{
	display:inline-block;
	
    /*float: left;*/
	width: 25%;
	height: 43px;
	line-height: 43px;
	text-align: center;
	color: #fff;
	background: #3784ba;

}
.navvvv ul li a{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

/*header   end*/
.banner {
	width: 100%;
	margin: 0 auto;
	line-height: 0;
}

.banner .pic {
	width: 100%;
}

.swiper-pagination-bullet-active {
	background-color: #3784ba;
}
/*banner    end*/
.pro {
	width: 96%;
	padding: 30px 0;
	margin: 0 auto;
	overflow: hidden;
}

.title {
	background: url(../images/bt.png) no-repeat center;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}

.pro .pro_t li {
    width: 31%;
    height: 26px;
    background: #3784ba;
    float: left;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 10px;
}



.pro .pro_t li:nth-child(3n) {
	margin-right: 0;
}

/*.pro .pro_t li:nth-child(7),.pro .pro_t li:nth-child(8),.pro .pro_t li:nth-child(9) {
	margin-bottom: 25px;
}*/

.pro .pro_t li a {
	font-size: 14px;
	color: #fff;
	line-height: 26px;
}

.pro_l li {
	width: 48.3%;
	float: left;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin-bottom: 3.4%;
}

.pro_l li p{
	display: block;
	width: 100%;
	background:#3784ba;
	text-align: center;
	height: 24px;
	line-height: 24px;
}
.pro_l li p a{
	text-align: center;
	color:#fff;
	font-size: 12px;

}



.pro_l li:nth-child(2n) {
	margin-left: 3.4%;
}

/*.pro_l li:nth-child(3),.pro_l li:nth-child(4) {
	margin-bottom: 0;
}*/

.pro_l li img {
	width: 100%;
	height: 135px;
}
/*pro    end*/
.cd-tabs {
	width: 100%;

	padding: 30px 0;
	background: #f0f0f0;
	position: relative;
}

.cd-tabs:after {
	content: "";
	display: table;
	clear: both;
}

.cd-tabs::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 1;
	pointer-events: none;
}

.no-cssgradients .cd-tabs::after {
	display: none;
}

.cd-tabs nav {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background: #a0a0a0;
	width: 96%;
	margin: 0 auto 20px;
}

.cd-tabs-navigation {
	width: 100%;
}

.cd-tabs-navigation:after {
	content: "";
	display: table;
	clear: both;
}

.cd-tabs-navigation li {
	float: left;
	border-right: 5px solid #f0f0f0;
	width: 50%;
}

.cd-tabs-navigation li:nth-child(3) {
	border-right: none;
}

.cd-tabs-navigation a {
	position: relative;
	display: block;
	line-height: 35px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}

.no-touch .cd-tabs-navigation a:hover {
	color: #29324e;
	background-color: rgba(233, 230, 202, 0.3);
}

.cd-tabs-navigation a.selected {
	background-color: #3784ba !important;
	color: #fff;
}

.cd-tabs-navigation a::before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	height: 35px;
	width: 100%
}

.cd-tabs-content li {
	display: none;
}

.cd-tabs-content li.selected {
	display: block;
	overflow: hidden;
}

.cd-tabs-content li p {
	font-size: 14px;
	line-height: 22px;
	color: #666;
	margin-top: 20px;
	text-indent: 32px;
}

@-webkit-keyframes cd-fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes cd-fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes cd-fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.cd-tabs-content {
	width: 96%;
	margin: 0 auto;
}

.anli {
	width: 48.3%;
	float: left;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.anli:nth-child(2n) {
	margin-left: 3.4%;
}

.anli:nth-child(1),.anli:nth-child(2) {
	margin-bottom: 3.5%;
}

.anli i a{
	display: block;
	width: 100%;
	height: 24px;
	line-height: 24px;
	background: #3784ba;
	text-align: center;
	color: #fff;
	font-size: 12px;
}


.anli img {
	width: 100%;
	height: 125px;
}

.bai {
	background: #fff;
	padding: 3%;
}

.cd-tabs-content li dl dt {
	font-size: 16px;
	font-weight: 700;
	color: #333;
	margin-bottom: 15px;
}

.cd-tabs-content li dl dd {
	font-size: 14px;
	color: #555;
	line-height: 1.5em;
	margin-bottom: 25px;
}

/*.cd-tabs-content li dl:nth-child(3) dd {
	margin-bottom: 0;
}*/
/*°¸ÀýÕ¹Ê¾    end*/
.RongYv {
	width: 96%;
	margin: 0 auto;
	padding: 30px 0;
	overflow: hidden;
}

.ry_con li {
	line-height: 40px;
	border-bottom: 1px dashed #888;
	font-size: 14px;
	padding: 0 10px;
}

.ry_con li span{
	float: right;
}

.ry_con li img {
	width: 100%;
	height: 100%;
}
/*ÈÙÓþ×ÊÖÊ    end*/
.footer {
	width: 100%;
	background: #333;
	padding: 12px 0 44px;
	text-align: center;

	bottom: 0;
}

.footer p {
	color: #fff;
	line-height: 2em;
	font-size: 12px;
	/*font-size: 1.4rem;*/
	padding: 0 2.5%;
	box-sizing: border-box;
}

.footer img {
	margin-top: 12px;
}

.bottom {
	width: 100%;
	background: #151515;
	overflow: hidden;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 900;
}

.bottom li {
	float: left;
	height: 35px;
	text-align: center;
	border-right: 1px solid #444;
	box-sizing: border-box;
	width: 25%;
}

.bottom li:nth-child(4) {
	border-right: none;
}

.bottom li a {
	display: block;
	line-height: 35px;
	color: #fff;
	border-right: 1px solid #000;
	box-sizing: border-box;
	font-size: 16px;
}

.bottom li:nth-child(4) a {
	border-right: none;
}
/*footer     end*/

/*ÄÚÒ³¿ªÊ¼*/
.ny_banner {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.ny_banner img {
	width: 100%;
}
/*ÄÚÒ³banner    end*/
ul.page {
	text-align: center;
	margin-top: 30px;
}

ul.page li {
	line-height: 30px;
	border: 1px solid #d2d2d2;
	display: inline-block;
	/*padding: 0 4%;*/
	padding: 0 4px;
	font-size: 12px;
	margin-right: 10px;
}

ul.page li a {
	/*line-height: 30px;
	border: 1px solid #d2d2d2;
	display: inline-block;
	padding: 0 4%;*/
	font-size: 12px;
	color: #000;
}




/*ul.page li:hover,ul.page li:hover a {
	background: #3784ba;
	border: 1px solid #3784ba;
	color: #fff;
}*/
/*·ÖÒ³ÇøÓò    end*/
.ny_xwfl, .ny_fl,.ny_con h1 {
	text-align: center;
}


.ny_fl li {
    width: 30%;
    height: 26px;
    background: #3784ba;
    float: left;
    margin:0 5px;
    text-align: center;
    margin-bottom: 10px;
}

.ny_fl li a {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}




.ny_lanmu {
	width: 96%;
	margin: 30px auto;
	overflow: hidden;
	min-height: 340px;
}

.ny_lanmu h5 {
	width: 60%;
	height: 38px;
	margin: 0 auto 25px;
	color: #fff;
	font-weight: 700;
	background: #3784ba;
	line-height: 38px;
	font-size: 18px;
}

.ny_lanmu .ny_fl dd {
	width: 46.5%;
    margin-right: 10px;
    margin-top: 10px;
}

.ny_lanmu dd {
	height: 35px;
	background: #ccc;
	float: left;
	overflow: hidden;
}



.ny_lanmu dd a {
	font-size: 17px;
	line-height: 35px;
	color: #333;
}

.ny_con {
	width: 96%;
	margin: 0 auto;
	padding-top: 20px;
	overflow: hidden;
}


.ny_con img{
	display: block;
	max-width: 100%;
	margin:0 auto;
	margin-bottom: 20px;
	/*height: auto!important;*/
}



.ny_con>p {
	text-align: left;
	font-size:12px;
	line-height: 24px;
	color: #555;
}
/*¹ØÓÚÎÒÃÇ*/
.lx_ny_con {
	padding-top: 0px;
}

.ny_con h1,.ny_con h4 {
	color: #3784ba;
	font-size: 16px;
	margin-bottom: 20px;
	text-align: center;
}
/*ÁªÏµÎÒÃÇ*/
.ny_xwfl dd {
	width: 30%;
	margin-left: 5px;
}

/*.ny_xwfl dd:nth-child(3) {
	margin-right: 0;
}*/

.ny_con .xw_l li a h6 {
	font-size: 16px;
	font-weight: 700;
	color: #3784ba;
	margin-bottom: 15px;
}

.ny_con .xw_l li a p {
	color: #999;
	line-height: 20px;
	font-size: 14px;
}

.ny_con .xw_l li {
	padding-bottom: 18px;
	border-bottom: 1px dashed #aaa;
	margin-top: 25px;
}

.ny_con .xw_l li:nth-child(1) {
	margin-top: 10px;
}
/*ÐÂÎÅÁÐ±í   end*/
.nyc_xw {
	padding-top: 0;
}
/*ÐÂÎÅÄÚÈÝÒ³½áÊø*/
.pro_n_c li {
	width: 48.65%;
	margin-right: 2.70%;
	float: left;
	text-align: center;
	margin-top: 25px;
}

.pro_n_c li:nth-child(2n) {
	margin-right: 0;
}

.pro_img {
	border: 1px solid #ccc;
	box-sizing: border-box;
	height: 140px;
}

.ny_fl dd:nth-child(7),.ny_fl dd:nth-child(10) {
	margin-right: 0;
}



.pro_n_c li a p {
	color: #555;
	font-size: 12px;
	margin-top: 13px;
}


.next{
	width: 96%;
	margin:0 auto;
	font-size: 12px;
	margin-top: 15px;
}

.next a{
	color: #000;
    display: inline-block;
    max-width: 139px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*²úÆ·½áÊø*/
.ny_pro_c h4 {
	margin-top: 10px;
}
/*²úÆ·ÄÚÒ³½áÊø*/