table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal
}

ol,
ul,
li {
	list-style: none
}

button {
	border:0;
}

caption,
th {
	text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal
}

q:before,
q:after {
	content: ''
}

abbr,
acronym {
	border: 0;
	font-variant: normal
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit
}

input,
textarea,
select {
	*font-size: 100%
}

legend {
	color: #000
}

body {
	min-width: 1200px;
	font: 12px/100% "Microsoft YaHei";
}


a:active {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

.cf {
	display: inline-block;
}

* html .cf {
	height: 1%;
}

.cf {
	display: block;
}

.cf:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.fl {
	float: left!important;
	display: inline!important;
}

.fr {
	float: right!important;
	display: inline!important;
}

/*********************公用部分***********************/
.fl-header{
	position: fixed;
	top: 0;
	z-index: 200;
	width: 100%;
	height: 80px;
	font-size: 16px;
	color: #666666;
	box-shadow: 0 1px 0 0 rgba(255,255,255,0.10);
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.fl-headerinner{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.fl-headerinner .headerlog {
	position: relative;
	float: left;
	width: 155px;
	height: 80px;
	overflow: hidden;
}
.fl-headerinner .headerlog a {
	display: block;
	width: 155px;
	height: 43px;
	margin-top: 18px;
	/* background: url(../img/logobg.png) no-repeat center center; */
	background: url("../img/logo3.png")/*tpa=http://www.twterminal.com/img/logo3.png*/ 100% 100%/155px 43px no-repeat;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.fl-headerinner .headermenu{
	float: left;
	margin-left: 50px;
	height: 80px;
}
.fl-headerinner .headermenu ul{
	height: 80px;
}
.fl-headerinner .headermenu li{
	float: left;
	margin: 0 10px;
	position: relative;
	height: 80px;
}

.fl-headerinner .headermenu li.active::after{
	content:'';
    display: block;
    width: 27px;
    height: 4px;
    background: #336aff;
    position: absolute;
    bottom:0px;
    left: calc(50% - 13px);
}

.fl-headerinner .headermenu li a{
	display: block;
    height: 80px;
    line-height: 80px;
    color: #fff;
	box-sizing: border-box;
	padding: 0 25px;
	font-size: 16px;
}

.headeron .fl-headerinner .headermenu li a,
.headeractive .fl-headerinner .headermenu li a{
	font-size: 16px;
	color: #333333;
}

.fl-headerinner .headermenu li .moremenu{
	display: none;
	position: absolute;
	top: 80px;
	left: 0;
	background: rgba(33,34,38,0.99);
	box-shadow: 0 1px 14px 0 rgba(0,0,0,0.18);
}
.fl-headerinner .headermenu li .moremenu dl{
	float: left;
	width: 130px;
	padding: 0 10px 20px;
}
.fl-headerinner .headermenu li .moremenu dl.br1{
	/* border-right: 1px solid #ccc; */
}
.fl-headerinner .headermenu li .moremenu dl dt{
	line-height: 50px;
	height: 50px;
	margin-top: 15px;
	padding-left: 30px;
	color: #575A66;
    font-size: 16px;
}
.fl-headerinner .headermenu li .moremenu dl dd{
	height: 34px;
}
.fl-headerinner .headermenu li .moremenu dl dd a{
	display: block;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	padding-left: 30px;
	color: #C5C5C5;
}
.fl-headerinner .headermenu li .moremenu dl dd a.on,
.fl-headerinner .headermenu li .moremenu dl dd a:hover{
	color: #336AFF;
	background: #2B2D33;
}

.fl-headerinner .hedersetting{
	display: 1none;
	float: right;
	margin-top: 26px;
}
.fl-headerinner .hedersetting .nologin{
	display: none;
	float: left;
}
.fl-headerinner .hedersetting .logined{
	float: left;
	display: none;
}
.fl-headerinner .hedersetting .logined .rzstatus{
	display: none;
	float: left;
    font-size: 12px;
    padding: 4px;
    border: 1px solid #c7c7c7;
    color: #a9a6a6;
    margin-top: 5px;
    border-radius: 4px;
}
.fl-headerinner .hedersetting .logined .rzstatuson{
	border: 1px solid #31a6e6;
	color: #31a6e6;
}
.fl-headerinner .hedersetting .logined .phonenum{
	float: left;
    font-size: 14px;
    color: #190909;
    margin-top: 10px;
    margin-left: 7px;
    text-decoration: underline;
}
.fl-headerinner .hedersetting .logined .logout{
	color: #bfbfbf;
    font-size: 14px;
    margin: 0 0 0 10px;
}
.fl-headerinner .hedersetting a,
.fl-headerinner .hedersetting span{
	float: left;
	color: #fff;
	margin: 0 15px;
	line-height: 30px;
	font-size: 14px;
}
.fl-headerinner .hedersetting span{
	margin: 0;
}
.fl-headerinner .hedersetting a.btn-kzt{
	height: 30px;
	width: 90px;
	line-height: 30px;
	text-align: center;
	background: #336aff;
	margin-left: 20px;
}
.headeron .fl-headerinner .hedersetting span,
.headeron .fl-headerinner .hedersetting a.btn-register,
.headeron .fl-headerinner .hedersetting a.btn-login,
.headeractive .fl-headerinner .hedersetting span,
.headeractive .fl-headerinner .hedersetting a.btn-register,
.headeractive .fl-headerinner .hedersetting a.btn-login{
	color: #666;
}

.fl-headerinner .headermenu li .dropdownmenu {
	position: relative;
}

.fl-header .fl-headerinner .headermenu li .dropdownmenu::after {
	content:'';
	width: 10px;
	height: 10px;
	position: absolute;
	top: 35px;
	right: 0px;
	background: url("../img/whitedownarrow.png");
}


.fl-header .fl-headerinner .headermenu li .dropdownmenu:hover::after {
	content:'';
	width: 10px;
	height: 10px;
	position: absolute;
	top: 35px;
	right: 0px;
	background: url("../img/whiteuparrow.png");
}

.fl-header.headeron .fl-headerinner .headermenu li .dropdownmenu::after,
.fl-header.headeractive .fl-headerinner .headermenu li .dropdownmenu::after {
	background: url("../img/blackdownarrow.png");
}


.fl-header.headeron .fl-headerinner .headermenu li .dropdownmenu:hover::after,
.fl-header.headeractive .fl-headerinner .headermenu li .dropdownmenu:hover::after {
	background: url("../img/blackuparrow.png");
}

.fl-footer{
	background: #131314;
}
.fl-footerinner{
	width: 1180px;
    height: 100%;
    margin: 0 auto;
}
.fl-footerinner .footerbg1{
	width: 1180px;
	height: 140px;
	border-bottom: 1px solid #363637;
	overflow: hidden;
}

.fl-footerinner .footerbg1 ul {
	width: 1280px;
	height: 100%;
}

.fl-footerinner .footerbg1 ul li {
	width: 25%;
	float: left;
	line-height: 140px;
}

.fl-footerinner .footerbg1 ul li img {
	vertical-align: middle;
	margin-right: 15px;
	margin-bottom: 7px;
}

.fl-footerinner .footerbg1 ul li span{
	font-size: 18px;
	color: #A3AAB6;
}

.footerlistwrap{
    padding: 20px 0;
}
.footerlistwrap-left{
	float: left;
	margin-right: 35px;
}
.footerlistwrap-left dl{
	float: left;
	width: 165px;
    margin-right: 35px;
}
.footerlistwrap-left dt{
	color: #fff;
    font-size: 15px;
    line-height: 50px;
}
.footerlistwrap-left dd{
	color: #9096a1;
	height: 30px;
}
.footerlistwrap-left dd a{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: #ffffff85;
}
.footerlistwrap-right{
	float: left;
	border-left: 1px solid #363637;
	height: 260px;
}
.footerlistwrap-right .footer-code{
	width: 120px;
	height: 120px;
	background: url("../img/ewmbg.jpg") no-repeat 0 0/120px 120px;
    margin: 52px 0 0 136px;
}

.footerlistwrap-right p {
	font-size: 14px;
    color: #A3AAB6;
    line-height: 16px;
    margin-top: 20px;
    margin-left: 148px;
}
.footerlink{
	border-top:1px solid #363637;
	border-bottom:1px solid #363637;
	height: 60px;
}
.footerlink dl,
.footerlink dd,
.footerlink dd a{
	float: left;
	height: 60px;
	line-height: 60px;
}
.footerlink dl{
	color: #fff;
}
.footerlink dd{
	margin: 0 35px;
}
.footerright{
	height: 70px;
	color: #6f6f6f;
}
.footerright p{
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #6f6f6f;
}

.fl-sidebarbox {
	width: 70px;
	background: transparent;
	position: fixed;
	bottom: 50px;
	right: 0px;
	z-index: 999;
}

.fl-sidebarbox li {
	width: 70px;
	height: 84px;
	border-bottom: 1px solid #5B87FF;
	background: #336AFF;
}

.fl-telephone_counseling {
	position: relative;
}

.fl-telephone_number {
	position: absolute;
	top: 20px;
	left: -220px;
	width: 190px;
	height: 45px;
	background: #fff;
	font: 15px "微软雅黑";
	color: #666666;
	line-height: 45px;
	text-align: center;
	display: none;
	border: 1px solid #E5E5E5;
	box-shadow: 0 4px 10px 0 rgba(37,70,129,0.12);
}

.fl-telephone_number::after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #fff;
    position: absolute;
    top: 19px;
    right: -6px;
	transform: rotateZ(45deg);
	border-right: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
}

.fl-telephone_number span{
	color: #336AFF;
}

.fl-sidebarbox li.fl-bdsq a{
	display: block;
	width: 100%;
	height: 100%;
}

.sk-header {
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.04) !important;
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.04) !important;margin-bottom: 60px;
}
.sk-header .header-one {
  height: 40px;
  background: #333333;
}
.sk-header .real-name-global-tip {
  height: 36px;
  overflow: hidden;
  background-color: #fff4ed;
}
.sk-header .show-ads {
  width: 100%;
  height: 100px;
  cursor: pointer;
}
.sk-header .show-ads img {
  width: 100%;
  height: 100px;
}
.sk-header .header-two {
  height: 80px;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.04);
          
}
.sk-header .header-three {
  height: 54px;
}
.sk-header .header-content {
  height: 100%;
}
.sk-header .header-content-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
.sk-header .header-content-one .nav-left,
.sk-header .header-content-one .nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.sk-header .header-content-one .nav-item {
  height: 12px;
  padding: 0 8px;
  color: #b0b0b0;
  border-right: 1px solid #424242;
  line-height: 12px;
}
.sk-header .header-content-one .nav-item:hover {
  color: #fff;
}
.sk-header .header-content-one .nav-item:first-child {
  padding-left: 0;
}
.sk-header .header-content-one .nav-item:last-child {
  padding-right: 0;
  border-right: 0;
}
.sk-header .header-content-one .nav-item .nav-item-name {
  cursor: pointer;
}
.sk-header .header-content-one .nav-item .nav-item-name.has-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}
.sk-header .header-content-one .nav-item .nav-item-name.has-login .arrow {
  margin-left: 4px;
}
.sk-header .header-content-one .nav-item.cellphone {
  position: relative;
  width: 120px;
  z-index: 20;
}
.sk-header .header-content-one .nav-item.cellphone .cellphone-menu {
  display: none;
  position: absolute;
  top: 40px;
  width: 115px;
  right: -1px;
  border: 1px solid #ece9e9;
}
.sk-header .header-content-one .nav-item.cellphone .cellphone-menu .ant-menu-vertical {
  border: 0 !important;
}
.sk-header .header-content-one .nav-item.cellphone:hover .cellphone-menu {
  display: block;
}
.sk-header .header-content-one .nav-item.cellphone .ant-menu {
  padding: 0 0 10px;
}
.sk-header .header-content-one .nav-item.cellphone .ant-menu-item {
  height: 26px;
  line-height: 26px;
}
.sk-header .header-content-one .nav-item.cellphone .ant-menu-item:hover {
  color: #ff6a01;
}
.sk-header .header-content-one .nav-right .nav-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sk-header .header-content-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sk-header .header-content-two .logo {
  width: 259px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 6px;
}
.sk-header .header-content-two .logo img {
  margin: 0;
  width: 259px;
  height: 50px;
}
.sk-header .header-content-two .search-content {
  width: 640px;
  padding-left: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sk-header .header-content-two .search-content .search-box {
  width: 640px;
  height: 40px;
  margin-top: 24px;
  border: none !important;
}
.sk-header .header-content-two .search-content .hot-search-product {
  width: 600px;
  height: 14px;
  font-size: 12px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
  font-weight: 400;
  text-align: left;
  color: #babfc9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.sk-header .header-content-two .search-content .hot-search-product .hot-title {
  margin-right: 16px;
}
.sk-header .header-content-two .search-content .hot-search-product .hot-menu-item {
  margin-right: 16px;
  cursor: pointer;
}
.sk-header .header-content-two .search-content .hot-search-product .hot-menu-item:hover {
  color: #ff6a01;
}
.sk-header .header-content-two .search-content .hot-search-product .hot-menu-item:last-child {
  margin-right: 0;
}
.sk-header .header-content-two .right-logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0px;
}
.sk-header .header-content-two .right-logo .sub-logo {
  width: 238px;
  height: 62px;
}
.sk-header .header-content-two .right-logo .online-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 215px;
  height: 40px;
  background: rgba(255, 106, 1, 0.08);
  border-radius: 20px;
  line-height: 40px;
  padding-left: 20px;
}
.sk-header .header-content-two .right-logo .online-box span:nth-child(2) {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 14px;
  margin-left: 3px;
}
.sk-header .header-content-two .right-logo .online-box span:nth-child(3) {
  font-size: 12px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  line-height: 14px;
  margin-left: 10px;
}
.sk-header .fix-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  z-index: 20;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.sk-header .fix-search .fix-search-content {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sk-header .fix-search .fix-search-content img {
  width: 155px;
  height: 48px;
  margin-right: 145px;
}
.sk-header .fix-search .fix-search-content .logo-small {
  width: 259px;
  height: 50px;
  margin-right: 145px;
  cursor: pointer;
}
.sk-header .fix-search .fix-search-content .search-con {
  width: 640px;
  height: 38px;
}
.sk-header .login-modal {
  width: 420px;
  height: 535px;
}
.sk-header .login-modal .ant-modal {
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

/**
 * Created by Smohan on 14-8-20.
 */
body {
    font:normal 100%/1.4 "Open Sans","Microsoft YaHei","微软雅黑","Hiragino Sans GB",Tahoma,Lucida,Verdana,STHeiti,SimSun,'宋体',sans-serif;
    color:#424242;
    background:#f0f1f1;
    
}
.wraper {
    width:100%;
    max-width:1200px;
    margin:0 auto;
}

.topbar {
    width:100%;
    height:auto;
    min-height:60px;
    border-top:2px solid #424242;
    position:fixed;
    left:0;
    top:0;
    z-index:500;
    padding:8px 0 4px 0;
    background:#f7f7f8;
	
    box-shadow:0 1px 2px rgba(0,0,0,.1);
	-o-box-shadow:0 1px 2px rgba(0,0,0,.1);
	-ms-box-shadow:0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.1);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
}

.topbar .nav {
    float:right;
    height:100%;
}
ul.parent{
        	width: 880px;
        	margin:0 auto; /*居中*/    
}


ul.parent li {
    float:left;
    position:relative;
    padding:0 32px;
    line-height:60px;
    width:138px;
	text-align:center;
	cursor:pointer;font-size: 20px;
}

ul.parent li a {
    display:block;
    font-size:0.92em;
    color:#696969;
    font-weight:600;
	text-shadow:0 1px 0 rgba(255,255,255,.86);
	-o-text-shadow:0 1px 0 rgba(255,255,255,.86);
	-ms-text-shadow:0 1px 0 rgba(255,255,255,.86);
	-moz-text-shadow:0 1px 0 rgba(255,255,255,.86);
	-webkit-text-shadow:0 1px 0 rgba(255,255,255,.86);
}

ul.parent li .lines {
    display:block;
    width:55%;
    height:5px;border-radius: 50px;
    background:#1890ff;
    position:absolute;
    bottom:-5px;
	transition:all ease-in-out .6s;
	-o-transition:all ease-in-out .6s;
	-ms-transition:all ease-in-out .6s;
	-moz-transition:all ease-in-out .6s;
	-webkit-transition:all ease-in-out .6s; text-align:cente; 
}
.sk-indexan{
  padding: 9px 25px;margin-top:6px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;background: -webkit-gradient(linear, left top, left bottom, from(#51a8fd), to(#3b8cfe));
}