@charset "utf-8";
body, ol, ul, li, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select, div, span, a, aside, article, section, header, nav, footer, label, img {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
fieldset, img {
	border: 0;
}
img {
	vertical-align: middle;/*max-width:100%;*/
}
ol, ul, li {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button, input, select, textarea {
font-size:.875rem;
	font-family: inherit;
	margin: 0;
	outline: none;
	resize: none;
	border: none;
	background: none;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
html {
	verflow: -Scroll;
	overflow-x: hidden;
	zoom: 1;
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
body {
	color: #565656;
	line-height: 1.5;
	font-family: 'Microsoft YaHei', Arial, 'simsun', HELVETICA;
	min-width: 320px;
}
a {
	color: #565656;
	text-decoration: none;
	transition: all ease 0.3s;
}
a:hover {
	color: #e46522;
}
/* CSS活动的公共样式 */
.fl {
	float: left;
}
.fr {
	float: right;
}
.ce {
	text-align: center;
}
.hide {
	overflow: hidden;
}
.mb15 {
	margin-bottom: 15px;
}
.mb30 {
	margin-bottom: 30px;
}
.container {
	position: relative;
	min-width: 320px;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
.container2 {
	position: relative;
	min-width: 320px;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
.pImg {
	position: relative;
	padding-top: 100%;
	display: block;
	overflow: hidden;
}
.pImg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.bgImg {
	background-position: center;
	background-size: cover;
	position: relative;
	transition: all 0.5s;
	display: block;
	width: 100%;
	height: 100%;
}
.pd70 {
	padding: 70px 0;
	font-size: .875em;
	overflow: hidden;
}
.mb50 {
	margin-bottom: 50px;
}
.font14 {
	font-size: .875em;
}
.gray {
	background: #efefef;
}
.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	font-size: 1rem;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}
/* 头部 */
.header {
	position: fixed;
	width: 100%;
	z-index: 99;
	left: 0;
	top: 0;
	background:#ffffff;
	box-shadow:3px 3px 6px rgba(0,0,0,0.3);
}
.header .logo {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 110px;
}
.nav {
	padding: 0 60px 0 32%;
	height: 120px;
	padding-top: 35px;
	line-height: 50px;
}
.nav .m {
	float: left;
	text-align: center;
	width: 16.5%;
	position: relative;
}
.nav .m>a {
	font-size: 16px;
	color: #333;
	display: inline-block;
	position: relative;
}
.nav .m>a::after, .listMenu li a::after, .strengthMenu a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	background: #e46522;
	width: 100%;
	transform: scale(0, 1);
	transform-origin: right;
	transition: transform .3s;
}
.nav .cur>a::after, .nav .m>a:hover::after, .listMenu li a:hover::after, .listMenu li .cur::after, .strengthMenu .on::after {
	width: 100%;
	transform: scale(1);
	transform-origin: left;
}
.nav .navSub {
	position: absolute;
	left: -10%;
	top: 100%;
	background: #eee;
	line-height: 35px;
	width: 160px;
	color: #333;
font-size:.875rem;
	transform: scale(0, 1);
	transition: all 0.4s;
	opacity: 0;
}
.nav .navSub li {
	border-bottom: 1px solid #ddd;
	line-height: 35px;
}
.nav .navSub a {
	color: #333;
	display: block;
}
.nav .navSub a:hover {
	background: #e46522;
	color: #fff;
}
.nav .m:hover .navSub {
	transform: scale(1);
	opacity: 1;
}
.headTel {
	position: absolute;
	width: 22px;
	height: 34px;
	background: url('../images/topIcon.png') no-repeat;
	right: 0;
	top: 46px;
	cursor: pointer;
}
.headTel p {
	position: absolute;
	background: #f1f1f1;
	line-height: 24px;
	color: #666;
	width: 220px;
	top: 34px;
	right: 0;
	display: none;
	padding: 10px 15px;
	text-align: right;
	font-size: 14px;
}
.headTel p span {
	display: block;
	font-size: 16px;
	color: #fc6200;
	font-family:"Microsoft YaHei UI";
}
.headTel p::before, .nav .navSub::before {
	content: "";
	position: absolute;
	right: 0;
	top: -16px;
	border: 8px solid transparent;
	border-bottom-color: #f1f1f1;
}
.nav .navSub::before {
	right: 50%;
	margin-right: -8px;
	top: -14px;
}
.headFix {
	background: #ffffff;
	height: 120px;
}
.headFix .nav {
	padding-top: 35px;
}
.headFix .logo {
	
}
.headFix .logo img {
	height: 100px;
}
.headFix .headTel {
	top: 46px;
}
/*  导航按钮 */
.navTrigger {
	position: absolute;
	top: 38px;
	right: 15px;
	width: 28px;
	overflow: hidden;
	white-space: nowrap;
	color: transparent;
	z-index: 20;
	cursor: pointer;
	display: none;
}
.navTrigger span {
	display: block;
	height: 2px;
	background: #ff5100;
	margin-bottom: 6px;
	transition: all 0.3s;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}
.navTrigger span:nth-child(3) {
	margin-bottom: 0;
}
.navTrigger-on span:nth-child(1) {
	transform: translateX(4px) translateY(0px) rotate(45deg);
}
.navTrigger-on span:nth-child(2) {
	opacity: 0;
}
.navTrigger-on span:nth-child(3) {
	transform: translateX(2px) translateY(2px) rotate(-45deg);
}
/* 广告轮播图 */
.banner {
	position: relative;
	overflow: hidden;
	margin-top:120px;
}
.banner img {
	width: 100%;
}
.banner .small {
	display: none;
}
.swiper-wrapper {
	transition-timing-function: ease-in-out;
}
.banner .swiper-pagination-bullet {
	background: none;
	opacity: 1;
	cursor: pointer;
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
}
.banner .swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff;
}
.banner .swiper-button-white::after {
	content: "";
	position: absolute;
	left: -100px;
	width: 60px;
	height: 2px;
	background: #fff;
	top: 50%;
	margin-top: -1px;
	opacity: 0;
	transition: all .3s;
}
.banner .swiper-button-next::after {
	left: auto;
	right: 100px;
}
.banner .swiper-button-white:hover::after {
	opacity: 1;
	left: 3px;
}
.banner .swiper-button-next:hover::after {
	left: auto;
	right: 0;
}
/*  搜索 */
.search {
	height: 71px;
	line-height: 70px;
font-size:.875rem;
	border-bottom: 1px solid #e5e5e5;
}
.search .container {
	overflow: hidden;
}
.searFont {
	width: 100%;
	overflow: hidden;
}
.searFont strong {
	color: #333;
	font-weight: normal
}
.searMain {
	width: 30%;
	height: 70px;
	overflow: hidden;
	;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	padding-right: 55px;
}
.searMain .sear_text {
	float: left;
	width: 100%;
	height: 70px;
	line-height: 70px;
	background: #fff;
	padding: 0 15px;
}
.searMain .sear_btn {
	float: right;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background: #005c98 url('../images/sBtn.png') no-repeat center;
	transition: all 0.3s;
	margin-top: 18px;
	margin-right: -35px;
}
.searMain .sear_btn:hover {
	background-color: #ee620b;
}
/*  实力 */
.strength ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.strength li {
	max-width: 210px;
}
.strength li span {
	font-size: 4.143em;
	display: block;
	position: relative;
	font-family: Arial;
	color: #191919;
	line-height: 1.2;
	margin-bottom: 20px;
	transition: all .3s;
}
.strength li span::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 15px;
	background: #ee620b;
	height: 1px;
	transition: all .3s;
}
.strength li:hover span::after {
	width: 40px;
}
.strength li:hover span {
	color: #ee620b;
}
/* 我们的产品 */
.product {
	background: #f2f2f2;
}
.hTitle {
	font-size: 2.625rem;
	color: #191919;
	text-align: center;
	margin-bottom: 40px;
}
.hTitle span {
	display: block;
	font-size: 0.38em;
	opacity: .6;
}
.pro_tabMenu {
	font-size: 1.286em;
	text-align: center;
	margin-bottom: 40px;
	overflow: hidden;
	padding-bottom: 10px;
}
.pro_tabMenu a {
	position: relative;
	z-index: 2;
	margin: 0 50px;
}
.pro_tabMenu a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 2px;
	background: #ee620b;
	z-index: -1;
	transform: scale(0, 1);
	transform-origin: right;
	transition: transform .5s;
}
.pro_tabMenu .on::after {
	transform: scale(1);
	transform-origin: left;
}
.pro_tabMenu .on {
	color: #ee620b;
}
.proMain {
	margin-right: -40px;
	margin-bottom: 30px;
}
.proMain li {
	float: left;
	width: 33.3%;
	padding-right: 40px;
	font-size: 1.143em;
}
.proMain li .pImg {
	padding-top: 100%;
	transition: all .3s;
}
.proMain li h4 {
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #191919;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.proMain li:hover .pImg {
	box-shadow: 2px 2px 8px #ccc;
}
.proMain li:hover img {
	transform: scale(1.1);
}
.proMain li:hover h4 {
	color: #e46522;
}
.pMore {
	display: block;
	width: 260px;
	height: 50px;
	background: #ee620b;
	margin: 0 auto;
	color: #fff;
	line-height: 50px;
	text-align: center;
	box-shadow: 3px 3px 10px #fda670;
	margin-left: -130px;
	margin: 0 auto;
}
.pMore i {
	font-style: normal;
	margin-left: 15px;
}
.pMore:hover {
	color: #fff;
	width: 360px;
}
/* 5大优势 */
.adv {
	padding-bottom: 0;
}
.adv .hTitle span {
	display: block;
	font-size: 0.38em;
	opacity: .6;
}
.adv ul {
	margin-right: -1px;
}
.adv li {
	float: left;
	width: 15%;
	height: 600px;
	position: relative;
	z-index: 2;
	transition: all .6s;
	cursor: pointer;
}
.adv li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #000;
	opacity: .7;
	transition: all .6s;
	transition-delay: .2s;
}
.adv li .txt {
	position: absolute;
	top: 60%;
	z-index: 2;
	color: #fff;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all .5s;
}
.adv li .txt h4 {
	font-size: 1.714em;
	padding-bottom: 30px;
	position: relative;
	transition: all .3s;
}
.adv li .txt h4 i {
	font-style: normal;
	display: block;
	font-size: 30px;
	margin-bottom: 10px;
}
.adv li .txt h4::after, .aboutBtn p::after {
	content: "";
	position: absolute;
	left: 50%;
	background: #ee620b;
	width: 12px;
	height: 1px;
	bottom: 0;
	margin-left: -6px;
	transition: all .3s;
}
.adv li .info {
	padding-left: 25px;
	border-left: 1px solid #ee620b;
	opacity: 0;
	color: #fff;
	line-height: 1.8;
	margin-top: 30px;
	transition: all .5s;
}
.adv li.cur {
	width: 40%;
	text-align: left;
}
.adv li.cur::after {
	left: 10%;
	right: 10%;
	top: 10%;
	bottom: 10%;
}
.adv li.cur .txt {
	top: 50%;
	padding: 0 15%;
	text-align: left;
}
.adv li.cur h4 {
	font-size: 2.2em;
	line-height: 1;
}
.adv li.cur h4::after {
	display: none;
}
.adv li.cur .info {
	opacity: 1;
	margin-top: 0;
}
/* 特点 */
.features {
	margin-bottom: 70px;
	border-bottom: 1px solid #e5e5e5;
}
.features ul {
	border-left: 1px solid #e5e5e5;
	overflow: hidden;
}
.features li {
	float: left;
	width: 20%;
	padding: 80px 3% 0 3%;
	height: 340px;
	border-right: 1px solid #e5e5e5;
	text-align: center;
	position: relative;
}
.features li span {
	display: block;
	font-size: 1.571em;
	color: #191919;
	margin: 40px 0 10px 0;
}
.features li i {
	display: inline-block;
	width: 56px;
	height: 54px;
	background: url('../images/feature_icon.png');
	position: relative;
	top: 0;
	transition: all .3s;
}
.features li:nth-child(2) i {
	background-position: -56px 0;
}
.features li:nth-child(3) i {
	background-position: -112px 0;
}
.features li:nth-child(4) i {
	background-position: -168px 0;
}
.features li:nth-child(5) i {
	background-position: -224px 0;
}
.features li::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background: #f1f1f1;
	z-index: -1;
	transition: all .5s;
}
.features li:hover i {
	top: -10px
}
.features li:hover::after {
	height: 100%;
}
/* 关于 */
.about {
	background: url('../images/about_bg.jpg') no-repeat center;
	padding-top: 70px;
	overflow: hidden;
	background-size: cover;
	background-attachment: fixed;
}
.about .hTitle {
	color: #fff;
	text-align: left;
	margin-bottom: 0;
}
.about .hTitle span {
	opacity: 1;
}
.about .video {
	padding: 80px 0;
}
.about .video a {
	display: inline-block;
	height: 145px;
	line-height: 145px;
	background: url('../images/aVIcon.png') no-repeat left center;
	cursor: pointer;
	width: 210px;
	text-align: right;
	color: #fff;
	position: relative;
}
.about .video a::after {
	content: "";
	position: absolute;
	border-radius: 100%;
	border: 1px solid #fff;
	width: 125px;
	height: 125px;
	left: 10px;
	top: 10px;
	box-shadow: 0 0 15px #fff inset;
	transform: scale(1.4);
	transform-origin: center;
	opacity: 0;
	transition: all .5s;
}
.about .video a:hover::after {
	transform: scale(1);
	opacity: .4;
}
.aboutL {
	width: 52%;
	height: 360px;
	background: #f5f5f5;
	position: relative;
	padding: 70px 3% 20px 0;
	z-index: 2;
}
.aboutL h3 {
	color: #de6104;
	font-size: 1.8em;
	margin-bottom: 20px;
	font-weight:bold;
}
.aboutL .txt {
	min-height: 110px;
	margin-bottom: 10px;
	overflow: hidden;
}
.aboutL .pMore {
	height: 45px;
	line-height: 45px;
	display: inline-block;
	width: 180px;
}
.aboutL .pMore:hover {
	width: 260px;
}
.aboutL::after {
	content: "";
	position: absolute;
	left: -150%;
	width: 200%;
	background: #f5f5f5;
	height: 100%;
	top: 0;
	z-index: -1;
}
.aboutBtn {
	float: left;
	width: 24%;
	height: 360px;
	padding-top: 70px;
	background: rgba(10, 58, 140,.9);
	color: #fff;
	text-align: center;
}
.aboutBtn i {
	display: inline-block;
	width: 110px;
	height: 110px;
	background: url('../images/aIcon1.png') no-repeat;
	background-size: 100%;
	margin-bottom: 30px;
	position: relative;
	top: 0;
	transition: all .3s;
}
.aboutBtn p {
	font-size: 1.714em;
	position: relative;
	padding-bottom: 20px;
}
.aboutBtn:hover {
	color: #fff;
}
.aboutBtn:hover p::after {
	width: 40px;
	margin-left: -20px;
}
.aboutBtn:hover i {
	top: -10px;
}
.aboutBtn2 {
	background: rgba(0, 31, 84,.9);
}
.aboutBtn2 i {
	background-image: url('../images/aIcon2.png');
}
/* 合作伙伴 */
.partner ul {
	padding-top: 1px;
	padding-left: 1px;
}
.partner li {
	float: left;
	width: 25%;
	padding: 5px;
	margin-left: -1px;
	margin-top: -1px;
	position: relative;
	transition: all .5s;
}
.partner li .pImg {
	padding-top: 65%;
}
.partner li img {
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
.partner li a:hover img {
	filter: none;
	-webkit-filter: none;
	-ms-filter: none;
	-o-filter: none;
	transform: scale(1.1);
}
.partner li a:hover {
	box-shadow: 0 0 8px #ccc;
	z-index: 2;
}
/* 新闻快讯 */
.news {
	overflow: hidden;
	background: #f2f2f2;
}
.news .title {
	text-align: center;
	font-size: 3em;
	color: #333;
}
.newsMenu {
	margin: 25px 0 60px 0;
	font-size: 1.286em;
	text-align: center;
}
.newsMenu a {
	position: relative;
	color: #191919;
	margin: 0 25px;
	display: inline-block;
}
.newsMenu a::after, .caseMain a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	background: #ee620b;
	height: 2px;
	transition: all .5s;
	width: 0;
}
.newsMenu .on {
	color: #ee620b;
}
.newsMenu a.on::after, .caseMain li a:hover::after {
	width: 100%;
}
.newsMain {
	overflow: hidden;
	margin-right: -40px;
}
.newsMain li {
	float: left;
	width: 33.3%;
	padding-right: 40px;
	overflow: hidden;
}
.newsMain li a {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 2;
	color: #888;
}
.newsMain li .bgImg {
	height: 260px;
	transition: all .6s;
}
.newsMain li h4 {
	font-size: 1.286em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	padding: 25px 0 15px 0;
	transition: all .3s;
}
.newsMain li p {
	height: 100px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
	line-height: 1.8;
}
.newsMain li .date {
	display: block;
	font-size: 12px;
}
.newsMain li .date i {
	font-style: normal;
	margin-left: 20px;
	opacity: .6;
}
.newsMain li:nth-child(2), .newsMain li:nth-child(3) {
	margin-bottom: 25px;
}
.newsMain li a:hover .bgImg {
	transform: scale(1.1);
}
.newsMain .pic h4 {
	background: #f2f2f2;
	z-index: 2;
	position: relative;
}
.newsMain .txt a {
	padding: 25px 0;
}
.newsMain .txt h4 {
	padding-top: 0;
}
.newsMain .txt .bgImg {
	position: absolute;
	z-index: -1;
	opacity: 0;
	top: 0;
	left: 0;
}
.newsMain .txt a:hover .bgImg {
	opacity: .2;
}
.newsMain .txt a:hover {
	color: #fff;
	background-color: #ee620b;
	padding: 25px;
}
.newsMain .txt a:hover h4 {
	color: #fff;
}
/*底部 */
.footer {
	background: #191919;
font-size:.75rem;
	color: #999;
	line-height: 1.8em;
	overflow: hidden;
	padding: 50px 0;
}
.footMain {
	padding-right: 250px;
}
.footL {
	width: 56%;
	overflow: hidden;
}
.footL ul {
	float: left;
	width: 25%;
}
.footL ul h4 {
	color: #fff;
	font-size: 1.333em;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 15px;
}
.footL ul h4::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 15px;
	background: #ee620b;
}
.footL .footMenu1 {
	width: 36%;
	overflow: hidden;
}
.footL .footMenu1 li {
	float: left;
	width: 50%;
}
.footL .footMenu1 li:nth-child(1) {
	float: none;
	width: 100%;
}
.footMenu_wap {
	display: none;
	overflow: hidden;
	float: left;
}
.footFont {
	width: 70%;
}
.footFont .txt {
	margin-top: 15px;
}
.footWx {
	width: 250px;
	text-align: center;
	line-height: 1.6;
	margin-right: -250px;
}
.footWx p {
	background: #fff;
	float: left;
	width: 120px;
	padding: 5px;
	margin-left: 5px;
}
.footWx p span {
	display: block;
	color: #333;
}
.footer a, .firendlink a {
	color: #999;
}
.footer a:hover, .firendlink a:hover {
	color: #fff;
}
.firendlink {
	background: #111;
	padding: 20px 0;
font-size:.75rem;
	color: #999
}
.firendlink a {
	margin: 0 15px;
}
/*内页公用 */
.listWrap {
	overflow: hidden;
	padding: 50px 0 70px 0;
font-size:.875rem;
}
.listBanner, .mzsmBanner {
	height: 350px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.listBanner h3 {
	position: absolute;
	color: #fff;
	top: 55%;
	font-size: 2.5rem;
	text-transform: uppercase;
	width: 100%;
	font-weight: 700;
	animation: leftPic 1s;
	max-width: 1600px;
	min-width: 360px;
	left: 50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
	text-align: center;
}
.listBanner h3 span {
	display: block;
	font-size: 12px;
	font-weight: 400;
	opacity: 0.5;
}
.breadCrumb {
font-size:.875rem;
	padding: 25px 20px 25px 20px;
	position: relative;
	overflow: hidden;
}
.breadCrumb::after {
	content: "\e646";
	position: absolute;
	left: 0;
	font-family: "iconfont"
}
.breadCrumb .back {
	float: right;
	position: relative;
	color: #005aae;
	border: 1px solid #005aae;
	line-height: 26px;
	width: 90px;
	text-align: center;
}
.breadCrumb .back i {
	font-family: "iconfont";
	margin-right: 5px;
}
.breadCrumb .back:hover {
	background: #005aae;
	color: #fff;
}
.proSear {
	width: 50%;
	margin: 40px auto;
	height: 50px;
	line-height: 50px;
	margin-bottom: 40px;
	padding: 0 50px 0 15px;
	background: #fff;
}
.proSear .btn {
	height: 50px;
	line-height: 50px;
	width: 50px;
	text-align: center;
	font-size: 16px;
	background: #333 url('../images/sIcon.png') no-repeat center;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s;
	float: left;
	margin-right: -50px;
}
.proSear .txt {
	height: 48px;
	line-height: 48px;
	border-right: none;
	width: 100%;
	padding: 0 10px;
	float: left
}
.proSear .btn:hover {
	background-color: #111;
}
@keyframes leftPic {
 0% {
opacity:0;
padding-top:60px;
}
 100% {
opacity:1;
padding-top:0;
}
}
/*内页公用菜单*/
.listMenu {
	border-bottom: 1px solid #d9d9d9;
	text-align: center;
	padding-top: 30px;
	font-size: 1.25em;
}
.listMenu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	height: 55px;
}
.listMenu li {
	min-width: 160px;
}
.listMenu li a, .strengthMenu a {
	position: relative;
	display: inline-block;
	height: 55px;
	color: #333;
}
.listMenu li a::after, .strengthMenu a::after {
	bottom: -1px;
}
.listMenu li:last-child {
	background: none;
}
.listMenu li a:hover, .listMenu .cur {
	color: #ee620b;
}
/* 产品列表 */
.proWrap {
	background: #f1f1f1;
	padding-bottom: 80px;
font-size:.875rem;
}
.proList {
	padding-top: 60px;
}
.proList ul {
	margin-right: -25px;
}
.proList li {
	float: left;
	width: 33.3%;
	padding-right: 25px;
	margin-bottom: 25px;
}
.proList li a {
	display: block;
	background: #fff;
}
.proList li .pImg {
	padding-top: 70%;
}
.proList li h4 {
	height: 60px;
	text-align: center;
	color: #191919;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1.143em;
}
.proList li a:hover img {
	transform: scale(1.1);
}
.proList li a:hover h4 {
	color: #e46522;
}
.proList li a:hover {
	box-shadow: 2px 2px 10px #ccc;
}
.searList ul {
	margin-right: -1px;
}
/*  产品详情 */

