* {
	margin: 0;
	padding: 0;
}
a {
	color: #fff;
	text-decoration: none
}
body {
	font: 14px/1.6 "Microsoft Yahei";
	color: #333333;
	overflow-x: hidden;
	background-color: #FFF;
}
ul li {
	list-style: none
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix {
*+height:1%;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*+html .clearfix {
	zoom: 1;
} /* IE7 */
.fL {
	float: left !important;
}
.fR {
	float: right !important;
}
img { vertical-align: top;}
/*---------------index--------------*/
#header	{
	margin: 0 auto;
	width: 950px;
	padding: 15px 0;
}
#header h1 {
	float: left;
	margin: 0 105px 0 0;
}
#header .hImg {
	float: left;
}
#header .btn {
	margin-top: 3px;
	float: right;
}
.gNaviBox {
	margin-bottom: 15px;
	background-color: #E94335;
}
.gNavi {
	width: 950px;
	margin: 0 auto;
}
.gNavi li {
	float: left;
	width: 112px;
	text-align: center;
}
.gNavi li.last {
	float: right;
}
.gNavi li a {
	display: block;
	line-height: 46px;
	font-size: 16px;
}
.gNavi li a:hover {
	background-color: #DA1A25;
}
.gNavi li a img {
	margin: 0 4px 0 0;
}
#main {
	width: 950px;
	margin: 0 auto 40px;
}
#main h2 {
	margin-bottom: 10px;
}
.inner {
	background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding: 10px;	
}
.inner:hover {
    box-shadow: 1px 1px 20px #ddd;
}
.inner .banner {
	float: left;
	margin-right: 15px;
}
.inner .rText {
	float: left;
	width: 260px;
}
.inner .rText .title {
	padding-left: 25px;
	color:#3d76e7;
	font-size: 16px;
	line-height: 30px;
	background: url(../images/icon01.png) no-repeat left center;
}
.inner .rText .text {
	font-size: 13px;
}
.inner .rText .btn {
    width: 100px;
	margin: 30px auto 0;
}
.inner .rText .btn a {
    background: #e94335;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    transition: background-color 0.3s ease-out 0s, border-color 0.3s ease-out 0s;
}
.inner .rText .btn a:hover {
    background: #c31d0f none repeat scroll 0 0;
}
.inner .textBox {
	display: none;
	padding: 10px;
	margin-top: 10px;
	border-top: 1px solid #E5E5E5;
}
.inner .textBox .ttl {
	margin-bottom: 10px;
	color: #f00;
	font-size: 16px;
}
.inner .textBox .text {
	margin-bottom: 10px;
}
.inner .textBox .text span {
	display: block;
	color: #5e05e1;
}
.inner .textBox .btm {
	font-size: 20px;
	color: #f00;
}
#footer {
	padding: 20px 0;
	background-color: #EDEDED;
}
#footer .copyright p {
	color: #646464;
	font-size: 14px;
	line-height: 1.7;
	text-align: center;
}
.formBox{padding:40px 0;border: 1px solid #E5E5E5;background: #F9F9F9;color: #666;}
.formBox:hover,.formBox:focus{box-shadow: 1px 1px 20px #ddd;}
.formBox dl{width: 450px;margin: 0 auto;font-size: 16px;}
.formBox dt{height: 32px;line-height: 32px;padding-bottom: 10px; color: #666;}
.formBox dd{position: relative;padding-bottom: 20px;}
.formBox .captchaInfo{position: absolute;right:18px;top: 5px;width:58px;border-radius: 4px;cursor: pointer;}
.formBox .btn{width: 40%;height: 40px;line-height:28px;font-weight: 400;background-color: #fb5143;border-color: #f15649;text-align: center;font-size: 15px;color: #fff;cursor: pointer;
text-shadow: 0 -1px 0 rgba(0,0,0,.2);
border: 1px solid transparent;
border-radius: 4px;
-webkit-transition: all .4s cubic-bezier(.175,.885,.32,1);
-o-transition: all .4s cubic-bezier(.175,.885,.32,1);
transition: all .4s cubic-bezier(.175,.885,.32,1);
}
.formBox .btn:hover{background-color: #e83829;border-color: #c71a0b;-webkit-box-shadow: 0 2px 1px rgba(0,0,0,.1);box-shadow: 0 2px 1px rgba(0,0,0,.1);}
.formBox dd{display: -webkit-flex;display: flex;justify-content:space-between;line-height: 40px;}
.formBox label{width: 25%;}

.formBox input,.formBox select{display: block;width: 100%;height: 40px;padding: 5px 8px;font-size: 13px;
line-height: 40px;
color: #222;
vertical-align: middle;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px 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,-webkit-box-shadow ease-in-out .15s;
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,-webkit-box-shadow ease-in-out .15s;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.goHome{width: 40%;height: 40px;line-height: 40px;font-weight: 400;background-color: #f1a325;border-color: #ed980f;text-align: center;font-size: 15px;color: #fff;cursor: pointer;
text-shadow: 0 -1px 0 rgba(0,0,0,.2);
border: 1px solid transparent;
border-radius: 4px;
-webkit-transition: all .4s cubic-bezier(.175,.885,.32,1);
-o-transition: all .4s cubic-bezier(.175,.885,.32,1);
transition: all .4s cubic-bezier(.175,.885,.32,1);}
.goHome:hover{background-color: #df8f0e;border-color: #b4730c;-webkit-box-shadow: 0 2px 1px rgba(0,0,0,.1);box-shadow: 0 2px 1px rgba(0,0,0,.1);}


.tccon{background:#fff;border-radius:8px; width:744px;min-height:540px;display: none;position:relative; overflow:hidden;}
.tccon .tclogo{display: block; text-align: center; margin-top:20px; margin-bottom:45px;}
.tccon .fg{ background:url(../images/fg.png) no-repeat; width:712px; height:17px; margin:0 auto; margin-top:10px; margin-bottom:10px; display:none}
.tccon h2{color: #fe3e24; font-size: 26px;text-align: center; line-height: 30px; margin-bottom:20px;}
.tccon p{color: #fff;font-size: 14px;margin-left: 120px;line-height: 60px; height:60px}
.tccon p span{display:inline-block;width:112px;text-align: right;color: #fe3e24; font-size: 14px; margin-right:10px;}
.tccon p input{ width:300px; height:40px; border:1px solid #fe3e24; border-radius:7px; background: #fff;text-align: left;color: #333;font-size: 14px; padding-left:15px;}
.tccon p input::-webkit-input-placeholder{color:#333;}
.tccon p input::-moz-placeholder{color:#333;opacity:1;}
.tccon p input:-moz-placeholder{color:#333;opacity:1;}
.tccon p .yzmimg{position: relative;margin-left: -80px; vertical-align:middle; top: -2px;}
.tccon p .subbtn{background:#e94335; text-align: center; width:120px; height:40px; border:none;border-radius: 2px; color: #fff; cursor: pointer;padding: 0;font-size:14px; font-weight:bold; margin-top:15px;}
.tccon p select{ width:315px; height:42px;color: #333;font-size: 14px; padding-left:13px; border:none; border-radius:7px; margin:0; border: 1px solid #fe3e24;}
.tccon p select option{padding-left:15px;}
.tccon .line{ height:1px; background:#fe3e24; width:720px; margin:0 auto; margin-top:20px;}
.tccon .pages{margin:0 auto; margin-top:20px; text-align:center}
.tccon .pages a{ display:inline-block; padding:0 6px; height:20px; line-height:20px; text-align:center; background:#900000;margin:0 5px; color:#fff}
.tccon .con1{height:310px;}
.tccon .con2{ height:310px;display: none;}
.tccon .con2 table{width: 600px; margin: 0 auto}
.tccon .con2 table tr th{border: 1px solid #666666;height: 45px;line-height: 45px;color: #666666; font-size: 14px;text-align:center; font-weight:normal}
.tccon .con2 table tr td{border: 1px solid #666666;height: 45px;line-height: 45px;color: #666666; font-weight:bold; font-size: 14px;text-align:center; }
.tccon .con2 table tr td a{ font-size:14px; color: #f00;}


.layui-layer-nobg .layui-layer-setwin .layui-layer-close2{background: url(../images/closebtn.png) no-repeat; width:54px; height:54px; right:-27px; top:-27px; display: block; cursor: pointer;}
.layui-layer-nobg .layui-layer-setwin .layui-layer-close2:hover{background: url(../images/closebtn.png) no-repeat;}

select{appearance:none;-moz-appearance:none;-webkit-appearance:none;background:#fff url(../images/select.png) right center no-repeat;padding-right:40px;padding-left:7px;}
select::-ms-expand { display: none; }


