@charset "UTF-8";
/*-----default model-----*/
body,h1, h2, h3, h4, h5, h6,p,ul, ol, dl, dd,figure, menu, input, textarea, button, select, th, td,figcaption {margin: 0;padding: 0;}
h1, h2, h3, h4, h5, h6,b, strong {font-size: 100%;font-weight: normal;}
li {list-style: none;}
em, i {font-style: normal;}
img {border:none;}
input,textarea,button,select {outline: 0 none;}
table{border-collapse: collapse; margin:0 auto;}
textarea {resize: vertical;}
a {text-decoration: none;outline: 0 none;color:inherit}
i,em{ font-style:normal;}
table{border-collapse:collapse;width: 100%;color: #333;text-align: center;}
.clearfix:before,.clearfix:after{display:block;clear:both;content:"";visibility:hidden;height:0} 
.clearfix{zoom:1} 
body{width: 100%;height:100%;font-size: 12px;min-width: 1100px!important; font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;color: #444;
	background: #6e0f0c;
}
#footer_bx{clear: both;}

.nav-bgd,.dv_mn{display:none;}
.nav-fixed{position: fixed;top: 0;left: 0;width: 100%; z-index: 900; _position: absolute; _top: expression(eval(document.documentElement.scrollTop));_left:20px }
.pbot80{padding-bottom: 80px;}
.m-show,.m-ib{display: none!important;}
.qgfx_box {margin-top: 10px; margin-bottom: 20px!important;}
a[title="站长统计"]{display: none;}
@media only screen and (min-width: 800px) {
	.pc-hide{display:none !important;}
}
.wrap{position: relative; width: 1104px; margin: 0 auto;font-size: 0;text-align: center;}
.sec{width: 100%;display: inline-block;float: left;}
.cont{width: 100%;display: inline-block;float: left;}
.tit h3{
	width: 100%;
	height: 146px;
	background: url(../images/titBg.png) no-repeat center top;
	font:bold 48px/167px "microsoft yahei";
	color: #b11708;
	margin-bottom: 60px;
}
.tit h3 span {
    font: bold 46px/140px "microsoft yahei";
    color: #fff;
    display: inline-block;
    width: 25%;
    float: left;
    text-align: right;
}
.tit h3 label {
    display: inline-block;
    float: left;
    width: 70%;
    text-align: left;
    margin-left: 42px;
}
.tit h3 label::after {
    display: inline-block;
    content: '';
    width: 213px;
    height: 6px;
    background: url(../images/titR1.png) no-repeat left center;
    margin-left: 23px;
    vertical-align: middle;
}
.sec5 .tit h3 label::after {
	width: 128px;
    background: url(../images/titR1-1.png) no-repeat left center;
}
.sec6 .tit h3 label::after {
	width: 128px;
    background: url(../images/titR1-1.png) no-repeat left center;
}
 /* 输入框填充背景 */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 1000px white inset;
}
 
/* 输入框填充透明 */
/* input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #fff;
  transition: background-color 5000s ease-out 0.5s;
} */
 /*按钮悬停*/
 .hvr-grow-shadow{
     display: inline-block;
     vertical-align: middle;
     -webkit-transform: perspective(1px) translateZ(0);
     transform: perspective(1px) translateZ(0);
     box-shadow: 0 0 1px rgba(0, 0, 0, 0);
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
     -webkit-transition-property: box-shadow, transform;
     transition-property: box-shadow, transform;
 }
 .hvr-grow-shadow:hover, .hvr-grow-shadow:active {
     box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.5);
     -webkit-transform: scale(1.1);
     transform: scale(1.1);
 }
 /*侧边悬停*/
 .lfNav{position: fixed;width:194px; height:589px; display: block; background: url(../images/fixedNavBg.png) no-repeat center;top:10%; left:20px;z-index:9;}
 .lfNav .close{position:absolute;top:-25px; right:0; height:20px; width:20px; }
 .mt185{margin-top:187px;}
.nav-bg {
    width: 194px;
    height: 37px;
    display: block;
    float: left;
    clear: both;
    margin-left: 0;
    padding-bottom: 11px;
    text-align: center;
}
 .nav-bg.no-border{background: none;}
.nav-bg a {
    width: 99px;
    height: 35px;
    display: block;
    margin: auto;
    font: 18px/35px "microsoft yahei";
    color: #fff;
    border: 1px solid #f1665f;
}
.TP{
	display: inline-block;
	width: 100%;
	margin: 3px auto 0;
	text-align: center;
}
.left_top {
    width: 130px;
    height: 65px;
    display: inline-block;
    margin: 0 auto;
}
 
