@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#000;
	line-height:1.5;
	font-family:'微软雅黑';
	margin:auto
	}
	@font-face {
	font-family: 'FontAwesome';
	src: url('../font/fontawesome-webfont.eot?v=4.3.0');
	src: url('../font/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../font/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../font/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('fontawesome-webfonte0a5.svg?v=4.3.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face
{
	font-family: 思源黑体;
	src: url('../font/思源黑体 CN-Light.otf'),
	url('../font/思源黑体 CN-Light.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: DIN;
	src: url('../font/DIN-Bold.otf'),
	url('../font/DIN-Bold.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: anton;
	src: url('../font/anton.woff.ttf'),
	url('../font/anton.woff.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Roboto;
	src: url('../font/Roboto-Regular.ttf'),
	url('../font/Roboto-Regular.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Source;
	src: url('../font/Source-Han-Serif-CN-Bold.ttf'),
	url('../font/Source-Han-Serif-CN-Bold.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: HelveticaNeueLTPro;
	src: url('../font/HelveticaNeueLTPro-ThEx.woff.ttf'),
	url('../font/HelveticaNeueLTPro-ThEx.woff.ttf'); /* IE9+,可以是具体的实际链接 */
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#000;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:#033b88;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}

@keyframes ball {
	0% {left: 0px;}
	50% {left: 150px;}
	100% {left: 0px;}
}

@media (min-width:1000px) {
	
.header.yanse{
	background-color: rgba(255,255,255,1);
	top:0;
	height:70px;
}

.header.yanse.yanse01{
	background-color: rgba(255,255,255,1);
	height:80px;
}
.header.yanse .intop .innav ul li{
	height:70px;
}
.header.yanse.yanse01 .intop .innav ul li{
	height:80px;
}
.header.yanse a{
}
.header.yanse .sx{
	background-color:#CCC;
}
.header.yanse .innav ul li{
	color:#333;
}
.header.yanse a:hover{
	color:#333;
}
.header.yanse a i{
	color: #999999;
}
.header.yanse .cur{
	color: #FFFFFF;
}
.header.yanse .pic01{
	display: none;
}
.header.yanse .pic02{
	display: inline-block;
}
.header.yanse.yanse01 .pic01{
	display: inline-block;
}
.header.yanse.yanse01 .pic02{
	display: none;
}

.main{
	width:auto;
	max-width:1600px;
	margin:auto;
	padding:0px 15px;
}
.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:999999;
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:0px 4.33vw;
	position:relative;
}

.logo{
	width:135px;
	display: flex;
	align-items: center;
	max-width:8.4375%;
}
.logo img{
	max-width:100%;
	height:auto;
	max-height:50px;
}
.innav{
	width: auto;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul li{
	width:auto;
	display: flex;
	align-items: center;
	margin-left:1.8vw;
	font-size:16px;
	color:#FFF;
	position:relative;
	height:70px;
}
.innav ul li i{
	font:normal normal normal 14px/1 FontAwesome;
	color:#555;
}
.innav ul li i::before{
	content:"\f107";
}
.innav ul li .hx{
	width:0;
	height:2px;
	background-color:#033b88;
	position:absolute;
	left:0;
	top:0;
	transition: all 0.6s;
	z-index:11;
}
.innav ul li:hover .hx{
	width:100%;
}
.innav ul li.cur .hx{
	width:100%;
}
.innav ul li a{
	line-height:50px;
	margin-left:10px;
	margin-right:10px;
	color:#555;
}
.innav ul li a:hover{
	color:#333;
}
.innav ul li:hover a{
	color:#333;
}
.innav ul li:hover i{
	color:#333;
}

.innav ul li .xiala{
	width:200px;
	position:absolute;
	left:0;
	z-index:99;
	opacity:0;
	visibility:hidden;
	transition: all 0.6s;
	background-color:#232323;
	display: flex;
	flex-wrap: wrap;
}
.innav ul li:hover .xiala{
	opacity:1;
	visibility:visible;
}
.header.yanse .innav ul li .xiala{
	top:70px;
}
.header.yanse.yanse01 .innav ul li .xiala{
	top:80px;
}
.innav ul li .xiala dl{
	width:100%;
}
.innav ul li .xiala dl dd{
	font-size:14px;
	line-height:45px;
	display:flex;
}
.innav ul li .xiala dl dd a{
	color:#999;
	line-height:45px;
	width:100%;
	padding-left:15px;
	transition: all 0.6s;
	margin-left:0;
	margin-right:0;
}
.innav ul li .xiala dl dd a:hover{
	color:#fff;
	background-color:#444;
	padding-left:20px;
}
.intit{
	width:100%;
	float:left;
	margin-top:80px;
	text-align:center;
}
.intit dl dt{
	color:#555;
	font-size:22px;
}
.intit dl dd{
	margin-top:15px;
	font-size:12px;
	color:#7f7f7f;
}
.infw{
	width:100%;
	float:left;
	margin-top:80px;
}
.infw ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.infw ul li{
	width:24%;
	display:flex;
}
.infw ul li a{
	width:100%;
	background-color:#efefef;
	padding:20px;
}
.infw ul li a:hover{
	background-color:#222;
}
.infw ul li a:hover .tex h1{
	color:#FFF;
}
.infw ul li a:hover .tex dl dt{
	color:#FFF;
}
.infw ul li .pic{
	overflow:hidden;
	text-align:center;
}
.infw ul li .pic img{
	max-width:100%;
}
.infw ul li .tex{
	margin-top:5px;
}
.infw ul li .tex h1{
	font-size:20px;
	font-family: HelveticaNeueLTPro;
	color:#333;
}
.infw ul li .tex dl dt{
	margin-top:10px;
	font-size:15px;
	color:#444;
}
.infw ul li .tex dl dd{
	margin-top:3px;
	font-size:12px;
	color:#9e9e9e;
}
.inwrap{
	width:100%;
	float:left;
	margin-top:80px;
	background-color:#eaeaea;
	padding:0 10px;
	padding-bottom:80px;
}
.xmlm{
	width:100%;
	float:left;
	margin-top:30px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.xmlm a{
	padding:10px 26px;
	line-height:13px;
	font-size:13px;
	position:relative;
	display:inline-block;
	color:#7F7F7F;
}
.xmlm a.cur{
	background-color:rgba(30,30,30,.7);
	color:#fff;
}
.xmlm i{
	width:1px;
	height:12px;
	background-color:#e9e9e9;
}
.xmlm a span{
	position:relative;
	z-index:1;
}
.xmlm a .move{
	background-color:rgba(30,30,30,.7);
	width:0;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity: 0;
	visibility: hidden;
	transition: visibility .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1);
	transition: all 0.6s;
}
.xmlm a:hover .move {
	opacity: 1;
	visibility: visible;
	width:100%;
}
.xmlm a:hover span{
	color:#FFF;
}
.xmlist{
	width:100%;
	float:left;
	margin-top:30px;
}
.xmlist ul{
	display: flex;
	flex-wrap: wrap;
}
.xmlist ul li{
	width:24.2%;
	position:relative;
	overflow:hidden;
	margin-right:1%;
	margin-top:1%;
}
.xmlist ul li:nth-child(4n){
	margin-right:0px;
}
.xmlist ul li img{
	width:100%;
	height:auto;
	display:block;
}
.xmlist ul li .tex{
	background-color: rgba(30,30,30,.9);
	padding: 20px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index:1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	color:#FFF;
	transition: all 0.6s;
}
.xmlist ul li .tex dl{
	transition: all 0.6s;
	padding-left:10px;
}
.xmlist ul li:hover .tex dl{
	padding-left:0px;
}
.xmlist ul li:hover .tex dl dt{
	font-size:16px;
}
.xmlist ul li:hover .tex dl dd{
	font-size:13px;
	margin-top:5px;
}
.xmlist ul li .jia{
	width:100%;
	position:absolute;
	left: 0;
	top: 0;
	text-align:right;
	font-size:42px;
	color:#FFF;
	padding: 40px;
	z-index:2;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	opacity: 0;
}
.xmlist ul li .jia i{
	width:21px;
	height:21px;
	background-image:url(../img/jia.png);
	background-position:center;
	background-repeat:no-repeat;
}
.xmlist ul li:hover .jia{
	opacity:1;
}
.xmlist ul li:hover .tex{
	opacity:1;
}

.inabout{
	width:100%;
	float:left;
	margin-top:50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inabout-l{
	width:48%;
	overflow:hidden;
}
.inabout-l img{
	max-width:100%;
	height:600px;
	display:block;
}
.inabout-r{
	width:48%;
}
.inabout-r .con{
	width:100%;
	float:left;
	font-size:13px;
	line-height:24px;
	color:#7f7f7f;
	margin-top:40px;
}
.inabout-r .con .m1{
	display:flex;
	justify-content: center;
	margin-top:40px;
}
.inabout-r .con a.more {
	position: relative;
	display: inline-block;
	padding: 10px 60px;
	color: #9e9e9e;
	border: 1px solid #9e9e9e;
	transition: all 0.3s linear;
	z-index: 1;
}

.inabout-r .con a.more:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #222;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.inabout-r .con a.more:hover {
	color: #ffffff;
	border-color: #222;
}

.inabout-r .con a.more:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1);
}

.innum{
	width:100%;
	float:left;
	padding:60px 0;
	border-bottom:1px solid #eee;
	border-top:1px solid #eee;
	margin-top:40px;
}
.innum ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innum ul li{
	width:25%;
	border-right:1px solid #eee;
	text-align:center;
}
.innum ul li dl dt{
	font-size:14px;
	color:#9e9e9e;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-wrap: wrap;
	line-height:24px;
}
.innum ul li dl dt b{
	font-size:48px;
	font-family: HelveticaNeueLTPro;
	color:#666;
	line-height:56px;
	font-weight:normal;
	margin-right:5px;
}
.innum ul li dl dd{
	font-size:14px;
	color:#9e9e9e;
	text-align:center;
	margin-top:5px;
}
.line1{
	width:100%;
	float:left;
	margin-top:80px;
	height:1px;
	background-color:#eee;
}

.innew{
	width:100%;
	float:left;
	margin-top:40px;
}
.innew ul{
	display:flex;
	flex-wrap: wrap;
}
.innew ul li{
	width:32%;
	margin-right:2%;
}
.innew ul li:nth-child(3n){
	margin-right:0px;
}
.innew ul li .pic{
	position:relative;
	overflow:hidden;
}
.innew ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.innew ul li .pic .subtex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	transition: all 0.6s;
	opacity:0;
}
.innew ul li:hover .pic .subtex{
	opacity:1;
}
.innew ul li .pic .subtex i{
	width:50px;
	height:50px;
	background-image:url(../img/jia2.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:50px;
	transition: all 0.6s;
}
.innew ul li:hover .pic .subtex i{
	margin-top:0;
}
.innew ul li:hover .pic .subtex{
	margin:10px;
	width:calc(100% - 20px);
	height:calc(100% - 20px);
	border:1px solid #222222;
}
.innew ul li .tex{
	padding-top:15px;
}
.innew ul li .tex dl dt{
	font-size:16px;
	color:#444;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.innew ul li .tex dl dd{
	margin-top:5px;
	font-size:12px;
	color:#9e9e9e;
}

.innew2{
	width:100%;
	float:left;
	margin-top:40px;
}
.innew2 ul{
	display:flex;
	flex-wrap: wrap;
}
.innew2 ul li{
	width:32%;
	margin-right:2%;
	display: flex;
	justify-content: space-between;
}
.innew2 ul li.w100{
	width:100%;
	margin-right:0;
	padding-bottom:30px;
	border-bottom:1px solid #f5f5f5;
	margin-top:30px;
}
.innew2 ul li a{
	width:100%;
	display: flex;
	justify-content: space-between;
}
.innew2 ul li:nth-child(3n){
	margin-right:0px;
}
.innew2 ul li .pic{
	position:relative;
	overflow:hidden;
	width:35%;
}
.innew2 ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.innew2 ul li .pic .subtex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	transition: all 0.6s;
	opacity:0;
}
.innew2 ul li:hover .pic .subtex{
	opacity:1;
}
.innew2 ul li .pic .subtex i{
	width:50px;
	height:50px;
	background-image:url(../img/jia2.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:50px;
	transition: all 0.6s;
}
.innew2 ul li:hover .pic .subtex i{
	margin-top:0;
}
.innew2 ul li:hover .pic .subtex{
	margin:10px;
	width:calc(100% - 20px);
	height:calc(100% - 20px);
	border:1px solid #222222;
}
.innew2 ul li .tex{
	width:62%;
}
.innew2 ul li .tex dl dt{
	font-size:14px;
	line-height:16px;
	color:#444;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top:10px;
}
.innew2 ul li .tex dl dd{
	margin-top:5px;
	font-size:12px;
	color:#9e9e9e;
}
.innew2 ul li .tex .more{
	font-size: 12px;
	margin-top: 10px;
	line-height: 22px;
	color:#5d5d5d;
}
.innew2 ul li .tex .more b{
	font-family:'宋体';
	margin-left:5px;
	transition: all 0.6s;
}
.innew2 ul li:hover .tex .more b{
	opacity:0;
}
.innew2 ul li:hover .tex .more i{
	text-decoration:underline;
}

.inhz{
	width:100%;
	float:left;
	margin-top:50px;
}
.inhz ul{
	display:flex;
	flex-wrap: wrap;
}
.inhz ul li{
	width:15.8%;
	margin-right:1%;
	margin-top:1%;
	position: relative;
	background: #fff;
	display:flex;
	align-items: center;
	justify-content: center;
}
.inhz ul li:nth-child(6n){
	margin-right:0px;
}

.inhz ul li .item_img {
	position: relative;
	display: block;
}

.inhz ul li img {
	width: 100%;
	height: auto;
	transition: all ease-out .3s .1s;
	float: none;
	
	max-height:130px;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity:0.7;
}

.inhz ul li .item_img:hover img {
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
    opacity:1;
}

.inlx{
	width:100%;
	float:left;
	margin-top:50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inlx-l{
	width:40%;
	font-size:14px;
	line-height:25px;
	color:#808080;
}
.inlx-l h1{
	font-size:16px;
	margin-bottom:30px;
	color:#555;
}
.inlx-l b{
	color:#333;
}
.inlx-l .fx{
	display:flex;
	margin-top:30px;
}
.inlx-l .fx a{
	margin-right:15px;
	position:relative;
}
.inlx-l .fx a i{
	width:100px;
	position:absolute;
	left:-30px;
	top:39px;
	z-index:1;
	opacity:0;
	visibility:hidden;
}
.inlx-l .fx a:hover i{
	opacity:1;
	visibility:visible;
}
.inlx-l .fx a i img{
	max-width:100%;
}
.inlx-r{
	width:50%;
	overflow:hidden;
}
.inlx-r img{
	width:100%;
	height:auto;
}
.foot{
	width:100%;
	float:left;
	margin-top:80px;
	background-color:#111;
	padding:20px 56px;
	color:#9e9e9e;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:12px;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a01{
	width:25%;
	padding:30px;
	border-left:1px solid rgba(255,255,255,.1);
	border-right:1px solid rgba(255,255,255,.1);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a01 a{
	max-width:32%;
}
.foot01 .a01 a img{
	max-width:100%;
}
.foot01 .a02{
	width:50%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:30px;
	border-left:1px solid rgba(255,255,255,.1);
}
.foot01 .a02 .tx1{
	width:auto;
	font-size:14px;
	color:#999;
	line-height:30px;
}
.foot01 .a02 .tx2{
	width:auto;
	max-width:60%;
	font-size:16px;
	color:#fff;
	text-align:center;
}
.foot01 .a02 .tx2 h1{
	font-size:36px;
	margin-bottom:10px;
}

.nybanner{
	width:100%;
	float:left;
	margin-top:80px;
	overflow:hidden;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.weiz{
	width:100%;
	float:left;
	padding:20px 0;
	background-color:#fafafa;
	border-bottom:#eaeaea 1px solid;
	text-align:right;
}
.weiz b{
	font-family:'宋体';
	margin-left:10px;
	margin-right:10px;
}
.weiz a{
	position:relative;
}
.weiz a i{
	position: absolute;
	left: 0;
	bottom: -23px;
	width: 100%;
	height: 1px;
	background-color: #222;
}

.nlist{
	width:100%;
	float:left;
	margin-top:30px;
}
.nlist ul{
	display: flex;
	flex-wrap: wrap;
}
.nlist ul li{
	width:32.333%;
	position:relative;
	overflow:hidden;
	margin-right:1%;
	margin-top:1%;
}
.nlist ul li:nth-child(3n){
	margin-right:0px;
}
.nlist ul li img{
	width:100%;
	height:auto;
	display:block;
}
.nlist ul li .tex{
	background-color: rgba(30,30,30,.9);
	padding: 20px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index:1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	color:#FFF;
	transition: all 0.6s;
}
.nlist ul li .tex dl{
	transition: all 0.6s;
	padding-left:10px;
}
.nlist ul li:hover .tex dl{
	padding-left:0px;
}
.nlist ul li:hover .tex dl dt{
	font-size:16px;
}
.nlist ul li:hover .tex dl dd{
	font-size:13px;
	margin-top:5px;
}
.nlist ul li .jia{
	width:100%;
	position:absolute;
	left: 0;
	top: 0;
	text-align:right;
	font-size:42px;
	color:#FFF;
	padding:60px 40px;
	z-index:2;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	opacity: 0;
}
.nlist ul li .jia i{
	width:32px;
	height:32px;
	background-image:url(../img/jia.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.nlist ul li:hover .jia{
	opacity:1;
}
.nlist ul li:hover .tex{
	opacity:1;
}

.fy{
	width:100%;
	float:left;
	margin-top:60px;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fy ul li{
	width:auto;
	display:flex;
	margin-left:3px;
	margin-right:3px;
}
.fy ul li a{
	padding:2px 13px;
	text-align:center;
	font-size:14px;
	border:1px solid #ccc;
	line-height:28px;
	font-family:'宋体';
}
.fy ul li a:hover{
	color:#fff;
	background: #111111;
}
.fy ul li .cur{
	color:#fff;
	background: #111111;
}
.nabout{
	width:100%;
	float:left;
	color:#7f7f7f;
	font-size:13px;
	line-height:24px;
	text-align:center;
	margin-top:40px;
}
.nabout img{
	max-width:100%;
}
.nabout2{
	width:100%;
	float:left;
	color:#7f7f7f;
	font-size:13px;
	line-height:24px;
	margin-top:30px;
}

.teamlist{
	width:100%;
	float:left;
	margin-top:30px;
}
.teamlist ul{
	display:flex;
	flex-wrap: wrap;
}
.teamlist ul li{
	width:23.2%;
	margin-right:30px;
	margin-top:30px;
}
.teamlist ul li:nth-child(4n){
	margin-right:0px;
}
.teamlist ul li .pic{
	position:relative;
	overflow:hidden;
}
.teamlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.teamlist ul li .pic .subtex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	transition: all 0.6s;
	opacity:0;
}
.teamlist ul li:hover .pic .subtex{
	opacity:1;
}
.teamlist ul li .pic .subtex i{
	width:50px;
	height:50px;
	background-image:url(../img/jia2.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:50px;
	transition: all 0.6s;
}
.teamlist ul li:hover .pic .subtex i{
	margin-top:0;
}
.teamlist ul li:hover .pic .subtex{
	margin:10px;
	width:calc(100% - 20px);
	height:calc(100% - 20px);
	border:1px solid #222222;
}
.teamlist ul li .tex{
	background-color:#f8f8f8;
	padding:15px 20px;
}
.teamlist ul li:hover .tex{
	background-color:#a04c59;
}
.teamlist ul li:hover .tex dl dt{
	color:#FFF;
}
.teamlist ul li:hover .tex dl dd{
	color:#e2c9cd;
}
.teamlist ul li .tex dl dt{
	font-size:16px;
	color:#444;
}
.teamlist ul li .tex dl dd{
	margin-top:3px;
	font-size:13px;
	color:#9e9e9e;
}

.newlist{
	width:100%;
	float:left;
	margin-top:60px;
}
.newlist ul{
	display:flex;
	flex-wrap: wrap;
}
.newlist ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	padding-bottom:40px;
	margin-top:40px;
	border-bottom:1px solid #f5f5f5;
}
.newlist ul li .pic{
	position:relative;
	overflow:hidden;
	width:16.625%;
}
.newlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.newlist ul li .pic .subtex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	transition: all 0.6s;
	opacity:0;
}
.newlist ul li:hover .pic .subtex{
	opacity:1;
}
.newlist ul li .pic .subtex i{
	width:50px;
	height:50px;
	background-image:url(../img/jia2.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:50px;
	transition: all 0.6s;
}
.newlist ul li:hover .pic .subtex i{
	margin-top:0;
}
.newlist ul li:hover .pic .subtex{
	margin:10px;
	width:calc(100% - 20px);
	height:calc(100% - 20px);
	border:1px solid #222222;
}
.newlist ul li .tex{
	width:80.375%;
}
.newlist ul li .tex dl dt{
	font-size:16px;
	line-height:16px;
	color:#444;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top:10px;
}
.newlist ul li .tex dl dd{
	margin-top:10px;
	margin-bottom:10px;
	font-size:12px;
	color:#9e9e9e;
}
.newlist ul li .tex .description{
	font-size: 12px;
	margin-top: 10px;
	margin-bottom:10px;
	line-height: 22px;
	color:#5d5d5d;
}
.newlist ul li .tex .item_tags{
	margin-top:14px;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
}
.newlist ul li .tex .item_tags a{
	padding:5px;
	background-color:#f8f8f8;
	color:#7f7f7f;
	margin-right:3px;
}
.newlist ul li .tex .item_tags a:hover{
	color:#333;
}
.newlist ul li .tex .item_tags img{
	margin-right:5px;
}

.ncon{
	width:100%;
	float:left;
	margin-top:80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ncon-l{
	width:63%;
}
.newtit{
	width:100%;
	float:left;
	padding-bottom:20px;
	border-bottom:1px solid #f5f5f5;
}
.newtit dl dt{
	font-size:16px;
	color:#444;
}
.newtit dl dd{
	font-size:12px;
	margin-top:5px;
	color:#9e9e9e;
}
.newtex{
	width:100%;
	float:left;
	font-size:14px;
	line-height:24px;
	color:#7f7f7f;
	margin-top:40px;
}
.newtex img{
	max-width:100%;
}
.newtex b{
	color:#333;
}
.nytit{
	width:100%;
	float:left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom:10px;
	border-bottom:1px solid #f5f5f5;
	font-size:18px;
	color:#888888;
	margin-top:80px;
}
.nytit i{
	text-transform:uppercase;
	background-color:#888888;
	padding:0 5px;
	margin-right:10px;
	color:#FFF;
}

.ncon-r{
	width:33%;
}
.ncon-r h1{
	font-size:13px;
	line-height:24px;
}

.subNavBox4{
	width:100%;
	float:left;
	margin-top:50px;
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT:70px;
	display: flex;
	justify-content: space-between;
	CURSOR: pointer; 
	text-align:left; 
	border-top:1px solid #f5f5f5;
	background-color: #fff;
	line-height:70px; 
	font-size:14px;
}
.subNav4 i{ 
	width: 25%;
	padding-left:15px;
	overflow:hidden;
}
.subNav4 em{
	width:10%;
}
.subNav4 span{
	width:5%;
	background-image:url(../img/xjt.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:15px auto;
}
.subNav4:hover{float:left; }
.currentDd4{background: #fff;}
.currentDd4 span{
	background-image:url(../img/xjt.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:15px auto;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:20px 15px; 
	line-height:30px; 
	font-size:14px;
}
.blue{
	display:flex;
	margin-top:30px;
}
.blue i{
	padding:5px 20px;
	background-color:#222;
	color:#FFF;
	text-decoration:underline;
}

.teamshow{
	width:100%;
	float:left;
	margin-top:100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.teamshow .pic{
	width:31.25%;
	overflow:hidden;
}
.teamshow .pic img{
	max-width:100%;
}
.teamshow .tex{
	width:63.28125%;
	font-size:13px;
	line-height:24px;
	color:#7f7f7f;
}
.teamshow .tex dl dt{
	font-size:18px;
	line-height:24px;
	color:#444;
}
.teamshow .tex dl dd{
	margin-top:4px;
	padding-bottom:10px;
	border-bottom:1px solid #eaeaea;
	color:#9e9e9e;
	margin-bottom:28px;
}


.xmshow{
	width:100%;
	float:left;
	margin-top:100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:0 20px;
}
.xmshow .pic{
	width:71.51%;
	overflow:hidden;
}
.xmshow .pic img{
	max-width:100%;
	width:auto;
	height:auto;
	width:100%;
}
.xmshow .pic .bq{
	width:100%;
	display:flex;
	margin-top:60px;
	padding-top:50px;
	border-top:1px solid #eaeaea;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.xmshow .pic .bq img{
	margin-right:10px;
	width:auto;
}
.xmshow .pic .bq a{
	margin-right:10px;
	background-color:#f8f8f8;
	color:#7f7f7f;
	padding:2px 10px;
}
.xmshow .tex{
	width:25.51%;
	font-size:13px;
	line-height:24px;
	color:#7f7f7f;
}
.xmshow .tex dl dt{
	font-size:18px;
	line-height:24px;
	color:#444;
}
.xmshow .tex dl dd{
	margin-top:4px;
	color:#9e9e9e;
	margin-bottom:28px;
}






.line2{
	width:100%;
	height:1px;
	margin-top:30px;
	background-color:#f5f5f5;
}
.mart0{
	margin-top:0px;
}
.mart80{
	margin-top:80px;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}

	
}



@media (min-width:1000px) and (max-width:1440px) {
.innav ul li{
	margin-left:0.3vw;
	font-size:12px;
}

}

@media (max-width:999px) {


.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
}
.header{
	display: none;
}

.header2{ 
	width:100%; 
	float:left; 
	height:4rem; 
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:4rem; 
	text-align:left;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:70%; 
	max-height:3rem; 
	vertical-align:middle; 
	margin-left:5%;
}
.nav2{ 
	width:100%; 
	float:right; 
	line-height:110px; 
	height:110px; 
	text-align:right;
}
.nav2 a{ 
	width: auto; 
	font-size:16px; 
	margin-right:5%;
}
.nav-bar2 { 
	width:4rem; 
	height:4rem; 
	position:absolute; 
	z-index:11; 
	right:1%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:40%; 
	max-height:1.5rem; 
	vertical-align:middle;
}
.nav-bar2 span{ 
	display:inline-block; 
	height:100%; 
	vertical-align:middle;
}
.nav-bg { 
	width:0px; 
	height: auto; 
	overflow:hidden; 
	position: absolute; 
	right:0px; 
	top:0; 
	z-index:998;
}
.v_close { 
	display:block; 
	position: absolute; 
	top: 3%; 
	left:5%; 
	z-index:102;  
	width: 15px; 
	height: 15px; 
	background:url(../img/close2.png) no-repeat; 
	background-size:100% 100%; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}
.subNavBox3{
	width:100%;
	float:right; 
	background:#000;
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:4rem; 
	background:#fff;
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:3rem; 
	vertical-align:middle;
} 
.subNav3{
	width:80%; 
	float:left;
	margin:0 10%; 
	HEIGHT: auto;
	DISPLAY: block;  
	CURSOR: pointer;
	padding:1rem 5%;
	text-align:left; 
	border-bottom:1px solid rgba(255,255,255,0.1);
	font-size:1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.subNav3 a{
	color:rgba(255,255,255,0.5);
}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(../img/xjt2.png) no-repeat center / contain;
}
.subNav3:hover{float:left; }
.currentDd3{
	border-bottom:1px solid rgba(255,255,255,0.3);
}
.currentDd3 a{
	color: rgba(255,255,255,0.8);
}
.currentDd3 i{
	background:url(../img/xjt2.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left; 
	width:100%; 
	padding:0.5rem 10% 1rem 10%; 
	line-height:2.0rem; 
	font-size:0.8rem; 
	padding-bottom:0px;
}
.navContent3 p { color:#fff; padding-left:2.0rem;}
.navContent3 p a{ color:#fff;}
.navContent3 h2{
	font-size: 0.8rem;
	line-height: 2.0rem;
	font-weight:normal;
	padding:1rem 10%;
	border-bottom:1px solid rgba(255,255,255,0.1);
}
.navContent3 h2 a{
	color:rgba(255,255,255,0.5);
}
.navContent3 h2:hover{
	border-bottom:1px solid rgba(255,255,255,0.3);
}
.navContent3 h2:hover a{
	color: rgba(255,255,255,0.8);
}

.main{
	width:100%;
	float:left;
	padding:0 5%;
}


.intit{
	width:100%;
	float:left;
	margin-top:2.0rem;
	text-align:center;
}
.intit dl dt{
	color:#555;
	font-size:1.2rem;
}
.intit dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	color:#7f7f7f;
}
.infw{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.infw ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.infw ul li{
	width:49.3%;
	display:flex;
	margin-top:0.3rem;
}
.infw ul li a{
	width:100%;
	background-color:#efefef;
	padding:1.0rem;
}
.infw ul li a:hover{
	background-color:#222;
}
.infw ul li a:hover .tex h1{
	color:#FFF;
}
.infw ul li a:hover .tex dl dt{
	color:#FFF;
}
.infw ul li .pic{
	overflow:hidden;
	text-align:center;
}
.infw ul li .pic img{
	max-width:100%;
}
.infw ul li .tex{
	margin-top:0.2rem;
}
.infw ul li .tex h1{
	font-size:1.0rem;
	font-family: HelveticaNeueLTPro;
	color:#333;
}
.infw ul li .tex dl dt{
	margin-top:0.5rem;
	font-size:0.9rem;
	color:#444;
}
.infw ul li .tex dl dd{
	margin-top:0.2rem;
	font-size:0.8rem;
	color:#9e9e9e;
}
.inwrap{
	width:100%;
	float:left;
	margin-top:3.0rem;
	background-color:#eaeaea;
	padding:0 10px;
	padding-bottom:3.0rem;
}
.xmlm{
	width:100%;
	float:left;
	margin-top:1.0rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.xmlm a{
	width:33.33%;
	text-align:center;
	height:2.0rem;
	line-height:2.0rem;
	font-size:0.8rem;
	position:relative;
	display:inline-block;
	color:#7F7F7F;
}
.xmlm i{
	width:1px;
	height:12px;
	background-color:#e9e9e9;
	display:none;
}
.xmlm a span{
	position:relative;
	z-index:1;
}
.xmlm a .move{
	background-color:rgba(30,30,30,.7);
	width:0;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity: 0;
	visibility: hidden;
	transition: visibility .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1);
	transition: all 0.6s;
}
.xmlm a:hover .move {
	opacity: 1;
	visibility: visible;
	width:100%;
}
.xmlm a:hover span{
	color:#FFF;
}
.xmlist{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.xmlist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.xmlist ul li{
	width:49%;
	position:relative;
	overflow:hidden;
	margin-top:0.5rem;
}
.xmlist ul li img{
	width:100%;
	height:auto;
	display:block;
}
.xmlist ul li .tex{
	background-color: rgba(30,30,30,.9);
	padding: 0.6rem;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index:1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	color:#FFF;
	transition: all 0.6s;
}
.xmlist ul li .tex dl{
	transition: all 0.6s;
	padding-left:10px;
}
.xmlist ul li:hover .tex dl{
	padding-left:0px;
}
.xmlist ul li:hover .tex dl dt{
	font-size:0.9rem;
}
.xmlist ul li:hover .tex dl dd{
	font-size:0.8rem;
	margin-top:0.2rem;
}
.xmlist ul li .jia{
	width:100%;
	position:absolute;
	left: 0;
	top: 0;
	text-align:right;
	color:#FFF;
	padding: 1.5rem;
	z-index:2;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	opacity: 0;
}
.xmlist ul li .jia i{
	width:1.0rem;
	height:1.0rem;
	background-image:url(../img/jia.png);
	background-position:center;
	background-repeat:no-repeat;
}
.xmlist ul li:hover .jia{
	opacity:1;
}
.xmlist ul li:hover .tex{
	opacity:1;
}

.inabout{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inabout-l{
	width:100%;
	overflow:hidden;
}
.inabout-l img{
	width:100%;
	height: auto;
	display:block;
}
.inabout-r{
	width:100%;
}
.inabout-r .con{
	width:100%;
	float:left;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#7f7f7f;
	margin-top:1.0rem;
}
.inabout-r .con .m1{
	display:flex;
	justify-content: center;
	margin-top:40px;
}
.inabout-r .con a.more {
	position: relative;
	display: inline-block;
	padding: 0.5rem 2.0rem;
	color: #9e9e9e;
	border: 1px solid #9e9e9e;
	transition: all 0.3s linear;
	z-index: 1;
}

.inabout-r .con a.more:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #222;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.inabout-r .con a.more:hover {
	color: #ffffff;
	border-color: #222;
}

.inabout-r .con a.more:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1);
}

.innum{
	width:100%;
	float:left;
	padding:2.0rem 0;
	border-bottom:1px solid #eee;
	border-top:1px solid #eee;
	margin-top:2.0rem;
}
.innum ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innum ul li{
	width:50%;
	border-right:1px solid #eee;
	text-align:center;
}
.innum ul li:nth-child(2n){
	border-right:0px;
}
.innum ul li dl dt{
	font-size:0.8rem;
	color:#9e9e9e;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-wrap: wrap;
	line-height:24px;
}
.innum ul li dl dt b{
	font-size:2.0rem;
	font-family: HelveticaNeueLTPro;
	color:#666;
	line-height:2.5rem;
	font-weight:normal;
	margin-right:0.2rem;
}
.innum ul li dl dd{
	font-size:0.8rem;
	color:#9e9e9e;
	text-align:center;
	margin-top:0.2rem;
}
.innum ul li:nth-child(3){
	margin-top:1.0rem;
}
.innum ul li:nth-child(4){
	margin-top:1.0rem;
}
.line1{
	width:100%;
	float:left;
	margin-top:2.0rem;
	height:1px;
	background-color:#eee;
}

.innew{
	width:100%;
	float:left;
}
.innew ul{
	display:flex;
	flex-wrap: wrap;
}
.innew ul li{
	width:100%;
	margin-top:1.0rem;
	display: flex;
	justify-content: space-between;
}
.innew ul li a{
	width:100%;
	display: flex;
	justify-content: space-between;
}
.innew ul li .pic{
	position:relative;
	overflow:hidden;
	width:35%;
}
.innew ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.innew ul li .pic .subtex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	transition: all 0.6s;
	opacity:0;
}
.innew ul li:hover .pic .subtex{
	opacity:1;
}
.innew ul li .pic .subtex i{
	width:2.0rem;
	height:2.0rem;
	background-image:url(../img/jia2.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:2.0rem;
	transition: all 0.6s;
}
.innew ul li:hover .pic .subtex i{
	margin-top:0;
}
.innew ul li:hover .pic .subtex{
	margin:0.5rem;
	width:calc(100% - 1.0rem);
	height:calc(100% - 1.0rem);
	border:1px solid #222222;
}
.innew ul li .tex{
	width:62%;
}
.innew ul li .tex dl dt{
	font-size:0.9rem;
	color:#444;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.innew ul li .tex dl dd{
	margin-top:0.2rem;
	font-size:0.8rem;
	color:#9e9e9e;
}

.innew2{
	width:100%;
	float:left;
}
.innew2 ul{
	display:flex;
	flex-wrap: wrap;
}
.innew2 ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	margin-top:1.0rem;
}
.innew2 ul li.w100{
	width:100%;
	margin-right:0;
	padding-bottom:1.0rem;
	border-bottom:1px solid #f5f5f5;
	margin-top:1.0rem;
}
.innew2 ul li a{
	width:100%;
	display: flex;
	justify-content: space-between;
}
.innew2 ul li:nth-child(3n){
	margin-right:0px;
}
.innew2 ul li .pic{
	position:relative;
	overflow:hidden;
	width:35%;
}
.innew2 ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.innew2 ul li .pic .subtex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	transition: all 0.6s;
	opacity:0;
}
.innew2 ul li:hover .pic .subtex{
	opacity:1;
}
.innew2 ul li .pic .subtex i{
	width:2.0rem;
	height:2.0rem;
	background-image:url(../img/jia2.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:2.0rem;
	transition: all 0.6s;
}
.innew2 ul li:hover .pic .subtex i{
	margin-top:0;
}
.innew2 ul li:hover .pic .subtex{
	margin:0.5rem;
	width:calc(100% - 1.0rem);
	height:calc(100% - 1.0rem);
	border:1px solid #222222;
}
.innew2 ul li .tex{
	width:62%;
}
.innew2 ul li .tex dl dt{
	font-size:0.9rem;
	line-height:1.0rem;
	color:#444;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top:0.3rem;
}
.innew2 ul li .tex dl dd{
	margin-top:0.2rem;
	font-size:0.8rem;
	color:#9e9e9e;
}
.innew2 ul li .tex .more{
	font-size: 0.8rem;
	margin-top: 0.3rem;
	line-height: 1.0rem;
	color:#5d5d5d;
}
.innew2 ul li .tex .more b{
	font-family:'宋体';
	margin-left:0.2rem;
	transition: all 0.6s;
}
.innew2 ul li:hover .tex .more b{
	opacity:0;
}
.innew2 ul li:hover .tex .more i{
	text-decoration:underline;
}

.inhz{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.inhz ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inhz ul li{
	width:49%;
	margin-top:0.5rem;
	position: relative;
	background: #fff;
	display:flex;
	align-items: center;
	justify-content: center;
}
.inhz ul li img{
	width:100%;
	height:auto;
	opacity:.8;
}
.inhz ul li .item_img {
	position: relative;
	display: block;
}

.inhz ul li img {
	width: 100%;
	height: auto;
	transition: all ease-out .3s .1s;
	float: none;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity:0.8;
}

.inhz ul li .item_img:hover img {
-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
    opacity:1;
}

.inlx{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inlx-l{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#808080;
}
.inlx-l h1{
	font-size:1.0rem;
	margin-bottom:1.0rem;
	color:#555;
}
.inlx-l b{
	color:#333;
}
.inlx-l .fx{
	display:flex;
	margin-top:1.0rem;
}
.inlx-l .fx a{
	margin-right:0.5rem;
	position:relative;
}
.inlx-l .fx a i{
	width:100px;
	position:absolute;
	left:0;
	top:39px;
	z-index:1;
	opacity:0;
	visibility:hidden;
}
.inlx-l .fx a:hover i{
	opacity:1;
	visibility:visible;
}
.inlx-l .fx a i img{
	max-width:100%;
}
.inlx-r{
	width:100%;
	overflow:hidden;
	margin-top:2.0rem;
}
.inlx-r img{
	width:100%;
	height:auto;
}
.foot{
	width:100%;
	float:left;
	margin-top:2.0rem;
	background-color:#111;
	padding:1.0rem 5%;
	color:#9e9e9e;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-size:0.8rem;
}


.nybanner{
	width:100%;
	float:left;
	margin-top:4.0rem;
	overflow:hidden;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.weiz{
	width:100%;
	float:left;
	padding:0.5rem 0;
	background-color:#fafafa;
	border-bottom:#eaeaea 1px solid;
	text-align:right;
	font-size:0.8rem;
}
.weiz b{
	font-family:'宋体';
	margin-left:0.5rem;
	margin-right:0.5rem;
}
.weiz a{
	position:relative;
}
.weiz a i{
	position: absolute;
	left: 0;
	bottom: -0.7rem;
	width: 100%;
	height: 1px;
	background-color: #222;
}

.nlist{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.nlist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nlist ul li{
	width:49%;
	position:relative;
	overflow:hidden;
	margin-top:0.5rem;
}
.nlist ul li img{
	width:100%;
	height:auto;
	display:block;
}
.nlist ul li .tex{
	background-color: rgba(30,30,30,.9);
	padding: 20px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index:1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	color:#FFF;
	transition: all 0.6s;
}
.nlist ul li .tex dl{
	transition: all 0.6s;
	padding-left:10px;
}
.nlist ul li:hover .tex dl{
	padding-left:0px;
}
.nlist ul li:hover .tex dl dt{
	font-size:0.9rem;
}
.nlist ul li:hover .tex dl dd{
	font-size:0.8rem;
	margin-top:0.2rem;
}
.nlist ul li .jia{
	width:100%;
	position:absolute;
	left: 0;
	top: 0;
	text-align:right;
	font-size:42px;
	color:#FFF;
	padding:2.0rem 1.0rem;
	z-index:2;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	opacity: 0;
}
.nlist ul li .jia i{
	width:1.0rem;
	height:1.0rem;
	background-image:url(../img/jia.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.nlist ul li:hover .jia{
	opacity:1;
}
.nlist ul li:hover .tex{
	opacity:1;
}

.fy{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fy ul li{
	width:auto;
	display:flex;
	margin-left:0.1rem;
	margin-right:0.1rem;
}
.fy ul li a{
	padding:0.2rem 0.5rem;
	text-align:center;
	font-size:0.8rem;
	border:1px solid #ccc;
	font-family:'宋体';
}
.fy ul li a:hover{
	color:#fff;
	background: #111111;
}
.fy ul li .cur{
	color:#fff;
	background: #111111;
}
.nabout{
	width:100%;
	float:left;
	color:#7f7f7f;
	font-size:0.8rem;
	line-height:1.5rem;
	text-align:center;
	margin-top:1.0rem;
}
.nabout img{
	max-width:100%;
}
.nabout2{
	width:100%;
	float:left;
	color:#7f7f7f;
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:1.0rem;
}

.teamlist{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.teamlist ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.teamlist ul li{
	width:49%;
	margin-top:0.5rem;
}
.teamlist ul li:nth-child(4n){
	margin-right:0px;
}
.teamlist ul li .pic{
	position:relative;
	overflow:hidden;
}
.teamlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.teamlist ul li .pic .subtex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	transition: all 0.6s;
	opacity:0;
}
.teamlist ul li:hover .pic .subtex{
	opacity:1;
}
.teamlist ul li .pic .subtex i{
	width:2.0rem;
	height:2.0rem;
	background-image:url(../img/jia2.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:2.0rem;
	transition: all 0.6s;
}
.teamlist ul li:hover .pic .subtex i{
	margin-top:0;
}
.teamlist ul li:hover .pic .subtex{
	margin:0.5rem;
	width:calc(100% - 1.0rem);
	height:calc(100% - 1.0rem);
	border:1px solid #222222;
}
.teamlist ul li .tex{
	background-color:#f8f8f8;
	padding:0.5rem 0.6rem;
}
.teamlist ul li:hover .tex{
	background-color:#a04c59;
}
.teamlist ul li:hover .tex dl dt{
	color:#FFF;
}
.teamlist ul li:hover .tex dl dd{
	color:#e2c9cd;
}
.teamlist ul li .tex dl dt{
	font-size:0.9rem;
	color:#444;
}
.teamlist ul li .tex dl dd{
	margin-top:0.2rem;
	font-size:0.8rem;
	color:#9e9e9e;
}

.newlist{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.newlist ul{
	display:flex;
	flex-wrap: wrap;
}
.newlist ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	padding-bottom:1.0rem;
	margin-top:1.0rem;
	border-bottom:1px solid #f5f5f5;
}
.newlist ul li .pic{
	position:relative;
	overflow:hidden;
	width:35%;
}
.newlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.newlist ul li .pic .subtex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	transition: all 0.6s;
	opacity:0;
}
.newlist ul li:hover .pic .subtex{
	opacity:1;
}
.newlist ul li .pic .subtex i{
	width:2.0rem;
	height:2.0rem;
	background-image:url(../img/jia2.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:2.0rem;
	transition: all 0.6s;
}
.newlist ul li:hover .pic .subtex i{
	margin-top:0;
}
.newlist ul li:hover .pic .subtex{
	margin:0.5rem;
	width:calc(100% - 1.0rem);
	height:calc(100% - 1.0rem);
	border:1px solid #222222;
}
.newlist ul li .tex{
	width:62%;
}
.newlist ul li .tex dl dt{
	font-size:0.9rem;
	line-height:1.0rem;
	color:#444;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top:0.2rem;
}
.newlist ul li .tex dl dd{
	margin-top:0.2rem;
	margin-bottom:0.2rem;
	font-size:0.8rem;
	color:#9e9e9e;
}
.newlist ul li .tex .description{
	font-size: 0.8rem;
	margin-top: 0.2rem;
	margin-bottom:0.2rem;
	line-height: 22px;
	color:#5d5d5d;
	display:none;
}
.newlist ul li .tex .item_tags{
	margin-top:14px;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	display:none;
}
.newlist ul li .tex .item_tags a{
	padding:5px;
	background-color:#f8f8f8;
	color:#7f7f7f;
	margin-right:3px;
}
.newlist ul li .tex .item_tags a:hover{
	color:#333;
}
.newlist ul li .tex .item_tags img{
	margin-right:5px;
}

.ncon{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ncon-l{
	width:100%;
}
.newtit{
	width:100%;
	float:left;
	padding-bottom:1.0rem;
	border-bottom:1px solid #f5f5f5;
}
.newtit dl dt{
	font-size:1.0rem;
	color:#444;
}
.newtit dl dd{
	font-size:0.8rem;
	margin-top:0.2rem;
	color:#9e9e9e;
}
.newtex{
	width:100%;
	float:left;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#7f7f7f;
	margin-top:1.0rem;
}
.newtex img{
	max-width:100%;
}
.newtex b{
	color:#333;
}
.nytit{
	width:100%;
	float:left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom:0.5rem;
	border-bottom:1px solid #f5f5f5;
	font-size:1.0rem;
	color:#888888;
	margin-top:2.0rem;
}
.nytit i{
	text-transform:uppercase;
	background-color:#888888;
	padding:0 0.2rem;
	margin-right:0.5rem;
	color:#FFF;
}

.ncon-r{
	width:33%;
	display:none;
}
.ncon-r h1{
	font-size:13px;
	line-height:24px;
}

.subNavBox4{
	width:100%;
	float:left;
	margin-top:50px;
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT:3.0rem;
	display: flex;
	justify-content: space-between;
	CURSOR: pointer; 
	text-align:left; 
	border-top:1px solid #f5f5f5;
	background-color: #fff;
	line-height:3.0rem; 
	font-size:0.8rem;
}
.subNav4 i{ 
	width: 45%;
	padding-left:0.5rem;
	overflow:hidden;
}
.subNav4 i:nth-child(2){
	display:none;
}
.subNav4 i:nth-child(3){
	display:none;
}
.subNav4 em{
	width:30%;
	font-size:0.8rem;
}
.subNav4 span{
	width:5%;
	background-image:url(../img/xjt.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:0.5rem auto;
}
.subNav4:hover{float:left; }
.currentDd4{background: #fff;}
.currentDd4 span{
	background-image:url(../img/xjt.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:0.5rem auto;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:1rem; 
	line-height:1.5rem; 
	font-size:0.8rem;
}
.blue{
	display:flex;
	margin-top:1.0rem;
}
.blue i{
	padding:0.2rem 1.0rem;
	background-color:#222;
	color:#FFF;
	text-decoration:underline;
}

.teamshow{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.teamshow .pic{
	width:100%;
	overflow:hidden;
}
.teamshow .pic img{
	max-width:100%;
}
.teamshow .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#7f7f7f;
	margin-top:2.0rem;
}
.teamshow .tex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#444;
}
.teamshow .tex dl dd{
	margin-top:0.2rem;
	padding-bottom:0.5rem;
	border-bottom:1px solid #eaeaea;
	color:#9e9e9e;
	margin-bottom:1.0rem;
	font-size:0.8rem;
}

.xmshow{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:0 0.5rem;
}
.xmshow .pic{
	width:100%;
	overflow:hidden;
}
.xmshow .pic img{
	max-width:100%;
	width:auto;
	height:auto;
	width:100%;
}
.xmshow .pic .bq{
	width:100%;
	display:flex;
	margin-top:2.0rem;
	padding-top:2.0rem;
	border-top:1px solid #eaeaea;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.xmshow .pic .bq img{
	margin-right:0.5rem;
	width:auto;
}
.xmshow .pic .bq a{
	margin-right:0.5rem;
	background-color:#f8f8f8;
	color:#7f7f7f;
	padding:0.2rem 0.5rem;
}
.xmshow .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#7f7f7f;
	margin-top:2.0rem;
}
.xmshow .tex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#444;
}
.xmshow .tex dl dd{
	margin-top:0.2rem;
	color:#9e9e9e;
	margin-bottom:1.0rem;
}


.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a01{
	width:100%;
	padding:1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a01 a{
	max-width:32%;
}
.foot01 .a01 a img{
	max-width:100%;
}
.foot01 .a02{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:1.0rem;
	border-top:1px solid rgba(255,255,255,.1);
	margin-top:1.0rem;
}
.foot01 .a02 .tx1{
	width:auto;
	font-size:0.8rem;
	color:#999;
	line-height:1.5rem;
}
.foot01 .a02 .tx2{
	width:100%;
	font-size:0.8rem;
	color:#fff;
	text-align:center;
	margin-top:1.0rem;
}
.foot01 .a02 .tx2 h1{
	font-size:1.2rem;
	margin-bottom:0.5rem;
}








.line2{
	width:100%;
	height:1px;
	margin-top:1.0rem;
	background-color:#f5f5f5;
}
.mart0{
	margin-top:0px;
}
.mart80{
	margin-top:4.0rem;
}





}
































