
@font-face {
	font-family: 'OPENSANS';
	src: url('OPENSANS-REGULAR_0.TTF');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'pf';
	src: url('PingFang Regular.ttf');
	font-weight: normal;
	font-style: normal;
}

/*html,
body,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
form,
input,
textarea,
table,
tr,
td,
img,
a,
span,
em,
h1,
h2,
h3,
h4,
h5,
h6{
	margin:0;
	padding:0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition:all 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-style:normal;
	font-weight:normal;
	padding:0;
	margin:0;
}

html{
	width:100%;
	height:100%;
}

body{
	font-family:"OPENSANS","微软雅黑",arial, Helvetica, sans-serif;
   	font-size:16px;
   	font-size:.75em;
   	overflow-x: hidden;
   	background:#fff;
}

input,
select,
option,
textarea {
	border: none;
	outline: none;
}

img {
	border: none;
}

a,
a:hover ,
a:active,
a:visited,
a:link{
	text-decoration: none;
	outline: 0;
}


ul li{
	margin:0;
}
ul,li{
	list-style:none;
}

.left{
	float:left;
}

.right{
	float:right;
}

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

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}

.none{
	display:none;
}

.block{
	display:block;
}


.w{
	width:1200px;
	margin:0 auto;
}*/


@-webkit-keyframes fadeInUp1 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInUp1 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.fadeInUp1 {
	-webkit-animation-name: fadeInUp1;
	animation-name: fadeInUp1
}



.fadeInleft {
	-webkit-animation-name: fadeInleft;
	animation-name: fadeInleft
}



@-webkit-keyframes fadeInleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}




.fadeInright {
	-webkit-animation-name: fadeInright;
	animation-name: fadeInright
}



@-webkit-keyframes fadeInright {
	0% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInright {
	0% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}



/*about*/

.ab_banner{
	height:442px;
	background-size:auto 100%!important;
	background:url(../images1/ab_banner.jpg) no-repeat center;
}

.about1_section{
	padding:40px 0;
	background:#fff;
}

.ab_tit{
	padding-left:20px;
	border-left:7px solid #b00f14;
	margin-bottom:35px;
}

.ab_tit h3{
	font-size:30px;
	line-height:30px;
	color:#393939;
	margin-bottom:8px;
}

.ab_tit p{
	font-size:16px;
	color:#4d4d4d;
}
.ab1_sec1,
.ab1_sec2{
	opacity:0;
}

.ab1_sec1{
	width:67%;
}

.ab1_sec2{
	width:30%;
}

.ab1_sec2 img{
	display: block;
	width:100%;
	height:auto;
}

.ab1_sec1.articleShow{
	-webkit-animation: fadeInleft 1s ease-in-out both;
	-moz-animation: fadeInleft 1s ease-in-out both;
	-ms-animation: fadeInleft 1s ease-in-out both;
	animation: fadeInleft 1s ease-in-out both;
	opacity: 1;
}

.ab1_sec2.articleShow{
	-webkit-animation: fadeInright 1s ease-in-out both;
	-moz-animation: fadeInright 1s ease-in-out both;
	-ms-animation: fadeInright 1s ease-in-out both;
	animation: fadeInright 1s ease-in-out both;
	opacity: 1;
}

.ab11_main1{
	color:#393939;
	font-size:15px;
	line-height:32px;
	margin-bottom:32px;
}


.ab11_main2 li{
	float:left;
	width:31%;
	margin:0 1%;
	text-align: center;
	cursor:pointer;
	font-size:15px;
	color:#393939;
}

.ab11_main2 li img{
	transition:all 0.8s;
	height:54px;
	width:auto;
	margin-bottom:20px;
}
.ab11_main2 li:hover img{
	transform:rotateY(180deg);
}


.about2_section{
	padding:40px 0 50px;
	background:#f7f7f7;
}

.about2_sec{
	box-shadow:0px 0px 10px #e9e9e9;
	opacity:0;
}

.about2_sec.articleShow{
	-webkit-animation: fadeInUp1 1s ease-in-out both;
	-moz-animation: fadeInUp1 1s ease-in-out both;
	-ms-animation: fadeInUp1 1s ease-in-out both;
	animation: fadeInUp1 1s ease-in-out both;
	opacity: 1;
}

.ab21_img{
	color:#fff;
	font-size:30px;
	line-height:45px;
	text-align: center;
	font-family: 'pf';
	position:relative;
}

.ab21_main,
.ab21_img{
	width:50%;
	height:325px;
}

.ab21_main{
	background:#fff;
	padding:50px 5%;
	font-size:16px;
	line-height:38px;
	color:#353535;
}

.about2_sec li:nth-child(1) .ab21_img{
	background:url(../images1/ab12.jpg) no-repeat center;
	background-size:100% 100%;
	padding-top:145px;
}
.about2_sec li:nth-child(2) .ab21_img{
	background:url(../images1/ab2.jpg) no-repeat center;
	background-size:100% 100%;
	padding-top:120px;
}

.about2_sec li:nth-child(1) .ab21_img img{
	position:absolute;
	top:140px;
	right:-20px;
}
.about2_sec li:nth-child(2) .ab21_img img{
	position:absolute;
	top:145px;
	left:-20px;
}



.about3_section{
	padding:40px 0 50px;
	background:#fff;
}

.about3_sec{
	position:relative;
}
.about3_sec.articleShow{
	-webkit-animation: fadeInUp1 1s ease-in-out both;
	-moz-animation: fadeInUp1 1s ease-in-out both;
	-ms-animation: fadeInUp1 1s ease-in-out both;
	animation: fadeInUp1 1s ease-in-out both;
	opacity: 1;
}
.about3_sec #dituContent{
	width:100%;
	height:395px;
}

