﻿html,body{overflow-x:hidden;-webkit-overflow-scrolling: touch;}
body {
	font-family: Arial;
	font-size: 14px;
	color: #2d251b;
	overflow-x: hidden;
}
input, select, textarea {
	font-family: Arial;
	font-size: 1em;
	-webkit-appearance: none;
}
.nm{
	width: 1180px;
	margin: 0px auto;
}
.header_infor{
	max-width: 1200px;
	text-align: right;
	margin: 0px auto;
	}
.header_infor_m{
	display:none;
	}
.wrap {
	max-width: 1200px;
	padding: 0px 10px;
	margin: 0 auto;
	position: relative;
}
img, a {
	border: 0;
}
ul, li {
	list-style: none;
}
* {
	margin: 0;
	padding: 0;
}
.flt {
	float: left;
}
.frt {
	float: right;
	margin-right: 30px;
}
.clear {
	clear: both;
}
.clear:after, .clear:before {
	content: '';
	clear: both;
	display: table;
}
.cont_copy {
	line-height: 25px;
	background: #f7f7f7;
	margin-top: 15px;
	padding: 5px 15px;
}
.cont_copy p {
	text-indent: 0;
	text-align: center;
	line-height: 25px;
}
img {
	max-width: 100%;
	height:auto;
}
#dividb.menu{display:none}
/*不同設備字體em基准*/
@media screen and (min-width: 320px) and (max-width: 360px) {
body {
	font-size: 12px;
}
}
 @media screen and (min-width: 360px) and (max-width: 480px) {
body {
	font-size: 14px;
}
}
 @media screen and (min-width: 480px) and (max-width: 700px) {
body {
	font-size: 14px;
}
}
 @media screen and (min-width: 700px) {
body {
	font-size: 14px;
}
}
/*不同設備字體em基准*/

