/*
Theme Name: DouPHP简约企业站红色
Theme URI: http://demo.douco.com/
Description: DouPHP简约企业站红色
Version: 1.0
Author: DouCo Co.,Ltd.
Author URI: http://www.douco.com/
*/

/* 全局通用
----------------------------------------------- */
body {
 font-family: Microsoft Yahei, \5FAE\8F6F\96C5\9ED1, \5b8b\4f53, Arial, Lucida, Verdana, Helvetica, sans-serif;
 color: #555;
 background-color: #FFFFFF;
}
body, button, input, textarea {
 font-size: 12px;
 line-height: 1.531;
 outline: none;
 margin: 0;
 padding: 0;
 border: 0;
}
p, ul, ol, dl, dt, dd, form, blockquote {
 margin: 0;
 padding: 0;
}
ul, ol {
 list-style: none;
}
h1, h2, h3, h4, h5, h6 {
 font-size: 12px;
 margin: 0;
 padding: 0;
}
em, b, i {
 font-style: normal;
 font-weight: normal;
}
img {
 border: 0;
}
a {
 text-decoration: none;
 color: #333333;
}
a:hover {
 text-decoration: underline;
 color: #C70D0E;
}
input, img, select {
 vertical-align: middle;
}
.clear {
 clear: both;
 height: 0;
 line-height: 0;
 font-size: 0;
}
.clearfix {
 overflow: hidden;
 zoom: 1;
}
.none {
 display: none;
}
#captcha {
 cursor: pointer;
}
.more {
 float: right;
 padding-right: 8px;
 font-size: 12px;
 font-weight: normal;
 text-transform: uppercase;
}
.more a {
 color: #999;
}
.more a:hover {
 text-decoration: underline;
}
/* 主体框架
----------------------------------------------- */
#wrapper {
}
#wrapper .wrap {
 width: 980px;
 margin: 0px auto;
}
#wrapper .m {
	margin: 30px auto 50px auto;
}
/* -- page -- */
#pageLeft {
 float: left;
 width: 180px;
 margin-right: 20px;
}
#pageIn {
 float: left;
 width: 780px;
 overflow: hidden;
}
/* 头部导航
----------------------------------------------- */
/* -- top -- */
#top {
 background-color:#F5F5F5;
 height: 38px;
 zoom:1;
 overflow:hidden;
}
#top .social {
 float:right;
 margin-top:10px;
}
#top .social a {
 float:left;
 background:url(images/icon_social.gif) no-repeat center top;
 display:block;
 width:27px;
 height:27px;
 margin-left:6px;
}
#top .social a:hover {
 background:url(images/icon_social_on.gif) no-repeat center top;
}
#top .social a.qweibo {
 background-position:center -30px;
}
#top .social a.weixin {
 background-position:center -60px;
}
#top .social a.weibo {
 background-position:center -90px;
}
/* -- header -- */
#header {
 background-color:#F5F5F5;
 position: relative;
 z-index: 1000;
}
#header .headLine {
 border-bottom:2px solid #DDDDDD;
 height: 65px;
}
#header .logo {
 margin-top:4px;
 float: left;
}
/* -- mainNav -- */
#header .mainNav {
 float:right;
 font-size:14px;
 font-weight:bold;
 margin-top:10px;
 zoom:1;
}
#header .mainNav li {
 float: left;
 display:inline;
 position: relative;
}
#header .mainNav li a {
 display:block;
 padding:0 24px;
 _width:57px;
 text-align:center;
 border-right:1px solid #F4F4F4;
 height:48px;
 line-height:48px;
 color: #333333;
 text-decoration:none;
}
#header .mainNav li.cur, #header .mainNav li.hover {
 background:#FB2243 url(images/icon_mainnav.png) no-repeat center 39px;
}
#header .mainNav li.cur a, #header .mainNav li.hover a {
 color: #FFF;
}
/* LEVEL TWO */
#header .mainNav ul {
 display: none;
 width: 105px;
 position: absolute;
 top: 100%;
 left: 0;
 border-top: 1px solid white;
 background: #E0E0E0;
 font-weight: normal;
}
#header .mainNav li.hover ul li {
 display: block;
 width: 105px;
}
#header .mainNav li.hover ul li.hover {
 background:#FB2243 ;
}
#header .mainNav li.hover ul li a {
 color:#666;
 border-right: none;
 display: inline-block;
 height:38px;
 line-height:38px;
}
#header .mainNav li.hover ul li a:hover, #header .mainNav li.hover ul li.hover a {
 color:#FFF;
}
#header .mainNav li.hover ul li a.parent {
 background: url(images/icon_white.gif) no-repeat 90px 50%;
}
/* LEVEL THREE */
#header .mainNav ul ul {
 left: 100%;
 top: 0;
 border-top: 0;
 _border-top: 1px;
}
#header .mainNav li.hover ul li.hover ul li a {
 color: #24313C;
}
#header .mainNav li.hover ul li.hover ul li.hover a {
 color: #FFF;
}
/* 首页样式
----------------------------------------------- */
/* -- 幻灯 -- */
.slideShow {
 position: relative;
 margin: 0 auto 20px;
 padding: 0;
 *zoom: 1;
}
.slideShow .slides a {
 display: block;
 height: 574px;
 background-repeat: no-repeat;
 background-position: center center;
}
.slideShow .slideBox {
 background: #fff;
 /*fix other elements on the page moving (on Chrome)*/
 -webkit-transform: translatez(0);
 -moz-transform: translatez(0);
 -ms-transform: translatez(0);
 -o-transform: translatez(0);
 transform: translatez(0);
}
/* -- slideLoading -- */
.slideShow .slideLoading {
 min-height: 50px;
 background: url(images/slide_loader.gif) center center no-repeat #fff;
 height: 100%;
 width: 100%;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 2000;
}
/* -- previous 和 next 按钮 -- */
.slideShow .arrowBox a {
 z-index: 50;
 font-family: \5b8b\4f53, sans-serif;
 position: absolute;
 display: block;
 margin-bottom: -20px;
 width: 40px;
 height: 40px;
 bottom: 50%;
 line-height: 40px;
 text-decoration: none;
 text-align: center;
 color: #fff;
 font-size: 2em;
 background-color: #333;
 background-color: rgba(50,50,50,.3);
}
.slideShow .arrowBox a.disabled {
 display: none;
}
.slideShow .arrowBox .arrowPrev {
 left: 20px;
}
.slideShow .arrowBox .arrowNext {
 right: 20px;
}
.slideShow .arrowBox a:hover {
 background-color: rgba(50,50,50,.6);
}
/* -- controlBox -- */
.slideShow .controlBox {
 z-index: 30;
 position: absolute;
 bottom: 10px;
 width: 100%;
 text-align: center;
 font-size: .85em;
 font-family: Arial;
 font-weight: bold;
 color: #666;
}
.slideShow .controlBox .control {
 display: inline-block;
 *zoom: 1;
 *display: inline;
}
.slideShow .controlBox.controlDefault a {
 background: url(images/inactive.png) no-repeat 50% 50%;
 text-indent: -9999px;
 overflow:hidden;
 width: 20px;
 height: 30px;
 clear: none;
 display: block;
}
.slideShow .controlBox.controlDefault a:hover, .slideShow .controlBox.controlDefault a.active {
 background: url(images/active.png) no-repeat 50% 50%;
}
/* -- slideTitle -- */
.slideShow .slideTitle {
 z-index: 20;
 position: absolute;
 bottom: 0;
 left: 0;
 background: #666\9;
 background: rgba(80, 80, 80, 0.75);
 width: 100%;
}
.slideShow .slideTitle span {
 color: #fff;
 display: block;
 font-size: .85em;
 padding: 15px 10px;
}
/* -- sileThumb -- */
.slideShow .sileThumb {
 z-index: 30;
 text-align: center;
 position: absolute;
 bottom: 8px;
 right: 8px;
}
.slideShow .sileThumb a {
 margin: 0 3px;
}
.slideShow .sileThumb a img {
 border: solid #B0B0B0 1px;
}
.slideShow .sileThumb a.active img {
 border: solid #FF4560 1px;
}
/* -- index -- */
#index {
 zoom:1;
 overflow:hidden;
 margin-bottom:20px;
}
#index dl {
 position:relative;
 padding:15px 0;
}
#index dl i {
 background:url(images/icon_index.gif) no-repeat left top;
 display:block;
 width:38px;
 height:38px;
 position:absolute;
 left:0;
 top:15px;
}
#index dl dt {
 font-size:14px;
 font-weight:bold;
 margin-bottom:12px;
}
#index dl dt a {
 color:#555;
}
#index dl dd {
 color:#999999;
}
#index dl.product i {
 background-position:left -40px;
}
#index dl.article i {
 background-position:left -80px;
}
#index dl dt, #index dl dd {
 margin-left:55px;
}
#index dl.about {
 float:left;
 width:298px;
 padding-right:50px;
 margin-right:25px;
 border-right: 2px solid #F4F4F4;
}
#index dl.about p {
 margin-top:30px;
}
#index dl.about p a {
 background-color:#FB2243;
 display:block;
 width:100px;
 text-align:center;
 color:#EDEDED;
 line-height:26px;
}
#index dl.product {
 float:left;
 width:288px;
 border-right: 2px solid #F4F4F4;
 padding-right:25px;
}
#index dl.product dd a {
 display:block;
 float: left;
 width: 50px;
 height:50px;
 border: 1px solid #F4F4F4;
 margin: 0 6px 6px 0;
}
#index dl.article {
 float:left;
 width:265px;
 margin-left:25px;
}
#index dl.article dd a {
 display:block;
 margin-bottom:5px;
 color:#666;
}
/* 通用结构 
----------------------------------------------- */
/* -- form -- */
.btn {
 display: inline-block;
 background-color: #FB2243;
 color: #FFFFFF;
 padding: 6px 25px;
 text-transform: capitalize;
 cursor: pointer;
 font-weight: bold;
 text-align:center;
 -webkit-appearance: none;
}
.btn:hover {
 text-decoration: none;
 background-color: #FC4763;
}
.btnGray {
 display: inline-block;
 background-color: #CCC;
 border: 0;
 color: #333;
 padding: 6px 15px;
 text-transform: capitalize;
 cursor: pointer;
 font-weight: bold;
 -webkit-appearance: none;
}
.btnPayment {
 display: inline-block;
 background-color: #ff4246;
 color: #FFF;
 padding: 7px 28px;
 text-transform: capitalize;
 cursor: pointer;
 font-weight: bold;
 font-size:14px;
 text-align:center;
 -webkit-appearance: none;
}
.btnCart {
 display: inline-block;
 background-color: #FFE4D0;
 color: #E5511D;
 padding: 6px 25px;
 text-transform: capitalize;
 cursor: pointer;
 font-weight: bold;
 text-align: center;
 -webkit-appearance: none;
}
.btnCart:hover {
 text-decoration: none;
 color: #E5511D;
 background-color: #FFD9BC;
}
/* -- input -- */
.textInput {
 height: 20px;
 padding: 6px;
 font-size: 14px;
 border: 1px solid #DDD;
 background-color:#F4F4F4;
 color:#666;
 -webkit-appearance: none;
}
.textArea {
 padding: 4px;
 border: 1px solid #DDDDDD;
 background-color:#F4F4F4;
 line-height: 20px;
 -webkit-appearance: none;
}
.textAreaAuto {
 border: 1px solid #DBDBDB;
 background-color:#F4F4F4;
 padding: 0;
 font-size: 12x;
 line-height: 20px;
 resize: none;
 min-height: 40px;
 -webkit-appearance: none;
}
/* -- style -- */
.price {
 color: #CC0000;
}
/* -- tree -- */
.treeBox {
 margin:-5px 0 15px 0;
}
.treeBox h3 {
 height: 35px;
 line-height: 35px;
 color: #7A7F81;
 font-weight: bold;
 font-size: 14px;
 border-bottom: 1px solid #CBD1D3;
}
.treeBox li {
 border-left: 4px solid #F4F4F4;
 line-height: 15px;
 margin-top: 15px;
 padding-left: 10px;
}
.treeBox li.cur {
 border-left: 4px solid #FF4560;
}
.treeBox li a {
 color: #7A7F81;
}
.treeBox .searchBox {
 margin:20px 0;
}
.treeBox .searchBox .keyword {
 width: 136px;
}
/* -- 上一页下一页 -- */
.lift {
 margin-top:60px;
 color:#999;
}
.lift a {
 color:#999;
}
.lift span {
 margin-right:15px;
}
/*- tableBasic -*/
.tableBasic {
 color: #666666;
 border-left: 1px solid #DDDDDD;
 border-top: 1px solid #DDDDDD;
 border-collapse: collapse;
}
.tableBasic select {
 color: #8F8F8F;
}
.tableBasic td, .tableBasic th {
 border-right: 1px solid #DDDDDD;
 border-bottom: 1px solid #DDDDDD;
}
.tableBasic th {
 background-color: #EFEFEF;
}
.tableBasic .child {
 background-color: #FFFFFF;
}
.tableBasic td label {
 margin-right:15px;
}
.tableBasic td i {
 color:#F00;
 margin-left:5px;
 font-weight:bold;
}
/*- tableDiv -*/
.tableDiv dl {
 zoom:1;
 overflow:hidden;
 margin-bottom:15px;
}
.tableDiv dl dt {
 float:left;
 width:160px;
 text-align:right;
 line-height:34px;
 font-size:13px;
}
.tableDiv dl dd {
 float:left;
 width:640px;
 padding-left:10px;
}
.tableDiv dl dd i {
 color:#F00;
 margin-left:5px;
 font-weight:bold;
}
.tableDiv dl dd label {
 margin-right: 15px;
 line-height:34px;
}
/* -- douBox -- */
#douBox .boxBg {
 position: fixed;
 top: 0;
 left: 0;
 z-index: 10000001;
 width: 100%;
 height: 100%;
 background: #000;
 filter: alpha(opacity=15);
 opacity:0.15
}
#douBox .boxFrame {
 position: absolute;
 z-index: 10000002;
 overflow: hidden;
 padding: 0;
 border: 2px solid #C4C4C4;
 background-color:#FFF;
 width:360px;
 left:50%;
 top:300px;
 margin-left:-180px;
}
#douBox .boxFrame h2 {
 height: 28px;
 padding: 0 10px;
 background: #f5f5f5;
 line-height: 28px;
 color: #666;
 font-size:14px;
 font-weight:normal;
}
#douBox .boxFrame h2 .close {
 background: url(images/icon_fork.png) no-repeat;
 width:12px;
 height:12px;
 display:block;
 float:right;
 text-indent:-9999px;
 margin-top:8px;
}
#douBox .boxFrame .boxCon {
 background: url(images/icon_exclamation.png) no-repeat 15px 15px;
 padding:13px 10px 15px 70px;
 height:100px;
}
#douBox .boxFrame .boxCon dt {
 font-family:Microsoft YaHei;
 font-size:16px;
 color:#FF4560;
 font-weight:bold;
}
#douBox .boxFrame .boxCon dd {
 color:#999;
 zoom:1;
 overflow:hidden;
}
#douBox .boxFrame .boxCon dd a {
 background-color:#F5F5F5;
 border: 1px solid #CBD1D3;
 display:block;
 float:left;
 width:70px;
 line-height:26px;
 text-align:center;
 margin:10px 12px 0 0;
 text-decoration:none;
}
/* 库项目样式
----------------------------------------------- */
/* -- urHere -- */
.urHere {
 background:#101010 url(images/img/banner_page.jpg) no-repeat center top;
 height:60px;
 padding-top:120px;
}
.urHere h1 {
 color:#CCCCCC;
 font-size: 23px;
 font-weight:normal;
}
.urHere h1 em {
 text-transform:capitalize;
 font-family:Arial;
 font-size:28px;
 color:#FF4560;
}
/* page
----------------------------------------------- */
#page {
 padding: 20px 0;
 min-height:300px;
}
#page .info {
 padding: 2px 0 20px 0;
 color: #999999;
 font-size: 13px;
}
#page .content {
 color: #666666;
 line-height: 200%;
 padding-top: 10px;
}
/* product_category
----------------------------------------------- */
.productList {
 color: #999999;
}
.productList dl {
 float: left;
 width: 370px;
 height: 160px;
 margin: 0 20px 30px 0;
}
.productList dl.last {
 margin-right: 0;
}
.productList dt {
 float: left;
 width: 160px;
}
.productList dd {
 float: left;
 width: 195px;
 padding: 15px 0 0 15px;
}
.productList dt img {
 border: 1px solid #EEEEEE;
}
.productList .name {
 height: 18px;
 overflow: hidden;
}
.productList .name a {
 color: #333333;
 font-weight: bold;
}
.productList .brief {
 color: #999999;
 padding-top: 8px;
 height: 60px;
}
.productList .price {
 padding-bottom: 10px;
}
/* product
----------------------------------------------- */
#product .productImg {
 float: left;
 width: 300px;
}
#product .productInfo {
 float: left;
 width: 465px;
 padding: 10px 0 0 15px;
 line-height: 200%;
}
#product .productInfo h1 {
 font-size: 18px;
}
#product .productInfo ul {
 padding-top: 10px;
 margin-bottom:50px;
}
#product .productInfo .productPrice {
 margin-bottom: 5px;
}
#product .productInfo .productPrice .price {
 font-family: Arial;
 font-size: 20px;
 font-weight: bold;
}
#product .productInfo .btnAsk {
 zoom: 1;
 overflow: hidden;
}
#product .productInfo .btnAsk dt {
 float: left;
 width: 88px;
 height: 39px;
 line-height: 39px;
 text-align: right;
 padding-right: 3px;
 margin-right: 6px;
 background-color: #E0E0E0;
 color: #333;
 font-weight: bold;
}
#product .productInfo .btnAsk dd {
 float: left;
 width: 300px;
}
#product .productInfo .btnBuy {
 margin-bottom: 40px;
}
#product .productInfo .btnBuy .addToCart {
 background:#FF4560 url(images/btn_addtocart.png) no-repeat 20px 50%;
 color: #FFFFFF;
 padding: 8px 25px 8px 50px;
 text-decoration: none;
 cursor: pointer;
 font-size:16px;
}
#product .productInfo .btnBuy .addToCart:hover {
 background-color: #FB2243;
}
#product .productContent {
 padding: 15px 0;
}
#product .productContent h3 {
 height: 35px;
 line-height: 35px;
 color: #7A7F81;
 font-weight: bold;
 font-size: 14px;
 border-bottom: 1px solid #CBD1D3;
}
#product .productContent ul {
 padding: 15px 0;
 color: #666;
 line-height: 200%;
}
/* article_category
----------------------------------------------- */
#articleList {
 margin-top:-20px;
}
#articleList dl {
 border-bottom: 1px dotted #D1D1D1;
 padding: 20px 0;
}
#articleList dl.last {
 border-bottom: 0;
}
#articleList dt {
 width: 620px;
 background: url(images/icon_red.gif) no-repeat left 50%;
 padding-left: 15px;
 margin-bottom: 10px;
}
#articleList dd {
 color: #999999;
 padding-left: 2px;
 line-height: 180%;
 zoom: 1;
 overflow: hidden;
}
#articleList dd p {
 float: left;
}
#articleList dd p.img {
 margin-right: 10px;
}
#articleList dd p.desc {
 width: 590px;
}
#articleList .numDate {
 float: right;
 text-align: right;
 padding-top: 12px;
}
#articleList .numDate em {
 background-color: #FB2243;
 color: #FFF;
 padding: 3px 4px;
 font-size: 14px;
 font-weight: bold;
}
#articleList .numDate p {
 font-size: 16px;
 color: #999999;
 margin-top: 5px;
}
/* article
----------------------------------------------- */
#article h1 {
 color: #333333;
 font-size: 18px;
 font-weight: bold;
}
#article .info {
 padding: 2px 0 20px 0;
 color: #999999;
 font-size: 13px;
}
#article .content {
 color: #666666;
 line-height: 180%;
}
/* 会员中心
----------------------------------------------- */
#user {
 zoom:1;
 overflow:hidden;
}
#user .userLeft {
 float: left;
 width: 160px;
 margin-right: 20px;
}
#user .userIn {
 float: left;
 width: 800px;
 overflow: hidden;
}
#user .userIn .main {
 padding-top:15px;
}
#user .userIn .main h3 {
 color:#FF4560;
 font-size:16px;
 margin-bottom:10px;
}
#user .userIn .main h3 .more {
 float:right;
 color:#888;
 font-size:12px;
 margin-top:9px;
 font-weight:normal;
}
/* -- passport -- */
#user .passport {
 border: 1px solid #E4E4E4;
 padding:40px 50px 80px 50px;
}
#user .passport .register h3 {
 font-size: 22px;
 font-weight: bold;
 color: #FF4560;
 border-bottom: 1px dashed #CCCCCC;
 padding:0 0 20px 30px;
 margin-bottom:40px;
}
#user .passport .register h3 em {
 display:block;
 color: #999;
 font-size:12px;
 font-weight:normal;
}
#user .passport .register h3 a {
 color: #FF4560;
}
#user .passport .register .btn {
 width:200px;
}
#user .passport .login {
 margin:0 auto;
 width:320px;
}
#user .passport .login h3 {
 font-size: 22px;
 font-weight: bold;
 margin-bottom:40px;
}
#user .passport .login h3 em {
 display:block;
 color: #999;
 font-size:12px;
 font-weight:normal;
}
#user .passport .login .textInput {
 width:306px;
}
#user .passport .login .btn {
 width:100%;
}
#user .passport .login .btnRegister {
 display: block;
 width:318px;
 border: 1px solid #CCCCCC;
 color: #555555;
 padding: 6px 0;
 cursor: pointer;
 font-weight: bold;
 text-align:center;
}
/* -- userTree -- */
#user .userTree {
 margin-bottom: 15px;
}
#user .userTree h3 {
 height: 35px;
 line-height: 35px;
 color: #7A7F81;
 font-weight: bold;
 font-size: 14px;
 border-bottom: 1px solid #CBD1D3;
 margin-bottom:5px;
}
#user .userTree li a {
 display:block;
 padding:8px 10px;
 color: #7A7F81;
}
#user .userTree li.cur {
 background-color:#FF4560;
}
#user .userTree li.cur a {
 color:#FFF;
}
#user .userTree .searchBox {
 margin:20px 0;
}
#user .userTree .searchBox .keyword {
 width: 136px;
}
/* -- startPage -- */
#user .startPage .welcom {
 margin-bottom:15px;
}
#user .startPage .welcom dt {
 font-size:16px;
 margin-bottom:10px;
}
#user .startPage .welcom dt b {
 font-weight:bold;
 color:#F00;
 margin-right:8px;
}
#user .startPage .welcom dd {
 padding-top:6px;
 padding-left:5px;
 margin-bottom:6px;
 color: #888;
}
#user .startPage .tableBasic {
 color: #666666;
 border-left: 1px solid #DDDDDD;
 border-top: 1px solid #DDDDDD;
 border-right: 1px solid #DDDDDD;
 border-collapse: collapse;
}
#user .startPage .tableBasic td {
 border-right: 0;
 border-bottom: 1px solid #DDDDDD;
}
#user .tableBasic td {
 background-color: #F2F2F2;
}
/* -- orderList -- */
#user .orderList .orderSn {
 background-color: #EEEEEE;
 color:#999;
}
#user .orderList .orderSn em {
 margin-right:30px;
}
#user .orderList .imgList img {
 border: 1px solid #DDDDDD;
}
#user .btnPayment {
 float:right;
}
#user .order .totalAmount {
 line-height:180%;
 padding-top:15px;
}
/* 订单
----------------------------------------------- */
#order {
 margin-top:20px;
}
#order h3 {
 font-size:16px;
 font-weight:bold;
 margin:10px 0;
 color:#555;
}
/* -- cartBox -- */
#order .cartBox {
 border: 1px solid #E4E4E4;
}
#order .cartBox dl {
 border-bottom: 1px solid #E4E4E4;
 padding:8px 0;
 zoom:1;
 overflow:hidden;
 line-height:180%;
}
#order .cartBox dl.head {
 background-color:#EBEBEB;
}
#order .cartBox dl.head b {
 color:#000;
}
#order .cartBox dt {
 float:left;
 width:50px;
 padding-left:10px;
}
#order .cartBox dd {
 float:left;
 width:90px;
 margin-left:10px;
 text-align:center;
}
#order .cartBox dd.name {
 width:500px;
 text-align:left;
}
#order .cartBox dd.name a {
 color:#FB2243;
}
/* -- 购物车数量加减 -- */
#order .cartBox dd.number {
 width:80px;
 margin: 0px auto;
}
#order .cartBox dd.number input, #order .cartBox dd.number span {
 float:left;
 background:url(images/icon_add_minus.gif) no-repeat;
 cursor:pointer
}
#order .cartBox dd.number input {
 width:35px;
 background:none;
 border:none;
 border-top:1px solid #e8e8e8;
 border-bottom:1px solid #e8e8e8;
 height:18px;
 background:#fff;
 text-align:center;
}
#order .cartBox dd.number span.minus {
 text-indent:-9999px;
 display:block;
 background-position:left 0;
 width:20px;
 height:20px;
}
#order .cartBox dd.number span.plus {
 text-indent:-9999px;
 display:block;
 background-position:-22px 0;
 width:20px;
 height:20px;
}
/* -- cart -- */
#order .cart .cartAction {
 zoom:1;
 overflow:hidden;
 padding:5px;
}
#order .cart .cartAction .btnGray {
 float:left;
}
#order .cart .cartAction .btn {
 float:right;
}
#order .cart .cartBtn {
 zoom:1;
 overflow:hidden;
 margin-top:20px;
}
#order .cart .cartBtn .checkOut {
 float:right;
 width:540px;
 background-color:#FF4560;
 line-height:45px;
 padding-left:20px;
}
#order .cart .cartBtn .checkOut em {
 display:block;
 background-color:#E0E0E0;
 float:left;
 width:360px;
 padding:0 15px;
 font-size:14px;
}
#order .cart .cartBtn .checkOut a {
 background: url(images/icon_addcart.png) no-repeat 10px 50%;
 display:block;
 float:right;
 text-align:left;
 width:95px;
 padding-left:45px;
 color:#FFF;
 font-size:16px;
 font-weight:bold;
}
#order .cart .cartBtn .checkOut a i {
 font-weight:bold;
}
#order .cart .cartEmpty {
 border-bottom: 1px solid #CBD1D3;
 background-color:#EFEFEF;
 font-size: 14px;
 text-align:center;
 padding:20px 0;
}
/* -- checkout -- */
#order .checkout .checkBox {
 border: 1px solid #E4E4E4;
 padding:15px 25px 40px 25px;
}
#order .checkout h2 {
 font-size:14px;
 margin-bottom:15px;
}
#order .checkout h2 .more {
 float:right;
 font-size:13px;
 font-weight:normal;
 margin-top:8px;
}
#order .checkout .box {
 border-bottom: 1px solid #E4E4E4;
 padding-bottom:15px;
 margin-bottom:20px;
}
#order .checkout .box .tableDiv dl dt {
 width:80px;
 font-size:12px;
}
#order .checkout .box .checkbox {
 color:#FF4560;
 font-size:13px;
}
#order .checkout .payment {
 zoom:1;
 overflow:hidden;
 padding-left:30px;
}
#order .checkout .payment dd {
 float:left;
 width:170px;
}
#order .checkout .cartBox {
 border: 0;
}
#order .checkout .shipping dl {
 zoom:1;
 overflow:hidden;
 padding:0 0 10px 30px;
}
#order .checkout .shipping dt {
 float:left;
 width:120px;
}
#order .checkout .shipping dd {
 float:left;
 width:350px;
}
#order .checkout .cartBox dl {
 background-color:#F4F4F4;
 border-bottom: 1px dotted #D1D1D1;
}
#order .checkout .totalAmount {
 border-bottom: 1px solid #E4E4E4;
 margin:20px 0 20px;
 padding-bottom:20px;
 zoom:1;
 overflow:hidden;
}
#order .checkout .totalAmount .list {
 float:right;
 width:300px;
}
#order .checkout .totalAmount dl {
 zoom:1;
 overflow:hidden;
 text-align:right;
 margin-bottom:10px;
}
#order .checkout .totalAmount dt {
 float:left;
 width:150px;
}
#order .checkout .totalAmount dd {
 float:left;
 width:150px;
}
#order .checkout .totalAmount b {
 color:red;
 margin-right:3px;
}
#order .checkout .orderSubmit {
 text-align:right;
}
#order .checkout .orderSubmit .orderAmount {
 margin-right:20px;
 font-size:15px;
}
#order .checkout .orderSubmit .orderAmount b {
 font-weight:bold;
 color:red;
}
#order .checkout .orderSubmit .submit {
 background-color:#FF4560;
 color: #FFFFFF;
 padding: 10px 40px;
 text-decoration: none;
 cursor: pointer;
 font-size:16px;
}
#order .checkout .orderSubmit .submit:hover {
 background-color: #FB2243;
}
/* -- complete -- */
#order .complete {
 border: 1px solid #E4E4E4;
 padding:130px 0;
 text-align:center;
}
#order .complete p {
 padding:15px 0;
}
#order .complete p.title {
 font-weight:bold;
 font-size:16px;
}
#order .complete p.info {
 color:#FF4560;
 font-size:26px;
}
#order .complete p.info b {
 color:red;
 margin-right:3px;
}
/* 留言板
----------------------------------------------- */
#guestBook {
 padding: 20px 0;
}
#guestBook h2 {
 color: #555;
 font-size: 18px;
 font-weight: bold;
 margin-bottom: 20px;
}
/* bookList */
#guestBook .bookList {
 margin-bottom: 30px;
 line-height: 180%;
 font-size: 13px;
}
#guestBook .bookList dl {
 margin-bottom: 15px;
}
#guestBook .bookList dt {
 color: #999;
 margin-bottom: 3px;
}
#guestBook .bookList dt b {
 color: #999;
 margin-left: 20px;
}
#guestBook .bookList dd {
 color: #666;
 overflow: hidden;
 zoom: 1;
}
#guestBook .bookList dd em {
 float: left;
 width: 70px;
}
#guestBook .bookList dd span {
 float: right;
 width: 910px;
 text-align: left;
}
#guestBook .bookList p {
 color: #FB2243;
 margin-top: 5px;
 overflow: hidden;
 zoom: 1;
}
#guestBook .bookList p em {
 float: left;
 width: 70px;
}
#guestBook .bookList p span {
 float: left;
 width: 800px;
}
#guestBook .bookList p b {
 color: #999;
 float: right;
}
#guestBook .bookList .pager {
 text-align: left;
}
/* bookList */
#guestBook .bookAdd {
 line-height: 180%;
 font-size: 13px;
}
#guestBook .bookAdd dl {
 overflow: hidden;
 zoom: 1;
 margin-bottom: 15px;
}
#guestBook .bookAdd dl dt, #guestBook .bookAdd dl dd {
 float: left;
}
#guestBook .bookAdd dl dt {
 width: 70px;
 text-align: right;
 line-height: 30px;
}
#guestBook .bookAdd .select {
 height: 28px;
}
#guestBook .bookAdd dl.cue {
 margin: -8px 0 10px 60px;
 color: #999;
}
#guestBook .bookAdd dl.submit {
 margin: 20px 0 0 70px;
}
#guestBook .bookAdd dd b {
 display: block;
 padding: 2px 0 2px 3px;
 border: 1px solid #fec600;
 color: #666;
 background-color: #fbf8e9;
 line-height: 16px;
}
/* 提示信息
----------------------------------------------- */
#douMsg {
 padding: 10px 0 100px 0;
}
#douMsg dl {
 padding: 160px 0 200px 0;
 text-align: center;
 background-color: #EBEBEB;
 border-top: 1px solid #FFFFFF;
}
#douMsg dt {
 color: #FB2243;
 font-size: 16px;
 margin-bottom: 30px;
 font-weight: bold;
}
#douMsg dd {
 color: #666;
}
#douMsg dd a {
 margin-left: 5px;
 color: #000;
}
/* 分页
----------------------------------------------- */
.pager {
 text-align: center;
 padding: 20px 0 40px 0;
 color: #666;
}
.pager a {
 color: #666;
 text-decoration: underline;
}
/* 在线客服
----------------------------------------------- */
#onlineService {
 position: fixed;
 _position: absolute;
 _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight)-380+"px");
 top: 208px;
 right: 0;
 z-index: 999999;
 display: block;
}
#onlineService .onlineIcon {
 position: relative;
 cursor: pointer;
 background: url(images/online_service.png) no-repeat;
 width: 34px;
 height: 110px;
 text-indent: -9999px;
 overflow:hidden;
}
#onlineService #pop {
 border: 3px solid #FF4560;
 background-color: #F2F2F2;
 padding: 8px;
 width: 95px;
 min-height: 84px;
 position: absolute;
 right: 34px;
 top: 0;
 display: none;
 z-index: 999999;
}
#onlineService .onlineQQ a {
 display: block;
 background: url(images/online_service.png) no-repeat left -160px;
 color: #FF4560;
 width: 82px;
 height: 24px;
 line-height: 23px;
 padding-left: 27px;
 margin-bottom: 8px;
}
#onlineService .onlineQQ a:hover {
 text-decoration: none;
 color: #FF4560;
}
#onlineService .service {
 border-top: 1px solid #DDDDDD;
 padding-top: 8px;
 color: #666;
}
#onlineService .service a {
 color: #666;
}
#onlineService .service li {
 background: url(images/online_service.png) no-repeat left -202px;
 padding-left: 8px;
}
#onlineService .goTop {
 display: none;
}
#onlineService .goTop .goBtn {
 background: #F2F2F2 url(images/online_service.png) no-repeat left -120px;
 width: 34px;
 height: 34px;
 display: block;
}
/* footer
----------------------------------------------- */
#footer {
 border-top: 2px solid #DDDDDD;
 background-color: #FB2243;
 height:64px;
 padding-top:24px;
 line-height: 160%;
 color: #FFFFFF;
}
#footer a {
 color: #FFFFFF;
}
#footer .copyRight {
 float:left;
}
#footer .footNav {
 float:right;
}
#footer .footNav i {
 margin: 0 12px;
 color: #DDDDDD;
}
/* 回到顶部
----------------------------------------------- */

