@charset "utf-8";

body { font-family: "Microsoft Yahei UI","Microsoft Yahei","Helvetica Neue",Helvetica,"Nimbus Sans L",Arial,"Liberation Sans","Hiragino Sans GB","Microsoft YaHei","Wenquanyi Micro Hei","WenQuanYi Zen Hei","ST Heiti",SimHei,"WenQuanYi Zen Hei Sharp",sans-serif; font-size: 14px; background:#f8f8f8;color: #666;}

a:link {color: #555;} /* 未访问的链接 */
a:visited {color: #999;text-decoration: none;} /* 已访问的链接 */
a:hover{color: #333;text-decoration: none;} /* 鼠标在链接上 */
a:active {color: #333;text-decoration: none;} /
h1,h2,h3,h4,h5{font-family: "Microsoft Yahei"}
.img-responsive {
display: block;
height: auto;
max-width: 100%;
}
/*blue*/
.blue a:link, .blue a:visited, .blue,
a.blue:link, a.blue:visited {
color: #3FA1A6;
text-decoration: none;
}

.blue a:hover, .blue a:active,
a.blue:hover, a.blue:active {
color: #f48000;
text-decoration: none;
}
/*red*/
.red, .red a:link, .red a:visited,
a.red:link, a.red:visited {
color: #ff4e54;
text-decoration: none;
}

.red a:hover, .red a:active,
a.red:hover, a.red:active {
color: #ff4e54;
text-decoration: underline;
}
/*gray*/
.gray a:link, .gray a:visited, .gray,
a.gray:link, a.gray:visited {
color: #b1b1b1;
text-decoration: none;
}

.gray a:hover, .gray a:active,
a.gray:hover, a.gray:active {
color: #7E7E7E;
text-decoration: underline;
}

/*green*/
.green a:link, .green a:visited, .green,
a.green:link, a.green:visited {
color: #8CB028;
text-decoration: none;

}

.green a:hover, .green a:active,
a.green:hover, a.green:active {
color: #78a633;
text-decoration: underline;
}
/*black*/
.black a:link, .black a:visited, .black,
a.black:link, a.black:visited {
color: #333;
text-decoration: none;
}

/*white*/
.white a:link, .white a:visited, .white,
a.white:link, a.white:visited {
color: #fff;
text-decoration: none;
}
/*yellow*/
.yellow,
.yellow a:link, .yellow a:visited,
a.yellow:link, a.yellow:visited {
color: #FF6801;
text-decoration: none;
}
.w30{width:30px;}
.mT0{margin-top: 0;}
.mT5{margin-top: 5px;}
.mB10{margin-bottom:10px;}
.radio, .checkbox{padding-left:0;}
section{display:block;}
.mT20{margin-top:20px;}
.mT10{margin-top:10px;}
.mTB20{margin:20px 0;}
.textlt{text-decoration:line-through;color: #999;font-size: 1.0rem;}
.gggray{color: #bababa;font-size: 1.0rem;}
.mR10{margin-right: 10px;}
.pTB20{padding: 20px 0;}
.font16{font-size: 16px;}
.font14{font-size:14px;}
.font20{font-size: 20px;}
.mycontainer{width: 1280px;margin: 0 auto;}
.PosR{position: relative;}
.PosA{position: absolute;}
.p20{padding:20px;}
.pB40{padding-bottom: 40px;}
.bgyellow{background: #FFEAC6;}
.bggray{background: #f7f7f7;}
.line18{line-height:18px;}
.line24{line-height: 24px;}
.line26{line-height: 26px;}
.mT50{margin-top: 50px;}

/*top*/
.carousel{position: relative;}
.btn-danger{background: #ff4e54;}
/* header*/
/*顶部导航条*/
/* 顶部导航条 */
.cf:after {
	content: '';
	display: table;
	clear: both;
}
.loginbar {
	width: 100%;
	background: #f5f5f5;
	z-index: 20000;
}

.welcomeqyj li {
    height: 30px;
    line-height: 30px;
    color: #6D6D6D;
	font-size: 12px;
	z-index: 12;
	float: left;
}
.welcomeqyj li.welcometext { padding-right: 20px; }
.welcomeqyj > li > a {
	padding-left: 20px;
	padding-right: 20px;
	height: 16px;
	line-height: 16px;
	color: #6d6d6d;
	border-left: 1px solid #E3E3E3;
}
.welcomeqyj > li > a.bdln { border-left: none; }
.welcomeqyj > li:hover > a { color: #ff4e54; }
.mb {
	margin-top: 2px;
	width: 7px;
	height: 13px;
	margin-right: 13px;
}
.welcomeqyj > li:hover .mb { background-position: -7px 0; }
.gw {
	margin-right: 7px;
	width: 16px;
	height: 16px;

}
.plpr4 {
	padding-right: 4px;
	padding-left: 4px;
}
.xl {
	width: 9px;
	height: 6px;
	margin-top: 5px;
	margin-left: 16px;
	transition: transform 0.1s ease-in 0s;
	background: url(../images/up-down.png) no-repeat;
}
.app {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
.app:hover {
	border-left-color: #e3e3e3;
	border-right-color: #e3e3e3;
	background-color: #fff;
}
.app:hover .xl {
	transform: rotate(180deg);
	background-position: -9px 0;
}
.welcomeqyjShow {
	top: 30px;
	left: -1px;
	width: 157px;
	border: 1px solid #e3e3e3;
	height: 0;
	opacity: 0;
	background-color: #fff;
	transition: height .3s ease-in;
	z-index: 1998;
}
.app:hover .welcomeqyjShow {
	height: 165px;
	opacity: 1;
}
.app > .mask-line {
	bottom: -1px;
	left: 0px;
	width: 157px;
	height: 1px;
	background-color: #fff;
	z-index: 20000;
}
.welcomeqyjShow img {
	margin-top: 10px;
	width: 125px;
	height: 125px;
}
.add-weixin {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
	color: #b0b0b0;
}
.more-app {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: normal;
	padding: 5px 10px;
	color: #fff;
	background-color: #ff4e54;
}
.more-app:hover { background-color: #1F7BDC; }
.myqyj {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	margin-right: -1px;
}
.myqyj > a { margin-left: -1px; }
.app > a { margin-left: -1px; }
.myqyj:hover {
	border-left-color: #e3e3e3;
	border-right-color: #e3e3e3;
	background-color: #fff;
}
.myqyj:hover .xl {
	transform: rotate(180deg);
	background-position: -9px 0;
}
.myqyjShow {
	top: 30px;
	left: -1px;
	width: 115px;
	border: 1px solid #e3e3e3;
	border-top: none;
	height: 0;
	opacity: 0;
	background-color: #fff;
	transition: height .3s ease-in;
}
.myqyj:hover .myqyjShow {
	height: 200px;
	opacity: 1;
}
.myqyjShow > li {
	padding-left: 20px;
	padding-right: 20px;
	height: auto;
	text-align: center;
	width: 100%;
}
.myqyjShow > li:first-child { margin-top: 20px; }
.myqyjShow > li > a {
	display: block;
	height: 42px;
	line-height: 42px;
	font-size: 12px;
	width: 100%;
	color: #6d6d6d;
		transition: none;
}
.myqyjShow > li:last-child > a { border-bottom: none; }
.myqyjShow > li:hover { background-color: #ff4e54; }
.myqyjShow > li:hover > a {
	color: #fff;
	border-color: transparent;
}
.ovh {
    overflow: hidden;
}
/**/
.header { height: 80px; width: 100%; padding: 10px 0; overflow: visible; background: none;
color: #4E5961;z-index:1020;position: absolute;top:15px;left:0;}
.header .navbar,.header2 .navbar{position: relative;
margin-top: 0px;
margin-bottom: 0px;
border: 0px solid transparent;
z-index: 10300;
}
.header .navbar .navbar-toggle,.header2 .navbar .navbar-toggle {
background: #666;
}
.navbar-collapse {
max-height: 500px;
padding-right: 0px;
padding-left: 0px;
overflow-x: visible;
border-top: 0px ;
box-shadow: inset 0 0px 0 rgba(255,255,255,0.1);
-webkit-overflow-scrolling: touch;
}
.navbar-toggle {
position: relative;
float: right;
margin-right: 10px;
padding: 7px 8px;
margin-top: 15px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.header .icon-bar,.header2 .icon-bar {
background: #fff;
}
.header .navbar-nav ,.header2 .navbar-nav{ float: left; padding: 0px 10px 0 0; margin-left:30px;}
.header .navbar-nav li,.header2 .navbar-nav li { float: left; font-size: 18px; margin: 0 20px; }
.header .navbar-nav li.menuright{margin:0 10px;}
.header .navbar-nav li.menuright a{color: #fff;}
 .header .navbar-nav a { display: block; color: #fff; line-height: 65px;height:65px; }
.header .navbar-nav .active a,.header .navbar-nav a:hover { text-decoration: none; color: #fff; border-bottom: 1px solid #fff;}
.navbar-nav>li>a {
padding-top: 0px;
padding-bottom: 0px;
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 0px;
}
.navbar-brand {
float: left;
padding: 5px;
font-size: 18px;
line-height: 80px;
height: 80px;
}
/*nav menu2*/
.header2{
border-bottom: 1px solid #eaeaea;
position: fixed;
top: 0;
left: 0;
background: #fff;
height:110px;
width:100%;
z-index:1049;
}
 .header2 .navbar-nav a { display: block; color: #444; line-height: 80px; height:80px;}
.header2 .navbar-nav .active a,.header2 .navbar-nav a:hover { text-decoration: none; color: #ff4e54; }
.header2 .navbar-nav .active a .dropdownmenu .menubox a{color:#444;}
/*dropdown-menu*/
.header2 .navbar-nav li .dropdownmenu{width:800px;height:250px;border:1px solid #ddd;position:absolute;top:79px;left:-20px;background:#fff;padding:25px 5px;z-index: 1997;transition: height .3s ease-in;border-bottom-right-radius:5px;border-bottom-left-radius:5px;}
.header2 .navbar-nav li .dropdownmenu .menubox{width:25%;float:left;height:100%;padding-left:25px;padding-right:25px;}
.header2 .navbar-nav li .dropdownmenu .menubox h4{margin-bottom:20px;font-weight:bold;font-size:18px;}
.header2 .navbar-nav li .dropdownmenu .menubox a{display:block;line-height:35px;height:35px;font-size:14px;color: #333;overflow: hidden;}
.header2 .navbar-nav li .dropdownmenu .menubox a:hover{text-decoration:none;color:#ff0000;border-bottom:0;}
.navbar-brand>img {
display: block;
margin-top: 10px;
max-height: 55px;
}
.header2 .navbar-nav li .dropdownmenu  a{height: 24px;line-height: 24px;}
/*banner*/

.carousel-indicators li {
display: inline-block;
width: 30px;
height: 5px;
margin: 0px;
text-indent: -999px;
border: 0px solid #fff;
border-radius: 0px;
cursor: pointer;
background-color: #000 \9;
background-color: rgba(255,255,255,0.2);
}
.carousel-indicators .active {
margin: 0;
width: 30px;
height: 5px;
background-color: #fff;
border:0;
}
/*row one*/

.rowonetitle{font-size: 32px;text-align: center;margin: 45px 0 20px 0;color: #333;}
.subt{ font-family: "Arial";
    font-size: 12px;
    line-height: 28px;
    color: #999;
    text-align: center;}
.subt:before,.subt:after{display:inline-block;
	content:" ";
	vertical-align:top;
	border-bottom:solid 1px #CCCCCC;
	width:40px;}

/*title*/
/*title*/
.con_rank_title {
	padding:45px 0 0 0;
}
.con_rank_title h2 {
	text-align:center;
	font-size:2.6rem;
	color:#333;
}
.con_rank_title h4,.subtitle {

    font-size: 16px;
    line-height: 28px;
    height: 14px;
    color: #999;
    text-align: center;
    padding-left:4px;
    padding-right: 4px;
    margin-top: 10px;
}
.con_rank_title h4:before{
	display:inline-block;
	content:" ";
	height:14px;
	vertical-align:top;
    border-bottom: 1px solid #ddd;
	width:20px;
	margin-top: 3px;
	margin-right: 3px;
}
.con_rank_title h4:after {
	display:inline-block;
	content:" ";
	height:14px;
	vertical-align:top;
	 border-bottom: 1px solid #ddd;
	width:20px;
   margin-top: 3px;
   margin-left: 3px;
}

.pslist{margin-top: 70px;list-style: none;}
.pslist li{width:33.3%;text-align: center;float: left;padding: 10px;}
.pslist li .tus{width: 80px;height: 80px;border-radius: 80px;background: #d04d4d;text-align: center;vertical-align: middle;font-size: 52px;color: #fff;padding-top: 12px;}
.pslist li .tus:hover{color: #333;}
.pslist li .text{font-size: 16px; color: #666;margin-top: 15px;}

/*row two*/
.gglist{margin-top:50px;}
.gglist li{width: 145px;height: 145px;line-height: 145px;text-align: center;font-size:22px;color: #fff;background-color: #40b0eb;position: relative;float: left;margin:0 50px;}
.gglist li.ys02{background: #5db3b7;}
.gglist li.ys03{background: #738bf7;}
.gglist li.ys04{background: #7FCADF;}
.gglist li.ys05{background: #3eaf76;}
/*home about*/
.homeabout{height: 480px;width: 100%;overflow: hidden;margin: 30px auto;background: url(../images/home-aboutbg.jpg) no-repeat center center;text-align: center;padding: 65px 0;}
.homeabout .title{margin: 0 auto;font-size: 32px; color: #fff;width:700px;margin-top:30px;}
.homeabout .text{width:700px;margin: 0 auto; margin-top:40px;line-height: 24px;color: #fff;text-align: left;margin-bottom: 60px;font-size: 16px;}
.homeabout .bts{padding: 10px 20px;border-radius: 3px;text-align: center;background: #d04d4d;color: #fff;font-size: 16px;margin-right: 20px;}
/*home contact*/
.home-contact{width: 100%;background: url(../images/contactbg.jpg) no-repeat center top #000; padding: 35px 0;}
.home-contact h1{font-size: 36px;line-height: 48px;}
.home-contact dl{margin-top: 50px;color: #fff;}
.home-contact dl dt{float: left;width: 15%;}
.home-contact dl dt .fa{border: 1px solid #f8f8f8;padding: 5px;font-size: 36px;border-radius: 50%;color: #fff;width: 50px;height:50px;text-align: center;}
.home-contact dl dd{float: right;width: 85%;text-align: left;}
.home-contact dl dd h3{font-size: 24px;margin-bottom: 5px;}
/*about*/
.abouttop{height: 500px;width: 100%;background: url(../images/aboutbg.jpg) no-repeat center center;}
.conss{width: 70%;margin: 20px auto;}
.td{margin-top:30px;}
.td li{float: left;width: 20%;text-align: center;}
.td li img{
width: 150px;
height: 150px;
margin-bottom: 10px;
padding: 3px;
border: solid 1px #eee;
    border-radius: 50% !important;
    vertical-align:middle;

}
/*
	home-case
*/
.home-case { background: #fff; width: 100%; overflow: hidden; padding: 10px 0; }
.home-case .list { width: 1200px; margin: 0 auto; padding: 30px 0; overflow: hidden; }
.home-case .list li { float: left; width: 398px; height: 280px; margin: 1px; position: relative; overflow: hidden; }

.home-case .more2:hover,.more2:hover { background: #ff4e54; border-color: #ff4e54; color: #fff; text-decoration: none; }
.home-case .showbox { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: center; }
.home-case .showbox .overlay { position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.8); opacity: 0.9; -moz-opacity: 0.90; filter: alpha(opacity=90); }
.home-case .showbox .content { position: relative; color: #fff; overflow: hidden; }
.home-case .showbox h3 { padding: 70px 10px 10px 10px; font-size: 3rem; line-height: 36px; }
.home-case .showbox p { font-size: 1.8rem; line-height: 20px; padding: 0 0 10px 0; }
.home-case .showbox .btn-view { display: inline-block; border: 2px solid #dfdfdf; padding: 10px 25px; color: #fff; margin-top: 15px;font-size: 14px;}
.home-case .showbox .btn-view:hover { background: rgba(255,255,2555,0.3); color: #FFF; text-decoration: none; }
.home-case .more2,.more2 {
padding: 8px 30px;
text-align: center;
border: 2px solid #dadada;
text-align: center;
font-size: 18px;
color: #444;
}
/* CLIENTS row*/
.touxiang{width: 150px;
height: 150px;
margin-bottom: 10px;
padding: 3px;
border: solid 1px #eee;
    border-radius: 50% !important;
    vertical-align:middle;
}
.cliends{}
.cliends .carousel-indicators li {
display: inline-block;
width: 30px;
height: 5px;
margin: 0px 2px;
text-indent: -999px;
border: 0px solid #dadada;
border-radius: 0px;
cursor: pointer;
background-color: #000 \9;
background-color: rgba(0,0,0,0.2);
}
.cliends .carousel-indicators .active {
margin: 0px 2px;
width: 30px;
height: 5px;
background-color: #666;
border:0;
}

.cliends .carousel-indicators {
bottom: -20px;
}
/*blog*/
.bloghome{width: 1200px; margin: 0 auto; padding: 30px 0; overflow: hidden;}
.bloghome .thumbnail {
padding: 0;
border: 0;
position: relative;
margin: 0 20px;
width:360px;
float: left;
}
.bloghome .thumbnail img{width: 360px;height: 180px;}
.bloghome .blog-time {
width: 70px;
height: 70px;
position: absolute;
top: 0;
color: #fff;
background-color: #f06739;
}
.bloghome .blog-time span, .bloghome .blog-time p {
color: #fff;
font-size: 22px;
font-weight: 600;
display: block;
text-align: center;
}
.thumbnail .caption {
padding: 5px;
color: #333;
}
.blogcontent{ 980px;margin: 0 auto;}
.bloghome .caption p {
color: #656565;
line-height: 22px;
margin-top: 10px;
}
.blogc-left{
	line-height: 24px;
	font-size: 14px;
	width: 100%;
	max-width: 900px;
	float: left;
	line-height: 28px;
	color: #333;
    background:#fff;

}
.blogc-left p{margin:20px 0;line-height: 28px;}
.blogc-left img{margin:15px auto;max-width: 100%;display:block;}
.blogc-left h4,.blogc-left h3{margin:15px 0;font-size: 18px;}
.blogc-right{width: 180px;float: right;background: #f1f1f1;padding:20px 10px;}
.blogc-right .menutitle{font-size: 18px;}
.blogc-right .blogmenu{margin-top:20px;}
.blogc-right .blogmenu li{line-height: 28px;height: 28px;overflow: hidden;list-style: none;padding-left:20px;}
.blogc-right .blogmenu li a.active{color: #333;background: #ddd;padding:3px;}
.blogc-right .blogmenu li a{padding:3px;}
.blogc-right .blogmenu li span{font-size: 11px;}
/*
	blog-post and detail
*/
.blog-post { width: 740px; margin: 0 auto; overflow: hidden;max-width: 740px; }
.blog-post article { border-bottom: 1px solid #dfdfdf; padding: 40px 0 20px 0; overflow: hidden; }
.blog-post .detail { margin: 0; }
.blog-post figure { float: left; width: 195px; margin: 0 auto; background: #FFF; padding: 10px; box-shadow: 3px 3px 5px #cecece; position: relative; }
.blog-post figure a { min-width: 175px;position: relative; display: block; }
.blog-post figure img { max-width: 175px; }
.blog-post .main { float: right; width: 525px; }
.blog-post .main h5 { font-size: 2.4rem; line-height: 30px; }
.blog-post .main h5 a { color: #706e6e; border-bottom: 1px dotted #848484; padding: 0 0 6px 0; }
.blog-post .main h5 a:hover { text-decoration: none; color: #000; }
.blog-post .date { color: #000000; font-size: 1.6rem; font-family: Arial, Helvetica, sans-serif; line-height: 30px; padding: 6px 0; font-weight: 700; }
.blog-post .content { line-height: 24px; color: #444; padding: 0 0 20px 0; }
.blog-post .content img{ text-align: center;}
.blog-post .content p { padding: 0 0 15px 0; }
.blog-post .btn-blog { background: #dddddd; padding: 3px 20px; text-align: center; font-size: 1.8rem; display: inline-block; color: #666666; }
.blog-post .btn-blog:hover { background: #5CC9DF; color: #000; text-decoration: none; }



.share { float: right; }
.zoom { position: absolute; width: 100%; height: 100%; left: 0; top: 0; cursor: pointer; display: none; }
.zoom-gla { background: url(../images/zoom-gla.png) no-repeat; width: 86px; height: 86px; position: absolute; left: 50%; top: 50%; margin-left: -43px; margin-top: -43px; }
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
z-index: 2;
color: #333;
background-color: #dadada;
border-color: #dadada;
cursor: default;
}
.pagination>li>a, .pagination>li>span {
position: relative;
float: left;
padding: 6px 12px;
line-height: 1.42857143;
text-decoration: none;
color: #666;
background-color: #fff;
border: 1px solid #ddd;
margin-left: -1px;
}
.pagination>li>a:hover, .pagination>li>span:hover{color:#333;}
/*case page*/
.casebox{
width:1280px;
    margin:35px auto;
}
.casebox ul{margin:0 auto;}
.casebox ul li{width:33.3%;padding:15px;float:left;margin-top:10px;}
.casebox ul li img{margin-bottom:5px;display: block;
height: auto;
max-width: 100%;

}
.casebox ul li .img{display:block;}

.casebox ul li p{color:#b1b1b1}
.casecontent{line-height:22px;}
.casecontent img{margin:20px auto;}
.casecontent p{margin-bottom:20px;}
/*about*/
.contact-ways { float: right; width: 400px; margin: 0 30px 0 0; position: relative; color: #000; letter-spacing: 2px; overflow: hidden; font-size: 1.6rem; }
.contact-ways h2 { padding: 0 0 20px 0; font-size: 3rem; }
.contact-ways h5 { color: #616161; font-size: 1.6rem; }
.contact-ways li { padding: 0 0 5px 0; line-height: 22px;}
.contact-ways p { color: #363636; }
.contact-ways .qr-code {margin-top: 20px;margin-bottom: 20px; }
/*footer*/

.footer {
background: #363636;
text-align: center;
color: #999;
width:100%;
    padding:20px 0;
}
.footer a{color: #fff;}
.footer a:hover{color:#b1b1b1;}
/*regist*/
.modal-dialog {
width: 600px;
margin: 0px auto;
margin-top:100px;


}
.modal-content {
position: relative;
background-color: #fff;

border: 5px solid rgba(16,148,219,.6);
border-radius: 10px;
-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
box-shadow: 0 3px 9px rgba(0,0,0,.5);
background-clip: padding-box;
outline: 0;
}
.modal-header {
padding: 8px 12px;
border-bottom: 1px solid #e5e5e5;

}
.cons{width:90%;margin:10px auto;padding-left:80px;}
.uxcontent{color: #333;line-height: 24px;}
.uxcontent h4{margin:15px auto;}
.uxcontent p{margin: 10px auto;}
.uxcontent img{max-width: 100%;margin:20px auto;}

/*qq*/
/*左侧浮动层*/
.left-side-flyelem {
	display: none;
	position: fixed;
	z-index: 9999;
	right: 0;
	/*top: 70px;*/
	top: 120px;
}
.left-side-flyelem.showed {
	display: block;
}
.qq_chart_wrap {
	width: 150px;
	height: 150px;
	background: #028ea7;
	position: relative;
	overflow: hidden;
    margin-bottom:0;
}
.qq_chart_el {
	cursor: pointer;
	width: 74px;
	height: 74px;
	background:url(../images/qq_logo_big.png) center center no-repeat #fff;
	border-radius: 51%;
	margin: 0 auto;
	margin-top: 38px;

}
.qq_chart_text {
	color: #fff;
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}
.call_list_wrap {
	background: #dddddd;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}
.cl_txt:nth-child(1) {
	padding-top: 8px;
}
.cl_tel {
	color: #d11e37;
	font-size: 14px;
	font-weight: bold;
}
.cl_tel:nth-last-child(1) {
	padding-bottom: 8px;
}
.minsbar {height: 34px; line-height: 34px; background: #484848; font-size: 12px; color: #fff; padding-left: 10px;}
.minsbar .msbtn {float: right; width: 34px;height: 34px; font-size: 18px; line-height: 34px; text-align: center; color: #fff; cursor: pointer;}
.left-side-flyelem-min {
	cursor: pointer;
	top: 120px;
	right: 0;
	width: 40px;
	height: 127px;
	background: url(../images/left-float-el-min.gif);
	z-index: 9999;
	position: fixed;
}
.left-side-flyelem-min.showed {
	display: block;
}
.left-side-flyelem.minsize {}
.left-side-flyelem.minsize .qq_chart_text {display: none;}
.left-side-flyelem.minsize .qq_chart_el {box-shadow: none; margin-top: 4px;}
.left-side-flyelem.minsize .qq_chart_wrap {width: 82px; height: 82px; border-radius: 55%;margin-bottom:0;}
.left-side-flyelem.minsize .call_list_wrap {display: none;}
.left-side-flyelem.minsize {top: 106px; left: 36px;}
.left-side-flyelem.minsize {}
.ptrlb{padding: 15px 30px;}

.piclist {
overflow: hidden;

margin: 10px 0;
}
.piclist li{width:100%;margin-top: 10px;}
.piclist li img{max-width:100%;}

/*new css*/
/*hang 1*/
.section1{
    background: #f8f8f8;
    padding-top:20px;
    padding-bottom: 50px;
}
.section2{height: 600px;background: url(../images/bgo.jpg) fixed center center #000;padding:30px 0;}
/* 线轴 */
.axis {
	width: 805px;
	height: 78px;
	margin-top: 50px ;
}
.axis:before {
	content: '';
	position: absolute;
	bottom: 12px;
	width: 805px;
	height: 2px;
	background-color: #c5c5c5;
}
.axis > li {
	width: 160px;
	height: 78px;
	cursor: pointer;
}
.axis > li:nth-child(1) { left: -81px; }
.axis > li:nth-child(2) { left: 192.33px; }
.axis > li:nth-child(3) { left: 454.66px; }
.axis > li:nth-child(4) { left: 724.99px; }
.axis > li > h3 {
	font-size: 24px;
	color: #666;
}
.axis > li > .point {
	margin-top: 30px;
	width: 17px;
	height: 17px;
	background-color: #fff;
	border: 4px solid #c5c5c5;
}
.axis > li.focus > h3 { color: #ff4e54; }
.axis > li.focus > .point {
	transition: transform .4s ease-out;
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
	border-color: #ff4e54;
}
/* 轴线点对应产品 */
.axis-container {
	margin-top: 40px;
	margin-bottom: 100px;
	height: 316px;
}
.axis-products { font-size: 0; }
.axis-products > li {
	margin-right: 18px;
	width: 239px;
	height: 312px;
	border: 2px solid #e1e1e1;
	background-color: #fff;
	border-radius: 8px;
	transition: all .4s ease-out;
}
.axis-products > li:last-child { margin-right: 0; }
.axis-products > li:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	border-color: #ff4e54;
	box-shadow: 0 0 3px rgba(255,78,84,.5);
}
.axis-products > li .product-pic {
	margin-top: 30px;
	margin-bottom: 25px;
	width: 110px;
}
.axis-products > li .line {
	margin-bottom: 20px;
	width: 168px;
	height: 1px;
	background-color: #eaeaea;
}
.axis-products > li .product-title {
	font-size: 20px;
	font-weight: bold;
	color: #494949;
}
.axis-products > li .description {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #999;
}
.axis-products > li .price {
	font-size: 24px;
	color: #f14b4b;
}
.tac {
    text-align: center;
}
.dib {
    display: inline-block;
}
.circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.hCenter {
    margin-left: auto;
    margin-right: auto;
}
.db {
    display: block;
}

/*hangye fangan*/
.columnbox{    overflow: hidden;
    padding: 0 10px;
    margin: 0 -20px;
    margin-top:60px;}
.column {

    font-size: 1rem;
    width: 25%;
    padding-left: 1rem;
    padding-right: 1rem;
    vertical-align: top;
    float: left;
    margin-bottom: 20px;

}
.column .box {
    background-color: rgba(255,255,255,.9);
    padding: 20px 0;
    border-radius: 4px;
    text-align: center;

}
.column .box img {
    max-width:53px;
    max-height:53px;

}
.column .box .title-dist {
	margin-top: 10px;
    font-size: 18px;
}
.column .box .des-dist {
    color: #8a8a8f;
    margin-top: 10px;
    font-size: 16px;
}

/*index news*/
/* 新闻选项卡 */
.news-tab { font-size: 0;margin-top:50px;}
.news-tab > li {
	margin-right: 30px;
	width: 106px;
	height: 28px;
	font-size: 18px;
	color: #1a1a1a;
	border: 1px solid transparent;
	border-radius: 20px;
	cursor: pointer;
    line-height:28px;
}
.news-tab > li:last-child { margin-right: 0; }
.news-tab > li.focus {
	color: #ff4e54;
	border-color: #ff4e54;
	background: #fff;
}
/* 新闻内容 */
.news-container{
	margin-top: 20px;
	border-top: 1px solid #ddd;
}
.news-container > dd {
	position: relative;
	display: none;
}
.news-container > dd.focus { display: block; }
.news-container > dd:before {
	content: '';
	position: absolute;
	top: -20px;
	border: 10px solid transparent;
	border-bottom-color: #ddd;

}
.news-container > dd:after {
	content: '';
	position: absolute;
	top: -19px;
	border: 10px solid transparent;
	border-bottom-color: #f8f8f8;

}
.news-container > dd:nth-child(1):before { left: 220px; }
.news-container > dd:nth-child(1):after { left: 220px; }
.news-container > dd:nth-child(2):before { left: 360px; }
.news-container > dd:nth-child(2):after { left: 360px; }
.news-container > dd:nth-child(3):before { left: 500px; }
.news-container > dd:nth-child(3):after { left: 500px; }
.news-container > dd:nth-child(4):before { left: 635px; }
.news-container > dd:nth-child(4):after { left: 635px; }
.news-container > dd:nth-child(5):before { left: 770px; }
.news-container > dd:nth-child(5):after { left: 770px; }
.news-container > dd:nth-child(6):before { left: 905px; }
.news-container > dd:nth-child(6):after { left: 905px; }
.news-container li {
	float:left;
	padding-left: 2.5%;
	padding-right: 2.5%;
	margin-top: 37px;
	margin-bottom: 37px;
	width:45%;
	height: 128px;
	overflow:hidden;
}
.news-container li > .news-pic {
	float: left;
	margin-right: 15px;
	width: 128px;
	height: 128px;
	background-color: #000;
	border: 1px solid #eee;
	overflow: hidden;
}
.news-pic > img {
	display: block;
	width: 128px;
	height: 128px;
	opacity: .9;
	transition: all .4s ease-out;
}
.news-pic > img:hover {
	opacity: 1;
	-webkit-transform: scale(1.04);
    transform: scale(1.04);
}
.news-title a {
	display: block;
	height: 28px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news-title a:hover { color: #ff4e54; }
.news-container li p {
	margin-top: 12px;
	font-size: 14px;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
	color: #666;
}
/* 更多资讯 */
.more-news {
	margin-top: 30px;
	margin-bottom: 50px;
	width: 106px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #2284ef;
	font-size: 14px;
	color: #2284ef;
	border-radius: 20px;
}
.more-news:hover { text-decoration: underline; }

.aboutul{margin-top:15px;}
.aboutul li{font: 13px/24px "Microsoft Yahei", sans-serif;}
.aboutul li img{max-width: 100%;width: 100px;}
.aboutul li a{color:#333;}
.cy{padding-top:15px;font: 12px/24px "Microsoft Yahei", sans-serif;}
/*Product*/
.productlist{padding:30px 0 40px 0;line-height:22px;}
.productlist dl{padding:20px 0;border-bottom:1px dashed #dadada;}
.productlist dl dt{width:20%;float:left;position:relative;}
.productlist dl dt .onsale,.productlist .thumbnail .onsale {position:absolute;top:-11px;right:-11px;border:0;background:url(../images/cxbq.png) no-repeat;width:56px;height:58px;background-size:56px 58px;z-index: 999;}
.productlist dl dt img{max-width:100%; border:1px solid #ddd;padding:2px;}
.productlist dl dd{width:77%;float:right;}
.Propic{padding:20px;position:relative;
    -webkit-box-shadow: 0 0 16px 0 rgba(127,143,172,.15);
    box-shadow: 0 0 16px 0 rgba(127,143,172,.15);
    border-radius: 4px;}
.Propic .onsale{position:absolute;top:2px;right:2px;border:0;background:url(../images/cxbq.png) no-repeat;width:56px;height:58px;}
.prolx{font-size: 16px;margin-top: 10px;}
.prolx li{float: left;margin-bottom: 25px;}

.prolx li a{ padding:5px 10px; margin-right:5px;border:2px solid #ddd;cursor:pointer;}
.prolx li a:hover,.prolx li a.active{color: #000;border-color: #ff4e54;background: url(../images/slected.png) no-repeat right bottom;text-decoration:none;}

.lbsx{ padding:1px 6px; margin-right:5px;border:2px solid #ddd;cursor:pointer;margin-bottom:6px;display:inline-block;background: #fff;}
.lbsx.active,.lbsx:hover{color: #333;border-color: #ff4e54;background: url(../images/slected.png) no-repeat right bottom #fff;text-decoration:none;}

.pronote{font-size: 14px;
    color: #999;
    margin-top: 20px;
    display: block;
    margin-bottom: 15px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;}
.xhprice{font-size: 18px;color: #333;}
.xhbuybt{height: 38px;line-height: 38px;padding: 0 30px;background: #ff4e54;color: #fff;font-size: 18px;margin-top: 25px;border-radius: 3px;}
.xhcontent{line-height: 24px;}
.xhcontent table{margin:15px auto;}
.xhcontent p{margin-bottom:15px;}
.xhcontent a{color: #333;text-decoration: underline;}
.xhcontent img{max-width: 100%;border:1px solid #f3f3f3;padding:2px;display: block;margin: 15px auto;border-radius: 3px;}
.xhcontent h3{margin-top:40px;}
.xhcontent .xhtable{margin: 15px auto;}
.xhcontent .xhtable .letd{    background-color: #f7f7f7;
    width: 20%;
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 40px;}

.xhcontent .xhtable    .spans {
    float: left;
    margin-right: 26px;

    line-height: 30px;
}
.xhcontent .xhtable .spans-i {
    float: left;
    margin-top: 7px;
    margin-right: 13px;
    width: 14px;
    height: 14px;
    line-height: 10px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #ff4e54;
    color: #ff4e54;
    text-align: center;
    font-style: normal;
    font-size: 10px;
}
.xhcontent .xhliuc{
	margin: 10px auto;background: #f7f7f7;padding: 25px 40px;
}
.liucheng{margin-top: 25px;padding:0 5%;}
.liucheng li{float: left;text-align: center;width: 170px;}
.liucheng li .fa{width: 80px;line-height: 80px;font-size: 44px;border: 1px solid #ddd;border-radius: 50%;background: #fff;color: #666;}
.liucheng li.lcafter{background: url(../images/nextar.png) center center no-repeat;padding:40px 0px;width: 50px;}
.liucheng .nav-tabs>li.active>a,.liucheng  .nav-tabs>li.active>a:focus,.liucheng  .nav-tabs>li.active>a:hover {
    color: #333;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: #ff4e54;
    border-bottom: 2px solid #ff4e54;
}
.kynext{margin-top: 20px; border:1px solid #ddd;background: #fff;}
.kynext .left{width: 30%;float: left;text-align: center;vertical-align: middle;border-right: 1px solid #ddd;}
.kynext .right{width: 70%;float: right;line-height: 22px;padding: 10px 20px 20px 20px;}
.kynext .right h3{    font-size: 18px;
    font-weight: normal;
    line-height: 40px;margin-top: 20px;}
    .kynext .right p{margin-top: 7px;}

/*shopping cart*/
.shopcart {
    margin: 0 auto;
    font-size: 16px;
}
.shopcart .step-title {
    margin-top: 20px;
    margin-bottom: 18px;
}
.shopcart .step-title {
    border-bottom: solid 2px #ddd;
    height: 40px;
    line-height: 36px;
    vertical-align: middle;
    font-weight: 500;
    font-size: 18px;
}
.shopcart .step-title .txt {
    display: inline-block;
    border-bottom: solid 4px #f77b6f;
}
.shopcart .tables {
    border-collapse: collapse;

    border-spacing: 0;

    word-wrap: break-word;
    width: 100%;
    border: none;
}

.shopcart .tables thead .title {
    background-color: #eee;
}
.shopcart table .c0 {
    width: 20px;

}
.shopcart .tables td {
    vertical-align: middle;
}
.tables>thead>tr>th, .tables>tbody>tr>th, .tables>tfoot>tr>th, .tables>thead>tr>td, .tables>tbody>tr>td, .tables>tfoot>tr>td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.shopcart table .c1 span {
    margin-left: 0px;
}
.shopcart .tables tbody tr.inner {
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
}
.shopcart .pname {
}
.shopcart .pname .photo {
    height: 90px;
    width: 90px;

    margin-right: 18px;
}
.shopcart .pname .photo img{max-width: 100%;}
.shopcart .pname .des, .shopcart .pname .photo {
    float: left;
}
.shopcart .tables .divide{height: 32px;}
.shopcart .btn{padding-left: 50px;padding-right: 50px;}
.shopcart .xj{height: 45px;line-height: 45px;border-bottom: 1px dashed #dadada;}
/*bootstrap costom*/
.breadcrumb {
    padding: 10px 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color:transparent;
    border-radius: 0px;
    border-bottom: 1px solid #dadada;

}

.bgwhite{background-color: #fff;}
hr{margin-top: 12px;margin-bottom: 12px;}

/*order*/
.orderborder{border:2px solid #ddd;padding:20px;background: #fff;margin-bottom: 40px;}
.registborder{border:2px solid #f8f8f8;}
.page-header{margin-top:25px;}

/*regist*/
.registbox{width:920px;
border:1px solid #dadada;
  background:#fff;
    margin:60px auto;padding-bottom: 15px;
}
.registbox h4{font-size:20px;margin:25px 0 20px 15px;}
.registbox .left{width:49%;padding:10px 30px 45px 30px;float:left;border-right:1px solid #dadada;}
.registbox .right{width:49%;text-align:center;float:right;}
.reg{margin-top:20px;}
.reg dt{float:left;text-align:right;width:25%;line-height:32px;}
.reg dd{float:right;width:75%; vertical-align:middle;}
/*user center*/
.ucbox{margin:0px auto;margin-bottom:50px;}
.ucbox .left{width:15%;float:left;background:#f5f5f5;}
.ucbox .left li a{height:40px;line-height:40px;padding:0 25px;background:#fff;border-bottom:1px solid #dadada;display:block;}

.ucbox .left li a.active,.ucbox .left li a:hover{background:#ff4e54;color:#fff;}
.ucbox .left li a .fa{margin-right:8px;}
.ucbox .right{width:82%;float:right;padding:40px 30px 30px 30px;background:#fff;border-radius: 4px;}

/*lb sai xuan*/

.zdlist{margin-top:10px;}
.zdlist li{width:50%;float:left;margin-bottom:10px;padding:7px 0;}
/*woocommerce*/

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
padding: 1em 2em 1em 3.5em!important;
margin: 0 0 2em!important;
position: relative;
background-color: #fff;
color: #515151;
border-top: 0px solid #ddd;
list-style: none!important;
width: auto;
    word-wrap: break-word;}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
background-color: #ff4e54;
color: #fff;
-webkit-font-smoothing: antialiased;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
background-color: #d61c03;
color: #fff;
-webkit-font-smoothing: antialiased;
}

.woocommerce-checkout #payment {
background: #f8f8f8;
    border:1px dashed #eaeaea;
border-radius: 5px;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
line-height: 2;
text-align: left;
margin: 10px 0;
font-weight: 400;
}

/*index .Advantage
}*/
.Advantage-list{}
.Advantage-list li {
    width: 50%;
    margin-bottom: 60px;
    float: left;
}
.Advantage-list li > div {
    padding-left: 50px;

}
.Advantage-list li > div img {
    margin-right: 20px;
    width: 100px;
    height: 100px;
    float: left;
}

.Advantage-list  li h4 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.Advantage-list li p {
    margin-top: 8px;
    font-size: 14px;
    color: #999;
}
.safety-list {

	margin:40px auto;
	text-align: center;

}
.safety-list > li {
	text-align: left;
	width:25%;
	color: #575757;
	float: left;
}
.safety-text {
	display: table-cell;
	padding-left: 20px;
}
.safety-list > li h3 {
    font-size: 18px;
    margin: 4px 0px 5px;
    font-weight: bold;
}
.safety-list > li i {
	float: left;
	width: 45px;
	height: 45px;
	background: url("../images/zizhi-big.png") no-repeat;
}
.safety-list > li i.zz { background-position: 0 0px; }
.safety-list > li i.zf { background-position: 0 -68px; }
.safety-list > li i.fw { background-position: 0 -144px; }
.safety-list > li i.sh { background-position: 0 -228px; }
.safety-list > li span {
	display: block;
	font-size: 12px;
}

#product-single-attr p{font-size: 16px;}
.xh-btn2{    padding: 5px 10px;

    border: 2px solid #ddd;
    cursor: pointer;
    margin-bottom: 6px;
    display: inline-block;background: #fff;margin-top: 15px;}
   .xh-btn2:hover{background: #ff4e54;border-color: #ff4e54;color: #fff;}

   .woocommerce .order_details {
    margin: 20px 0 1.5em;
    list-style: none;
}
.woocommerce .order_details li {line-height: 22px;}

/*form*/

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 2px solid #ddd;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
     transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.aboutcontent{line-height: 28px;}
.aboutcontent p{text-indent: 28px;margin-bottom: 20px;}
.pronote2 {
    font-size: 14px;
    color: #999;
    margin-top: 20px;
    display: block;
    margin-bottom: 15px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
}
.thumbnail{border:1px dashed #ddd;}

.faq{margin-top: 10px;}
.faq .wen{font-weight: bold;margin-top: 10px;padding: 5px 8px;}
.faq .da{padding: 5px 8px;border: 1px dashed #ddd;color: #999;margin-bottom: 10px;}

/* 客服 */
.contact {
	top: 200px;
	z-index: 10;
	padding-bottom: 10px;
	width: 120px;
	background-color: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,.2);
	position: fixed;
}
.contact.left-contact {
	left: -1px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.contact.right-contact {
	right: -1px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.contact-pic {
	width: 60px;
	height: 60px;
	margin-top: -32px;
	border: 2px solid #ff4e54;
	background: #e4e2ef url(../images/kf.png) center no-repeat;
	border-radius: 50%;
	display: block;
	    margin-left: auto;
    margin-right: auto;
}
.contact-time {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #aaa;
}
.contact-list > li {
	margin-bottom: 10px;
	text-align: center;
}
.contact-list > li > a {
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	background-color: #ff4e54;
	border-radius: 2px;
}
.contact-list > li > a > img {
	position: relative;
	top: 3px;
	display: inline-block;
	width: 13px;
	margin-right:5px;
}
.contact-wechat {
	width: 120px;
	height: 120px;
}
.wechat-text {
	font-size: 12px;
	color: #aaa;
}
.proPT{padding: 30px 40px;margin-bottom: 20px;}
.borderR4{border-radius: 4px;}

/*responsive*/
.pT110{padding-top: 110px;}
/*new css*/
.newcycon{width: 940px;margin:0 auto;margin-top: 40px;}
.cyyqcontent{ margin-right: -20px;
    margin-left: -20px;}
.cyyqcontent a{float: left;margin-right:20px;margin-bottom: 20px;position: relative;border:1px solid #dadada;}
.cyyqcontent a img{max-width: 100%;}
.cyyqcontent a:hover{
	border-color: #dadada;
	box-shadow: 0 0 8px rgba(0,0,0,.3);}
.cyyqcontent a.topone{width: 450px;height: 460px;margin-left: 40px;}
.cyyqcontent a.toptwo{width: 305px;height: 220px;}

.cyyqcontent a .yqtitle{position: absolute;right:20px;top:20px;font-size: 26px;text-align: right;line-height: 36px;color: #fff;background: rgba(0,0,0,0.3);padding:2px 15px;}
.cyyqcontent a .yqtitle span{font-size: 20px;}
#product-single-attr p{line-height: 150%}

/*2020-01-21*/
.variations_form p{margin-top: 10px;color: #999;}
