/* CSS Document */

td {
	font-family: "Arial";
	line-height: 26px;
	color: #1b1b1b;
	font-size: 16px;
	letter-spacing: 0px;
}
body {
	margin: 0px;
	font-size: 16px;
	font-family: "Arial";
	padding: 0px;
}
a {
	color: #1b1b1b;
	text-decoration: none;
}
.topmenu td a {
	font-size: 18px;
	color: #424a58;
	font-weight: bold;
	display: block;
	width: 100%;
	height: 43px;
	line-height: 43px;
}
.topmenu td:hover a {
	color: #fff;
	background: url(../images/menubg.gif);
}
.topmenucur a {
	color: #fff !important;
	background: url(../images/menubg.gif);
}
.topbut td a {
	display: block;
	width: 110px;
	height: 35px;
	line-height: 35px;
	border: 2px solid #2652c2;
	border-radius: 35px;
	font-size: 17px;
	text-align: left;
	text-indent: 35px;
}
.topmenu td .dropmenu {
	position: absolute;
	top: 43px;
	left: 0px;
	
	visibility: hidden;
	z-index: 1000;
}
.topmenu td:hover .dropmenu {
	visibility: visible;
}
.topmenu td .dropmenu a {
	font-size: 17px;
	text-align: left;
	font-weight: normal;
	color: #fff;
	background: #2855bd;
	white-space:nowrap;
	padding:0px 10px;
	
}
.topmenu td:hover .dropmenu a {
	background: #2855bd;
}
.topmenu td .dropmenu td:hover a {
	background: #fff;
	color: #1e3ea5 !important;
}

.topcarnum {
	color: #fff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	position:absolute;
	left:20px;
	top:2px;
	background-color:#ff5b00;
	border-radius:50%;
}
.fullSlide {
	width: 100%;
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	min-width: 1300px
}
.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
	z-index: -100px;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	overflow: hidden;
	text-align: center;
}
.fullSlide .bd li a {
	display: block;
}
.fullSlide .hd {
	width: 800px;
	margin: 0 auto;
	margin-top: -35px;
	position: absolute;
 *z-index:1;
	bottom: 50px;
	left: 50%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-left: -400px;
}
.fullSlide .hd ul {
	margin: 0 0 0 40px;
	display: inline-block;
	padding: 0 10px;
	height: 22px;
	opacity: .9
}
.fullSlide .hd ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	cursor: pointer;
	display: inline-block;
 *display:inline;
	zoom: 1;
	width: 13px;
	height: 12px;
	margin: 6px;
	background: url(../images/tg_flash_p.png) -20px 0;
	overflow: hidden;
	line-height: 9999px;
}
.fullSlide .hd ul .on {
	background-position: 0 0;
}
.fbc_trigger_con li {
	font: 28px/1 tahoma;
	color: #fff;
	cursor: pointer;
	margin: 0 1px;
	filter: Alpha(Opacity=50);
	opacity: .5
}
.fbc_trigger_con .on {
	filter: Alpha(Opacity=100);
	opacity: 1
}
.indexbt {
	font-size: 36px;
	text-transform: uppercase;
	color: #0e1b26;
	font-weight: 600;
}
.abdiv {
	width: 400px;
	margin: 0px auto;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	cursor: pointer;
	transition: 0.3s;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background: #FFF;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.abdiv:hover {
	transform: translate(3px, 6px);
	-webkit-transform: translate(3px, 6px);
}
.abtop {
	padding-top: 120px;
}

.abtop td {
	color: #fff;
	font-size: 25px;
}
.absm {
	padding: 25px 15px;
}
.sortlist {
	padding: 0px 3px;
	line-height:18px;
	padding-bottom:5px;
}
.sortlistcur {
	padding: 0px 3px;
	background: url(../images/psbg.gif) repeat-x center bottom;
	line-height:18px;
	padding-bottom:5px;
}
.pclick {
	width: 103px;
	height: 38px;
	line-height: 38px;
	background: url(../images/carbut.png);
	font-size: 16px;
	color: #fff;
	text-align: left;
	text-indent: 40px;
}
.plist {
	cursor: pointer;
	margin-bottom: 50px;
	border: #a09999 1px solid;
}
.plist:hover {
	border: #3787eb 2px solid;
}
.plist img {
	transition: 1s;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
}
.plist:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transition: scale(1.2);
}
.sortlist a, .sortlistcur a {
	color: #0e1b26;
	font-size: 16px;
}

.xs {
	display:block;
}
.yc {
	display:none;
}

.morebut a {
	display:block;
	width:170px;
	height:45px;
	line-height:45px;
	text-align:center;
	background:#2b5ed0;
	color:#fff;
	font-size:18px;
}


.ysdiv {
	width: 315px;
	margin: 0px auto;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	transition: 0.3s;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background: #FFF;
	border-radius:10px;
	height:220px;
}
.ysdiv:hover {
	transform: translate(3px, 6px);
	-webkit-transform: translate(3px, 6px);
}

.footlx td {
	font-size:16px;
	color:#f3fafe;
}