.guide {width: 50px;position: fixed; bottom: 134px;display: block;right: 10px;top: 50%; margin-top: -100px;font: 12px/1.14 "PingFang SC","Helvetica Neue",Helvetica,"Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;z-index:100;}

.guide-top{ background-color:#0097ff; height:41px; padding-top:9px; margin-top:3px;display:none;}
.guide-tel{ margin-top:3px; background-color:#0097ff; height:41px; padding-top:9px;}
.guide-qq{ margin-top:3px; background-color:#0097ff; height:41px; padding-top:9px;}
.guide-vx{ margin-top:3px; background-color:#0097ff; height:41px; padding-top:9px;}

.qq{display:block; margin-left:9px;  width:32px;height:32px;background:url(http://www.newxtc.com/images/article/24_content_1619765844296927.png) no-repeat;text-decoration:none;font:16px/50px "Microsoft YaHei";text-align:center;color:#fff;}

.vx{display:block; margin-left:9px;  width:32px;height:32px;background:url(http://www.newxtc.com/images/article/24_content_1619765855575007.png) no-repeat;text-decoration:none;font:16px/50px "Microsoft YaHei";text-align:center;color:#fff;}

.top{display:block;margin-left:9px;  width:32px;height:32px;background:url(http://www.newxtc.com/images/article/24_content_1619765852958019.png) no-repeat;text-decoration:none;font:16px/50px "Microsoft YaHei";text-align:center;color:#fff;}

.tel{display:block;margin-left:9px;  width:32px;height:32px;background:url(http://www.newxtc.com/images/article/24_content_1619765848492970.png) no-repeat;text-decoration:none;font:16px/50px "Microsoft YaHei";text-align:center;color:#fff;}

.guide-tel{
	position: relative;
}
.qq-span {
	visibility: hidden;
	opacity: 0;
	transform: translateX(5%);
	transition: all 0.3s linear;
	position: absolute;
	top:3px;
	right: 60px;
	width: 194px;
	box-sizing: border-box;
	height:50px;
	background: #fff;
	color: #2c6dfe;
	font-size: 14px;
	text-align:center;
	line-height: 50px;
	box-shadow: 0 0 10px 0 rgb(41 92 204 / 15%);
	border-radius: 1px;
}
.tel-span{
	visibility: hidden;
	opacity: 0;
	transform: translateX(5%);
	transition: all 0.3s linear;
	position: absolute;
	top:0;
	right: 60px;
	width: 194px;
	box-sizing: border-box;
	height:50px;
	background: #fff;
	color: #2c6dfe;
	font-size: 14px;
	text-align:center;
	line-height: 50px;
	box-shadow: 0 0 10px 0 rgb(41 92 204 / 15%);
	border-radius: 1px;
}
.vx-span {
	visibility: hidden;
	opacity: 0;
	transform: translateX(5%);
	transition: all 0.3s linear;
	position: absolute;
	top:109px;
	right: 60px;
	width: 140px;
	height: 170px;
	box-sizing: border-box;
	background: #fff;
	color: #2c6dfe;
	font-size: 14px;
	text-align:center;
	line-height: 40px;
	box-shadow: 0 0 10px 0 rgb(41 92 204 / 15%);
	border-radius: 1px;
}
.vx-img {
	width: 120px;
	height: 120px;
}
.qq-span:after , .tel-span:after , .vx-span:after, .vx-img:after {
    content: "";
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left-color: #FFFFFF;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -3px;
}

.guide-tel:hover .tel-span ,.guide-qq:hover .qq-span ,.guide-vx:hover .vx-span ,.guide-vx:hover .vx-img {
visibility: visible;
transform: translateX(0%);
opacity: 1;
}

.subtitle{
	text-align: center;
	height: 550px; 
}
.subtitle h2{
    height: 40px;
    font-size: 32px;
    font-weight: 400;
    color: #2F2F2F;
    line-height: 45px;
    padding: 70px 0 30px;
    box-sizing: content-box;
}
.subtitle h3{
    height: 30px;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
	margin-bottom:10px;
}

.inner:hover h4{
	color:#0097ff;
}
.inner:hover .line{
	display:none;
}
.inner:hover {
	transform: scale(1.01);
	background: #FFF;
	box-shadow: 0 0 16px 0 rgba(211,224,235,.58);
	border-radius: 4px;
	border-right: 0;
	overflow: hidden;
	position: relative;
	border-right: 0
}
.subtitle_span1{
	height: 22px;
    font-size: 16px;
    color: #818B9E;
    line-height: 22px;
    padding: 12px 0 30px;
    box-sizing: content-box;
}
.canping{
    margin-bottom: 60px;
}
.canping a{
	text-decoration: none;
    color: #2f2f2f;
    cursor: pointer;
}
.canping li{
	box-sizing: border-box;
    float: left;
    width: 240px;
    height: 238px;
}
.img-box{ 
	height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.canping h4{
	font: inherit;
	height: 24px;
    font-size: 16px;
    color: #212121;
    line-height: 24px;
    margin-bottom: 10px;
}
 .inner:after {
	content: '';
	width: 100%;
	height: 6px;
	background: linear-gradient(90deg,#0066ff 0,#0097ff 100%);
	border-radius: 0 0 4px 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	transition: opacity .6s
}
.inner:hover:after {
	opacity: 1
}
.inner .line{
	height: 198px;
    width: 1px;
    border-right: 1px solid #eee;
    position: absolute;
    right: 0;
    top: 25px;
}
.inner{
	position: relative;
    transition: all .3s;
    height: 100%;
    display: block;
}
.canping p{
	height: 40px;
    font-size: 14px;
    color: #757F92;
    line-height: 20px;
}
.wp-plan-sec {
	display: table;
    border-bottom: 1px solid #dadada;
    padding-top: .82rem;
    padding-bottom: .23rem;
	width: 100%;
    background: #f2f5fa;
}
.common-cont {
    width: 1056px;
    margin: 0 auto;
	display:table;
}
.common-title {
    height: 40px;
    font-size: 32px;
    font-weight: 400;
    color: #2F2F2F;
    line-height: 45px;
    padding: 70px 0 70px;
    box-sizing: content-box;
	text-align:center;
}
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row:before {
    display: table;
    content: " ";
}
.wp-plan-box {
    text-align: center;
    margin-bottom: 72px;
}
.col-md-4 {
    width: 30%;
	float: left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-md-12 {
    width: 100%;
	float: left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.wp-plan-p1 {
    margin-bottom: 18px;
	margin: 0 0 10px;
	display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.wp-plan-p1 img {
    max-width: 96px;
    height: auto;
	-webkit-transition: all .3s;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
}
.wp-plan-p2 {
    font-size: 22px;
    color: #454545;
    letter-spacing: .06px;
	margin: 0 0 10px;
	display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.wp-plan-p3 {
    font-size: 14px;
    color: #777;
    letter-spacing: .04px;
    margin-bottom: 0;
	margin: 0 0 10px;
	display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

/**客户案例
**/
.section--customer {
    min-width: 1200px;
    background-color: #fff;
}

.layout-container {
    box-sizing: border-box;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.section__title {
    padding-top: 81px;
    line-height: 45px;
    font-size: 30px;
    color: #25345c;
    text-align: center;
	font-weight: normal;
}

.customer {
    padding-top: 38px;
    text-align: center;
}
.customer .tabs_hd {
    zoom: 1;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
}
.customer .tabs_hd:before, .customer .tabs_hd:after {
    content: "";
    display: table;
}
.customer .tabs_hd li.z-crt {
    color: #2c6eff;
}
.customer .tabs_hd li {
    position: relative;
    float: left;
    height: 28px;
    padding: 0 20px 10px;
    line-height: 28px;
    font-size: 16px;
    color: #7786ab;
    cursor: pointer;
	list-style: none;
}
.customer .tabs_hd li.z-crt:after {
    width: 100%;
    visibility: visible;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.customer .tabs_hd li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 36px;
    width: 0;
    height: 3px;
    background-color: #2a62ff;
    visibility: hidden;
}
.customer .tabs_hd:before, .customer .tabs_hd:after {
    content: "";
    display: table;
}
.customer .tabs_hd:after {
    clear: both;
    overflow: hidden;
}
.m-carousel-customer {
    padding-top: 32px;
}
.m-carousel {
    position: relative;
}
.m-carousel-customer .carousel_list {
    height: 450px;
}
.m-carousel .carousel_list {
    position: relative;
}
.m-carousel .carousel_item.z-crt {
    opacity: 1;
    filter: alpha(opacity = 100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    z-index: auto;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}

.m-carousel .carousel_item {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity = 0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    z-index: -1;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.gallery {
    overflow: hidden;
}
.gallery__container {
    margin-left: -10px;
    margin-right: -10px;
    zoom: 1;
}
.gallery__container:before, .gallery__container:after {
    content: "";
    display: table;
}
.gallery__item {
    box-sizing: border-box;
    float: left;
    padding: 12px 0;
	list-style: none;
	margin-right:20px;
	margin-left:20px;
	margin-top:20px;
}
.gallery__item img {
    display: block;
    width: 100%;
    height: 80px;
}
.gallery__container:after {
    clear: both;
    overflow: hidden;
}
.gallery__container:before, .gallery__container:after {
    content: "";
    display: table;
}
.m-carousel-customer .carousel_nav {
    display: none;
    padding-top: 30px;
}
.m-carousel .carousel_nav {
    font-size: 0;
    text-align: center;
}

.m-carousel-customer .carousel_nav li.z-crt {
    background-color: #1f5dff;
}
.m-carousel-customer .carousel_nav li {
    display: inline-block;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #dee3eb;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    cursor: pointer;
}

/**最新资讯
**/

.article-content{
	box-sizing: border-box;
    width: 780px;
    margin-left: auto;
    margin-right: auto;
}
.article__title {
    line-height: 45px;
    font-size: 30px;
    color: #25345c;
    text-align: center;
	font-weight: normal;
}
.animalIn {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
.engie-module {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #f6f6f6;
}
.engie-module .css-opa-trans {
    width: 100%;
    height: 600px;
    overflow: hidden;
    padding-bottom: 44px;
}
.engie-module-main {
    width: 1200px;
    margin: 40px auto 0px auto;
    overflow: hidden;
}
.engie-module-left {
    float: left;
    margin-left: 5px;
}
.engie-module-left, .engie-module-right {
    width: 48%;
    height: auto;
    overflow: hidden;
}
.engie-title {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}
.engie-title-name {
    display: block;
    font: 24px/40px "Microsoft YaHei";
    color: #333;
    float: left;
}
.engie-title-more {
    display: block;
    width: 45px;
    height: 25px;
    text-align: center;
    color: #666;
    float: left;
    margin: 9px 0px 0px 20px;
    font: 12px/25px "Microsoft YaHei";
}
.engie-module-main a:hover {
    color: #1282ef;
    text-decoration: none;
}
.engie-cont {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.engie-cont-li, .engie-cont-menu {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.engie-cont-li {
    margin-top: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	list-style: none;
}
.engie-cont-menu {
    display: block;
}
.engie-cont-img {
    width: 168px;
    height: 92px;
    display: block;
    float: left;
}
.engie-cont-p {
    float: left;
    width: 64%;
    height: auto;
    overflow: hidden;
    margin: 10px 0px 0px 5%;
}
.engie-cont-pname {
    width: 100%;
    font: 14px/14px "Microsoft YaHei";
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.engie-cont-p p {
    display: block;
}
.engie-cont-ptime {
    font: 12px/12px "Microsoft YaHei";
    color: #999;
    margin: 11px 0px 11px 0px;
}
.engie-cont-plink {
    font: 12px/25px "Microsoft YaHei";
    color: #b7b7b7;
    width: 94px;
    height: 26px;
    text-align: center;
    border: 1px solid #b7b7b7;
    cursor: pointer;
}
.engie-cont-plink:hover {
    font: 12px/25px "Microsoft YaHei";
    color: #1282ef;
    width: 94px;
    height: 26px;
    text-align: center;
    border: 1px solid #1282ef;
    cursor: pointer;
}
.engie-module-right {
    margin-right: 10px;
    float: right;
}
.engie-module-left, .engie-module-right {
    width: 48%;
    height: auto;
    overflow: hidden;
}
/**获取账号
**/
.register-outer {
    width: 100%;
    background-image:url(http://www.newxtc.com/images/article/24_content_1619764392892681.png);
	background-size:100% 100%;
	background-repeat:no-repeat;
}
.register {
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
}
.register__container {
    width: 1200px;
    height: 172px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.register__title {
    float: left;
    padding-left: 104px;
    font-size: 30px;
    margin-top: 65px;
    line-height: 42px;
    color: #fff;
    letter-spacing: 0.54px;
	font-weight: normal;
}
.register__input-wrap {
    float: right;
    position: relative;
    width: 480px;
    height: 52px;
    margin-top: 60px;
    margin-right: 60px;
    background-color: #fff;
    border-radius: 1px;
    -webkit-box-shadow: 0 4px 8px 0 rgb(0 11 38 / 10%);
    -moz-box-shadow: 0 4px 8px 0 rgba(0,11,38,0.1);
    -ms-box-shadow: 0 4px 8px 0 rgba(0,11,38,0.1);
    -o-box-shadow: 0 4px 8px 0 rgba(0,11,38,0.1);
    box-shadow: 0 4px 8px 0 rgb(0 11 38 / 10%);
    text-align: left;
}

.register__input-wrap a:hover{
	position: absolute;
    right: 4px;
    top: 4px;
    width: 160px;
    height: 44px;
    line-height: 44px;
    border-radius: 1px;
    background-color: #2c6eff;
    font-size: 16px;
    color: #fff;
    text-align: center;
	text-decoration: none;
}

.register__input {
    width: 276px;
    padding: 14px 0;
    border: none;
    font-size: 16px;
    line-height: 1.5;
    padding-left: 20px;
}

.register__submit {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 160px;
    height: 44px;
    line-height: 44px;
    border-radius: 1px;
    background-color: #2c6eff;
    font-size: 16px;
    color: #fff;
    text-align: center;
	text-decoration: none;
}

/**底端**/

.wrapper-footer, .wrapper-footer a {
    color: #fff;
    text-decoration: none;
}

.wrapper-footer {
    font-size: 12px;
    background: #282828;
    min-height: 332px;
}

.container-footer {
    position: relative;
    padding-top: 48px;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
.loaded .footer-phone {
    background-position: 0 4px;
}
.footer-phone {
    position: absolute;
    left: 0;
    top: 48px;
    font-size: 16px;
    line-height: 28px;
}
.loaded .footer-phone i {
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAqCAMAAAD/A0kuAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABIUExURUxpcf///////////////////////////////////////////////////////////////////////////////////////////w+vxkAAAAAXdFJOUwCgtgLW+ufQ75gMFSt4CEdqrYnFWzweP+xIUwAAAXFJREFUOMvVlcuCgyAMRQEVYpGHoOb//3QC2plWAd3OXZVwGkISImPfso4rOZCk4s6ylqwB/BCYBj71CVGCjyMXKv3upxrryK30+r3UXpJzV/FL7Pj6imokuujbUgzmbDQUSSluso9X61jwwNgLUBZ8WInwulgXRF+KziMuFyNH1CVYDzhfjApVOUkR+4sNCg6yZoSLrZiLIx/dydS14O8sTatrwW79K2PqAZIowyJvyj2vWhwN2ZdhdWwLvSdYhmVpwcsS6HDKFgUbdb5gHaZ665gqKXDY2D3MtoEuJTGyJzBVUrIB+TOYUvgvYdjLfA8LatWIYJ/A9BjV76PG2ks54JCeeUcL4fRUbVHa37SjblN2H0RZrt11+2jSc17wygSUHx2aH4oPpuI3zRMVgp/YA62AsDUJHyUASDEltjyoPkfkriG9uNA+mk6eSTH/wbRZ/fZGeVArewyr+wzQpOakuVrU8gUfZLczffpsQjwH/AMkgiEnIQrSqAAAAABJRU5ErkJggg==);
    background-image: -webkit-image-set(url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAqCAMAAAD/A0kuAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABIUExURUxpcf///////////////////////////////////////////////////////////////////////////////////////////w+vxkAAAAAXdFJOUwCgtgLW+ufQ75gMFSt4CEdqrYnFWzweP+xIUwAAAXFJREFUOMvVlcuCgyAMRQEVYpGHoOb//3QC2plWAd3OXZVwGkISImPfso4rOZCk4s6ylqwB/BCYBj71CVGCjyMXKv3upxrryK30+r3UXpJzV/FL7Pj6imokuujbUgzmbDQUSSluso9X61jwwNgLUBZ8WInwulgXRF+KziMuFyNH1CVYDzhfjApVOUkR+4sNCg6yZoSLrZiLIx/dydS14O8sTatrwW79K2PqAZIowyJvyj2vWhwN2ZdhdWwLvSdYhmVpwcsS6HDKFgUbdb5gHaZ665gqKXDY2D3MtoEuJTGyJzBVUrIB+TOYUvgvYdjLfA8LatWIYJ/A9BjV76PG2ks54JCeeUcL4fRUbVHa37SjblN2H0RZrt11+2jSc17wygSUHx2aH4oPpuI3zRMVgp/YA62AsDUJHyUASDEltjyoPkfkriG9uNA+mk6eSTH/wbRZ/fZGeVArewyr+wzQpOakuVrU8gUfZLczffpsQjwH/AMkgiEnIQrSqAAAAABJRU5ErkJggg==) 1x,url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABUCAMAAAAxiQB9AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA/UExURUxpcf///////////////////////////////////////////////////////////////////////////////+7j7AIAAAAUdFJOUwBVPzZIwywGF/PUoHOv+mEg45WEAQZYwgAAAslJREFUWMPtmcmW4yAMRT0xG5vp/7+1EzBlg1NtBPSmT7SqBdwCoeFZGYZHo7tBWrPNG9MamZ0OzYZX5D4YWnEbVrpfDdWjlXB/NaHquOvmHmxbK7DkPO4m7TpOs7dpXK1k56EJlEvjm21ivG0mo4hsBAwQqh/8SMXhKA0iE/T88jiugXhDlHiQmGMVIB7CjrUwbopjQxWv38P7YpAjim4YvCHLuDPgTY5XnovACHK94DZUVHhgT22Kj2zfC1lx2FOfg7ZgJQfGpj8yL3Cav9pSDl78BlyWHAyQpoSVBb0ABCZoByp9i/SOz0729XKHgH1es8dl3mMjBOxfb3tcBkjRJKOenpsUBs8XXAMmb8lgbS34tfUlPu74WbCLxKkAB2NySitPJv6mWvA7uS9KZNKZKIMnyPXUP6Vxuam/JrDbju04elcjKWUt+LUVxYszn7mEh39j8BluFWDfy5QJl9fkR/bo+RrHteDX9XUUO8T/xfDQBzwodrSgySUFuBk8jEfT9E1WD/3Asc1nragD2AZtxFNQB/ASfMDSFO4AnkOr+kdg9wV/wf8FWKcCvgN4CuqTp7K1A3gPelmmerwDWITq5jvTpvqB6fFNotKv4XawiFoqNHybCO+pHhx6MzoVkqC1avMKpsdwZD6/hh0zC1bKZC9RDJ6Vwoth16ELuQ0Z9QAHJ0NEko3Cou1t4HNkRtJZIwJx4wTp85BvuhxaAmd0PMHyPKJmy99lY0MwP8SBU3gbbj9/IRIKnzgfWk1RSsFzzoJp0zr0tpC3vOWw2CAeDYlQwUngbnMDNx9Tv0uAQq7ZEeaWXpysDDw1LUjbVyS4dm6WBImZFi4Nqb5HO0sA25uCCufFNN6At/3OEqVCNutyfG9Nts9g2Z5fn13RIY/D48llOsxW9ANAuKkO4LF3AGdVLOm4fcovyYsFUp0K7zBJzaLp5wb2B2cIftI414JGAAAAAElFTkSuQmCC) 2x);
    background-image: image-set(url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAqCAMAAAD/A0kuAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABIUExURUxpcf///////////////////////////////////////////////////////////////////////////////////////////w+vxkAAAAAXdFJOUwCgtgLW+ufQ75gMFSt4CEdqrYnFWzweP+xIUwAAAXFJREFUOMvVlcuCgyAMRQEVYpGHoOb//3QC2plWAd3OXZVwGkISImPfso4rOZCk4s6ylqwB/BCYBj71CVGCjyMXKv3upxrryK30+r3UXpJzV/FL7Pj6imokuujbUgzmbDQUSSluso9X61jwwNgLUBZ8WInwulgXRF+KziMuFyNH1CVYDzhfjApVOUkR+4sNCg6yZoSLrZiLIx/dydS14O8sTatrwW79K2PqAZIowyJvyj2vWhwN2ZdhdWwLvSdYhmVpwcsS6HDKFgUbdb5gHaZ665gqKXDY2D3MtoEuJTGyJzBVUrIB+TOYUvgvYdjLfA8LatWIYJ/A9BjV76PG2ks54JCeeUcL4fRUbVHa37SjblN2H0RZrt11+2jSc17wygSUHx2aH4oPpuI3zRMVgp/YA62AsDUJHyUASDEltjyoPkfkriG9uNA+mk6eSTH/wbRZ/fZGeVArewyr+wzQpOakuVrU8gUfZLczffpsQjwH/AMkgiEnIQrSqAAAAABJRU5ErkJggg==) 1x,url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABUCAMAAAAxiQB9AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA/UExURUxpcf///////////////////////////////////////////////////////////////////////////////+7j7AIAAAAUdFJOUwBVPzZIwywGF/PUoHOv+mEg45WEAQZYwgAAAslJREFUWMPtmcmW4yAMRT0xG5vp/7+1EzBlg1NtBPSmT7SqBdwCoeFZGYZHo7tBWrPNG9MamZ0OzYZX5D4YWnEbVrpfDdWjlXB/NaHquOvmHmxbK7DkPO4m7TpOs7dpXK1k56EJlEvjm21ivG0mo4hsBAwQqh/8SMXhKA0iE/T88jiugXhDlHiQmGMVIB7CjrUwbopjQxWv38P7YpAjim4YvCHLuDPgTY5XnovACHK94DZUVHhgT22Kj2zfC1lx2FOfg7ZgJQfGpj8yL3Cav9pSDl78BlyWHAyQpoSVBb0ABCZoByp9i/SOz0729XKHgH1es8dl3mMjBOxfb3tcBkjRJKOenpsUBs8XXAMmb8lgbS34tfUlPu74WbCLxKkAB2NySitPJv6mWvA7uS9KZNKZKIMnyPXUP6Vxuam/JrDbju04elcjKWUt+LUVxYszn7mEh39j8BluFWDfy5QJl9fkR/bo+RrHteDX9XUUO8T/xfDQBzwodrSgySUFuBk8jEfT9E1WD/3Asc1nragD2AZtxFNQB/ASfMDSFO4AnkOr+kdg9wV/wf8FWKcCvgN4CuqTp7K1A3gPelmmerwDWITq5jvTpvqB6fFNotKv4XawiFoqNHybCO+pHhx6MzoVkqC1avMKpsdwZD6/hh0zC1bKZC9RDJ6Vwoth16ELuQ0Z9QAHJ0NEko3Cou1t4HNkRtJZIwJx4wTp85BvuhxaAmd0PMHyPKJmy99lY0MwP8SBU3gbbj9/IRIKnzgfWk1RSsFzzoJp0zr0tpC3vOWw2CAeDYlQwUngbnMDNx9Tv0uAQq7ZEeaWXpysDDw1LUjbVyS4dm6WBImZFi4Nqb5HO0sA25uCCufFNN6At/3OEqVCNutyfG9Nts9g2Z5fn13RIY/D48llOsxW9ANAuKkO4LF3AGdVLOm4fcovyYsFUp0K7zBJzaLp5wb2B2cIftI414JGAAAAAElFTkSuQmCC) 2x);
}
.footer-phone i, .footer-phone p {
    display: inline-block;
    vertical-align: top;
}
.footer-phone i {
    width: 46px;
    height: 50px;
}
.wrapper i {
    font-style: italic;
}
.footer-phone p {
    margin: 0;
    margin-left: 20px;
}
.wrapper p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.footer-phone em {
    margin-top: 4px;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
}
.container-footer dl {
    display: inline-block;
    vertical-align: top;
    margin-right: 64px;
}
.footer-about {
    padding-left: 318px;
}

.wrapperdt,dd{
    margin: 0;
}
dl {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.container-footer dt {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    color: #c3cde6;
}
dt,dd{
    display: block;
}
.container-footer dd {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
}
.container-footer dd a,.footer-qrcode {
    opacity: .65;
}
.container-footer dd a:hover{
	 opacity: 1;
}
.footer-phone p em:hover{
	 color: #2c6eff;
}
.footer-bottom {
    border-top: 1px solid hsla(0,0%,85%,.15);
    margin-top: 48px;
    padding-top: 14px;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    opacity: .6;
}
.link-wrap {
    position: relative;
    float: left;
    max-width: 750px;
}
.link-text, .links {
    display: inline-block;
    vertical-align: top;
}
.link-text {
    margin-right: 26px;
}
.links {
    max-width: 660px;
}
.link-text, .links {
    display: inline-block;
    ertical-align: top; 
}
.link-wrap a {
    margin-right: 8px;
} 	
.link-wrap:before, .link-wrap a {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
}
.copyright {
    float: right;
    line-height: 20px;
}
.footer-qrcode {
    position: absolute;
    right: 40;
    width: 120px;
    height: 120px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(http://www.newxtc.com/images/article/24_content_1619764573033931.jpg);
}
/**	轮播图**/
.layout-banner {
    position: relative;
    height: 600px;
    background-color: #171f26;
    overflow: hidden;
    min-width: 1200px;
}
.m-carousel {
    position: relative;
}
.m-carousel-banner .carousel_list {
    height: 600px;
}
.m-carousel .carousel_list {
    position: relative;
}
.m-carousel .carousel_item {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity = 0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    z-index: -1;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.m-carousel .carousel_item.z-crt {
    opacity: 1;
    filter: alpha(opacity = 100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    z-index: auto;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}
.banner--captcha {
    background-image: url(../res/next/banner_captcha.jpg?8b36ca2…);
}

.banner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 600px;
    min-width: 1200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #0b0f1a;
}
.layout-container {
    box-sizing: border-box;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.banner__content {
    padding-top: 160px;
}
.banner__title {
    height: 67px;
    font-size: 40px;
    line-height: 67px;
    letter-spacing: 1px;
}
.banner__title, .banner__subtitle {
    color: #fff;
	font-weight: normal;
}
.banner__subtitle {
    margin-top: 8px;
    margin-bottom: 44px;
    line-height: 28px;
    font-size: 16px;
    letter-spacing: 1px;
}
.banner__action {
    float: left;
    background-color: #2a62ff;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.banner__cell, .banner__action {
    width: 160px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    border-radius: 1px;
}
.banner--captcha .banner__note {
    color: #fd764b;
    font-size: 14px;
    line-height: 28px;
    padding-top: 54px;
}
.m-carousel-banner .carousel_nav {
    position: absolute;
    left: 0;
    bottom: 124px;
    width: 100%;
}
.m-carousel .carousel_nav {
    font-size: 0;
    text-align: center;
}
.m-carousel-banner .carousel_nav li {
    position: relative;
    display: inline-block;
    width: 58px;
    height: 3px;
    background-color: #50555c;
    background-color: rgba(255,255,255,0.3);
    cursor: pointer;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
.m-carousel-banner .carousel_nav li:before {
    top: -6px;
    height: 15px;
    width: 100%;
}
.m-carousel-banner .carousel_nav li:after {
    top: 0;
    height: 3px;
    width: 0;
    background-color: #fff;
}
.m-carousel-banner .carousel_nav li:after, .m-carousel-banner .carousel_nav li:before {
    content: "";
    position: absolute;
    left: 0;
}
.hot-section {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    overflow: hidden;
}
.hot-section:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    background-attachment: fixed;
    background: #131726;
    opacity: 0.9;
    filter: alpha(opacity = 90);
    filter: blur(4px);
}
.hot-section__inner {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    border-right: 1px solid rgba(255,255,255,0.1);
    zoom: 1;
}
.hot-section__inner:before, .hot-section__inner:after {
    content: "";
    display: table;
}
.hot-section__item {
    float: left;
    width: 33.33%;
    height: 100%;
    padding: 24px 0 24px 32px;
    box-sizing: border-box;
    border-left: 1px solid rgba(255,255,255,0.1);
    opacity: 0.9;
    filter: alpha(opacity = 90);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.hot-section__title {
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 8px;
}
.hot-section__subtitle {
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    line-height: 22px;
}
.hot-section__inner:after {
    clear: both;
    overflow: hidden;
}
.hot-section__inner:before, .hot-section__inner:after {
    content: "";
    display: table;
}
/**	右侧滚动条**/
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track-piece {
    background-color: #ebebeb;
    -webkit-border-radius: 4px;
}