/*banner */
.banner-box{position:relative;height:760px;background:url(../images/banner.jpg) no-repeat center top; overflow:hidden;width:100%; text-align:center;}
.tc2 {
	height: 760px;
    position: absolute;
    height: 680px;
    top: 37px;
    width: 100%;
	overflow:hidden;
	z-index: 0;
}
.banner-box .wrap{height: auto;}
.banner-box .logo {
    width: 270px;
    position: absolute;
    left: 40px;
    top: 45px;
    cursor: pointer;
    display: block;
    height: 48px;
	z-index: 1;
}
.banner-box .logo img{width: 100%;}
.banner-box .line1{position: absolute; top:20px;width: 100%; left: -190px;
	-webkit-animation: ballon 3s linear infinite;
	animation: ballon 3s linear infinite;
}
.banner-box .line1 img{width: 50%;}
@keyframes ballon {
   0%{-webkit-transform: translateY(0); opacity: 0;}
  50%{-webkit-transform: translateY(80px); opacity: 1;}
100% {-webkit-transform: translateY(160px); opacity: 0;}
}
@-webkit-keyframes ballon {
	0%{-webkit-transform: translateY(0); opacity: 0;}
  50%{-webkit-transform: translateY(80px); opacity: 1;}
100% {-webkit-transform: translateY(160px); opacity: 0;}
}
.tc2 .line2 {
    position: relative;
    bottom: 300px;
    left: 665px;
    width: 100%;
    -webkit-animation: ballon1 6s linear infinite;
    animation: ballon1 6s linear infinite;
}
.tc2 .line2 img{width: 50%;}
@keyframes ballon1 {
   0%{-webkit-transform: translateY(360px); opacity: 0;}
  50%{-webkit-transform: translateY(180px); opacity: 1;}
100% {-webkit-transform: translateY(50px); opacity: 0;}
}
@-webkit-keyframes ballon1 {
	0%{-webkit-transform: translateY(360px); opacity: 0;}
  50%{-webkit-transform: translateY(180px); opacity: 1;}
100% {-webkit-transform: translateY(50px); opacity: 0;}
}
.banner-box .line3{position: absolute; top: 223px;width: 100%; z-index: 1;}

/*section1*/
.sec1{
	width: 100%;
	height: 916px;
	background: url(../images/s1Bg.jpg) no-repeat center top;
}
.one_main {width: 100%; height: 758px; margin: 102px auto 0; position: relative;
	background: url(../images/s1Bg1.jpg) no-repeat center top;
}
.one_main .s1tit{
	font:bold 48px/112px "microsoft yahei"; 
	color: #b11708;
}
.one_img {width: 20%; position: absolute; left: -4%; top: 2%; z-index: 1;}
.one_video {
    width: 95.6%;
    margin: 2.2%;
    height: 586px;
    background: #000;
}
/*section2*/
.sec2{
	width: 100%;
	height: 786px;
	background: url(../images/s2Bg.jpg) no-repeat center top;
}
.cont2 {
    width: 86%;
    height: 527px;
    background: url(../images/s2Bg1.jpg) no-repeat center top;
    padding: 0 7%;
}
.cont2>div{
	width: 366px;
	display: inline-block;
	float: left;
	margin-right: 210px;
	margin-top: 52px;
}
.cont2>div:nth-of-type(2){margin-right: 0;}
.s2Lnr p {
    font: bold 36px/100px "microsoft yahei";
    color: #c73934;
    display: inline-block;
    width: 100%;
    float: left;
    text-align: left;
	border-bottom: 1px solid #dcdcdc;
}
.s2Lnr p span{margin-right: 16px;}
.s2ul {
    width: 100%;
    display: inline-block;
    margin-top: 32px;
}
.s2ul li {
    font: 18px/30px "microsoft yahei";
    color: #333;
    background: url(../images/s2Icon2.png) no-repeat center bottom;
    text-align: left;
    display: inline-block;
    padding-bottom: 13px;
    text-indent: 35px;
}
.s2ul li:last-of-type{background: transparent;}

