body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea {
	font-family: "\5fae\8f6f\96c5\9ed1";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

code,
kbd,
pre,
samp {
	font-family: couriernew, courier, monospace;
}

small {
	font-size: 12px;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}

a:hover {
	text-decoration: none;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

legend {
	color: #000;
}

fieldset,
img {
	border: 0;
}

button,
input,
select,
textarea {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul ul,
ul ol,
ol ol {
	list-style: none;
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfloat {
	zoom: 1
}

.con-w {
	margin: 0 auto;
	height: auto;
	width: 1200px;
	min-width: 1200px;
	/* margin-top: 55px; */
}

.content{
		margin-top: 50px;
}

/* 头部 */

.header {
	width: 100%;
	height: auto;
	background-color: #fff;
}

.header-top {
	height: 100px;
}

.logo {
	float: left;
	width: 400px;
	margin-top: 28px;
	cursor: pointer;
}

.logo img {
	width: 400px;
}

.search {
	float: right;
	margin-top: 30px;
	position: relative;
}

.search-input {
	width: 300px;
	height: 42px;
	border-radius: 2px;
	border: solid 1px rgba(0, 0, 0, 0.12);
	background: #eeeeee;
	text-indent: 15px;
}

.go-search {
	background: url(/uploads/image/p2szimages/search.png) no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}

.header-nav {
	width: 100%;
	height: 60px;
	background-color: #005bac;
}

.nav-list li {
	float: left;
	width: 170px;
	height: 60px;
	text-align: center;
	box-sizing: border-box;
}

.nav-list li.on,
.nav-list li:hover {
	background-color: #024c8d;
}

.nav-list li a {
	display: block;
	width: 100%;
	font-size: 18px;
	color: #ffffff;
	height: 24px;
	margin-top: 20px;
	border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.nav-list li.on a,
.nav-list li:hover a,
.nav-list li.last a {
	border-right: none;
}

.sub {
	width: 170px;
	height: auto;
	background-color: rgba(255, 255, 255, 0.88);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18);
	opacity: 0.88;
	position: absolute;
	z-index: 99;
	margin-top: 16px;
	display: none;
}

.nav-list .sub-list li {
	text-align: center;
	font-size: 16px;
	color: #333333;
	cursor: pointer;
	line-height: 60px;
	float: none;
	width: 100%;
}

.nav-list .sub-list li a {
	color: #333333;
	width: 100%;
	font-size: 16px;
	height: auto;
	margin-top: 0;
	border-right: none;
}

.nav-list .sub-list li a:hover {
	background-color: #005bac;
	color: #ffffff;
}

.hover .sub {
	display: block;
}


/* banner */

.banner,
.swiper-banner,
.swiper-banner .swiper-slide {
	height: 510px;
}

.banner .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #fff;
	opacity: .4;
}

.banner .swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 15px;
	left: 0;
	width: 100%;
	text-align: center;
}

.bannerimg {
	position: relative;
}

.bannerwz {
	position: absolute;
	right: 70px;
	top: 100px;
	opacity: 0;
	transform: translatex(-300px);
	-webkit-transform: translatex(-300px);
	transition: all 1s ease-out 0s;
	-webkit-transition: all 1s ease-out 0s;
}

.banner2 .bannerwz {
	left: 15px;
	top: 150px;
}

.banner3 .bannerwz {
	left: 15px;
	top: 150px;
}

.swiper-slide-active .bannerwz.show {
	transform: translatex(0);
	-webkit-transform: translatex(0);
	opacity: 1;
}

.swiper-banner .swiper-button-next {
	background: url(/uploads/image/p2szimages/banner-rightpng.png) no-repeat;
	right: 50px;
	left: auto;
	opacity: 0.2;
}

.swiper-banner .swiper-button-prev {
	background: url(/uploads/image/p2szimages/banner-left.png) no-repeat;
	left: 50px;
	right: auto;
	opacity: 0.2;
}

.swiper-banner:hover .swiper-button-prev,
.swiper-banner:hover .swiper-button-next {
	opacity: 1;
}


/* cont */


.page-left{
	float: left;
	width: 708px;
}
.page-right{
	float: right;
	width: 450px;
}

.page1-cont {
	margin-top: 60px;
	margin-bottom: 55px;
}

.pic-news {
	float: left;
	width: 708px;
	height: 416px;
	
}

.swiper-news .swiper-slide {
	width: 708px;
	height: 416px;
}

.news-tit {
	width: 708px;
	height: 55px;
	background-color: rgba(0, 0, 0, 0.67);
	position: absolute;
	bottom: 0;
	left: 0;
	text-indent: 22px;
}

.news-tit a {
	font-size: 20px;
	color: #ffffff;
	line-height: 55px;
}

.swiper-news.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 18px;
	left: 90%;
	width: auto;
}

.swiper-news .swiper-pagination-bullet {
	background-color: rgba(255, 255, 255, 0.3);
	opacity: 1;
}

.swiper-news .swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff;
}

