body{
	font-size: 12px;
	line-height: 24px;
	font-family: 'Microsoft YaHei', '\5FAE \8F6F \96C5\91';
}
.container{
	width: 1200px;
	margin:0 auto;
}
a:hover{
	color:#cc111e;
}


/**top_bg开始**/
.top_bg {
    line-height: 40px;
    border-bottom: 1px #d9d9d9 solid;
    box-shadow: 3px 3px 4px rgba(0,0,0,0.05);
    background: #f6f5f5;
}
.top_l {
    float: left;
}
.top_bg ul {
    float: right;
}
.top_bg ul li {
    float: left;
    line-height: 40px;
    margin: 0 5px;
}
.top_bg ul li i {
    display: block;
    line-height: 40px;
    width: 16px;
    float: left;
    margin: 0 5px;
}
/**top_bg结束**/

/**banner开始**/

.banner{
	position: relative;
	background: url(../images/banner_bg.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}

@keyframes bounceInBig {
	0% {
		opacity: 0;
		width: 5%;
		margin-left: 12%;
	}
	100% {
		opacity: 1;
		width: 31%;
		margin-left: 0%;
	}
}
@-webkit-keyframes bounceInBig {
	0% {
		opacity: 0;
		width: 5%;
		margin-left: 12%;
	}
	100% {
		opacity: 1;
		width: 31%;
		margin-left: 0%;
	}
}

@-moz-keyframes bounceInBig {
	0% {
		opacity: 0;
		width: 5%;
		margin-left: 12%;
	}
	100% {
		opacity: 1;
		width: 31%;
		margin-left: 0%;
	}
}

@-o-keyframes bounceInBig {
	0% {
		opacity: 0;
		width: 5%;
		margin-left: 12%;
	}
	100% {
		opacity: 1;
		width: 31%;
		margin-left: 0%;
	}
}
@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0
	}
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1
	}
}

@-moz-keyframes rotateInUpRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0
	}
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1
	}
}

@-o-keyframes rotateInUpRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(-90deg);
		opacity: 0
	}
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0
	}
	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1
	}
}
h1{
	position: absolute;
	left:-10000px;
}
.banner img{
	float: left;
}
.banner .img1{
	width: 31%;
	animation:bounceInBig 1s alternate ;
	-webkit-animation:bounceInBig 1s alternate ;
	-moz-animation:bounceInBig 1s alternate ;
	-ms-animation:bounceInBig 1s alternate ;
	-o-animation:bounceInBig 1s alternate ;
}
.banner .img2{
	width: 69%;
	animation:rotateInUpRight 1.5s alternate ;
	-webkit-animation:rotateInUpRight 1.5s alternate ;
	-moz-animation:rotateInUpRight 1.5s alternate ;
	-ms-animation:rotateInUpRight 1.5s alternate ;
	-o-animation:rotateInUpRight 1.5s alternate ;
}
/**banner结束**/

/**nav开始**/
.nav{
	background: #3b3d6b;
	line-height: 54px;
	margin-bottom: 3%;
}
.nav a{
	width: 16.66%;
	text-align: center;
	font-size: 18px;
	text-align: center;	
	float: left;
	color:#fff;
}
.nav a:hover{
	background: #6d70b6;
}
/**nav结束**/

/**contant开始**/
 h2{
	font-size: 34px;
	line-height: 66px;
	color:#666;
}
h2 span{
	color:#bc8c4e;
}
/**contant结束**/



/**contant1开始**/
.contant1{
	background: url(../images/contant1_bg.png) top center;
	padding-top:0.1%;
}
.contant1 .content{
	width: 97.6%;
	margin:1.2%;
	background: #f6f7f9;
	
}
.contant1 .left{
	width: 29%;
	padding:2%;
	margin:2%;
	background: #fff;
}
.contant1 .top{
	padding-bottom: 5%;
	margin-bottom: 5%;
	border-bottom: 1px dashed #ccc;
}
.contant1 .right{
	width: 59%;
	margin:2%;
}
.contant1 p{
	text-indent: 2em;
	font-size: 14px;
}
/**contant1结束**/



/**contant2开始**/
.contant2 {
	margin-bottom: 3%;
}
.contant2 h2{
	line-height: 76px;
}
.contant2 .left{
	padding-right: 6%;
}
.contant2 .left,.contant2 .right{
	width: 47%;
}
.contant2 .left1,.contant2 ul{
	float: left;
}
.contant2 .left1{
	width: 40%;
	position: relative;
}
.contant2 .left1 .a2{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 32px;
	font-size: 14px;
	text-align: center;
	position: absolute;
	bottom:0;
	left:0;
	color:#fff;
	background: #000;
	opacity: 0.6;
}
.contant2 ul{
	width: 57%;
	padding-left: 3%;
}
.contant2 li{
	width: 95%;
	padding-left: 5%;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/li_img.png) no-repeat left center;
}
/**contant2结束**/


