@media (min-width:1100px)
{
.Mobile {
	display: none;
}
.PC {
	display: block;
}
body{
	margin: 0;
	padding: 0;
	font-family: 微软雅黑;
	font-size: 14px;
	color: #333;
}
a{
	color: #333;
	text-decoration: none;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}





.bodywidth{
	width: 1400px;
	margin: auto;
}
.left{
	float: left;
}
.right{
	float: right;
}
.top{
	background: #1D2088;
	height: 45px;
	line-height: 45px;
	color: white;
}
.top .left{
	background: url('icon.png') no-repeat left center;
	text-indent: 20px;
}
.top  a{
	color: white;
}
.top .right{
	background: url('tel.png') no-repeat left center;
	text-indent: 25px;
	font-weight: bold;
}
.header{
	height: 110px;
}
.header .logo{
	background:url('plogo.png') no-repeat left 20px ;
	height: 71px;
	font-size: 30px;
	color: #4B4746;
	text-indent: 140px;
	padding-top: 25px;
}
.header .logo span{
	display: block;
	font-size: 19px;
	color: #9E9E9E;
	letter-spacing: 2px;

}
.header .title{
	color: #202020;
	font-size: 16px;
	padding-left: 20px;
	padding-top:10px ;
	background:url('line.jpg') no-repeat 10px center ;
	height: 60px;
	line-height: 150%;	margin-top: 20px;
}
.header .title span{
	display: block;
}
.header .nav{
	height: 110px;
}

.header .nav ul li{
	float: left;
	position: relative;
	font-size: 18px;
	height: 110px;
	line-height: 110px;
	width: 110px;
	text-align: center;
}
.header .nav ul li a{
	display: block;

}
.header .nav ul li a:hover{
	background: #1D2088;
	color: white;
}
.header .nav ul ul{
	display: none;
	position:absolute;
	top: 110px;
	left: 0;
	width: 150px;
	background: #1D2088;
	opacity: 0.9;
	z-index: 1000;
}
.header .nav ul ul li{
	height: 40px;
	line-height: 40px;
	width: 150px;
}
.header .nav ul ul li a{
	color: white;
	font-size: 14px;
}
.header .nav ul ul li a:hover{
	background:#1D2088;
}
.banner{
	height: 600px;
	overflow:hidden;
}


.gsjjindex{
	overflow: hidden;
	padding: 60px 0 20px;
}
.gsjjindex .title{
	font-size: 30px;
	color:#1D2088;
	text-align: center;	
}
.gsjjindex .title span{
	display: block;
	font-size: 16px;
	color: #212121;
	border-bottom: 1px #F2F2F2 solid;
	width: 180px;
	margin: auto;
	padding-bottom: 10px;
}

.gsjjindex ul {
	padding: 40px 0;
}
.gsjjindex ul li{
	width: 1400px;
	height: 430px;
	position:relative;
}
.gsjjindex ul li .name{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 22px;
	color:#202020;
	width: 600px;
}
.gsjjindex ul li .name span{
	display: block;
	color: #AAAAAA;
	font-size: 15px;
}
.gsjjindex ul li .cont{
	width: 600px;
	position:absolute;
	left: 0;
	top: 60px;
	font-size: 15px;
	line-height: 210%;
}
.gsjjindex ul li .more{
	position: absolute;
	left: 0;
	bottom:10px;
}
.gsjjindex ul li .more a{
	display: block;
	width: 170px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border: 1px #CCCCCC solid;
}
.gsjjindex ul li .more a:hover{
	display:block;
	background: #1D1F87;
	color: #FFF;
}
.gsjjindex ul li .image{
	position: absolute;
	top: 0;
	right: 0;
}





.biaoyu{
	height: 380px;
	background:url('b1.jpg') no-repeat center center ;
	overflow: hidden;
}
.biaoyu ul {
	display: flex;
	justify-content: space-between;
	padding: 90px 0;
}
.biaoyu ul li{
	color:white;
	width: 380px;	
	text-align: center;
}
.biaoyu ul li .name{
	font-size: 80px;
	color: white;

}
.biaoyu ul li .name span{
	font-size: 30px;
	color: white;
	display: inline-block;
	padding-left: 5px;
}
.biaoyu ul li .cont{

	line-height: 160%;
	margin-bottom: 20px;
}
.biaoyu ul li .line{
	height: 1px;
	background: white;
	width: 50px;
	margin: auto;
}




.cpzsindex{
	overflow: hidden;
	padding: 60px 0 20px;
}
.cpzsindex > .title{
	font-size: 30px;
	color:#1D2088;
	text-align: center;	
}
.cpzsindex >.title span{
	display: block;
	font-size: 16px;
	color: #212121;
	border-bottom: 1px #F2F2F2 solid;
	width: 180px;
	margin: auto;
	padding-bottom: 10px;
}




.cpzsindex .cpzs{
	padding-top: 40px;
}


.cpzsindex .cpzs .cpzs1{
	width: 240px;
}

.cpzsindex .cpzs .cpzs1 .title{
	background:#1D2088 ;
	font-size:18px;
	color: white;
	height: 70px;
	line-height: 70px;
	text-indent: 10px;
}
.cpzsindex .cpzs .cpzs1 .title span{
	display: inline;
	font-size: 14px;
}
.cpzsindex .cpzs .cpzs1>ul.ProdMenu>li>a{
	display: none;
}
.cpzsindex .cpzs .cpzs1 ul ul{
	display: block;
	border: 1px #CCCCCC solid;
	width: 238px;
}
.cpzsindex .cpzs .cpzs1 ul ul li {
	cursor: pointer;
}
.cpzsindex .cpzs .cpzs1 ul  ul li a{
	display: block;
	width: 238px;
	height: 57px;
	line-height: 57px;
	border-bottom: 1px #EEE solid;
	font-size: 18px;
	font-weight: bold;
	text-indent: 20px;
	color: 	#1D1F86;
	background:#F6F6F6 url('icon2.png') no-repeat 210px center ;
}



.cpzsindex .cpzs .cpzs1 ul ul ul {
	display: none;
	border:none;
}
.cpzsindex .cpzs .cpzs1 ul ul li:first-child ul {
	display: block;
}
.cpzsindex .cpzs .cpzs1 ul ul ul li a{
	display: block;
	width: 238px;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px #EEE solid;
	background: #F6F6F6;
	text-indent: 18px;
	font-size: 14px;
	color: 	#333333;
	font-weight: normal;
	background:url('icon3.png') no-repeat 210px center ;
}
.cpzsindex .cpzs .cpzs1 ul ul ul ul li a{
	display: none;
}
.cpzsindex .cpzs .cpzs2{
	width: 1120px;
}
.cpzsindex .cpzs2 ul{
	display: flex;
    justify-content: space-between;
	margin: auto;	
	flex-wrap: wrap; 
}
.cpzsindex .cpzs2 ul li{
	width: 365px;
	text-align: center;
	margin: 0 0 30px;

}
.cpzsindex .cpzs2 ul li:nth-child(n+7){
	display: none;
}
.cpzsindex .cpzs2 ul li .Image{
	width: 354px;
	margin:0 auto;
	background: #EEEEEE;
}
.cpzsindex .cpzs2  ul li .Image img{
	width: 352px;
	height: 352px;
	border: 1px #CCC solid;

}
.cpzsindex .cpzs2 ul li .Name{
	font-size: 16px;
	width: 354px;
	background: #EEEEEE;
	height: 45px;
	line-height: 40px;
	margin: auto;

}

.cpzsindex .cpzs2 ul li img:hover {
	transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;

}
.cpzsindex .cpzs2 ul li .Desc{
	display: none;
}
.cpzsindex .cpzs2 ul li .Time{
	display: none;
}
.gshjindex{
	background:url('hj.jpg') no-repeat center bottom ;
	height: 630px;
	margin: 60px 0 0;
	overflow: hidden;
}
.gshjindex .title{
	font-size: 30px;
	color:#1D1F87;
	text-align: center;	
}
.gshjindex .title span{
	display: block;
	font-size: 16px;
	color: #212121;
	border-bottom: 1px #F2F2F2 solid;
	width: 180px;
	margin: auto;
	padding-bottom: 10px;
}
.gshjindex ul{
	display: flex;
    justify-content: space-between;
	margin: 40px auto;	
}
.gshjindex ul li{
	width: 430px;
	text-align: center;
	background: white;
	height: 400px;
	border: 1px #EEE solid;
	padding: 20px  0;
}

.gshjindex ul li .image img:hover {
	transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;

}


.gshjindex ul li .name{
	font-size: 16px;
	width: 380px;
	border-bottom: 1px #DDD solid;
	padding: 10px 20px;
	margin: auto;
}
.gshjindex ul li .name a{
	color: #1D1F87;

}
.gshjindex ul li .cont{
	width: 380px;
	margin: 20px auto;
	font-size: 14px;
	line-height: 180%;
}
.xwzxindex{
	padding: 60px 0 20px;
	overflow: hidden;
}
.xwzxindex .title{
	font-size: 30px;
	color:#1D2088;
	text-align: center;	
}
.xwzxindex .title span{
	display: block;
	font-size: 16px;
	color: #212121;
	border-bottom: 1px #F2F2F2 solid;
	width: 180px;
	margin: auto;
	padding-bottom: 10px;
}

.xwzxindex .image img:hover {
	transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;

}
.xwzxindex ul li .Name a.ColName{
	display: none;
}

.xwzxindex .xwzx1 {
	width: 430px;
	padding-top: 20px;
	
}
.xwzxindex .xwzx1  .title{
	font-size: 22px;
	text-align: left;
}
.xwzxindex .xwzx1  .image{
	padding-top: 10px;
}
.xwzxindex .xwzx1  ul {
	padding: 20px 0 0;
}
.xwzxindex .xwzx1  ul li{
	width: 430px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px #CCC dotted;
}
.xwzxindex .xwzx1  ul li .Name{
	float: left;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background:url('icon1.jpg') no-repeat left center ;
	text-indent: 15px;
}
.xwzxindex .xwzx1 ul li .Time{
	float: right;
	width: 30%;
	text-align: right;
}
.xwzxindex .xwzx1  ul li .Desc{
	display: none;
}
.xwzxindex .xwzx1  ul li .More{
	display: none;
}
.xwzxindex .xwzx1  ul li:first-child .Name{
	width: 430px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: none;
	text-indent: 0;
}
.xwzxindex .xwzx1  ul li:first-child{
	height: 100px;
}
.xwzxindex .xwzx1 ul li:first-child .Name{
	font-weight: bold;
	font-size: 16px;
}
.xwzxindex .xwzx1  ul li:first-child .Time{
	display: none;
}
.xwzxindex .xwzx1  ul li:first-child .Desc{
	display: block;
	width: 430px;	width: 430px;	line-height: 160%;
	height: 42px;
	overflow: hidden;
}
.xwzxindex .xwzx1  ul li:first-child .More{
	display: block;
	width: 430px;
	margin-top: 10px;
}
.xwzxindex .xwzx1  ul li:first-child a .More {
	display: block;
	width: 90px;
	height: 33px;
	border: 1px #CCC solid;
	text-align: center;
	line-height: 33px;

}
.xwzxindex .xwzx1 ul li:first-child a:hover .More{
	background-color: #1D1F87;
	color: white;
}
.xwzxindex .List.Article.xwzx1{
	
}
.xwzxindex .List.Article.xwzx1 .Image{
	display: none;
}
.xwzxindex .List.Article.xwzx2 .Image{
	display: none;
}
.xwzxindex .List.Article.xwzx3 .Image{
	display: none;	
}



.xwzxindex .xwzx2{
	width: 430px;
	padding-top: 20px;
	padding-left: 55px;
}
.xwzxindex .xwzx2 .title{
	font-size: 22px;
	text-align: left;
}
.xwzxindex .xwzx2 .image{
	padding-top: 10px;
}
.xwzxindex .xwzx2 ul {
	padding: 20px 0 0;
}
.xwzxindex .xwzx2 ul li{
	width: 430px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px #CCC dotted;
}
.xwzxindex .xwzx2 ul li .Name{
	float: left;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background:url('icon1.jpg') no-repeat left center ;
	text-indent: 15px;
}
.xwzxindex .xwzx2 ul li .Time{
	float: right;
	width: 30%;
	text-align: right;
}
.xwzxindex .xwzx2 ul li .Desc{
	display: none;
}
.xwzxindex .xwzx2 ul li .More{
	display: none;
}
.xwzxindex .xwzx2 ul li:first-child .Name{
	width: 430px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: none;
	text-indent: 0;
}
.xwzxindex .xwzx2 ul li:first-child{
	height: 100px;
}
.xwzxindex .xwzx2 ul li:first-child .Name{
	font-weight: bold;
	font-size: 16px;
}
.xwzxindex .xwzx2 ul li:first-child .Time{
	display: none;
}
.xwzxindex .xwzx2 ul li:first-child .Desc{
	display: block;
	width: 430px;	width: 430px;	line-height: 160%;
	height: 42px;
	overflow: hidden;
}
.xwzxindex .xwzx2 ul li:first-child .More{
	display: block;
	width: 430px;
	margin-top: 10px;
}
.xwzxindex .xwzx2 ul li:first-child a .More {
	display: block;
	width: 90px;
	height: 33px;
	border: 1px #CCC solid;
	text-align: center;
	line-height: 33px;

}
.xwzxindex .xwzx2 ul li:first-child a:hover .More{
	background-color: #1D1F87;
	color: white;
}
.xwzxindex .List.Article.xwzx1{
	
}
.xwzxindex .List.Article.xwzx1 .Image{
	display: none;
}
.xwzxindex .List.Article.xwzx2 .Image{
	display: none;
}
.xwzxindex .List.Article.xwzx3 .Image{
	display: none;	
}


.xwzxindex .xwzx3{
	width: 430px;	padding-top: 20px;
}
.xwzxindex .xwzx3 .title{
	font-size: 22px;
	text-align: left;
}
.xwzxindex .xwzx3 .image{
	padding-top: 10px;
}

.xwzxindex .xwzx3 ul li{
	width: 430px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px #CCC dotted;
}
.xwzxindex .xwzx3 ul li .Name{
	float: left;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background:url('icon1.jpg') no-repeat left center ;
	text-indent: 15px;
}
.xwzxindex .xwzx3 ul li .Time{
	float: right;
	width: 30%;
	text-align: right;
}
.xwzxindex .xwzx3 ul li .Desc{
	display: none;
}
.xwzxindex .xwzx3 ul li .More{
	display: none;
}
.xwzxindex .xwzx3 ul li:first-child .Name{
	width: 430px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: none;
	text-indent: 0;
}
.xwzxindex .xwzx3 ul li:first-child{
	height: 100px;
}
.xwzxindex .xwzx3 ul li:first-child .Name{
	font-weight: bold;
	font-size: 16px;
}
.xwzxindex .xwzx3 ul li:first-child .Time{
	display: none;
}
.xwzxindex .xwzx3 ul li:first-child .Desc{
	display: block;
	width: 430px;
	line-height: 160%;
	height: 42px;
	overflow: hidden;
}
.xwzxindex .xwzx3 ul li:first-child .More{
	display: block;
	width: 430px;
	margin-top: 10px;
}
.xwzxindex .xwzx3 ul li:first-child a .More {
	display: block;
	width: 90px;
	height: 33px;
	border: 1px #CCC solid;
	text-align: center;
	line-height: 33px;

}
.xwzxindex .xwzx3 ul li:first-child a:hover .More{
	background-color: #1D1F87;
	color: white;
}
.yqljindex{
	overflow: hidden;
	padding: 20px 0;
	font-size: 20px;
	color: #1D1F87;
}
.yqljindex a{
	font-size: 14px;
	color: #666;
}
.nbanner{
	overflow: hidden;
	height:400px;
	position: relative;
}
.nbanner1{
	position: absolute;
	width: 100%;
}
.nbanner1 img{
	width: 100%;
	height: 100%;
}
.neiyecont{
	padding: 40px 0;
	overflow: hidden;
}
.neiyecont1{
	width: 240px;
}
.neiyecont1_1{
	overflow: hidden;

}
.neiyecont1_1 .title{
	height: 80px;
	line-height: 60px;
	background: #1D1F87;
	line-height: 80px;
	color: white;
	font-size: 22px;
	text-align: center;

}

.neiyecont1_1 ul.ProdMenu>li>a{
	display: none;
}
.neiyecont1_1 ul ul{
	border: 1px #EEE solid;

}
.neiyecont1_1 ul ul li:first-child a{
	border-top: none;
}
.neiyecont1_1 ul ul li{
	text-indent: 20px;
	border-bottom: 1px #EEE solid;
}
.neiyecont1_1 ul ul li a{
	display: block;
	height: 40px;
	line-height: 40px;

	color: #1D1F86;
	font-size: 16px;
	font-weight: bold;
	background:#EFEFEF url('icon2.png') no-repeat 210px center ;
}
.neiyecont1_1 ul ul li{
	border-top: 1px #CCC dotted;
}
.neiyecont1_1 ul ul li:first-child a{
	border-top: 1px #CCC dotted;
}
.neiyecont1_1 ul ul ul{
	border: none;
}
.neiyecont1_1 ul ul ul li{
	border: none;
}
.neiyecont1_1 ul ul ul li {
	border-bottom: none;	
}


.neiyecont1_1 ul ul ul li a{
	font-weight: normal;
	color: #333;
	background: white;
	background:#FFF url('icon3.png') no-repeat 210px center ;
	font-size: 14px;
	font-weight: normal;	border-top: 1px #CCC dotted;

}


.neiyecont1_1 ul ul ul ul{
	display: none;
}
.neiyecont1_2{
	padding-top: 20px;	
}
.neiyecont1_2 .title{
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: white;
	background: #1D1F87;
	font-size: 22px;
}
.neiyecont1_2 p{
	border: 1px #EEE solid;
	margin: 0;
	padding: 10px;
	line-height: 200%;
}
.neiyecont1_2  p a{
	color: #333;
	text-decoration: none;
	border: none;
}
.neiyecont1_2  p strong{
	font-size: 14px;
	color: #1D1F87;

}
.neiyecont1_3 {
	padding: 20px 0;	
}
.neiyecont1_3 .title{
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: white;
	background: #1D1F87;
	font-size: 22px;

}
.neiyecont1_3 ul{
	border: 1px #EEE solid;
	margin: 0;
	padding: 10px;
	line-height: 200%;
}


.neiyecont1_4 {
	padding:20px 0 0;		
}
.neiyecont1_4 .title{
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: white;
	background: #1D1F87;
	font-size: 22px;

}
.neiyecont1_4 ul{
	border: 1px #EEE solid;
	margin: 0;
	padding: 10px;
	line-height: 200%;
}
.neiyecont1_4 ul li {
	width: 240px;
	border-bottom: 1px #CCC dotted;
	padding: 10px 0;
}
.neiyecont1_4 ul li .Image{
	float: left;
	width: 100px;
}
.neiyecont1_4 ul li .Image img{
	width: 90px;
	height: 90px;
	border: 1px #CCC solid;
}
.neiyecont1_4 ul li .Name{
	float: left;
	width: 120px;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-top: 10px;
}
.neiyecont1_4 ul li .Name a.ColName{
	display: none;
}
.neiyecont1_4 ul li .Desc{
	font-size: 12px;
	line-height: 170%;
	width: 100px;
	height: 45px;
	overflow: hidden;
}
.neiyecont1_4 ul li .Time{
	display: none;
}
.neiyecont1_5 {
	padding: 0;	
}
.neiyecont1_5 .title{
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: white;
	background: #1D1F87;
	font-size: 22px;

}
.neiyecont1_5 ul{
	border: 1px #EEE solid;
	margin: 0;
	padding: 10px;
	line-height: 200%;
}
.neiyecont1_5 ul li a{
	display: block;
}
.neiyecont2{
	width: 1100px;
}
.neiyecont2_1{
	font-size: 18px;
	border-bottom: 1px #CCC solid;
	padding: 20px 0;
	font-weight: bold;
}
.neiyecont2_2{
	overflow: hidden;
	padding: 20px 0;
}
.neiyecont2_2 p strong{
	color: #1D1F87 ;	
}
.bottom{
	border-top: 5px #1D1F87 solid;	
	background: #333333;
	overflow: hidden;
	padding: 20px 0;
	clear: both;

}
.bottom .left{
	width: 600px;
}
.bottom .left .title{
	font-size: 30px;
	color: #FFF;
	padding-top: 30px;	
}
.bottom .left .title span{
	font-size: 16px;
	color: #FFF;	
}
.bottom .left ul{
	padding: 20px 0;
}
.bottom .left ul li{
	font-size: 16px;
	line-height: 300%;
	color: #FFF;
	padding-left: 30px;
}
.bottom .left ul li.icon1{
	background:url('../cn_style/f1.png') no-repeat left center ;
	text-indent: 20px;
}
.bottom .left ul li.icon2{
	background:url('../cn_style/f2.png') no-repeat left center ;
	text-indent: 20px;
}
.bottom .left ul li.icon3{
	background:url('../cn_style/f3.png') no-repeat left center ;
	text-indent: 20px;
}
.bottom .left ul li.icon4{
	background:url('../cn_style/f4.png') no-repeat left center ;
	text-indent: 20px;
}
.bottom .left ul li a{
	color:white;
}
.bottom .left ul li a:hover{
	color: #1D1F87;	
}
.bottom .right{
	padding-top: 45px;
}
.bottom .right ul li{
	float: left;
	width: 180px;
	margin-left: 20px;
}
.bottom .right ul li img{
	width: 180px;
}
.bottom .right ul li span{
	display: block;
	padding-top: 10px;
	width: 180px;
	text-align: center;
	color: white;
}
.footer{
	height: 50px;
	background: #000;
	line-height: 50px;
	color: white;
	overflow: hidden;
	clear: both;
}
.footer a{
	color: white;	
}
div.order_online{
	margin: auto;
	width: 600px;
}
    div.order_online td{color:#1D1F87;line-height:100%;padding:10px;text-align: left;}
    div.order_online td:first-child{text-align: right;}
    div.order_online td input{background-color:#f1f9ff;width:400px;border-radius:4px;padding:3px; border:1px solid #1D1F87}
    div.order_online td textarea{background-color:#f1f9ff;width:400px;height:40px;border-radius:4px; border:1px solid 

		#1D1F87;}
    div.order_online img.VerifyCode{height:25px;vertical-align:middle;}
    div.order_online input[name="VerifyCode"]{width:100px;vertical-align:middle;}
    div.order_online input[type="submit"]{float: right;width:150px;background-color:#1D1F87;color:white;cursor: 

pointer;vertical-align:middle;}


.PageImages{
	padding: 20px 0;
	text-align: center;
}

.biaoge{

}
.biaoge table{
	width: 100%;
	border-left: 1px #CCC solid;
	border-top: 1px #CCC solid;
	background-color: #F0F0F0;
}
.biaoge table tr td{
	text-align: center;
	border-right: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	padding: 10px;
}
.biaoge table tr td.b1{
	font-size: 16px;
	font-weight: bold;
	width: 180px;
	color: #1D1F87;
}



.Detail.Product  .Name{

}
.Detail.Product .Images{


}
.Detail.Article{

}
.Detail.Article>.Name{
	text-align: center;
	font-size: 16px;
	padding: 10px 0;
	display: none;
}
.Detail.Article>.From{
	text-align: right;
	padding: 10px 0 0;
}
.Detail.Article .Content p{
	font-size: 16px;
	line-height: 300%;
}


.bghj{
	overflow: hidden;
}
.bghj ul{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.bghj ul li {width: 306px;height: 260px;}

.bghj ul li img {width: 270px;height: 200px;object-fit: cover;border: 1px #CCC solid;padding:4px;}


.bghj ul li img:hover {
	transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;

}



.bghj ul li a{
	display: block;
	padding-top: 5px;
   
}
.bghj ul li span{
	display: block;
	width: 280px;
	text-align: center;
}
.hjsb{
	overflow: hidden;
}
.hjsb ul{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.hjsb ul li {width: 306px;height: 260px;}

.hjsb ul li img {width: 270px;height: 202px;object-fit: cover;border: 1px #CCC solid;padding:4px;}



.hjsb ul li img:hover {
	transform: rotateY(360deg);
	transition: all .8s ease-in-out; 

}




.hjsb ul li a{
	display: block;
	padding-top: 5px;
   
}

.hjsb ul li  span{
	display: block;
	width: 280px;
	text-align: center;
}






.ryzs ul li a{
	display: block;
	padding-top: 5px;
}

.ryzs ul li  span{
	display: block;
	width: 280px;
	text-align: center;
}

.qywh{
	overflow: hidden;
}
.qywh h5{
	font-size: 20px;
	text-align: center;
	margin: 0;
	padding: 10px 0;
}
.qywh .line{
	width: 80px;
	margin: auto;
	border-bottom: 1px #CCC solid;
}

.qywh  .wh   ul{
	display: flex;
	flex-wrap: wrap;	
    justify-content: space-between;
	flex-grow:1;
	padding: 20px 0;
}
.qywh  .ln   ul{
	display: flex;
	flex-wrap: wrap;	
    justify-content: space-between;
	flex-grow:1;
	padding: 20px 0;
}
.qywh  .ln    ul li{
	width: 260px;
	margin-bottom:30px;
	border-bottom: 1px #CCC dotted;
	padding-bottom: 10px;
}
.qywh  .ln    ul li .data{
	font-size: 20px;
	font-weight:bold;
	text-align: center;
	background-color: #1D1F87;
	height: 40px;
	line-height: 40px;
	width: 40px;
	border-radius: 100px;
	color: white;
	margin: auto;
}
.qywh  .ln  ul li .name{
	text-align: center;
	font-size: 16px;
	padding: 10px 0 5px;
	font-weight: bold;
}
.qywh  .ln    ul li .cont{
	font-size: 14px;
	line-height: 160%;
	color: #666;
	text-align: center;
}
.PageName.Product{
	display: none;
}
.cpnrtop{
	overflow: hidden;
}
.cpnrtop .left{
	width: 400px;
}
.cpnrtop .left ul li img{
	width: 400px;
}
.cpnrtop .right{
	width: 470px;
}
.cpnrtop .right ul li .name{
	padding-top: 20px;
	font-size: 18px;
	font-weight:bold;
	color:#19B853;
}
.cpnrtop .right ul li .cont{
	padding: 10px 0 5px;
	line-height: 180%;
	color: #666;
	height: 160px;
	overflow: hidden;
}

.cpnrtop .right ul li .tel{
	color:#FF7F00;
	font-weight: bold;
	font-size: 16px;
	padding: 0 0 15px;

}
.cpnrtop .right ul li .more{
	overflow: hidden;

}

.PageCont.Product h4{
	font-size: 18px;
}
.ColumnList.Product.tjcp li .Desc{
	display: none;
}


.gs p img{
		width:420px;
		margin-left:20px;
		float:right;
		padding:4px;
		border:1px #CCC solid;
}

div.baiduMap{width:1100px;height:450px;}
div.map1{width:920px;height:450px;}


/*干栏目图片列表*/


.NoColumn.Product ul.List {padding: 20px 0px;display: flex;flex-wrap: wrap;	}
.NoColumn.Product ul.List li {width: 345px;height: 383px;	background-color: #EEE;margin:0 11px 30px 10px;text-align: center;}
.NoColumn.Product ul.List li img{width:343px;height:343px;object-fit:cover;border:1px #CCC solid;margin:0;}
.NoColumn.Product ul.List li img:hover{transform:rotateY(360deg);transition:all .8s ease-in-out;}
.NoColumn.Product ul.List li .Name{text-align:center;width:345px;background-color:#EEE;height:35px;line-height:30px;font-size:16px;margin:0;}
.NoColumn.Product ul.List li a{color:#333;}
.NoColumn.Product ul.List li a.ColName{display:none;}
.NoColumn.Product ul.List li .Desc{display:none;}






/*干栏目图片列表-新闻*/
.NoColumn.Article ul.List
{
	overflow: hidden;	
}
.NoColumn.Article ul.List {padding: 20px 0px;}
.NoColumn.Article ul.List li{overflow: hidden;border-bottom: 1px #DDD solid;padding:10px 0;}
.NoColumn.Article ul.List li.newsList {float: none;width:auto;height:auto;overflow: hidden;text-align: center; padding:10px 0px; border-bottom:1px #AAA solid;overflow: hidden;}
.NoColumn.Article ul.List li div.Image {float:left;padding-right:30px;}
.NoColumn.Article ul.List li div.Image img{width: 150px;height: 100px;padding: 3px;border: 1px solid #CCCCCC;}
.NoColumn.Article ul.List li div.newsName{float:left;  }
.NoColumn.Article ul.List li div.Name{
	padding-top: 8px;
}
.NoColumn.Article ul.List li div.Name a{
	color: #1D1F87;
	font-size:16px;font-weight:bold;
}
.NoColumn.Article ul.List li div.Name a.ColName{
	display: none;
}
.NoColumn.Article ul.List li div.Time{
	padding: 5px 0;
	color: #666;
}
.NoColumn.Article ul.List li div.Desc{
	line-height: 180%;
}
.NoColumn.Article ul.List li div.newsBrief{float:left; width:700px; padding:10px 0px; line-height:25px; color:gray;text-align:left;}

.PageInfo{
    text-align: right;
}

/*干栏目文字列表*/
.ColumnList.Article {padding: 20px 0px;overflow: hidden;}
.ColumnList.Article li {padding:15px 0px;border-bottom: 1px solid #F0F0F0;}
.ColumnList.Article li .Name {float: left;width: 80%;font-size:14px;font-weight:bold;background-image: url

('../global/Maincont_ico4.gif');background-position: 10px center;background-repeat: no-repeat;overflow: hidden;text-overflow: 

ellipsis;white-space: nowrap;color:#333;}
.ColumnList.Article li .Time {float: right;width: 20%;text-align: right;}
.ColumnList.Article li .Desc {clear:both;overflow: hidden;padding: 5px 0 0;line-height: 200%;}

.gsjj1 .gs{
	line-height:300%;font-size:16px;
}
.lxwm{
	font-size: 16px;
	line-height: 300%;

}
/*文字内容*/
.PageName{
    font-size: 18px;
    text-align: center;
    color:#1D1F87;
    font-weight: bold;
}

.Detail.Product{
	overflow: hidden;
	position: relative;
}
.Detail.Product .Name{
	position: absolute;
    color:#1D1F87;
	font-size: 24px;
	top:10px;
	left: 450px;
	font-weight: bold;
	background: #EEE;
	width: 680px;
	padding: 10px 0;
	text-indent: 10px;

}
.Detail.Product .Title{
	position: absolute;
    color:#333;
	font-size: 18px;
	top:70px;
	left: 450px;
	font-weight: bold;
	width: 680px;
	padding: 10px 0;

}
.Detail.Product .Desc{
	position: absolute;
	top: 120px;
	left: 450px;
	font-size:16px;
	line-height: 220%;
	height: 210px;
	overflow: hidden;
}
.Detail.Product .Desc {
	white-space: pre-wrap;
	width: 655px;

}
.Detail.Product  h3{
	font-size: 18px;
    color:#FFF;
	background: #EEE;
	text-indent: 20px;
	font-weight: normal;
	background:url('titlebg.jpg') no-repeat left center ;
	height: 51px;
	line-height: 51px;
}
.Detail.Product .More{
	position: absolute;
	top: 360px;
	left: 450px;
	font-size:16px;
	line-height: 200%;

}
.Detail.Product .More a{
	display: inline-block;
	font-size: 16px;
	background: #1D1F87;
	padding: 8px 12px;
	text-align: center;
	color: white;
	margin-right: 10px;

}


.neiyecont1_3 .List.Article.xwzx1{

}
.neiyecont1_3 .List.Article.xwzx1 li{
	padding: 10px 0;
	border-top: 1px #EEE solid;
}
.neiyecont1_3 .List.Article.xwzx1 li:first-child{
	border: none;
}
.neiyecont1_3 .List.Article.xwzx1 .Image{
	display: none;
}
.neiyecont1_3 .List.Article.xwzx1 .Image img{

}
.neiyecont1_3 .List.Article.xwzx1 .Name{
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	font-size: 16px;
}

.neiyecont1_3 .List.Article.xwzx1 .Name a.ColName{
	display: none;
}
.neiyecont1_3 .List.Article.xwzx1 .Name a{
	color: #1D1F87;	
}
.neiyecont1_3 .List.Article.xwzx1 .Desc{
	height: 40px;
	overflow: hidden;
	line-height: 160%;
}

.List.Product.cpzs3-1{

}
.List.Product.cpzs3-1 li{
	border-top:1px #DDD solid;
	overflow: hidden;
	padding: 8px 0;
	height: 100px;
}
.List.Product.cpzs3-1 li:first-child{
	border-top: none;
}
.List.Product.cpzs3-1 li .Image{
	float: left;
	width: 110px;
}
.List.Product.cpzs3-1 li .Image img{
	width: 100px;
	height: 100px;
	text-align: center;
	border: 1px #CCC solid;
}
.List.Product.cpzs3-1 li .Name{
	float: right;
	width: 100px;
	font-size: 16px;
	font-weight: bold;
	padding: 13px 0 0;
}
.List.Product.cpzs3-1 li .Name a{
	color: #1D1F87;
	width: 100px;
	display: block;overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}
.List.Product.cpzs3-1 li .Name a.ColName{
	display: none;
}
.List.Product.cpzs3-1 li .Desc{
	float: right;
	width: 100px;
	height: 50px;
	overflow: hidden;
	line-height: 175%;
}

.List.Product.cpzs3-1 li  .Time{
	display: none;
}
.spjscont{
	overflow: hidden;
	padding: 20px 0 0;
}
.spjscont .sp{
	width: 600px;
	height: 360px;
	background: black;
}
.spjscont .spcont{
	width: 470px;
	font-size: 16px;
	line-height: 300%;

	
}
.spjscont .spcont ul li .name{
	font-size: 20px;
	padding: 10px 0;
	margin-left: 50px;
	margin-top: 15px;
	font-weight: bold;
}
.spjscont .spcont ul li .cont{
	font-size: 16px;
	line-height: 220%;
	font-size: 16px;
	margin: 0 20px 0 10px;
}
.Back{
	text-align: center;
}
.Back a{
	display:inline-block;
	padding: 6px 12px;
	font-size: 15px;
	background-color:#EEE ;
	color: #333;
	border: 1px #CCC solid;
}
.Back a:hover{
	background-color:#1D1F87 ;
	color: #fff;	
}
.Content p{
	line-height: 200%;
}


.Pagination{
	clear:both;
	text-align: center;
}
.Pagination a{
	padding:5px;
	border:1px #EEE solid;
	margin:2px;
	cursor:pointer;
}
.Pagination a:hover{
	background-color: #EEE;
}
.Pagination a.now{
	background-color: #333;
	color:white;
	font-weight: bold;
}

.yyyf{

}
.yyyf ul {
	display: flex;	
	flex-wrap: wrap; 
}
.yyyf ul li{
	padding-bottom: 30px;
	text-align: center;	
	width: 366px;
}
.yyyf ul li img{
	width: 320px;
	height: 240px;
	padding: 4px;
	border: 1px #CCC solid;object-fit: cover;
}


.yyyf ul li img:hover{
	transform: rotateY(360deg);
	transition: all .8s ease-in-out; 
}



.yyyf ul li  span{
	display: block;
	padding-top:5px;
	text-align: center;
	font-size: 14px;
}
.yyyf  h3{
	text-align: center;
	font-size: 30px;
	color: #1D1F87;	
}


.ryzs2{
	overflow: hidden;
}
.ryzs2 ul {
	display: flex;	

	flex-wrap: wrap; 
}
.ryzs2 ul li{
	padding-bottom: 30px;
	width: 275px;
	text-align: center;
}
.ryzs2 ul li img{
	width: 250px;
	height: 176px;
	padding: 4px;
	border: 1px #CCC solid;	border: 1px #CCC solid;
	object-fit: cover;
}

.ryzs2 ul li img:hover{
	transform: rotateY(360deg);
	transition: all .8s ease-in-out; 
}



.ryzs2 ul li  span{
	display: block;
	padding-top:5px;
	text-align: center;
	font-size: 14px;
}
.ryzs2  h3{
	text-align: center;
	font-size: 30px;
	color: #1D1F87;	
}

.ryzs1{

}
.ryzs1 ul {
	display: flex;	


	flex-wrap: wrap; 
}
.ryzs1 ul li{
	padding-bottom: 30px;	width: 275px;
	text-align: center;	

}
.ryzs1 ul li img{
	width: 250px;
	height: 362px;
	padding: 4px;
	border: 1px #CCC solid;object-fit: cover;
}

.ryzs1 ul li img:hover{
	transform: rotateY(360deg);
	transition: all .8s ease-in-out; 
}





.ryzs1 ul li  span{
	display: block;
	padding-top:5px;
	text-align: center;
	font-size: 14px;
}
.ryzs1  h3{
	text-align: center;
	font-size: 30px;
	color: #1D1F87;	
}


/*********************** 样式 *************************/
.picChange1{width:400px;height:510px;position:relative;margin-bottom: 20px;}

/* 动画区域 */
.picChange1 .PicList{width:400px;height:400px;position:relative;overflow:hidden;transform-style:preserve-3d; perspective:1000px;border: 2px #CCC solid;}
.picChange1 .PicList div{position:absolute;display:none;width:400px;height:100%;background-size:cover;background-position:center;}
.picChange1 .PicList div a{display: block; width:400px;height:100%;}
.picChange1 .PicList div.show{display: block;z-index:1;}

/* 列表按钮区域 */
.picChange1 .BtnList{bottom:20px; width:400px; position: absolute; z-index:1;  left:0; padding:0; list-style: none;}
.picChange1 .BtnList li{width:60px; height:60px; opacity: 0.8; border:3px white solid; margin:0px 10px 0 0; display: inline-block;  background-size:cover;background-position:center; transition: all .3s ease-in-out;border:1px #CCC solid;}
.picChange1 .BtnList li:hover{position: relative; transform: scale(1); z-index:0; cursor: pointer;}
.picChange1 .BtnList li.act{opacity: 1; transform: scale(1);margin:0px 10px 0 0;}
.picChange1 .BtnArrow{
    display: none;
}
.Content.gsjj1 p{
	font-size:16px;
	line-height:300%;
	padding:0;
	margin:0
}

}