@charset "utf-8";
/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: 0;
}

:focus {
	outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
	font-style: normal;
	font-weight: 400;
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	/* border-spacing: 0;
	margin: 0 auto; */
	/*	border-collapse: separate !important;*/
	border-spacing: 0 !important;
	background-color: #ccd6e1 !important;
}
table td {
	background: #fff;
}
caption,
th {
	/*	text-align: left;*/
}
sup,
sub {
	font-size: 100%;
	vertical-align: baseline;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}

* {
	box-sizing: border-box;
}

img {
	border: 0;
	outline: 0;
	/*	vertical-align: middle;*/

	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

body {
	font-family: 'Microsoft YaHei';
	color: #1a1a1a;
	overflow-x: hidden;
	font-size: 20px;
	min-width: 1000px;
}

.clear {
	zoom: 1;
	clear: both;
	*zoom: 1;
}

.clear:after {
	display: table;
	content: '';
	clear: both;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	color: #bb0f17;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.pcNone {
	display: none !important;
}

.wrapper {
	width: 1400px;
	margin: 0 auto;
}

.cov_img{
	overflow: hidden;
}
.cov_img .img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	
	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.cov_img:hover .img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

@media screen and (max-width:750px) {
	body{
		width: 1500px;
	}
}

.header{
	height: 100px;
}

.head-logo{
	float: left;
	width: 250px;
	padding-top: 22px;
}
.head-logo img{
	width: 100%;
}
.head-link{
	float: right;
	font-size: 16px;
	color: #333333;
	padding-top: 38px;
}

.head-border{
	margin: 0 20px;
	color: #125697;
}

/* banner */
.ssw_banner{
	overflow: hidden;
	height: 530px;
	background: url(gt_202605_ssw_banner1920.jpg) bottom center no-repeat;
	background-size: auto 100%;
}
.font_zt{
	text-align: center;
	padding-top: 120px;
}
.font_zt .zt_img{
	width: 1104px;
}

/*foot*/
.address p a,
.footer .address {
	color: #6e442e !important;
}
.footer ,
.ssw_foot{
	border-top: 8px solid #bb0f17 !important;
	background: #fffbf7 !important;
}
.ssw_foot_con{
	text-align: left;
	position: relative;
	line-height: 2;
	color: #6e442e;
	padding: 40px 0 0 130px;
	font-size: 16px;
	height: 227px;
	width: 900px;
	margin: 0 auto;
}
.ssw_foot_con div{
	margin-bottom:12px;
}
.ssw_foot_con .foot_li img{
	vertical-align: middle;
	margin-right: 6px;
	margin-top: -3px;
}
.ssw_foot_con .foot_li{
	margin: 0 15px;
	white-space: nowrap;
}
.ssw_foot_con span.foot_li.wzbsm{
	display:block;
	margin-top:12px;
}
.foot_dzjg{
	position: absolute;
	left: 0;
	top: 75px;
}
.foot_jucuo{
	position: absolute;
	right: 0;
	top: 75px;
}


@media screen and (max-width: 1440px){
	.wrapper {
		width: 1000px;
	}
	.header{
		height: 72px;
	}
	.head-logo{
		width: 190px;
		padding-top: 14px;
	}
	.head-link{
		font-size: 13px;
		padding-top: 28px;
	}
	
	.ssw_banner{
		height: 460px;
	}
	.font_zt{
		text-align: center;
		padding-top: 120px;
	}
	.font_zt .zt_img{
		width: 860px;
	}
	
	/*foot*/
	.ssw_foot{
		border-top-width: 6px;
	}
	.ssw_foot_con{
		font-size: 14px;
		padding: 28px 0 0 90px;
		height: 182px;
		width: 720px;
	}
	.ssw_foot_con .foot_li{
		margin: 0 10px;
	}
	.ssw_foot_con div {
		margin-bottom: 8px;
	}
	.ssw_foot_con span.foot_li.wzbsm {
		margin-top: 8px;
	}
	.foot_dzjg{
		top: 60px;
	}
	.foot_dzjg img{
		width: 65px;
	}
	.foot_jucuo{
		top: 70px;
	}
	.foot_jucuo img{
		width: 90px;
	}
}