.about3_main{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	z-index:100;
	background:rgba(176,15,20,0.85);
	padding:60px 40px;
	color:#fff;
	width:35%;
	font-size:15px;
	line-height:30px;
}


.about3_main h3{
	font-size:20px;
	line-height:20px;
	margin-bottom:20px;
}


.ab3_share{
	padding-top:20px;
}
.ab3_share .bdshare-button-style0-16 a{
	display: inline-block;
    float: none!important;
    padding-left: 0!important;
    line-height: 30px!important;
    height: 30px!important;
    width:30px!important;
    margin:0 6px!important;
    transition:all 0.3s;
    border-radius:100%;
}

.ab3_share .bdshare-button-style0-16 a.bds_weixin{
	background:#fff url(../images1/wechat.png) no-repeat center;
}
.ab3_share .bdshare-button-style0-16 a.bds_sqq{
	background:#fff url(../images1/qq.png) no-repeat center;
}
.ab3_share .bdshare-button-style0-16 a.bds_tsina{
	background:#fff url(../images1/sina.png) no-repeat center;
}








/*gaoxin*/
.gx_banner{
	height:609px;
	background:url(../images1/gx1.jpg) no-repeat center;
	background-size:auto 100%;
}

.gx_ban{
	position:relative;
}

.gx_ban_main{
	position:absolute;
	top:100px;
	right:60px;
	padding:35px 30px;
	background:#fff;
}

.gxban_title{
	color:#787878;
	font-size:15px;
	line-height:18px;
	margin-bottom:20px;
	font-family:"pf";
}

.gxban_title h3{
	text-align:center;
	color:#ffb003;
	font-size:24px;
	line-height:24px;
	margin-bottom:25px;
}

.gxban_main1{
	margin-bottom:15px;
}
.gxban_main2 input,
.gxban_main1 input,
.gxban_main1 select{
	display: block;
	width:100%;
	color:#8d8d8d;
	font-size:14px;
	height:42px;
	line-height:42px;
	border:1px solid #cccccc;
	padding:0 10px;
}

.gxban_main1 select{
	margin-bottom:20px;
}


.gxban_main2 p{
	color:#8d8d8d;
	font-size:14px;
	line-height:16px;
	margin-bottom:8px;
}
.gxban_main2 p img{
	margin-right:5px;
	vertical-align: middle;
}

.gxban_main3{
	padding-top:20px;
}

.gxban_main3 input{
	display: block;
	width:100%;
	line-height:42px;
	background:#b00f14;
	font-size:18px;
	color:#fff;
	cursor: pointer;
	transition:all 0.3s;
}

.gxban_main3 input:hover{
	opacity:0.8;
}


.gx1_section{
	padding:40px 0;
	background:#fff;
	font-family:"pf";
}

.gx1_tit{
	color:#393939;
	font-size:35px;
	line-height:35px;
	margin-bottom:60px;
}
.gx1_tit span{
	font-weight:bold;
	color:#b00f14;
}

.gx1_sec li{
	float:left;
	width:16%;
	text-align: center;
	margin-right:5%;
	opacity:0;
}

.gx1_sec li:last-child{
	margin-right:0;
}

.gx1_sec li img{
	max-width:100%;
	margin-bottom:20px;
}

.gx1_sec li h3{
	font-size:24px;
	line-height:24px;
	color:#393939;
	margin-bottom:15px;
	font-weight:bold;
}

.gx1_sec li i{
	display: inline-block;
	width:74px;
	height:2px;
	background:#14cc64;
	margin-bottom:10px;
}

.gx1_sec li .gx1_main{
	font-size:17px;
	line-height:27px;
	color:#393939;
}


.gx1_sec li .gx1_main span{
	font-weight:bold;
	color:#b00f14;
}


.gx1_sec.articleShow li{
	-webkit-animation: fadeInUp1 1s ease-in-out both;
	-moz-animation: fadeInUp1 1s ease-in-out both;
	-ms-animation: fadeInUp1 1s ease-in-out both;
	animation: fadeInUp1 1s ease-in-out both;
	opacity: 1;
}

.gx1_sec.articleShow li:nth-child(2){
	animation-delay:0.3s; 
	-webkit-animation-delay:0.3s;
}

.gx1_sec.articleShow li:nth-child(3){
	animation-delay:0.6s; 
	-webkit-animation-delay:0.6s;
}

.gx1_sec.articleShow li:nth-child(4){
	animation-delay:0.9s; 
	-webkit-animation-delay:0.9s;
}

