* {
    margin: 0;
    padding: 0
}
ul,li{
    list-style: none
}
a {
    text-decoration: none;
    color: #ffffff
}
a:hover {
text-decoration: none;
}
a:link{text-decoration: none;}
a:visited{text-decoration: none;}
/*.container{width: 1200px;}*/
p {
    color: #666666
}
.navbar {
    margin-bottom: 0;
    background-color: #ffffff;
    border: none;
}
.navbar .head {
    padding: 20px 0
}
.navbar .head .company .com-logo {
    display: inline-block;
    vertical-align: middle
}
.navbar .head .company .com-logo img {
    vertical-align: middle
}
.navbar .head .company .com-info {
    display: inline-block;
    vertical-align: middle;
    /*margin-left: 15px;*/
   /*position: relative;
   top:-10px;
   left:0px;
   height:30px;
   padding-left: 10px;*/
}
.navbar .head .company .com-info .info-name {
    margin-bottom: 0;
    font-size: 16px;
    color: #333333
}
.navbar .head .company .com-info .info-slogon {
    margin-bottom: 0;
    /*padding: 0 10px;*/
    /*border-left: 2px solid #005a98;*/
    /*font-size: 40px;*/
    color:#005a98;
}
.navbar .head .company .com-info .info-slogon span {
    border-radius: 50%;
    -webkit-border-radius:50%;
    vertical-align: middle;
    background-color: #cf2f31;
    display: inline-block;
    height: 8px;
    width: 8px;
    margin: 0 10px;
}
.navbar .head .contact {
    margin-top: 6px;
    position: relative;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
    align-items:center;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    
}
.navbar .head .contact .con-pho {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
    align-items:center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    margin-bottom: 0;
    font-size: 20px;
    color: #cf2f31
}
.navbar .head .contact .con-pho > span {
    margin-right: 10px;
    display: inline-block;
    height: 42px;
    width: 42px;
    background: url("../images/revision_icon01.png") no-repeat;
}
.navbar .head .contact .con-pho p {
    margin-bottom: 0;
    line-height: 20px;
    font-size: 14px;
    color:#666666;
}
.navbar .head .contact .con-pho p span {
    margin:0;
    font-weight: bold;
    font-size: 24px;
    color:#333333;
}
.navbar .head .contact .con-mail {
    margin-left: 30px;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
    align-items:center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    margin-bottom: 0;
    font-size: 12px
}
.navbar .head .contact .con-mail > span {
    margin-right: 10px;
    display: inline-block;
    height:42px;
    width: 42px;
    background: url("../images/revision_icon.png") no-repeat;
}
.navbar .head .contact .con-mail p {
    margin-bottom: 0;
    line-height: 20px;
    font-size: 14px;
    color:#333333;
}
.navbar .head .contact .con-mail p span {
    margin: 0;
    font-size: 24px;
    color:#c00000;
}
.navbar .head .contact .btn-group {
    position: absolute;
    top: -20px;
    right: 15px;
}
.navbar .head .contact .btn-default {
    padding: 3px 12px;
    border-color:#ededed;
    border-radius: unset;
    background-color: #f6f6f6;
}
.navbar-header .com-logo {
    display: none;
}
.navbar-header .icon-bar {
    background-color: #ffffff
}
.navbar-nav li {
    position: relative;
    margin-right: 20px
}
.navbar-nav > li:nth-child(n+10) {
    display: none;
}
.navbar-nav  li > a:hover {
    background-color: #20629c;
    color: #ffffff;
}
.navbar-nav  li > a span {
    margin-left: 7px;
    font-size: 12px;
}
.navbar-nav li ul {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%; 
    left: 0;
    background-color: #20629c;
}

.navbar-nav li ul li {
    width: 100%;
    margin-right: 0;
}
.navbar-nav li ul li a {
    display: inline-block;
    padding: 10px 15px;
    width: 100%;
    text-decoration: none;
    text-align: center;
}
.navbar-nav .list:hover ul {
    display: block;
}
/*.top {
	width: 1200px;
	height: 30px;
	margin: 0 auto;
	background-color: #f4f4f4;
}

.top span {
	line-height: 30px;
	font-size: 12px;
	color: #666666;
}
*/
.top span:nth-of-type(2) {
	float: right;
}

    /*头部样式结束*/
   /*banner样式开始*/
  .banner{
  	width: 100%;
  /*	margin-top: 175px;*/
  }
