

@font-face {
	font-family: 'square721btroman';
	src: url(../fonts/square721btroman.ttf) format('truetype'), url(../fonts/square721btroman.otf) format('opentype'), url(../fonts/square721btroman.eot) format('eot'), url(../fonts/square721btroman.woff) format('woff'), url(../fonts/square721btroman.woff2) format('woff2');
}

body {
	overflow-x: hidden;
	font-family: 'square721btroman', Arial, 'microsoft yahei', SimSun, Sans-serif !important;
}

li {
	list-style: none;
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
dl,
div,
li,
dt,
dd,
a,
img,
i,
span,
blockquote,
em {
	margin: 0;
	padding: 0;
}

i,
em {
	font-style: normal;
}

.clear {
	clear: both;
	height: 0;
	width: 0;
	padding: 0;
	margin: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

img {
	width: auto;
	height: auto;
	max-width: 100%;
	display: block;
}

a {
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
}

.no-mr {
	margin-right: 0!important;
}

.no-mb {
	margin-bottom: 0!important;
}

.no-pr {
	padding-right: 0!important;
}

.no-pb {
	padding-bottom: 0!important;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.pt10 {
	padding-top: 10px;
}

.pt20 {
	padding-top: 20px;
}

.pt30 {
	padding-top: 30px;
}

.pt40 {
	padding-top: 40px;
}

.pt50 {
	padding-top: 50px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb50 {
	padding-bottom: 50px;
}

.inner-page .sidebar {
	width: 22.5%;
	background: #f4f4f4;
	border: 1px solid #fff;
}

#pic-zoom img {
	width: 100%;
}

.inner-page .sidebar .side-top .side-tit {
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 19px;
	font-weight: 500;
	display: block;
	color: #FFFFFF;
	padding: 35px 0 15px 20px;
	background: #004169;
}

.inner-page .sidebar .side-top .side-menu {
	padding: 8px 0;
}

.side-contact {
	margin-top: 30px;
}

.side-contact h3 {
	float: left;
	width: 268px;
	font-size: 18px;
	font-weight: bold;
	display: block;
	color: #FFFFFF;
	padding: 12px 0 12px 20px;
	background: #004169;
	margin-bottom: 30px;
	margin-top: 30px;
	padding-top: 30px;
}

.side-contact li {
	margin-bottom: 15px;
	color: #333;
	padding: 0 5px 0 10px;
}

.side-contact li a {
	color: #333;
}

.side-menu li a {
	font-size: 14px;
	font-weight: 500;
	padding-right: 20px;
	 
	 
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-ms-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	overflow: hidden;
	position: relative;
	display: block;
	height: 38px;
	line-height: 38px;
	text-indent: 34px;
	color: #555;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #f4f4f4;
	background-image: url(../images/side-arr-h.png);
}

.side-menu>li {
	float: left;
	width: 100%;
	position: relative;
}

.side-menu li .children {
	display: none;
	position: absolute;
	background: #313131;
	width: 265px;
	left: 265px;
	top: 0px;
	z-index: 999;
}

.side-menu li .children li a {
	background-image: url(../images/yuan.png);
}

.side-menu li .children li a:hover,
.side-menu li .children li a.active {
	background-color: #338fd1;
	background-image: url(../images/yuan1.png);
	color: #fff;
	text-indent: 45px;
	background-position: 20px center;
}

.side-menu li a:hover,
.side-menu li a.active {
	background-color: #338fd1;
	background-image: url(../images/side-arr.png);
	color: #fff;
	text-indent: 45px;
	background-position: 20px center;
}

.side-menu li a:hover:after,
.side-menu li a.active:after {
	left: 0;
}

.inner-page .page-right-bar {
	width: 75%;
	padding: 0;
	background: #fff;
}

.inner-page .piclist li {
	float: left;
	z-index: 2;
}

.inner-page .piclist li .litit {
	font-size: 14px;
	font-weight: 600;
	color: #333;
	text-align: center;
	margin-top: 10px;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	text-transform: uppercase;
}

.inner-page .piclist li .liintro {
	font-size: 14px;
	color: #333;
	margin-top: 6px;
}

.inner-page .piclist li:hover .litit {
	color: #f08519;
}