.gx1_sec.articleShow li:nth-child(5){
	animation-delay:1.2s; 
	-webkit-animation-delay:1.2s;
}



.gx2_section{
	padding:70px 0 45px;
	background:url(../images1/gx2_bg.jpg) no-repeat center;
	background-size:auto 100%; 
	text-align: center;
	font-family:"pf";
}

.gx2_sec div{
	color:#fff;
	line-height:42px;
	font-size:24px;
	margin-bottom:20px;
}

.gx2_sec a{
	display: inline-block;
	width:280px;
	line-height:44px;
	color:#fff;
	font-size:20px;
	background:#b00f14;
	border:1px solid #b00f14;
}


.gx2_sec a:hover{
	background:#fff;
	color:#b00f14;
}


.gx3_section{
	padding:35px 0 40px;
	background:#fff;
	font-family:"pf";
}
.gx3_tit{
	margin-bottom:25px;
}

.gx3_tit h2{
	font-size:35px;
	line-height:35px;
	color:#393939;
}

.gx3_tit h4{
	position:relative;
	font-size:24px;
	line-height:24px;
	color:#393939;
}

.gx3_tit h4::after{
	content:"";
	position:absolute;
	right:0;
	bottom:-15px;
	width:90px;
	height:3px;
	background:#b00f14;
}

.gx3_sec1 li{
	float:left;
	width:33.33%;
	height:215px;
	padding:50px 7%;
	text-align: center;
	color:#fff;
	font-size:18px;
	line-height:30px;
}

.gx3_sec1 li:nth-child(1){
	background:#38d19d;
}
.gx3_sec1 li:nth-child(2){
	background:url(../images1/gx31.jpg) no-repeat center;
	background-size:100% 100%;
}
.gx3_sec1 li:nth-child(3){
	background:#ed7740;
}

.gx3_sec1 li h3{
	font-size:24px;
	line-height:24px;
	margin-bottom:15px;
	font-weight:bold;
}

.gx32_img{
	width:33.33%;
	height:215px;
}

.gx32_img img{
	display: block;
	width:100%;
	height:100%;
}

.gx32_main{
	width:66.67%;
	height:215px;
	background:#26acff;
	padding:35px 2%;
	overflow: hidden;
}

.gx32_main h3{
	font-size:24px;
	line-height:24px;
	margin-bottom:15px;
	font-weight:bold;
	color:#fff;
	margin-bottom:30px;
}

.gx32_main a{
	float:left;
	font-size:16px;
	color:#fff;
	transition:all 0.3s;
	display: inline-block;
	width:20%;
	margin-bottom:25px;
}

.gx32_main a:hover{
	color:#b00f14;
}
.gx3_sec1,
.gx3_sec2{
	opacity:0;
}
.gx3_sec1.articleShow,
.gx3_sec2.articleShow{
	-webkit-animation: fadeInUp1 1s ease-in-out both;
	-moz-animation: fadeInUp1 1s ease-in-out both;
	-ms-animation: fadeInUp1 1s ease-in-out both;
	animation: fadeInUp1 1s ease-in-out both;
	opacity: 1;
}


.gx5_section{
	padding:45px 0 40px;
	background:url(../images1/gx4_bg.jpg) no-repeat center;
	background-size:auto 100%;
	text-align: center;
}

.gx4_section{
	padding:40px 0 45px;
	background:#f7f7f7;
}

.gx4_tit{
	font-size:35px;
	line-height:35px;
	margin-bottom:40px;
	color:#393939;
}

.gx4_tit span{
	color:#b00f14;
	font-weight:bold;
}


.gx4_sec li{
	width:30%;
	float:left;
	margin-right:5%;
	margin-bottom:20px;
	background:url(../images1/gx41_bg.jpg) no-repeat center;
	background-size:100% 100%!important;
	border-radius:6px;
	color:#fff;
	padding:40px 15px;
	text-align: center;
	font-size:16px;
	line-height:30px;
	height:350px;
	opacity:0;
}

.gx4_sec li:nth-child(3){
	margin-right:0;
}

.gx4_sec li img{
	margin-bottom:15px;
	max-width:60%;
	height:auto;
	transition:all 0.5s;
}
.gx4_sec li:hover img{
	transform:rotateY(180deg);
}

.gx4_sec li h3{
	font-size:30px;
	line-height:30px;
	margin-bottom:20px;
}

.gx4_sec li div{
	text-align: left;
}


.gx4_sec.articleShow li{
	-webkit-animation: fadeInUp1 1s ease-in-out both;
	-moz-animation: fadeInUp1 1s ease-in-out both;
	-ms-animation: fadeInUp1 1s ease-in-out both;
	animation: fadeInUp1 1s ease-in-out both;
	opacity: 1;
}

.gx4_sec.articleShow li:nth-child(2){
	animation-delay:0.3s; 
	-webkit-animation-delay:0.3s;
}

.gx4_sec.articleShow li:nth-child(3){
	animation-delay:0.6s; 
	-webkit-animation-delay:0.6s;
}

.gx6_section{
	padding:40px 0px 20px;
	background:#fff;
}
.gx6_sec{
	padding:55px 10% 0;
}

