/*公共类start*/

@charset "utf-8";
@font-face {
	font-family: 'icomoon';
	/*自定义字体名称*/
	src: url('../fonts/icomoon.eot?rretjt');
	/*自定义字体的路径*/
	src: url('../fonts/icomoon.eot?#iefixrretjt') format('embedded-opentype'), url('../fonts/icomoon.woff?rretjt') format('woff'), /*format为字体格式 便于浏览器识别*/
	url('../fonts/icomoon.ttf?rretjt') format('truetype'), url('../fonts/icomoon.svg?rretjt#icomoon') format('svg');
	font-weight: normal;
	/*属性是否加粗*/
	font-style: normal;
	/*是否倾斜属性*/
}

@font-face {
	font-family: SYHT;
	/*src: url('../fonts/SourceHanSansCN-Normal_2.ttf');*/
	src: url('../fonts/SourceHanSansCN-Normal_2.otf');
	
}
@font-face {
	font-family: Arial1;
	/*src: url('../fonts/SourceHanSansCN-Normal_2.ttf');*/
	src: url('../fonts/arial.ttf');
	
}

* {
	font-family: SYHT;
	outline: none;
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 0;
	text-decoration: none!important;
}

body {
	min-width: 1366px;
}

.w {
	width: 1200px;
	margin: 0 auto;
}

i {
	font-style: normal;
}

/*a {
	color: #FFFFFF;
	font-family: SYHT;
	font-size: 16px;
}*/

.blue {
	color: #8D92FF;
}

input,
button {
	outline: none;
	border: none;
}

select {
	border: none;
	outline: none;
	background-color: #f6f6f6;
	color: #777777;
	font-family: SYHT;
	font-size: 14px;
}
footer{
	font-family: SYHT !important;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


/*头部*/

header {
	width: 100%;
	height: 100px;
	min-width: 1366px;
	background-position: center;
	/*float: left;*/
	position: relative;
	z-index: 2;
}

nav {
	width: 100%;
	height: 100px;
	background-position: center;
	margin: 0 auto;
	float: left;
	min-width: 1366px;
	
}

nav .logo {
	width: 170px;
	height: 52px;
	background: url(../img/logo2.png);
	float: left;
	margin-top: 24px;
}

.nav button {
	background-color: rgba(255, 255, 255, 0);
	width: 26px;
	height: 26px;
	background: url(../img/sousuo1.png);
	margin-left: ;
}
.navbar-default .navbar-nav > li > a{
	color: #222222;
}
.navbar-default:hover .navbar-nav > li > .nav-on{
	color: #222222;
}
#mainNav .hc-navbox li:hover>.nav-off{
	color: #222222!important;
}

/*.nav li {
	float: left;
	line-height: 100px;
}

.nav ul {
	margin-left: ;
	color: #222222;
	font-family: "微软雅黑";
	font-size: 18px;
	margin-left: 154.5px;
}

.nav a {
	color: #222222;
	cursor: pointer;
	float: left;
	display: inline;
	line-height: 100px;
	text-align: center;
	vertical-align: middle;
	padding: 0 32.5px;
	transition: all 0.3s;
}

.nav a:hover {
	margin-top: 3px;
}*/


/*头部end*/
/*banner*/
.banner{
	width: 100%;
	background: url(../img/banner-3.jpg);
	min-width: 1366px;
}
/*banner end*/
.case{
	height: 95px;
	margin-top: 20px;
	border-bottom: solid 2px #e6e6e6;
}

.clear {
	clear: both;
}

.container {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	margin-top: -75px;
}

.container .nav {
	width: 1200px;
	font-size: 24px;
	margin: 0 auto;
}

.container .nav span {
	display: block;
	width: 150px;
	text-align: center;
	line-height: 50px;
	color: #333333;
	float: left;
	cursor: pointer;
}

.container .nav span.active {
	background: #333333;
	color: #fff;
}

.container .nav span:first-child {
	border: 0px
}

.content {
	position: absolute;
	margin-top: 99px;
	width: 1200px;
	position: relative;
	overflow: hidden;
	height: 100%;
}


/*定位一般设置为relative，overflow设置为hidden来隐藏外面的内容*/

.content .box {
	position: absolute;
	width: 1200px;
	height: 100%;
}


/*这个定位设置为absolute, 因为要操作这个的位置来切换内容*/

.content .ul {
	float: left;
	width: 1200px;
}

.content .ul .li {
	display: block;
	height: 100%;
	width: 1200px;
	float: left;
}

.content .ul .li+.li {
	margin-left: -1px;
}


.g1{
	height: 277px;
	position: relative;
	top: 29px;
}
.g01{
	width: 386px;
	height: 277px;
	float: left;
	position: relative;
	margin-left: 13px;
}
.g02{
	width: 386px;
	height: 277px;
	float: left;
	margin-left: 21px;
	position: relative;
}
.p{
	width: 386px;
	height: 218px;
	background-color: #999999;
	overflow: hidden;
}