/*section3*/
.sec3{
	width: 100%;
	height: 692px;
	background: url(../images/s3Bg.jpg) no-repeat center top;
}
.cont3{
	display: inline-block;
	width: 100%;
	height: 442px;
	background: url(../images/s3Bg1.jpg) no-repeat center top;
}
.cont3>div{
	display: inline-block;
	float: left;
}
.cont3 .s3L {
    width: 32%;
    margin-left: 138px;
    margin-top: 110px;
}
.cont3 .s3R {
    width: 37%;
    margin-top: 63px;
    margin-left: 122px;
}
.s3L p{
	font: 18px/30px "microsoft yahei";
	color: #333;
	text-indent: 35px;
	text-align: left;
}
.s3R ul li{
	width: 180px;
	height: 60px;
	background: #fff1ef;
	margin-right: 45px;
	display: inline-block;
	float: left;
	margin-bottom: 21px;
}
.s3R ul li:nth-of-type(2n){margin-right: 0;}
.s3R ul li a{
	display: inline-block;
	width: 163px;
	height: 44px;
	font: 18px/44px "microsoft yahei";
	color: #c93b36;
	border: 1px solid #c93b36;
	margin-top: 7px;
}
.s3ts {
    display: inline-block;
    font: 16px/50px "microsoft yahei";
    color: #808080;
    float: right;
    margin-top: -18px;
}
/*section4*/
.sec4{
	width: 100%;
	height: auto;
	background: url(../images/s4Bg.jpg) no-repeat center top;
	padding-bottom: 68px;
}
.sec4 .tit h3{margin-bottom: 53px;}
.s4ul{display: inline-block; width: 100%;margin-bottom: 22px;}
.s4ul li{
	display: inline-block;
	float: left;
	width: 350px;
	height: 102px;
	font: bold 28px/89px "microsoft yahei";
	color: #fff;
	background: url(../images/s4Icon2.png) no-repeat center top;
	margin-right: 27px;
	cursor: pointer;
}
.s4ul li.cur{background: url(../images/s4Icon2cur.png) no-repeat center top;color: #b81d14;}
.s4ul li:last-of-type{margin-right: 0;}
.s4nr {
    width: 100%;
    display: inline-block;
    background: #fff;
    border-radius: 12px;
    /* padding-bottom: 37px; */
}
.s4nr>div{width: 100%; display: none;}
.s4nr>div.cur{display: inline-block;}
.cp2 .p1 {
    font: 20px/60px "microsoft yahei";
    color: #333;
    margin: 35px auto 55px;
}
.cp2 .p2{
	display: inline-block;
	width: 100%;
	margin-bottom: 27px;
}
.cp2 .p3 {
    font: 16px/43px "microsoft yahei";
    color: #808080;
    border: 1px solid #d2d2d2;
    display: inline-block;
    width: 357px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    float: right;
	margin-bottom: 37px;
}
.cp3>div {
    display: inline-block;
    float: left;
    width: 585px;
    height: 458px;
    background: url(../images/s4Icon5.png) no-repeat center top;
    position: relative;
    margin-top: -26px;
    margin-bottom: 65px;
}
.cp3 .s4L {
    background: url(../images/s4Icon4.png) no-repeat -7px top;
    position: relative;
    z-index: 1;
}
.cp3 .s4R {
    margin-left: -6.5%;
}
.s4Btm {
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 16px;
    left: 16.5%;
}
.s4R .s4Btm{left: 17.5%;}
.s4Btm>span{
	display: inline-block;
	float: left;
}
.s4Btm .sp1 {
    font: bold 20px/67px "microsoft yahei";
    color: #7b3502;
    width: 50%;
    text-align: left;
}
.s4Btm .sp2 {
    width: 119px;
    height: 35px;
    border: 1px solid #ff2e18;
    border-radius: 4px;
    margin: 15px 0;
}
.s4Btm .sp2 a{
	display: inline-block;
	width: 100%;
	font: 20px/35px "microsoft yahei";
	color: #da201a;
}
.s4Bm .p1{
	font: 18px/30px "microsoft yahei";
	color: #333;
}
.s4Bm .p1 label{font-weight: bold;}
.s4Bm .p2{
	display: inline-block;
	width: 140px;
	height: 44px;
	background: #f62f2f;
	border-radius: 4px;
}
.s4Bm .p2 a{
	display: inline-block;
	width: 100%;
	font: 15px/44px "microsoft yahei";
	color: #fff;
}
.s4Bm .p2 a::before {
    display: inline-block;
    content: '';
    width: 13px;
    height: 22px;
    background: url(../images/s4Icon1-1.png) no-repeat center;
    margin-right: 10px;
    vertical-align: sub;
}
.s4tk .p2 a::before {
    display: inline-block;
    content: '';
    width: 19px;
    height: 19px;
    background: url(../images/s4Icon1-2.png) no-repeat center;
    margin-right: 10px;
    vertical-align: sub;
}
.cp1{padding-top: 28px;padding-bottom: .2rem;}
.cp1>div{
	display: inline-block;
	float: left;
	width: 327px;
	height: 344px;
	margin-left: 24px;
	position: relative;
	margin-bottom: 28px;
}
.s4Bm{
	display: inline-block;
	width: 100%;
	position: absolute;
	bottom: 24px;
	left: 0;
}
.jxcpP {
    display: inline-block;
    font: 16px/70px "microsoft yahei";
    color: #808080;
    float: right;
    margin-right: 50px;
    margin-top: -13px;
}
/*section5*/
.sec5{
	width: 100%;
	height: 675px;
	background: url(../images/s5Bg.jpg) no-repeat center top;
}
.sec5 .tit h3{margin-bottom: 46px;}
.cont5 {
    width: 100%;
    display: inline-block;
    background: #fff;
    border-radius: 12px;
    padding-top: 58px;
    padding-bottom: 38px;
}
.cont5>div{
	display: inline-block;
	width: 475px;
	height: 342px;
	background: url(../images/s5Icon5.png) no-repeat center top;
	float: left;
}
.cont5 .s5L {
    margin-right: 35px;
    margin-left: 75px;
}
.s5p {
    display: inline-block;
    width: 30px;
    font: bold 32px/38px "microsoft yahei";
    color: #fff;
    float: left;
    padding: 15px 34px 0;
}
.jyxq {
    display: inline-block;
    width: 64%;
    float: left;
    margin-top: 62px;
    margin-left: 17px;
}
.jyxq ul li{
	display: inline-block;
	width: 100%;
	font: 18px/30px "microsoft yahei";
	color: #333;
	text-align: left;
	position: relative;
}
.jy1 ul li {
    width: 272px;
    font: 18px/48px "microsoft yahei";
    border: 1px dashed #d2d2d2;
    margin-bottom: 9px;
    text-align: center;
}
.jy1 img{
	width: 24px;
	margin-right: 10px;
}
.jy2{
	margin-top: 63px;
}
.jy2 img {
    width: 12px;
    position: absolute;
    top: 10px;
    left: -23px;
}
.jy2 ul {
    display: inline-block;
    width: 100%;
    background: url(../images/s5Icon4.png) no-repeat left 10px;
    padding-left: 18px;
}
.jy2 ul li{margin-bottom: 18px;}

/*section6*/
.sec6{
	width: 100%;
	height: auto;
	background: url(../images/s6Bg.jpg) no-repeat center top;
	padding-bottom: 50px;
}
.sec6 .tit h3{margin-bottom: 46px;}
.cont6{
	width: 100%;
    display: inline-block;
    background: #fff;
    border-radius: 12px;
	padding-top: 72px;
	padding-bottom: 31px;
}
.cont6>div{display: inline-block;}
.s6xq ul{
	display: inline-block;
	float: left;
	width: 100%;
}
.s6xq ul li{
	display: inline-block;
	float: left;
	font: 17px/28px "microsoft yahei";
	color: #333333;
	-webkit-box-shadow: 0 0 21px rgba(227,180,174,.5);
	box-shadow: 0 0 21px rgba(227,180,174,.5);
	position: relative;
	width: 520px;
	height: 217px;
	border-radius: 8px;
	margin-right: 19px;
}
.s6xq ul li .p1{
	display: inline-block;
	width: 100%;
	font:bold 32px/76px "microsoft yahei";
	color: #fff;
	background: url(../images/s6tBg.png) no-repeat center top;
	position: absolute;
	top: -20px;
	left: 0;
}
.s6xq ul li .p1::before{
	content: '';
	display: inline-block;
	width: 58px;
	height: 4px;
	background: url(../images/s6tL.png) no-repeat left;
	margin-right: 10px;
	vertical-align: middle;
}
.s6xq ul li .p1::after{
	content: '';
	display: inline-block;
	width: 58px;
	height: 4px;
	background: url(../images/s6tR.png) no-repeat right;
	margin-left: 10px;
	vertical-align: middle;
}
.s6xq ul li .p2 {
    text-align: left;
    width: 70%;
    margin: 76px auto 0;
}
.s62{margin-top: 73px;}
.s62 ul li {
    width: 330px;
    margin-right: 35px;
}
.s62 ul li .p1{
	background: url(../images/s6tBg1.png) no-repeat center top;
}
.s62 ul li .p1::before{
	width: 40px;
	background: url(../images/s6tL1.png) no-repeat left;
}
.s62 ul li .p1::after{
	width: 40px;
	background: url(../images/s6tR1.png) no-repeat right;
}
.s6xq ul li:last-of-type{margin-right: 0;}
.s62 ul li .p2{
	text-align: left;
	ma
}