.gx6_sec li{
	float:left;
	width:25%;
	text-align: center;
	position:relative;
	margin-bottom:20px;
	opacity:0;
}

.gx6_sec li .gx6_img2{
	position:absolute;
	top:45px;
	right:-5px;
}
.gx6_sec li h4{
	padding-top:20px;
	color:#202020;
	font-size:18px;
	line-height:18px;
}


.gx6_sec.articleShow li{
	-webkit-animation: fadeInUp1 1s ease-in-out both;
	-moz-animation: fadeInUp1 1s ease-in-out both;
	-ms-animation: fadeInUp1 1s ease-in-out both;
	animation: fadeInUp1 1s ease-in-out both;
	opacity: 1;
}

.gx6_sec.articleShow li:nth-child(2){
	animation-delay:0.3s; 
	-webkit-animation-delay:0.3s;
}

.gx6_sec.articleShow li:nth-child(3){
	animation-delay:0.6s; 
	-webkit-animation-delay:0.6s;
}

.gx6_sec.articleShow li:nth-child(4){
	animation-delay:0.9s; 
	-webkit-animation-delay:0.9s;
}


.gx7_section{
	padding:40px 0 60px;
	background:#f7f7f7;
}
.gx7_tit{
	overflow: hidden;
	margin-bottom:35px;
}
.gx7_tit a{
	float:right;
	color:#bc121a;
	font-size:14px;
	padding-left:30px;
	background:url(../images1/gx72.jpg) no-repeat left center;
	line-height:30px;
}

.gx7_tit h2{
	float:left;
	color:#393939;
	font-size:35px;
	line-height:35px;
}

.gx7_sec{
	margin-top:35px;
}


.gx7_sec1,
.gx7_sec2{
	opacity:0;
	background:#fff;
	box-shadow:0px 0px 10px #f3f3f3;
}

.gx7_sec1.articleShow{
	-webkit-animation: fadeInleft 1s ease-in-out both;
	-moz-animation: fadeInleft 1s ease-in-out both;
	-ms-animation: fadeInleft 1s ease-in-out both;
	animation: fadeInleft 1s ease-in-out both;
	opacity: 1;
}

.gx7_sec2.articleShow{
	-webkit-animation: fadeInright 1s ease-in-out both;
	-moz-animation: fadeInright 1s ease-in-out both;
	-ms-animation: fadeInright 1s ease-in-out both;
	animation: fadeInright 1s ease-in-out both;
	opacity: 1;
}

.gx7_sec1{
	padding:15px 30px 40px;
	width:75%;
	height:500px;
}


.gx7_sec1 li{
	color:#393939;
	font-size:16px;
	line-height:28px;
	padding:12px 0;
	border-bottom:1px solid #d8d8d8;
}

.gx71_main1 i{
	font-style:normal;
	color:#c95e64;
	margin-right:3px;
}
.gx71_main2 i{
	font-style:normal;
	color:#50c2ff;
	margin-right:3px;
}

.gx71_main1 a{
	display:inline-block;
	margin-left:20px;
	transition:all 0.3s;
	color:#fff;
	background:#b00f14;
	line-height:22px;
	width:120px;
	font-size:13px;
	text-align: center;
	border-radius:11px;
}

.gx71_main1 a:hover{
	opacity:0.5;
}

.gx71_main1 a img{
	margin-right:3px;
}




.gx7_sec2{
	padding:35px 25px;
	width:23%;
	height:500px;
}

.gx72_tit{
	font-size:18px;
	line-height:18px;
	margin-bottom:12px;
	color:#333333;	
}

.gx72_main{
	background:#f7f7f7;
	padding:40px 15px;
	height:410px;
	color:#333333;	
	text-align: center;
	font-size:16px;
	line-height:36px;
}

.gx72_main h3{
	font-size:20px;
	line-height:20px;
	margin:20px 0 10px;
}

.gx72_main a{
	display: block;
	width:100%;
	line-height:34px;
	font-size:16px;
	background:#00cd63;
	color:#fff;
	transition:all 0.3s;
	margin:10px 0;
	border-radius:3px;
}

.gx72_main a:hover{
	opacity:0.5;
}



.gx8_section{
	padding:45px 0 35px;
	background:#2c2c74;
}

.gx8_sec1{
	font-size:24px;
	line-height:38px;
	color:#fff;
	margin-bottom:35px;
}


.gx8_sec2{
	text-align: center;
}
.gx8_sec2 a{
	display: inline-block;
	width:238px;
	line-height:44px;
	transition:all 0.3s;
	margin:0 7%;
	font-size:20px;
}

.gx8_sec2 a:hover{
	opacity:0.7;
}

.gx8_sec2 a.gx82a1{
	color:#fff;
	background:#b00f14;
}

.gx8_sec2 a.gx82a2{
	color:#242424;
	background:#fee058;
}







/*banquan*/

.bq_banner{
	height:609px;
	background:url(../images1/bq_banner.jpg) no-repeat center;
	background-size:auto 100%;
}

.bq4_section{
	padding:40px 0;
	background:#fff;
}

