@charset "utf-8";

/*公用样式开始*/
*{
	font-family: Microsoft YaHei,simsun,Helvetica Neue,Arial,Helvetica,sans-serif;
}
body{
	position: relative;
	background-color: #ccc;
}
ul,li{
	list-style: none;
	padding: 0;
	margin: 0;
}
a{
	font-size: 14px;
	text-decoration: none;
}
a:hover,a:focus,a:visited{
	text-decoration: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}

.col{
	color: #da251d;
}
.red{
	color: #ef0c0c;
}

.bgcol{
	background-color: #f1f1f1;
}
img{
	border: none;
}
p{
	margin: 0;
}
.bodbox{
	height: 100%;
	overflow: hidden;
}


/*公用样式结束*/




/*顶部导航*/
.Inheader{
    position: absolute;
    z-index: 100;
    width: 100%;
}
.Inheader .Inrow{
	width: 80%;
	margin: 15px auto;
	position: relative;
}
.Inheader .Inrow:after{
	content: "";
	display: block;
	clear: both;
}
.Inhead-logo{
	float: left;
	width: 230px;
}
.Inhead-logo img{
	display: block;
	width: 100%;
}

.Inhead-header{
	text-align: center;
}
.Inhead-bt{
	display: none;
}
.Inhead-header ul{
    display: initial;
	margin-left: -200px;
}
.Inhead-header ul:after{
	content: "";
	display: block;
	clear: both;
}
.Inhead-header ul li{
	display: inline-block;
}
.Inhead-header ul li a{
	display: block;
	color: #fff;
	font-size: 18px;
	padding: 5px 20px;
	line-height: 28px;
	text-shadow: 0px 2px 3px rgba(0,0,0,.3);
	transition: all 0.33s;
}
.Inhead-header ul li a:hover{
	text-shadow: 0px 2px 3px rgba(0,0,0,.8);
}


.Inhead-en{
	position: absolute;
    top: 2px;
    right: 0;
}
.Inhead-en a{
	display: inline-block;
	color: #fff;
	font-size: 16px;
	width: 33px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	border-radius: 50%;
	background-color: rgba(255,255,255,.2);
	transition: all 0.33s;
}
.Inhead-en a:hover{
	color: #333;
	background-color: rgba(255,255,255,1);
}
#xsdh{
	display: none;
}

/*首页内容*/
.main{}
.main .pag{
	height: 100%;
	background-size: cover;
    z-index: 10;
    width: 100%;
    overflow: hidden;
    transition: all 0.33s;
}
.main .page1{
    background: rgb(54, 113, 207) url(../images/wfjs.jpg) center center no-repeat;
}
.main .page2{
    background: rgb(54, 113, 207) url(../images/Inban1.jpg) center center no-repeat;
}
.main .page3{
    background: rgb(54, 113, 207) url(../images/Inban2.jpg) center center no-repeat;
}
.main .page4{
    background: rgb(54, 113, 207) url(../images/Inban4.jpg) center center no-repeat;
}
.main .page_container{
	width: auto;
    height: 100%;
    position: relative;
	padding: 80px 20px 20px 20px;
}