.location span{
	line-height: 45px;
	font-size: 14px;
}
.location span:nth-of-type(1){
	color: #195b97;
	font-weight: bold;
}
.location span:nth-of-type(2){color: #666666;}
.location span:nth-of-type(2) a{
	color: #666666;
}
.center1{background-color: #f4f4f4;padding-top:1px;}
.center1 .top1 p:nth-of-type(1){
	font-size: 28px;
	padding:15px 140px;
	border-bottom: 1px solid gainsboro;
	width: 400px;
	margin: 0 auto;
	padding-top:1px;
	margin-top: 50px;
}
.center1 .top1 .xian{
	width: 32px;
	height: 11px;
	background-color: #195b97;
	margin: 0 auto;
	margin-top: -5px;
}
.center1 .list{
	margin-bottom: 30px;
}
.center1 .list li{
	padding:10px 30px;
	/*padding: 10px 10px;*/
	border: 1px solid gainsboro;
	font-size: 14px;
	float: left;
	background-color: white;
	margin:35px 10px 0px 10px;
	color: #666666;
	position: relative;
	left: 130px;
}
.center1 .list li:hover{
	background-color: #b83830;
	color: white;
}
.main .main-tu{
	/*border: 1px solid gainsboro;
	*/
}
.main .main-tu img{
	/*width: 100%;*/
	height: 100%;
	margin: 0 auto;

	
}
.main .main-tu .kuang{
	border: 1px solid gainsboro;
	width: 100%;
	text-align: center;
}
/*.main .main-tu .kuang:first-of-type{
	border: 1px solid #b83830;
}*/
.main-tu:hover .kuang{border-color: #b83830;}
.main .main-tu .kuang>p{
	text-align: center;
	line-height: 48px;
	background-color: #FFFFFF;
	margin-bottom: 0px;
}
.main .main-tu .kuang .kuangao{
	border-top: 1px solid gainsboro;
	width: 100%;
	margin-left: 0px;
	background-color: #FFFFFF;
}
.kuan{
	border-right:1px solid gainsboro;
	line-height: 20px;
	background-color: #FFFFFF;
}

.kuan p{
	margin-top: 5px;
}
.gao p{
	margin-top: 5px;
}
.main .hang{
	margin-bottom:30px;
}
.fenye span:nth-of-type(1){padding: 5px 5px;border: 1px solid gainsboro;}
.fenye .number{
    padding: 5px 5px;border: 1px solid gainsboro;margin-left: 10px;
    
}
.fenye .next1{
    padding: 5px 5px;border: 1px solid gainsboro;margin-left: 10px;
    
}
/*.fenye span:nth-of-type(4){padding: 10px 20px;border: 1px solid gainsboro;margin-left: 10px;}*/
.fenye{text-align: center;margin-top: 60px;margin-bottom: 50px;}
.fenye span:hover{background-color: #000000;}
.fenye span a{color: #333333;}
.fenye span:hover a{color: white;}
.center1{margin-bottom: -60px;}

.pfzx-img{
    width: 100%;
    height: 205px;
    display: flex;
    overflow: hidden;
    background-color: #fff;
}

@media only screen and (max-width:768px) {
	.center1{background-color: #f4f4f4;padding-top:1px;}
.center1 .top1 p:nth-of-type(1){
	font-size: 28px;
	padding:15px 0px;
	border-bottom: 1px solid gainsboro;
	width:90%;
	margin: 0 auto;
	padding-top:1px;
	margin-top: 50px;
	text-align: center;
}
.center1 .top1 .xian{
	width: 32px;
	height: 11px;
	background-color: #195b97;
	margin: 0 auto;
	margin-top: -5px;
}
.center1 .list{
	margin-bottom: 30px;
	margin: 0 auto;
	margin-left: -10px;
}
.center1 .list li{
	width:30%;
	padding:5px 10px;
	border: 1px solid gainsboro;
	font-size: 14px;
	float:none;
	background-color: white;
	margin:5px 0px 0px 0px;
	color: #666666;
	position: relative;
	left:0px;
	text-align:center;
	display:inline-block;
	margin-left:2%;
}
.center1 .list li:hover{
	background-color: #b83830;
	color: white;
}
.main .main-tu{
	margin-top:20px;
}
.main .main-tu img{
	/*width:100%;*/
	/*height: 205px;*/

	
}
.main .main-tu .kuang{
	border: 1px solid gainsboro;
	width: 100%;
	text-align:center;
}
/*.main .main-tu .kuang:first-of-type{
	border: 1px solid #b83830;
}*/
.main-tu:hover .kuang{border-color: #b83830;}
.main .main-tu .kuang>p{
	text-align: center;
	line-height: 48px;
	background-color: #FFFFFF;
	margin-bottom: 0px;
}
.main .main-tu .kuang .kuangao{
	border-top: 1px solid gainsboro;
	width: 100%;
	margin-left: 0px;
	background-color: #FFFFFF;
}
.kuan{
	border-right:1px solid gainsboro;
	line-height: 20px;
	background-color: #FFFFFF;
}

.kuan p{
	margin-top: 5px;
}
.gao p{
	margin-top: 5px;
}
.main .hang{
	margin-bottom:0px;
}
/*.banner{margin-top:80px;}*/
.center1{margin-bottom:-200px;}
}
@media only screen and (max-width:320px) {
.center1 .list li{
	width:45%;
	padding:5px 10px;
	border: 1px solid gainsboro;
	font-size: 14px;
	float:none;
	background-color: white;
	margin:5px 0px 0px 0px;
	color: #666666;
	position: relative;
	left:0px;
	text-align:center;
	display:inline-block;
	margin-left:4%;
}    
    
    
    
}