.swiper-news.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 3px;
}

.gs-news {
	float: left;
	width: 708px;
	/* height: 416px; */
	position: relative;
	margin-bottom: 55px;
}
.gs-news-gomore{
	
position: absolute;
	
right: 18px;
	
top: -54px;
}

.gs-news-gomore a {
	font-size: 18px;
	color: #999999;
}

.i-tabs-nav ,i-tabs-items{
	height: 55px;
    background: #f5f5f5;
    width: 100%;

}

.i-tabs-nav .i-tabs-item
 {
	float: left;
	display: inline-block;
	padding-right: 10px;
}

.i-tabs-nav .i-tabs-item
 {
	display: block;
	line-height: 55px;
	font-size: 24px;
	padding: 0 20px;
	color: #555;
}

.i-tabs-nav .i-tabs-item-active {
	color: #fff;
	background: #005bac;
	cursor: default;
}




.dnnmodule-37266,
.dnnmodule-37268,
.dnnmodule-40180,
.dnnmodule-40181,
.dnnmodule-40182,
.dnnmodule-37267 {
	float: right;
	width: 450px;
	clear: none;
}
.dnnmodule-40182{
	margin-bottom: 25px;
}
.dnnmodule-40180{
	margin-bottom: 20px;
}

.dnnmodule-40180 .product-name{
	display: none;
}
.dnnmodule-40180 table{
	width: 100%;
	border: 1px solid #e0e0e0;
	background: #fff;
}
.dnnmodule-40180 table td{
	width: 90px;
	height: 40px;
	font-size: 16px;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	background: #fff;
	text-align: center;
}
.dnnmodule-40180 table tr td:last-child{
	display: none;
}
.dnnmodule-40180 table tr:first-child td{
	font-size: 16px;
	font-weight: bold;
	color: #005bac;
	background: #f2f2f2;
}
.whpj_text{
	width: 100%;
	height: auto;
	font-family: "microsoft yahei";
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #999;
	margin-bottom: 40px;
}

.gs-news .gsxw .news-list-item1 img {
	float: left;
	margin-right: 28px;
	padding-bottom: 23px;
	width: 230px;
	height: 148px;
}

.gs-news .gsxw .news-list-item1 a,
.gs-news .gsxw .news-list-item1 p {
	display: inline-block;
	/* width: 450px; */
	padding-left: 0;
}

.news-list-item1 p {
	display: inline-block;
	width: 450px;
}

.gs-news .gsxw .news-list-item1 span {
	display: inline-block;
	width: 450px;
	margin-top: 6px;
}

.tab-news {
	width: 708px;
	height: 416px;
}

.whpj{
	width: 450px;
	height: auto;
	overflow:hidden;
	margin-top: 45px;
}

.tab-news .tab-nav {
	width: 100%;
	height: 55px;
	background-color: #f5f5f5;
	position: relative;
}

.title_1 {
	height: 55px;
	background: #f5f5f5;
	width: 100%;
}

.tab_title1 li,
.tab_title2 li,
.tab_title3 li,
.tab_title4 li {
	float: left;
	display: inline-block;
	padding-right: 10px;
}

.tab_title1 li a,
.tab_title2 li a,
.tab_title3 li a,
.tab_title4 li a {
	display: block;
	line-height: 55px;
	font-size: 24px;
	padding: 0 20px;
	color: #555;
}

.tab_title1 li.on a,
.tab_title2 li.on a,
.tab_title3 li.on a,
.tab_title4 li.on a {
	color: #fff;
	background: #005bac;
	cursor: default;
}

.news-more {
	position: absolute;
	right: 18px;
	top: 16px;
}

