html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	height: 100%;
	min-height: 100%;
	-ms-overflow-x: hidden
}
html *, html *:before, html *:after {
	box-sizing: inherit
}
body {
	font-family:"microsoft yahei", "Helvetica Neue", "Hiragino Sans GB", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #2b2b2b;
	font-weight: 400;
	background: white;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
	height: 100%;
	min-height: 100%
}
div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, swiper, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
a {
	color: inherit;
	text-decoration: none;
}
input,button,textarea { outline: none;    cursor: pointer; font-family:microsoft yahei; }
input[type='text'],input[type='number'],input[type='password'],input[type='reset'],input[type='submit'],input[type='button'],input[type='tel'],button,textarea{-webkit-appearance:none;border-radius:0;border:none;}
li {
	display: list-item;list-style: none;
	text-align: -webkit-match-parent;
}
ol, ul {
	list-style: none;
}
.clearfix:after{ content:"."; display:block; height:0px; clear:both; visibility:hidden;}
*html .clearfix{ height:1%;}
html[xmlns] .clearfix { display: block;}

.clearfix:after,.clearfix:before{content: '';display: table;}
.clearfix:after{clear: both;}

.flex{display:-webkit-flex;-moz-display:flex;-o-display:flex;-ms-display:flex;display:flex;}
.flex-center{align-items:center;justify-content:center;}
.line-clamp-2,.line-clamp-3{-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;}
.line-clamp-2{-webkit-line-clamp:2;}
.line-clamp-3{-webkit-line-clamp:3;}

