/*
{width: 100%;
    font-weight: bold;
    z-index: 1000;
    top: 0;
    left: 0;
    position: fixed;
    background: #0062ac;
    height: 2em;
    padding-top: 0.5em;
    text-align: center;
    font-size: 3em;
color: #fff;}
*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

ul,
li {

	list-style: none;
}

._center {
	text-align: center
}

._clear {
	clear: both
}

._fl {
	float: left
}

._fr {
	float: right
}

._group:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

body {
	font-family: Roboto, Arial, sans-serif;
	z-index: 1;
	background: #ccc;
	-webkit-transition: background 800ms;
	-moz-transition: background 800ms;
	-ms-transition: background 800ms;
	-o-transition: background 800ms;
	transition: background 800ms
}

body.shouye {
	background: #0062ac;
}

body.xuchang {
	background: #b31917;
}

body.zaozhuang {
	background: #feefbf;
}

body.hanzhong {
	background: #0062ac;
}

body.sanmenxia {
	background: #b31917;
}

body.ankang {
	background: #feefbf;
}

body.jianli {
	background: #0062ac;
	;
}

body.jilin {
	background: #b31917;
}

body.xinxiang {
	background: #feefbf;
}

body.danyang {
	background: #0062ac;
}

.header {
    position: unset;
}
.float-nav {
    position: fixed;
    right: 30px;
    z-index: 100;
    height: 390px;
    width: 100px;
    top: 30%;
    text-align: center;
    background: #f7ab00;
    transition: 0.5s;
}

.container {
	width: 1280px;
	margin: 0 auto
}

.page-section {
	position: relative;
	height: 768px;
	margin-bottom: 150px;
	background-color: #fff;
	box-shadow: 5px 5px 3px rgba(0, 0, 0, .15);
	overflow: hidden;
	box-shadow: #363636 0 0 40px;
	padding: 10px;
}

.page-section .left {
	width: 500px;
	display: block;
	overflow: hidden;
	float: left;
	height: 667px;
}

.page-section .left img{
	width: 500px;
	display: block;
	overflow: hidden;
}

.page-section .right {
	float: right;
	background: #0062ac;
	width: 750px;
	height: 667px;
}

.right .video{
	width: 368px;
	padding: 6px 0 0 5px;
	float: left;
	display: block;
	border: none;
	margin: 0;
	height: 660px;
}

.tel {
	background-color: #f7ab00;
	overflow: hidden;
	height: 68px;
	padding: 10px;
	clear: both;
	position: relative;
	top: 10px;
}

.tel span{
    font-size: 18px;
    color: #222;
    margin-top: 6px;
    display: block;
    overflow: hidden;
    padding-left: 20px;
    font-weight: 600;
}

.wrapper {
	position: relative;
}

.conpic_wrapper {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-color: rgba(0, 0, 0, 0.8);
	background-size: auto 95%;
}
.fangda{
	position: absolute;
	width: 600px;
	display: block;
	left: 50%;
	top: 50%;
	margin-top: -330px;
	margin-left: -300px;
}



.page-section img:hover {
	cursor: zoom-in;
}

.page-section .conpic_wrapper:hover {
	cursor: zoom-out;
}

.fangda:hover {
	cursor: zoom-out !important;
}

.page-bulls {
	z-index: 200;
	position: fixed;
    top: 50%;
    left: 30px;
    margin-top: -413px;
    box-shadow: 0 0 5px #676767;
    width: 110px;
	border-radius: 5px;
    text-align: center;
	background: url(/Tpl/Home/Index/images/20241001/nav_bg.jpg) no-repeat;
}

.page-bulls nav {
    width: 90px;
    margin-left: 10px;
	
}

.page-bulls nav a {
    display: block;
    text-decoration: none;
    width: 90px;
    height: 50px;
    text-align: center;
    margin-bottom: 20px;
}

.page-bulls nav a span {
	font-size: 20px;
	font-weight: 800;
	display: block;
	white-space: nowrap;
	padding: 8px 8px 8px 8px;
	border-radius: 5px;
	background: rgb(254 239 191);
	color: #a40f0c;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.page-bulls nav a span i {
	font-size: 10px;
	background: darkred;
	color: #fff;
	padding: 2px;
}

.page-bulls nav a:hover {
	opacity: 1
}

.page-bulls nav a:hover span {
	right: 50px;
	opacity: 1
}

.page-bulls nav a.active {
	color: #333;
	opacity: 1
}

.page-bulls nav a.active:after {
	background: #fff;
	box-shadow: 0 0 0 5px rgba(255, 255, 255, .2);
	border: 1px solid transparent
}



.page-bulls .erweima{
	height: 130px;
	margin: unset;
	background: none;
	padding: unset;
	box-shadow: none;
}

.page-bulls .erweima .conpic{
	width: 90px;
	border-radius: 10px;
	margin-bottom: 5px;
}

.page-bulls .erweima span{
	color: #fff;
	display: block;
	margin-bottom: 10px;
	font-weight: 500;
}

.page-bulls .erweima .dianji{
	display: none;
	color: #fff;
	margin-bottom: 10px;
	font-weight: 500;
}

.page-bulls .conpic_wrapper{
	background-size: auto 50%;
}





@media (min-resolution: 192dpi), (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-device-pixel-ratio: 2), (min-resolution: 2dppx){
	body{
		min-width: 1600px;
	}
	.float-nav {
	    position: fixed;
	    right: 30px;
	    z-index: 101;
	    height: 600px;
	    width: 150px;
	    top: 50%;
	    text-align: center;
	    background: #f7ab00;
	    margin-top: -300px;
	}
	.page-bulls {
		z-index: 200;
		position: fixed;
		top: 50%;
		left: 10px;
		margin-top: -850px;
		box-shadow: 0 0 5px #676767;
		width: 220px;
		border-radius: 5px;
		text-align: center;
		background: url(/Tpl/Home/Index/images/20241001/nav_bg.jpg) repeat;
	}
	.page-bulls nav {
	    width: 220px;
		margin-left: 0px;
	}
	.page-bulls nav a {
	    display: block;
		text-decoration: none;
		width: 180px;
		height: 130px;
		text-align: center;
		margin: 0 auto 15px;
		line-height: 100px;
	}
	.page-bulls nav .top{
		font-size: 45px;
	}
	.page-bulls nav a span {
		font-size: 55px;
		font-weight: 800;
		display: block;
		white-space: nowrap;
		padding: 8px 8px 8px 8px;
	}
	
	.page-bulls nav a span i {
		font-size: 10px;
		background: darkred;
		color: #fff;
		padding: 2px;
	}
	
	.page-bulls .erweima .conpic {
	    width: 180px;
	}

	.conpic_wrapper{
		background-size: contain;
		background-position: center;
	}
	
	.page-bulls .erweima {
	    height: 300px;
	    box-shadow: none;
	}
	.page-bulls .erweima span{
		display: none;
	}
	
	.page-bulls .erweima .dianji{
		display: block;
		margin-bottom: 15px;
		font-weight: 800;
		font-size: 34px;
	}
	
	.fangda{
		width: 100% !important;
		position: absolute;
		top: 50%;
		margin-top: -1100px;
		left: 0px;
		margin-left: 0px;
	}
}