.footlx td b{
	font-size:18px;
	color:#fff;
}
.footfed {
	width:600px;
	background:#4a7ee4;
	border-radius:10px;
}

.txt {
	height:60px;
	line-height:60px;
	width:100%;
	border-radius:10px;
	border:none;
	outline:none;
	font-size:16px;
	text-indent:20px;
	font-family:Arial;
}

.txt::-webkit-input-placeholder {
color:#9db4e1;
}
.txt::-moz-placeholder {   /* Mozilla Firefox 19+ */
color:#9db4e1;
}
.txt::-moz-placeholder {    /* Mozilla Firefox 4 to 18 */
color:#9db4e1;
}
.txt::-ms-input-placeholder {  /* Internet Explorer 10-11 */
color:#9db4e1;
}

.txt:focus {
	border-color: rgb(102, 175, 233);
	outline: 0px;
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.6);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.bt {
	font-size: 30px;
	height: 80px;
	line-height: 80px;
}


.btn {
	
background:linear-gradient(135deg, #244ebe, #3677eb);

  color: white;
  border-radius: 10px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
  width:100%;
  height:60px;
  line-height:60px;
  font-size:20px;
  text-align:center;
}
.btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 30px rgba(30, 64, 175, 0.4);
        }
		
		.btntd img {
			transition: 0.3s;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
            
		}
		
		.btntd:hover img {
			transform: translateY(-2px);
            
		}

.webpage a {
	border-right: #a0a0a0 1px solid;
	padding-right: 5px;
	border-top: #a0a0a0 1px solid;
	padding-left: 5px;
	padding-bottom: 2px;
	border-left: #a0a0a0 1px solid;
	color: #666666;
	margin-right: 2px;
	padding-top: 2px;
	border-bottom: #a0a0a0 1px solid;
	text-decoration: none;
	font-size: 12px;
}
.webpage a:hover {
	border-right: #000 1px solid;
	padding-right: 5px;
	border-top: #000 1px solid;
	padding-left: 5px;
	padding-bottom: 2px;
	border-left: #000 1px solid;
	margin-right: 2px;
	padding-top: 2px;
	border-bottom: #000 1px solid;
	font-size: 12px;
}
.webpage a:active {
	border-right: #000 1px solid;
	padding-right: 5px;
	border-top: #000 1px solid;
	padding-left: 5px;
	padding-bottom: 2px;
	border-left: #000 1px solid;
	margin-right: 2px;
	padding-top: 2px;
	border-bottom: #000 1px solid;
	font-size: 12px;
}
.webpage span {
	border-right: #ddd 1px solid;
	padding-right: 5px;
	border-top: #ddd 1px solid;
	padding-left: 5px;
	padding-bottom: 2px;
	border-left: #ddd 1px solid;
	color: #aaa;
	margin-right: 2px;
	padding-top: 2px;
	border-bottom: #ddd 1px solid;
	text-decoration: none;
	font-size: 12px;
}
.webpage b {
	font-size: 14px;
	font-weight: normal;
}


.proimglist {
	width: 120px;
	border: #ccc 1px solid;
	cursor: pointer;
	line-height: 0px;
	font-size: 0px;
}
.proimglistcur {
	border: #2855bd 1px solid;
	width: 120px;
	cursor: pointer;
	line-height: 0px;
	font-size: 0px;
}
.addcarbut {
	background: #2855bd;
	cursor: pointer;
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
	border-radius: 5px;
	transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	-o-transition: .7s;
}
.addcarbut:hover {
	background: #153580;
}
.carbut {
	letter-spacing: 1px;
	border: #102558 2px solid;
	color: #fff;
	cursor: pointer;
	padding: 6px 20px;
	font-size: 14px;
	font-weight: 600;
	background: #2855bd;
	border-radius: 5px;
	transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	-o-transition: .7s;
}
.carbut:hover {
	background-color: #153580;
	color: #fff;
}
.carbutm {
	border: #068f35 2px solid;
	background-color: #068f35;
	color: #fff;
	padding: 6px 20px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	border-radius: 5px;
	transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	-o-transition: .7s;
}
.cortd {
	border-radius: 5px;
	width: 45px;
	height: 45px;
	cursor: pointer;
}
.cortd:hover {
	border: #8a0b13 2px solid;
}
.cortdcur {
	border-radius: 5px;
	border: #8a0b13 2px solid;
	width: 45px;
	height: 45px;
	cursor: pointer;
}

.loginclose {
	font-family:Arial;
	font-size:20px;
	cursor:pointer;
	position:absolute;
	top:7px;
	right:10px;
	color:#919191;
}

.tdbg_leftall {
	padding: 1px;
	font-family: "Arial";
	text-decoration: none;
	border: 1px solid #ccc;
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	width: 300px;
	text-indent: 10px;
	border-radius: 6px;
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
}
.tdbg_main {
	padding: 6px;
	BORDER-BOTTOM: #bbbbbb 1px solid;
	BACKGROUND-COLOR: #fafafa;
}