.bg-gray{ background-color:#f3f3f3;}
.red{ color:#FF6209;}

.tc{ text-align:center;}

.mt10{ margin-top:10px;}
.ml20{ margin-left:20px;}
.pt20{padding-top:20px;}
.mb30{margin-bottom: 30px;}
.pt10{padding-top:10px;}
.sp_1 {
    display: block;
    height: 10px;
}	
.sp_2 {
    display: block;
    height: 20px;
}

.index_top {
    width: 100%; 
    height: 32px; font-size: 13px;
    background: #f9f9f9;
    display: block;
    border-bottom: 1px solid #eee;
}

.index_top .fast_menu {
    height: 32px;
    float: right;
    line-height: 32px;
	text-align:right;
}

.index_top .fast_menu b{color:#ef1c22; font-size: 14px; font-weight: bold;}
.wrap {
	margin:auto; 
	width: 1200px;
}
.container {
	
	width: 100%;}
.dropdown_bg {
	background: #fff;
	border-top: none;
}
.nav{background: #fff;
	width: 100%; 
	z-index: 13;}
.nav_top {
	height: 90px;
	position: relative;
}
.center {
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;*/
}
.pigv5_logo {
	display: inline-block;
	float: left;
	outline: none;
	display:flex;
	align-items: center;
	padding: 15px 0;
}
.pigv5_logo img {
	height:59px;
	width: 147px;
	float: left;
}
.pigv5_logo span{ margin-left:20px;line-height: 59px; float: left;}
.nav_links {
	margin: 0 0 0 auto;
	height: 90px; float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left:38px;
}
.nav_links li{ float: left; padding: 30px 0; line-height: 30px; }
.nav_link {
	font-size: 15px;
	display: inline-block; 
	text-decoration: none;
	margin-right: 24px;
	position: relative;
}
.nav_link.active, .nav_link:hover {
    color: #FF6209;
}
.nav_link.active:after {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    top:37px;
    
}

.nav_link-arrow:after {
    border: 8px transparent solid;
    border-bottom-color: white;
}
.pr{ position: relative;}
.hot{ position: absolute; top:20px; left:12%;}
.dropdown_content {
	display: none;
    position: absolute;
    width: 1100px;
    top: 90px; z-index: 9999;
    left:-300px;
    font-size: 14px;


}
.dropdown_bg {
    background: white; float: left;
    border-top: none; 
}
.dropdown_padding {
    padding: 40px;overflow: hidden;
}
.dropdown_items {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
}
.dropdown_items:before, .dropdown_items:after {
    content: ' ';
    display: table;
}
.dropdown_items .menu_list{
	width: 33.33%;
	position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
}
.dropdown_item {
    text-decoration: none;
    display: block; margin-bottom: 25px;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}
.dropdown_item .hot1{margin-left: 6px;}
.dropdown_heading {
    text-align: left; font-weight: 500;
    margin: 0;    margin-bottom: 7px;
    color: #FF6209;
}
.dropdown_desc {
    font-size: 12px; color: #637280;
    max-width: 300px;
}
.nav_login{float: right;width: 170px; padding-top: 27px;}
.LoginIn{ float:right; font-size:14px; color:#1665c1; position:relative; z-index:999;}
.LoginIn .dt{ line-height:90px; padding-right:20px;}
.LoginIn .dt .arrow{ width:12px; height:14px; display:block; position:absolute; right:0; top:37px; background:url(../images/arrow.png) no-repeat center; background-size: 100% auto;}
.LoginIn .dd{ position:absolute; top:90px; left:0; right:0; background:#fff; border:1px solid #dedede; line-height:40px; border-top:0; display:none;}
.LoginIn .dd p{ border-top:1px solid #dedede; text-align:center;}
.link_triangle-bottom {
	padding-right: 16px;
	position: relative;
}

.link_triangle-bottom:after {
	border: 5px transparent solid;
	border-top-color: inherit;
	border-top-width: 7px;
	content: ' ';
	display: inline-block;
	position: absolute;
	vertical-align: bottom;
	top: 42px;
	right: -15px;
}
.nav_link-arrow {
	display: none;
}
.reg_submit {
	float: left;
	width: 80px;
	background: #FF6209;
	border: 1px solid #FF6209;
	color: white;line-height: 18px;
	padding: 6px 10px;
	font-size: 14px;
	height: 32px;
	border-radius: 4px;
}
.login_submit {
	float: left;
	width: 80px; line-height: 18px;
	background: #fff;
	border: 1px solid #FF6209;
	color: #FF6209;
	margin-right:10px;
	padding: 6px 10px;
	font-size: 14px;
	height: 32px;
	border-radius: 4px;
}
.footer{ width:100%; min-width:1200px;  background:#191919;}
.footer ul{ padding:30px 0;}
.footer li h4{ font-size:18px; color:#fff; margin-top:10px; font-weight:normal;}
.footer li p{ margin-top:40px; line-height:28px;}
.footer li p span{ width:48%; float:left; font-size:14px; color:#666;}
.footer li p span a{ color:#666;}
.footer li.part1{ width:350px; float:left;}
.footer li.part2{ width:470px; float:left; margin-left:90px;}
.footer li.part3{ width:150px; float:right;}
.footer li.part3 img{ width:100px; height:auto;}
.copyright{ border-top:1px solid #424242; line-height:70px;  text-align:center; color:#666;}

/*banner*/
.link-btn{ position: absolute;z-index: 3; left: 50%; top: 70%; width:280px; margin-left: -140px; }
.link-btn a{ display: inline-block; width: 120px; margin:0 8px; line-height: 36px; background: rgba(0,0,0,.8); border: 1px solid rgba(255,255,255,.5); border-radius: 5px; text-align: center; color: #fff;}
.link-btn a:first-child{ background:rgba(45,88,253,.8); border-color:rgba(45,88,253,.8) }
/* rslides */
.rslides{
	position:relative;
	list-style:none;
	overflow:hidden;
	width:100%;
	padding:0;
	margin:0;
}
.rslides li{
	-webkit-backface-visibility:hidden;
	position:absolute;
	display:none;
	width:100%;
	left:0;
	top:0;
}
.rslides li:first-child{
	position:relative;
	display:block;
	float:left;
}
.rslides img{
	display:block;
	height:auto;
	float:left;
	width:100%;
	border:0;
}
/*pager*/
.callbacks_tabs.callbacks1_tabs{margin-top:-40px; position:relative;z-index:100;margin-bottom:20px;}
.callbacks_tabs.callbacks1_tabs li{display:inline-block;width:10px;height:10px;margin-left:5px;border-radius:10px;border:1px solid #FFF;position:relative;}
.callbacks_tabs.callbacks1_tabs li a{display:inline-block;width:10px;height:10px;border-radius:10px;position:absolute; left:-1px;top: -1px; opacity: 0.8; z-index:1000; color:rgba(100,200,300,0);color:transparent; }
.callbacks_tabs.callbacks1_tabs li.callbacks_here a{background:#FFF;}

/* Callback example */
.callbacks_container{
	margin-bottom:2px; float: left;
	position:relative;
	width:100%;
	max-width:100%;
	text-align:center;
}

.callbacks{
	position:relative;
	list-style:none;
	overflow:hidden;
	width:100%;
	padding:0;
	margin:0;
}
.callbacks li{
	position:absolute;
	width:100%;
	left:0;
	top:0;
}
.callbacks img{
	display:block;
	position:relative;
	z-index:1;
	height:auto;
	width:100%;
	border:0;
}
.callbacks .caption{
	display:block;
	position:absolute;
	z-index:2;
	font-size:20px;
	text-shadow:none;
	color:#fff;
	background:#000;
	background:rgba(0,0,0, .8);
	left:0;
	right:0;
	bottom:0;
	padding:10px 20px;
	margin:0;
	max-width:none;
}
.callbacks_nav{
	position:absolute;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	top:50%;
	left:0;
	opacity:0.6;
	z-index:3;
	text-indent:-9999px;
	overflow:hidden;
	text-decoration:none;
	height:61px;
	width:38px;
	background:transparent url("../images/themes.gif") no-repeat left top;
	margin-top:-30px;
	display:none;
}
.callbacks_container:hover .callbacks_nav{display:block;}
.callbacks_nav:active{opacity:1.0;}
.callbacks_nav.next{
	left:auto;
	background-position:right top;
	right:40px;
}
/*banner end*/
/*版本信息*/
.category_list_info .list_step {
    padding: 20px;margin-top: 20px;
    vertical-align: middle; margin-right: 20px; height: 250px;
    align-items: center;
    outline-radius: 3px;
    background-color: #fcfcfc;
    outline: 1px solid #eeeeee;
    min-height: 0;
    width: 285px; float: left;
    transition: all .15s linear;
    text-decoration: none;
	position: relative;
}
.category_list_info .list_step span {
    right: 10px; top: 10px;
    width: 48px; position: absolute;
    height: 22px;
    line-height: 22px;  z-index: 3;
    font-size: 12px;
    color: #404040;
    border: 1px solid #f4f4f4;
    text-align: center;
    border-radius: 5px;
}
.category_list_info .list_step .qrcode {
    width: 283px;
    overflow: hidden;
    background: #FFFFFF;
    text-align: center;
    font-size: 14px;
    color: #303030;
    position: absolute;
    right: 1px;
    height: 248px;
    top: 1px;
    z-index: 2;
    display: none;
    padding-bottom: 10px;
}
.category_list_info .list_step .qrcode img {
    width: 132px;
    margin-top: 45px;
    margin-bottom: 6px;
}
.category_list_info .list_step:hover .list_action>.red{
    background: #FF6209;
    border: 1px solid #FF6209;transition: all .2s linear;
    color: #fff;
}
.category_list_info .list_step:hover{box-shadow: 0 15px 30px rgba(0, 0, 0, .1); background: #fff; outline: 1px solid #FF6209;opacity: 1;}
.category_list_info .list_step:nth-child(4n){margin-right: 0;}
.category_list_info .header-icon {
    display: inline-block; height: 40px;
    text-align: center; margin-bottom: 20px; line-height: 40px;
    width: 100%;position: relative;
}
.category_list_info .header-icon img{width: 40px;vertical-align: middle;    margin-top: 3px;}
.category_list_info .list_title{   }
.category_list_info .list_title h4 {
    font-size: 16px;color: #000; text-align: center;
    line-height: 20px;
}
.category_list_info .list_description {
    font-size: 13px; line-height: 24px;padding-top: 10px; color: #8F8E94; height: 80px;
}
.category_list_info .list_action {
    margin-left: auto; text-align: center; margin-top: 20px;
    color: #62778c;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
}
.category_list_info .more{color: #1f8ded; margin-top: 10px; font-size: 13px}

.index_tiyan_btn {
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 5px 18px 7px;
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    transition: box-shadow linear 40ms;
}
.index_tiyan_btn.red {
    background: #fff;
    border: 1px solid #FF6209;
    color: #FF6209;
}

.slider-btn{width:100px;height:30px; float: left;border: 1px solid #fff;border-radius:4px;-moz-border-radius:4px;line-height:30px;text-align:center;font-size:12px;color:#fff;display:block ; margin-right: 10px}
.shiyong-btn{width:100px;height:30px;float: left;border: 1px solid #fff;border-radius:4px;-moz-border-radius:4px;line-height:30px;text-align:center;font-size:12px;color:#444;display:block; background:#fff;margin-right: 10px}

.slide-title{color: #373d41; text-align: center; font-weight: 300;
    font-size: 30px;    line-height: 1.3;
    letter-spacing: -.015em;}
.t_smaller {
    font-size: 15px; text-align: center;
}
.i_jj ul{width: 100%;}
.i_jj ul li{width: 33.33333%; float: left;    margin-bottom: 40px;}
.i_jj-icon {
        height: 80px;
    display: flex;
    width: 80px;border-radius: 100%;
    margin: auto;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;}
.i_jj-icon img{width: 60%;}
.i_jj_h6 {
    text-transform: uppercase;
    color: #e04e50;
    letter-spacing: .1em;color: #8da2b5;
    font-size: 16px;    text-align: center;
    font-weight: 500;
    margin: 0;
}
.i_jj_smaller{font-size: 12px;text-align: center; padding: 10px 35px}
.detail_submit {
    width: 80px;
    background: #fff;
    border: 1px solid #1985e3;
    color: #1985e3;
    padding: 6px 10px;
    font-size: 14px;
    height: 32px;
    border-radius: 4px;
}
.show-details{margin-top: 10px; text-align: center; height: 40px;}
.i_jj_show{overflow: hidden;
    width: 100%;
    margin: auto;
    height: 680px;
    margin-top: 30px;}
.i_case_show{width: 100%; margin: auto; padding: 36px 0 86px 0; background:url(../images/index/index-bg01.jpg) no-repeat center; color:#fff; }
.i_case_show .slide-title{ color:#fff;}
.i_case_show .list li{ width:240px; float:left; padding-top:50px; text-align:center;}
.i_case_show .list li i{ display:inline-block; padding:20px; background:rgba(0,0,0,0.3); border-radius:10px;}
.i_case_show .list li img{ width:60px; height:auto;}
.i_case_show .list li span{ display:block; margin-top:20px;}


.i_list_show{overflow: hidden;
    width: 100%;
    margin: auto; padding: 30px 0;}
.blue_bg{    background: #f1f8ff;}
.gray_bg{    background: #f5f5f6;}
.i_what > ul{ margin-top:40px;}
.i_what  h5 {
    text-transform: uppercase;
    color: #000;
    letter-spacing: .1em;
    font-size: 16px;
    padding-bottom: 15px;
    text-align: center;
    font-weight: 700;
    margin: 0;
}
.i_what .scheme li{width:20%; background:#FFF; padding:30px; text-align:center;border:1px solid #eee; margin-left:-1px; float:left}
.i_what .scheme p{color:#999;height: 90px;margin-bottom: 30px; font-size: 14px;  line-height:24px;}
.i_what .scheme .bg_tranis{width:106px; height:106px;margin: auto;}
.i_what .scheme .bg_tranis img{width:80px;}

.main5 .list{ position:relative; z-index:0; margin-top:75px; padding-bottom:50px;}
.line{ width:1040px; height:1px; background:#FF6209; font-size:0; position:absolute; z-index:0; left:80px; top:-20px;}
.main5 .list li{ width:245px; float:left; position:relative; z-index:1;}
.main5 .list li i{ width:36px; height:36px; float:left; display:inline-block; background:#ff6209; position:absolute; left:60px; top:-40px; text-align:center; line-height:36px; border-radius:50%; color:#fff}
.main5 .list li p{ padding-left:25px;}
.main5 .list li.part5{ width:200px;}
.main5 .list li.part5 i{ position:absolute;left:130px;}
.main5 .list li.part5 p{ padding-left:120px;}

.fixed{ width: 140px; padding: 10px; background: #fff; position: fixed; left: 20px; top: 50%; box-shadow: 2px 6px 30px rgba(0,0,0,0.2); margin-top:-220px; z-index: 999; -border:1px solid #eee;}
.fixed:after{ content: ""; display: block; position: absolute; left: 0; top: 0; height: 3px; width: 100%; background: #ff6209; background-image: linear-gradient(90deg,#fdd000,#ff6209);}
.fixed hr{ margin:20px 0 15px; background-color:#eee; height: 1px; border:0;}
.fixed h2{ margin: 10px 0 4px;}
.fixed .qq a{ border: 1px solid #ddd; display: block; border-radius: 100px; padding: 6px 0 6px 40px; font-size: 14px; line-height: 22px; position: relative; background: url(../images/qq.png) 15px center no-repeat; margin-top: 10px;}
.fixed .qq a:hover{ border-color: #fdd000; box-shadow: 0 7px 14px rgba(253,208,0,.1), 0 3px 6px rgba(253,208,0,.08);}
.fixed .phone p{ margin-top:5px;}
.fixbth{position: fixed;top:30%;left:160px; z-index: 99999; background: #FF6209;border-radius: 0 12px 12px 0;width: 30px;text-align:  center;padding: 10px 5px;font-size:  14px;color:  #fff;cursor: pointer;}
.fixed.hide{ display: none;}
/*产品页面底部案例推荐*/
.produce-foot-title h2 {
    color: #000;
    text-align: center;
    font-weight: 300;
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: -.015em;
}
.produce-foot-title > p {
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
    line-height: 2.5;
}
.product-foot-box {
    position: relative;margin: auto; margin-top: 30px;
    padding: 28px 0; border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6; margin-bottom: 30px;
}
.clearfix:after, .clearfix:before {
    content: "";
    display: table;
}
.product-foot-box .img-wrap {
    float: left;
    text-align: center;
    width: 132px;
    height: 132px;
    overflow: hidden;
    vertical-align: middle;
}
.product-foot-box img {
    max-width: 100%;
    display: block;
    margin: auto;
}
.product-foot-box .info {
    color: #999;
    width: auto;
    margin: 0 160px 0 155px;
    padding-right: 20px;
    vertical-align: middle;
    border-right: 1px solid #e6e6e6;
}
.product-foot-box .info .title {
    margin-bottom: 16px;
}
.product-foot-box .info p {
    margin: 7px 0;
    font-size: 14px;
    line-height: 1.5;
}
.product-foot-box .info p span {
    color: #666;
}
.product-foot-box .code {
    position: absolute;
    right: 0;
    color: #999;
    top: 20px;
    font-size: 14px;
    width: 140px;
}


/*产品页面底部案例推荐2*/
.footgoods .con_left {
    min-height: 1px; 
    padding-left: 20px;
    width: 50%;
    padding-right: 20px;
    float: left;
}
.footgoods .con_left  img {
    width: 480px;
}
.footgoods .con_right {
    position: relative; padding: 30px 0;
    width: 48%;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
}
.footgoods .con_right  h3 {
    font-size: 30px;
    color: #1985e3;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: -.015em;
    line-height: 1.3;
}
.footgoods .con_right .list_desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 32px;
    color: #666;
}
.footgoods .con_right .qrcode-image {
    width: 150px;
    height: 150px;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footgoods .con_right .qrcode-note {
    margin-top: 17px;
    font-size: 12px;
    line-height: 28px;
    color: #999;
}