.proShow_box1 {
	overflow: hidden;
	margin-bottom: 50px;
	max-width: 1400px;
	background: #fff;
	border: 1px solid #ddd;
}
.proShowTop {
	overflow: hidden;
	margin-bottom: 50px;
}
.gallery {
	width: 50%;
	position: relative;
	border-right: solid 1px #ddd;
	overflow: hidden;
}
.gallery img {
	width: 100%;
}
.gallery li a {
	position: relative;
	padding-top: 70%;
}
.gallery .swiper-pagination {
	bottom: 20px;
}
.gallery .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}
.gallery li a:after {
	content: "\e64d";
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	padding: 10px 15px;
	font-family: "iconfont";
	font-size: 1.4rem;
	z-index: 2;
	background: #333;
	opacity: .5;
}
.proShow_R {
	width: 50%;
	overflow: hidden;
	line-height: 1.8;
	padding: 3% 4%;
}
.proShow_R .title {
	margin-bottom: 20px;
	color: #333;
}
.proShow_R .title span {
	display: block;
	font-size: 1.778em;
	color: #005aae;
}
.proShow_R .font {
	min-height: 200px;
	line-height: 2;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
.proShow_R .tel {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	background: url('../images/p_icon.png') no-repeat left 8px;
	background-size: 20px;
	padding-left: 30px;
	color: #191919;
	font-size: 1.571em;
}
.proShow_R .tel span {
	color: #005aae;
}
.proShow_R .btn {
	margin-top: 30px;
	overflow: hidden;
}
.proShow_R .btn a {
	width: 29%;
	height: 50px;
	line-height: 50px;
	float: left;
	text-align: center;
	border: 1px solid #ccc;
	margin-right: 3%;
}
.proShow_R .btn i {
	font-family: "iconfont";
	position: relative;
	margin-right: 5px;
	font-style: normal;
	font-size: 1.286rem;
	line-height: 1;
	top: 2px;
}
.proShow_R .btn a:hover {
	background: #005aae;
	color: #fff;
	border: 1px solid #0a3a8c;
}
.proShow_box2 {
	max-width: 1400px;
	overflow: hidden;
	margin-top: 60px;
}
.proTie span {
	display: inline-block;
	border-bottom: 1px solid #005aae;
	;
	color: #005aae;
	height: 45px;
}
.proTie {
	height: 45px;
	border-bottom: 1px solid #dcdcdc;
	font-size: 1.286em;
	margin-bottom: 25px;
}
.proShow_main {
	background: #fff;
	padding: 5%;
}
.relative_pro li:nth-child(4) {
	display: none;
}
/* 实力展示 */
.strengthList {
	overflow: hidden;
}
.strengthList li {
	padding-bottom: 50px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 50px;
	overflow: hidden;
}
.strengthList li .pic {
	width: 50%;
	height: 360px;
	overflow: hidden;
}
.strengthList li .txt {
	width: 50%;
	padding-left: 7%;
}
.strengthList li .txt h4 {
	font-size: 2.25em;
	padding-bottom: 20px;
	position: relative;
	transition: all .3s;
	color: #333;
	line-height: 1;
	margin-bottom: 35px;
}
.strengthList li .txt h4 i {
	font-style: normal;
	display: block;
	font-size: 1.722em;
	margin-bottom: 10px;
	font-family: Arial;
	font-weight: bold;
	opacity: .3;
}
.strengthList li p {
	margin-bottom: 15px;
}
.strengthList li .txt h4::after {
	content: "";
	position: absolute;
	left: 0;
	background: #ee620b;
	width: 25px;
	height: 1px;
	bottom: 0;
	transition: all .3s;
}
.strengthList li:nth-child(2n) .pic {
	float: right;
}
.strengthList li:nth-child(2n) .txt {
	float: left;
	padding-left: 0;
	padding-right: 7%;
}
.strengthList li:hover h4::after {
	width: 50px;
}
.strengthList li:hover .bgImg {
	transform: scale(1.1);
}
.strengthList li:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 70px;
}
.strengthTab {
	background: #efefef;
}
.strengthMenu {
	border-bottom: 1px solid #cbcbcb;
	height: 55px;
	text-align: center;
	font-size: 1.286em;
	margin-bottom: 50px;
}
.strengthMenu a {
	color: #333;
	margin: 0 40px;
}
.strengthMenu .on {
	color: #e46522;
}
/* 图片列表 */
.picList ul {
	margin-right: -30px;
}
.picList li {
	width: 25%;
	text-align: center;
	float: left;
	padding-right: 30px;
	margin-bottom: 30px;
}
.picList li a {
	display: block;
	overflow: hidden;
}
.picList li .pImg {
	padding-top: 70%;
	border: 1px solid #e1e1e1;
}
.honorList li .pImg {
	padding-top: 68%;
}
.picList li p {
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	z-index: 2;
	position: relative;
	margin-top: 20px;
}
.picList li a:hover img {
	transform: scale(1.1);
}
.picList li a:hover p {
	color: #ee620b;
}
.partnerList {
	background: none;
}
.partnerList ul {
	padding-left: 1px;
}
.galy {
	background: #f5f5f5;
}
.strengthBox li {
	padding: 0 5px;
}
/* 关于我们 */
.aboutBox1 .font {
	overflow-y: auto;
}
.aboutBox1 .left {
	width: 49%;
	height: 455px;
	overflow: hidden;
}
.aboutBox1 .left .bgImg {
	animation: scale 25s infinite;
}
.aboutBox1 .right {
	width: 46%;
	position: relative;
	height: 455px;
}
.aboutBox1 .tie {
	font-size: 1.429em;
	color: #333;
	margin-bottom: 40px;
}
.aboutBox1 .txt {
	height: 240px;
	overflow-y: auto;
	border-bottom: 1px solid #e5e5e5;
}
.aboutBox1 .tel {
	padding-left: 50px;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 1.571em;
	font-family: Arial;
	color: #333;
}
.aboutBox1 .tel::after {
	content: "\e603";
	position: absolute;
	font-family: "iconfont";
	left: 0;
	font-size: 1.6rem;
	top: 0
}
.aboutBox1 .tel span {
	font-weight: bold;
	margin-right: 30px;
	font-size: 1.182em;
}
.album, .job {
	background: #efefef;
}
.album ul {
	position: relative;
	margin-right: -10px;
	overflow: hidden;
}
.album li {
	float: left;
	width: 25%;
	padding-right: 10px;
	margin-bottom: 10px;
}
.album li:nth-child(2) {
	width: 50%;
}
.album li:last-child {
	position: absolute;
	left: 0;
	bottom: 0;
}
.album li .pImg {
	padding-top: 72.4%;
	;
}
.album li p i {
	float: right;
	font-style: normal;
}
.album li p {
	background: #fff;
	background: rgba(255,255,255,.9);
	padding: 0 5%;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 15px;
	height: 55px;
	line-height: 55px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .4s;
	opacity: 0;
	transform: scale(1, 0);
}
.album li:hover img {
	transform: scale(1.1);
}
.album li:hover p, .settingSlide li p {
	transform: scale(1);
	opacity: 1;
}
.honor {
	position: relative;
	overflow: hidden;
}
.honor li {
	float: left;
	width: 25%;
}
.honor li .pImg {
	padding-top: 68%;
	border: 1px solid #ddd;
}
.honor li p {
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 15px;
}
.honor li a:hover img {
	transform: scale(1.08);
}
.honor .swiper-pagination {
	position: static;
	margin-top: 30px;
}
.honor .swiper-pagination-bullet, .settingSlide .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	;
}
@keyframes scale {
 from {
transform:scale(1);
}
 50% {
transform:scale(1.1);
}
to {
	transform: scale(1);
}
}
/* 诚聘精英 */
.jobTop {
	height: 420px;
	overflow: hidden;
	background: #ededed;
	margin-bottom: 40px;
}
.jobTop .bgImg {
	width: 50%;
	float: left;
}
.jobTop .txt {
	width: 50%;
	padding: 4%;
	float: right;
	z-index: 2;
	position: relative;
	background: #ededed;
	height: 420px;
}
.jobTop h4, .aTie {
	font-size: 2.571em;
	color: #333;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.jobTop p {
	margin-bottom: 25px;
}
.jobTop p strong {
	color: #333;
	margin-bottom: 20px;
	display: block;
	font-size: 1.286em;
}
.jobTop .more {
	color: #e46522;
	position: relative;
	padding-bottom: 10px;
	display: inline-block;
}
.jobTop .more::after {
	width: 100%;
}
.jobTop .more:hover {
	padding-left: 30px;
}
.jobTop:hover .bgImg {
	transform: scale(1.05);
}
.jobList .title {
	font-size: 1.857em;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
}
.jobList li {
	overflow: hidden;
	padding: 0 40px;
	margin-bottom: 15px;
	background: #fff;
}
.jobList .top {
	padding: 20px 0;
	overflow: hidden;
	padding-right: 150px;
	line-height: 34px;
	cursor: pointer;
}
.jobList .top span {
	float: left;
	width: 20%;
}
.jobList .top a {
	float: right;
	width: 130px;
	height: 34px;
	line-height: 34px;
	background: #e46522;
	color: #fff;
	text-align: center;
	font-size: 12px;
	margin-right: -150px;
}
.jobList .top .tie {
	font-weight: 700;
	color: #333;
	font-size: 1.286em;
}
.jobList .top a:hover {
	background: #bd4100;
}
.jobList .font {
	border-top: 1px solid #cfcfcf;
	overflow: hidden;
	padding-top: 30px;
	font-size: 12px;
	display: none;
	padding-bottom: 40px;
}
.jobList .font .txt {
	float: left;
	width: 48%;
}
.jobList .font .txt .tie {
	color: #333;
	margin-bottom: 20px;
	display: block;
	font-size: 14px;
}
.jobList .font .txt:nth-child(2n) {
	float: right;
}
.jobList li.on {
	border-top: 1px solid #e46522;
}
.jobList li:nth-child(1) .font {
	display: block;
}
.job .more {
	height: 60px;
	line-height: 60px;
	text-align: center;
	padding: 0;
}
.job .more a {
	display: block;
	color: #e46522;
}
.job .more a:hover {
	background: #e46522;
	color: #fff;
}
.jobList2 li {
	background: #f5f5f5;
}
/* 常见问题 */
.faq ul {
	padding-left: 1px;
	margin-bottom: 40px;
	padding-top: 1px;
}
.faq li {
	float: left;
	width: 33.3%;
	position: relative;
	border: 1px solid #e5e5e5;
	margin-left: -1px;
	margin-top: -1px;
	transition: all .3s;
	padding: 2.5%;
	height: 300px;
}
.faq li::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 6px;
	background: #e46522;
	transition: all .5s;
	width: 0;
}
.faq li h4 {
	font-size: 1.429em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 700;
	margin-bottom: 10px;
}
.faq li h4 a {
	color: #333;
}
.faq li .tag {
	font-size: 12px;
	margin-bottom: 15px;
	padding-left: 25px;
	position: relative;
}
.faq li .tag a {
	color: #8f8f8f;
	margin-right: 5px;
}
.faq li .tag::after {
	content: "\e606";
	font-family: "iconfont";
	position: absolute;
	left: 0;
	top: -2px;
	font-size: 1.143rem;
}
.faq li .txt {
	color: #777;
	height: 110px;
	margin-bottom: 15px;
	overflow: hidden;
}
.faq li .date {
	color: #999;
	display: block;
}
.faq li .date i {
	float: right;
	font-style: normal;
	font-size: 1.286rem;
	font-family: "Arial";
	margin-top: -5px;
}
.faq li:hover::after {
	width: 100%;
}
.faq li:hover {
	box-shadow: 0 0 10px #ccc;
}
.faq li h4 a:hover, .faq li .tag a:hover {
	color: #e46522;
}
/* 客户案例 */
.caseList ul {
	margin-right: -30px;
}
.caseList li {
	float: left;
	width: 25%;
	padding-right: 30px;
	margin-bottom: 40px;
}
.caseList li .pImg {
	padding-top: 70%;
}
.caseList li .txt {
	padding: 15px 0;
	transition: all .4s;
	position: relative;
	height: 130px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.caseList li .txt::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #005aae;
	z-index: -1;
	transition: all .5s;
	transform: translateY(100%);
}
.caseList li h4 {
	font-size: 1.375em;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 8px;
}
.caseList li a:hover img, .caseSlide li:hover .bgImg {
	transform: scale(1.08);
}
.caseList li a:hover .txt {
	padding: 15px;
	color: #fff;
}
.caseList li a:hover h4 {
	color: #fff;
}
.caseList li a:hover .txt::after {
	transform: translateY(0);
}
.picShow {
	max-width: 1400px;
	margin: 0 auto;
}
/* 新闻列表 */
.newsTop {
	overflow: hidden;
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #ddd;
}
.newsTop li {
	background: #f3f3f3;
	overflow: hidden;
	float: left;
	width: 49%;
	height: 280px;
}
.newsTop li .pic {
	width: 50%;
	float: left;
	height: 280px;
	overflow: hidden;
}
.newsTop li .txt {
	width: 50%;
	padding: 4%;
	background: #f3f3f3;
}
.newsTop li .txt h4 {
	font-size: 1.286em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 15px;
}
.newsTop li .txt h4 a {
	color: #333;
}
.newsTop li .txt h4 a:hover {
	color: #ec0000;
}
.newsTop li .txt h4 span {
	display: block;
font-size:;
	font-family: Arial;
	color: #999;
	font-size: 0.75rem;
	margin-top: 5px;
}
.newsTop li p {
	height: 110px;
	overflow: hidden;
	margin-bottom: 10px;
}
.newsTop li:hover .bgImg {
	transform: scale(1.1);
}
.newsTop li:nth-child(2n) {
	float: right;
}
.newsList {
	overflow: hidden;
font-size:.813rem;
}
.newsList ul {
	margin-right: -25px;
}
.newsList li {
	float: left;
	padding-right: 25px;
	width: 25%;
	margin-bottom: 25px;
}
.newsList li a {
	display: block;
	color: #888;
	padding: 15px;
	background: #f1f1f1;
}
.newsList li .date {
	display: block;
	padding-bottom: 10px;
}
.newsList li .pImg {
	padding-top: 54%;
}
.newsList li h3 {
	font-size: 1.231em;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 20px 0;
}
.newsList li p {
	height: 70px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 20px;
}
.newsList li a:hover img {
	transform: scale(1.1);
}
.newsList li a:hover h3 {
	color: #e46522;
}
/* 新闻详情 */
.picShow_l {
	width: 68.5%;
	overflow: hidden;
}
.showTitle {
	font-size: 2.571em;
	color: #333;
	margin-bottom: 8px;
}
.newsShow .txt .date {
	margin-right: 15px;
}
.showTie {
	overflow: hidden;
	margin-bottom: 40px;
}
.showTie h2 {
	font-size: 1.714em;
	color: #333;
	margin-bottom: 25px;
}
.showTie .txt span {
	color: #454545;
	position: relative;
	padding-left: 22px;
	font-size: 1.143em;
	margin-right: 15px;
}
.showTie .txt span:before {
	content: "\e62e";
	font-family: "iconfont";
	position: absolute;
	left: 0;
	top: -1px;
}
.showTie .txt .s:before {
	content: "\e735";
	font-size: 1.2rem;
	top: -2px;
}
.showTie .bshare-custom {
	margin-top: -30px;
}
.newsShow .showTie p {
font-size:.75rem;
	color: #999;
}
.showCon {
	overflow: hidden;
	margin-bottom: 40px;
}
.show-synopsis {
	background: #f7f8fa;
	padding: 15px;
	margin-bottom: 40px;
}
.show-synopsis i {
	display: inline-block;
	width: 15px;
	background: url('../images/a_l.png') no-repeat;
	height: 15px;
	margin-right: 5px;
}
.show-synopsis .r {
	background: url('../images/a_r.png') no-repeat;
	margin-left: 5px;
	margin-right: 0;
}
.picShow_r {
	width: 27%;
	overflow: hidden;
}
.picShow_r .title {
	font-size: 1.429em;
	color: #333;
	border-bottom: 1px solid #d9d9d9;
	height: 40px;
	margin-bottom: 25px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.picShow_r .title span {
	display: inline-block;
	border-bottom: 1px solid #005aae;
	height: 40px;
}
.picShow_r .title a {
	float: right;
	font-size: 12px;
	margin-top: 4px;
}
.picShow_r li {
	border-bottom: 1px dotted #bfbfbf;
	padding-bottom: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	font-size: 12px;
}
.picShow_r li .pImg {
	width: 35%;
	float: left;
	padding-top: 26%;
	margin-right: 20px;
}
.picShow_r li h4 {
	font-size: 15px;
	margin-bottom: 10px;
}
.picShow_r li h4 a {
	color: #222;
}
.picShow_r li h4 a:hover {
	color: #005aae;
}
.picShow_r li:hover img {
	transform: scale(1.1);
}
.picShow_r li:last-child {
	border-bottom: none;
}
.showPage {
	height: 90px;
	line-height: 90px;
	overflow: hidden;
	background: #f1f1f1;
}
.showPage a {
	float: left;
	width: 43%;
	padding: 0 20px;
}
.showPage a i {
	font-style: normal;
	font-family: "宋体";
	font-weight: bold;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px dotted #ccc;
}
.showPage a:nth-child(2) {
	float: right;
	text-align: right;
}
.showPage a:nth-child(1) i {
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	border-right: 1px dotted #ccc;
	border-left: none;
}
.showPage a:nth-child(3) {
	width: 14%;
	text-align: center;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.showPage a:hover {
	background: #e46522;
	color: #fff;
}
.side_phone {
	margin-top: 30px;
	color: #333;
}
.side_phone h4 {
	margin-top: 15px;
	background: url('../images/p_icon.png') no-repeat left center;
	padding-left: 45px;
	margin-left: 40px;
	line-height: 1.2;
	overflow: hidden;
	font-size: 13px;
	margin-bottom: 15px;
	color: #666;
	padding-top: 10px;
}
.side_phone h4 span {
	display: block;
	font-size: 28px;
	font-family: Arial;
	color: #333;
	margin-top: 5px;
}
.side_phone img {
	border: 1px solid #d2d2d2;
	float: left;
	margin-right: 30px;
}
/* 联系*/
.conBox1 p {
	width: 49%;
	background: #e8e8e8;
	font-size: 2.286em;
	color: #333;
	padding: 40px 5%;
}
.conBox1 p i {
	float: left;
	font-family: "iconfont";
	font-style: normal;
	margin-right: 20px;
}
.conBox1 p span {
	margin-left: 5%;
}
.conBox1 .fr span {
	font-size: 12px;
	color: #999;
}
.conBox2_L {
	width: 60%;
	position: relative;
}
.conBox2_L::after {
	content: "";
	position: absolute;
	height: 1px;
	background: #e5e5e5;
	top: 40px;
	left: 76%;
	width: 50%;
}
.conBox2_L h2 {
	margin-right: 6%;
}
.conBox2_L .txt {
	padding-top: 30px;
	font-size: 1.286em;
}
.conBox2_R {
	max-width: 40%;
}
.conBox2_R p {
	padding-top: 30px;
}
.conBox2_R img {
	width: 173px;
	padding: 11px 11px 1px 1px;
	background: url('../images/code_bg.jpg') no-repeat;
	margin-left: 20px;
	max-width: 100%;
	background-size: 100%;
}
#dituContent {
	width: 100%;
	height: 520px;
}
/* 在线留言*/
.feedback .hTitle {
	color: #fff;
}
.feedback {
	background: url('../images/feedback_bg.jpg') no-repeat center;
}
.feedback form {
	background: rgba(255, 255, 255,.9);
	overflow: hidden;
	padding: 4%;
}
.feedback .top {
	margin-bottom: 40px;
	overflow: hidden;
}
.feedback h3 span {
	display: block;
	font-size: 1.714em;
	color: #333;
}
.feedback h4 {
	padding-left: 50px;
	position: relative;
}
.feedback h4::after {
	content: "\e649";
	position: absolute;
	left: 0;
	top: 0;
	font-family: "iconfont";
	font-size: 2.5rem;
	color: #333;
}
.feedback h4 span {
	display: block;
	font-family: Arial;
	color: #333;
	font-size: 2em;
}
.feedback p {
	width: 49%;
	float: left;
	background: #fff;
	height: 50px;
	line-height: 50px;
	position: relative;
	padding: 0 15px 0 60px;
	margin-bottom: 10px;
	position: relative;
	border: 1px solid #ccc;
}
.feedback p:nth-child(2n-1) {
	float: right;
}
.feedback p input {
	width: 100%;
	height: 100%;
}
.feedback .tarea {
	width: 100%;
	height: 120px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.6;
}
.feedback i {
	content: "";
	font-family: "iconfont";
	color: #a0a0a0;
	font-style: normal;
	float: left;
	margin-left: -30px;
	font-size: 1rem;
}
.feedback textarea {
	width: 100%;
	height: 100%;
}
.feedback .code {
	clear: both;
}
.feedback .code input {
	height: 50px;
	line-height: 50px;
	border: 1px solid #ddd;
}
.feedback .code .c {
	background: #fff;
	width: 20%;
	padding: 0 15px;
}
.feedback .code img {
	padding: 14px;
	background: #fff;
}
.feedback .sub {
	background: #005aae;
	width: 30%;
	cursor: pointer;
	transition: all .3s;
	color: #fff;
}
.feedback .sub:hover {
	background: #004687;
}