.InVideo{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.InVideo-bgc{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(12,47,38,.6);
}
.InVideo video{
	position: fixed;
    left: 0;
    margin-left: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
}


.InWFJS{
	position: relative;
	z-index: 10;
	height: 160px;
	margin-top: 16%;
	text-align: center;
}
.wow:first-child {
    visibility: hidden;
}
.InWFJS h1{
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 15px;
	text-shadow: 0px 2px 3px rgba(0,0,0,.8);
}
.InWFJS p{
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	width: 60%;
	margin: 0 auto;
	text-shadow: 0px 2px 3px rgba(0,0,0,.8);
}


.InAb-bg{
	position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 390px;
    height: 100%;
    background-color: rgba(27,55,111,1);
}
.InAb-ds{
	position: absolute;
    top: 0;
    left: 10px;
    width: 900px;
    height: 85%;
    opacity: .4;
    z-index: -1;
    background: url(../images/InAb-ds.png) center center no-repeat;
    background-size: cover;
}
.InAb-con{
	position: relative;
    width: 58%;
    margin: 0 auto;
    padding-left: 20px;
}
.InAb-con h5{
	color: #fff;
    font-size: 90px;
    font-weight: bolder;
    text-transform: uppercase;
    margin: 60px 0 30px;
    margin-left: -120px;
    position: relative;
    display: inline-block;
    text-shadow: 0px 2px 3px rgba(0,0,0,.8);
}
.InAb-con h5:after{
	content: "";
	position: absolute;
	bottom: -5px;
    right: 10px;
    width: 400px;
    height: 10px;
	background-color: #fff;
	box-shadow: 0px 2px 3px rgba(0,0,0,.8);
}

.InAb-con h3{
	color: #fff;
    font-size: 45px;
    font-weight: bold;
    margin: 20px 0px;
    text-shadow: 0px 2px 3px rgba(0,0,0,.8);
}
.InAb-con p{
	color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
    text-shadow: 0px 2px 3px rgba(0,0,0,.8);
}
.InAb-con a{
	display: inline-block;
    color: #fff;
    font-size: 20px;
    padding: 10px 60px;
    border: 1px solid #FF9900;
    background-color: #FF9900;
    margin-right: 30px;
    transition: all 0.33s;
}
.InAb-con a:last-of-type{
	margin-right: 0;
}
.InAb-con a:hover{
	border: 1px solid #fff;
	box-shadow: 0px 2px 3px rgba(0,0,0,.8);
}



.InPro-bg{
	position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 500px;
    height: 100%;
    background-color: rgba(27,55,111,1);
}
.InPro-bg-ul{
	position: absolute;
    top: 42%;
    width: 100%;
}
.InPro-bg-lis{}
.InPro-bg-lis a{
	padding: 35px 40px 40px;
    background-color: rgba(255,153,0,0);
    transition: all 0.33s;
	display: block;
    color: #fff;
    transition: all 0.33s;
}
.InPro-bg-lis a.cp{
	background-color: rgba(255,153,0,1);
}

.InPro-bg-lis a h5{
	font-size: 36px;
    font-weight: bold;
    margin: 0 0 5px;
}
.InPro-bg-lis a p{}
.InPro-bg-lis a p span{
	font-size: 20px;
    display: block;
}

.InPro-ds{
	position: absolute;
    top: 0;
    right: 100px;
    width: 650px;
    height: 100%;
    opacity: .2;
    z-index: -1;
    background: url(../images/InPro-ds.png) center center no-repeat;
    background-size: 100%;
}

.InPro-con{
    width: 70%;
    margin: 0 auto;
}
.InPro-con h5{
	color: #fff;
    font-size: 90px;
    font-weight: bolder;
    height: 72px;
    overflow: hidden;
    text-align: right;
    text-transform: uppercase;
    margin: 60px 0 0px;
    margin-right: -80px;
    position: relative;
    text-shadow: 0px 2px 3px rgba(0,0,0,.8);
}
.InPro-con h3{
	color: #fff;
    font-size: 45px;
    font-weight: bold;
    text-align: right;
    margin: 0;
    margin-right: -80px;
    position: relative;
    text-shadow: 0px 2px 3px rgba(0,0,0,.8);
}

.InPro-con-lis{
	position: absolute;
    bottom: 22%;
    width: 40%;
}
.InPro-con-lis li{
	display: none;
}
.InPro-con-lis li:first-of-type{
	display: block;
}
.InPro-con-lis li h2{
	color: #fff;
    font-size: 48px;
    font-weight: bold;
    margin: 10px 0;
    text-shadow: 0px 2px 3px rgba(0,0,0,.8);
}
.InPro-con-lis li p{
	color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
    text-shadow: 0px 2px 3px rgba(0,0,0,.8);
}
.InPro-con-lis li a{
	float: right;
    color: #fff;
    font-size: 16px;
    padding: 8px 35px 10px;
    border: 1px solid #FF9900;
    background-color: #FF9900;
    transition: all 0.33s;
}
.InPro-con-lis li a:hover{
	border: 1px solid #fff;
	box-shadow: 0px 2px 3px rgba(0,0,0,.8);
}


.InCa-con{
	width: 60%;
    margin: 10% auto 0;
    text-align: center;
}
.InCa-bg{
	opacity: 0;
	color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    text-shadow: 0px 2px 3px rgba(0,0,0,.8);
}
.InCa-bt{
	color: #fff;
    font-size: 90px;
    font-weight: bold;
    margin: 0 0 50px;
    letter-spacing: 18px;
    position: relative;
    text-shadow: 0px 2px 3px rgba(0,0,0,.8);
}
.InCa-bt:before{
	content: "";
	position: absolute;
	top: -38px;
	left: 50%;
    margin-left: -412px;
	width: 825px;
    height: 184px;
    background: url(../images/InCa-bg.png) center center no-repeat;
	background-size: cover;
}

.InCa-p{
	color: #fff;
    font-size: 18px;
    line-height: 30px;
    text-shadow: 0px 2px 3px rgba(0,0,0,.8);
}

.InCa-a{
	margin-top: 30px;
}
.InCa-a a{
	display: inline-block;
    color: #fff;
    font-size: 20px;
    padding: 10px 60px;
    border: 1px solid #FF9900;
    background-color: #FF9900;
    margin: 0 30px;
    transition: all 0.33s;
}
.InCa-a a:hover{
	border: 1px solid #fff;
	box-shadow: 0px 2px 3px rgba(0,0,0,.8);
}





.InFoot{
	position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    height: 198px;
    margin-left: 0;
    background: url(../images/InFoot-bg.png) no-repeat center bottom;
}
.InFoot p{
	width: 100%;
    margin-top: 100px;
    text-align: center;
    position: absolute;
    bottom: 58px;
}
.InFoot p span{
	color: #fff;
	font-size: 16px;
	margin-right: 8px;
}





@media only screen and (max-width: 1400px) and (min-width: 1201px) {
.Inhead-header ul {
    margin-left: -50px;
}	
	
	
}



@media only screen and (max-width: 1200px) and (min-width: 992px) {
.Inhead-header ul {
    margin-left: 0;
}
.Inhead-header ul li a {
    padding: 5px 12px;
}

.InAb-bg {
    width: 200px;
}
.InAb-con h5 {
    font-size: 80px;
}
.InAb-con h3 {
    font-size: 38px;
}

.InPro-bg {
    width: 380px;
}
.InPro-con {
    width: 85%;
}
.InPro-con h5 {
    font-size: 80px;
    height: 65px;
    margin-right: -20px;
}
.InPro-con h3 {
    font-size: 40px;
    margin-right: -20px;
}
.InPro-con-lis {
    width: 48%;
}


.InCa-con {
    width: 80%;
}
.InCa-bt {
    font-size: 85px;
    letter-spacing: 10px;
}




	
	
	
}


@media only screen and (max-width: 991px) and (min-width: 768px) {
.Inhead-header ul {
    margin-left: 0;
}
.Inhead-header ul li a {
    font-size: 16px;
    padding: 5px 5px;
}	

.InWFJS {
    height: auto;
    width: 85%;
    margin: 0 auto;
    margin-top: 16%;
}
.InWFJS p {
    width: 100%;
}
.InAb-bg {
    width: 180px;
}
.InAb-con {
    width: 85%;
    padding-left: 120px;
    box-sizing: border-box;
}
.InAb-con h5 {
    font-size: 80px;
}
.InAb-con h5:after {
    right: 0;
    width: 360px;
}
.InAb-con h3 {
    font-size: 40px;
}
.InAb-con a {
    padding: 8px 40px;
}


.InPro-bg {
    width: 300px;
}
.InPro-bg-ul {
    top: auto;
    bottom: 20%;
}
.InPro-bg-lis a {
    padding: 20px 40px 25px 30px;
}
.InPro-bg-lis a h5 {
    font-size: 30px;
}

.InPro-con {
    width: 90%;
}
.InPro-con h5 {
    font-size: 75px;
    height: 60px;
    margin-right: -20px;
}
.InPro-con h3 {
    font-size: 36px;
    margin-right: -20px;
}
.InPro-con-lis {
    width: 50%;
}
.InPro-con-lis li h2 {
    font-size: 36px;
}
.InPro-con-lis li p {
    font-size: 16px;
}


.InCa-con {
    width: 90%;
    margin: 12% auto 0;
}
.InCa-bt {
    font-size: 70px;
}
.InCa-bt:before {
    top: -32px;
    left: 0;
    margin-left: 0;
    width: 100%;
    height: 142px;
}



	
	
}


@media only screen and (max-width: 767px) {	
.Inhead-logo {
    width: 190px;
}
.Inhead-header{
	position: fixed;
    right: -260px;
    top: 0;
    width: 260px;
    height: 100%;
    background-color: #fff;
    z-index: 999;
    display: block;
    /*border-left: 3px solid #ff9900;*/
}
.Inhead-bt{
	display: block;
    margin: 0 0 8px;
    padding: 20px 0;
    padding-left: 80px;
    text-align: left;
    position: relative;
    background-color: #2662C6;
}
.Inhead-bt a{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    background-color: #ff9900;
}
.Inhead-bt strong{
	color: #fff;
    font-size: 20px;
}
.Inhead-header ul {
    display: block;
    margin-left: 0;
}
.Inhead-header ul li {
    display: block;
    padding: 0 15px;
}
.Inhead-header ul li a {
    display: block;
    color: #333;
    font-size: 18px;
    padding: 5px 20px;
    padding-left: 30px;
    line-height: 40px;
    text-shadow: none;
    text-align: left;
    border-bottom: 1px dashed #ccc;
    transition: all 0.33s;
}
.Inhead-header ul li a:hover {
    text-shadow: none;
    color: #ff9900;
}
.Inhead-en {
    display: none;
}
#xsdh{
	display: block;
    position: absolute;
    right: -10px;
    top: 6px;
}
#xsdh a{
	color: #fff;
    padding: 8px 5px;
}
#xsdh a i{}