/*----------header----------*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 10000;
	box-shadow: 0 0 5px rgba(0,0,0,0.2)
}
.logo {
	margin-right: 2em;
	margin-top: 5px;
}
.header_block{
	height: 40px;
	line-height: 40px;
	width: 100%;
	background: #0550a0;
	
}
.header_block span{
	padding:0px 20px;
	color: #fff;
}
.header_block span a{
	color: #fff;
	transition: all 0.3s;
}
.header_block span:hover a{
	opacity: 0.8;
}
.header_block img{
	vertical-align: middle;
	margin-right: 10px;
}
.header .text span {
	display: block;
	line-height: 35px;
	background: url(/skin/images/tel.png) no-repeat left center;
	padding-left: 30px;
	font-size: 16px;
	color: #d31f23;
}
.header .text p {
	color: #626b72;
}

.menu ul .nLi {
	float: left;
	height: 50px;
	padding: 10px;
	position: relative;
}
.menu ul li * {
	display: block;
	text-align: center;
}

.menu ul li span {
	font-size: 15px;
	margin-top: 5px;
	color: #393939;
	padding:10px;
	text-transform: uppercase;
}

.nav .sub{display:none; width:auto;min-width: 300px; left:-30px; top:70px;  position:absolute; background: #f0f0f0; z-index: 100;padding-bottom: 30px;}
.nav .sub li{ zoom:1; line-height: 46px; border-bottom: 1px #dcdcdc solid; padding: 0px 40px;}
.nav .sub a{ display:block; text-align: left; width: 100%; color: #393939;}
.nav .sub li:hover{  background: #72c5e5;  }
.nav .sub li:hover a{color:#fff;font-weight: bold;}
.menu ul li.on span, .menu ul li a:hover span, .menu ul li.on label, .menu ul li a:hover label {
	color: #00cdfc;
	border-bottom: 2px #00cdfc solid; 
}
.nav li em{
	width: 9px;
	height: 7px;
	display: block;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -5px;
	background: url(../image/menu_icon1.png) no-repeat center center;
}

.search{
	position: absolute;
	right: 0px;
	width: 26px;
	height: 26px;
	top: 50%;
	margin-top: -13px;
	cursor: pointer;
}
.search img{
	width: 100%;
}
.search_sub{
	display: none;
	width: 100%;
	position: fixed;
	left: 0;
	right: 0;
	top: 110px;
	background: #f0f0f0;
	border-top: 1px #dcdcdc solid;
	padding:30px 0px;
	transition: all 0.3s;
}
.search_hide{
	width: 950px;
	margin: 0px auto;
	background: #fff;
	border: 1px #dcdcdc solid;
	border-radius: 5px;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	
}
.search_hide input,.search_hide button{
	border: none;
	height: 42px;
	font-size: 16px;
}
.search_hide input{
	padding: 0px 10px;
	width: 800px;
}
.search_hide button{
	background: #0550a0;
	color: #fff;
	width: 100px;
	text-align: center;
	float: right;
	cursor: pointer;
	text-transform: uppercase;
}

/*----------mainer----------*/
.mainer {
	padding-top: 110px;
}
.banner * {
	transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	-o-transition: all 0s;
}
.banner .item{
	height: 1080px;
	position: relative;
}
.banner .item video{
	position: absolute;
	top: 0;
	background: #393939;
}
.video_bg{
	width: 100%;
	height: 1080px;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.banner .item .item_infor{
	position: absolute;
	top: 50%;
	margin-top: -60px;
	left: 50%;
	margin-left: -600px;
	z-index: 5;
}
.banner .item .text {
	height: 599px;
	background: rgba(0,0,0,0.69);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69000000', endColorstr='#69000000');
	color: #fff;
	width: 100%;
	display: table;
}
.banner .item .cell {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.banner h1 {
	font-size: 41px;
	line-height: 1.5em;
}
.banner p {
	padding-top: 20px;
	font-size: 18px;
}
.banner ul li {
	float: left;
	font-size: 12px;
	margin-right: 20px;
	text-align: center;
}
.banner ul li .img {
	width: 61px;
	margin: 0 auto;
	margin-bottom: 15px;
	height: 61px;
	text-align: center;
	line-height: 61px;
	border-radius: 61px;
	border: 2px solid #fff;
	overflow: hidden;
}
.banner.owl-carousel .owl-item ul li img {
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 3px;
}
.banner ul {
	overflow: hidden;
	margin: 40px 0;
}
.banner.owl-theme .owl-dots .owl-dot {
	margin-bottom: 20px;
}
.banner.owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.banner.owl-theme .owl-dots .owl-dot.active:hover span, .banner.owl-theme .owl-dots .owl-dot.active span {
	opacity: 1;
	filter: alpha(opacity=100);
	background: #00cdfc;
	width: 120px;
}
.tel_banner.owl-carousel.owl-loaded{
	display: none;
}
.item_infor{
	width: 1200px;
	margin: 0px auto;
}
.item_infor h1,.item_infor h2{
	color: #fff;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-family: Arial;
	word-wrap: break-word;
	width: 100%;
}
.item_infor h1{
	text-transform:uppercase;
	font-size: 42px;
	line-height: 54px;
}
.item_infor h2{
	font-size:22px ;
	padding-top: 30px;
}
.owl-dots{
 display: none !important;
}
/******************首頁優勢內容部分***********************/
.picScroll-left .hd {
    overflow: hidden;
    height: 30px;
    padding-bottom: 30px;
	position: relative;
}
.picScroll-left  .choose_more,.index-mySwiper-pcpro .choose_more,.index-mySwiper-telpro .choose_more{
	position: absolute;
	top: -4px;
	left: 50%;
	margin-left: 86px;
	width: 24px;
	height: 24px;
	display: block;
	background: url(../image/more01.png) no-repeat center center;
	background-size: 80%;
}
.index-mySwiper-pcpro .choose_more{
	bottom: 20px;
	top: inherit;
	margin-left: 80px;
}
.index-mySwiper-telpro .choose_more{
	bottom: 15px;
	top: inherit;
	margin-left: 40px;
}
.picScroll-left .hd ul {
	width: 1200px;
	margin: 0px auto;
    overflow: hidden;
    zoom: 1;
	text-align: center;
}
.picScroll-left .hd ul li{
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #d3d3d3;
	overflow: hidden;
	display: inline-block;
	margin: 0px 15px;
	font-size: 0;
}
.picScroll-left .hd ul li.on{
	background: #0550a0;
}
.adv_list{
	width: 1200px;
	margin: 0px auto;
}
 .adv_list  .index-mySwiper-pcpro ul li{width:100%;float: none;}
.adv_list ul li{
	width: 33%;
	text-align: center;
	padding: 45px 0px;
}
.adv_list ul li{
	line-height: 22px;
	float: left;
}
.adv_list li .img {
    width: 140px;
    margin: 0 auto;
    height: 70px;
	margin-bottom: 25px;
	transition: all 0.3s;
	}
.adv_list li:hover .img{
	transform: scale(1.05);
	opacity: 0.85;
}
.adv_list  li.li1 .img{
	background: url(../image/ys_icon1.png) no-repeat center;
}
.adv_list  li.li01:hover .img{
	background: url(../image/ys_icon1_2.png) no-repeat center;
}
.adv_list  li.li2 .img{
	background: url(../image/ys_icon2.png) no-repeat center;
}
.adv_list  li.li02:hover .img{
	background: url(../image/ys_icon2_2.png) no-repeat center;
}
.adv_list  li.li3 .img{
	background: url(../image/ys_icon3.png) no-repeat center;
}
.adv_list  li.li03:hover .img{
	background: url(../image/ys_icon3_2.png) no-repeat center;
}
.adv_list  li.li4 .img{
	background: url(../image/ys_icon4.png) no-repeat center;
}
.adv_list  li.li04:hover .img{
	background: url(../image/ys_icon4_2.png) no-repeat center;
}
.adv_list  li.li5 .img{
	background: url(../image/ys_icon5.png) no-repeat center;
}
.adv_list  li.li05:hover .img{
	background: url(../image/ys_icon5_2.png) no-repeat center;
}
.adv_list  li.li6 .img{
	background: url(../image/ys_icon6.png) no-repeat center;
}
.adv_list  li.li06:hover .img{
	background: url(../image/ys_icon6_2.png) no-repeat center;
}
.adv_list  li .text{
	font-weight: bold;
	line-height: 20px;
}
.index-mySwiper-tel{
	display: none;
}
/***************首頁reliable部分**************/
.reliable_tel{
	display: none;
}
.reliable{
	background: #f1f1f1;
	padding-bottom: 40px;
}
.reliable_pc{
	display: block;
	margin: 0px auto;
	width: 1200px;
	overflow: hidden;
}
.reliable_pc li{
	width: 580px;
	height: 540px;
	position: relative;
	float:left;
	padding: 0px 10px;
}
.reliable_pc li img{
	width: 100%;
}
.pro_infor{
	position: absolute;
	bottom:20px;
	color: #fff;
	padding: 0px 35px;
	text-transform: uppercase;
}
.reliable_list{
	position: absolute;
	background: #fff;
	width:541px;
	padding-left: 60px;
	height: 540px;
	left: 0px;
	top: 0;
	opacity: 0;
	z-index: 9;
	visibility: hidden;
	transition: all 0.5s ease-in-out;
}
.reliable_list h1{
	font-size: 32px;
	color: #0550a0;
	line-height: 50px;
	padding-top: 50px;
}
.reliable_list p{
	line-height: 36px;
	text-transform: uppercase;
	font-size: 18px;
}
.reliable_list_block{
	padding-top: 20px;
}
.reliable_list_block a{
	display: block;
	height: 42px;
	line-height: 42px;
	padding-left: 10px;
	transition: all 0.3s;
}
.reliable_list_block a:hover{
	color: #fff;
	background: -webkit-linear-gradient(to right,#0687f7, #fff); /* safari 5.1 - 6.0 */
	background: -o-linear-gradient(to right,#0687f7, #fff); /* opera 11.1 - 12.0 */
	background: -moz-linear-gradient(to right,#0687f7, #fff); /* firefox 3.6 - 15 */
	background: linear-gradient(to right,#0687f7, #fff); /* 標准的語法 */
}
.reliable_pc li video{
	background: #393939;
}
.reliable_pc li:hover .reliable_list{
	visibility: inherit;
	opacity: 1;
	
}

.reliable_pc li .reliable_pc_line{
	display: block;
	width: 130px;
	height: 4px;
	background: #fff;
	position: absolute;
	right: 140px;
	bottom: 86px;
	
}
.pro_infor h1{
	font-size: 32px;
	padding-bottom: 20px;
}
.pro_infor p{
	font-size: 18px;
}
.reliable_title{
	position: relative;
	width: 100%;
	height: 120px;
	line-height: 120px;
}
.title_line{
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	left: 0px;
	background: #777;
}
.title_line01{
	width: 1200px;
	height: 120px;
	margin: 0px auto;
	position: relative;
}
.title_line01::before,.title_line01::after{
	display: block;
	content: "";
	top: 50%;
	margin-top: -8px;
	height: 18px;
	width: 1px;
	background: #777;
	position: absolute;
	
}
.title_line01::before{
	left: 10px;
}
.title_line01::after{
	right: 10px;
}
.title_infor{
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	text-align: center;
	line-height: 120px;
	position: absolute;
	top: 0px;
}
.title_infor span{
	font-size: 32px;
	color: #393939;
	padding: 0px 50px;
	background: #f1f1f1;
}

/***************Long Design Life**********************/
.design_title .title_infor span{
	background: #fff;
}
.design_content{
	width: 1000px;
	margin: 0px auto;
	font-size: 1.1rem;
	line-height: 1.5rem;
	text-align: center;
	padding-bottom: 20px;
}
.design_logo{
	width: 1000px;
	margin: 0px auto;
	margin-bottom: 20px;
	overflow: hidden;
}
.design_logo ul li{
	width:20%;
	padding: 10px;
	box-sizing: border-box;
	float: left;
}
.design_logo ul li img{
	width: 100%;
	height: 60px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.design_logo ul li:hover img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.design_title  .title_line,.design_title .title_line01::after,.design_title .title_line01::before{
	background: #777;
}
.design_title .title_infor span{
	color: #393939;
}

.swiper-button-next:after{
 display: none;
}

/************Choose Suitable Complete Set Of Equipment*********/
.choose{
	background: #777;
}
.choose_title .title_infor span{
	background: #777;
}
.choose_title .title_line,.choose_title .title_line01::after,.choose_title .title_line01::before{
	background: #fff;
}
.choose_title .title_infor span{
	color: #fff;
}
.choose_list{
	width: 1200px;
	padding:0px 0.5% ;
}
.choose_list .solution_title{ display:none}
.choose_list ul li{
	padding: 0px;
	margin-bottom: 30px;
}
.choose_list ul li .list{
	margin: 0px 10px;
	background: #fff;
	line-height: inherit;
	position: relative;
	border: 1px #dcdcdc solid;
	overflow: hidden;
}
.choose_list ul li:hover .list{
	background: #00a4e3;
}
.company_list ul li:hover .list{
	background: none;
}
.index_list ul li .list{
	border: none;
}
.choose_list ul li .choose_img{
	width: 100%;	
}
.choose_list ul li .choose_img img{
	width: 100%;
	height: 200px;
	display: block;
	transition: all 0.3s;
}
.choose_list ul li .choose_img img:hover{
	transform: scale(1.05);
}
.choose_list ul li .text,.support_list ul li .text{
	flex: 1;
	height: 75px;
	color: #555;
	display: table-cell;
    vertical-align:middle;
	font-size: 0.9rem;
	font-weight:normal;
	text-align:center
}
.choose_list ul li:hover .list .text{
	color: #fff;
	
}
.choose_list ul li .choose_icon{
	display: block;
	position: absolute;
	top: 198px;
	left: 20px;
}

/***************Our Support******************/
.support_list{
	width: 1120px;
	padding: 0px 40px;
}
.support_list ul li{
	width: 25%;
	padding: 40px;
	box-sizing: border-box;
}
.support_list ul li .list{
	background: #0550a0;
}
.support_list ul li img{
	margin: 20px 0px;
	width: 85px;
	height: 85px;
	transition: All 0.5s ease-in-out;
	-webkit-transition: All 0.5s ease-in-out;
	-moz-transition: All 0.5s ease-in-out;
	-o-transition: All 0.5s ease-in-out;
}
.support_list ul li:hover img{
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}
.support_list ul li .text{
	color: #fff;
	font-weight: normal;
	padding: 0px 10px;
}
.index-mySwiper-telpro {
	display: none;
}
.swiper.index-mySwiper-pcpro{
	padding-bottom: 40px;
}
.swiper.index-mySwiper-telpro{
	padding-bottom: 30px;
}
.swiper.index-mySwiper-pcpro .swiper-pagination{
	bottom: 25px;
}
.swiper.index-mySwiper-telpro .swiper-pagination{
	bottom: 20px;
}
/****************電話郵箱******************/
.contact{
	width: 100%;
	height: 56px;
	background: #0550a0;
	margin-bottom: 30px;
}
.contact_block{
	width:940px;
	margin: 0px auto;
}
.contact_block span{
	width: 50%;
	padding-left:150px;
	box-sizing: border-box;
	line-height: 56px;
	
	font-size: 1.4rem;
	font-weight: bold;
}
.contact_block span,.contact_block span a{
	color: #fff;
}
.contact_block span:hover a{
	opacity: 0.85;
}
.contact_block span img{
	vertical-align: middle;
	margin-right: 15px;
}

/********company********/
.company{
	width: 100%;
	background: #e6e6e6;
	padding-top: 50px;
}
.company_block_tel{
	display: none;
}
.company_list ul li{
	width: 25%;
}
.company_list ul li .list{
	background: none;
	padding: 0px 15px
}
.company_list ul li .choose_img img{
	height: 360px;
}
.content_icon{
	width: 100%;
	text-align: left;
	padding: 10px 0px;
}
.company_list ul li .choose_img{
	position: relative;
}
.company_text{
	position: absolute;
	bottom: 40px;
	left: 20px;
	right: 20px;
	font-weight: bold;
	font-size: 1.2rem;
	text-align: left;
	
}
.company_text a{
	color: #fff;
}
.company_more{
	text-align: left;
	padding-top: 40px;
}
.company_more a{
	color: #0550a0;
	border-bottom: 2px #0550a0 solid;
}

/**********Act Fast To Get In Touch With Us *********/
.act{
	width: 100%;
	background: #393939;
	padding: 40px 0px;
}
.act_block{
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
}
.act_left{
	width: 430px;
	float: left;
	color: #fff;
}
.act_left h1{
	line-height: 42px;
	font-size: 32px;
	font-weight: normal;
	padding-bottom: 40px;
}
.act_left p{
	line-height: 24px;
}
.act_right{
	float: right;
	width: 690px;
	overflow: hidden;
}
.act_right .act_text,.act_right .act_textarea,.act_right .act_btn{
	color: #fff;
    padding-left: 50px;
	padding-bottom: 10px;
}
.act_right .act_text p,.act_right .act_textarea p{
	padding-bottom: 5px;
}
.act_right .act_text span,.act_textarea span{
	color: #ff0000;
}

.act_right .act_text50{
	width: 50%;
	float: left;
	box-sizing: border-box;
	overflow: hidden;
}
.act_right .act_text input{
	line-height: 34px;
	height: 34px;
	border: none;
	border-bottom: 1px #dcdcdc solid;
}
.act_right .act_text input,.act_right .act_textarea textarea{
	width: 100%;
	background: none;
	outline: none;
	color: #FFF;
	box-sizing: border-box;
}
.act_right  .act_textarea {
	padding-top: 10px;
}
.act_right  .act_textarea textarea{
	border: 1px #fff solid;
	height: 120px;
	line-height: 20px;
	padding: 10px;
}
.act_right .act_text input:hover,.act_right .act_textarea textarea:hover{
	border-color: #0486f6;
}
.act_right .act_btn{
	padding-top: 30px;
}
.act_right .act_btn button{
	background: #0486f6;
	width: 280px;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border: none;
	letter-spacing: 2px;
	cursor: pointer;
}
.act_right .act_btn button:hover{
	opacity: 0.9;
}


/*----------底部footer----------*/
.footer,.footer_bot {
	background: #0550a0;
	color: #fff;
}
.footer_top{
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
	padding: 40px 0px;
}
.footer_top_left{
	width: 420px;
	float: left;
}
.footer_logo img{
	width: 310px;
}
.footer_content{
	padding-top: 20px;
	line-height: 24px;
}
.footer_top_right{
	width: 680px;
	float: right;
	padding-top: 50px;
}
.footer_top_right p{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	width: 100%;
}
.footer_top_right input{
	background: #fff;
	width: 560px;
	padding:0px 10px;
}
.footer_top_right input,.footer_top_right button{
	border: none;
	outline: none;
	height: 36px;
	line-height: 36px;
}
.footer_top_right button{
	background: #0486f6;
	color: #fff;
	width: 100px;
	text-align: center;
	cursor: pointer;
}
.footer_top_right button:hover{
	opacity: 0.9;
}
.footer_middle,.footer_bot_block{
	width:1200px;
	margin: 0px auto;
	overflow: hidden;
	padding-bottom:15px;
}
.footer_middle_block{
	width: 33.3%;
	float: left;
}
.footer_middle_block h2{
	font-size: 1.2rem;
	padding-bottom: 1.4rem;
}
.footer_middle_block h2 a{color:#fff;}
.footer_middle_block ul li{
	line-height:35px;
	font-size: 0.9rem;
}
.footer_middle_block ul li a{
	color: #fff;
	text-transform:uppercase;
	letter-spacing:0.5px;
}
.footer_middle_block ul li a:hover{
	color: #00cdfc;
}
.footer_middle_block01 ul li{
	line-height: 24px;
}
.footer_middle_block01 ul li a{
	text-transform:inherit;
}
.footer_middle_block01 ul li img{
	vertical-align: middle;
	float: left;
	margin-right: 10px;
}
.footer_bot{
	border-top: 1px #fff solid;
	padding: 15px 0px;
}
.footer_bot_block{
	text-align: right;
}
.footer_menu{
	display: none;
}

.gotop {
	position:fixed;
	bottom: 0px;
	right:0px;
	z-index: 100;
}
.gotop a{
	display: block;
	width: 40px;
	height: 40px;
	transition: all 0.3s; 
	margin-bottom: 20px;
}
.gotop .gotop_tel{
	background: #2fbf38;
}
.gotop .gotop_go{
	background: #777;
}
.gotop .gotop_tel:hover,.gotop .gotop_go:hover{
	background: #0486f6;
}

/****內頁——---公司精准簡介****/
.about,.factory_main{
	width: 1200px;
	margin: 0px auto;
    overflow: hidden;
}

.about_main{
	width: 100%;
	background: url(../image/about_bg.png) no-repeat center center;
	background-size: cover;
	padding: 40px 0px;
}
.about_main h1,.factory_main h1{
	font-size: 32px;
	padding-bottom: 20px;
}
.about_main h1{
	text-transform: uppercase;
}
.about_infor{
	padding-left: 180px;
	line-height: 26px;
}
.about_infor p{
	padding-bottom: 20px;
}
.factory{
	background: #f0f0f0;
	padding: 30px 0px;
}
.factory_menu_pc{
	display: block;
}
.factory_menu_tel,.factory_main_abouttel{
	display: none;
}
.factory_menu{
	height: 80px;
	background: url(../image/about_menu_bg.png) repeat-x;
	text-align: center;
	line-height: 80px;
}
.factory_menu a{
	padding: 5px 30px;
	border-left: 1px #959595 solid;
}
.factory_menu a span{
	padding: 5px 10px;
}
.factory_menu a:hover span{
	border-bottom: 2px #0486f6 solid;
}
.factory_menu01{
	background: #fff;
	padding: 10px 0px;
}
.factory_menu a:first-child{
	border-left: none;
}
.factory_img ul{
	width: 1220px;
	padding-top: 20px;
}
.factory_img ul li{
	width: 280px;
	padding: 20px 10px;
	float: left;
}
.factory_img ul li img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.3s;
}
.factory_img ul li img:hover{
	transform: scale(1.03);
}
.about_more{
	display: none;
}



/***內頁解決方案****/
.solution_menu{
	width: 100%;
	background: #e1e1e1;
}
.solution_menu_block{
	width: 1180px;
	margin: 0px auto;
	/* border-top: 1px #d9d9d9 solid; */
	height: 50px;
}
.solution_menu_list{
	width:33%;
}
.solution_menu_left{
	float: left;
}
.solution_menu_right{
	float:right;
}

.solution_menu_list span,.solution_filter select{
	padding: 0px 10px;
	line-height: 50px;
	color: #393939;
	height: 50px;
	border: none;
	background: none;
}
.solution_filter select{
	width: 100%;
}

/****pc端ul li模擬下拉菜單*****/
.model-select-text {
      height: 28px;
	  line-height: 28px;
	  padding: 11px 20px;
      padding-right: 27px;
      cursor: pointer;
      /* -moz-user-select: none;
      -webkit-user-select: none;
      user-select: none; */
    }

    .model-select-option {
      display: none;
      position: absolute;
      background: #fff;
      width: 100%;
      left: -1px;
	  z-index: 100;
	  box-shadow: 0px 5px 5px #ddd;
    }

    .model-select-option li {
      height: 28px;
      line-height: 28px;
	  margin: 11px 0px;
	  padding: 0px 20px;
      color: #000;
      cursor: pointer;
	  transition: all 0.3s;
    }

    .model-select-option li.selected {
      background: #00a4e3;
      color: #fff;
    }
	    .bg1{
	    position: absolute;
	    top:50%;
		margin-top: -5px;
	    right:25px;
	    width: 18px;
		height: 10px;
	    background: url(../image/solution_filter.png) no-repeat center center;
		background-size: 100%;
	}
/******下拉菜單結束******/
.solution_menu_list span{
	background: #fff;
	float: left;
	display: block;
	width: 80px;
	text-align: center;
}
.solution_filter{
	width: 280px;
	float: left;
	background: #f1f1f1;
	position: relative;
}
.solution_filter em{
	display: block;
	width: 18px;
	height: 10px;
	background: url(../image/solution_filter.png) no-repeat center center;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 20px;
}
.solution_filter h1{
	font-weight: normal;
	cursor: pointer;
}
.zbanner {
	height: 560px;
	background: url(/skin/images/zbanner.png) no-repeat center center
}
.zbanner .wrap {
	overflow: inherit;
}
.solution_block{
	padding: 40px 0px 20px 0px;
} 
.solution_block .hd{
	display: none;
}
.solution_block02{
	background: #0550a0;
}
.solution_block02  li.li1 .img{
	background: url(../image/solution_icon1.png) no-repeat center;
}
.solution_block02  li.li2 .img{
	background: url(../image/solution_icon2.png) no-repeat center;
}
.solution_block02  li.li3 .img{
	background: url(../image/solution_icon3.png) no-repeat center;
}
.solution_block02  li.li4 .img{
	height: 80px;
	background: url(../image/solution_icon4.png) no-repeat center;
}
.solution_block02  li.li5 .img{
	height: 80px;
	background: url(../image/solution_icon5.png) no-repeat center;
}
.solution_block02  li.li6 .img{
	background: url(../image/solution_icon6.png) no-repeat center;
}
.solution_block02 .list span,.solution_block02 .list a{
	color: #fff;
	font-weight: normal;
}
.solution_block02 ul li{
	padding: 20px 0px;
	height: 145px;
}
.solution_block02 h1{
	color: #fff;
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	padding: 35px 0px;
}
.solution_infor{
	width: 1180px;
	margin:0px auto;
	text-align: center;
	color: #fff;
	font-size: 18px;
	padding-top: 20px;
	padding-bottom:40px;
}
.questions_main{
	width: 1180px;
	margin: 70px auto;
	overflow: hidden;
}
.questions_main_left{
	width: 460px;
	float: left;
}
.questions_main_left p{
	font-size: 18px;
}
.questions_main_left h1{
	font-size: 32px;
	font-weight: normal;
	padding: 30px 0px;
}
.questions_left_infor{
	line-height: 22px;
}
.questions_left_img{
	width: 416px;
	cursor: pointer;
	margin-top: 30px;
	display: block;
	background: url(../image/solution_questions_img.png) no-repeat center center;
	background-size: cover;
	height: 72px;
	line-height: 72px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	transition: all 0.3s;
}
.questions_left_img:hover{
	font-size: 19px;
	color: #ccf0ff;
}
.questions_main_right{
	width: 660px;
	float: right;
}
.questions_main_right ul{
	border-top: 1px #0166bb solid;
}
.questions_main_right ul li{
	padding: 0px 30px 0px 61px;
	border-bottom: 1px #0166bb solid;
}
.questions_main_right ul li h3{
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	font-weight: normal;
	letter-spacing:0.5px;
	cursor: pointer;
}
.questions_main_right ul li:hover a{
	color: #0486f6;
}
.questions_main_right ul li em,.questions_main_right ul li span{
	display: none;
}
.solution_support{
	background: #e6e6e6;
	padding: 20px 0px 40px 0px;
}
.solution_other .choose_list ul li .list{
	background:#f1f1f1;
}
.solution_other .choose_list .choose_img{
	background: #fff;
}
        /*****當前位置****/
.main_tit {
	line-height: 27px;
	/*height: 27px;*/
	padding: 15px 0;
	color: #393939;
		border-bottom: 1px #dcdcdc solid;
}
.main_tit .wrap{
	height: auto;
	padding: 0px;
}
.solution_support .reliable_title{
	height: 76px;
	line-height: 76px;
}
.solution_support .title_infor{
	line-height: 76px;
}
.solution_support .title_infor span{
	background: none;
}
.solution_support .contact{
	margin-bottom: 0px;
	margin-top: 20px;
}
.solution_support_tel .title_line,.solution_support_tel .title_line01{
	display: none;
}

/************pc端解決方案詳情頁面**************/
.solution_content_main{
	overflow: hidden;
}
.solution_content h1{
	font-size: 32px;
	text-align: center;
	padding: 30px 0px;
}
.solution_block_title{
	font-size: 26px;
	padding-left: 10px;
	line-height: 52px;
}
.solution_content .solution_title{
	display: none;
}
.solution_content_main ul li{
	width: 25%;
}
.solution_content_main ul .li1 .img{
	background: url(../image/solution_content_icon01.png) no-repeat center center;
}
.solution_content_main ul .li2 .img{
	background: url(../image/solution_content_icon02.png) no-repeat center center;
}
.solution_content_main ul .li3 .img{
	background: url(../image/solution_content_icon03.png) no-repeat center center;
}
.solution_content_main ul .li4 .img{
	background: url(../image/solution_content_icon04.png) no-repeat center center;
}
.solution_content_main li .text{
	font-weight: normal;
	color: #393939;
}
.solution_content_main .text span{
	font-size: 18px;
}
.solution_content_main .text p{
	font-size: 16px;
	padding-top: 5px;
}
.solution_choose ul li{
	width: 25%;
}


.product_swiper .solution_choose ul li {width:100%;float:none;}


.solution_choose ul li .list{
	border: 1px #dcdcdc solid;
}
.solution_choose ul li  .choose_img img{
	width: 100%;
	height: 200px;
}
.solution_choose ul li .text{
	background: #f1f1f1;
	width: 100%;
	display: block;
	height: inherit;
	font-weight: normal;
}
.text .solution_text{
	line-height: 18px;
    height: 46px;
    padding-top: 10px;
}
.solution_choose ul li .text span,.solution_other .choose_list ul li .text span{
	width: 70%;
	display: block;
	margin: 0px auto;
	height: 26px;
	line-height: 26px;
	border-radius: 13px;
	text-align: center;
	color: #fff;
	background: #0486f6;
}
.solution_choose ul li .text .solution_more{
	text-align: center;
	background: #ccf5ff;
	height: 28px;
	line-height: 28px;
	margin-top: 20px;
}
.solution_choose ul li:hover .list{
	background: #fff;
	box-shadow:  0px 0px 6px #dcdcdc;
	
}
.solution_choose ul li:hover .text p{
	color: #393939;
}
.other_options{
	width: 100%;
	margin: 20px 0px;
	background: #0550a0;
	height: 46px;
	line-height: 46px;
	font-size: 26px;
}
.other_options h1{
	width: 1180px;
	color: #fff;
	margin: 0px auto;
}
.solution_other{
	padding: 40px 0px;
	overflow: hidden;
}
.solution_other .choose_list ul li{
	width: 25%;
}
.solution_other .choose_list ul li:hover .list{
	box-shadow:  0px 0px 6px #ddd;
}
.solution_other .choose_list ul li:hover .text{
	color: #393939;
}
.solution_other .choose_list ul li .text{
	display: block;
}
.solution_other .text{
	padding-bottom: 20px;
}
.solution_other .hd,.solution_content .hd{
	display: none;
}
.quote_form{
	width: 1180px;
	overflow: hidden;
	margin: 0px auto;
}
.quote_input{
	height: 40px;
	line-height: 40px;
	background: #fff;
	margin-bottom: 20px;
}
.quote_input_left{
	width: 49%;
	float: left;
}
.quote_input_right{
	width: 49%;
	float: right;
}
.quote_input_100{
	width: 100%;
	float: left;
}
.quote_input input{
	background: none;
	border: none;
	outline: none;
	line-height: 40px;
	padding-left: 10px;
	width: 90%;
}
.quote_input span{
	color: #ff0000;
	font-size: 18px;
	padding-right: 10px;
	float: right;
}
.quote_textarea span{
	color: #ff0000;
	font-size: 18px;
	padding-right: 10px;
	float: right;
	margin-top:-190px;
	position:relative;
}
.quote_textarea textarea{
	width: 100%;
	height: 180px;
	line-height: 20px;
	background: #fff;
	border: none;
	padding: 10px;
}
.quote_btn{
	border-radius: 18px;
	height: 36px;
	line-height: 36px;
	width: 200px;
	text-align: center;
	color: #fff;
	background: #0486f6;
	border: none;
	margin-top: 30px;
}
.solution_swiper{
	display: none;
}
/********************************pc常見問題頁面******************************************/
.problem_banner{
	height: 300px;
}
.problem_banner span{
	flex: 1;
	width: 1180px;
	margin: 0px auto;
	display: table-cell;
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
	height: 300px;
	vertical-align: middle;
}
.problem_main{
	width: 100%;
	background: url(../image/problem_bg.png) no-repeat 0px top;
}
.problem_back{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #d5d5d5;
}
.problem_back_block {
	text-align: right;
}
.problem_back_block a{
	color: #0550a0;
	font-weight: bold;
}
.problem_back_block em{
	width: 16px;
	height: 11px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	background: url(../image/problem_back.png) no-repeat center center;
	background-size: 100%;
}
.problem_hd{
	width: 100%;
	border-bottom: 1px #dcdcdc solid;
}
.problem_hd ul,.problem_bd,.problem_back_block{
	display: block;
	width: 1180px;
	margin: 0px auto;
	overflow: hidden;
}
.problem_bd{
	padding: 20px 0px 40px 0px;
}
.slideTxtBox{ text-align:left;  }
.slideTxtBox .hd{ height:76px;position:relative; }
.slideTxtBox .hd ul li{ height:74px; line-height: 74px; float:left; width: 190px; text-align: center; cursor:pointer; font-size: 14px; text-transform: uppercase; }
.slideTxtBox .hd ul li.on{ border-bottom:2px solid #0550a0; font-weight: bold;}
.slideTxtBox .bd ul{ padding:10px 0px;  zoom:1;overflow: hidden;}
.slideTxtBox .bd li,.problem_bd .after_sale h3{ line-height:96px; font-size: 16px; font-weight: bold; border-bottom: 1px #dcdcdc solid;}
.slideTxtBox .bd ul li a,.problem_bd .after_sale h3{
	 color:#0550a0; 
	 display: block;
	 width: 100%;
	 position: relative;
}
.slideTxtBox .bd ul li a:hover{
	opacity: 0.9;
}
.slideTxtBox .bd ul li em,.problem_bd .after_sale h3 em{
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -13px;
	right: 0px;
	background-size: 100%;
}
.problem_bd .pre_sale li em{
	width: 14px;
	height: 26px;
	background: url(../image/pro_moreicon.png) no-repeat center center;
}
.problem_bd .after_sale h3 em{
	width: 22px;
	height: 22px;
	background: url(../image/pre_sale.png) no-repeat center center;
}
.problem_bd .after_sale h3.on em{
	background: url(../image/pre_sale01.png) no-repeat center center;
}
.slideTxtBox .hd ul li.on a{
	color: #2d77c0;
}
.problem_bd .after_sale h3{
	border: none;
	cursor: pointer;
}
.sale_infor{
	border-bottom: 1px #dcdcdc solid;
}
.sale_infor:hover h3{
	color: #0550a0;
	 font-weight: bold;
}
.sale_infor p{
	padding: 0px 20px 20px 20px;
}

/***************************pc常見問題詳情頁面*******************************/
.problem_content{
	width: 100%;
	background: #f1f1f1;
	padding: 70px 0px;
}
.problem_content_block,.problem_content_img,.problem_content_infor,.problem_page_block{
	width: 1180px;
	margin: 0px auto;
}
.problem_content_block{
	font-size: 24px;
	font-weight: bold;
	line-height: 2rem;
}
.problem_content_data{
	font-size: 14px;
	font-weight: normal;
	padding-top: 10px;
}
.problem_content_img{
	width: 1140px;
	overflow: hidden;
}
.problem_content_infor{
	line-height: 32px;
	font-size: 1rem;
	padding: 40px 0px;
}
.problem_content_img img{
	display: block;
	width: 460px;
	height: 360px;
	float: left;
	margin: 35px 40px;
}
.problem_page{
	border-top: 1px #dcdcdc solid;
	background: #f7f8fa;
	padding: 40px 0px;
}
.problem_page_block{
	overflow: hidden;
}
.problem_page_left,.problem_page_right{
	width: 350px;
	overflow: hidden;
	color: #999;
}
.problem_page_left a,.problem_page_right a{
	color: #999;
}
.problem_page_left a:hover,.problem_page_right a:hover{
	color: #0486f6;
}
.problem_page_left div,.problem_page_right div{
	float: left;
	width: 250px;
}
.problem_page_left{
	float: left;
}
.problem_page_right{
	float: right;
}
.problem_page_left .problem_page_title,.problem_page_right .problem_page_title{
	width: 100px;
	text-align: right;
}

/*******pc现有產品列表*****/
.product_main_tit{
	border-bottom: none;
}
.product_main{
	padding: 2rem 0px;
}
.product_swiper{
	display: none;
}
.product_main .text{
	padding-bottom: 15px;
}
.product_search{
	border: 1px #dcdcdc solid;
	height: 40px;
	line-height: 40px;
	background: #fff;
	border-radius: 3px;
	margin: 0px auto;
	position: relative;
	margin-bottom: 40px;
}
.product_search input,.product_search button{
	border: none;
	background: none;
	outline: none;
}
.product_search input{
	height: 100%;
	width: 100%;
	padding-left: 0.5rem;
	padding-right: 3rem;
	box-sizing: border-box;
}
.product_search button{
	position: absolute;
	right: 0px;
	width: 60px;
	height: 40px;
	cursor: pointer;
}
.product_search button img{
	width: 20px;
}
.product_map_block{
	overflow: hidden;
}
.product_map_all{
	width: 178px;
	float: left;
	text-align: center;
	margin-right: 20px;
}
.product_map_list li{display:inline-block;}

.product_map_all,.product_map_list a{
	line-height: 24px;
	border: 1px #dcdcdc solid;
	border-radius: 3px;
}
.product_map_list{
	float: left;
	width: 980px;
}
.product_map_list a{
	display: inline-block;
	padding: 0px 10px;
	margin:0px 10px 20px 0px;
}
.product_map_all a{display: block;}
.product_map_list li.current-cat a,.product_map_list li.current-cat-ancestor a,.product_map_list li.current-cat-parent a,.product_map_all a:hover,.product_map_all a.on,.product_map_list a:hover,.product_map_all.on ,.product_map_list a.on{
	background: #0550a0;
	border: 1px #0550a0 solid;
	color: #fff;
}

.product_loading{
	display: block;
	text-align: center;
	padding-bottom: 50px;
}
.product_loading a{
	background: #d3d3d3;
	display: inline-block;
	line-height: 26px;
	
	padding: 0px 30px;
	border-radius: 30px;
}

.slideTxtBox.factory_main .hd ul li{
	display: inline-block;
}
.slideTxtBox.factory_main .hd ul li.on{
	border: none;
}
.slideTxtBox.factory_main .hd ul li.on a span{
	border-bottom: 2px #0486f6 solid;
}

.slideTxtBox .factory_menu.hd ul li{
	width: inherit;
	float: inherit;
}
.slideTxtBox .factory_menu.hd ul li a{
	
	padding: 5px 30px;
	border-left: 1px #959595 solid;
}
.slideTxtBox .factory_menu.hd ul li:first-child a{
	border: none;
}

/*********pc端现有產品詳情頁********/

		.slideBox .prev,
		.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-105px; display:block; width:28px; height:51px; }
		.slideBox .next{ left:auto; right:3%;background:url(../image/pro_next.png) no-repeat center center;}
		.slideBox .prev{background:url(../image/pro_pre.png) no-repeat center center;}
		.slideBox .prev:hover{background:url(../image/pro_prethover.png) no-repeat center center;}
		.slideBox .next:hover{ background:url(../image/pro_nexthover.png) no-repeat center center;}
		.slideBox .prevStop{ display:none;  }
		.slideBox .nextStop{ display:none;  }
		
.product_act{
	background: #fff;
	position: relative;
}
.pro_act_left{
	display: none;
}
.act_left h2{
	padding: 30px 0px 15px 0px;
}
.product_act .act_left{
	color: #393939;
}
.act_left .more{
	color: #fff;
	width: 168px;
	height: 32px;
	line-height: 32px;
	background: #0486f6;
	display: block;
	text-align: center;
	margin-top: 20px;
}
.act_left .more:hover{
	opacity: 0.85;
}
.product_act_right{
	position: absolute;
	right: 0px;
	left: 50%;
	top: 40px;
	bottom: 40px;
	background: #e6e6e6;
}
.product_act_right img{
	height: 100%;
	display: block;
	margin: 0px auto;
}
.pro_parameters{
	width: 100%;
	position: relative;
	padding-bottom: 70px;
}
.pro_parameters_bg{
	height: 50px;
	background: #ccf5ff;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
}
.pro_parameters_title{
	position: absolute;
	width: 1180px;
	top: 0px;
	left: 50%;
	margin-left: -590px;
	z-index: 100;
}
.pro_parameters_title span{
	display: inline-block;
	padding: 0px 20px;
	background: #ccf5ff;
	line-height: 64px;
	border-radius: 10px;
	color: #0550a0;
	font-size: 26px;
}
.pro_table,.pro_optional{
	padding: 40px 0px;
}
.pro_banner{
	display: block;
	width: 100%;
}
.pro_video{
	display: none;
}
.pro_table{
	/*overflow: hidden;*/
}
.pro_table_block{
	width: 50%;
	float: left;
}
.pro_table_block:first-child{
	border-right: 1px #393939 solid;
}
.pro_table_block tr td{
	line-height: 40px;
	padding-left: 2.5rem;
}
.pro_table_block tr td:first-child{
	border-right: 1px #393939 solid;
}
.pro_table_block tr:nth-last-child(odd) td{
	background: #f0f0f0;
}
.pro_optional ul{
	display:block;
	padding-left: 230px;
}
.pro_optional ul li{
	line-height: 32px;
	/*list-style-type: square;color: #0099ff;*/
}
.pro_optional ul li span{
	width: 0.5rem;
	height: 0.5rem;
	display: inline-block;
	background: #0550a0;
	margin-right: 35px;
}
.pro_optional ul li i{
	width: 0.5rem;
	height: 0.5rem;
	display: inline-block;
	background: #0550a0;
	margin-right: 15px;
}
.pro_standard{
	background: url(../image/pro_banner1.png) no-repeat center center;
	background-size: cover;
	min-height: 110px;
	}
.pro_standard .pro_parameters_bg{
	background: none;
}
.pro_standard .pro_parameters_title span{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.produt_infor h1,.produt_infor h2{
	text-align: center;
	font-size: 32px;
	color: #0550a0;
	line-height: 55px;
}
.produt_infor{
	padding-top: 40px;
}
.produt_infor h2{
	font-weight: normal;
}
.produt_infor p{
	width: 700px;
	margin: 0px auto;
	padding: 40px 0px;
	line-height: 26px;
}
.produt_slideBox{
	margin: 0px auto;
}
.produt_infor_menu{
	padding: 12px 0px;
	background: #f0f0f0;
	text-align: center;
	margin-bottom: 40px;
}
.produt_infor_menu a{
	display: inline-block;
	line-height: 40px;
	width: 200px;
	text-align: center;
	background: #fff;
	color: #004986;
	font-size: 1rem;
	margin: 0px 10px;
	cursor:pointer;
}
.produt_infor_menu a:hover{
	color: #0486f6;
}


/******圖片放大鏡*****/
/*******现有產品詳情頁圖片滾動效果*******/

		.slideBox{ width:880px; overflow:hidden; position:relative; }
		.slideBox .hd{ height:80px; overflow:hidden;text-align: center;padding: 40px 0px; }
		.slideBox .hd ul li{ margin:0px 10px;  width:80px; height:80px; cursor:pointer;display: inline-block; }
		.slideBox .hd ul li.on{ box-shadow: 0px 0px 5px #0550a0;}
		.slideBox .bd{ position:relative; height:100%; z-index:0;   }
		.slideBox .bd li{ zoom:1; vertical-align:middle; }
		.slideBox .bd img{ width:880px; height:360px; display:block;transition: all 0.3s; }
        .slideBox .bd li:hover img{ transform: scale(1.03);}
		.slideBox .prev,
		.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-105px; display:block; width:28px; height:51px; }
		.slideBox .next{ left:auto; right:3%;background:url(../image/pro_next.png) no-repeat center center;}
		.slideBox .prev{background:url(../image/pro_pre.png) no-repeat center center;}
		.slideBox .prev:hover{background:url(../image/pro_prethover.png) no-repeat center center;}
		.slideBox .next:hover{ background:url(../image/pro_nexthover.png) no-repeat center center;}
		.slideBox .prevStop{ display:none;  }
		.slideBox .nextStop{ display:none;  }

/*************pc代理商頁面***********/
.agent_banner span{
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 300px;
	display: block;
	}
.problem_main_block h1{
	font-size: 1rem;
		font-weight: normal;
	text-align: center;
	padding: 3rem 0px;
}
.problem_main_form{
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #ddd;
	margin-bottom: 50px;
}
.problem_main_left{
	width: 410px;
	float: left;
	height: 520px;
	margin-right: 40px;
}
.problem_main_left img{
	width: 100%;
}
.problem_main_right{
	width: 600px;
	float: left;
	padding-top: 20px;
}
.problem_main_right .act_right{
	width: 600px;
}
.problem_main_right .act_right .act_text,.problem_main_right .act_right .act_textarea{
	color: #000;	
}
.problem_main_right .act_right .act_text input{
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
}
.problem_main_right .act_right .act_text p{
	padding: 10px 0px;
}
.problem_main_right .act_right .act_text input,.problem_main_right .act_right .act_textarea textarea{
	border: 1px #dcdcdc solid;
	color: #393939;
}
.problem_main_right .act_right .act_textarea{
	overflow: hidden;
	box-sizing: border-box;
}
.problem_main_right .act_right .act_btn{
	padding-top: 10px;
}
.problem_main_right .act_right .act_btn button{
	width: 136px;
}
.problem_main_right .act_right .act_text,.problem_main_right .act_right .act_textarea,.problem_main_right .act_right .act_btn{
	padding-left: 30px;
}
/********************pc聯系我們官网頁面********************/
.contact_banner{
	height: 260px;
}
.contact_main_block{
	overflow: hidden;
	padding: 60px 0px;
}
.contact_main_left{
	width: 590px;
	float: left;
}
.contact_left_list{
	overflow: hidden;
	line-height: 26px;
}
.contact_left_list em{
	display: block;
	float: left;
	margin-right: 15px;
	width: 22px;
	height: 22px;
}
.contact_left_list em img{
	width: 100%;
}
.contact_left_list p{
	float: left;
	width: 400px;
}
.contact_left_list p:hover a{
	color: #2c74ff;
}
.contact_map{
	padding-top: 40px;
	padding-left: 0px;
}
.contact_main_right{
	width: 590px;
	float: right;
}
.contact_main_right .act_right{
	width: 100%;
}
.contact_main_right .act_text input, .contact_main_right .act_textarea textarea{
	width: 95%;
	margin-left: 2%;
	color: #393939;
}
.contact_main_right .act_textarea span{
	color: #ff3300;
	vertical-align: top;
}
.contact_main_right .act_text input,.contact_main_right .act_textarea textarea{
	border: none;
	border-bottom: 1px #393939 solid;
}
/************pc端售後服務頁面*******************/
.service_support{
	background: #fff;
}
.service_support{
	padding-bottom: 200px;
	background: url(../image/ser_bg.png) no-repeat center bottom;
	}
.service_content_list{
	padding: 15px 70px;
	line-height:1.4rem ;
}
.service_content_list h2{
	color: #0550a0;
	font-weight: normal;
	padding-bottom: 0.5rem;
}

/******************pc端團隊頁面***********************/
.team_banner{
	background: url(../image/team_banner.png) no-repeat center center;
	background-size: cover;
}
.team_block ul{
	display: block;
	width:1240px;
	overflow: hidden;
	padding: 40px 0px;
}
.team_block ul li{
	width: 256px;
	padding: 1rem 27px;
	float: left;
	text-align: center;
}
.team_block ul li img{
	width: 256px;
	height: 256px;
	border-radius: 50%;
	box-shadow: 0px 0px 10px #e2eaf2;
	transition: all 0.3s;
}
.team_block ul li:hover img{
	transform: scale(1.03);
}
.team_block ul li h2{
	font-size: 1rem;
	line-height: 1.4rem;
	padding-top: 1rem;
}
.team_block ul li:hover h2{
	color: #0486f6;
}

/*******************pc端实时新聞頁面*********************/
.news_banner{
	background: url(../image/news_banner.png) no-repeat center center;
	background-size: cover;
}
.news_first .slideBox{
	width: 100%;
}
.news_first{
	padding: 40px 0px 20px 0px;
}
.news_first ul li{
	background: #f6f7f9;
	overflow: hidden;
	width: 100%;
	padding: 0px;
}
.news_first .slideBox .bd img{
	width: 770px;
	height: 410px;
	border-radius: 10px;
	float: left;
}
.news_first_right{
	width: 350px;
	padding: 40px 30px;
	float: right;
	text-align: left;
}
.news_main .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal{
	    bottom: 90px;
	    right: 0;
	    width: 300px;
		padding-right: 30px;
		left: inherit;	
}
.news_main.swiper{
	width: 1180px;
}
.news_main .swiper-pagination{
	text-align: right;
}
.news_first_right h2{
	color: #6a6766;
	padding-bottom: 2rem;
}
.news_first_right h1{
	font-size: 1rem;
	padding-bottom: 1rem;
}
.news_first_right h1:hover{
	color: #0486f6;
}
.news_first_right p{
	color: #6a6766;
	line-height: 1.3rem;
	font-size:1rem;
}
.news_first .slideBox .hd{
	position: absolute;
	bottom: 30px;
	right: 20px;
	height: inherit;
	padding: 0px;
}
.news_first .slideBox .hd ul li{
	width: 14px;
	height: 14px;
	margin: 0px 5px;
	border-radius: 7px;
	background: #939393;
}
.news_first .slideBox .hd ul li.on{
	background: #0550a0;
}
.news_first .slideBox .prev,.news_first .slideBox .next{
	margin-top: -25px;
}
.news_first .slideBox .prev{
	background: url(../image/news_pre.png) no-repeat center center;
}
.news_first .slideBox .next{
	right: 440px;
	background: url(../image/news_next.png) no-repeat center center;
}
.news_block{
	padding-bottom: 50px;
}
.news_block ul{
	width: 1210px;
	overflow: hidden;
}
.news_block ul li{
	width: 353px;
	padding: 10px 10px 40px 10px;
	float: left;
	border-bottom: 1px #dcdcdc solid;
	margin-bottom: 50px;
	margin:25px 10px;
	overflow: hidden;
}
.news_block ul li:hover{
	box-shadow: 0px 0px 10px #ddd;
	border-radius: 10px;
}
.news_block ul li img{
	width:100%;
	height: 210px;
	border-radius: 10px;
	transition: all 0.3s;
}
.news_block ul li img:hover{
	transform: scale(1.03);
}
.news_block ul li .news_title{
	line-height:1.2rem;
	font-size: 0.8rem;
	padding: 1rem;
	height:3rem;
	overflow:hidden;
}
.news_block ul li .news_data{
	padding-left: 2.5rem;
	color: #0550a0;
	background: url(../image/news_data.png) no-repeat 1rem center;
}

/**************PC端我們的使命頁面****************/
.mission_main{
	padding: 35px 0px;
}
.mission_block{
	overflow: hidden;
	background: #fff;
	margin: 35px 0px;
}
.mission_block_left{
	float: left;
}
.mission_block_blue{
	width: 310px;
	background: #0550a0;
	height: 100%;
	min-height: 510px;
}
.mission_block_right{
	float: right;
}
.mission_block_infor{
	padding: 40px 10% 0 10%;
	width: 870px;
	box-sizing: border-box;
}
.mission_block_infor h1{
	font-size: 26px;
	line-height: 56px;
}
.mission_block_infor h1,.mission_block_infor ul li h2{
	color: #0550a0;
}
.mission_block_infor p{
	line-height: 24px;
}
.mission_block_infor ul li h2{
	font-size: 16px;
	margin-top: 15px;
}
.mission_block_infor ul li h2 span{
	display: inline-block;
	border-top: 1px #0550a0 solid;
	padding-top: 10px;
	line-height: 30px;
}

/******************pc端搜索頁面*******************/
.search_banner{
	position: relative;
}
.search_block{
	background: #f2f2f2;
	border-radius: 40px;
	position: absolute;
	width: 1100px;
	left: 50%;
	margin-left: -550px;
	top: 50%;
	margin-top: -39px;
	height: 54px;
	padding: 12px;
}
.search_slideTxtBox .bd li{
	border-bottom: none;
}
.search_block input{
	background: none;
	border: none;
	width: 100%;
	line-height: 54px;
	font-size: 1.2rem;
	padding: 0px 150px 0px 20px;
	box-sizing: border-box;
}
.search_block button{
	border: none;
	width: 130px;
	text-align: center;
	height: 54px;
	line-height: 54px;
	color: #fff;
	background: #0486f6;
	border-radius: 30px;
	font-size: 1.2rem;
	position: absolute;
	top: 12px;
	right: 12px;
	cursor: pointer;
}
.search_block button:hover{
	background: #0166bb;
}
.search_hd ul{
	overflow: inherit;
}
.slideTxtBox .search_hd{
	height: 46px;
	margin-top: 40px;
	border-bottom: 1px #999 solid;
}
.slideTxtBox .search_hd ul li{
	height:46px;
	line-height: 46px;
	padding: 0px 10px;
}
.slideTxtBox .search_hd ul li a{
	display: block;
	background: #dfdfdf;
}
.slideTxtBox .search_hd ul li.on{
	background: #fff;
	margin-bottom: -1px;
	border: 1px #999 solid;
	border-bottom: none;
}
.slideTxtBox .search_hd ul li.on a{
	background: #fff;
}
.search_slideTxtBox .bd .search_news ul li{
	overflow: hidden;
	padding: 30px 0px;
	border-bottom: 1px #dcdcdc solid;
}
.search_news ul{
	overflow: hidden;
}
.search_news ul li img{
	width: 278px;
	height: 200px;
	border: 1px #dcdcdc solid;
	float: left;
}
.search_news ul li img:hover{
	opacity: 0.85;
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
}

.search_news_right{
	width:860px;
	float: right;
}
.search_news_right p{
	line-height: 24px;
	font-weight: normal;
	font-size: 1rem;
}
.search_news_right h1{
	line-height: 25px;
	height: 66px;
}
 .bd ul li .search_news_right h1 a{
	color: #2c74ff;
	font-size: 1.2rem;
}
.search_news_right:hover h1 a{
	 color: #0550a0;
	 text-decoration: underline;
 }
 .bd ul li:hover .search_news_right h1 a{
	/* color: #0550a0;
	 text-decoration: underline;*/
 }
.search_news_right h1 span{
	float: right;
	font-weight: normal;
}
.search_news_right p{
	line-height: 26px;
}
.search_loading a{
	display: inline-block;
	border: 1px #dcdcdc solid;
	border-radius: 20px;
	padding: 10px 20px;
	margin-top: 40px;
}
.load-more__btn{
	display: block;
	border: 1px #dcdcdc solid;
	border-radius: 20px;
	padding: 10px 20px;
	    background: #d3d3d3;   line-height: 26px;
    margin: 40px auto;
    width: 100px;
    text-align: center;    cursor: pointer;
}


/*********** f1_2 我們的曆史————時間軸輪播效果*******************/
.t_f1bk2{
    padding-top: 116px;
}
.t_f1btopli{
    font-size: 20px;
    line-height: 1.5;
    color:#ccc;
    transition: all 0.36s;
    cursor: pointer;
    position: relative;
    text-align: center;
    padding-bottom: 69px;
}
.t_f1bquan{
    width: 27px;
    height: 27px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.t_f1bquan::before{
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #f15344;
    border-radius: 50%;
    z-index: 10;
}
.t_f1bquan::after{
    content: '';
    width: 16px;
    height: 16px;
    background: #fff;
    position: absolute;
    box-shadow: 0px 5px 29px 0px rgba(0,0,0,.15);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    z-index: 9;
    transition: all 0.36s;
}
.t_f1btopli.on .t_f1bquan::after{
    width: 27px;
    height: 27px;
}
.t_f1btopli.slick-active.slick-current .t_f1bquan::after{
    width: 27px;
    height: 27px;
}
.t_f1btopli.slick-active.slick-current{
    color: #0550a0;
}
.t_f1btopli.on{
    color: #f26557;
}
.t_f1btop .slick-prev,.t_f1btop .slick-next{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 5px 29px 0px rgba(0,0,0,.15);
    z-index: 9;
}
.t_f1btop .slick-prev::before,.t_f1btop .slick-next::before{
    content: url(../image/f1_2arrow.svg);
    position: absolute;
    width: 17px;
    height: 13px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}
.t_f1btop .slick-prev::before{
    transform: translate(-50%,-50%) rotate(180deg);
}
.t_f1btop{
    position: relative;
    z-index: 10;
}
.t_f1bgui{
    height: 5px;
    width: calc(100% + 200px);
    background: #f15344;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}
.t_f1bgui::before{
    content: '';
    width: 500px;
    height: calc(100% + 2px);
    position: absolute;
    left: -1px;
    top: -1px;
    background: linear-gradient(to right,#f9f9f9,rgba(249,249,249,.2),rgba(249,249,249,.1));
}
.t_f1bgui::after{
    content: '';
    width: 500px;
    height: calc(100% + 2px);
    position: absolute;
    right: -1px;
    top: -1px;
    background: linear-gradient(to left,#f9f9f9,rgba(249,249,249,.2),rgba(249,249,249,.1));
}
.t_f1bk2nr1{
    position: relative;
}
.t_f1btop .slick-prev {
    left: -10px;
}
.t_f1btop .slick-next {
    right: -10px;
}
.t_f1year{
    font-size: 120px;
    font-weight: bold;
    line-height: 1;
    color: #0550a0;
}
.t_f1bk2le{
    width: 39%;
    text-align: center;
	box-sizing: border-box;
}
.t_f1bk2rg{
    width: 61%;
    padding-right: 56px;
    padding-top: 6px;
}

.t_f1bk2box {
    padding-top: 54px;
    padding-bottom: 65px;
}
/* .t_f1bk2rg{
    height: calc(100vh - 400px);
} */
.t_f1bk2rg .mCSB_outside+.mCSB_scrollTools {
    right: 0px;
}

.t_f1bk2rg .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 2px;
    background: #f15344;
}
.t_f1bk2rg .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
    width: 2px!important;
    background: #dedede;
    opacity: 1;
}
.fl{
		float: left;
	}
	.fr{
		float: right;
		box-sizing: border-box;
		padding-top: 0;
	}
	.slick-prev, .slick-next {
	    font-size: 0;
	    line-height: 0;
	    position: absolute;
	    top: 50%;
	    display: block;
	    width: 20px;
	    height: 20px;
	    padding: 0;
	    cursor: pointer;
	    -webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	    transform: translate(0, -50%);
	    color: transparent;
	    border: none;
	    outline: none;
	    background: transparent;
	}
	.t_content2{
		width: 82.5%;
		box-sizing: border-box;
		margin: 0px auto;
	}
	.t_f1yearn ul li{
		overflow: hidden;
		margin-bottom: 20px;
	}
.t_f1yearn ul li img{
	width: 40%;
	display: block;
	float: left;
	
}
.t_f1yearn ul li p{
	width: 60%;
	padding-left: 50px;
	box-sizing: border-box;
	float: right;
	font-size: 1rem;
	display: table-cell;
	flex: 1;
	line-height: 26px;
}


 .swiper {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        height: calc((100% - 30px) / 2);

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

/*******首頁彈窗*******/
.dialog_video_show{
	display: none;
}
.dialog_show{
	display: none;
}
.dialog {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    position: fixed;
    pointer-events:visiblePainted;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999;
	
}

.dialog_content {
    width: 660px;
    height: 440px;
    background: #fff;
    padding: 50px 30px 30px 30px;
    position: fixed;
    z-index: 999;
	left: 50%;
	margin-left: -300px;
	top: 50%;
	margin-top: -200px;
	box-shadow: 0px 0px 10px #000;
}
.dialog_content .act_right{
	width: 100%;
}
.dialog_content  .act_right .act_text, .dialog_content  .act_right .act_textarea,.dialog_content .act_right .act_btn{
	padding:10px;
}
.dialog_content .act_right .act_text input,.dialog_content .act_right .act_textarea textarea,.dialog_content .act_right p{
	color: #393939;
}
.dialog_content .act_right .act_textarea textarea{
	border: none;
	border-bottom: 1px #dcdcdc solid;
	height: 84px;
	line-height: 28px;
}
.dialog_content .act_right .act_textarea:hover textarea{
	border-bottom: 1px #0486f6 solid;
}
.dialog_content .act_right .act_text input{
	height: 28px;
	line-height: 28px;
}
.act_btn span{
	color: #ff0000;
	line-height: 48px;
}
.dialog_content .act_btn button{
	width: 180px;
	float: right;
	vertical-align: middle;
}
.dialog_close{
	position: absolute;
	width: 20px;
	height: 20px;
	top: 10px;
	right: 10px;
	color: #ff0000;
	font-size: 30px;
	cursor: pointer;
}




/*----------custom----------*/
@media only screen and (max-width: 1200px) {
.banner .item .text {
	height: 550px;
}
.banner h1 {
	font-size: 38px;
}
.page_ededed h2 {
	font-size: 28px;
}
.div_font .div_p1 {
	font-size: 40px;
}
.div_font .div_p2 {
	font-size: 18px;
	margin-top: 20px;
}
.zbanner {
	height: 350px;
}
.div_font {
	top: 130px;
}
.zqwh_cx {
	left: 7.5%;
	top: 30%
}
.zqwh_cx, .zqwh_zz, .zqwh_gx {
	width: 24.5%;
}
.zqwh_zz {
	left: 6%;
	top: 50%;
}
.zqwh_gx {
	left: 8%;
	top: 72%;
}
.zqwh_chx, .zqwh_yj, .zqwh_sm, .zqwh_gd {
	width: 28%;
}
.zqwh_chx {
	top: 22%;
}
.zqwh_sm {
	top: 60%;
}
.zqwh_gd {
	top: 77%;
}
.srdz_web h2, .yykf_web_t h2, .fw_wx_web h2{
	font-size: 50px;
}
.srdz_list ul li {
	width: 122px;
}
.srdz_web {
	width: 40%;
}
.page_list3 ul li .text span {
	font-size: 20px;
}




}
.main_tab_ht {
	height: 1px;
	width: 100%
}
.main_tab_ht.fixed {
	height: 87px;
}
.main_tab.fixed {
	position: fixed;
	width: 100%;
	top: 110px;
	left: 0;
	z-index: 999;
	background: #fff;
}
@media only screen and (max-width: 1063px) {

 
#dividb.menu{    top: auto;
       position: fixed;
    bottom: 84px;
    height: auto;
    z-index: 999;
	width:60%;
	left:45%;
	}
/*#dividb.menu .nav{padding-top:114px}*/
.srdz_web h2 {
	font-size: 45px;
}
.page_falb {
	padding-top: 60px;
}
.div_font .div_p1 {
	font-size: 30px;
}
.div_font .div_p2 {
	font-size: 16px;
}
.zbanner {
	height: 300px;
}
.div_font {
	top: 110px;
}
.div_font.div_font1 {
	top: 110px;
}
.div_font .div_p2 {
	font-size: 18px;
	margin-top: 15px;
}
.header .wrap {
	padding:10px 0px;
}
.logo{
	margin: 0px;
	margin-left: 20px;
	
}
.wrap_clear{
	overflow: hidden;
}
.header * {
	transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	-o-transition: all 0s;
}
.menu {
	display: none;
	position: fixed;
	height: calc(100% - 176px);
	background: #f1f1f1;
	z-index: 1000;
	top: 95px;
	left: 0;
	width: 100%;
	bottom: 84px;
}
.menu-bg{
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
}
.menu ul .nLi{
	width: 100%;
	margin-left: 0px;
	position: inherit;
	height: inherit;
	padding: 0px;
}
.nav .sub{
	position: inherit;
	padding-bottom: 0px;
}
.menu ul .nLi .sub a{
	padding-left: 0px;
	position: relative;
	font-size: 14px;
}
.menu ul li * {
	display: inline-block;
	color: #393939;
}
.menu ul li label, .menu ul li span {
	color: #393939;
	text-transform: inherit;
}
.menu ul li.on span, .menu ul li a:hover span, .menu ul li.on label, .menu ul li a:hover label {
	color: #393939;
	opacity: 1;
	border: none;
}
.menu ul li em {
	background: url(../image/menu_icon1.png) no-repeat center center;
	background-size: 100%;
	position: inherit;
	margin-left: 10px;
}
.menu ul li a {
	display: block;
	text-align: left;
}
.menu ul li span {
	padding-left:30px;
}
.menu ul li {
	float: none;
	line-height: 25px;
	margin: 0 10px;
	text-align: left;
	border-bottom: 1px solid #a0a0a0;
}
.nav .sub li{
	zoom: inherit;
	margin: 0px;
	width: 100%;
	padding: 0px;
	/*line-height: 56px;*/
	line-height: 40px;
	border-bottom: 1px #a0a0a0 solid;
}
.nav .sub li:last-child{
	border-bottom: 0px;
}
.nav .sub ul{
	width: 100%;
}
.nav .sub a{
	text-align: left;
	margin-left: 2rem;
	color: #393939;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.header .wrap .clear {
	width: 40px;
	height: 40px;
	background: url(../image/menu.png) no-repeat center center;
	background-size: 30px auto;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 10px;
}
.header .wrap .clear.on {
	background: url(../image/menu1.png) no-repeat center center;
	background-size: 25px auto;
}
.banner .item .text {
	height: 500px;
}
.banner h1 {
	font-size: 35px;
}
.page_list ul li, .kuang {
	width: 33.333%;
}
.page_list li.li5 .list {
	border-right: 1px solid #e3e3e3;
}
.page_list li.li5 .list, .page_list li.li4 .list {
	border-top: 0;
}
.page_list2 ul li {
	width: 33.333%;
}
.page_list3 ul li {
	width: 50%;
}
.page_link ul li {
	width: 25%;
}
.foot2 p.frt {
	float: none;
}
.page_ededed h2 {
	font-size: 24px;
}
.page {
	padding: 50px 0;
}
.title {
	margin-bottom: 50px;
}
.fw_lc .title {
	margin-bottom: 0;
}
.page_list4 .item {
	width: 50%;
}

.page_link ul li a {
	height: 150px;
	line-height: 150px;
}
.phone_btn .list:hover {
	width: 40px;
}
/*.li_QQ{ display:none;}*/
.xg_case {
	padding: 80px 0;
}
.page_lxfs {
	padding: 0 50px;
}

}
@media only screen and (max-width: 1024px) {
.news_rt {
	margin-left: 50px;
	max-width: 250px;
}
.page_list3 ul li .text span {
	font-size: 18px;
}
.solution_block_title{
	display: none;
}
}

@media only screen and (max-width: 800px) {
.mainer {
	padding-top: 80px;
}
.page_list3 ul li .text span {
	font-size: 16px;
}
.page_list3 ul li .text p {
	font-size: 14px;
}
.div_input_list .div_input, .div_input_list .div_input.input1, .div_input_list .div_input.input2 {
	width: 98%;
	margin: 5px 1%;
}
.fw_scroll {
	overflow-x: auto;
}
 .fw_scroll::-webkit-scrollbar, .fw_pm_scroll::-webkit-scrollbar {
height:10px;
background:url(../image/bg1.png) repeat-x center center
}
 .fw_scroll::-webkit-scrollbar-thumb, .fw_pm_scroll::-webkit-scrollbar-thumb {
background:#ccc;
height:10px;
border-radius:5px;
}
.yykf_web_t h2, .fw_wx_web h2{
	font-size: 40px;
}
.fw_wx {
	height: 500px;
}
.fw_wx_web {
	margin-top: 30px;
}
/* .fw_wx_pic {
	width: 100%;
	margin-top: 20px;
} */
.srdz_pic, .srdz_web {
	width: 100%;
}
.srdz_pic img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}
.zqwh_tab {
	padding: 0 15px;
}
.gy_zqwh_tit {
	position: inherit;
	margin-bottom: 20px;
}
.gy_zqwh_pic {
	display: none;
}
.zqwh_list {
	position: inherit;
	width: 100%;
	top: auto;
	left: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	margin-bottom: 30px;
	height: 50px;
	display: table;
}
.zqwh_list p {
	display: table-cell;
	width: 100%;
	font-size: 14px;
	vertical-align: middle;
}
.zqwh_tab .trt {
	text-align: left;
}
.zqwh_list span {
	display: block;
	font-size: 25px;
	float: left;
	width: 90px;
	height: 70px;
	line-height: 70px;
	vertical-align: middle;
	text-align: center;
	background: url(/skin/images/icon72.png) no-repeat left center;
	background-size: auto 100%;
	color: #fff;
}
.div_tag p, .div_tag .span_tag {
	float: none;
}
.zqtd_l_web h3 {
	font-size: 24px;
}
.zqtd_l_web p {
	font-size: 18px;
}
.div_tag {
	line-height: 30px;
}
.lxfs_web_xq {
	width: 100%;
	box-sizing: border-box;
}
.lxfs_ewm_pic img {
	width: 50%;
}
.lxfs_web {
	width: 70%;
}
.lxfs_ewm {
	width: 100%;
	margin-top: 20px;
	text-align: center;
	border-left: 0;
}
.page_lxfs {
	position: relative;
}
.zbanner {
	height: 9rem;
}
.page_falb {
	padding-top: 40px;
}
.div_font {
	top: 110px;
}
.ht50 {
	height: 0;
}
.lsfx_tit {
	padding-top: 30px;
}
.div_font.div_font1 {
	top: 110px;
}
.div_font .div_p1 {
	font-size: 20px;
}
.div_font .div_p2 {
	font-size: 14px;
	margin-top: 10px;
}
.banner .item .text {
	height: 400px;
}
.page_list ul li, .kuang {
	width: 100%;
}
.page_list {
	width: 90%;
	margin: 0 auto;
}
.page_list ul {
	border-top: 1px solid #e3e3e3;
	overflow: inherit;
	padding: 0;
}
.page_list ul:before, .page_list ul:after {
	clear: both;
	display: table;
	content: ''
}
.page_list ul li .list {
	border-top: 0;
}
.banner h1 {
	font-size: 30px;
}
.page {
	padding: 30px 0;
}
.title {
	margin-bottom: 30px;
}
.more {
	margin-top: 10px;
}
.page_list4 .item {
	width: 100%;
}
.page_news .item {
	width: 100%;
}
.page_link ul li a {
	height: 120px;
	line-height: 120px;
}
.page_ededed h2 {
	font-size: 20px;
}
.page_list3 ul li .list {
	margin: 10px;
}
.page_list3 ul {
	margin: 0 10px;
}
.main_toggle ul {
    overflow: hidden;
    width: 100%;
}
.main_toggle ul li {
	width: 50%;
}
.main_toggle ul li {
    float: left;
    display: inline-block; 
}
.tips_search, .tips_lt {
	width: 100%;
	float: none;
}
.main_tips {
	margin: 30px 0;
}
.main_toggle ul li {
	line-height: 50px;
}
.main_tips span.span_tit {
	float: none;
}
.z_div1 h3 {
	padding: 20px 0;
}
.case_tit ul li {
	line-height: 30px;
}
.case_info .text {
	margin: 20px 0;
}
.pagesize {
	padding: 20px 0;
}

}
* {
	font-size: 14px;
}


@media only screen and (max-width:768px) {
.news_list2 li h3 {
	font-size: 16px;
}

#dividb.menu .nav {
/*  padding-top: 92px;*/
}

.wrap1, .banner .wrap, .foot .wrap {
	margin: 0 15px;
	padding: 0;
}
.banner ul {
	display: none;
}
.banner .item .text {
	height: 200px;
}
.banner h1 {
	font-size: 20px;
}
.banner p span {
	display: block;
}
.banner p {
	font-size: 14px;
	line-height: 1.5em;
	padding-top: 0;
	padding-bottom: 40px;
}
.banner .item .cell {
	vertical-align: bottom;
}
.banner.owl-theme .owl-dots .owl-dot {
	margin-bottom: 10px;
}
.banner.owl-theme .owl-dots .owl-dot.active:hover span, .banner.owl-theme .owl-dots .owl-dot.active span {
	width: 70px;
}
.banner.owl-theme .owl-dots .owl-dot span {
	width: 50px;
	height: 3px;
}
.owl-dots{
 display: block !important;
}
.logo img {
	height: 30px;
}
.menu {
	top: 92px;
}
.footer_menu .wrap .clear{
	background: url(../image/bot_menu5.png) no-repeat center 10px;
	background-size: 70%;
	padding-top: 45px;
	top: auto; 
	margin-top: inherit;
}
.footer_menu .wrap .clear.on{
	background: url(../image/menu1.png) no-repeat center 9px;
	background-size: 60%;
}

.mainer {
	/*padding-top: 85px;*/
	padding-top: 92px;
}
.header .text {
	display: none;
}
.page_list2 ul li {
	width: 100%;
}
.page {
	padding: 20px 0;
}
.title {
	margin-bottom: 20px;
}
.page_list3 ul li .text p {
	height: auto;
}
.page_list4 ul li {
	margin: 0px auto;
	width: 100%;
	margin-bottom: 20px;
}

/*******service頁面*******/
.srdz_web, .yykf_web {
	width: 100%;
}
.srdz_pic, .yykf_pic, .fw_wx_web{
	width: 100%
}
.srdz_web h2, .yykf_web h2, .fw_wx_web h2 {
	font-size: 30px;
	text-align: center;
}
.yykf_web_t, .fw_wx, .fw_wx_web{
	margin-top: 30px;
	padding-top: 0px;
}
.fw_yykf{
	margin-top: 20px;
	padding-top: 0;
}
.yykf_list ul li {
	width: 50%;
	margin-bottom: 15px;
}
.yykf_web_t p, .fw_wx_web p{
	font-size: 14px;
	text-align: center;
}

}
@media only screen and (max-width:768px) and (min-width:500px) {
.wrap {
	padding: 0 15px;
}
}

.fdj_main #left{
	overflow: inherit;
}
.btnList {
	position: relative;
	height: 80px;
	overflow: inherit;
	width: 800px;
	margin: 0px auto;
}
.btnList a{
	position: absolute;
	color: #000;
	display: block;
	width: 100px;
	height: 40px;
}
.btnList a.prev{
	left: -80px;
	top: -240px;

}.btnList a.next{
	 right: -160px;
	 top: -240px;

 }
 
 @media only screen and (max-width: 1200px) {
.item_infor h1{
margin-top: -200px;
} 
 } 
 
@media only screen and (max-width: 1080px) {


.fdj_main #left{
	overflow: inherit;
}
.btnList {
	position: relative;
	height: 10px;
	overflow: inherit;
	width: 100%;
}
.btnList a{
	position: absolute;
	color: #000;
	display: block;
	width: 100px;
	height: 40px;
}
.btnList a.prev{
	left: 00px;
	top: -100px;

}.btnList a.next{
	 right: -70px;
	 top: -100px;

 }

	.search{
		right: 4rem;
		top: 50%;
		margin-top: -13px;
	}
	.item_infor{
		padding: 0px 10%;
		/*padding: 0px 18%;*/
		box-sizing: border-box;
	}
	.item_infor h1{
		line-height: 32px;
		font-size: 1.4rem; 
	 
	}
	.item_infor h2{
		font-size: 0.8rem;
		padding-top: 1rem;	
	}
	
.slideBox .bd li:hover img{ transform: scale(1);}
 .factory_img ul li img:hover{
  transform: scale(1);
 }
 .news_block ul li img:hover{
  transform: scale(1);
 }
 .choose_list ul li .choose_img img:hover{
  transform: scale(1);
 }
 
	.pc_banner.owl-carousel.owl-loaded{
		display: none;
	}
	.tel_banner.owl-carousel.owl-loaded{
		display:block;
		margin-top: -8px;
	}
	.header_infor{
		text-align: left;
	}
	.header_infor img{
		width: 22px;
	}
	.header_block .header_tel{
		display: none;
	}
	.header_block .header_infor_m .header_tel{
		display: block;
	}
	.header_block .header_infor{
		display: none;
	}
	.header_block .header_infor_m{
		display: block;
	}
	.adv_list{
		margin: 25px 0px;
		border-bottom: 1px #dcdcdc solid;
		border-top: 1px #dcdcdc solid;
	}
	.adv_list,.picScroll-left .hd{
		width: 100%;
	}
	.adv_list ul li{
		position: relative;
		width: 50%;
		box-sizing: border-box;
		position: relative;
		height: 100%;
	}
	.adv_list ul li {
    width: 50%;
    text-align: center;
    padding: 20px 0px;
}
	.adv_list  li.li01 .img{
		background: url(../image/ys_icon11_2.png) no-repeat center; width:110px; height:55px;
	}
	.adv_list  li.li02 .img{
		background: url(../image/ys_icon22_2.png) no-repeat center;width:110px; height:55px;
	}
	.adv_list  li.li03 .img{
		background: url(../image/ys_icon33_2.png) no-repeat center;width:110px; height:55px;
	}
	.adv_list  li.li04 .img{
		background: url(../image/ys_icon44_2.png) no-repeat center;width:110px; height:55px;
	}
	.adv_list  li.li05 .img{
		background: url(../image/ys_icon55_2.png) no-repeat center;width:110px; height:55px;
	}
	.adv_list  li.li06 .img{
		background: url(../image/ys_icon66_2.png) no-repeat center;width:110px; height:55px;
	}
	.adv_list ul li::after{
		content: "";
		display: block;
		height: 100%;
		width: 1px;
		background: #dcdcdc;
		position: absolute;
		right: -1px;
		top: 0px;
	}
	.picScroll-left .hd ul{
		width: 100%;
	}
	.picScroll-left .hd{
		padding-top: 0px;
	}
	.picScroll-left .hd{
		padding-bottom: 20px;
	}
	.picScroll-left .hd em{
		margin-left: 66px;
		width: 20px;
		height: 20px;
	}
	.index-mySwiper-pc{
		display: none;
	}
	.index-mySwiper-tel{
		display: block;
	}
	/********现有產品展示*******/
	.reliable_title{
		height: 80px;
		display: block;
	}
	.reliable_pc{
		display: none;
	}
	.reliable,.title_infor span{
		background: #0550a0;
	}
	.reliable{
		padding-bottom: 1rem;
	}
	.reliable_tel{
		display: block;
	}
    .title_infor span{
	color: #fff;
    }
	.title_line,.title_line01::before, .title_line01::after{
		background: #fff;
	}
	.title_line01::before, .title_line01::after{
		height: 10px;
		margin-top: -5px;
	}
	.title_infor{
		width: 80%;
		margin-left: -40%;
		line-height: 1.4rem;
		top: 50%;
		margin-top: -1rem;
	}
	.title_infor span{
		text-transform: uppercase;
		font-size: 1rem;
		padding:0px 10px ;
		display: inline-block;
	}
	.title_line01{
		width: 100%;
		height: 80px;
	}
	.title_line01::before{
		left: 25px;
	}
	.title_line01::after{
		right: 25px;
	}
.reliable_tel li{
	position: relative;
	margin-bottom: 1rem
}
.pro_infor{
	color: #0550a0;
	right: 20px;
	top: 15px;
	padding: 0px;
}
.pro_infor h1{
	font-size: 1.4rem;
	padding-bottom: 0.5rem;
}
.pro_infor p{
	font-size: 1rem;
}
.reliable_tel li .reliable_pc_line{
	display: block;
	position: absolute;
	right: 0px;
	bottom: 1rem;
}
.reliable_tel li .reliable_pc_line img{
	width: 50%;
}


/************************Long Design Life**********************/
.design_title,.design_title .title_line01{
	height: 60px;
}
.design_content{
	width: 90%;
	padding: 0 5% 10px 5%;
}

.design_logo{
	width: 100%;
	padding: 10px;
	margin-bottom:0px ;
	box-sizing: border-box;
}
.design_logo ul li{
	width: 25%;
	padding: 5px;
}
.design_logo ul li img{
	/*height: 30px*/
	height: auto;
}

/***********************************************/
.design_content{
	font-size: 1rem;
}
.choose_list{
	border: none;
	margin: 0px;
}
.choose_list ul li,.support_list ul li{
	width: 50%;
}
.choose_list .solution_choose.w100,.choose_list .solution_choose.w100 ul {width:100%;}
.choose_list .solution_choose.w100 ul  li{width:100%;margin-bottom: 20px;}
.choose_list ul li::after,.support_list ul li::after{
	display: none;
}

.choose_list ul li .choose_img img{
	/*height: 100px;*/
	height: 6.25rem;
	/*height: auto;*/
	
}
.choose_list ul li .tur_img img{
	height: 6.25rem;
}
.choose_list ul li .text{
	    height: 2.2rem;
		line-height: 1.1rem;
	    padding-top: 5px;
		z-index:9999;
		
}
.product_swiper .choose_list ul li .text{
	font-weight: normal;
	font-size: 0.8rem;
	padding-top: 0.5rem;
}
.choose_list ul li .choose_icon{
    display: block;
	position: absolute;
	/*top: 92px;*/
	top: 6.25rem;
	left: 10px;
	width: 0.9rem;
	height: 0.6rem;
}
.choose_list ul li .choose_icon img{
	width: 100%;
	display: block;
}
.index-mySwiper-telpro {
	display: block;
}


/********************/
.support_list{
	width: 100%;
	padding: 0px 20px;
	box-sizing: border-box;
	border: 0px;
	margin: 0px;
}
.support_list ul li{
	padding: 10px;
}
.support_list ul li img{
	width: 3rem;
	height: 3rem;
	margin: 10px 0px;
}
.support_list ul li .text{
	line-height: 1rem;
	font-size: 0.8rem;
}
/****電話郵箱***/
.contact{
	width: 100%;
	height: 2rem;
	margin-top: 10px;
	margin-bottom: 20px;
}
.contact_block{
	width:100%;
}
.contact_block span{
	width: 50%;
	padding-left:10px;
	box-sizing: border-box;
	line-height: 2rem;
	color: #fff;
	font-size: 0.8rem;
	font-weight: normal;
}
.contact_block span img{
	width: 1.2rem;
	height: 1.2rem;
	vertical-align: middle;
	margin-right: 6px;
}

/*************手機端company***************/
.company_block_pc{
	display: none;
}
.company_block_tel{
	display: block;
}
.company{
	padding-top: 1rem;
}
.company_list ul li{
	width: 34%;
}
.company_list ul li .list{
	padding: 0px;
}
.company_list ul li .choose_img img{
	height: 9.5rem;
}
.company_list ul li .choose_img{
	position: relative;
}
.company_list .box1 .choose_img{
	position: relative;
}
.company_text{
	position: absolute;
	bottom: 1.3rem;
	left: 10px;
	right: 10px;
	font-weight: normal;
	font-size: 1rem;
	color: #fff;
}
.company_more{
	position: absolute;
	width: 1rem;
	top: 50%;
	margin-top: -1.5rem;
	left: 50%;
	margin-left: -0.5rem;
	z-index: 100;
	padding: 0px;
}
.company_list ul li .company_more img {
	width: 1rem;
	height:inherit;
}
.content_icon img{
	width: 1.2rem;
	height: 1.2rem;
}

/****************/
.act{
	padding: 1.5rem 0px;
}
.act_block{
	width: 100%;
}
.act_left,.act_right{
	width: 80%;
	float: inherit;
	padding: 0px 10%;
}
.act_left h1{
	line-height: 1.4rem;
	font-size: 1.2rem;
	text-align: center;
	padding-bottom: 1rem;
}
.act_left p{
	text-align: center;
}
.act_right .act_text,.act_right .act_textarea,.act_right .act_btn{
    padding-left: 0px;
}
.act_right .act_text50{
	width: 100%;
	float: inherit;
}
.act_right .act_text input{
	line-height: 1.4rem;
	height: 1.4rem;
}

.act_right  .act_textarea textarea{
	height: 4rem;
	line-height: 1.2rem;
}
.act_right .act_btn{
	width: 100%;
}
.act_right .act_btn{
	padding-top: 0px;
}
.act_right .act_btn button{
	width: 100%;
	height: 42px;
	line-height: 42px;
	font-weight: normal;
	font-size: 1.2rem;
}

/************手機端底部*************/
.footer_top,.footer_middle,.footer_bot_block{
	width:84%;
	padding: 1.2rem  8%;
}
.footer_top{
	padding-bottom: 0px;
}
.footer_top_left{
	width: 100%;
	float: inherit;
}
.footer_logo img{
	width: 16em;
}
.footer_content{
	padding-top: 1rem;
	line-height: 1.2rem;
}
.footer_top_right{
	display: none;
}
.footer_middle_block{
	width: 100%;
	float: inherit;
	padding-top: 1.6rem;
}
.footer_middle_block h2{
	font-size: 1rem;
	padding-bottom: 0.8rem;
}
.footer_middle_block ul li{
	/*font-size: 0.9rem;*/
	font-size:12px;
}
.footer_middle_block01 ul li img{
	display: none;
}
.footer_bot{
	padding: 15px 0px;
	margin-bottom:15px;
}
.footer_bot_block{
	text-align: left;
	padding: 0px 8%;
}

/******手機端底部導航*******/
.footer_menu{
	display: block;
	padding-top:4rem ;
	position: relative;
	z-index: 1000;
}
.footer_menu_block{
	background: #fff;
	overflow:hidden;
	position: fixed;
	width: 100%;
	height: 4rem;
	bottom: 0px;
	box-shadow: 0px 0px 5px #999;
	z-index: 999;
}
.footer_menu ul li{
	width: 20.5%;
	text-align: center;
	float: left;
	position: relative;
	padding: 0.5rem 0rem;
}
.footer_menu ul li:hover{
	background: #f7f7f7;
}
.footer_menu ul li img{
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	margin: 0.5px auto;
	margin-bottom: 0.8rem;
}
.footer_menu ul li p{
	font-size: 0.8rem;
	color: #393939;
}
.footer_menu ul  .footer_menu_last{
	width: 18%;
}
.footer_menu ul  .footer_menu_last{
	background: #e6e6e6;
}
.footer_menu ul  .footer_menu_last img{
	width: 2rem;
}
.footer_menu ul li::after{
	display: block;
	content: "";
	height: 3rem;
	width: 1px;
	background: #393939;
	position: absolute;
	left: -1px;
	top: 0px;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.footer_menu ul  .footer_menu_last::after{
	display: none;
}
.gotop{
	bottom: 4rem;
}
.dialog_content {
    width: 90%;
    height: auto;
    background: #fff;
    padding: 20px 10px 10px 10px;
    position: fixed;
    z-index: 999;
	left: 50%;
	margin-left: -45%;
	top: 50%;
	margin-top: -225px;
	box-sizing:border-box;
	box-shadow: 0px 0px 10px #000;
}
.dialog_close{
	top: 5px;
}
.dialog_content .act_right{
	padding: 0px;
}
.dialog_content .act_right .act_text, .dialog_content .act_right .act_textarea, .dialog_content .act_right .act_btn{
	padding: 5px;
}
.dialog_content .act_right .act_textarea textarea{
	line-height: 1.2rem;
	height: 2.4rem;
}
.act_btn span{
	line-height: 1.2rem;
	font-size: 0.7rem;
}
/***********內頁公司精准簡介***************/
.main_tit{
	padding:0.5rem 0px;
	padding-left: 1rem;

}
.about_main{
	width: 100%;
	background: none;
	padding: 25px;
	box-sizing: border-box;
}
.about, .factory_main {
    width: 100%;
}
.about_main h1,.factory_main h1{
	font-size: 1.2rem;
	padding-bottom: 20px;
}
.factory_main h1{
	padding-left: 25px;
}
.about_infor{
	height: 10rem;
	padding: 0px;
	overflow: hidden;
	transition: all 0.5s;
}
.about_more{
	display: block;
	width: 50%;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	color: #fff;
	background: #0486f6;
}
.about_infor p{
	padding-bottom: 20px;
}
.factory{
	background: #f0f0f0;
	padding: 30px 0px;
}
.factory_menu_pc{
	display: none;
}
.factory_menu_tel, .factory_main_abouttel{
	display: block;
}
.factory_menu_tel{
	height: 2.2rem;
	background: url(../image/about_menu_bg.png) repeat-x bottom;
	line-height: 2.2rem;
}
.factory_menu_tel01{
	height: 2.4rem;
	line-height: 2.4rem;
	background: #fff;
	padding: 0px;
}
.slideTxtBox .factory_menu.hd ul li a{
	padding: 0px 20px;
	border-left: 1px #959595 solid;
	font-size: 0.8rem;
}
.factory_img ul{
	width: 100%;
	padding: 15px 10px;
	box-sizing: border-box;
}
.factory_img ul li{
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
	float: left;
}
.factory_img ul li img{
	height: auto;
}


/**********內頁solution**********/
.solution_menu_list{
	width: 50%;
	padding: 0px 10px;
	box-sizing: border-box;
}
.solution_menu_block{
	width: 100%;
	padding: 5px 0px;
	height: 36px;
	box-sizing: ;
}
.solution_menu_list span{
	width: 40%;
	padding: 0px;
}
.solution_menu_list .solution_filter{
	width: 60%;
}
.solution_menu_list .solution_filter em{
	display: none;
}
.solution_menu_list span, .solution_filter select{
	text-align: center;
	padding: 0px;
	height: 36px;
	line-height: 36px;
}

/****pc端ul li模擬下拉菜單*****/
.model-select-text {
      height: 28px;
	  line-height: 28px;
	  padding: 4px 0px;
      padding-right: 0px;
	  text-align: center;
	  overflow: hidden;
      /* -moz-user-select: none;
      -webkit-user-select: none;
      user-select: none; */
    }


    .model-select-option li {
      height: inherit;
      line-height: 22px;
	  margin: 6px 0px;
	  padding: 0px;
	  text-align: center;
    }
	    .bg1{
	    display: none;
	}
/******下拉菜單結束******/

.solution_block{
	padding: 20px 0px 0px 0px;
	
}
.choose_list ul li{
	margin-bottom: 0.1rem
}
.solution_block .hd{
	display: block;
}
/* .solution_list ul{
	float: left;
	zoom: 1;
	overflow: hidden;
}
.solution_block .bd .ulWrap{
	position: relative;
	overflow: hidden;
	padding: 0px;
} */
.solution_block02 h1{
	font-size:1.2rem ;
	padding: 1.2rem 0px;
}
.solution_block02 .adv_list{
	padding: 0px 2%;
	margin: 0px;
	border: 0px;
}
.solution_block02 .adv_list ul li::after{
	display: none;
}
.solution_block02 .adv_list ul li{
	width: 32%;
	padding: 1rem 0px;
}
.solution_block02  .adv_list li .img{
	width: 5rem;
	height: 2.6rem;
	background-size: 100%;
	opacity: 0.8;
}
.solution_block02 .solution_infor{
	padding:0.5rem 1rem 1.5rem 1rem;
	width: 100%;
	text-align: center;
	font-size: 1rem;
	line-height: 1.4rem;
	box-sizing: border-box;
}
.text .solution_text{
	line-height: 18px;
    padding-top: 10px;
    height:48px;
	overflow:hidden;
}
.questions_main{
	width: 100%;
	margin: 0;
	padding-top: 1rem;
	background: #e6e6e6;
}
.questions_main_left,.questions_main_right{
	width: 100%;
	float: inherit;
	padding: 0px 1rem;
	box-sizing: border-box;
}
.questions_main_left h1{
	padding: 1rem 0px;
	font-size: 1.2rem;
}
.questions_left_img{
	display: block;
	width: 100%;
	margin-top: 1rem;
	background: url(../image/solution_questions_img.png) no-repeat center center;
	background-size: cover;
	text-align: center;
}
.questions_main_right{
	margin: 1.5rem 0;
}
.questions_main_right ul li{
	padding: 0px;
	font-size: 0.9rem;
	letter-spacing: 0;
	line-height: 2.6rem;
}
.questions_main_right ul li h3{
	line-height: 2.6rem;
	height: 2.6rem;
	font-size: 0.8rem;
	overflow:hidden;
}
.questions_main_right ul li p{
	line-height: 1.2rem;
	font-size: 0.7rem;
}
.questions_main_right ul li em,.questions_main_right ul li span{
	display: block;
}
.questions_main_right ul li em{
	width: 1.2rem;
	display: inline-block;
	font-size: 1.1rem;
}
.questions_main_right ul li a{
	display: inline-block;
	font-size: 0.8rem;
	height: 100%;
	line-height: 100%;
}
.questions_main_right ul li span{
	display: inline-block;
	float: right;
	width: 1.2rem;
	height: 1.2rem;
	text-align: center;
	line-height: 1.2rem;
	font-size: 1.2rem;
	border: 1px #999 solid;
	margin-top: 0.6rem;
}
.questions_main_left p{
	font-size: 0.8rem;
}
.solution_support_tel{
	background: #fff;
}
.solution_support_tel .title_line,.solution_support_tel .title_line01{
	display: block;
}
.solution_support_tel .reliable_title{
	height: inherit;
}
.solution_support_tel .title_infor{
	line-height: 2rem;
}
.solution_support_tel .title_infor span{
	background: #fff;
	font-weight: bold;
}
.solution_support_tel{
	padding: 0px 0px 1.5rem 0px;
}

/*********解決方案詳情頁*********/
.solution_content{
	background: #e6e6e6;
}
.solution_content h1{
	background: #0550a0;
	color: #fff;
	font-size: 1.3rem;
	padding: 1.2rem 0;
}
.solution_content .title_infor span{
	background: none;
	font-size: 1rem;
	color: #393939;
	background: #e6e6e6;
	text-transform: unset;
}
.solution_title,.solution_title .title_line01{
	height: 4rem;
}
.solution_title .title_line,.solution_title .title_line01::after,.solution_title .title_line01::before{
	background: #bfbfbf;
}
.solution_content_main{
	padding: 0px;
	border: 0px;
	margin: 0px;
}
.solution_content_main ul li{
	padding: 0px;
	padding-bottom: 2rem;
}
.solution_content_main ul li::after{
	display: none;
}
.solution_choose ul li .text{
	height: auto;
}
.solution_content01,.solution_content01 .title_infor span{
	background: none;
}
.solution_content01 .title_infor span{
	background: #fff;
}
.solution_content01 .text .solution_text{
	/*line-height: 2rem;*/
	height: 2.5rem;
	font-size: 1rem;
}
.solution_content01 ul li .text  span{
	font-size: 0.8rem;
}
.solution_content01 ul li .text .solution_more{
	margin-top: 0.8rem;
	font-size: 0.8rem;
}
.other_options{
	width: 100%;
	font-size: 1.2rem;
	line-height: 2rem;
	height: 2rem;
	margin:0;
}
.other_options h1{
	font-weight: normal;
	padding-left: 2rem;
}
.solution_other{
	padding:1.5rem 0px 0px 0px;
}
.solution_other .choose_list ul li{
	width: 50%;
}
.solution_other ul li .list{
	border: 1px #dcdcdc solid;
	background: #e6e6e6;
}
.solution_other .choose_list ul li .text span{
	display: none;
}
.solution_other ul li .choose_img{
	background: #fff;
}
.solution_other ul li .text{
	padding-bottom: 0px;
}
.solution_other ul li .choose_icon{
	top: 92px;
}
.solution_swiper{
	display: block;
}
.solution_swiper .text .solution_text{
	font-weight: normal;
	font-size: 0.8rem;
}
.solution_other .hd{
	display: block;
}
.solution_quote{
	background: #e6e6e6;
	padding: 1rem;
}
.solution_quote .title_infor{
	position: inherit;
	top: 0px;
	margin: 0px auto;
	left: 0px;
}
.solution_quote .title_infor span{
	background: none;
}
.quote_form{
	width: 100%;
}
.quote_input{
	width: 100%;
	float: inherit;
	margin-bottom: 1rem;
}
.quote_textarea textarea{
	height: 6rem;
}
.quote_btn{
	width: 100%;
	border-radius: 0px;
}
.solution_content .solution_title{
	display: block;
}
.choose_list .solution_title{ display:block;}
/********************************手機端常見問題頁面******************************************/
.problem_banner span{
	font-size: 1.4rem;
	height: 9rem;
}
.problem_main{
	background: non;
}
.problem_back{
	display: none;
}
.problem_hd{
	width: 100%;
}
.problem_hd ul,.problem_bd,.problem_back_block{
	width: 100%;
	box-sizing: border-box;
}
.problem_bd{
	width: 100%;
	padding: 0px 1rem 2rem 1rem;
	box-sizing: border-box;
}
.slideTxtBox .hd{ height:3rem;}
.slideTxtBox .hd ul li{ height:3rem; line-height: 3rem; width: 40%; }
.slideTxtBox .hd ul li.on{ border-bottom:2px solid #0550a0; font-weight: bold;}
.slideTxtBox .bd li,.problem_bd .after_sale h3{ line-height:3.5rem; font-size: 0.8rem; }
.slideTxtBox .bd ul li em{
	width: 0.6rem;
	height: 1rem;
	margin-top: -0.5rem;
}
.slideTxtBox .hd ul li.on a{
	color: #2d77c0;
}
.problem_bd .after_sale h3 em{
	width: 0.8rem;
	height: 0.8rem;
}
/********************************手機端常見問題詳情頁面******************************************/
.problem_content{
	padding: 2rem 0;
}
.problem_content_block{
	width: 100%;
	padding-left: 2rem;
	box-sizing: border-box;
	font-size: 1.1rem;
	line-height: 1.5rem;
}
.problem_content_img{
	width: 80%;
	padding: 2rem 10%  0 10%;
}
.problem_content_img img{
	width: 100%;
	height: auto;
	margin: 0px;
	margin-bottom: 2rem;
}
.problem_content_infor,.problem_page_left,.problem_page_right{
	width: 90%;
	padding: 0px 5% 2rem 5%;
}
.problem_page{
	padding: 1.5rem 0px;
}
.problem_page_block{
	width: 100%;
}
.problem_page_left,.problem_page_right{
	padding: 0px 5%;
	float: inherit;
	display:flex;
	display: -webkit-flex;
	-webkit-flex-direction:row;
}
.problem_page_right{
	margin-top: 1rem;
}
/***********************手機端现有產品列表*************************/
.search_sub{
	top: 92px;
	padding:0px;
}
.search_hide{
	width: 100%;
	background: #f0f0f0;
	border: none;
	padding:0px 30px;
	box-sizing: border-box;
	background: url(../image/search.png) no-repeat 10px center;
	background-size:5.5%;
}
.search_hide input,.search_hide button{
	border: none;
	height: 42px;
	font-size: 16px;
}
.search_hide input{
	padding: 0px 10px;
	width: 100%;
	box-sizing: border-box;
	background: #f0f0f0;
}
.search_hide button{
	background: #0550a0;
	color: #fff;
	width: 100px;
	text-align: center;
	float: right;
	cursor: pointer;
	text-transform: uppercase;
}
.search_hide .search_submit{
	width: 16px;
	height: 16px;
	background: url(../image/search_delete.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -8px;
	
}
.product_main{
	padding: 1.2rem 0px 0 0;
}
.product_search{
	border-radius: 2px;
	width: 94%;
	height: 2rem;
	line-height: 2rem;
	margin: 0px 3%;
}
.product_search button{
	height: 2rem;
	width: 3rem;
}
.product_map{
	width: 96%;
	padding: 1rem 3% 1rem 3%;
	border-bottom: 1px #dcdcdc solid;
}
.product_map_all{
	width: 30%;
	margin-right: 0px;
	box-sizing: border-box;
}
.product_map_list{
	width: 70%;
	padding-left: 1rem;
	box-sizing: border-box;
}
.product_map_list a{
	margin:0px 0.5rem 0.5rem 0;
}
.product_loading{
	display:none;
}

/*****************手機端现有產品詳情頁面******************/
.produt_infor{
	padding-top: 2rem;
	width: 100%;
}
.product_act .act_left{
	display: none;
}
.product_act_content{
	padding-top: 0px;
}
.pro_act_left{
	display: block;
	padding-left: 1rem;
	position: relative;
	padding-top: 0px;
}
.pro_act_left h1{
	line-height: 2rem;
	font-size: 1.2rem;
	text-transform: uppercase;
}
.pro_act_left p{
	padding-top: 0.3rem;
	height: 1rem;
	overflow: hidden;
}
.pro_act_left em{
	display: block;
	position: absolute;
	right: 1rem;
	top: 50%;
	margin-top: -0.5rem;
	height: 0.8rem;
	width: 0.8rem;
}
.pro_act_left em img{
	width: 100%;
}
.product_act_right{
	position: inherit;
	width: 100%;
	background: #e6e6e6;
	margin-top: 1.5rem;
}
.product_act_right img{
	height: inherit;
	display: block;
	margin: 0px auto;
}
.pro_parameters{
	padding-bottom: 0px;
}
.pro_parameters_bg{
	height: 1.6rem;
	background: #ccf5ff;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
}
.pro_parameters_title{
	width: 100%;
	top: 0px;
	left: 1rem;
	margin-left: 0px;
}
.pro_parameters_title span{
	padding: 0px 1rem;
	line-height: 2rem;
	font-size: 1rem;
	font-weight: bold;
}
.pro_optional{
	padding: 1rem 0px;
}
.pro_table{
	padding: 0px;
}
.pro_table,.pro_optional01{
	padding-top: 3rem;
	overflow: scroll;
}
.pro_table_block,.pro_optional.nm,.pro_table.nm{
	width: 100%;
	float: inherit;
}
.pro_table_block{
	margin-bottom: 1.5rem;
}
.pro_table_block:first-child{
	border-right: 0px;
}
.pro_table_block tr td{
	line-height: 40px;
	padding-left: 2.5rem;
}
.pro_optional ul{
	padding-left: 1rem;
}
.pro_optional ul li{
	line-height: 1.6rem;
}
.pro_optional ul li span{
	margin-right: 1rem;
}
.pro_standard{
	background: url(../image/pro_bannertel.png) no-repeat center top;
	background-size: cover;
	min-height:4rem;
	}
.produt_infor h1,.produt_infor h2{
	font-size: 1.2rem;
	line-height: 2rem;
}
.produt_infor{
	padding-top: 1.2rem;
}
.produt_infor p{
	width: 80%;
	padding: 1rem 10%;
}
.produt_slideBox{
	margin: 0px auto;
}
.produt_infor_menu{
	padding: 5px 0px;
	margin-bottom: 20px;
}
.produt_infor_menu .nm{
	width: 100%;
}
.produt_infor_menu a{
	display: inline-block;
	width: 61%;
	line-height: 2rem;
	padding: 0px;
	font-size: 0.9rem;
	margin: 5px 2%;
}
.produt_infor_menu a.link02{
	width: 29%;
}
.produt_slideBox{
	width: 90%;
	padding: 0px 5%;
}
.produt_slideBox .bd img{
	height: 10rem;
}
.produt_slideBox .prev, .produt_slideBox .next{
	margin-top:3rem;
	width: 1rem;
	height: 1.8rem;
	background-size: 100%;
}
.slideBox .hd ul li{
	width: 3rem;
	height: 3rem;
}
.produt_slideBox .hd{
	height: 3rem;
	padding: 2rem 0;
}
.slideBox .prev:hover,.slideBox .next:hover{ 
	background-size: 100%;
}
.pro_banner{
	display: none;
}
.pro_video{
	display: block;
	width: 100%;
	margin-bottom: 1.5rem;
}
.product_other .adv_list li .text{
	font-weight: normal;
}
.product_other .text .solution_text{
	height: inherit;
	line-height: 1.6rem;
	height: 1.6rem;
}
.product_other .choose_list ul li .text span{
	display: block;
	background: none;
	color: #0550a0;
	line-height: 1rem;
	height: 1rem;
}

/*************手機端代理商頁面***********/
.agent_banner{
	height: 9rem;
}
.agent_banner span{
	width: 100%;
	font-size: 1.4rem;
	line-height:9rem;
	height: 100%;
	}
.problem_main_block {
	width: 90%;
	padding: 0px 5%;
}
.problem_main_block h1{
	font-size: 0.8rem;
	padding: 1rem 0px;
}
.problem_main_form{
	margin-bottom: 2rem;
}
.problem_main_left{
	display: none;
}
.problem_main_right{
	width: 90%;
	padding: 20px 5%;
}
.problem_main_right .act_right{
	width: 100%;
	padding: 0;
}
.problem_main_right .act_right .act_text input{
	height: 2.2rem;
	line-height: 2.2rem;
}
.problem_main_right .act_right .act_text p{
	padding: 5px 0px;
}
.problem_main_right .act_right .act_btn{
	padding-top: 10px;
}
.problem_main_right .act_right .act_btn button{
	width: 136px;
}
.problem_main_right .act_right .act_text,.problem_main_right .act_right .act_textarea,.problem_main_right .act_right .act_btn{
	padding-left: 0px;
}

/********************手機端聯系我們官网頁面********************/
.contact_banner{
	height:8rem;
}
.contact_main_block{
	width: 100%;
	padding: 2.5rem 0px;
}
.contact_main_right,.contact_main_left{
	width: 100%;
	padding: 0px 1rem;
	box-sizing: border-box;
	float: inherit;
}
.contact_main_left{
	padding-top: 2rem;
}
.contact_left_list em{
	width: 1rem;
	height: 1rem;
}
.contact_left_list p{
	width: 88%;
}
.contact_map{
	padding-top: 2rem;
	padding-left: 0px;
}
.contact_main_right .act_right{
	padding: 0;
}
.contact_main_right .act_text input, .contact_main_right .act_textarea textarea{
	width: 100%;
	margin-left: 0;
	line-height: 2rem;
	height: 2rem;
}
.contact_main_right .act_text span,.contact_main_right .act_textarea span{
	display: none;
}
.contact_main_right .act_textarea textarea{
	height: 6rem;
	border: 1px #393939 solid;
}
/************手機端售後服務頁面****************/
.service_support{
	padding-bottom: 4rem;
	background: url(../image/ser_bg.png) no-repeat center bottom;
	background-size: 140%
	}
	.service_content{
		width: 100%;
	}
.service_content_list{
	padding: 20px;
}

/******************手機端團隊頁面***********************/
.team_banner{
	background: url(../image/team_banner1.png) no-repeat center center;
	background-size: cover;
}
.team_block{
	width: 100%;
}
.team_block ul{
	width:99%;
	padding: 1.5rem 0.5%;
}
.team_block ul li{
	width: 50%;
	padding: 0.6rem;
	box-sizing: border-box;
}
.team_block ul li img{
	width: 100%;
	height: inherit;
	border-radius: 50%;
}
.team_block ul li h2{
	font-size: 0.8rem;
}
.team_block ul li p{
	font-size: 0.6rem;
}
/*******************手機端实时新聞頁面*********************/
.news_banner{
	background: url(../image/news_bannertel.png) no-repeat center center;
	/*background-size: 100% 100%;*/
	background-size: cover;
}
.news_first .slideBox{
	width: 90%;
	padding: 0px 5%;
	box-sizing: border-box;
}
.news_first{
	padding: 1.5rem 0px 0px 0px;
}
.news_first ul li{
	background: none;
}
.news_first .slideBox .bd img{
	width: 100%;
	/*height: 12rem;*/
	height: auto;
	border-radius: 10px;
	float: inherit;
}
.news_first_right{
	width: 100%;
	padding: 1.2rem 0rem 0.5rem 0rem;
	float: inherit;
	box-sizing: border-box;
	text-align: left;
}
.news_first_right h2{
	color: #6a6766;
	/*font-size: 0.7rem;*/
	font-size:12px;
	font-weight: normal;
	padding-bottom: 0.6rem;
}
.news_first_right h1{
	font-size: 1rem;
	padding-bottom: 0.5rem;
}
.news_first_right p{
	/*font-size: 0.7rem;*/
	font-size: 14px;
}
.news_first .slideBox{
	border-bottom: 0px;
}
.news_first .slideBox .hd{
	text-align: center;
	width: 100%;
	bottom: 20px;
	right: 0px;
	height: inherit;
	padding: 0px;
}
.news_main .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom: 20px;
}
.news_main .swiper-pagination-bullet{
	background: none;
	border: 1px #777 solid;
	opacity:1;
}
.news_main .swiper-pagination-bullet-active{
	border: 1px #0166bb solid;
}
.news_first .slideBox ul li{
	width: inherit;
	padding: 2rem 0px 1rem 0px;
}
.news_first .slideBox .hd ul li{
	width: 0.8rem;
	height: 0.8rem;
	margin: 0px 5px;
	border-radius: 50%;
	background: none;
	border: 1px #dcdcdc solid;
}
.news_first .slideBox .hd ul li.on{
	background: none;
	border: 1px #0550a0 solid;
	box-shadow: none;
}
.news_first .slideBox .prev,.news_first .slideBox .next{
	margin-top: 0px;
	top: 5rem;
}
.news_first .slideBox .prev{
	left: 8%;
	background: url(../image/news_pre.png) no-repeat center center;
	background-size: 100%;
}
.news_first .slideBox .next{
	right: 8%;
	background: url(../image/news_next.png) no-repeat center center;
	background-size: 100%;
}

.news_block{
	width: 100%;
	padding-bottom: 2rem;
}
.news_main.swiper{
	width: 100%;
}
.news_block ul{
	width: 94%;
	padding: 0px 3%;
}
.news_block ul li{
	width: 46%;
	padding: 0.5rem 0.5rem  1rem 0.5rem;
	box-sizing: border-box;
	border:0;
	margin-bottom: 2rem;
	margin:0;
	box-shadow: 0px 0px 10px #ddd;
	margin: 2%;
	border-radius: 5px;
}
.news_block ul li img{
	width:100%;
	/*height: 6rem;*/
	height: auto;
	border-radius: 5px;
}
.news_block ul li .news_title{
	line-height:0.rem;
	padding: 0.5rem;
}
.news_block ul li .news_data{
	padding-left: 2rem;
	background: url(../image/news_data.png) no-repeat 0.5rem center;
	margin-top: 8px;
}

/**************手機端我們的使命頁面****************/
.mission_main{
	padding: 1rem 1.5rem;
	width: 100%;
	box-sizing:border-box;
}
.mission_block{
	margin: 1.5rem 0px;
}
.mission_block_left,.mission_block_right{
	float: inherit;
}
.mission_block_blue{
	width: 100%;
	min-height: 4rem;
}
.mission_block_infor{
	padding: 1.2rem 1.5rem;
	width: 100%;
}
.mission_block_infor h1{
	font-size: 1.2rem;
	line-height: 2rem;
}
.mission_block_infor p{
	line-height: 1.3rem;
	font-size: 0.8rem;
}
.mission_block_infor ul li h2{
	font-size: 1rem;
	margin-top: 0.8rem;
}
.mission_block_infor ul li h2 span{
	padding-top: 10px;
	line-height: 1.5rem;
}

/****************手機端搜索頁面*******************/
.search_banner{
	position: relative;
}
.search_block{
	width: auto;
	left: 1rem;
	right: 1rem;
	margin-left: 0px;
	margin-top: -1.5rem;
	height: 1.8rem;
	padding: 0.3rem 0.5rem;
}
.search_slideTxtBox .bd li{
	border-bottom: none;
}
.search_block input,.search_block button{
	line-height: 1.8rem;
	height: 1.8rem;
	font-size: 1rem;
}
.search_block input{
	padding: 0px 5rem 0px 1rem;
}
.search_block button{
	width: 4rem;
	top: 0.3rem;
	right:0.3rem;
}
.slideTxtBox .search_hd ul li.on{
	background: #fff;
	margin-bottom: -1px;
	border: 1px #999 solid;
	border-bottom: none;
}
.search_slideTxtBox .bd .search_news ul li{
	padding: 1rem 0;
	padding-top: 0;
}
.search_news{
	width:98%;
	padding: 0 1% 1rem 1%;
}
.search_news ul li img{
	/* display: none; */
	width: 100px;
	height: 70px;
	margin-right: 20px;
	margin-top: 13px;
}
.search_news_right{
	width: 100%;
	float: inherit;
}
.search_news_right p{
	height:2.4rem;
	overflow: hidden;
	line-height: 1.2rem;
	font-weight: normal;
	font-size: 0.8rem;
}
.search_news_right h1{
	line-height: 2.6rem;
	height: 2.6rem;
	overflow: hidden;
}
 .bd ul li .search_news_right h1 a{
	font-size: 1.2rem;
	display: inline-block;
	width: inherit;
}
/*.product_main_pc{
	display: none;
}*/
.product_swiper{
	display: block;	
}
.pcyc{display:none;}
.product_swiper .solution_choose{
	padding: 1.5rem 0px;width:100%;
}
.product_swiper ul li .list .text{
	padding-bottom: 5px;
}
.product_swiper ul li .list .text .solution_text{
	/*line-height: 2rem;*/
	height: inherit;
	height:58px;
}
.product_swiper ul li .list .text span{
    text-align: center;
    color: #fff;
    background: #0486f6;
}




























	
.page_list3 ul li .text span.span1 {
	background: url(/skin/images/icon16.png) no-repeat left center;
	background-size: auto 90%;
}
.page_list3 ul li .text span.span2 {
	background: url(/skin/images/icon17.png) no-repeat 5px center;
	background-size: auto 90%;
}
.page_list3 ul li .text span.span3 {
	background: url(/skin/images/icon18.png) no-repeat 2px center;
	background-size: auto 60%;
}
.page_list3 ul li .text span.span4 {
	background: url(/skin/images/icon19.png) no-repeat 2px center;
	background-size: auto 90%;
}
.page_list3 ul li .text span.span5 {
	background: url(/skin/images/icon20.png) no-repeat 10px center;
	background-size: auto 90%;
}
.page_list3 ul li .text span.span6 {
	background: url(/skin/images/icon21.png) no-repeat 5px center;
	background-size: auto 90%;
}
.page_list3 ul li .text span.span7 {
	background: url(/skin/images/icon22.png) no-repeat 5px center;
	background-size: auto 90%;
}
.page_list3 ul li .text span.span8 {
	background: url(/skin/images/icon23.png) no-repeat left center;
	background-size: auto 50%;
}
.page_list3 ul li .text span.span9 {
	background: url(/skin/images/icon24.png) no-repeat 5px center;
	background-size: auto 90%;
}
.page_list3 ul li .text span.span10 {
	background: url(/skin/images/icon25.png) no-repeat 5px center;
	background-size: auto 90%;
}
.page_list3 ul li .text span.span11 {
	background: url(/skin/images/icon26.png) no-repeat 5px center;
	background-size: auto 90%;
}
.page_list3 ul li .text span.span12 {
	background: url(/skin/images/icon27.png) no-repeat 5px center;
	background-size: auto 90%;
}
.page_list3 ul li .text span.span13 {
	background: url(/skin/images/icon28.png) no-repeat 5px center;
	background-size: auto 90%;
}
.page_list3 ul li .text span.span14 {
	background: url(/skin/images/icon29.png) no-repeat 5px center;
	background-size: auto 90%;
}
.page_list3 ul li a:active .text span.span1, .page_list3 ul li a:hover .text span.span1 {
	background: url(/skin/images/icon16_1.png) no-repeat left center;
	background-size: auto 90%;
}
.page_list3 ul li a:active .text span.span2, .page_list3 ul li a:hover .text span.span2 {
	background: url(/skin/images/icon17_1.png) no-repeat 5px center;
	background-size: auto 90%;
}
.page_list3 ul li a:active .text span.span3, .page_list3 ul li a:hover .text span.span3 {
	background: url(/skin/images/icon18_1.png) no-repeat 2px center;
	background-size: auto 60%;
}
.page_list3 ul li a:active .text span.span4, .page_list3 ul li a:hover .text span.span4 {
	background: url(/skin/images/icon19_1.png) no-repeat 2px center;
	background-size: auto 90%;
}
.page_list3 ul li a:active .text span.span5, .page_list3 ul li a:hover .text span.span5 {
	background: url(/skin/images/icon20_1.png) no-repeat 10px center;
	background-size: auto 90%;
}
.page_list3 ul li a:active .text span.span6, .page_list3 ul li a:hover .text span.span6 {
	background: url(/skin/images/icon21_1.png) no-repeat 5px center;
	background-size: auto 90%;
}
.page_list3 ul li a:active .text span.span7, .page_list3 ul li a:hover .text span.span7 {
	background: url(/skin/images/icon22_1.png) no-repeat 5px center;
	background-size: auto 90%;
}
.page_list3 ul li a:active .text span.span8, .page_list3 ul li a:hover .text span.span8 {
	background: url(/skin/images/icon23_1.png) no-repeat left center;
	background-size: auto 50%;
}
.page_list3 ul li a:active .text span.span9, .page_list3 ul li a:hover .text span.span9 {
	background: url(/skin/images/icon24_1.png) no-repeat 5px center;
	background-size: auto 90%;
}
.page_list3 ul li a:active .text span.span10, .page_list3 ul li a:hover .text span.span10 {
	background: url(/skin/images/icon25_1.png) no-repeat 5px center;
	background-size: auto 90%;
}
.page_list3 ul li a:active .text span.span11, .page_list3 ul li a:hover .text span.span11 {
	background: url(/skin/images/icon26_1.png) no-repeat 5px center;
	background-size: auto 90%;
}
.page_list3 ul li a:active .text span.span12, .page_list3 ul li a:hover .text span.span12 {
	background: url(/skin/images/icon27_1.png) no-repeat 5px center;
	background-size: auto 90%;
}
.page_list3 ul li a:active .text span.span13, .page_list3 ul li a:hover .text span.span13 {
	background: url(/skin/images/icon28_1.png) no-repeat 5px center;
	background-size: auto 90%;
}
.page_list3 ul li a:active .text span.span14, .page_list3 ul li a:hover .text span.span14 {
	background: url(/skin/images/icon29_1.png) no-repeat 5px center;
	background-size: auto 90%;
}
.page_list3 ul li a .text span {
}
.wrap {
	padding: 0 15px;
	margin: 0;
}
.news_list2 {
	margin-top: 30px;
}
.news_rt .item {
	margin: 20px 0;
}
.news_rt ul {
	max-height: initial;
	height: auto;
}
}
.banner .item {
	height: 680px;
}

.loader {
    height: 40px;
    text-align: center;
    opacity: 0;
    background: url(../image/loader.gif)  center no-repeat;
      background-size:40px 40px;
    margin-bottom: 20px;
    transition: opacity .3s;
 
}
.pageno{
	text-align: center;    margin-bottom: 40px;
}
.pageno .screen-reader-text{display: none;}
.pageno span,.pageno a{padding: 0 5px}
.pageno span{color: #0550a0;}
@media only screen and (max-width: 1200px) {
.banner .item {
	

}
.banner .item .item_infor{width:auto;    margin-left: 0;
    left: 0;}

}
@media only screen and (max-width: 1024px) {
.banner .item {
	height: 730px;background-size: 100% !important;
}
}
@media only screen and (max-width: 800px) {
.banner .item {
	height: 620px;
}.item_infor h1{
	
		margin-top:-180px;
	}
}
@media only screen and (max-width: 600px) {
.banner .item {
	height: 400px;
}
.item_infor h1{
	
		margin-top:-140px;
}
}
@media only screen and (max-width: 480px) {

.item_infor h1{
	
		margin-top:-100px;
}
}

@media only screen and (max-width: 440px) {

.item_infor h1{
	
		margin-top:-100px;
}
}


#tyj {
	font-size: 19px;
	font-weight: normal;
	line-height: 30px;
	padding-top: 40px;
	padding-bottom: 15px;
	text-align: center;
	border-bottom: 1px #dcdcdc solid;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}
#tyj::after{
	content: "";
	display: inline-block;
	position: absolute;
	width: 50px;
	height: 5px;
	background:#fc3d42;
	left: 50%;
	margin-left: -25px;
	top:100%;
	margin-top: -2px;
}




@media screen and (max-width: 1680px){
	
    @media screen and (min-width: 1200px){
        .t_syk4li a:hover .t_yiqih3 {
            margin-bottom: 28px;
        }
    }
    
    
}
@media screen and (max-width: 1560px){
    .t_f1ak2 {
        padding-bottom: 100px;
    }
    .t_f1bk2 {
        padding-top: 100px;
    }
    .t_f1ck3nr {
        padding-bottom: 100px;
    }
    
    @media screen and (min-width: 1200px){
      
    .t_f1bk2 {
        padding-top: 90px;
    }
    
    .t_f1bk2box {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .t_f1year {
        font-size: 100px;
    }
      
    @media screen and (min-width: 1200px){
        .t_e1k3li .t_e1k3xin:hover .t_e1k3box {
            height: 260px;
        }
    }
    .t_e1k3xia .t_jiah3 {
        margin-bottom: 28px;
    }
   
}
@media screen and (max-width: 1366px){
	
    .t_f1bk2 {
        padding-top: 80px;
    }
   
    
   
}   

@media screen and (max-width: 1200px){
	.t_f1btop .slick-prev, .t_f1btop .slick-next{
		width: 30px;
		height: 30px;
	}
   .t_f1btopli.slick-active.slick-current .t_f1bquan::after{
	   width: 20px;
	   height: 20px;
   }
   .t_f1bgui {
       height: 4px;
       width: calc(100% + 110px);
   }
    
}

@media screen and (max-width: 1024px){
    
    .t_f1bk2box {
        padding-top: 16px;
    }
}
@media screen and (max-width: 1080px){
	.t_f1yearn ul li{
			overflow: hidden;
			margin-bottom: 20px;
		}
	.t_f1yearn ul li img{
		width: 100%;
		float: inherit;
		margin-bottom: 1rem;
		
	}
	.t_f1yearn ul li p{
		width: 100%;
		padding:0 2rem;
		box-sizing: border-box;
		float: right;
		font-size: 1rem;
		display: table-cell;
		flex: 1;
		line-height: 26px;
	}
	

    .t_content2 {
        padding-left: 20px;
        padding-right: 20px;
		width: 100%;
		box-sizing: border-box;
    }
    
    .t_f1bk2 {
        padding-top: 50px;
    }
    .t_f1btopli {
        font-size: 18px;
    }
    .t_f1bk2le {
        width: 100%;
    }
    .t_f1bk2rg {
        width: 100%;
        padding-right: 0;
        padding-top: 16px;
    }
    .t_f1bk2le {
        padding-right: 0;
    }
    .t_f1bk2box {
        padding-top: 0px;
    }
    .t_f1bk2box {
        padding-bottom: 40px;
    }

   .t_f1year {
       font-size: 60px;
   }   
}
@media only screen and (max-width: 1080px) {
    .wp-video{width:100%}
    .wp-video-shortcode{width:340px; height:auto;}
    .adv_list  li .text{
	font-weight: bold;
	line-height: 20px;
	font-size: 0.95rem;
}
    .menu ul li span {
    	font-size: 15px;
    	margin-top: 5px;
    	color: #393939;
    	padding:5px 10px 5px 20px;
    	text-transform: uppercase;
    }
    .mob_solution_used{
        float:left;
        width:50%;
        margin-top: -30px;
    }
}

