/*公共类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 {
	font-family: SYHT;
}

.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%;
	height: 450px;
	background: url(../img/banner7.png);
	background-color: #999999;
	min-width: 1366px;
}
/*banner end*/
.new1{
	height: 111px;
	width: 100%;
	border-bottom: solid 2px #E6E6E6;
}


.clear {
	clear: both;
}

.container {
	width: 1200px;
	margin: auto;
	margin-top: -70px;
}

.container .nav {
	width: 1200px;
	font-size: 24px;
	margin: 0 auto;
}

.container .nav span {
	display: block;
	width: 150px;
	text-align: center;
	line-height: 45px;
	color: #333333;
	float: left;
	cursor: pointer;
}

.container .nav span.active {
	background: #333333;
	color: #fff;
}

.container .nav span:first-child {
	border: 0px
}

.content {
	margin-top: 70px;
	width: 1200px;
	position: relative;
	overflow: hidden;
	height: 100%;
}


/*定位一般设置为relative，overflow设置为hidden来隐藏外面的内容*/

.content .box {
	position: relative;
	width: 1200px;
}


/*这个定位设置为absolute, 因为要操作这个的位置来切换内容*/

.content .ul {
	float: left;
	width: 1200px;
}

.buoy {
	position: absolute;
	width: 1200px;
	height: 1px;
	background: #333333;
	left: -1200px;
	transition: all .5s;
}

.new2:hover .buoy{
	position: absolute;
	left: 0;
}
.buoy1 {
	position: absolute;
	width: 1200px;
	height: 1px;
	background: #333333;
	left: -1200px;
	transition: all .5s;
}

.new2:hover .buoy1{
	position: absolute;
	left: 1200px;
}


.content .ul .li {
	display: block;
	width: 1200px;
	float: left;
}

.content .ul .li+.li {
	margin-left: -1px;
}



.new2{
	height: 186px;
	margin-top: 15px;
}
.cz{
	position: relative;
	height: 186px;
	border-bottom: solid 1px #ededed;
}
.pho{
	width: 248px;
	height: 140px;
	background-color: #eeeeee;
	position: absolute;
	top: 15px;
	overflow: hidden;
}
/*.cz img{
	transform: translate(0, 0);
	transition: all 1s ease-in 0s;
}
.cz img:hover{
	transform: scale(1.1);
	transition: all 1s;
}*/

.xinwen{
	width: 912px;
	height: 124px;
	position: relative;
	top: 27px;
	left: 268px;
}
.zhu{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	position: absolute;
}
.rq{
	font-family: Arial1;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #939393;
	position: absolute;
	top: 35px;
}
.nr{
	width: 718px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	position: absolute;
	top: 67px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	course: hand;
}
.jiantou{
	width: 27px;
	height: 11px;
	background: url(../img/xw0.png);
	position: absolute;
	top: 112px;
	left: 885px;
	transform: translate(0, 0);
	transition: all 1s ease-in 0s;
}
.jiantou:hover{
	margin-left: 10px;
	transition: all 1s;
}
.g2{
	position: relative;
}
.g03{
	width: 390px;
	height: 50px;
	margin: 75px auto;
}
.fanye{
	width: 48px;
	height: 48px;
	border: solid 1px #cccccc;
	float: left;
}
.fanye1{
	width: 48px;
	height: 48px;
	border: solid 1px #cccccc;
	float: left;
	margin-left: 20px;
	text-align: center;
}
.fanye a {
	font-family: Arial1;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #666666;
}
.fanye1 a {
	font-family: Arial1;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #666666;
}

.li .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;
	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;
}

.f2 a:hover {
	color: #FFFFFF;
}

.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-family: SourceHanSansCN-Regular;
	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: 867px;
}
.dbd1{
	width: 1px;
	height: 1px;
	background-color: #222222;
	float: left;
}
.dbd2{
	width: 1px;
	height: 1px;
	background-color: #222222;
	float: left;
	margin-left: 4px;
}