#dhbox{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(3,3,3,.5);
}


.InWFJS {
    height: auto;
    width: 85%;
    margin: 30% auto 0;
}
.InWFJS h1 {
    font-size: 28px;
    margin-bottom: 25px;
}
.InWFJS p {
    font-size: 14px;
    line-height: 28px;
    width: 100%;
    text-shadow: 0px 1px 2px rgb(0 0 0 / 80%);
}

.InAb-bg {
    width: 180px;
}
.InAb-ds {
    width: 100%;
}
.InAb-con {
    width: 85%;
    padding-left: 0px;
    box-sizing: border-box;
}
.InAb-con h5 {
    font-size: 50px;
    margin-left: -20px;
}
.InAb-con h5:after {
    bottom: -5px;
    right: 0;
    width: 75%;
    height: 6px;
}
.InAb-con h3 {
    font-size: 28px;
}
.InAb-con p {
    font-size: 14px;
    line-height: 28px;
    text-shadow: 0px 1px 2px rgb(0 0 0 / 80%);
}

.InAb-con a {
    font-size: 16px;
    padding: 10px 30px;
    margin-right: 20px;
}

.InPro-bg {
    top: auto;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    height: 320px;
}
.InPro-ds {
    right: 0;
}
.InPro-bg-ul {
    top: 0;
}
.InPro-bg-lis a {
    padding: 15px 35px 20px;
}
.InPro-bg-lis a h5 {
    font-size: 24px;
    margin: 0 0 2px;
}
.InPro-bg-lis a p span {
    font-size: 14px;
}
.InPro-con {
    width: 90%;
}
.InPro-con h5 {
    font-size: 50px;
    height: 40px;
    margin: 30px 0 0px;
    margin-right: -10px;
}
.InPro-con h3 {
    font-size: 28px;
    margin-right: -10px;
}
.InPro-con-lis {
    position: absolute;
    bottom: 350px;
    width: 82%;
}
.InPro-con-lis li h2 {
    font-size: 28px;
    margin: 3px 0;
}
.InPro-con-lis li p {
    font-size: 14px;
    line-height: 26px;
    text-shadow: 0px 1px 2px rgb(0 0 0 / 80%);
}
.InPro-con-lis li a{
	font-size: 14px;
    padding: 8px 25px;
}

