.bgf1 {
	background: #f1f1f1;
}

.bgf2 {
	background: #f2f2f2;
}

.bgf3 {
	background: #f3f3f3;
}

.bgf4 {
	background: #f4f4f4;
}

.bgf5 {
	background: #f5f5f5;
}

html,
body {
	font-family: Arial, Verdana;
	background: #fff;
	position: relative;
}

select,
input,
textarea,
button {
	font-family: Arial, Verdana;
}


/*header*/

.header {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 1rem;
	box-shadow: 0 2px 3px rgba(115, 115, 115, .2);
}

.header.hide,
.container.hide,
.fix_nav.hide {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transform: translateX(-260px);
	-webkit-transform: translateX(-260px);
}

.header.show,
.container.show,
.fix_nav.show {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transform: translateX(0);
	-webkit-transform: translateX(0);
}


/*导航关闭*/

.mask2.hide {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transform: translateX(-260px);
	-webkit-transform: translateX(-260px);
}

.mask2.show {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.header_fix {
	width: 100%;
	height: 1rem;
}

.navbar_box {
	position: relative;
	z-index: 11;
	width: 100%;
	height: 1rem;
	padding: 0 0.2rem;
	background: #fff;
	border-bottom: 1px solid #ddd;
}

.navbar {
	width: 100%;
	position: relative;
	z-index: 11;
}

.menu_btn {
	display: block;
	width: 0.5rem;
	height: 0.8rem;
	font-size: 0.5rem;
	cursor: pointer;
	padding-top: 0.25rem;
	color: #163a70;
}

.menu_btn .line {
	width: 0.48rem;
	height: 0.072rem;
	margin: 0 0 0.07rem 0;
	background: #000;
}

.search_btn {
	font-size: .26rem;
	width: 0.5rem;
	height: 0.5rem;
	line-height: 0.53rem;
	text-align: center;
	font-size: 0.5rem;
	color: #163a70;
	border-radius: 0.5rem;
	margin: 0.28rem 0.15rem 0 0;
}

.lag_btn {
	width: 0.5rem;
	height: 0.5rem;
	line-height: 0.53rem;
	text-align: center;
	color: #333;
	font-size: .42rem;
	margin: 0.175rem 0.2rem 0 0;
}

.logo {
	width: 2.4rem;
	height: 1rem;
}

.logo img {
	display: block;
	height: 0.83rem;
	width: auto;
	margin-top: 0.11rem;
}

.menu {
	position: absolute;
	right: 0;
	top: 0;
	width: 260px;
	z-index: 0;
	color: #212d42;
	overflow-y: scroll;
	background: #333333;
	-webkit-overflow-scrolling: touch;
}

.menu_dl {
	padding: 0.1rem 0;
	background: #333333;
}

.drop_menu {
	display: block;
	clear: both;
	font-size: .26rem;
	line-height: 0.3rem;
	padding: .2rem 0.3rem;
	color: #fff;
	overflow: hidden;
	border-bottom: 1px solid #fff;
	position: relative;
	font-family: arial;
}

.drop_menu_ico {
	float: right;
	display: none;
	width: 0.3rem;
	height: 0.3rem;
	background: url(../images/menu_ico1.png) no-repeat center center;
	background-size: 0.22rem auto;
	overflow: hidden;
}

.drop_menu_text {
	float: left;
	color: #fff;
	width: calc(100% - 0.4rem);
	overflow: hidden;
}

.menu_dl dd:last-child .menu_tt {
	border-bottom: none;
}

.menu_dl dd.hover .drop_menu_ico {
	transform: rotateZ(0);
	-webkit-transform: rotateZ(0);
}

.subMenu {
	display: none;
	background: #fca138;
	padding: 0.1rem 0.15rem;
	margin: 0;
}

.subMenu a {
	display: block;
	font-size: .24rem;
	padding: .12rem .1rem;
	line-height: 0.3rem;
	color: #fff;
}

.subMenu a:last-child {
	border-bottom: none;
}

.menu_pro_down {
	display: none;
	padding: 0.2rem 0.3rem 0.1rem 0.4rem;
	background: #333;
	border-bottom: 1px solid #fefefe;
}

.menu_pro_down_clm {
	padding-bottom: 0.15rem;
}

.menu_pro_down_clm_tt {
	display: block;
	color: #fefefe;
	font-family: arial;
	line-height: 0.3rem;
	font-size: 0.18rem;
	padding-bottom: 0.05rem;
}

.menu_pro_down_clm_tt:before {
	content: "";
	float: left;
	width: 0.06rem;
	height: 0.06rem;
	border-radius: 0.06rem;
	background: #fff;
	margin: 0.12rem 0.1rem 0 0;
}

.menu_pro_down_clm_con a {
	clear: both;
	display: block;
	line-height: 0.3rem;
	padding: 0.04rem 0rem 0.04rem 0.2rem;
	font-size: 0.22rem;
	color: #fefefe;
	font-family: arial;
}

.menu_pro_down_clm .menu_pro_down_clm_tt {
	display: inline-block;
}

.menu_pro_down_clm_con a.active {
	color: #d74516;
}

.menu_pro_down_clm_con_wrap {
	display: none;
	overflow: hidden;
	margin: 0.1rem 0;
}

.search {
	padding: .3rem .3rem .2rem;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 10;
	top: 1rem;
	background: #f5f5f5;
	display: none;
}

.search_Box {
	height: .5rem;
	background: #fff;
	position: relative;
	border: 1px solid #9f9f9f;
	border-radius: 0.05rem;
}

.search_inp {
	height: .5rem;
	width: calc(100% - .7rem);
	padding: 0 .1rem;
	border: none;
	font-size: 0.22rem;
	background: none;
	line-height: .48rem;
}

.search_smt {
	position: absolute;
	right: 0;
	top: 0;
	width: .7rem;
	height: .5rem;
	background: none;
	border: none;
	z-index: 9;
	color: #fff;
}

.search_smt_ico {
	width: 0.7rem;
	height: 0.5rem;
	color: #9f9f9e;
	line-height: 0.5rem;
	text-align: center;
	font-size: .35rem;
	background-size: 0.24rem 0.24rem;
}

.search_words {
	color: #a59e9e;
	margin-top: .25rem;
}

.search_words p {
	overflow: hidden;
}

.search_words p a {
	color: #a59e9e;
	display: inline-block;
	margin: 0 .2rem .1rem 0;
}

.menu_search {
	width: 90%;
	margin: 0.3rem auto 0.2rem;
}

.menu_search .search {
	display: block !important;
	position: relative !important;
	top: auto;
	resize: auto;
	width: 100%;
	padding: 0;
	color: #fff;
	background: none;
	border: 1px solid #fff;
}

.menu_search .search_inp,
.menu_search .search_smt_ico {
	color: #fff;
}

.menu_search .search .search_Box {
	border: none;
	background: none;
}

.menu_search .search_inp::-webkit-input-placeholder {
	color: #fff;
}


/**lag***/

.language {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 10;
	top: .85rem;
	background: #f3f3f3;
}

.language_box {
	padding: 0.18rem;
	overflow: hidden;
}

.language a {
	float: right;
	padding: 0 0.35rem;
	height: 0.5rem;
	font-size: 0.22rem;
	line-height: 0.5rem;
	color: #fff;
	margin: 0 0.05rem;
}

.language a:nth-child(1) {
	background: #0185ca;
}

.language a:nth-child(2) {
	background: #ce1126;
}

.mask {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.mask2 {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 11;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	display: none;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}


/*banner*/

.banner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.banner .bd ul li {
	width: 100%;
}

.banner .bd ul li img {
	display: block;
	width: 100%;
}

.banner .hd {
	position: absolute;
	left: 0;
	bottom: 0.1rem;
	width: 100%;
}

.banner .hd ul {
	width: 100%;
	text-align: center;
}

.banner .hd ul li {
	display: inline-block;
	width: 0.1rem;
	height: 0.1rem;
	line-height: 999px;
	border-radius: 0.1rem;
	margin: 0 0.08rem;
	overflow: hidden;
	background: #fff;
}

.banner .hd ul li.on {
	background: #163a70;
}

.pro_det_pic_box .hd ul li {
	background: #6ab209;
}


/*footer*/

.footer {
	width: 100%;
	background: #363e54;
}

.footer dl {
	padding: .5rem .35rem;
}

.footer dd {
	margin-bottom: 0.25rem;
}

.footer dd:last-child {
	margin-bottom: 0;
}

.footer dd .iconfont {
	float: left;
	color: #fff;
	font-size: 0.4rem;
}

.footer dd:nth-child(2) .iconfont {
	margin-top: -0.11rem;
}

.footer dd:nth-child(3) .iconfont {
	margin-top: -0.05rem;
}

.footer dd .con {
	float: left;
	width: calc(100% - 0.4rem);
	padding-left: 0.25rem;
}

.footer dd .con .tt {
	font-size: 0.24rem;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0.1rem;
}

.footer dd .con .text a {
	font-size: 0.22rem;
	color: #fff;
	line-height: 0.32rem;
}

.footerText {
	color: #5d5d5e;
	font-size: 0.18rem;
	line-height: 0.3rem;
	text-align: center;
	padding: 0.15rem 0;
	background: #d5d5d5;
}

.footerText a {
	color: #888;
}

.footerText .pic {
	display: block;
	width: 3.6rem;
	margin: 0 auto;
}


/*.at-style-responsive .at-share-btn{
	padding:0!important;
}
.at-resp-share-element.at-mobile .at-share-btn{
	margin-top:2px;
}
.at-resp-share-element .at-share-btn .at-icon-wrapper{
	width: 0.26rem !important;
    height: 0.26rem !important;
}
.at-resp-share-element .at-icon, .at-resp-share-element .at-label{
	width: 0.26rem !important;
    height: 0.26rem !important;
}*/


/*fix-nav*/

.fix_nav {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 8;
	width: 100%;
	height: 1rem;
	padding: 0 0.05rem;
	background: #fff;
	background-size: auto 100%;
	box-sizing: border-box;
	border-top: 1px solid #ddd;
}

.fix_nav li {
	float: left;
	width: 25%;
	height: 1rem;
}

.fix_nav li a {
	width: 100%;
	height: 1rem;
	text-align: center;
	overflow: hidden;
}

.fix_nav li:last-child a {
	background: none;
}

.fix_nav li a .icon {
	display: block;
	color: #363e54;
	text-align: center;
	position: relative;
	padding-top: 0.13rem;
}

.fix_nav li a .icon i {
	font-size: 0.48rem;
}

.fix_nav li a .icon i.icon-shouye {
	display: block;
	margin-top: 0.01rem;
}

.fix_nav li:nth-child(1) .icon {
	margin-top: 0.03rem;
	margin-bottom: 0.04rem;
}

.fix_nav li:nth-child(2) a .icon {
	padding-top: 0.12rem;
}

.fix_nav li a .icon i.icon-youxiang {
	font-size: 0.53rem;
	display: block;
	margin: -0.01rem 0 0.01rem;
}

.fix_nav li a .icon i.icon-dianhua {
	font-size: 0.42rem;
	display: block;
	margin: 0.02rem 0 0.07rem;
}

.fix_nav li a .icon i.icon-chat {
	font-size: 0.43rem;
	display: block;
	margin: 0.05rem 0 0.03rem;
}

.fix_nav li a .text {
	color: #363e54;
	font-weight: bold;
	font-size: .18rem;
	font-family: arial;
}

.fix_nav li.active i {
	color: #d74516;
}

.fix_nav li.active .text {
	color: #d74516;
}

a:active {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
}


/*index box01*/

.container {
	position: relative;
	z-index: 8;
	width: 100%;
	overflow: hidden;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	background: #fff;
}

.ind_box_con {
	padding: 0.2rem 0.1rem 0.3rem;
}

.title1 {
	padding: 0.1rem 0 0.3rem;
}

.title1 .tt {
	font-size: 0.38rem;
	color: #444444;
	font-weight: bold;
	margin-bottom: 0.15rem;
}

.title1 .text {
	font-size: 0.2rem;
	color: #444;
	line-height: 0.28rem;
}

.ind_box1.index {
	background: #f5f5f5;
	padding: 0.5rem 0.1rem;
}

.ind_box1.index .hd {
	display: none;
}

.ind_box1.index .ind1_scroll {
	width: 235px;
	margin: auto;
	position: relative;
}

.ind_box1.index li {
	background: #fff;
}

.ind_box1.index li .con,
.ind_box1.pro_list .item .con {
	border-top: 2px solid #215494;
	padding: 0.25rem;
}

.ind_box1.index li .con .tt,
.ind_box1.pro_list .item .con .tt {
	font-size: 0.24rem;
	font-weight: bold;
	margin-bottom: 0.15rem;
}

.ind_box1.index li .con .text,
.ind_box1.pro_list .item .con .text {
	font-size: 0.2rem;
	color: #888;
	line-height: 0.28rem;
}

.more {
	width: 1.3rem;
	height: 0.4rem;
	line-height: 0.38rem;
	margin-top: 0.2rem;
	text-align: center;
	border: 2px solid #215494;
	color: #215494;
	font-size: 0.18rem;
	font-weight: bold;
}

.ind_box1.index .ind1_scroll .btns {
	position: absolute;
	width: 0.5rem;
	height: 0.5rem;
	text-align: center;
	line-height: 0.5rem;
	color: #666;
	background: #fff;
	top: 50%;
	margin-top: -0.25rem;
}

.ind_box1.index .ind1_scroll .prev {
	left: -0.6rem;
}

.ind_box1.index .ind1_scroll .next {
	right: -0.6rem;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.ind_box1.index .ind1_scroll .btns:hover {
	background: #215494;
	color: #fff;
}

.ind_box2.index {
	background: url(../images/bg02.jpg)no-repeat center center;
	background-size: cover;
	padding: 0.4rem 0.2rem;
}

.ind_box2.index .wrapper {
	width: 100%;
	position: relative;
}

.ind_box2.index .title1 {
	padding: 0.2rem 0.4rem;
}

.ind_box2.index .ind_about {
	margin: auto;
	position: relative;
}

.ind_box2.index .item {
	margin-bottom: 0.4rem;
}

.ind_box2.index .tts {
	font-size: 0.24rem;
	font-weight: bold;
	margin-bottom: 0.12rem;
}

.ind_box2.index .text {
	font-size: 0.22rem;
	color: #888;
	line-height: 0.26rem;
	margin-bottom: 0.12rem;
}

.ind_box2.index img {
	max-width: 100%;
}

.ind_box2.index .hd,
.ind_box4.index .hd {
	margin: 20px auto;
	text-align: center;
}

.ind_box2.index .hd li,
.ind_box4.index .hd li {
	display: inline-block;
	width: 38px;
	height: 5px;
	border: solid 1px #215494;
	text-indent: -9999px;
	;
	margin: 0 -1px 0 0;
	cursor: pointer;
}

.ind_box2.index .hd li.on,
.ind_box4.index .hd li.on {
	background: #215494;
}

.ind_box3.index {
	padding: 0.35rem 0;
}

.ind_box3.index .title1 .tt {
	margin-bottom: 0rem;
}

.ind_box3.index .item {
	padding: 0.2rem;
}

.ind_box3.index .item .icon {
	width: 1.1rem;
	height: 1.1rem;
	border-radius: 1.1rem;
	background: #595b60;
	float: left;
	position: relative;
	margin-top: 0.1rem;
}

.ind_box3.index .item .icon img {
	max-width: 100%;
	border-radius: 100%;
}

.ind_box3.index .item .con {
	float: left;
	width: calc(100% - 1.1rem);
	padding-left: 0.25rem;
	padding-top: 0.05rem;
}

.ind_box3.index .item .tts {
	color: #333;
	font-weight: bold;
	font-size: 0.24rem;
	margin-bottom: 0.05rem;
}

.ind_box3.index .item .text {
	color: #dedbcb;
	font-size: 0.2rem;
	line-height: 0.3rem;
}

.ind_box4.index {
	background: #f5f5f5;
	padding: 0.4rem 0.2rem;
}

.ind_box4.index .ind4_scroll {
	width: 235px;
	margin: auto;
}

.ind_box4.index .ind4_scroll .pic {
	border-bottom: 1px solid #215494;
	margin-bottom: 0.4rem;
}

.ind_box4.index .ind4_scroll .bd li {
	background: #fff;
	padding-bottom: 0.3rem;
}

.ind_box4.index .ind4_scroll .tts {
	font-size: 0.22rem;
	font-weight: bold;
	text-align: center;
}

.ind_box4.index .more {
	margin: 0.25rem auto;
}

.ind_box4.index .hd {
	margin-top: 0.5rem;
}

.ind_box5.index {
	padding: 0.4rem 0.2rem;
}

.ind_box5.index .item {
	width: 235px;
	margin: 0 auto 0.5rem;
}

.ind_box5.index .item .date {
	font-size: 0.18rem;
	color: #333;
	font-weight: bold;
	margin: 0.15rem 0;
}

.ind_box5.index .item .tts {
	font-size: 0.24rem;
	font-weight: bold;
	min-height: 0.9rem;
}


/**/

.back_top {
	display: none;
	position: fixed;
	bottom: 1.2rem;
	right: 0.4rem;
	z-index: 9999;
	width: 0.5rem;
	height: 0.5rem;
	border: 1px solid #ddd;
	background: #e88736;
	border-radius: 0.05rem;
	cursor: pointer;
}

.back_top i {
	display: block;
	width: 0.4rem;
	height: 0.4rem;
	background: url(../images/top.png)no-repeat center center;
	background-size: cover;
	margin: auto;
	margin-top: 0.04rem;
}

.sub_banner {
	height: 2.2rem;
	background-size: cover!important;
}

.ind_box1.pro_cover {
	padding: 0.4rem 0.2rem;
}

.ind_box1.pro_cover .pro_tab a {
	display: block;
	line-height: 0.4rem;
	font-size: 0.22rem;
	color: #215494;
	padding-left: 0.25rem;
	position: relative;
}

.ind_box1.pro_cover .pro_tab a:before {
	content: "•";
	font-size: 0.35rem;
	color: #215494;
	position: absolute;
	top: 0;
	left: 0;
}

.ind_box1.pro_cover .pro_list {
	margin-top: 0.35rem;
}

.ind_box1.pro_cover .pro_item {
	margin-bottom: 0.3rem;
}

.ind_box1.pro_cover .pro_tt .pro_name {
	width: 100%;
	line-height: 0.5rem;
	background: #215494;
	color: #fff;
	text-align: center;
	font-size: 0.22rem;
	font-weight: bold;
}

.ind_box1.pro_cover .pro_tt a {
	display: block;
	line-height: 0.5rem;
	background: #e88836;
	color: #fff;
	text-align: center;
	font-size: 0.22rem;
	font-weight: bold;
}

.ind_box1.pro_cover .pic {
	width: 100%;
	text-align: center;
	padding: 0.3rem 0;
	border-bottom: 2px solid #215494;
}

.ind_box1.pro_cover .pic img {
	max-width: 100%;
}

.ind_box1.pro_cover .con {
	padding: 0.25rem;
}

.ind_box1.pro_cover .con .tt {
	font-size: 0.24rem;
	font-weight: bold;
	margin-bottom: 0.15rem;
}

.ind_box1.pro_cover .con .text {
	font-size: 0.2rem;
	line-height: 0.26rem;
	color: #888;
}

.ind_box1.pro_list {
	padding: 0.4rem 0.2rem;
	min-height: 2.2rem;
	background: #f5f5f5;
}

.ind_box1.pro_list .item {
	width: 235px;
	margin: 0 auto 0.3rem;
	background: #fff;
}

.ind_box1.about {
	padding: 0.5rem 0.25rem;
}

.ind_box1.about .infor,
.ind_box1.about .infor span,
.ind_box1.service .sub_service,
.ind_box1.service .sub_service span {
	font-family: arial!important;
}

.ind_box1.about .infor h1 big {
	text-transform: uppercase !important;
	font-size: 0.4rem!important;
	color: #5d5d5e!important;
}

.ind_box1.about .infor span {
	font-size: 0.3rem!important;
	color: #5d5d5e!important;
	line-height: 0.4rem!important;
}

.ind_box1.about .infor div,
.ind_box1.about .infor p {
	margin-left: 0!important;
}

.ind_box1.about .infor img,
.ind_box1.service img,
.ind_box1.cetificate img,
.ind_box1.advantage img {
	max-width: 100%;
	width: auto!important;
	height: auto!important;
}

.ind_box1.service {
	padding: 0.5rem 0.2rem;
}

.ind_box1.service .sub_service p:first-child {
	display: none;
}

.service_tab {
	width: 100%;
}

.service_tab a {
	display: block;
	width: 33.33%;
	float: left;
	background: #383838;
	border-right: 1px solid #fff;
	line-height: 0.6rem;
	font-size: 0.22rem;
	color: #fff;
	text-align: center;
}

.service_tab a.active {
	background: #ffd05e;
	color: #383838;
}

.service_tab a:last-child {
	border: none;
}

.ind_box1.cetificate {
	padding: 0.5rem 0.3rem;
}

.ind_box1.cetificate .title,
.ind_box1.faq .titless {
	font-size: 0.4rem;
	color: #444;
	font-weight: bold;
}

.ind_box1.cetificate .sub_process h2 {
	font-size: 0.28rem;
}

.ind_box1.cetificate .sub_process img {
	display: block;
	max-width: 60%;
	margin: auto;
	margin-top: 0.4rem;
}

.ind_box1.faq .sub_faq .title {
	background: #25282f;
	color: #fee45f;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
}

.ind_box1.faq .sub_faq .title i {
	display: inline-block;
	float: left;
	width: 35px;
	height: 35px;
	margin: 0 15px 0 0;
	background: url(../images/icons.png) no-repeat -278px -25px #fee45f;
}

.ind_box1.faq .sub_faq .text {
	background: #f6f6f6;
	padding: 0.25rem;
	color: #25282f;
	font-size: 0.24rem;
	line-height: 22px;
}

.ind_box1.faq {
	padding: 0.7rem 0.2rem;
}

.ind_box1.faq .titless {
	margin-bottom: 0.3rem;
}

.ind_box1.faq .sub_faq ul li {
	margin-bottom: 0.3rem;
}

.ind_box1.advantage {
	padding: 0.5rem 0.1rem;
}

.ind_box1.advantage span strong {
	display: block;
	color: #444;
	font-size: 0.3rem!important;
	margin-bottom: 0.1rem;
}

.pro_table tr td ,table tr td{
	color: #666;
	font-size: 0.2rem;
	padding: 10px;
	border: 1px solid #ddd;
	text-align: center;
}

.ind_box1.advantage img {
	display: block;
	margin: auto;
	margin-top: 0.1rem;
}


/*  sub_contact  */

.ind_box1.contact {
	padding: 0.4rem 0rem;
}

.ind_box1.contact .sub_contact {
	padding: 0 0.2rem;
}

.ind_box1.contact .sub_contact p.title {
	padding-top: 0.2rem;
	margin-bottom: 0.3rem;
}

.ind_box1.contact .sub_contact p.title span {
	display: inline-block;
	color: #25282f;
	font-size: 0.4rem;
	font-weight: bold;
}

.ind_box1.contact .sub_contact p.text {
	color: #4b4b4b;
	font-size: 14px;
	line-height: 22px;
}

.ind_box1.contact .sub_contact ul li {
	width: 100%;
	margin-bottom: 0.3rem;
	*zoom: 1;
}

.ind_box1.contact .sub_contact ul li:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
}

.ind_box1.contact .sub_contact .main01 p i {
	display: block;
	width: 20px;
	height: 32px;
	background: url(../images/icons.png) no-repeat -34px -6px;
	vertical-align: middle;
	float: left;
	margin-left: 7px;
	margin-right: 8px;
}

.ind_box1.contact .sub_contact p.mainbox {
	float: left;
	width: calc(100% - 35px);
	padding-left: 0.3rem;
}

.ind_box1.contact .sub_contact p.mainbox span {
	display: block;
}

.ind_box1.contact .sub_contact .title {
	font-size: 0.24rem;
	font-weight: bold;
	margin-bottom: 0.08rem;
}

.ind_box1.contact .sub_contact .text {
	font-size: 0.2rem;
	line-height: 0.3rem;
}

.ind_box1.contact .sub_contact .main02 p i {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/icons.png) no-repeat -76px -6px;
	vertical-align: middle;
	float: left;
	margin-left: 5px;
}

.ind_box1.contact .sub_contact .main02 p.mainbox a {
	color: #000;
}

.ind_box1.contact .sub_contact .main02 p.mainbox a:hover {
	text-decoration: underline;
}

.ind_box1.contact .sub_contact .main03 p i {
	display: block;
	width: 32px;
	height: 24px;
	background: url(../images/icons.png) no-repeat -127px -6px;
	vertical-align: middle;
	float: left;
	margin-left: 3px;
}

.ind_box1.contact .sub_contact .main04 p i {
	display: block;
	width: 32px;
	height: 32px;
	background: url(../images/icons.png) no-repeat -8px -58px;
	vertical-align: middle;
	float: left;
	margin-left: 3px;
}

.ind_box1.contact .sub_contact .main04 .text a {
	color: #000;
}

.ind_box1.contact .sub_contact .main04 .text a:hover {
	text-decoration: underline;
}

.ind_box1.contact .sub_inquiry {
	margin: 0;
	margin-bottom: 0.5rem;
}

.ind_box1.contact .sub_inquiry .title,
.sub_inquiry .title {
	background: #25282f;
	color: #fee45f;
	height: 35px;
	line-height: 35px;
	font-size: 0.2rem;
}

.ind_box1.contact .sub_inquiry .title i,
.sub_inquiry .title i {
	display: inline-block;
	float: left;
	width: 35px;
	height: 35px;
	margin: 0 15px 0 0;
	background: url(../images/icons.png) no-repeat -278px -25px #fee45f;
}

.ind_box1.contact .sub_inquiry .inquirymain,
.sub_inquiry .inquirymain {
	padding: 0.3rem 0.5rem 0 0.5rem;
}

.ind_box1.contact .sub_inquiry .inquirymain form,
.sub_inquiry .inquirymain form {
	width: 100%;
}

.ind_box1.contact .sub_inquiry .inquirymain input,
.sub_inquiry .inquirymain input {
	width: 100%;
	border: solid 1px #ececec;
	background: #fff;
	height: 28px;
	padding: 0 5px;
	vertical-align: middle;
}

.ind_box1.contact .sub_inquiry .inquirymain textarea,
.sub_inquiry .inquirymain textarea {
	width: 100%;
	height: 1.8rem;
	background: #fff;
	border: solid 1px #ececec;
	padding: 0.08rem;
	resize: none;
}

.ind_box1.contact .sub_inquiry form label,
.sub_inquiry form label {
	display: block;
	width: 100%;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 0.12rem;
}

.ind_box1.contact .sub_inquiry form label span,
.sub_inquiry form label span {
	display: inline-block;
	color: #25282f;
	line-height: 28px;
	text-align: left;
	margin-bottom: 0.05rem;
	float: left;
	font-size: 0.22rem;
}

.ind_box1.contact .sub_inquiry form label input.send,
.sub_inquiry form label input.send {
	border: none;
	background: #ffdb60;
	width: 2.2rem;
	height: 0.55rem;
	display: block;
	color: #3a3f4a;
	margin: auto;
	margin-top: 0.3rem;
	text-align: center;
	color: #25282f;
	font-size: 0.22rem;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
}

.ind_box1.contact .sub_inquiry form label input.send:hover {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	-webkit-border-radius: 20px;
	cursor: pointer;
}
.ind_box1.contact .resource_box img{
	max-width: 100%;
	margin-bottom: 0.3rem;
}
.ind_box1.contact .resource_box .miaoshu{
	text-align: center;
}
.resource_box .miaoshu .title{
	font-size: 0.24rem;
	font-weight: bold;
	margin-bottom: 0.15rem;
}
.resource_box .miaoshu .time{
	font-size: 0.2rem;
	margin-bottom: 0.1rem;
	color: #666;
	display: block;
}
.resource_box .miaoshu .infor{
	text-align: left;
	font-size: 0.22rem;
	line-height: 0.28rem;
	color: #777;
}
.ind_box1.contact table{
	width: 100%;
}
.ind_box1.contact table tr td{
	width: 50%;
}
.titless {
	font-size: 0.4rem;
	font-weight: bold;
	margin-bottom: 0.3rem;
	color: #444;
}

.ind_box1.manu {
	padding: 0.5rem 0.15rem;
}

.ind_box1.manu .sub_case {
	margin-bottom: 0rem;
}

.ind_box1.manu .sub_case ul li {
	overflow: hidden;
	zoom: 1;
	border: 1px solid #efefef;
	margin-bottom: 0.3rem;
	padding: 0.1rem;
}

.ind_box1.manu .sub_case ul li .pic {
	float: left;
	width: 2rem;
	margin: 0.05rem 0;
	border: 2px solid #efefef;
}

.ind_box1.manu .sub_case ul li .pic img {
	max-width: 100%;
	display: block;
}

.ind_box1.manu .sub_case ul li dl {
	float: left;
	width: calc(100% - 2rem);
	padding-left: 0.15rem;
}

.ind_box1.manu .sub_case ul li dl dt {
	color: #25282f;
	font-weight: bold;
	font-size: 0.22rem;
	margin: 0 0 0.07rem;
}

.ind_box1.manu .sub_case ul li dl dd.text {
	color: #848484;
	font-size: 0.19rem;
	line-height: 0.28rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.ind_box1.manu .sub_case ul li dl dd.more {
	width: 1.5rem;
	height: 0.4rem;
	border: 1px solid #b6b7b8;
	color: #848484;
	line-height: 0.4rem;
	text-align: center;
	margin-top: 0.07rem;
}
.ind_box1.contact .sub_right{
	width: 100%;
}
.ind_box1.contact .section{
	padding-bottom: 0.4rem;
}
.ind_box1.contact .section li span,.ind_box1.contact .section li p{
	display: block;
	width: 100%;
	line-height: 0.4rem;
	position: relative;
	padding-left: 25px;
	margin-bottom: 0.15rem;
}
.ind_box1.contact .section li span:before,.ind_box1.contact .section li p:before{
	position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 19px;
    height: 23px;
    background: url(../images/icons.png) no-repeat;
}
.ind_box1.contact .section li .tel:before{ background-position:0 -247px;}
.ind_box1.contact .section li .fax:before{ background-position:-40px -247px;}
.ind_box1.contact .section li .phone:before{ background-position:4px -279px;}
.ind_box1.contact .section li .sky:before{ background-position:-40px -279px;margin-top: 3px;}
.ind_box1.contact .section li .mail:before{ background-position:0 -312px;margin-top: 4px;}
.ind_box1.contact .section li .add:before{ background-position:-39px -312px; top:-4px;margin-top: 4px;}
.sub_inquiry02 p.tip{
	padding-left: 0.2rem;
}

.ind_box1.news,.ind_box1.contact {
	padding: 0.4rem 0.2rem;
}
.ind_box1.news .sub_right{
	width: 100%;
}
.news_box .tab_menu,.contact_box .tab_menu{
	margin-bottom: 0.4rem;
}
.news_box .tab_menu li,.contact_box .tab_menu li{
	width: 50%;
	float: left;
	line-height: 0.6rem;
	background: #ddd;
	text-align: center;
	font-size: 0.24rem;
	font-weight: bold;
	border-right: 1px solid #fff;
}
.tab_menu li a{
	display: block;
}
.news_box .tab_menu li.active,.contact_box .tab_menu li.active{
	background: #e88836;
}
.news_box .tab_menu li.active a,.contact_box .tab_menu li.active a{
	color: #fff;
	
}
.news_box .main_news li{
	width: 230px;
	margin: 0 auto 0.5rem;
}
.news_box .main_news li img{
	display: block;
}
.news_box .main_news li .date{
	font-size: 0.2rem;
	margin: 0.15rem 0;
	display: block;
}
.news_box .main_news li dt{
	font-size: 0.24rem;
	font-weight: bold;
	margin-bottom: 0.15rem;
}
.news_box .main_news li .more{
	border-color: #e38537;
	color: #e38537;
}
.ind_box1.news .main_show li {
	margin-bottom: 0.4rem;
}
.ind_box1.news .main_show li img{
	display: block;
	border: 1px solid #D5D5D5;
	padding: 0.08rem;
	margin: 0 auto 0.15rem; 
}
.cont_infor .title{
	font-size: 0.3rem;
	font-weight: bold;
}
.cont_infor .time{
	font-size: 0.2rem;
	color: #666;
	margin: 0.15rem 0;
	display: block;
}
.cont_infor .info{
	font-size: 0.22rem;
	line-height: 0.3rem;
	color: #777;
}
.cont_infor .info img{
	max-width: 100%;
	margin: 0.15rem  0;
}
.cont_infor .addthis_sharing_toolbox{
	margin-top: 0.3rem;
	margin-bottom: 0.3rem;
}
.fenxiang p {
	margin-bottom: 0.15rem;
}
.fenxiang p span {
	font-weight: bold;
	margin-right: 0.15rem;
}
.feature_box .pic,.feature_box dl{
	float: none;
	text-align: center;
}
.feature_box li{
	padding: 0.3rem 0;
}
.feature_box li img{
	border: 1px solid #D5D5D5;
	padding: 0.05rem;
}
.feature_box dt{
	font-size: 0.24rem;
	font-weight: bold;
	margin: 0.15rem 0;
}
.feature_box .text{
	font-size: 0.2rem;
	color: #777;
	
}
.feature_box .more{
	margin: 0.3rem auto 0.3rem;
}
/*
 * location
 */

.location {
	line-height: 0.55rem;
	background: #d4d4d4;
	color: #5d5d5e;
	font-family: arial;
	padding: 0 0.25rem;
}

.location_l {
	width: 100%;
}

.location .icon {
	float: left;
	color: #5d5d5e;
	font-size: 0.26rem;
	margin-right: 0.1rem;
}

.location .text_wrap {
	width: calc(100% - 0.26rem);
	padding-left: 0.1rem;
	line-height: 0.58rem;
}

.location a {
	color: #5d5d5e;
	font-size: 0.22rem;
	font-family: arial;
}

.ind_box1.pro_det {
	padding: 0.3rem 0;
}

.ind_box1.pro_det .bd {
	width: 94%;
	margin-left: 3%;
}

.ind_box1.pro_det .pro_det_t {
	padding: 0.4rem 0.3rem 0.1rem;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0.3rem;
}

.pro_det_tt {
	color: #303440;
	font-size: 0.32rem;
	font-weight: bold;
	margin-bottom: 0.15rem;
}

.pro_det_text {
	color: #919191;
	font-size: 0.22rem;
}
.pro_det_text .tipss{
	color: #444;
	font-size: 0.24rem;
	font-weight: bold;
	margin-bottom: 0.15rem;
}
.p_det_btn {
	padding: 0.2rem 0.15rem;
	width: 50%;
	float: left;
}

.p_det_btn a {
	width: 100%;
	height: 0.6rem;
	line-height: 0.6rem;
	color: #fff;
	font-size: 0.23rem;
	text-align: center;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-content: center;
	background: #163a70;
	margin-bottom: 0.15rem;
	font-family: arial;
}

.p_det_btn a .icon {
	font-size: 0.4rem;
	margin-right: 0.09rem;
}

.p_det_btn a .icon.icon-jiaoliu {
	font-size: 0.32rem;
}

.share_box {
	padding-left: 0.4rem;
}

.share_box .tt {
	color: #333;
	font-size: 0.24rem;
	line-height: 0.32rem;
	padding-right: 0.05rem;
	width: 1.5rem;
	font-size: 0.22rem;
}

.pro_des {
	padding: 0.3rem 0rem;
}

.pro_des .tab_box {
	line-height: 0.6rem;background: #ddd;
}

.pro_des .tab_box a {
	display: inline-block;
	width: 33.33%;
	text-align: center;
	background: #ddd;
	float: left;
	color: #333;
	font-size: 0.22rem;
	border-right: 1px solid #fff;
}

.pro_des .tab_box a:last-child {
	border: none;
}

.pro_des .tab_box a.active {
	background: #163a70;
	color: #fff;
}

.pro_des .content_wrap {
	padding: 0.2rem;
}

.pro_des .content {
	display: none;
}

.pro_des .content:first-child {
	display: block;
}

.pro_des .part {
	padding: 0.2rem 0;
}

.pro_des .sub_title {
	color: #ff9235;
	font-size: 14px;
	font-weight: bold;
	border-bottom: solid 1px #e9e9e9;
	padding: 0 0 10px;
	margin-bottom: 0.3rem;
	position: relative;
	padding-left: 18px;
}

.pro_des .sub_title:before {
	content: "";
	position: absolute;
	left: 5px;
	top: 6px;
	width: 6px;
	height: 6px;
	background: #ff9235;
}

.pro_des .main {
	font-size: 0.2rem;
	color: #666;
	line-height: 0.26rem;
}

.pro_des .main img {
	max-width: 100%;
	margin: 10px 0;
}

.pro_table_wrap {
	overflow-x: auto;
}

.sub_inquiry p.title span ,.sub_inquiry02 p.title span{
	display: inline-block;
	padding: 0 15px;
	background: #ff9235;
	font-size: 0.2rem;
	font-weight: bold;
	text-transform: capitalize;
	margin-right: 15px;
}

.sub_inquiry p.title ,.sub_inquiry02 p.tip{
	background: #163a70;
	height: 32px;
	line-height: 32px;
	color: #fff;
	margin-bottom: 20px;
	font-size: 0.2rem;
}

.sub_inquiry form ,.sub_inquiry02 form{
	padding: 0.3rem 0.2rem 0.6rem;
}

.sub_inquiry li ,.sub_inquiry02 li{
	margin-bottom: 0.25rem;
}

.sub_inquiry li p ,.sub_inquiry02 p{
	margin-bottom: 0.1rem;
	color: #666;
}

.sub_inquiry input ,.sub_inquiry02 input{
	width: 100%;
	outline: none;
	border: none;
	background: #f6f6f6;
	line-height: 0.5rem;
	padding-left: 0.15rem;
}

.sub_inquiry input::-webkit-input-placeholder {
	color: #ccc;
}

.sub_inquiry textarea,.sub_inquiry02 textarea {
	width: 100%;
	height: 1.5rem;
	border: none;
	resize: none;
	background: #f6f6f6;
	padding: 0.1rem 0 0 0.15rem;
}

.sub_inquiry .send ,.sub_inquiry02 .send{
	width: 49%;
	float: left;
	margin-right: 2%;
	color: #fff;
	background: #ff9235;
}

.sub_inquiry .reset {
	width: 49%;
	float: left;
	color: #fff;
	background: #3d6aac;
}

.ind_box1.pro_det .related {
	padding: 0.3rem 0rem;
}

.related .title {
	color: #373737;
	font-size: 0.22rem;
	font-weight: bold;
	background: #dce8fa;
	height: 0.6rem;
	line-height: 0.6rem;
	padding: 0 0.2rem;
}

.related li {
	width: 235px;
	margin: 0 auto 0.2rem;
	padding: 0.25rem 0;
}

.related li .pic {
	border: 1px solid #ddd;
}

.related li .name {
	font-size: 0.2rem;
	line-height: 0.3rem;
	text-align: center;
	margin-top: 0.2rem;
}


/**/

.ind_box1.company {
	padding: 0.4rem 0.2rem;
}

.menusss {
	margin-bottom: 0.4rem;
}

.menusss li {
	float: left;
	width: 50%;
	line-height: 0.6rem;
	background: #ddd;
	font-size: 0.22rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.menusss li:nth-child(2n) {
	border-right: none;
}

.menusss li.active {
	background: #163a70;
}

.menusss li.active a {
	color: #fff;
}

.main_profile {
	font-size: 0.22rem;
	line-height: 0.28rem;
	color: #777;
	padding-bottom: 0.3rem;
}

.main_profile img,
.main_client img {
	max-width: 100%;
	margin: auto;
	margin-top: 0.15rem;
	display: block;
}

.main_profile dt,
.section02 .title,
.main_client dt,
.main_history dt,
.main_photo .pic_title a,
.main_photo ul p {
	color: #444;
	font-size: 0.3rem;
	font-weight: bold;
	margin-bottom: 0.2rem;
	text-align: center;
}

.main_profile .pic {
	position: relative;
}

.main_profile .pic .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(56, 74, 100, .8);
	text-align: center;
}

.main_profile .pic .overlay span {
	display: inline-block;
	width: 68px;
	height: 68px;
	margin-top: 125px;
	background: url(../images/play.png) no-repeat 0;
}

.main_profile .section01 li {
	margin-bottom: 0.35rem;
}

.main_profile .section02 {
	padding-bottom: 0.4rem;
}

.main_client .bottom {
	padding: 0.5rem 0 0.6rem;
}

.main_profile strong {
	color: #444;
}

.main_history .pic:after,
.main_photo ul:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
}

.main_history .pic,
.main_photo ul {
	*zoom: 1;
}

.main_history .pic p,
.main_photo li {
	float: left;
	width: 50%;
	padding: 0 0.05rem;
	text-align: center;
}

.main_history .pic img,
.main_photo li img {
	max-width: 100%;
	border: 1px solid #D5D5D5;
	padding: 0.05rem;
}

.main_history dt {
	text-align: left;
}

.main_history .text {
	font-size: 0.2rem;
	line-height: 0.26rem;
	color: #888;
	padding: 0.3rem 0.2rem;
}

.main_history .year {
	display: none;
}

.main_history,
.main_photo {
	padding: 0.3rem 0;
}

.main_photo li img {
	margin-bottom: 0.05rem;
}

.main_photo .pic_list {
	margin-bottom: 0.3rem;
}

.main_faq ul li {
	padding: 35px 0;
	border-bottom: dashed 1px #b8b8b8;
}

.main_faq ul li dl dt {
	color: #3a3a3a;
	font-weight: bold;
	position: relative;
	padding-left: 38px;
	margin-bottom: 0.3rem;
	line-height: 0.26rem;
	font-size: 0.22rem;
}

.main_faq ul li dl dd {
	color: #3a3a3a;
}

.main_faq ul li dl dt:before,
.main_faq ul li dl dd.text:before {
	position: absolute;
	left: 0;
	top: -2px;
	content: "";
	width: 24px;
	height: 24px;
	background: url(../images/icons.png) no-repeat -57px -147px;
}

.main_faq ul li dl dd.text {
	position: relative;
	padding-left: 38px;
	font-size: 0.2rem;
	line-height: 0.3rem;
}

.main_faq ul li dl dd.text:before {
	background-position: -57px -178px;
}

.main_faq img {
	max-width: 100%;
	margin-top: 0.2rem;
}

.main_faq .pro_table {
	margin: 0.2rem 0;
}

.main_faq ul li:last-child {
	border-bottom: none;
}

.ind_box1.video {
	padding: 0.4rem 0.2rem;
}

.ind_box1.video .sub_left,
.ind_box1.video .sub_right {
	width: 100%;
	margin-bottom: 0.3rem;
}

.ind_box1.video .sub_left .title {
	line-height: 0.6rem;
	text-align: center;
	background: #163a70;
	font-size: 0.26rem;
	color: #fff;
	font-weight: bold;
}

.ind_box1.video .sub_left .title a {
	color: #fff;
}

.ind_box1.video .sub_left .l_box04 dl dd {
	
}

.ind_box1.video .sub_left .l_box04 dl dd a {
	display: block;
	color: #131313;
	font-size: 0.22rem;
	padding: 0.2rem 0.4rem 0.2rem 0.2rem;
	line-height: 20px;
	border-bottom: solid 1px #e5e5e5;
	position: relative;
}

.ind_box1.video .sub_left .l_box04 dl dd a:after {
	content: "";
	position: absolute;
	right: 12px;
	top: 16px;
	width: 7px;
	height: 10px;
	background: url(../images/icons.png) no-repeat -130px -54px;
}

.ind_box1.video .video_box .title {
	background: #163a70;
	line-height: 32px;
	height: 32px;
	margin-bottom: 25px;
}

.ind_box1.video .video_box .title span {
	display: inline-block;
	height: 32px;
	font-size: 16px;
	font-weight: bold;
	padding: 0 20px;
	color: #fff;
	background: #e88836;
}

.ind_box1.video .video_box li {
	text-align: center;
	margin-bottom: 0.25rem;
}

.ind_box1.video .video_box li img {
	max-width: 100%;
	border: 1px solid #D5D5D5;
	padding: 0.08rem;
	margin-bottom: 0.2rem;
}

.ind_box1.video .video_box li .name {
	font-size: 0.22rem;
	font-weight: bold;
}

.shapes_box .title,.feature_box .title {
	font-size: 0.26rem;
	font-weight: bold;
	color: #131313;
	border-bottom: solid 2px #d2d2d2;
	padding: 0 0 0.2rem;
	position: relative;
}

.shapes_box .title span,.feature_box .title span {
	display: block;
	width: 180px;
	border-top: solid 2px #e88836;
	position: absolute;
	bottom: -2px;
	_left: 0;
	_top: 33px;
}
.ind_box1.video .shapes_box .main {
  padding: 20px 0 0;
}
.ind_box1.video .shapes_box dl {
  margin: 0 0 30px;
}
.ind_box1.video .shapes_box dl dt {
  color: #131313;
  font-size: 0.22rem;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.ind_box1.video .shapes_box dl dt:before,
.ind_box1.video .tab_box .sub_title:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 5px;
  width: 6px;
  height: 6px;
  background: #ff9235;
}
.ind_box1.video .shapes_box dl dd {
  padding: 0 0.15rem;
  margin: 0 0 0.15rem;
  overflow: hidden;
  zoom: 1;
}
.ind_box1.video .shapes_box img{
	max-width: 100%;
	display: block;
	margin: 0.15rem auto;
}
.ind_box1.video .sub_left .l_box04 dl dd.active a{
	background: #e88836;
	color: #fff;
}
.ind_box1.video .sub_left .l_box04 dl dd.active a:after{
	    background-position: -140px -54px;
}
/**page**/

.page {
	clear: both;
	padding: 0.4rem 0;
	width: 100%;
	color: #333;
	font-size: 0.22rem;
	text-align: center;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	overflow: hidden;
}

.page select {
	margin: 0 0.1rem;
}

.contact_faq_tt {
	height: 0.5rem;
	line-height: 0.5rem;
	font-size: 0.24rem;
	overflow: hidden;
	background: #f2f2f2;
	font-family: arial;
}

.contact_faq_tt .tt {
	width: 100%;
	color: #fff;
	padding-left: 0.2rem;
	background: #333;
	font-family: arial;
}

.contact_faq_tt .text {
	width: calc(100% - 120px);
	color: #696969;
	text-indent: 20px;
}

.contact_faq_con {
	padding: 0.3rem 0.1rem;
	overflow: hidden;
}

.contact_form dd {
	clear: both;
	margin-bottom: 0.25rem;
}

.contact_form dd .tt {
	width: 1.5rem;
	color: #272a2b;
	font-size: 0.22rem;
	line-height: 0.46rem;
	text-align: right;
	padding-right: 0.08rem;
	font-family: arial;
}

.contact_form dd .tt span {
	color: #d91b04;
	font-size: 0.22rem;
	padding-right: 0.03rem;
}

.contact_form_inp {
	width: calc(100% - 1.8rem);
	height: 0.46rem;
	padding-left: 8px;
	border: 1px solid #d2d2d2;
}

.contact_form_area {
	width: calc(100% - 1.8rem);
	height: 1rem;
	padding: 0.1rem;
	border: 1px solid #d2d2d2;
	resize: none;
}

.contact_form_inp::-webkit-input-placeholder,
.contact_form_area::-webkit-input-placeholder {
	color: #999;
}

.contact_form_btn_box {
	width: 2.8rem;
	height: 0.6rem;
	line-height: 0.6rem;
	text-align: center;
	position: relative;
	background: #6ab209;
	margin: 0 0.15rem 0;
}

.contact_form_btn {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	color: #fff;
	font-size: 0.22rem;
	height: 0.6rem;
	border: none;
	background: none;
	cursor: pointer;
	text-align: left;
	padding-left: 0.58rem;
	font-family: arial;
}

.contact_form_btn_box .icon {
	color: #fff;
	font-size: 0.24rem;
	margin-left: 0.4rem;
	text-align: left;
}

.contact_form_btn_box2 {
	background: #D74516;
}

.contact_form dt {
	padding-top: 0.1rem;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}