@charset "UTF-8";
label, input, button, select, textarea {
	border-radius:0!important;
}
[class*="span"] {
margin:0;
}
a {
	color:#666;
	-webkit-transition:color 0.3s ease 0s;
	transition:color 0.3s ease 0s;
}
.w1310 {
	width:1310px;
	margin:0 auto;
	position:relative;
}
.w1210 {
	width:1210px;
	margin:0 auto;
	position:relative;
}
.w960 {
	width:960px;
	margin:0 auto;
}
.header {
	width:100%;
	height:90px;
	padding-top:20px;
	background-color:#fff;
	position:relative;
	z-index:5;
}
.header .w1310 {
	height:100%;
}
.header .logo {
	display:block;
	width:141px;
	height:40px;
	padding:44px 39px 36px 39px;
	background:url(../images/bg_01.png) no-repeat center;
	margin-left:-7px;
	margin-bottom:-52px;
}
.header .nav {
	margin-left:3%;
	width:55%;
}
.header .nav li {
	margin-left:6%;
	font-size:14px;
	line-height:90px;
	position:relative;
}
.header .nav li.navli {
	height:90px;
}
.header .nav a {
	color:#333;
	display:inline-block;
}
.header .nav li:hover a.att, .header .nav li.hover a.att {
	color:#eb6e04;
	font-weight:bold;
}
.header .nav .sub-box {
	position:absolute;
	left:-46px;
	top:100%;
	width:455px;
	padding:35px 37px 46px;
	background-color:#eb6e04;
	display:none;
}
.header .nav .ico {
	display:none;
	width:21px;
	height:11px;
	background:url(../images/ico_17.png) no-repeat center;
	position:absolute;
	left:50%;
	margin-left:-11px;
	bottom:0;
}
.header .nav .img {
	display:block;
	width:224px;
}
.header .nav .img img {
	width:100%;
}
.header .nav .left-li {
	width:204px;
}
.header .nav .left-li li {
	border-bottom:1px solid #ee842a;
	line-height:32px;
	min-width:102px;
	margin:0;
}
.header .nav .left-li a {
	display:inline-block;
	padding-left:24px;
	background:url(../images/ico_16.png) no-repeat 2px center;
	color:#fadbc0;
	transition:color 0.3s ease 0s;
	font-size:14px;
}
.header .nav .left-li a:hover {
	color:#fff;
}
.header .search-ico {
	display:inline-block;
	width:23px;
	height:22px;
	background:url(../images/ico_01.jpg) no-repeat center;
	margin-top:35px;
	cursor:pointer;
}
.header .gray-link {
	margin-right:25px;
	font-size:14px;
	line-height:90px;
}
.header .gray-link a {
	float:right;
	display:inline-block;
	margin-left:19px;
	color:#bfbfbf;
	-webkit-transition:color 0.3s ease 0s;
	transition:color 0.3s ease 0s;
}
.header .gray-link a:hover {
	color:#eb6e04;
}
.header .line-s {
	display:inline-block;
	width:1px;
	height:22px;
	background-color:#e5e5e5;
	margin:35px 15px 0;
}
.header .lang {
	font-size:18px;
	font-family:"Arial";
	font-weight:bold;
	margin-top:30px;
	line-height:32px;
	color:#8c8c8c;
	margin-left:4px;
	display:inline-block;
}
.header .nav-btn {
	cursor:pointer;
	display:none;
	height:26px;
	margin-right:-3px;
	margin-top:18px;
	position:relative;
	width:30px;
}
.header .nav-btn span {
	display:block;
	width:100%;
	height:4px;
	background-color:#656565;
	position:absolute;
	left:0;
	-webkit-transition:left 0.5s ease 0s;
	transition:left 0.5s ease 0s;
}
.header .nav-btn .top {
	top:0;
	-webkit-transform-origin:left top 0;
	-ms-transform-origin:left top 0;
	transform-origin:left top 0;
}
.header .nav-btn .cent {
	top:11px;
}
.header .nav-btn .bot {
	top:21px;
	-webkit-transform-origin:left bottom 0;
	-ms-transform-origin:left bottom 0;
	transform-origin:left bottom 0;
}
.header .nav-btn.hover span {
	left:5px;
}
.header .m-nav {
	width:100%;
	left:0;
	top:100%;
	position:absolute;
	margin-left:0;
	background-color:#fff;
	border-top:1px solid #dbdbdb;
	display:none;
}
.header .m-nav ul {
	width:100%;
	background-color:#fff;
}
.header .m-nav li {
	width:100%;
	line-height:50px;
	border-bottom:1px solid #dbdbdb;
	margin-left:0;
	font-size:15px;
}
.header .m-nav li.link a {
	display:block;
	width:92%;
	padding:0 4%;
	background:url(../images/ico_07.png) no-repeat 95% center;
	background-size:auto 45%;
}
.header .m-nav li.link:hover a {
	background:url(../images/ico_07_hov.png) no-repeat 95% center;
	background-size:auto 45%;
}
.header .m-nav li a {
	color:#666;
}
.header .m-nav li:hover {
	background-color:#ec6c00;
}
.header .m-nav li:hover a {
	color:#fff;
}
.header .m-nav li.subli .tt {
	background:url(../images/ico_05.png) no-repeat 96% center;
	background-size:auto 45%;
	width:92%;
	padding:0 4%;
	cursor:pointer;
}
.header .m-nav li.subli:hover .tt {
	background:url(../images/ico_05_hov.png) no-repeat 96% center;
	background-size:auto 45%;
}
.header .m-nav li.subli:hover .subbox a {
	color:#666;
}
.header .m-nav li.subli.hover {
	background-color:#ec6c00;
}
.header .m-nav li.subli.hover .tt {
	background:url(../images/ico_06_hov.png) no-repeat 96% center;
	background-size:auto 3%;
}
.header .m-nav li.subli.hover .tt a {
	color:#fff;
}
.header .m-nav li.subli .subbox {
	width:100%;
	display:none;
}
.header .m-nav li.subli .subbox a {
	display:block;
	width:92%;
	padding:0 4%;
	background:url(../images/ico_07.png) no-repeat 95% center #eee;
	background-size:auto 45%;
	font-weight:normal;
}
.m-navbg {
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	background-color:#000;
	opacity:0.5;
	z-index:3;
	display:none;
}
.header.fix {
	position:fixed;
	left:0;
	top:0;
	padding-top:0;
	border-bottom:1px solid #f2f2f2;
	z-index:50;
}
.footer {
	background-color:#404040;
}
.footer .main {
	padding-top:58px;
}
.footer .main ul {
	width:62%;
}
.footer .main li {
	width:33.3%;
}
.footer .main p.tit {
	padding-left:22px;
	font-size:16px;
	line-height:36px;
	background:url(../images/ico_04.png) no-repeat left center;
}
.footer .main p.tit a {
	color:#ededed;
	-webkit-transition:color 0.3s ease 0s;
	transition:color 0.3s ease 0s;
}
.footer .main p.tit a:hover {
	color:#eb6e04;
}
.footer .main span.sub {
	display:block;
	line-height:24px;
	font-size:14px;
	margin-top:11px;
	margin-bottom:32px;
	padding-left:22px;
}
.footer .main span.sub a {
	color:#acacac;
	-webkit-transition:color 0.3s ease 0s;
	transition:color 0.3s ease 0s;
}
.footer .main span.sub a:hover {
	color:#eb6e04;
}
.footer .mapimg {
	display:block;
	width:38%;
	position:relative;
}
.footer .mapimg img {
	width:100%;
}
.footer .mapimg .ico {
	display:block;
	width:5.8%;
	height:12.3%;
	position:absolute;
	animation:2.6s linear 0s infinite opacity;
}
.footer .mapimg .ico img {
	width:100%;
}
.footer .mapimg .ico1 {
	left:12.6%;
	top:25%;
}
.footer .mapimg .ico2 {
	left:18.7%;
	top:39.4%;
}
.footer .mapimg .ico3 {
	left:25.1%;
	top:54.6%;
}
.footer .mapimg .ico4 {
	left:48.3%;
	top:14.1%;
}
.footer .mapimg .ico5 {
	left:47.3%;
	top:46.8%;
}
.footer .mapimg .ico6 {
	left:75.9%;
	top:18.5%;
}
.footer .mapimg .ico7 {
	left:86%;
	top:58.4%;
}
@keyframes opacity {
0% {
opacity:0.8;
}
50% {
opacity:0.1;
}
100% {
opacity:0.8;
}
}
.footer .bot-wrap {
	border-top:1px solid #535353;
	height:36px;
	line-height:36px;
	padding-top:17px;
	padding-bottom:45px;
	color:#999;
	position:relative;
}
.footer .bot-wrap a {
	color:#999;
	-webkit-transition:color 0.3s ease 0s;
	transition:color 0.3s ease 0s;
}
.footer .bot-wrap a:hover {
	color:#fff;
}
.footer .bot-wrap .link a {
	float:right;
}
.footer .bot-wrap .link .line {
	display:inline-block;
	width:1px;
	height:10px;
	background-color:#535353;
	margin:14px 10px 0;
	float:right;
}
.i-ban {
	width:100%;
	position:relative;
	overflow:hidden;
	height:815px;
	background:url(../../images/loadings.gif) no-repeat center;
	z-index:1;
}
.i-ban.active {
}
.i-ban li {
	width:100%;
	height:100%;
	position:absolute;
	display:none;
	left:0;
	top:0;
	overflow:hidden;
}
.i-ban li a {
	display:block;
	width:100%;
	height:100%;
}
.i-ban li img {
	width:100%;
	display:block;
}
.i-ban .butn {
	position:absolute;
	left:50%;
	bottom:150px;
}
.i-ban .butn span {
	display:inline-block;
	width:15px;
	height:15px;
	border-radius:50%;
	float:left;
	margin-right:10px;
	background-color:#a1a2a2;
	cursor:pointer;
}
.i-ban .butn span.on {
	background-color:#ec6c00;
}
.m-ban {
	position:relative;
	width:100%;
	overflow:hidden;
	display:none;
	cursor:-webkit-grab;
	cursor:grab;
	z-index:1;
}
.m-ban ul, .m-ban li {
	width:100%;
}
.m-ban li a {
	display:block;
}
.m-ban li img {
	width:100%;
}
.banner .i-ban-hei {
	height:0;
	margin-top:42.4%;
	width:100%;
}
.i-main {
	background-color:#f5f5f5;
	z-index:2;
	position:relative;
}
.i-main .i-wrap {
	width:92.4%;
	margin:0 auto;
	position:relative;
}
.i-main .i-wrap .titbox {
	line-height:40px;
}
.i-main .i-wrap .titbox .line {
	display:inline-block;
	width:1px;
	height:20px;
	margin:11px 12px 9px;
	background-color:#c9c9c9;
}
.i-main .i-wrap .titbox .ftt {
	font-size:14px;
	color:#c9c9c9;
}
.i-main .i-wrap h4 {
	font-size:20px;
	color:#444;
}
.i-main .i-wrap1 {
	position:relative;

	border-top:1px solid #ecefee;
	background-color:#fff;
	padding-top:33px;
	padding-bottom:60px; width:100%
}
.i-main .i-wrap1 .scroll {
	width:100%;
	position:relative;
	margin-top:24px;
}
.i-main .i-wrap1 .swiper-container {
	width:100%;
	position:relative;
	overflow:hidden;
}
.i-main .i-wrap1 .butn {
	display:block;
	width:29px;
	height:29px;
	border:1px solid #e7e7e7;
	position:absolute;
	top:-59px;
	-webkit-transition:border 0.3s ease 0s;
	transition:border 0.3s ease 0s;
}
.i-main .i-wrap1 .butn:hover {
	border:1px solid #ec6c00;
}
.i-main .i-wrap1 .swiper-button-prev {
	background:url(../images/ico_08.png) no-repeat center;
	right:38px;
	left:auto;
}
.i-main .i-wrap1 .swiper-button-prev:hover {
	background:url(../images/ico_08_hov.png) no-repeat center;
}
.i-main .i-wrap1 .swiper-button-next {
	background:url(../images/ico_09.png) no-repeat center;
	right:0;
}
.i-main .i-wrap1 .swiper-button-next:hover {
	background:url(../images/ico_09_hov.png) no-repeat center;
}
.i-main .i-wrap1 .img {
	display:block;
	border-bottom:3px solid #f08933;
	padding:11px 0;
}
.i-main .i-wrap1 .img img {
	width:100%;
}
.i-main .i-wrap1 ul {
	width:100%;
}
.i-main .i-wrap1 .box {
	border:1px solid #f1f1f1;
}
.i-main .i-wrap1 .box:hover .img {
	border-bottom:3px solid #ec6c00;
}
.i-main .i-wrap1 a.tt {
	display:block;
	line-height:48px;
	text-align:center;
	color:#555;
	font-size:14px;
	transition:all 0.3s ease 0s;
}
.i-main .i-wrap1 .box:hover .tt {
	color:#fff;
	background-color:#ec6c00;
}
.i-main .i-wrap1 .my-swiper-pagination {
	padding-top:20px;
	text-align:center;
	display:none;
}
.i-main .i-wrap2 {
	padding-top:43px;
	padding-bottom:62px;
}
.i-main .i-wrap2 .leftbox {
	width:45%;
}
.i-main .i-about {
	margin-top:17px;
}
.i-main .i-about .rowbox {
	background-color:#fff;
}
.i-main .i-about .pic {
	display:block;
	width:50%;
	overflow:hidden;
}
.i-main .i-about .pic img {
	width:100%;
	transform:translateZ(0px);
	transition:transform 0.3s ease 0s;
}
.i-main .i-about .pic:hover img {
	transform:scale(1.1, 1.1);
	transition:transform 0.6s ease 0s;
}
.i-main .i-about .cont {
	width:37%;
	padding:24px 7.3% 0 5.7%;
	position:relative;
}
.i-main .i-about .ico {
	display:block;
	width:25px;
	height:25px;
	background:url(../images/ico_02.png) no-repeat center;
	position:absolute;
	left:-25px;
	top:29px;
}
.i-main .i-about .s-tit {
	display:inline-block;
	line-height:32px;
	color:#444;
	font-size:16px;
	font-weight:bold;
}
.i-main .i-about .font {
	display:block;
	line-height:22px;
	font-size:14px;
	margin-top:13px;
}
.i-main .i-about .font a {
	color:#888;
}
.i-main .i-about .bot-box {
	width:100%;
	height:42px;
	line-height:42px;
	background-color:#ec6c00;
}
.i-main .i-about .font a:hover {
	color:#ec6c00;
}
.i-main .i-about .bot-box a {
	display:inline-block;
	color:#fff;
	margin-right:4%;
	font-family:"Arial";
	font-size:14px;
}
.i-main .rightbox {
	width:51%;
}
.i-main .rightbox .more {
	display:inline-block;
	padding-right:18px;
	background:url(../images/ico_03.png) no-repeat right center;
	color:#888;
	text-transform:uppercase;
}
.i-main .rightbox .more:hover {
	color:#ec6c00;
}
.i-main .i-news {
	margin-top:17px;
}
.i-main .i-news ul, .i-main .i-news li {
	width:100%;
}
.i-main .i-news li {
	margin-bottom:26px;
}
.i-main .i-news li:last-child {
	margin-bottom:0;
}
.i-main .i-news li:last-child .cont {
	border-bottom:none;
}
.i-main .i-news .date {
	display:block;
	width:50px;
	text-align:center;
	color:#fff;
	padding-top:8px;
	height:61px;
	background:url(../images/bg_02.png) no-repeat center;
}
.i-main .i-news .date .day {
	font-size:16px;
	font-weight:bold;
	line-height:17px;
}
.i-main .i-news .date .mon {
	line-height:16px;
	font-size:14px;
}
.i-main .i-news .cont {
	width:87.2%;
	padding-bottom:24px;
	border-bottom:1px solid #e0e0e0;
}
.i-main .i-news .s-tit {
	line-height:32px;
	font-size:16px;
	font-weight:bold;
}
.i-main .i-news .s-tit a {
	color:#444;
}
.i-main .i-news .font {
	display:block;
	line-height:22px;
	font-size:14px;
}
.i-main .i-news .font a {
	color:#888;
}
.i-main .i-news .font a:hover {
	color:#eb6e04;
}
.i-main .i-news .l-more {
	display:inline-block;
	margin-top:8px;
	line-height:30px;
	color:#ec6c00;
	font-size:14px;
}
.ins-ban {
	position:relative;
	width:100%;
	overflow:hidden;
	background:url(../../images/loadings.gif) no-repeat center;
}
.ins-ban .bg-img {
	opacity:0;
}
.ins-ban .w1210 {
	height:100%;
	position:absolute;
	left:50%;
	margin-left:-600px;
	top:0;
}
.ins-ban .cent-font {
	width:100%;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-190px;
	text-align:center;
	color:#fff;
}
.ins-ban .en-tit, .ins-ban h3, .ins-ban .word {
	-webkit-transform:translateY(30px);
	-ms-transform:translateY(30px);
	transform:translateY(30px);
	opacity:0;
}
.ins-ban .en-tit {
	display:block;
	width:100%;
	-webkit-transition:-webkit-transform 0.5s cubic-bezier(0.35, 0.67, 0.25, 0.97) 0.5s, opacity 0.5s linear 0.5s;
	transition:transform 0.5s cubic-bezier(0.35, 0.67, 0.25, 0.97) 0.5s, opacity 0.5s linear 0.5s;
}
.ins-ban .en-tit img {
	max-width:100%;
}
.ins-ban h3 {
	font-size:42px;
	line-height:68px;
	-webkit-transition:-webkit-transform 0.5s cubic-bezier(0.35, 0.67, 0.25, 0.97) 0.9s, opacity 0.5s linear 0.9s;
	transition:transform 0.5s cubic-bezier(0.35, 0.67, 0.25, 0.97) 0.9s, opacity 0.5s linear 0.9s;
}
.ins-ban .word {
	display:block;
	width:62.5%;
	margin:48px auto 0;
	font-size:14px;
	line-height:30px;
	-webkit-transition:-webkit-transform 0.5s cubic-bezier(0.35, 0.67, 0.25, 0.97) 1.3s, opacity 0.5s linear 1.3s;
	transition:transform 0.5s cubic-bezier(0.35, 0.67, 0.25, 0.97) 1.3s, opacity 0.5s linear 1.3s;
}
.ins-ban .butn-box {
	display:block;
	width:58px;
	height:164px;
	position:absolute;
	left:50%;
	margin-left:-29px;
	bottom:0;
	background:url(../images/btn_bg01.png) no-repeat center;
	opacity:0;
	-webkit-transition:opacity 0.5s linear 1.8s;
	transition:opacity 0.5s linear 1.8s;
}
.ins-ban .butn-box .butn {
	display:block;
	width:58px;
	height:58px;
	position:relative;
	cursor:pointer;
	overflow:hidden;
}
.ins-ban .butn-box i {
	display:inline-block;
	width:20px;
	height:12px;
	background:url(../images/ico_10.png) no-repeat center;
	position:absolute;
	left:50%;
	margin-left:-9px;
	top:23px;
}
.ins-ban.active {
}
.ins-ban.active .en-tit, .ins-ban.active h3, .ins-ban.active .word {
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	transform:translateY(0px);
	opacity:1;
}
.ins-ban.active .butn-box {
	opacity:1;
}
.ins-ban.active .butn-box i {
	-webkit-animation:1.5s linear 1.8s infinite icoDown;
	animation:1.5s linear 1.8s infinite icoDown;
}
@-webkit-keyframes icoDown {
0% {
opacity:0;
top:20%;
}
50% {
top:50%;
opacity:1;
}
100% {
top:70%;
opacity:0;
}
}
@keyframes icoDown {
0% {
opacity:0;
top:20%;
}
50% {
top:50%;
opacity:1;
}
100% {
top:70%;
opacity:0;
}
}
.about-wrap1 {
	padding-top:62px;
	padding-bottom:122px;
}
.about-wrap1 h4 {
	font-size:40px;
	line-height:70px;
	color:#333;
}
.about-wrap1 .line {
	display:block;
	width:13px;
	height:2px;
	background-color:#e5e5e5;
	margin-top:14px;
}
.about-wrap1 .row {
	margin-top:24px;
}
.about-wrap1 .left-box {
	width:90.6%;
	padding-bottom:51px;
	border-right:1px solid #f2f2f2;
	padding-right:9%;
}
.about-wrap1 .left-cont {
	height:395px;
	overflow:hidden;
}
.about-wrap1 .left-cont.auto {
	height:auto;
}
.about-wrap1 .cn-tt {
	display:block;
	line-height:42px;
	color:#555;
	font-size:26px;
}
.about-wrap1 .en-tt {
	display:block;
	line-height:27px;
	margin-top:8px;
	padding-right:22%;
	font-size:24px;
	color:#999;
	font-family:"Arial";
}
.about-wrap1 .word {
	display:block;
	margin-top:25px;
	font-size:13px;
	line-height:24px;
	color:#999;
}
.about-wrap1 .more {
	display:inline-block;
	padding-right:32px;
	background:url(../images/ico_11.png) no-repeat right center;
	font-size:13px;
	color:#000;
	line-height:22px;
}
.about-wrap1 .more.cur {
	background:url(../images/ico_11_hov.png) no-repeat right center;
}
.about-wrap1 .right-box {
	width:81%;
	margin-left:10%;
}
.about-wrap1 .list-box {
	width:100%;
	padding-bottom:34px;
	border-bottom:1px solid #f2f2f2;
	margin-top:-3px;
	margin-bottom:38px;
}
.about-wrap1 .list-box .oran-num {
	font-size:68px;
	color:#ff9e57;
	line-height:56px;
	display:inline-block;
	font-family:"Arial";
}
.about-wrap1 .list-box .ico1 {
	display:inline-block;
	width:57px;
	height:46px;
	background:url(../images/ico_12.png) no-repeat center;
	margin-right:10px;
	margin-top:4px;
}
.about-wrap1 .tips {
	margin-left:4%;
	padding-top:15px;
}
.about-wrap1 .tips .cn {
	line-height:21px;
	font-size:16px;
}
.about-wrap1 .tips .en {
	line-height:20px;
	color:#dcdcdc;
	font-size:16px;
}
.about-wrap1 .peo li {
	width:19px;
	height:50px;
	background:url(../images/ico_13.png) no-repeat center;
	margin-right:6px;
}
.about-wrap1 .peo li.cur {
	background:url(../images/ico_14.png) no-repeat center;
}
.about-wrap1 .bot-msg ul {
	width:100%;
}
.about-wrap1 .bot-msg li {
	width:49%;
	margin-bottom:42px;
}
.about-wrap1 .bot-msg .gray-num {
	font-size:67px;
	font-family:"Arial";
	line-height:60px;
	text-align:center;
	min-width:65px;
	color:#b0b0b0;
}
.about-wrap1 .bot-msg li:first-child {
	border-right:1px solid #f2f2f2;
}
.about-wrap1 .bot-msg .tips {
	margin-left:13px;
}
.about-wrap2 {
	width:100%;
	height:545px;
}
.about-wrap2 .w1310 {
	position:relative;
	height:100%;
	overflow:hidden;
}
.about-wrap2 .tips {
	position:absolute;
	left:0;
	bottom:80px;
}
.about-wrap2 h4 {
	font-size:40px;
	color:#fff;
	line-height:45px;
	opacity:0;
	transform:translateX(100px);
	transition:transform 0.3s linear 0s, opacity 0.3s linear 0s;
}
.about-wrap2 .en {
	display:inline-block;
	width:402px;
	height:135px;
	background:url(../images/font_02.png) no-repeat center;
	margin-left:-26px;
	opacity:0;
	transform:translateX(100px);
	transition:transform 0.3s linear 0.5s, opacity 0.3s linear 0.5s;
}
.about-wrap2.active h4, .about-wrap2.active .en {
	opacity:1;
	transform:translateX(0px);
}
.about-wrap3 {
	height:700px;
	width:100%;
	background-color:#f5f5f5;
	position:relative;
	overflow:hidden;
	z-index:1;
}
.about-wrap3 ul {
	width:100%;
}
.about-wrap3 li {
	width:257px;
	height:372px;
	background-color:#fff;
	border-radius:5px;
	padding:20px 25px 50px;
	box-shadow:0 0 6px 6px #e9e9e9;
	transform:translateY(0);
	transition:transform 0.3s linear 0s, box-shadow 0.2s linear 0.2s;
}
.about-wrap3 .scroll {
	margin-top:82px;
	position:relative;
	padding-bottom:82px;
}
.about-wrap3 .scroll .swiper-button-prev {
	display:none;
	width:35px;
	height:100%;
	background:none;
	position:absolute;
	left:0;
	top:0;
}
.about-wrap3 .year {
	line-height:66px;
	font-size:44px;
	color:#000;
	width:100%;
	border-bottom:1px solid #f2f2f2;
}
.about-wrap3 .year .unit {
	font-size:23px;
}
.about-wrap3 .cont {
	width:100%;
	position:relative;
	margin-top:18px;
	font-size:14px;
	line-height:22px;
	height:288px;
	overflow:hidden;
}
.about-wrap3 .cont p {
	background:url(../images/ico_15.png) no-repeat 5px 15px;
	padding:7px 0 7px 18px;
}
.about-wrap3 .cont .content {
	width:97%;
}
.about-wrap4 {
	position:relative;
	padding-top:100px;
	padding-bottom:78px;
}
.about-wrap4 h4 {
	font-size:40px;
	color:#fff;
	line-height:53px;
}
.about-wrap4 .en-tt {
	display:inline-block;
	width:472px;
	height:60px;
	background:url(../images/font_03.png) no-repeat center;
	margin-left:-25px;
	max-width:100%;
}
.about-wrap4 .list {
	padding-top:88px;
	width:100%;
	position:relative;
	overflow:hidden;
	opacity:0;
	transform:translateY(100px);
	transition:transform 0.5s linear 0s, opacity 0.5s linear 0s;
}
.about-wrap4 .list.active {
	opacity:1;
	transform:translateY(0);
}
.about-wrap4 .list ul {
	width:103%;
}
.about-wrap4 .list li {
	width:32.3%;
	margin-right:1%;
	position:relative;
	margin-bottom:11px;
	overflow:hidden;
}
.about-wrap4 .list img {
	width:100%;
}
.about-wrap4 .list .upbox {
	position:absolute;
	left:0;
	top:0;
	width:86%;
	padding:9% 7%;
	height:82%;
}
.about-wrap4 .list .cntt {
	line-height:33px;
	font-size:22px;
	color:#fff;
	-webkit-transition:color 0.3s ease 0s;
	transition:color 0.3s ease 0s;
}
.about-wrap4 .list .entt {
	-webkit-transition:-webkit-transform 0.5s cubic-bezier(0.35, 0.67, 0.25, 0.97) 0.2s, opacity 0.5s linear 0.2s;
	transition:transform 0.5s cubic-bezier(0.35, 0.67, 0.25, 0.97) 0.2s, opacity 0.5s linear 0.2s;
}
.about-wrap4 .list .line {
	-webkit-transition:-webkit-transform 0.5s cubic-bezier(0.35, 0.67, 0.25, 0.97) 0.1s, opacity 0.5s linear 0.1s;
	transition:transform 0.5s cubic-bezier(0.35, 0.67, 0.25, 0.97) 0.1s, opacity 0.5s linear 0.1s;
}
.about-wrap4 .list .word {
	-webkit-transition:-webkit-transform 0.5s cubic-bezier(0.35, 0.67, 0.25, 0.97) 0s, opacity 0.5s linear 0s;
	transition:transform 0.5s cubic-bezier(0.35, 0.67, 0.25, 0.97) 0s, opacity 0.5s linear 0s;
}
.about-wrap4 .list .entt {
	line-height:22px;
	color:#9a9c9e;
	font-size:14px;
	-webkit-transform:translateY(50px);
	-ms-transform:translateY(50px);
	transform:translateY(50px);
	opacity:0;
}
.about-wrap4 .list .line {
	display:inline-block;
	width:12px;
	height:2px;
	background-color:#000;
	margin-top:12px;
	-webkit-transform:translateY(50px);
	-ms-transform:translateY(50px);
	transform:translateY(50px);
	opacity:0;
}
.about-wrap4 .list .word {
	display:block;
	margin-top:13px;
	line-height:24px;
	font-size:16px;
	color:#333;
	-webkit-transform:translateY(50px);
	-ms-transform:translateY(50px);
	transform:translateY(50px);
	opacity:0;
}
.about-wrap5 {
	padding-top:80px;
	padding-bottom:130px;
}
.about-wrap5 h4 {
	font-size:40px;
	color:#333;
	line-height:60px;
}
.about-wrap5 .en-tt {
	display:inline-block;
	width:242px;
	height:37px;
	background:url(../images/font_04.png) no-repeat center;
}
.about-wrap5 .list-scroll {
	margin-top:46px;
	position:relative;
}
.about-wrap5 .list-scroll ul, .about-wrap5 .list-scroll li {
	width:100%;
}
.about-wrap5 .list-scroll li {
	border-top:1px solid #f2f2f2;
}
.about-wrap5 .list-scroll .box {
	width:16.6%;
	float:left;
	padding:25px 0;
	text-align:center;
	border-bottom:1px solid #f2f2f2;
}
.about-wrap5 .list-scroll .link-box {
	display:block;
	border-right:1px solid #f2f2f2;
}
.about-wrap5 .list-scroll .box a {
	display:block;
}
.about-wrap5 .list-scroll .box img {
	max-width:100%;
}
.about-wrap5 .list-scroll .box:nth-child(6n) .link-box {
border-right:none;
}
.about-wrap5 #scroll {
	width:100%;
	position:relative;
	overflow:hidden;
}
.about-wrap5 .swiper-pagination {
	bottom:auto;
	top:-65px;
	left:auto;
	right:0;
	width:auto;
}
.about-wrap5 .swiper-pagination span {
	margin:0 3px;
	background-color:#e5e5e5;
}
.about-wrap5 .swiper-pagination .swiper-pagination-bullet-active {
	background-color:#ff9e57;
}
.news-wrap .navbox {
	width:100%;
	text-align:center;
	padding:63px 0 72px;
	background-color:#fff;
}
.news-wrap .navbox a {
	display:inline-block;
	width:150px;
	height:50px;
	line-height:50px;
	text-align:center;
	border:1px solid #e9e9e9;
	margin:0 5px;
	font-size:14px;
	border-radius:24px;
	-webkit-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.news-wrap .navbox a:hover, .news-wrap .navbox a.hover {
	border:1px solid #eb6e04;
	color:#fff;
	background-color:#eb6e04;
}
.news-wrap .list-wrap {
	width:100%;
	padding:40px 0 120px;
	background-color:#f5f5f5;
	position:relative;
}
.news-wrap .list-wrap .main {
	position:relative;
	width:100%;
	opacity:0;
}
.news-wrap .list-wrap .box {
	width:320px;
	background-color:#fff;
	float:left;
}
.news-wrap .list-wrap .box:hover {
	box-shadow:0 3px 6px 3px #c4c3c3;
}
.news-wrap .list-wrap .contbox {
	display:block;
	width:300px;
	padding:10px;
	margin:0 auto;
}
.news-wrap .list-wrap .img {
	display:block;
}
.news-wrap .list-wrap .img img {
	width:100%;
}
.news-wrap .list-wrap .cont {
	padding-top:10px;
	padding-bottom:20px;
	display:block;
	border-bottom:none;
}
.news-wrap .list-wrap .tit {
	line-height:38px;
	font-size:18px;
	font-weight:bold;
}
.news-wrap .list-wrap .tit a:hover {
	color:#eb6e04;
}
.news-wrap .list-wrap .font {
	display:block;
	line-height:22px;
	font-size:13px;
	margin-top:5px;
}
.news-wrap .list-wrap .font a {
	color:#999;
	display:inline-block;
}
.news-wrap .list-wrap .font a:hover {
	color:#eb6e04;
}
.news-wrap .list-wrap .date {
	display:block;
	line-height:24px;
	margin-top:33px;
	color:#8c8c8c;
	font-size:13px;
	font-family:"Arial";
}
.loadbg {
	width:100%;
	text-align:center;
	height:60px;
	position:relative;
}
.crumbs {
	line-height:36px;
	text-align:right;
}
.crumbs a {
	display:inline-block;
}
.crumbs a:hover {
	color:#ff6600;
}
.news-info {
	background-color:#f5f5f5;
	padding-top:28px;
	padding-bottom:50px;
}
.news-info .titbox {
	border-bottom:1px solid #dcdcdc;
	text-align:center;
	padding-bottom:12px;
	margin-top:47px;
}
.news-info h3 {
	font-size:30px;
	font-weight:normal;
	line-height:52px;
	color:#333;
}
.news-info .date {
	line-height:28px;
}
.news-info .cont {
	padding-top:20px;
	padding-bottom:50px;
	border-bottom:1px solid #dcdcdc;
	font-size:14px;
}
.news-info .cont img {
	max-width:100%;
}
.news-info .cont .mobile {
	display:none;
}
.news-info .paging {
	margin-top:20px;
}
.news-info .paging .return {
	display:inline-block;
	width:118px;
	height:33px;
	line-height:33px;
	text-align:center;
	border:1px solid #ff6600;
	color:#ff6600;
	border-radius:18px;
	font-size:14px;
	margin-top:13px;
}
.news-info .paging p {
	line-height:30px;
	font-size:14px;
	color:#777;
}
.news-info .paging a {
	color:#777;
}
.news-info .paging a:hover {
	color:#ff6600;
}
.product-wrap {
	padding-top:80px;
	padding-bottom:60px;
}
.product-wrap img {
	max-width:100%;
}
.product-wrap .listwrap {
	border-bottom:1px solid #dbdbdb;
}
.product-wrap .big {
	text-align:center;
}
.product-wrap .big a {
	display:block;
	border-top:1px solid #dbdbdb;
}
.product-wrap .big p.tit {
	line-height:42px;
	margin-top:35px;
	font-size:24px;
	color:#000;
	font-weight:bold;
}
.product-wrap .big p.tit .weight {
	font-size:18px;
	color:#8d8d8d;
	font-weight:normal;
}
.product-wrap .big p.intr {
	line-height:24px;
	padding:5px 0;
	font-size:14px;
	min-height:70px;
	width:67%;
	margin:6px auto 0;
}
.product-wrap .small {
	width:50%;
	float:left;
}
.product-wrap .small a {
	display:block;
	border-top:1px solid #dbdbdb;
}
.product-wrap .small p.tit {
	line-height:36px;
	margin-top:24px;
	min-height:58px;
	text-align:center;
	font-size:18px;
	color:#000;
	font-weight:bold;
}
.product-wrap .small p.tit .weight {
	font-size:14px;
	color:#8d8d8d;
	font-weight:normal;
}
.product-wrap .left .small a {
	border-left:1px solid #dbdbdb;
}
.product-wrap .left .small:nth-child(2n+1) a {
border-right:1px solid #dbdbdb;
}
.product-wrap .left.big a {
	border-left:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
}
.product-wrap .right .small a {
	border-right:1px solid #dbdbdb;
}
.product-wrap .right.big a {
	border-right:1px solid #dbdbdb;
}
.product-wrap .long {
	width:100%;
}
.product-wrap .long a {
	display:block;
	border-left:1px solid #dbdbdb;
	border-top:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
	padding:68px 1.8% 68px 10%;
	position:relative;
}
.product-wrap .long .cont {
	width:42%;
	position:absolute;
	top:50%;
	left:10%;
	margin-top:-44px;
}
.product-wrap .long .tit {
	line-height:34px;
	font-size:18px;
	font-weight:bold;
	color:#000;
}
.product-wrap .long .tit .weight {
	font-size:14px;
	color:#8d8d8d;
	font-weight:normal;
}
.product-wrap .long .intr {
	line-height:24px;
	font-size:14px;
	margin-top:6px;
}
.product-wrap .long img {
	width:45.7%;
}
.product-wrap .big, .product-wrap .small, .product-wrap .long {
	position:relative;
	z-index:1;
}
.product-wrap .big:hover, .product-wrap .small:hover, .product-wrap .long:hover {
	box-shadow:0 5px 8px 5px #dbdbdb;
	z-index:2;
}
.product-info .nav-box {
	width:100%;
	background-color:#fff;
	padding:62px 0;
	text-align:center;
}
.product-info .nav-box a {
	display:inline-block;
	width:130px;
	height:46px;
	line-height:46px;
	text-align:center;
	border:1px solid #e9e9e9;
	font-size:14px;
	margin:5px;
	border-radius:22px;
	-webkit-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.product-info .nav-box a:hover, .product-info .nav-box a.hover {
	border:1px solid #ec6c00;
	background-color:#ec6c00;
	color:#fff;
}
.product-info .info-wrap {
	background-color:#f5f5f5;
	padding-top:120px;
	padding-bottom:132px;
}
.product-info img {
	max-width:100%;
}
.product-info .left-cont {
	width:480px;
	padding-top:42px;
	margin-left:30px;
}
.product-info .left-cont h4 {
	font-size:60px;
	font-family:"Arial";
	font-weight:bold;
	color:#444;
	line-height:61px;
	text-transform:uppercase;
}
.product-info .left-cont .entt {
	display:block;
	line-height:36px;
	font-size:22px;
	color:#9c9c9c;
	text-transform:uppercase;
}
.product-info .left-cont .lab {
	width:360px;
	padding:14px 0;
	border-bottom:1px solid #dcdcdc;
	color:#444;
	display:block;
}
.product-info .left-cont .lab1 {
	margin-top:16px;
	font-size:20px;
	line-height:28px;
}
.product-info .left-cont .lab2 {
	line-height:24px;
	font-size:18px;
}
.product-info .left-cont .trait {
	display:block;
	margin-top:86px;
}
.product-info .img {
	display:block;
	width:61%;
}
.product-info .info-nav {
	width:100%;
	border-bottom:1px solid #c7c7c7;
	margin-top:72px;
}
.product-info .info-nav span {
	float:left;
	cursor:pointer;
	display:block;
	width:192px;
	text-align:center;
	line-height:51px;
	height:51px;
	background-color:#c7c7c7;
	-webkit-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
	box-shadow:3px 3px 6px 0 #c7c7c7;
	margin-right:2px;
	margin-bottom:-1px;
	color:#fff;
	font-size:14px;
}
.product-info .info-nav span:hover {
	background-color:#ec6c00;
}
.product-info .info-nav span.hover {
	background:url(../images/bg_04.png) no-repeat center top;
	padding-bottom:10px;
	margin-bottom:-10px;
	box-shadow:none;
}
.product-info .info-cont {
	padding-top:80px;
	padding-bottom:120px;
	border-bottom:1px solid #c7c7c7;
}
.product-info .info-cont .left-font p {
	padding-right:10px;
	font-size:14px;
}
.product-info .info-cont .left-font .en {
	font-family:"Arial";
	line-height:24px;
}
.product-info .info-cont .boxs {
	display:none;
}
.product-info .paging {
	padding-top:32px;
}
.product-info .paging p {
	line-height:24px;
	font-size:14px;
}
.product-info .paging a:hover {
	color:#eb6e04;
}
.product-info .paging a.return {
	display:inline-block;
	width:87px;
	padding-left:52px;
	line-height:42px;
	font-size:14px;
	background:url(../images/ico_19.png) no-repeat 30px center;
	border:1px solid #c7c7c7;
	border-radius:20px;
}
.product-info .paging a.return:hover {
	color:#eb6e04;
	border:1px solid #eb6e04;
	background:url(../images/ico_19_hov.png) no-repeat 30px center;
}
.recruit-top {
	background-color:#fff;
	padding-top:100px;
	padding-bottom:90px;
	border-bottom:1px solid #e5e5e5;
}
.recruit-top ul {
	width:103%;
}
.recruit-top li {
	width:31%;
	margin-right:2.3%;
}
.recruit-top li .tit {
	line-height:36px;
	font-size:18px;
	margin-top:16px;
}
.recruit-top li a {
	display:block;
	width:83%;
	padding:33px 7% 42px 10%;
}
.recruit-top li .img {
	display:block;
	width:100%;
	position:relative;
	overflow:hidden;
	transform:translateZ(0px);
	transition:transform 0.3s ease 0s;
}
.recruit-top li img {
	max-width:100%;
}
.recruit-top li:hover img {
	transform:scale(1.1, 1.1);
	transition:transform 0.6s ease 0s;
}
.recruit-top .w1310 {
	position:relative;
	overflow:hidden;
}
.recruit-list {
	background-color:#f5f5f5;
	padding-top:74px;
	padding-bottom:80px;
}
.recruit-list .titbox h4 {
	height:70px;
	background:url(../images/font_08.png) no-repeat center;
	width:100%;
}
.recruit-list .titbox .intr {
	line-height:48px;
	font-size:18px;
	color:#999;
	text-align:center;
}
.recruit-list .list {
	margin-top:55px;
	width:100%;
	position:relative;
	overflow:hidden;
}
.recruit-list ul {
	width:103%;
}
.recruit-list li {
	width:31%;
	margin-right:2.3%;
	background-color:#fff;
	border-bottom:5px solid #f9cc87;
	border-radius:6px;
	margin-bottom:35px;
}
.recruit-list li .tit {
	line-height:36px;
	font-size:18px;
	margin-top:16px;
}
.recruit-list li a {
	display:block;
	width:83%;
	padding:33px 7% 42px 10%;
}
.recruit-list li .stit {
	line-height:43px;
	font-size:24px;
	color:#444;
}
.recruit-list li .lab {
	line-height:35px;
	color:#999;
}
.recruit-list li .lab span {
	display:inline-block;
	padding-left:22px;
	background:url(../images/ico_20.png) no-repeat left center;
	margin-right:18px;
}
.recruit-list li .word {
	display:block;
	line-height:24px;
	color:#999;
	height:72px;
	overflow:hidden;
}
.recruit-list li .more {
	display:inline-block;
	width:52px;
	height:31px;
	background:url(../images/btn_01.png) no-repeat center;
	margin-top:24px;
}
.recruit-list li:hover {
	background:url(../images/bg_05.png) no-repeat center #f4990f;
	background-size:auto 100%;
	border-bottom:5px solid #ee7904;
}
.recruit-list li:hover .stit, .recruit-list li:hover .lab, .recruit-list li:hover .word {
	color:#fff;
}
.recruit-list li:hover .lab span {
	background:url(../images/ico_20_hov.png) no-repeat left center;
}
.recruit-list li:hover .more {
	background:url(../images/btn_01_hov.png) no-repeat center;
}
.recruit-list .page {
	width:100%;
	height:60px;
	margin-top:16px;
}
.l-c-wrap {
	background-color:#fff;
	border-radius:6px;
	left:50%;
	margin-left:-440px;
	padding:0 40px;
	position:fixed;
	top:50%;
	width:800px;
	z-index:10000;
	display:none;
	height:700px;
}
.l-c-wrap.short {
	height:600px;
}
.l-c-wrap.short .l-c-cnt {
	height:376px;
}
.l-c-hd {
	border-bottom:1px solid #e5e5e5;
	height:39px;
	padding-bottom:15px;
	padding-top:35px;
}
.l-c-hd h2 {
	color:#333;
	float:left;
	font-size:30px;
	font-weight:normal;
	line-height:40px;
	text-indent:9px;
}
.l-c-hd .l-c-hdr {
	float:right;
	height:39px;
	line-height:39px;
}
.l-c-hdr span {
	background:url(../images/ico_20.png) no-repeat 0 center;
	display:block;
	float:left;
	margin-left:18px;
	padding-left:23px;
}
.l-c-cnt {
	border-bottom:1px solid #e5e5e5;
	padding:0 9px 0;
	height:470px;
	overflow:hidden;
	position:relative;
	margin-top:24px;
}
.l-c-cnt .obj-wrap {
	position:absolute;
	left:0;
	top:24px;
	width:95%;
}
.l-c-cnt .obj-bar {
	right:0;
	top:24px;
	position:absolute;
	background-color:#f7f7f7;
	display:block;
	width:4px;
	border-radius:4px;
	height:100%;
}
.l-c-cnt .obj-bar .obj-btn {
	background-color:#f29200;
	border-radius:4px;
	position:absolute;
	right:0;
	transition:background-color 0.2s linear 0s;
	width:4px;
	height:100px;
}
.l-c-cnt h3 {
	color:#000;
	font-size:14px;
	font-weight:normal;
	line-height:24px;
	margin-bottom:9px;
}
.l-c-cnt p {
	color:#666;
	font-size:12px;
	line-height:24px;
}
.l-c-ft {
	padding:30px 0 46px 9px;
}
.l-c-ft .l-c-apl {
	background-color:#f60;
	border-radius:4px;
	color:#fff;
	cursor:pointer;
	display:block;
	float:left;
	font-size:18px;
	height:45px;
	line-height:45px;
	text-align:center;
	width:200px;
}
.l-c-ft p {
	color:#666;
	float:right;
	font-size:12px;
	height:45px;
	line-height:45px;
}
.l-c-ft p span {
	color:#333;
}
.l-c-cls {
	background:url(../images/ico_21.png) no-repeat 0 0;
	cursor:pointer;
	display:block;
	height:35px;
	position:absolute;
	right:-45px;
	top:36px;
	width:35px;
}
.l-c-cls:hover {
	background-position:0 -35px;
}
.recruit-crumbs {
	background-color:#f9f9f9;
	font-size:12px;
	line-height:36px;
	padding:0 3%;
	width:94%;
}
.recruit-crumbs a {
	color:#000;
	float:left;
}
.recruit-crumbs span {
	float:left;
	display:inline-block;
	width:18px;
	color:#aeaeae;
	text-align:center;
}
.recruit-crumbs a.home {
	background:url(../images/ico_22.png) no-repeat scroll left center;
	background-size:auto 50%;
	display:inline-block;
	padding-left:19px;
}
.join-info {
	background-color:#f5f5f5;
	padding:15px 6% 26px;
	width:88%;
}
.join-info h3 {
	color:#333;
	font-size:16px;
	font-weight:normal;
	line-height:28px;
}
.join-info .lab {
	border-bottom:1px solid #dcdcdc;
	line-height:20px;
	margin-top:3px;
	padding-bottom:5px;
	width:100%;
}
.join-info .lab span {
	background:url(../images/ico_20.png) no-repeat left center;
	background-size:auto 50%;
	display:inline-block;
	float:left;
	margin-right:14px;
	padding-left:13px;
}
.join-info .cont {
	border-bottom:1px solid #dcdcdc;
	padding-bottom:17px;
	padding-top:10px;
}
.join-info .cont strong {
	color:#000;
}
.join-info .bot-btn {
	margin-top:10px;
	width:100%;
}
.join-info .bot-btn a {
	border-radius:2px;
	color:#fff;
	font-size:14px;
	height:28px;
	line-height:28px;
	text-align:center;
}
.join-info .bot-btn a.sub-btn {
	background-color:#ff6600;
	display:block;
	width:68%;
}
.join-info .bot-btn a.return {
	background-color:#999;
	display:block;
	width:28.5%;
}
.join-info .bot-link {
	line-height:28px;
}
.join-info .bot-link a {
	color:#333;
	text-transform:uppercase;
}
.contact-top {
	background-color:#f5f5f5;
	padding-top:90px;
	padding-bottom:73px;
	text-align:center;
}
.contact-top h3 {
	font-size:42px;
	color:#333;
	line-height:78px;
	height:78px;
	background:url(../images/font_09.png) no-repeat center;
}
.contact-top .font {
	display:block;
	width:57%;
	margin:21px auto 0;
	font-size:14px;
	color:#999;
	line-height:30px;
}
.contact-cent {
	background-color:#fff;
	position:relative;
}
.contact-cent .w1310 {
	padding-top:56px;
	padding-bottom:84px;
}
.contact-cent .titbox {
	text-align:center;
	width:100%;
}
.contact-cent .titbox p.cn {
	line-height:32px;
	font-size:24px;
	color:#000;
}
.contact-cent .titbox p.en {
	line-height:20px;
	color:#d0d0d0;
	font-family:"Arial";
	font-size:18px;
	text-transform:uppercase;
}
.contact-cent ul {
	margin-top:45px;
	width:100%;
}
.contact-cent li {
	text-align:center;
	line-height:28px;
	font-size:14px;
	color:#777;
	position:relative;
}
.contact-cent .line {
	display:block;
	width:1px;
	height:47px;
	position:absolute;
	right:0;
	top:5px;
	background-color:#e5e5e5;
}
.contact-cent .look-map {
	position:absolute;
	bottom:-25px;
	height:50px;
	width:193px;
	line-height:50px;
	color:#fff;
	padding-left:107px;
	background:url(../images/ico_23.png) no-repeat 83px center #ec6c00;
	font-size:14px;
	display:inline-block;
	left:50%;
	margin-left:-150px;
	border-radius:24px;
}
.contact-list {
	width:100%;
	background-color:#f5f5f5;
	padding-top:85px;
	padding-bottom:54px;
}
.contact-list ul {
	width:100%;
}
.contact-list li {
	width:23.4%;
	margin:0 0.8% 20px;
	background-color:#fff;
	border-radius:5px;
}
.contact-list li .cont {
	width:84%;
	padding:8px 8% 28px;
}
.contact-list li img {
	width:100%;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.contact-list li .stit {
	display:block;
	line-height:50px;
	font-size:18px;
	color:#ec6c00;
	border-bottom:1px solid #f2f2f2;
}
.contact-list li .word {
	display:block;
	line-height:24px;
	height:100px;
	position:relative;
	overflow:hidden;
	font-size:14px;
	margin-top:13px;
	margin-bottom:16px;
	color:#777;
}
.contact-list li .look {
	display:inline-block;
	padding-left:26px;
	font-size:14px;
	color:#c2c2c2;
	line-height:26px;
	background:url(../images/ico_24.png) no-repeat left center;
}
.contact-list li .look:hover {
	color:#eb6e04;
}
.contact-list li:hover {
	box-shadow:0 5px 8px 5px #dbdbdb;
}
.tec-wrap .titbox {
	padding-top:50px;
	padding-bottom:40px;
}
.tec-wrap .titbox h4 {
	font-size:40px;
	color:#333;
	line-height:60px;
}
.tec-wrap .titbox .en-tt {
	display:block;
	height:54px;
	background:url(../images/font_10.png) no-repeat left center;
}
.tec-wrap .list ul, .tec-wrap .list li {
	width:100%;
}
.tec-wrap .list li.gray {
	background-color:#f8f8f8;
}
.tec-wrap .list .center {
	width:980px;
	margin:0 auto;
	position:relative;
	-webkit-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
	left:0;
}
.tec-wrap .list li {
	padding:50px 0;
}
.tec-wrap .list .num {
	display:block;
	width:104px;
	border-right:1px solid #ddd;
	line-height:60px;
	font-size:72px;
	font-family:"Arial";
	color:#d2d2d2;
	font-weight:bold;
	font-style:italic;
}
.tec-wrap .list .font {
	display:block;
	width:83.7%;
	font-size:16px;
	line-height:30px;
}
.tec-wrap .list li:hover {
	background-color:#ee7801;
}
.tec-wrap .list li:hover .num, .tec-wrap .list li:hover .font {
	color:#fff;
}
.tec-wrap .list li:hover .num {
	border-right:1px solid #f19334;
}
.tec-wrap .list li:hover .center {
	left:-16px;
}
.tec-wrap .more {
	display:block;
	width:260px;
	height:45px;
	line-height:45px;
	text-align:center;
	color:#fff;
	font-size:16px;
	border-radius:20px;
	background-color:#ee7801;
	margin:40px auto 60px;
}
.service-wrap {
	width:100%;
	height:620px;
	background:url(../images/bg_06.jpg) no-repeat center;
}
.service-wrap .titbox {
	padding-top:80px;
	color:#fff;
}
.service-wrap .titbox h4 {
	font-size:40px;
	font-weight:bold;
	line-height:60px;
}
.service-wrap .titbox .en-tt {
	display:block;
	height:54px;
	background:url(../images/font_11.png) no-repeat left center;
}
.service-wrap .list {
	width:100%;
	margin-top:52px;
	position:relative;
	overflow:hidden;
}
.service-wrap .list ul {
	width:103%;
}
.service-wrap .list li {
	width:31%;
	background-color:#fff;
	margin-right:2%;
}
.service-wrap .m-list {
	padding-bottom:45px;
	display:none;
}
.service-wrap .list li:hover img {
	-webkit-transform:scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1);
	transform:scale(1.1, 1.1);
	-webkit-transition:-webkit-transform 0.6s ease 0s;
	transition:transform 0.6s ease 0s;
}
.service-wrap .list .img {
	display:block;
	position:relative;
	overflow:hidden;
}
.service-wrap .list img {
	width:100%;
	-webkit-transform:translateZ(0px);
	transform:translateZ(0px);
	-webkit-transition:-webkit-transform 0.3s ease 0s;
	transition:transform 0.3s ease 0s;
}
.service-wrap .list p.tit {
	line-height:30px;
	text-align:center;
	font-size:16px;
	padding:18px 2%;
	width:96%;
}
.download-wrap {
	background-color:#f5f5f5;
	padding-top:60px;
	padding-bottom:60px;
}
.download-wrap .titbox h4 {
	font-size:40px;
	color:#000;
	line-height:58px;
}
.download-wrap .titbox .en-tt {
	display:block;
	background:url(../images/font_12.png) no-repeat left center;
	height:54px;
}
.download-wrap .list {
	margin-top:20px;
	width:100%;
	position:relative;
	overflow:hidden;
}
.download-wrap ul {
	width:102%;
}
.download-wrap li {
	width:48%;
	margin-right:2%;
	background-color:#fff;
	line-height:50px;
	font-size:14px;
	margin-bottom:20px;
}
.download-wrap li a {
	display:block;
	float:left;
	width:100%;
}
.download-wrap li .ico {
	display:inline-block;
	width:50px;
	height:50px;
	margin-left:2%;
	background:url(../images/ico_25.png) no-repeat center;
}
.download-wrap li .stit {
	display:inline-block;
	margin-left:4px;
}
.download-wrap li .down {
	display:inline-block;
	padding-left:31px;
	background:url(../images/ico_26.png) no-repeat left center;
	margin-right:5%;
}
.download-wrap li:hover {
	background-color:#ee7801;
}
.download-wrap li:hover .ico {
	background:url(../images/ico_25_hov.png) no-repeat center;
}
.download-wrap li:hover .stit {
	color:#fff;
}
.download-wrap li:hover .down {
	color:#fff;
	background:url(../images/ico_26_hov.png) no-repeat left center;
}
.download-wrap .page {
	width:100%;
	height:60px;
	margin-top:16px;
}
.search-bg {
	background-color:#000;
	display:none;
	height:100%;
	left:0;
	opacity:0.8;
	position:fixed;
	top:0;
	width:100%;
	z-index:100;
}
.searchbox {
	border:1px solid #535353;
	display:none;
	height:68px;
	left:50%;
	margin-left:-25%;
	position:fixed;
	top:169px;
	width:50%;
	z-index:101;
}
.m-search-box {
	border:1px solid #aaa;
	display:none;
	height:40px;
	left:3%;
	position:fixed;
	top:54px;
	width:93%;
	z-index:101;
}
.searchbox input.tex {
	background:none;
	border:medium none;
	color:#a7a7a7;
	font-family:"Arial";
	font-size:36px;
	height:37px;
	line-height:36px;
	padding:16px 2% 15px;
	width:80%;
}
.m-search-box input.tex {
	background:none;
	border:medium none;
	color:#a7a7a7;
	font-family:"Arial";
	font-size:12px;
	height:13px;
	line-height:12px;
	padding:14px 2% 13px;
	width:80%;
}
.searchbox input.search-btn {
	background:url(../images/ico_115.png) no-repeat center center;
	background-size:50% auto;
	border:medium none;
	height:68px;
	margin-right:1%;
	min-width:40px;
	width:7%;
}
.m-search-box input.search-btn {
	background:url(../images/ico_115.png) no-repeat center center;
	background-size:60% auto;
	border:medium none;
	height:40px;
	margin-right:1%;
	width:7%;
}
.close-search {
	background:url(../images/ico_116.png) no-repeat center center;
	cursor:pointer;
	display:none;
	height:37px;
	position:fixed;
	right:3%;
	top:50px;
	width:37px;
	z-index:101;
}
.m-close-search {
	background:url(../images/ico_116.png) no-repeat center center;
	background-size:100% auto;
	cursor:pointer;
	display:none;
	height:15px;
	position:fixed;
	right:4.6%;
	top:15px;
	width:15px;
	z-index:101;
}
.m-searchbtn {
	background:url(../images/ico_117.png) no-repeat left center;
	background-size:auto 100%;
	border-right:1px solid #ccc;
	cursor:pointer;
	display:none;
	height:15px;
	margin-top:16px;
	width:28px;
}
.search-tit {
	width:100%;
	margin-top:30px;
}
.search-tit .entit {
	display:block;
	height:66px;
	background:url(../images/font_13.png) no-repeat center;
}
.search-tit .numbox {
	text-align:center;
	font-size:18px;
	color:#999;
	line-height:52px;
}
.news-wrap .list-wrap.pd30 {
	padding-top:30px;
}
.video-wrap {
	background-color:#f5f5f5;
	padding-top:30px;
	padding-bottom:50px;
}
.video-wrap .crumbs {
	text-align:right;
	line-height:30px;
}
.video-wrap .crumbs a {
	color:#666;
}
.video-wrap .titbox {
	margin-top:43px;
	text-align:center;
}
.video-wrap .titbox .en-tt {
	display:block;
	height:52px;
	background:url(../images/font_14.png) no-repeat center;
}
.video-wrap .titbox .cn-tt {
	line-height:42px;
	font-size:24px;
	color:#333;
}
.video-wrap .vid-nav {
	text-align:center;
	margin-top:30px;
}
.video-wrap .vid-nav a {
	display:inline-block;
	width:160px;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:22px;
	margin:0 10px;
	background-color:#fff;
	font-size:14px;
	color:#333;
	transition:all 0.3s ease 0s;
}
.video-wrap .vid-nav a.hover {
	background-color:#f5641e;
	color:#fff;
}
.video-wrap .vid-nav a:hover {
	color:#f5641e;
}
.video-wrap .vid-nav a.hover:hover {
	background-color:#f5641e;
	color:#fff;
}
.video-wrap .video-list {
	margin-top:60px;
	position:relative;
	overflow:hidden;
}
.video-wrap .video-list ul {
	width:102%;
}
.video-wrap .video-list li {
	width:31.7%;
	margin-right:1.6%;
	margin-bottom:10px;
}
.video-wrap .video-list li a {
	display:block;
}
.video-wrap .video-list li p {
	line-height:52px;
	text-align:center;
	color:#000;
	font-size:14px;
	transition:color 0.3s ease 0s;
}
.video-wrap .video-list li .img {
	display:block;
	position:relative;
	background-color:#000;
}
.video-wrap .video-list li .img .up-pic {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.video-wrap .video-list li .img img {
	opacity:0.5;
	width:100%;
}
.video-wrap .video-list li .img .bg-img {
	opacity:0;
	filter:alpha(opacity=0);
}
.video-wrap .video-list li .ico {
	display:block;
	width:70px;
	height:70px;
	background:url(../images/ico_27.png) no-repeat center;
	position:absolute;
	left:50%;
	margin-left:-35px;
	top:50%;
	margin-top:-35px;
	transform:rotate(0deg);
	transition:transform 0.6s ease 0s;
}
.video-wrap .video-list li:hover .ico {
	transform:rotate(180deg);
}
.video-wrap .video-list li:hover p {
	color:#eb6e04;
}