.news-more a {
	font-size: 18px;
	color: #999999;
}

.news-list-item a,
.news-list-item span {
	display: inline-block;
	vertical-align: top;
	line-height: 36px;
	/* height: 36px; */
	font-size: 16px;
}

.news-list-item a {
	float: left;
	/* width: 80%; */
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #555555;
	padding-left: 5px;
}

.news-list-item a:hover {
	color: #005bac;
}

.news-list-item span {
	float: right;
	color: #888888;
}

.news-list-item p {
	font-size: 14px;
	line-height: 26px;
	color: #999999;
	clear: both;
}

.news-list-item1 a {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	/* width: 230px; */
}

.tab-news .gsxw .news-list {
	margin-top: 8px;
}

.news-list-item {
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.14);
}
.news-list-item:before{content:'';width: 5px;height: 5px;border-radius: 100%;background: #555555;display:inline-block;margin-right:5px;vertical-align:middle;margin-top: 16px;float: left;}
.news-list-item1 {
	padding-top: 23px;
}
.news-list-item1:before{
	
display: none;
}
.page3-cont {
	width: 1200px;
	min-width: 1200px;
	height: auto;
	margin: 0 auto;
}

.tab-yw {
	position: relative;
	float: left;
	width: 450px;
	height: auto;
	/*margin-top: -75px;*/
	margin-bottom: 65px;
}

.tab-yw-nav {
	position: relative;
}

.tab-yw-list {
	margin-top: 20px;
	border-right: solid 1px rgba(0, 0, 0, 0.1);
	border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.tab-yw-item {
	width: 223px;
	height: 111px;
	border-left: solid 1px rgba(0, 0, 0, 0.1);
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	float: left;
	position: relative;
	transition: all .2s linear;
	box-shadow: 0 0 0 #e1e1e1;
}

.tab-yw-item:hover {
	transform: translate3d(0, -2px, 0);
	box-shadow: 0 4px 8px #e1e1e1;
}

.tab-yw-item a {
	display: block;
	width: 142px;
	font-size: 17px;
	line-height: 26px;
	color: #333333;
	position: absolute;
	left: 85px;
	top: 42px;
}

.tab-yw-item-6 a,
.tab-yw-item-12 a {
	top: 30px;
}

.tab-yw-item-1 {
	background: url(/uploads/image/p2szimages/1_03.png) no-repeat 18px 32px;
}

.tab-yw-item-2 {
	background: url(/uploads/image/p2szimages/2_03.png) no-repeat 18px 32px;
}

.tab-yw-item-3 {
	background: url(/uploads/image/p2szimages/3_03.png) no-repeat 18px 32px;
}

.tab-yw-item-4 {
	background: url(/uploads/image/p2szimages/4_03.png) no-repeat 18px 32px;
}

.tab-yw-item-5 {
	background: url(/uploads/image/p2szimages/5_03.png) no-repeat 18px 32px;
}

.tab-yw-item-6 {
	background: url(/uploads/image/p2szimages/6_03.png) no-repeat 18px 32px;
}

.tab-yw-item-7 {
	background: url(/uploads/image/p2szimages/7_03.png) no-repeat 18px 32px;
}

.tab-yw-item-8 {
	background: url(/uploads/image/p2szimages/8_03.png) no-repeat 18px 32px;
}

.tab-yw-item-9 {
	background: url(/uploads/image/p2szimages/9_03.png) no-repeat 18px 32px;
}

.tab-yw-item-10 {
	background: url(/uploads/image/p2szimages/10_03.png) no-repeat 18px 32px;
}

.tab-yw-item-11 {
	background: url(/uploads/image/p2szimages/11_03.png) no-repeat 18px 32px;
}

.tab-yw-item-12 {
	background: url(/uploads/image/p2szimages/12_03.png) no-repeat 18px 32px;
}

.tab-yw-item-13 {
	background: url(/uploads/image/p2szimages/13_03.png) no-repeat 18px 32px;
}

.tab-yw-item-14 {
	background: url(/uploads/image/p2szimages/14_03.png) no-repeat 18px 32px;
}

.tab-yw-item-15 {
	background: url(/uploads/image/p2szimages/15_03.png) no-repeat 18px 32px;
}

.tab-yw-item-16 {
	background: url(/uploads/image/p2szimages/16_03.png) no-repeat 18px 32px;
}

.tab-yw-item-17 {
	background: url(/uploads/image/p2szimages/17_03.png) no-repeat 18px 32px;
}

.tab-yw-item-18 {
	background: url(/uploads/image/p2szimages/18_03.png) no-repeat 18px 32px;
}
.tab-yw-item-19 {
	background: url(/uploads/image/p2szimages/19_03.png) no-repeat 18px 32px;
}

.swiper-yewu-next {
	width: 11px;
	height: 17px;
	background: url(/uploads/image/p2szimages/yw-right.png) no-repeat;
	top: 14%;
	right: 20px;
	left: auto;
	outline: none;
}

.swiper-yewu-prev {
	width: 11px;
	height: 17px;
	background: url(/uploads/image/p2szimages/yw-left.png) no-repeat;
	top: 14%;
	right: 50px;
	left: auto;
	outline: none;
}

.tab-jirong {
	float: right;
	width: 450px;
	height: auto;
}

.tab-jirong-nav {
	position: relative;
}

.jirongcont {
	margin-top: 20px;
	margin-bottom: 15px;
}

.jirong-tit {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #888888;
}

.jirong-mes {
	font-size: 14px;
	line-height: 24px;
	color: #b3b3b3;
}

.tab-wenhua {
	float: left;
	width: 708px;
	/* margin-top: 47px; */
	position: relative;
}

.tab-wenhua-nav {
	height: 55px;
	background-color: #f5f5f5;
}

.tab-wenhua-navtit {
	display: inline-block;
	width: 150px;
	height: 55px;
	background-color: #005bac;
	line-height: 55px;
	text-align: center;
}

.tab-wenhua-navtit a {
	display: block;
	line-height: 55px;
	font-size: 24px;
	padding: 0 20px;
	color: #fff;
}

.tab-wenhua-nav ul {
	float: right;
	/* margin-right: 10px; */
}


/* .tab-wenhua-nav ul li {
    float:left;

}
.tab-wenhua-nav ul  li a {
    display: block;
    height: 24px;
    font-size: 18px;
    padding: 0 15px;
    color: #555555;
    margin-top: 16px;
}
.tab-wenhua-nav ul  li.on a {
    color: #005bac;
}
.wenhua-li-line a{
 border-left: 1px solid rgba(0, 0, 0, 0.2);
 border-right: 1px solid rgba(0, 0, 0, 0.2);
} */

.wenhua-img {
	margin-top: 20px;
	cursor: pointer;
}


/*客户登录中心*/

.flfg-rczp {
	float: right;
	width: 450px;
	height: auto;
}

.zhuce {
	width: 100%;
	background: #ffffff;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.zhuce .zhuce-gyl {
	width: 100%;
	text-align: center;
	height: 54px;
	line-height: 54px;
	font-size: 20px;
	font-weight: bold;
	color: #0555ae;
	border-bottom: 1px solid #e0e0e0;
}

.zhuce-gyl img {
	display: block;
	width: 100%;
	height: 100%;
}

.zhuce .zhuce-wsjr {
	padding: 32px 35px;
}

.zhuce-wsjr .zhuce-wsjr-left,
.zhuce-wsjr .zhuce-wsjr-right {
	float: left;
}

.zhuce-wsjr .zhuce-wsjr-left {
	width: 180px;
	margin-right: 30px;
}

.zhuce-wsjr-left h3 {
	display: block;
	width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border-radius: 4px;
}

.zhuce-wsjr-left h3 a {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.zhuce-wsjr-left h3:first-of-type {
	margin-bottom: 9px;
	background: #0555ae;
}

.zhuce-wsjr-left h3:last-of-type {
	background: #afd1f9;
}

.zhuce-wsjr .zhuce-wsjr-right {
	width: 142px;
	height: 122px;
}

.zhuce-wsjr-right img {
	display: block;
	width: 100%;
	height: 100%;
}

.zhuce-top {
	height: 55px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	font-size: 20px;
	line-height: 55px;
	color: #005bac;
	padding-left: 22px;
}

.but-zc {
	width: 193px;
	height: 53px;
	border: solid 1px #005bac;
	display: inline-block;
	font-size: 20px;
	line-height: 55px;
	color: #005bac;
	text-align: center;
	margin-left: 21px;
	margin-right: 16px;
	margin-top: 23px;
	cursor: pointer;
}

.but-zc:hover {
	background: #edf3f9;
}

.but-zc a {
	color: #005bac;
}

.but-dl {
	width: 193px;
	height: 53px;
	background-color: #005bac;
	border: solid 1px #005bac;
	display: inline-block;
	font-size: 20px;
	line-height: 55px;
	color: #ffffff;
	text-align: center;
	margin-top: 23px;
	cursor: pointer;
}

.but-dl:hover {
	background: #025095;
}

.but-dl a {
	color: #ffffff;
}

.go-mima {
	margin-left: 22px;
	margin-top: 17px;
}

.go-mima a {
	font-size: 14px;
	color: #555555;
}

.flfg,
.rczp {
	width: 218px;
	height: 134px;
	float: left;
	cursor: pointer;
	transition: all .4s ease-out 0s;
	-webkit-transition: all .4s ease-out 0s;
	display: inline-block;
	margin-top: 37px;
}

.flfg {
	margin-right: 14px;
	background: url(/uploads/image/p2szimages/flfg.png) no-repeat;
}

.flfg:hover {
	background: url(/uploads/image/p2szimages/flfg_h.png) no-repeat;
}

.rczp {
	background: url(/uploads/image/p2szimages/rczp.png) no-repeat;
}

.rczp:hover {
	background: url(/uploads/image/p2szimages/rczp_h.png) no-repeat;
}

.page2-cont {
	margin-bottom: 40px;
}


/* footer */

.compnay {
	background: #f6f6f6;
	width: 100%;
	height: 375px;
	border-top: 1px solid #ededed;
}

.compnay .coms {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.compnay .compnay-left {
	overflow: hidden;
	padding-top: 54px;
	float: left;
	/* padding-bottom: 25px; */
}

.compnay .compnay-left .yiji {
	justify-content: space-around;
	font-size: 18px;
}

.compnay .compnay-left .yiji .yiji-list {
	float: left;
	margin-right: 55px;
}

.compnay .compnay-left .yiji span a {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 29px;
	display: block;
	cursor: pointer;
	color: #333;
}

.compnay .compnay-left .yiji span a:hover {
	color: #005bac;
}

.compnay .compnay-left .yiji ul li {
	width: auto;
	font-size: 14px;
	color: #b8bcbf;
	line-height: 14px;
	margin-bottom: 21px;
	cursor: pointer;
}

.compnay .compnay-left .yiji ul li a {
	color: #b8bcbf;
}

.compnay .compnay-left .yiji ul li a:hover {
	color: #666666;
}

.compnay .compnay-right {
	float: right;
	width: 280px;
	padding-top: 54px;
}

.compnay .compnay-right ul .tits {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 29px;
	display: block;
	color: #333;
}

.compnay .compnay-right ul .tits:hover {
	color: #005bac;
}

.compnay .compnay-right ul li {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 21px;
	color: #b8bcbf;
}

.compnay .compnay-right ul li:hover {
	color: #666666;
}

.footer .font {
	overflow: hidden;
	background: #005bac;
	height: 100px;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
}

.footer .font-l {
	width: 700px;
	float: left;
}

.footer .font-l ul {
	width: 700px;
	list-style: none;
}

.footer .font-l ul ol {
	list-style: none;
	padding-top: 31px;
}

.footer .font-l ul ol.banquan {
	padding-top: 13px;
}

.footer .font-l ul ol.banquan li {
	padding-right: 8px;
}

.footer .font-l ul ol li {
	color: rgba(255, 255, 255, 0.4);
	font-size: 14px;
	float: left;
	cursor: pointer;
}

.footer .font-l ul ol li a {
	color: rgba(255, 255, 255, 0.4);
}

.footer .font-l ul ol li img {
	width: 20px;
	height: 20px;
}

.footer .font-r {
	padding-top: 42px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.4);
	float: right;
}

.dizhi {
	line-height: 24px !important;
}

.wx {
	position: absolute;
	right: 0;
	top: 290px;
}

.wx-img {
	display: none;
	opacity: 0;
	transition: all 1s ease-out 0s;
	-webkit-transition: all 1s ease-out 0s;
}

.wx-img {
	position: absolute;
	right: 46px;
	bottom: -24px;
}

.wx:hover .wx-img {
	display: block;
	opacity: 1;
}