.bq4_tit{
	font-size:35px;
	line-height:35px;
	color:#393939;
	margin-bottom:40px;
}

.bq4_sec{
	padding:0 5%;
}



.bq4_sec li{
	float:left;
	width:20%;
	text-align: center;
	position:relative;
	margin-bottom:20px;
	opacity:0;
}

.bq4_sec li .bq4_img2{
	position:absolute;
	top:45px;
	right:-5px;
}
.bq4_sec li h4{
	padding-top:20px;
	color:#202020;
	font-size:18px;
	line-height:18px;
}


.bq4_sec.articleShow li{
	-webkit-animation: fadeInUp1 1s ease-in-out both;
	-moz-animation: fadeInUp1 1s ease-in-out both;
	-ms-animation: fadeInUp1 1s ease-in-out both;
	animation: fadeInUp1 1s ease-in-out both;
	opacity: 1;
}

.bq4_sec.articleShow li:nth-child(2){
	animation-delay:0.3s; 
	-webkit-animation-delay:0.3s;
}

.bq4_sec.articleShow li:nth-child(3){
	animation-delay:0.6s; 
	-webkit-animation-delay:0.6s;
}

.bq4_sec.articleShow li:nth-child(4){
	animation-delay:0.9s; 
	-webkit-animation-delay:0.9s;
}


.bq4_sec.articleShow li:nth-child(5){
	animation-delay:1.2s; 
	-webkit-animation-delay:1.2s;
}




.bq1_section{
	padding:100px 0 75px;
	background:#f4f4f4;
	font-family:"pf";
}

.bq1_sec{
	position:relative;
}

.bq1_sec1{
	position:absolute;
	top:-145px;
	left:0;
	right:0;
	padding:25px;
	background:#fff;
	box-shadow:0px 0px 10px #e2e2e2;
	z-index:5;
}

.bq11_main1{
	overflow:hidden;
}
.bq11_main1 a{
	float:left;
	margin-right:20px;
	text-align: center;
	display:block;
	width:180px;
	line-height:38px;
	color:#fff;
	font-size:16px;
	background:#ff7f00;
	border-radius:2px;
	transition:all 0.3s;
}

.bq11_main1 a:hover{
	opacity:0.7;
}

.bq11_main2{
	border:1px solid #cccccc;
}