.p img{
	width: 386px;
	height: 218px;
}
.pl{
	width: 386px;
	height: 218px;
	background-color: rgba(0,0,0,.50);
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.p2{
	width: 386px;
	height: 218px;
	background-color: rgba(0,0,0,.25);
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.bofang{
	position: absolute;
	top: 69px;
	left: 153px;
	width: 80px;
	height: 80px;
	background: url(../img/bofang.png);
}



/*.container a img{
	transform: translate(0, 0);
	transition: all 1s ease-in 0s;
}
.container a:hover img{
	transform: scale(1.1);
	transition: all 1s;
}*/
.zi{
	position: relative;
	width: 384px;
	height: 58px;
	background-color: #ffffff;
	border: solid 1px #e6e6e6;
	border-top: solid 0px;
}
.zi span{
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 58px;
	letter-spacing: 0px;
	color: #595959;
	margin-left: 21px;
	float: left;
}
.p1{
	width: 11px;
	height: 21px;
	background: url(../img/jt0.png);
	position: absolute;
	top: 20px;
	left: 355px;
}
.g2{
	position: relative;
	margin-top: 650px;
	margin-bottom: 50px;
	margin-left: -100px;
	left: 50%;
}
.g03{
	width: 100%;
	height: 50px;
	margin:auto;
}
.item a{
	color: #333333 !important;
}
.item-cur a{
	color: #ffffff !important;
}
.fanye{
	/*position: absolute;*/
	width: 48px;
	height: 48px;
	border: solid 1px #cccccc;
	float: left;
	/*left: 50%;*/
	/*margin-left: -330px;*/
}
.fanye1{
	width: 48px;
	height: 48px;
	border: solid 1px #cccccc;
	float: left;
	margin-left: 20px;
	text-align: center;
}
.g2 a{
	font-family: Arial1;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #666666;
}
 .g2 .bg  a{
	background-color: #333333;
	color: #FFFFFF;
}
 .g2 .bg  {
 	font-family: Arial1;font-size: 24px;
 	line-height: 48px;
	background-color: #333333;
	color: #FFFFFF;
}

footer {
	height: 291px;
	background-color: #1b1b1b;
	position: relative;
	min-width: 1366px;
}

.f {
	position: absolute;
	margin-top: 20px;
	float: left;
}

.fa {
	position: absolute;
	margin-top: 20px;
	float: left;
	margin-left: 108px;
}

.fb {
	position: absolute;
	margin-top: 20px;
	float: left;
	margin-left: 218px;
}

.fc {
	position: absolute;
	margin-top: 20px;
	float: left;
	margin-left: 324px;
}

.fd {
	position: absolute;
	margin-top: 20px;
	float: left;
	margin-left: 432px;
}

.fe {
	position: absolute;
	margin-top: 20px;
	float: left;
	margin-left: 540px;
}

.f1 a {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666!important;
	line-height: 40px;
}

.f2 a {
	width: 48px;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #555555;
}

.f1 a:hover {
	color: #FFFFFF!important;
}

.f2 a:hover {
	color: #FFFFFF!important;
}

.ew {
	position: absolute;
	width: 120px;
	height: 120px;
	border: solid 1px #666666;
	margin-left: 732px;
	margin-top: 40px;
}

.ewm {
	width: 114px;
	height: 114px;
	background: url(../img/f1.png);
	margin: 2px;
}

.sys {
	position: absolute;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
	margin-left: 747px;
	margin-top: 172px;
}

.yx {
	width: 25px;
	height: 25px;
	background: url(../img/f2.png);
	position: absolute;
	margin-left: 869px;
	margin-top: 49px;
}

.dh {
	width: 336px;
	height: 25px;
	line-height: 25px;
	position: absolute;
	margin-left: 904px;
	margin-top: 49px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
}

.yx1 {
	width: 25px;
	height: 25px;
	background: url(../img/f3.png);
	position: absolute;
	margin-left: 869px;
	margin-top: 88px;
}

.dh1 {
	width: 336px;
	height: 25px;
	line-height: 25px;
	position: absolute;
	margin-left: 904px;
	margin-top: 88px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
}

.yx2 {
	width: 25px;
	height: 25px;
	background: url(../img/f4.png);
	position: absolute;
	margin-left: 869px;
	margin-top: 127px;
}

.dh2 {
	width: 298px;
	height: 25px;
	line-height: 25px;
	position: absolute;
	margin-left: 904px;
	margin-top: 127px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
}
.dibu {
	height: 60px;
	background-color: #111111;
	position: relative;
	min-width: 1366px;
}
.di1{
	font-family: Arial1;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #555555;
	line-height: 60px;
	text-align: center;
}

.dbd{
	width: 11px;
	height: 1px;
	position: absolute;
	margin-top: 72px;
	margin-left: 613px;
}
.dbd1{
	width: 1px;
	height: 1px;
	background-color: #222222;
	float: left;
}
.dbd2{
	width: 1px;
	height: 1px;
	background-color: #222222;
	float: left;
	margin-left: 4px;
}
.flex img, .flex div{
				cursor: pointer;
			}