/**contant3开始**/
.contant3{
	background: #f6f7f9;
	color:#474747;
	padding-bottom: 2%;
}
.contant3 .top,.contant4 .top{
	padding-top:2%;
}
.contant3 .top .right,.contant4 .top .right{
	font-size: 16px;
	line-height: 66px;
}
.contant3 .top .right span,.contant4 .top .right span{
	font-weight: bold;
	color:#f57400;
}
.contant3 .content>div{
	width: 45.25%;
	float: left;
	padding:2%;
	background: #fff;
	margin-bottom: 1.5%;
}
.contant3 .content1,.contant3 .content3,.contant3 .content5{
	margin-right: 1.5%;
	
}
.contant3 .top1 .left{
	width: 30%;
}
.contant3 .top1 .right{
	width: 67%;
	padding-left: 3%;
	position: relative;
	margin-bottom: 6%;
}
.contant3 .top1 h3{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 24px;
	line-height: 54px;
}
.contant3 .top1 li{
	line-height: 30px;
}
.contant3 .top1 span{
	font-weight: bold;
}
.contant3 .top1 .last_p{
	width: 65%;
	position: absolute;
	right:0;
	bottom:0;
}
.contant3 .top1 .last_p a{
	display: block;
	float: left;
	width: 100px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	color:#fff;
	border-radius:3px;
}
.contant3 .top1 .last_p .a1{
	background: #b17f3f;
	margin-right: 6%;
}
.contant3 .top1 .last_p .a2{
	background: #3b3d6b;
}
.contant3 table{
	width: 100%;
	background: #f5f5f5;
	text-align: center;
}
.contant3 .tr1 td{
	font-size: 20px;
	font-weight: bold;
	line-height: 46px;
	border-bottom: 1px solid #fff;
}
.contant3 .tr2 td{
	font-size: 16px;
	border-right:1px solid #fff;
	border-bottom: 1px solid #fff;
	line-height: 40px;
	font-weight: bold;
}
.contant3 .tr2 .td1{
	width: 24%;
}
.contant3 .tr2 .td2{
	width: 29%;
}
.contant3 .tr2 .td3{
	width: 30%;
}
.contant3 .tr2 .td4{
	width: 17%;
}
.contant3 tr span{
	display: block;
}
.contant3 .tr3 td{
	border-right:1px solid #fff;
	padding:3% 0;
	
}
/**contant3结束**/


/**contant4开始**/
.contant4 {
	margin-bottom: 3%;
}
.contant4 table{
	width: 100%;
	text-align: center;
	font-size: 14px;
}
.contant4 table td{
	border: 1px solid #ccc;
}
.contant4 table .tr1{
	line-height: 70px;
	font-weight: bold;
	color:#fff;
	font-size: 16px;
	background: #a1adb6;
}
.contant4 table tr{
	line-height: 58px;
}
.contant4 table .td_1{
	background: #f5f6fd;
}
.contant4 table .td_1:hover{
	background: #e3e7fa;
}
.contant4 table .td_red,.contant4 table .td_red a{
	color:#cc111e;
}
/**contant4结束**/


/**contant5开始**/
.contant5 {
	background: url(../images/contant5_bg.jpg) no-repeat center;
	background-size: cover;
	padding:3% 0;
}
.contant5 .left,.contant5 .right{
	background: #fff;
}
.contant5 .left{
	width: 42%;
	padding:2%;
	font-size: 16px;
}
.contant5 form{
	padding:0 0 0 8%;
}
.contant5 .left p{
	margin-bottom: 10px;
}
#submit1{
	width: 38%;
	line-height: 38px;
	font-size: 20px;
	background: #f57400;
	text-align: center;
	color:#fff;
	border:0 none;
	border-radius:3px;
	margin-left: 28%;
	margin-top:10px;
}
.contant5 .left p span{
	width: 86px;
	display: block;
	float: left;
	line-height: 40px;
}
.contant5 .left p input{
	width: 59%;
	line-height: 34px;
	border: 1px solid #ccc;
	float: left;
	padding-left: 5px;
	outline: none;
}
.contant5 .left select{
	width: 60.5%;
	height: 40px;
	border: 1px solid #ccc;
	outline: none;
}
.contant5 .left textarea{
	border: 1px solid #ccc;
	width: 58.5%;
	padding-left: 5px;
	height: 60px;
	resize: none;
	outline: none;
	
}
.contant5 .right{
	width: 45%;	
	padding:1.5% 2.5% 2.5%;
	margin-left: 4%;
}
.contant5 h2{
	text-align: center;
	margin-bottom: 2%;
}
.contant5 .right .GridTable{
	height: 329px;
	overflow: hidden;
}
.contant5 .right .GridTable div{
	padding-bottom: 3%;
	margin-bottom: 3%;
	border-bottom: 1px dashed #ccc;
}
.contant5 .right .GridTable div:last-child{
	border-bottom: 0 none;
	margin-bottom: 0;
}
.contant5 .right b,.contant5 .right p span{
	font-size: 16px;
}
.contant5 .right b{
	margin-bottom: 1%;
	display: block;
}
.contant5 .right p span{
	color:#f57400;
	font-weight: bold;
}
/**contant5结束**/