.bq11_main2 select{
	background:#f5f5f5;
	color:#3c3c3c;
	font-size:15px;
	width:145px;
	height:38px;
	padding:0 15px;
	float:left;
}
.bq11_main2 input.bq112_ipt1{
	float:left;
	height:38px;
	line-height:38px;
	width:460px;
	padding:0 20px;
	color:#b6b6b6;
	font-size:15px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
.bq11_main2 input.bq112_ipt2{
	width:112px;
	cursor:pointer;
	color:#fff;
	font-size:15px;
	transition:all 0.3s;
	background:#ff6600;
	height:38px;
	line-height:38px;
}

.bq11_main2 input.bq112_ipt2:hover{
	opacity:0.7;
}

.bq1_sec1,
.bq1_sec2{
	opacity:0;
}
.bq1_sec1.articleShow,
.bq1_sec2.articleShow{
	-webkit-animation: fadeInUp1 1s ease-in-out both;
	-moz-animation: fadeInUp1 1s ease-in-out both;
	-ms-animation: fadeInUp1 1s ease-in-out both;
	animation: fadeInUp1 1s ease-in-out both;
	opacity:1;
}

.bq121_main{
	width:80%;
	height:450px;
	box-shadow:0px 0px 10px #cecece;
}
.bq122_main{
	width:18%;
	height:450px;
	box-shadow:0px 0px 10px #cecece;
}

.bq121_main1{
	width:30%;
	height:100%;
	position:relative;
	background:url(../images1/bq1_bg1.jpg) no-repeat center;
	background-size:100% 100%;
	position:relative;
	padding:190px 0 20px;
	text-align: center;
	color:#fff;
}


.bq121_m1{
	background:url(../images1/bq1.jpg) no-repeat center;
	background-size:100% 100%;
	position:absolute;
	top:-10px;
	left:33px;
	z-index:5;
	width:220px;
	height:150px;
	box-shadow:0px 0px 10px #1466ee;
	padding-top:35px;
}

.bq121_m1 h2{
	font-size:30px;
	line-height:30px;
	font-weight:bold;
	margin-bottom:30px;
}

.bq121_m1 h5{
	font-size:16px;
	line-height:16px;
}

.bq121_m2 h2{
	font-size:40px;
	line-height:40px;
	font-weight:bold;
	margin-bottom:15px;
}


.bq121_m2 h5{
	font-size:20px;
	line-height:20px;
	margin-bottom:20px;
}

.bq121_m2 a{
	margin-top:35px;
	display: inline-block;
	font-size:16px;
	line-height:38px;
	width:70%;
	color:#fff;
	transition:all 0.5s;
	border-radius:19px;
	background:url(../images1/bq1_bg4.jpg) repeat-y center;
	background-size:100% 100%;
}

.bq121_m2 a:hover{
	transform: scale(1.05);
}


.bq121_main2{
	width:34%;
	height:100%;
	background:url(../images1/bq1_bg2.jpg) no-repeat center;
	background-size:100% 100%;
	position:relative;
	transition:all 0.3s;
}

.bq121_main2 a{
	display: block;
	width:100%;
	height:100%;
	padding:30px 25px;
}
.bq121_main2 h4{
	color:#333333;
	font-size:24px;
	line-height:24px;
	margin-bottom:20px;
}


.bq121_main2 div{
	color:#868686;
	font-size:16px;
	line-height:24px;
	padding-bottom:20px;
	min-height:150px;
}

.bq121_main2 h3{
	font-size:30px;
	line-height:30px;
	color:#e93c3b;
	display:none;
}


.bq121_main2 h5{
	position:absolute;
	right:25px;
	bottom:30px;
}
.bq121_main2 h5 span{
	color:#643dce;
	font-size:16px;
	line-height:30px;
}


.bq121_main3{
	width:36%;
}
.bq121_main3 li{
	height:150px;
	border-left:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
	background:#fff;
	transition:all 0.3s; 
}

.bq121_main3 li a{
	display: block;
	width:100%;
	height:100%;
	padding:35px 35px 20px 20px;
}

.bq121_main3 li:last-child{
	border-bottom:none;
}

.bq121_main3 li h3{
	font-size:20px;
	color:#333333;
	line-height:20px;
	margin-bottom:10px;
	transition:all 0.3s;
}

.bq121_main3 li h5{
	font-size:16px;
	line-height:16px;
	overflow: hidden;
	color:#868686;
	line-height:30px;
	position:relative;
	padding-right:35%;
}

.bq121_main3 li h5 span{
	position: absolute;
	top:0;
	right:0;
	color:#e93c3b;
	font-size:18px;
	display:none;
}
.bq121_main3 li h5 span i{
	font-style:normal;
	font-size:30px;
	line-height:30px;
}

.bq121_main2:hover h4,
.bq121_main2:hover h3,
.bq121_main2:hover div,
.bq121_main2:hover h5 span,
.bq121_main3 li:hover h5,
.bq121_main3 li:hover h5 span,
.bq121_main3 li:hover h5 span i,
.bq121_main3 li:hover h3{
	color:#fff;
}

.bq121_main2:hover,
.bq121_main3 li:hover{
	transform:scale(1.05);
	background:#546efb;
	border:none;
	z-index:10;
	box-shadow:0px 0px 10px #546efb;
}

.bq122_tit{
	width:100%;
	height:60px;
	background:url(../images1/bqnav.png) no-repeat center;
	background-size:100% 100%;
	position:relative;
}

.bq122_tit::after{
	content:"";
	position:absolute;
	top:15px;
	left:0px;
	display: block;
	width:5px;
	height:30px;
	background:#496cf8;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
}

.bq122_tit a{
	display: block;
	width:100%;
	height:100%;
	color:#fff;
	font-size:20px;
	padding:0 30px;
	line-height:60px;
}

.bq122_tit span{
    display: inline-block;
	width: 12px;
    height: 14px;
    background:url(../images1/bq1.png) no-repeat;
    margin-left:20px;
}

.bq122_m{
	height:390px;
	width:100%;
	background:url(../images1/bq1_bg3.jpg) no-repeat center;
	background-size:100% 100%;
}

.bq122_m li{
	position:relative;
	height:130px;
	width:100%;
	padding:0px 20px;
}

.bq122_m li::after{
	content:"";
	position:absolute;
	left:0;
	top:30px;
	display: block;
	width:4px;
	height:20px;
	background:#496cf8;
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
}

.bq122_m li a{
	display: block;
	width:100%;
	height:100%;
	padding:30px 0 40px;
	border-bottom:1px solid #e8e8e8;
}

.bq122_m li h3{
	font-size:20px;
	line-height:20px;
	color:#333;
	margin-bottom:25px;
}
.bq122_m li h5{
	overflow: hidden;
	font-size: 14px;
	line-height:14px;
    color: #999;
}
.bq122_m li h5 span{
	float:right;
    display: inline-block;
	width: 12px;
    height: 14px;
    background:url(../images1/bq1.png) no-repeat;
    background-position: 0px -32px;
}

.bq122_m li:hover h3,
.bq122_m li:hover h5{
	color:#496cf8;
}


.bq2_section{
	padding:40px 0;
	background:#fff;
}

.bq2_tit{
	font-size:35px;
	line-height:35px;
	color:#393939;
	margin-bottom:30px;
}

.bq2_sec{
	font-family:"pf";
}


.bq2_sec1,
.bq2_sec2{
	width:50%;
	height:400px;
	background-size:100% 100%;
	opacity:0;
	color:#fff;
	padding:30px;
}

.bq2_sec1{
	background:url(../images1/bq2_bg1.jpg) no-repeat center;
}
.bq2_sec2{
	background:url(../images1/bq2_bg2.jpg) no-repeat center;
}


.bq2_sec1.articleShow{
	-webkit-animation: fadeInleft 1s ease-in-out both;
	-moz-animation: fadeInleft 1s ease-in-out both;
	-ms-animation: fadeInleft 1s ease-in-out both;
	animation: fadeInleft 1s ease-in-out both;
	opacity: 1;
}

.bq2_sec2.articleShow{
	-webkit-animation: fadeInright 1s ease-in-out both;
	-moz-animation: fadeInright 1s ease-in-out both;
	-ms-animation: fadeInright 1s ease-in-out both;
	animation: fadeInright 1s ease-in-out both;
	opacity: 1;
}


.bq21_tit{
	line-height:340px;
	font-size:24px;
	width:37%;
}


.bq21_main{
	/*padding-top:;*/
	width:63%;
}

.bq21_main li{
	font-size:18px;
}

.bq21_main li i{
	display: inline-block;
	font-size:40px;
	font-weight:bold;
	position:relative;
	z-index:2;
	width:34px;
	text-align: center;
	margin-right:10px;
}

.bq21_main li i::after{
	content:"";
	position:absolute;
	top:25px;
	left:0px;
	width:34px;
	height:23px;
	border:1px solid #fff;
	z-index:1;
}

.bq21_main.bq22_main{
	padding-top:20px;
}



.bq3_section{
	padding:40px 0 55px;
	background:#f7f7f7;
}

.bq3_tit{
	overflow: hidden;
	padding-bottom:70px;
	color:#393939;
}
.bq3_tit h2{
	float:left;
	font-size:35px;
	line-height:35px;
}

.bq3_tit h3{
	float:right;
	font-size:24px;
	line-height:24px;
	position:relative;
}

.bq3_tit h3::after{
	content:"";
	position:absolute;
	bottom:-15px;
	right:0;
	display: block;
	width:90px;
	height:3px;
	background:#b00f14;
}

.bq3_sec{
	opacity:0;
}

.bq3_sec.articleShow{
	-webkit-animation: fadeInUp1 1s ease-in-out both;
	-moz-animation: fadeInUp1 1s ease-in-out both;
	-ms-animation: fadeInUp1 1s ease-in-out both;
	animation: fadeInUp1 1s ease-in-out both;
	opacity:1;
}

.bq3_sec1,
.bq3_sec2{
	height:360px;
}

.bq3_sec1{
	width:62.5%;
}
.bq3_sec2{
	width:37.5%;
	background:#fff;
	padding:40px 5px;
	text-align: center;
}

.bq3_sec2 h3{
	font-size:30px;
	line-height:30px;
	color:#7d4b00;
	margin-bottom:30px;
}

.bq32_main{
	overflow:hidden;
}

.bq32_main a{
	float:left;
	display: block;
	width:25%;
	height:45px;
	margin-bottom:20px;
	font-size:15px;
	line-height:22px;
	color:#202020;
}

.bq32_main a:hover{
	color:#b00f15;
}

.bq3_sec1 .parHd{
	width:22%;
	height:365px;
	padding:35px 15px;
	background:#202020;
}

.bq3_sec1 .parHd li{
	color:#fff;
	line-height:32px;
	border-radius:16px;
	font-size:15px;
	text-align: center;
	margin-bottom:30px;
	cursor: pointer;
	transition:all 0s;
}

.bq3_sec1 .parHd li:hover{
	color:#b00f15;
}
.bq3_sec1 .parHd li.on{
	background:#b00f15;
}

.bq3_sec1 .parBd{
	width:78%;
	height:365px;
}

.bq31_main1,
.bq31_main2{
	height:182px;
}


.bq31_main1{
	background:#af4145;
}
.bq31_main2{
	background:#b00f15;
}

.bq31_main{
	font-family:"pf";
	color:#fff;
}

.bq31_main1 h3,
.bq31_main2 h3{
	font-size:22px;
	line-height:22px;
	margin-bottom:12px;
}

.bq31_main .bq31_m1{
	font-size:16px;
	line-height:30px;
	min-height:75px;
	padding-bottom:10px;
}

.bq31_main2 a,
.bq31_main1 a{
	display: inline-block;
	padding:0 20px;
	font-size:14px;
	color:#fff;
	line-height:28px;
	border:1px solid #fff;
	border-radius:14px;
	transition:all 0.3s;
}


.bq31_main2 a:hover{
	background:#fff;
	color:#af4145;
}
.bq31_main1 a:hover{
	background:#fff;
	color:#b00f15;
}

.bq31_main1,
.bq31_main2{
	position:relative;
	padding:25px 20px;
}


.bq31_main1 .bq31_img,
.bq31_main2 .bq31_img{
	position:absolute;
	top:25px;
	right:25px;
	z-index:3;
}









/*zhuanli*/


.zl1_sec .bq11_main2 input.bq112_ipt1 {
    width:300px;
}
.zl1_sec .bq11_main2 input.bq112_ipt2 {
    width: 100px;
}

.zl1_sec .bq11_main2 select {
    padding: 0 10px;
    width:150px;
}
.zl1_sec .bq11_main1 a {
    width: auto;
    padding:0 10px;
}

.zl1_sec .bq121_m1 {
    background: url(../images1/zl1.png) no-repeat center;    
    padding-top:30px;
}
.zl1_sec .bq121_m1 h2 {
    margin-bottom: 20px;
}
.zl1_sec .bq121_m1 h5 {
    line-height:22px;
}
.zl1_sec .bq121_main3 li h5{
	line-height:24px;
}

.zl1_sec .bq121_m2 a {
    background: url(../images1/zl1_bg2.jpg) repeat-y center;
}

.zl1_sec .bq121_main2 {
    background: url(../images1/zl1_bg1.png) no-repeat center;
}
.zl1_sec .bq121_main2:hover{
	transform:scale(1.05);
	background:#546efb;
	border:none;
	z-index:10;
	box-shadow:0px 0px 10px #546efb;
}



.zl122_m{
	background:#fff;
	height:390px;
	padding:20px;
}

.zl122_m li{
	line-height:38px;
	font-size:15px;
	color:#666666;
	border-bottom:1px solid #e9e9e9;
}

.zl122_m li a{
	color:#666666;
}

.zl122_m li a:hover{
	color:#e93c3b;
}

.zl1_sec2{
	padding-top:22px;
}

.zl1_sec2 li{
	float:left;
	width:23%;
	margin-right:2.6%;
	font-size:23px;
	color:#000000;
	height:175px;
	background:#fff;
	box-shadow:0px 0px 10px #d1d1d1;
	text-align: center;
	transition:all 0.3s;
	text-align: center;
	cursor: pointer;
}

.zl1_sec2 li:last-child{
	margin-right:0;
}

.zl1_sec2 li:hover{
	transform: scale(1.05);
	color:#bd121b;
}
.zl1_sec2 li img{
	margin:20px 0 10px;
	transition:all 0.3s;
}


/*.zl1_sec2 li:hover img{
	transform: rotateY(180deg);
}*/



.zl2_section{
	padding:40px 0 55px;
	background:#fff;
}

.zl2_tit {
    font-size: 35px;
    line-height: 35px;
    color: #393939;
    margin-bottom:60px;
}
.zl2_sec{
	opacity:0;
}
.zl2_sec.articleShow{
    -webkit-animation: fadeInUp1 1s ease-in-out both;
    -moz-animation: fadeInUp1 1s ease-in-out both;
    -ms-animation: fadeInUp1 1s ease-in-out both;
    animation: fadeInUp1 1s ease-in-out both;
    opacity:1;
}


.zl2_sec li{
	width:15%;
	float:left;
	margin-right:6.25%;
	margin-bottom:20px;
	text-align: center;
}

.zl2_sec li:last-child{
	margin-right:0;
}

.zl21_main{
	width:100%;
	height:180px;
	background:url(../images1/zl2_bg.jpg) no-repeat center;
	background-size:100% auto;
	color:#fff;
	padding:40px 30px;
	font-size:18px;
	line-height:24px;
	margin-bottom:20px;
}
.zl21_main h3{
	font-size:30px;
	line-height:30px;
	margin-bottom:15px;
	font-weight:bold;
}

.zl22_main {
	font-size:18px;
	line-height:36px;
	border:2px solid #bd121b;
	color:#bd121b;
}

.zl2_sec li:hover .zl22_main {
	background:#bd121b;
	color:#fff;
}



.zl3_section{
	padding:40px 0 80px;
	background:#f4f4f4;
}

.zl3_sec{
	opacity:0;
}
.zl3_sec.articleShow{
    -webkit-animation: fadeInUp1 1s ease-in-out both;
    -moz-animation: fadeInUp1 1s ease-in-out both;
    -ms-animation: fadeInUp1 1s ease-in-out both;
    animation: fadeInUp1 1s ease-in-out both;
    opacity:1;
}

.zl3_tit {
    font-size: 35px;
    line-height: 35px;
    color: #393939;
    margin-bottom:35px;
}
.zl3_sec1,
.zl3_sec2{
	height:495px;
	background:#fff;
	box-shadow:0px 0px 10px #d3d3d3;
}

.zl3_sec1{
	width:60%;
}
.zl3_sec2{
	width:38%;
	padding:2px;
}

.zl3_sec2 li{
	float:left;
	width:50%;
	height:165px;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	text-align: center;
	font-size:20px;
	color:#000;
}

.zl3_sec2 li:nth-child(2n){
	border-right:none;
}
.zl3_sec2 li:nth-child(5),
.zl3_sec2 li:nth-child(6){
	border-bottom:none;
}


.zl3_sec2 li img{
	margin:20px 0 5px;
	transition:all 0.3s;
}

.zl3_sec2 li:hover img{
	transform: rotateY(180deg)
}

.zl3_sec2 li:hover{
	color:#bd121b;
}


.zl3_sec1{
	padding:30px 20px;
}


.zl3_sec1 li{
	margin-bottom:20px;
	border-bottom:1px solid #d8d8d8;
	font-size:16px;
	line-height:38px;
	color:#383838;
	padding-bottom:15px;
}

.zl31_main1 span{
	color:#bd121a;
	margin-right:5px;
}
.zl31_main2 span{
	margin-right:5px;
	color:#38bdff;
}