.InCa-con {
    width: 85%;
    margin: 20% auto 0;
}
.InCa-bt:before{
	display: none;
}
.InCa-bg {
    opacity: 1;
    font-size: 20px;
}
.InCa-bt {
    font-size: 35px;
    margin: 0 0 30px;
    letter-spacing: 12px;
}
.InCa-p {
    font-size: 14px;
    line-height: 28px;
    text-shadow: 0px 1px 2px rgb(0 0 0 / 80%);
}

.InCa-a a{
	font-size: 16px;
    padding: 8px 30px;
    margin: 0 10px;
}
.InFoot p span {
    font-size: 14px;
}


.InVideo video{
    left: 50%;
    margin-left: -620px;
}











}






@media only screen and (max-width: 500px) {	
.InAb-con h5 {
    margin: 20px 0 10px;
}
.InAb-con h3 {
    font-size: 24px;
}
.InAb-con p {
    line-height: 26px;
}
.InAb-con a {
    padding: 8px 20px;
}
.InPro-con h5 {
    margin: 10px 0 0px;
}
.InPro-con h3 {
    font-size: 26px;
}

.InPro-con-lis {
    bottom: 310px;
}
.InPro-con-lis li h2 {
    font-size: 24px;
}
.InPro-con-lis li p {
    line-height: 24px;
}
.InPro-bg {
    height: 292px;
}
.InPro-bg-lis a {
    padding: 10px 30px 15px;
}

.InCa-p {
    line-height: 26px;
}
.InCa-a a {
    padding: 6px 20px;
}


















}



























