*{
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #444444;
	font-family: "微软雅黑";
}
a{
	color: #444444;
	text-decoration:none;
}
ul,ol{
	list-style: none;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
}
.container{
	width: 1200px;
	margin: 0 auto;
}
.banner-container{
	position: relative;
	overflow: hidden;
	width: 100%;
}
.banner-container .swiper-button-next{
	color: #ffc24b;
}
.banner-container .swiper-button-prev{
	color: #ffc24b;
}
header{
	overflow: hidden;;
}
header .container .left{
	height: 100px;
	box-sizing: border-box;
	padding-top: 11px;
}
header .container .left a{
	display: block;
}
header .container .left img{
	vertical-align: middle;
}
header .container .right{
	height: 100px;
	overflow: hidden;;
}
header .container .right ul li{
	float: left;
	height: 100px;
	width:120px;
}
header .container .right ul li a{
	padding: 0 25px;
	text-align: center;
	display: inline-block;
	padding-top: 40px;
	height: 100px;
	overflow: hidden;
	width:100%;
	box-sizing: border-box;
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
}
header .container .right ul li a span{
	font-size: 14px;
	color: #444444;
	display: block;

	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
}

header .container .right ul li a p{
	display: none;
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
}
header .container .right ul li a:hover{
	padding-top: 30px;
	background: #ffc24b;
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;

}
header .container .right ul li a:hover span{
	color: #fff;
}
header .container .right ul li a:hover p{
	display: block;
	color: #fff;
	text-transform: uppercase;
	margin-top: 5px;
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;

}
header .container .right ul li a.active{
	padding-top: 30px;
	background: #ffc24b;
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;

}
header .container .right ul li a.active span{
	color: #fff;
}
header .container .right ul li a.active p{
	display: block;
	color: #fff;
	text-transform: uppercase;
	margin-top: 5px;
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;

}
.banner .swiper-pagination-bullet-active{
	background: #ffc24b;
}
.banner{
	background: #02397b;
}
.banner img{
	width: 100%;
}
.keywords {
	background: #02397b;
}
.keywords .left{
	line-height: 60px;
}
.keywords .left span{
	color: #fff;
	margin-right: 15px;
}
.keywords .left a{
	color: #fff;
	margin-right: 15px;
}
.keywords .right{
	overflow: hidden;;
	padding-top: 17px;
}
.keywords .right input{
	float: left;
	width: 350px;
	height: 25px;
	background: #356195;
	border: 1px solid #356195;
	padding-left: 15px; 
	outline:none; 
	color: #fff;
}
.keywords .right input:focus{   
	outline:none; 
}
.keywords .right button{
	border: none;
	float: left;
	margin-left: 10px;
	background: none;
}
.pagination_right{
	position: fixed;
	right: 120px;
	top: 25%;
	width: 70px;
	overflow: hidden;
	background: #fdb913;
	border-radius: 35px;
	z-index: 999999;
	padding: 20px 0;
}
.pagination_right ul li{
	padding: 12px 0;
	text-align: center;
}
.pagination_right ul li:hover{
	/*background: #cd9a37;*/
}
.pagination_right ul li a p{
	color: #fff;
}
.product{
	background:url(https://web.archive.org/web/20220116103353im_/http://gdsyzn.com/template/home/images/pro_bg.jpg) no-repeat center top ;
}
.product .title{
	padding: 55px 0 40px; 
}
.product .title .left h3{
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
}
.product .title .left p{
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
}
.product .title .right{}
.product .title .right ul li{
	float: left;
	color: #96a3bb;
}
.product .title .right ul li a{
	display: inline-block;
	padding: 0 15px;
	border-radius: 3px;
	color: #96a3bb;
	line-height: 40px;
	margin: 0 20px;
}
.product .title .right ul li a:hover{
	background: #fdb913;
	color: #fff;
}

.product  .list{
	padding-bottom: 250px
}
.product  .list ul{
	margin: 0 -3px;
}
.product  .list ul li{
	float: left;
	width: 33.3%;
	box-sizing: border-box;
	padding: 3px;
}
.product  .list ul li a{
	display: block;
	background: #faf9f9;
	height: 340px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.product  .list ul li a .img{
	display: block;
	width: 100%;
	background: #faf9f9;
	height: 340px;
	text-align: center;
	line-height: 340px;
	
}
.product  .list ul li a img{
	vertical-align: middle;
	max-width: 100%;
}
.product  .list ul li a .text{
	position: absolute;
	left: 0;
	top: 0;
	background: #fdb913;
	line-height: 2em;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	padding: 50px;
	margin-top: -100%;
}
.product  .list ul li a .text h3{
	font-size: 20px;
	color: #fff;
	line-height: 80px;
}
.product  .list ul li a .text p{
	font-size: 14px;
	color: #fff;
}
.product  .list ul li a .text  span{
	position: absolute;
	bottom: 50px;
	width: 60px;
	height: 25px;
	line-height: 25px;
	color:#f86800;
	text-align: center;
	border-radius: 13px;
	background: #fff;
	left: 50%;
	margin-left: -30px;
}
.product  .list ul li a:hover .text{
	margin-top: 0;
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
}
.case{
	background: url(https://web.archive.org/web/20220116103353im_/http://gdsyzn.com/template/home/images/case_bg.jpg) no-repeat center top ;
}
.case .title{
	text-align: center;
	padding-top: 50px;
}
.case .title h3{
	font-size: 28px;
	color: #0358bd;

	text-transform: uppercase;
}
.case .title h2{
	font-size: 28px;
	font-weight: 400;
	padding-bottom: 10px;
}
.case  .icon{
	padding: 30px 0 60px;
}
.case  .icon ul li{
	float: left;
	width: 20%;
	box-sizing: border-box;
	text-align: center;;
}
.case  .icon ul li p{
	font-size: 18px;
	color: #03346c;
	line-height: 2em;
}
.case .list{}
.case .list ul{
	margin: 0 -10px;
}
.case .list ul li{
	float: left;
	width: 33.3%;
	box-sizing: border-box;
	padding:10px
}

.case .list ul li .img{
	width: 100%;
	height: 266px;
	overflow: hidden;
	background: #000;
}
.case .list ul li .img img{
	width: 100%;
	height: 100%;
	opacity: .9;
	display: block;

}
.case .list ul li a:hover .img img{
	opacity: 1;
}
.case .list ul li  h3{
	padding-top: 10px;
	text-align: center;
}
.case .list ul li  h3 span{
	display: inline-block;
	padding:5px 15px; 
	background: #0358bd;
	color: #fff;
	border-radius: 15px;
	font-weight: 400;
}
.case .list ul li a:hover h3 span{
	display: inline-block;
	padding:5px 15px; 
	background: #fdb913;
	color: #030000;
	border-radius: 15px;
	font-weight: 400;
}

.case .more{
	text-align: center;
	padding: 60px 0 40px;
}
.case .more a{
	display: inline-block;
	width: 160px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #0358bd;
	background: #eaeaea;
}
.about{
	background: url(https://web.archive.org/web/20220116103353im_/http://gdsyzn.com/template/home/images/about_bg.jpg) no-repeat center top ;
	overflow: hidden;
}
.about .title{
	padding: 55px 0 40px; 
}
.about .title .left h3{
	font-size: 28px;
	color: #035eca;
	text-transform: uppercase;
}
.about .title .left p{
	font-size: 25px;
	color: #282828;
	text-transform: uppercase;
}
.about .title .left p span{
	font-size: 28px;
	color:#035eca;
	font-weight: bold;
	margin-right: 15px;
}
.about .title .right{}
.about .title .right ul li{
	float: left;
	color: #96a3bb;
}
.about .title .right ul li a{
	display: inline-block;
	padding: 0 15px;
	border-radius: 3px;
	color: #03346c;
	line-height: 40px;
	margin: 0 20px;
}
.about .title .right ul li a:hover{
	background: #fdb913;
	color: #fff;
}
.about .content{
	padding-bottom: 75px;
}
.about .content .right{
	width: 546px;
	color: #444444;
	line-height: 2em;
	text-indent: 2em;
}
.about .content .right img{
	margin-top: 25px;
}
.news{
	padding: 50px 0 60px;
	overflow: hidden;
}
.news .left{
	width: 790px;
}
.news .left .title .title_left{
	float: left;
}
.news .left .title .title_left h3{
	color: #030000;
	font-size: 20px;
}
.news .left .title .title_left p{
	color: #030000;
	font-size: 12px;
	text-transform: uppercase;
}
.news .left .title .more{
	float: right;
	font-size: 12px;
	padding-top: 15px;
}
.news .left .list{
	padding-top: 30px;
}
.news .left .list ul li{
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc ;
	padding: 10px 0;
}
.news .left .list ul li  a p{
	font-size: 14px;
	color: #444444;
	float: left;
}
.news .left .list ul li:hover{
	border-bottom: 1px solid #0175f7 ;
}
.news .left .list ul li  a{
	overflow: hidden;
}
.news .left .list ul li  a span{
	font-size: 14px;
	color: #8b8b8b;
	float: right;
}
.news .left .list ul li:nth-child(1){
	border-bottom: none ;
	padding: 0;
}
.news .left .list ul li:nth-child(1) .img{
	float: left;
	width: 350px;
	height: 197px;
	overflow: hidden;
}
.news .left .list ul li:nth-child(1) .img img{
	width: 100%;
	height: 100%;
}
.news .left .list ul li:nth-child(1) .text{
	float: right;
	width: 395px;
	box-sizing: border-box;
}
.news .left .list ul li:nth-child(1) .text h3{
	font-size: 16px;
	color: #444444;
	line-height: 2em;
	border-bottom: 1px solid #dcdcdc 
}
.news .left .list ul li:nth-child(1) .text p{
	color: #a5a5a5;
	line-height: 1.8em;
	float: none;
	padding-top: 10px;
}
.news .left .list ul li:nth-child(1) .text span{
	display: inline-block;
	padding: 5px 15px;
	background: #0175f7;
	color: #ffff;
	float: none;
	margin-top: 25px;
	border-radius: 10px;
}
.news .right{
	width: 345px;
}
.news .right .title .title_left{
	float: left;
}
.news .right .title .title_left h3{
	color: #030000;
	font-size: 20px;
}
.news .right .title .title_left p{
	color: #030000;
	font-size: 12px;
	text-transform: uppercase;
}
.news .right .title .more{
	float: right;
	font-size: 12px;
	padding-top: 15px;
}
.news .right .list{
	padding-top: 30px;
	
}
.news .right .list ul li{
	overflow: hidden;
	border-right: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}
.news .right .list ul li:nth-child(1){
	border-top: 1px solid #dcdcdc;
	overflow: hidden;
}
.news .right .list ul li a{
	display: block;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #dcdcdc;
	background: #fcfcfc;
	padding: 0 15px;
}
.news .right .list ul li a p{
	float: left;
}
.news .right .list ul li a p span{
	margin-right: 10px;
}
.news .right .list ul li a>span{
	float: right;
	width: 22px;
	height: 22px;
	border: 1px solid #ababab;
	color: #ababab;
	line-height: 22px;
	font-size: 16px;
	text-align: center;
	border-radius: 11px;
	margin-top: 18px;
}
.news .right .list ul li a:hover{
	background: #fdb913;
}
.news .right .list ul li a:hover p{
	color: #fff;
}
.news .right .list ul li a:hover p span{
	color: #fff;
}
.news .right .list ul li a:hover>span{
	border: 1px solid #fdb913;
	background: #fff;
	color: #fdb913;
}
.index_footer{
	background-image: linear-gradient(#032650, #03070f);
	padding-top: 45px;
	overflow: hidden;
}
.index_footer .form .left{

	padding-left: 10px;
}
.index_footer .form .left h3{
	font-size: 24px;
	color: #fff;
	letter-spacing:5px
}
.index_footer .form .left h4{
	overflow: hidden;
	padding: 15px 0;
}
.index_footer .form .left h4 label{
	float: left;
	border-bottom: 1px solid #758496;
	padding-top: 10px;
	width: 60px; 
}
.index_footer .form .left h4 span{
	float: left;
	margin: 0 25px;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}
.index_footer .form .left  .phone{
	width: 346px;
	height: 52px;
	background: #0175f7;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 10px;
	border-radius: 5px;
	line-height: 52px;
}
.index_footer .form .left  .phone img{
	float: left;
	margin-top: 8px;
}
.index_footer .form .left  .phone  span{
	float: left;
	font-size: 18px;
	color: #fff;
	margin-left: 10px;
}
.index_footer .form .left  .phone  label{
	float: left;
	font-size: 25px;
	color: #fff;
	margin-left: 10px;
}
.index_footer .form .right{
	width: 492px;
	box-sizing: border-box;
}
.index_footer .form .right .input {
	overflow: hidden;
}
.index_footer .form .right .input input{
	float: left;
	width: 235px;
	height: 30px;
	border: none;
	background: #fff;
	outline: none;
	margin-left: 10px;
	box-sizing: border-box;
	padding-left: 10px;
	border-radius: 3px;
}

.index_footer .form .right .text{

	padding: 10px
}
.index_footer .form .right .text textarea{
	width: 480px;
	border-radius: 5px;
	height: 80px;padding: 10px;
	box-sizing: border-box;
}
.index_footer .form .right .but{
	text-align: right;

	float: right;
}
.index_footer .form .right .code input{
	float: left;
	height: 30px;
	border: none;
	background: #fff;
	outline: none;
	box-sizing: border-box;
	padding-left: 10px;
	border-radius: 3px;
	margin-left: 10px;
}
.index_footer .form .right .code img{
	float: left;
	height: 30px;
	margin-left: 10px;
}
.index_footer .form .right .but button{
	width: 160px;
	height: 32px;
	background: #0175f7;
	border: 1px solid #0175f7;
	color: #fff;
	border-radius: 3px;
}
.link{
	padding-top: 60px;
	border-bottom: 1px solid #1d2e43;
	padding-bottom: 15px;
}
.link span{
	color: #f7f6f6;
}
.link a{
	color: #f7f6f6;
	margin-left: 50px;
}
.footer_text{
	padding-top: 30px;
	border-bottom: 1px solid #1d2e43;
	padding-bottom: 15px;
	overflow: hidden;
}
.footer_text .left {
	width: 455px;
}
.footer_text .left h4{
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
}
.footer_text .left h3{
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.footer_text .left p{
	font-size: 14px;
	color: #b8b8b8;
	line-height: 2em;
}
.footer_text .code{
	float: left;
	width: 288px;
	text-align: center;
}
.footer_text .code h4{
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
}
.footer_text .code img{
	width: 118px;
	height: 118px;
}
.footer_text .code h3{
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.footer_text .code p{
	font-size: 14px;
	color: #b8b8b8;
	line-height: 2em;
}
.footer_text  .right{
	width: 256px;
	text-align: right;
}

.footer_text .right h4{
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
}
.footer_text .right h3{
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.footer_text .right ul{
	width: 100%
}
.footer_text .right ul li{
	float: right;
	width: 50%;
	box-sizing: border-box;
	line-height: 2em;
}
.footer_text .right ul li a{
	color: #fff;
}
.index_footer .copy{
	text-align: center;
	line-height: 50px;
	color: #b8b8b8;
}
.index_footer .copy a{
	color: #b8b8b8;
}
.page_title{
	padding-top: 50px;
	overflow: hidden;
}
.page_title .title{
	float: left;
}
.page_title .title h3{
	font-size: 30px;
	color: #363434;
	text-transform: uppercase;
}
.page_title .title p{
	font-size: 18px;
	color: #363434;
	text-transform: uppercase;
}
.page_title .location{
	text-align: right;
	float: right;
	padding-top: 45px;
}
.page_nav{
	text-align: center;
	padding-bottom: 50px;
	padding-top: 20px;
}
.page_nav ul li{
	display:inline-block;
}
.page_nav ul li a{
	display: inline-block;
	padding:5px 20px;
	border:1px solid #dcdcdc;
}
.page_nav ul li a:hover{
	background: #02397b;
	color: #fff;
}
.page_nav ul li a.active{
	background: #02397b;
	color: #fff;
}
.com_pro {
	padding-top: 80px;
}
.com_pro .com_title {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 10px;
}
.com_pro .com_title .left h3{
	float: left;
	font-size: 24px;
	color: #282828;
	font-weight: 400;
	line-height: 35px;
}

.com_pro .com_title .left p{
	float: left;
	font-size: 14px;
	color: #606060;
	line-height: 40px;
	margin-left: 20px;
	text-transform: uppercase;
}
.com_pro .com_title .right{
	padding-top: 10px;
}
.com_pro .com_title .right a{
	display: inline-block;
	padding: 5px 15px;
	background: #02397b;
	color: #fff;
	border-radius:  10px;
}
.com_pro .com_list{
	padding: 50px 0px;
	position: relative;
}
.com_pro .com_list .swiper-slide a{

}
.com_pro .com_list .swiper-slide a .img{
	display: block;
    width: 100%;
    background: #faf9f9;
    height: 340px;
    text-align: center;
    line-height: 340px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    overflow: hidden;
}
.com_pro .com_list .swiper-slide a .img img{
	vertical-align: middle;
    max-width: 100%;
}
.com_pro .com_list .swiper-button-next{
	right: -35px;
}
.com_pro .com_list .swiper-button-prev {
	left: -35px;
}

.com_pro .com_list .swiper-slide a h3{
	font-size: 14px;
	text-align: center;
	line-height: 2em;
	font-weight: 400;
	padding-top: 10px;
}
.page_footer{
	background-image: linear-gradient(#032650, #03070f);
	padding-top: 45px;
}

.page_footer .copy{
	text-align: center;
	line-height: 50px;
	color: #b8b8b8;
}
.page_footer .copy a{
	color: #b8b8b8;
}
.page_footer .page_text{
	padding: 0 45px;
}
.page_footer .page_text h3{
	font-size: 18px;
	color: #b8b8b8;
	font-weight: 400;
	padding-bottom: 30px;
}
.page_footer .page_text p{
	font-size: 14px;
	color: #b8b8b8;
	line-height: 2em;
	font-weight: 400;
}
.page_footer .page_text .right{

}
.page_footer .page_text .right p{
	text-align: center;
}
.page_footer .page_text .right img{
	width: 118px;
}
.page_pro  .list{
	padding-bottom: 25px
}
.page_pro  .list ul{
	margin: 0 -3px;
}
.page_pro  .list ul li{
	float: left;
	width: 33.3%;
	box-sizing: border-box;
	padding: 3px;
}
.page_pro  .list ul li a{
	display: block;
	background: #faf9f9;
	height: 340px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.page_pro  .list ul li a .img{
	display: block;
	width: 100%;
	background: #faf9f9;
	height: 340px;
	text-align: center;
	line-height: 340px;
	border: 1px solid #dcdcdc;
    box-sizing: border-box;
    overflow: hidden;
}
.page_pro  .list ul li a img{
	vertical-align: middle;
	max-width: 100%;
}
.page_pro  .list ul li a .text{
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(253,185,19,0.7);
	line-height: 2em;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	padding: 50px;
	margin-top: -100%;
}
.page_pro  .list ul li a .text h3{
	font-size: 20px;
	color: #fff;
	line-height: 80px;
}
.page_pro  .list ul li a .text p{
	font-size: 14px;
	color: #fff;
}
.page_pro  .list ul li a .text  span{
	position: absolute;
	bottom: 50px;
	width: 60px;
	height: 25px;
	line-height: 25px;
	color:#fff;
	text-align: center;
	border-radius: 13px;
	background: none;
	left: 50%;
	border:1px solid #fff;
	margin-left: -30px;
}
.page_pro  .list ul li a:hover .text{
	margin-top: 0;
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
}
.page_pages{
	padding-bottom: 25px;
	text-align: center;;
}

.com_news {
	padding-top: 80px;
}
.com_news .com_title {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 10px;
}
.com_news .com_title .left h3{
	float: left;
	font-size: 24px;
	color: #282828;
	font-weight: 400;
	line-height: 35px;
}

.com_news .com_title .left p{
	float: left;
	font-size: 14px;
	color: #606060;
	line-height: 40px;
	margin-left: 20px;
	text-transform: uppercase;
}
.com_news .com_title .right{
	padding-top: 10px;
}
.com_news .com_title .right a{
	display: inline-block;
	padding: 5px 15px;
	background: #02397b;
	color: #fff;
	border-radius:  10px;
}
.com_news  .list{
	padding: 30px 0 
}

.com_news  .list ul{
	list-style: initial;
	padding-left: 20px;
	margin-right: -90px;
}
.com_news  .list ul li{
	float: left;
	width: 50%;
	box-sizing: border-box;
	line-height: 55px;
	padding-right: 90px;
	list-style: 5px
}
.com_news  .list ul li a{
	overflow: hidden;
	height: 55px;
	line-height: 55px;
	border-bottom: 1px solid #dcdcdc;
	display: block;
	box-sizing: border-box;
	width: 100%;
}
.com_news  .list ul li a p{
	float: left;
	color: #898787;
	font-size: 14px;
}
.com_news  .list ul li a:hover{
	border-bottom: 1px solid #02397b;
}
.com_news  .list ul li a span{
	float: right;
	color: #898787;
	font-size: 12px;
}
.show_pro{
	padding-top: 50px;
}
.show_pro .left{
	width: 260px;
	box-sizing: border-box;
}
.show_pro .left h3{
	height: 60px;
	background: #02397b;
	color: #fff;
	box-sizing: border-box;
	padding:15px 15px 0; 

}
.show_pro .left h3 span{
	float: left;
	height: 32px;
	border-left: 5px solid #fff;
	padding-left: 10px;
	color: #fff;
	line-height: 32px;
	font-size: 24px;
}
.show_pro .left h3 i{
	float: right;
	color: #fff;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); 	/* IE 9 */
	-moz-transform:rotate(90deg); 	/* Firefox */
	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	-o-transform:rotate(90deg); 
	font-style:normal;
	line-height: 32px;
}
.show_pro .left  .show_mun{
	padding-top: 18px;
}
.show_pro .left  .show_mun ul{
	border: 1px solid #dcdcdc;
}
.show_pro .left  .show_mun ul li{
	display: block;
}
.show_pro .left  .show_mun ul li>a{
	height:46px;
	line-height: 46px;
	padding-left: 35px;
	display: block;
	border-bottom:1px solid #dcdcdc;
	background: #fcfcfc;
	color: #02397b;
}
.show_pro .left  .show_mun ul li .sub{
	display: none;
	padding-left: 35px;
	border-bottom:1px solid #dcdcdc;
}

.show_pro .left  .show_mun ul li.active>a{
	color: #02397b;
	font-weight: bold;
}
.show_pro .left  .show_mun ul li>a:hover{
	color: #02397b;
	font-weight: bold;
}
.show_pro .left  .show_mun ul li.active .sub{
	display: block;
}
.show_pro .left  .show_mun ul li .sub p a{
	line-height: 40px;
}
.show_pro .left  .show_mun ul li .sub p.active a{
	color: #017de6;
}
.show_pro .left  .show_mun ul li .sub p a:hover{
	color: #017de6;
}
.show_pro .left  .show_mun ul li .sub p a span{
	display: inline-block;
	width: 5px;
	height: 5px;
	float: left;
	background: #fdb913;
	border-radius: 2.5px;
	margin-right: 10px;
	margin-top: 15px;
}
.show_pro .right{
	width: 911px;
	box-sizing: border-box;
	padding-top: 24px;
}
.show_pro .right .top{
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 10px;
	overflow: hidden;
}
.show_pro .right .top h3{
	float: left;
	height: 25px;
	font-size: 18px;
	color: #02397b;
	padding-left: 10px;
	border-left: 5px solid #02397b;
}
.show_pro .right .top .location{
	float: right;
}
.show_pro .right .show_content{
	background: #f9f9f9;
	padding:35px 45px; 
	margin-top: 18px;
}
.show_pro .right .show_content h3{
	text-align: center;
	color: #030000;
	font-size: 26px;
	line-height: 60px;
}
 .show_pro .right .show_content  .show_images{
 	text-align: center;
 }
 .show_pro .right .show_content .images_top{
 	width: 496px;
 	height: 353px;
 	overflow: hidden;
 	background: #ffffff;
 	line-height: 353px;
 	position: relative;
 	display: inline-block;
 }
.show_pro .right .show_content .images_top img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.show_pro .right .show_content .images_but{
	width: 496px;
	position: relative;
	display: inline-block;
	overflow: hidden;
}  
.show_pro .right .show_content .images_but .images_box{
	width: 422px;
	overflow: hidden;
	position: relative;
	left: 33px;
	height: 55px;
	padding: 5px;
}
.swiper-button-next.swiper-button-pro, .swiper-button-prev.swiper-button-pro {
    --swiper-navigation-color: #b2b1b1;
    --swiper-navigation-size:16px;
    height: 55px;
    width: 25px;
    border:1px solid #dcdcdc; 
    background: #f7f7f7;
    top: 5px;
    margin-top: 0;

  }
.swiper-button-next.swiper-button-com, .swiper-button-prev.swiper-button-com {
    --swiper-navigation-color: #b2b1b1;
  }
.show_pro .right .show_content .images_but  .swiper-button-next{
	right: 0;
}
.show_pro .right .show_content .images_but  .swiper-button-prev{
	left: 0;
}

.show_pro .right .show_content .images_but .images_box .swiper-slide{
	box-sizing: border-box;
	height: 55px;
	overflow: hidden;
	border:1px solid #dcdcdc; 
    background: #f7f7f7;
    line-height: 53px;
}
.show_pro .right .show_content .images_but .images_box .swiper-slide img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.show_pro .right .show_content .images_but .images_box  .swiper-slide-thumb-active{
	border:1px solid #02397b;
}
.show_pro .right .show_dis{
	padding-top: 45px;
}
.show_pro .right .show_dis .titlle{
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 10px;
	font-weight: 400;
}
.show_pro .right .show_dis .titlle  span{
	font-size: 16px;
	color: #02397b;
	margin-left: 10px;
}
.show_pro .right .show_dis .titlle small{
	font-size: 12px;
	color: #02397b;
	margin-left: 15px;
}
.show_pro .right .show_dis  .show_tb{
	padding: 40px;
}
.page_key input{
	background: #fff !important;
}
.news_list{
	
}
.news_list .page_news{
	padding: 0 30px;
}
.news_list .page_news ul li{
	padding-bottom: 50px;
}
.news_list .page_news ul li a .left{
	width: 690px;
	box-sizing: border-box;
}
.news_list .page_news ul li a .left span{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background:#ffa120;
	font-size: 24px;
}
.news_list .page_news ul li a .left  h3{
	font-size: 24px;
	font-weight: 400;
	color: #000;
	line-height: 2em; 
}
.news_list .page_news ul li a .right{
	width: 400px;
	height: 270px;
	overflow: hidden;
	text-align: center;
	line-height: 270px;
}
.news_list .page_news ul li a .right img{
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.news_list .page_news ul li a .left  p{
	margin-top: 90px;
	height: 65px;
	font-size: 14px;
	color: #a5a5a5;
	line-height: 2em;
	border-bottom: 1px solid #dcdcdc;
}
.news_list .page_news ul li a .left .more{
	height: 40px;
	line-height: 40px;
}
.news_list .page_news ul li a .left .more strong{
	float: right;
	font-weight: 400;
}
.com_case{
	padding: 40px 0;
}
.com_case ul li{
	float: left;
	width: 33.3%;
	box-sizing: border-box;
	padding: 0 16px;
}
.com_case ul li h3{
	text-align: center;
	line-height: 60px;
	font-weight: 400;
}
.news_show{

}
.news_show .content{
	background: #f9f9f9;
	padding: 90px;
	box-sizing: border-box;
}
.news_show .content .title{
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 15px;
}
.news_show .content .title h3{
	font-size: 24px;
	text-align: center;
}
.news_show .content .title p{
	font-size: 12px;
	text-align: center;
	line-height: 2em;
}
.news_show .content .dis{
	padding: 25px 0;
}
.news_show  .laset{
	padding: 25px 0;
}
.news_show  .laset p{
	color: #02397b;
	line-height: 2em;
}
.news_show  .laset a{
	color: #02397b;
	line-height: 2em;
}

.case_list{
	padding-top: 18px;
}
.case_list ul li{
	float: left;
	width: 33.3%;
	box-sizing: border-box;
	padding: 0 16px;
}
.case_list ul li h3{
	text-align: center;
	line-height: 60px;
	font-weight: 400;
}
.show_contact{
	padding-top: 50px;
}
.show_contact .left{
	width: 600px;
	box-sizing: border-box;
	padding:0 40px; 
}
.show_contact .left>h3{
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 50px;
}
.show_contact .left .text{
	overflow: hidden;

}
.show_contact .left .text .text_p{
	float:left;
	width: 376px; 
}
.show_contact .left .text .text_p p{
	font-size: 14px;
	line-height: 2em;
}
.show_contact .left .text  .img{
	float: right;
}
.show_contact .left .text  .img img{

}
.show_contact .right{
	width: 600px;
	box-sizing: border-box;
	padding: 0 30px;
}
.show_contact .right .group{
	overflow: hidden;
	padding-bottom: 15px;
}
.show_contact .right .group input{
	width: 48%;
	height: 35px;
	box-sizing: border-box;
	padding-left: 10px;
	border:1px solid #dcdcdc;
	border-radius: 3px;
}
.show_contact .right .E-mail input{
	width: 523px;
	height: 35px;
	box-sizing: border-box;
	padding-left: 10px;
	border:1px solid #dcdcdc;
	border-radius: 3px;
}
.show_contact .right .group textarea{
	width: 523px;
	border:1px solid #dcdcdc;
	padding: 10px;
	border-radius: 3px;
	box-sizing: border-box;
	height: 90px;
}
.show_contact .right .group .code{
	float: left;
	width: 165px;
}
.show_contact .right .group .code input{
	width: 100%;
}
.show_contact .right .group  img{
	float: left;margin-left: 15px;
	height: 35px;
}
.show_contact .right .group  button{
	float: right;
	height: 35px;
	border:1px solid #dcdcdc;
	width: 165px;
	border-radius: 3px;
	background: #fff;
	margin-right: 15px;
}
#map{
	width: 1120px;
	margin: 0 auto;
	height: 400px;
	margin-top: 25px;
	margin-bottom: 25px;
	border: 1px solid #acacac;
}
.show_jod{
	padding:50px 0; 
}
.show_jod ul li{
	margin-bottom: 50px;
	padding: 35px;
}

.show_jod ul li:nth-child(odd){
	background: url(https://web.archive.org/web/20220116103353im_/http://gdsyzn.com/template/home/images/jod_1_bg.jpg) no-repeat center;
}
.show_jod ul li:nth-child(even){
	background: url(https://web.archive.org/web/20220116103353im_/http://gdsyzn.com/template/home/images/jod_2_bg.jpg) no-repeat center;
}
.show_jod ul li .left{
	width: 435px;
	box-sizing: border-box;
}
.show_jod ul li .left h4{
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #ffbb72;
	font-size: 14px;
	color: #fff;
}
.show_jod ul li .left h3{
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	line-height: 2em;
	padding-bottom: 10px;
}
.show_jod ul li .left p{
	font-size: 16px;
	color: #fff;
	line-height: 2em;
}
.show_jod ul li .left .phone{
	border-top: 1px solid #506d8f;
	margin-top: 10px;
	padding-top: 10px;
	color: #fff;
}
.show_jod ul li .left .phone i{
	color: #fff;
	font-size: 16px;
	transform:scale(0.7);
	color: #fff;
}
.show_jod ul li .left .phone span{
	color: #fff;
	margin-left: 8px;
}
.show_jod ul li .left .email i{
	color: #fff;
	font-size: 16px;
	transform:scale(0.7);
	color: #fff;
}
.show_jod ul li .left .maps{
	padding-left: 5px;
}
.show_jod ul li .left .email span{
	color: #fff;
	margin-left: 8px;
}
.show_jod ul li .left .maps i{
	color: #fff;
	font-size: 16px;
	width: 18px;
	height: 18px;
	color: #fff;
}
.show_jod ul li .left .maps span{
	color: #fff;
	margin-left: 10px;
}
.show_jod ul li .right{
	background: #fff;
	padding: 23px;
	width:675px;
	box-sizing: border-box;
}
.show_jod ul li .right h3{
	font-size: 14px;
	color: #033164;
}
.show_jod ul li .right p{
	font-size: 14px;
	color: #033164;
	line-height: 2em;
}
.show_jod ul li .right .top{
	padding-bottom: 45px;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #ffc24b;
  border-color: #ffc24b;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
/*
     FILE ARCHIVED ON 10:33:53 Jan 16, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:02:53 Jun 08, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.349
  load_resource: 122.155
  PetaboxLoader3.resolve: 31.906
  PetaboxLoader3.datanode: 24.398
*/