/**other开始**/
.other{
	 background: #f6f7f9;
	 padding: 2% 0;
}

.other a{
	width: 11.11%;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	float: left;
}
/**other结束**/


/*footer开始*/
#footer{ width:1200px; margin:15px auto ; text-align:center; overflow:hidden; clear:both; padding-bottom:70px;}
#footer table{ width:100% !important;}

.copyright{ display:none; padding:1em 0em 1em; text-align:center;border-top:2px solid #4e8099; margin:1.5em 0 2em;}
.copyright p{ margin-bottom:0.3em; margin:0 0.3em 0.3em;}
.copyright p a{ margin-right:5px;}

.last{ display:none;width:100%; height:40px; line-height:40px; background:#2978BB; position:fixed; z-index:99999; bottom:0px;}
.last ul li{ float:left; width:33%; height:40px; border-right:1px #61B3FA solid; background:#2978BB; text-align:center; display:block; overflow:hidden;}
.last ul li a { display:inline-block; height:40px; width:99.8%; color:#FFF; border-right:1px #0469BB solid; text-align:center; }
.last ul li a span { font-size:14px; font-weight:600;} 

/*footer结束*/

.yy_bd {
    height: 150px;
    opacity: 0.9;
    width: 100%;
    background: #444;
    padding: 8px 0;
    position: fixed;
    bottom: 0px;
}
.yy_con {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.yy_con_l {
    width: 59%;
    float: left;
}
.yy_con p {
    font-size: 28px;
    color: rgb(229, 89, 33);
    height: 40px;
    line-height: 40px;
    font-family: 微软雅黑;
    font-weight: bold;
    text-align: left;
}
.yy_con p span {
    display: inline-block;
    padding-left: 25px;
    background: url(../images/bd_tel.png) no-repeat 0;
    font-weight: normal;
    color: #fff;
    font-size: 20px;
    margin-left: 30px;
}
.yy_con_l .bd_cnt {
    margin-top: 10px;
}
.yy_bd select {
    float: left;
    width: 36%;
    padding: 2px 5px;
    margin: 5px 20px 5px 0;
    line-height: 26px;
    height: 26px;
    border: none;
    font-family: 'Microsoft Yahei';
    font-size: 14px;
    color: #666;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.yy_con_r {
    width: 38%;
    float: left;
}
.yy_con_r li {
    float: left;
    width: 33.333333%;
    padding: 2% 0% 1%;
    text-align: center;
}
.yy_con_r li span {
    display: block;
    width: 100%;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-top: 4%;
}
.yy_con .gb {
    position: absolute;
    top: 0px;
    right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}
.shensuo {
    display: none;
    width: 24px;
    padding: 26px 5px 10px;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    background: url(../images/zxbm.png) no-repeat 50% 3%;
    cursor: pointer;
}
.yy_con .yy_btn {
    float: left;
    height: 32px;
    line-height: 32px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    font-family: 微软雅黑;
    font-size: 16px;
    color: rgb(255, 255, 255);
    padding: 0px 20px;
    background: rgb(229, 89, 33);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-radius: 2px;
}
.yy_con .sjh {
    float: left;
    width: 34%;
    padding: 2px 5px;
    margin: 5px 20px 5px 0;
    line-height: 22px;
    height: 22px;
    border: 1px #dedede solid;
    font-family: 'Microsoft Yahei';
    font-size: 14px;
    color: #666;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.yy_bd select {
    float: left;
    width: 35.6%;
    padding: 2px 5px;
    margin: 5px 20px 5px 0;
    line-height: 26px;
    height: 26px;
    border: none;
    font-family: 'Microsoft Yahei';
    font-size: 14px;
    color: #666;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
@media only screen and (max-width: 1200px) {
	h2{
		font-size: 30px;
	}
	.container,.yy_con{
		width: 94%;
		padding:0 3%;
	}
	.contant3 .top1 .last_p a {
	    width: 90px;
	}
	#footer{
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) {
	h2{
		font-size: 24px;
	}
	.contant1,.contant1 .content{
		background: 0 none;
	}
	.contant1 .top {
	    padding-bottom: 3%;
	    margin-bottom: 1%;
	}
	.contant1 .left,.contant1 .right{
		width: 100%;
		margin:0;
		padding:0;
	}
	.contant1 .right img{
		display: block;
		margin:0 auto;
	}
	.contant2 .left1 {
	    width: 47%;
	}
	.contant2 ul {
	    width: 50%;
	}
	.contant3 .top .right,.contant4 .top .right{
		font-size: 14px;
	}
	.contant3 .top1 h3 {
	    font-size: 18px;
	}
	.contant3 .top1 p {
	    line-height: 24px;
	}
	.contant3 .top1 .last_p {
	    width: 100%;
	    padding-top:3%;
	    position:inherit;
	}
	.other a{
		width: 16.66%;
	}
}
@media only screen and (max-width: 850px) {
	h2{
		font-size: 22px;
	}
	.contant2 li {
	    line-height: 26px;
	}
}
@media only screen and (max-width: 767px) {
	h2{
		font-size: 18px;
	}
	.top_bg,.yy_bd,.contant2 .left1 .a2,.contant3 .top .right,.contant4 .top .right,.contant4 td:nth-child(3),.contant4 td:nth-child(4),.contant4 td:nth-child(5),.contant4 td:nth-child(7),.contant3 .top1 .left{
		display: none;
	}
	.contant2 .left, .contant2 .right {
	    width: 100%;
	    padding-right: 0;
	    margin-bottom: 3%;
	}
	.contant2 .left1 {
	    width: 33%;
	}
	.contant2 ul {
	    width: 64%;
	}
	.contant2 li {
	    line-height: 30px;
	}
	.contant3 .top1 .right{
		width: 100%;
		padding-left: 0;
	}
	.contant3 .top1 li{
		width: 50%;
		float: left;
	}
	.contant3 .top1 .last_p a {
	    width: 77px;
	    font-size: 14px;
	}
	.other a{
		width: 25%;
	}
	#footer,#qiao-wrap,#QIAO_INVITE_CONTAINER,#QIAO_ICON_CONTAINER .qiao-icon-sector-inner{ display:none !important;}
	#QIAO_INVITE_CONTAINER{ width:0 !important; height:0 !important;}
	.copyright,.last{ display:block;}
}
@media only screen and (max-width: 650px) {
	.nav{
		line-height: 26px;
		padding:3% 0;
	}
	.nav a{
		width: 33.33%;
		font-size: 16px;
	}
	.contant5 .left{
		width: 96%;
		margin-bottom: 3%;
	}
	.contant5 .right{
		width: 90%;
		padding:1.5% 5% 5%;
		margin-left: 0;
	}
}
@media only screen and (max-width: 600px) {
	.contant3 .content>div {
	    width: 96%;
	    margin-bottom: 3%;
	    margin-right: 0;
	}
	
}
@media only screen and (max-width: 550px) {
	.contant2 .left1 .a1{
		display: block;
		padding-top:7%;
	}
	.contant2 li {
	    line-height: 26px;
	}
	.other a{
		width: 33.33%;
	}
	.contant4 table .tr1,.contant4 table tr{
	    line-height: 28px;
	}
	.contant4 table .tr1{
		font-size: 14px;
	}
	.contant4 table .tr1 td,.contant4 table tr td{
	    padding:15px 0;
	}
	#submit1{
		margin-left: 31%;
	}
}
@media only screen and (max-width: 450px) {
	#submit1 {
	    margin-left: 36%;
	}
}
@media only screen and (max-width: 400px) {
	.contant2 .left1 {
	    width: 100%;
	}
	.contant2 ul {
	    width: 100%;
	    padding-left: 0;
	}
	.contant2 .left1 .a1 {
	    padding-top: 0;
	    margin-bottom: 3%;
	}
	.contant2 .left, .contant2 .right {
	    margin-bottom: 6%;
	}
}
@media only screen and (max-width: 375px) {
	h2 {
	    font-size: 20px;
	}
	#submit1 {
	    margin-left: 41%;
	}
	.other a{
		width: 50%;
	}
}