﻿/*reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
fieldset,img{border:0}
table{border-collapse:collapse;border-spacing:0}
li{list-style:none}

a,a:hover,a:focus { text-decoration: none; outline: none; }
button:focus,button:active,button:hover { outline: none; }
body { font-family:"微软雅黑",  "Microsoft Yahei",'Source Han Sans CN','Hiragino Sans GB',"PingFang SC","Helvetica Neue","Helvetica",Arial,sans-serif; color: #333; }
input,select { appearance: none; -webkit-appearance: none; outline: none; }
html {font-size: 625%;}
html,body{ height: 100%;}
button{border: none;}
@media (max-width:767px) {html {font-size:312.5%;}
}
@media (max-width:359px) {html {font-size:250%;}
}
body{
	text-align: center;
}
.banner{
	height: 620px;
	background: url(/image/fvbanner.png) center no-repeat;
	background-size: cover;
}
.banner-center{
	position: relative;
}
.page-center{
	width: 1240px;
	margin: 0 auto;
}
.zc-w{
	width: 320px;
	box-shadow: -4px -4px 0px #cf3f48;
	position: absolute;
	right: -40px;
	top: 120px;
	border-radius: 8px;
}
.zc-kuang{
	width: 320px;
	background-color: #001256;
	box-shadow: 4px 4px 0px #05c7bc;
	border-radius: 8px;
	padding-bottom: 25px;
}
.zc-kuang h3{
	font-size: 24px;
	color: #fff;
	padding-top: 30px;
	margin-bottom: 8px;
}
.zc-kuang h4{
	font-size: 20px;
	color: #fff;
}
.zc-kuang i{
	color: #f94000;
	font-weight: bold;
}
.duanxin{
	display: none;
}
.login{
	padding-top: 23px;
	padding-bottom: 20px;
}
.login-w{
	font-size: 0;
	width: 295px;
	margin: 0 auto;
}
.login-w .disabled{
	background-image:none;
	background-color:#999;
}
.login input {
    width: 100%;
    height: 53px;
    border-radius: 44px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    text-indent: 2em;
    margin-bottom: 12px;
    border: 1px solid #c1c1c1;
    margin-bottom: 10px;
}
.login button {
    width: 100%;
    height: 53px;
    border-radius: 42px;
    background-color: #C30D23;
    background-image: linear-gradient(#fd4400,#cd0501);
    color: #fff;
    font-size: 22px;
}
.btn-shadow {
    box-shadow: 0px 4px 10px rgba(195,13,35,0.4);
}
.btn-w .btn-shadow {
	background-image: linear-gradient(#b51b2e);
	transition:all 0.5s ease-in;
}
 .btn-shadow:hover{
	background-color:none;
	background-image: linear-gradient(#fd4400,#cd0501);
}
.sms-dw{
	position: relative;
}
.login .btnGetSMS{
	width: auto;
	height: 55px;
	padding: 0 15px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	position: absolute;
	font-size: 16px;
	top: 0px;right: -2px;
}
/*con1*/
.bt{
	font-size: 40px;
	color: #162d79;
	padding-top: 70px;
	margin-bottom: 20px;
	font-weight: bold;
}
.bt i{
	color: #b81c25;
}
.xbt{
	font-size: 26px;
	color: #888;
	margin-bottom: 30px;
	font-weight: 500;
}
.con1 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.con1 ul li{
	width: 368px;
	height: 320px;
	position: relative;
	margin-bottom: 40px;
}
.con1 .img-dw{
	width: 80%;
	position: absolute;
	left: 0;right: 0;margin: auto;
	bottom: 0;
	transition:all 0.5s ease-in;
	filter: drop-shadow(0 10px 8px rgba(44,74,169,.3));
}
.con1 ul li .img-ou{
	filter: drop-shadow(0 10px 8px rgba(68,45,49,.3));
}
.con1 ul li:hover .img-dw{
	width: 100%;
	filter: drop-shadow(0 10px 8px rgba(44,74,169,.3));
	/*box-shadow: 0px 30px 30px #001256;*/
}
.con1 ul li:hover .img-ou{
	width: 100%;
	filter: drop-shadow(0 10px 8px rgba(68,45,49,.3));
}
/*con2*/
.con2{
	background:linear-gradient(#e9f3fc 55%, #ffffff 45%);
}
.nav-swiper{
    height:auto;
}
.adv-con{
    width:1080px;background:url("http://www.iaig.cn/images/adv-con-bg.png") no-repeat;background-size:100% 100%;position:relative;border-radius:20px;box-sizing: border-box;padding:0 30px 30px;margin:150px auto 0;text-align:center;
}
.adv-con>img{
    display:inline-block;width:488px;margin:-100px auto 0;pointer-events: none;user-select: none;
}
.adv-con ul{
    margin-top:40px;
}
.adv-con ul li{
    transition:all 0.2s ease-in;width:31%;text-align:center;box-sizing: border-box;border-radius:20px;background:#fff;padding:30px 2px;
}
.adv-con ul li h3{
    font-size:48px;color:#b51b2e;font-weight: bold;margin-bottom:10px;transition:all 0.2s ease-in;
}
.adv-con ul li p{
    font-size:20px;color:#162d79;line-height:1.4;transition:all 0.2s ease-in;
}
.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.btn-w{
	font-size: 0;
}
.btn-w button{
	height: 70px;
	width: 400px;
	background-color: #b51b2e;
	font-size: 28px;
	color: #fff;
	border-radius: 35px;
	margin-bottom: 70px;
}
.adv-con ul li:hover{
	background-color: #b51b2e;
	box-shadow: 0 0 0 18px rgba(42,72,118,.2);
}
.adv-con ul li:hover h3,.adv-con ul li:hover p{
	color: #fff;
}
/*con3*/
.con3{
	background:linear-gradient(to top,#e9f3fc 56%, #162d79 40%);
	height: 700px;
}
.con3 .bt{
	font-size: 40px;
	color: #fff;
}
.con3 .bt span{
	font-size: 57px;
	color: #f94000;
}
.con3 .xbt{
	font-size: 28px;
	color: #fff;
	font-weight:bold;
	margin-bottom: 55px;
}
.con3 ul{
	width: 980px;
	margin: 0 auto;
}
.con3 ul li i{
	display: block;
	height: 180px;
	width: 180px;
	transition:all 0.2s ease-in;
}
.con3 ul li:nth-child(1) i{
	background: url(http://www.iaig.cn/images/lo1.png) center no-repeat;
	background-size: 100% 100%;
}
.con3 ul li:nth-child(2) i{
	background: url(http://www.iaig.cn/images/lo2.png) center no-repeat;
	background-size: 100% 100%;
}
.con3 ul li:nth-child(3) i{
	background: url(http://www.iaig.cn/images/lo3.png) center no-repeat;
	background-size: 100% 100%;
}
.con3 ul li:nth-child(4) i{
	background: url(http://www.iaig.cn/images/lo4.png) center no-repeat;
	background-size: 100% 100%;
}
.con3 ul li:nth-child(1) i:hover{
	background: url(http://www.iaig.cn/images/lo1-a.png) center no-repeat;
	background-size: 100% 100%;
}
.con3 ul li:nth-child(2) i:hover{
	background: url(http://www.iaig.cn/images/lo2-a.png) center no-repeat;
	background-size: 100% 100%;
}
.con3 ul li:nth-child(3) i:hover{
	background: url(http://www.iaig.cn/images/lo3-a.png) center no-repeat;
	background-size: 100% 100%;
}
.con3 ul li:nth-child(4) i:hover{
	background: url(http://www.iaig.cn/images/lo4-a.png) center no-repeat;
	background-size: 100% 100%;
}
.con3 ul li i:hover+ h4{
	color: #b51b2e;
}
.con3 ul li{
	height: 180px;
}
.con3 ul li h4{
	font-size: 28px;
	font-weight: bold;
	color: #162d79;
	margin-top: 30px;
	margin-bottom: 12px;
}
.con3 ul li p{
	font-size: 18px;
	color: #888;
	line-height: 26px;
}
/*con4*/
.con4{
	padding-bottom: 80px;
}
.con4 ul li{
	position: relative;
}
.con4 .quan{
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
}
.con4 .trans:hover .quan{
	-webkit-transform: rotateZ(-360deg);
	-moz-transform: rotateZ(-360deg);
	-o-transform: rotateZ(-360deg);
	-ms-transform: rotateZ(-360deg);
	transform: rotateZ(-360deg);
}
.con4 ul li:nth-child(1){
	margin-left: 180px;
}
.con4 ul li:nth-child(3){
	margin-right: 180px;
}
.con4 ul li h5{
	height: 110px;
	padding-top: 35px;
	width: 145px;
	display: block;
	background-color: #e9f3fc;
	font-weight: bold;
	color: #001256;
	font-size: 22px;
	line-height: 25px;
	border-radius: 50%;
	margin-bottom: 20px;
	transition:all 0.2s ease-in;
}
.con4 ul li:nth-child(1) h5:nth-child(1),.con4 ul li:nth-child(1) h5:nth-child(3){
	position: relative;
	left: 75px;
}
.con4 ul li:nth-child(3) h5:nth-child(1),.con4 ul li:nth-child(3) h5:nth-child(3){
	position: relative;
	right: 75px;
}
.con4 ul li h5:hover{
	background-image: linear-gradient(#e13d00,#cd0501);
	color: #fff;
}
.six-dw{
	position: absolute;
	height: 380px;
	width: 380px;
	top: 50px;
	left: 50px;
}
/*con5*/
.con5{
	background: url(http://www.iaig.cn/images/con5-bg.png) center no-repeat;
	background-size: 100% 100%;
	padding-bottom: 80px;
}
.con5 .bt{
	margin-bottom: 60px;
}
.con5 ul{
	width: 1040px;
	margin: 0 auto;
}
.con5 ul li{
	height: 200px;
	width: 300px;
	border-radius: 18px;
	transition:all 0.2s ease-in;
}
.con5 ul li:hover{
	transform: scale(1.1);
	background-color: #fff;
	box-shadow: 0 0 20px #bbd1e8;
}
.con5 h4{
	font-size: 44px;
	color: #b51b2e;
	font-weight: bold;
	margin-top: 45px;
	margin-bottom: 45px;
}
.con5 h4 span{
	font-size: 52px;
}
.con5 p{
	font-size: 22px;
	color: #6d6d6d;
}
/*con6*/
.con6{
	position: relative;
	padding-bottom: 75px;
}
.dou{
	width: 60px;
	position: absolute;
	top: 185px;
	left: 140px;
}
.tong{
	width: auto;
	height: 715px;
	position: absolute;
	bottom: 0;
	right: 30px;
}
.con6 .bt{
	margin-bottom: 75px;	
}
.con6-left{
	margin-left: 249px;
}
.con6 h4{
	font-size: 30px;
	color: #001256;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;
}
.con6 p{
	font-size: 20px;
	color: #4b4b4b;
	text-align: left;
	line-height: 30px;
	margin-bottom: 75px;
}
/*6*/
.bg{
	background: url(http://www.iaig.cn/images/bg.png)center no-repeat;
	height: 410px;
	text-align: center;
	font-size: 0;
}
.bg h2{
	font-size: 38px;
	font-weight: 700;
	color: #fff;
	padding-top: 80px;
	margin-bottom: 30px;
}
.bg button{
	height: 93px;
	width: 491px;
	background-color: #b81c25;
	font-size: 32px;
	line-height: 93px;
	border: none;
	border-radius: 47px;
	color: #fff;
	font-weight: 700;
	outline: none;
}
.bg p{
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	margin-top: 36px;
	margin-bottom: 50px;
}
.bg p span{
	color: #ffcf3d;
}
.bg b{
	color: #d1d1d1;
	font-size: 20px;
}
/*xuanfuchuang*/
.xuan{
	width: 100%;
	font-size: 0;
	height: 70px;
	position: fixed;
	bottom: 0;
	background-color: #545454;
}
.xuan-center{
	position: relative;
}
.xuan img{
	width: 160px;
	position: absolute;
	left: 30px;
	bottom: 0;
}
.xuan p{
	font-size: 28px;
	line-height: 70px;
	color: #fff;
	margin-left: 190px;
}
.xuan p span{
	color: #ffcf3d;
	font-weight: bold;
}
.xuan button{
	height: 44px;
	width: 233px;
	font-size: 20px;
	color: #fff;
	background-color: #b81c25;
	border-radius: 22px;
	position: absolute;
	top: 14px;
	right: 56px;
}
/*弹窗*/
.tc-w{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	display: none;
}
.tc-n{
	width: 600px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.tc-w h2{
	font-size: 26px;
	color: #fff;
	font-weight: bold;
}
.tc-zc{
	position: absolute;
	top: 50px;
	left: 50px;
	width: 249px;
}
.tc-w .login-w{
	width: 100%;
}
.tc-w .login button{
	background-image: none;
	background-color: #c30d23;
	height: 40px;
	font-size: 18px;
}
.tc-w .login input{
	border-radius: 5px;
	height: 40px;
	font-size: 14px;
	text-indent: 1em;
}
.tc-w .login .sms-dw{
	text-align: left;
}
.tc-w .login .sms-dw input{
	width: 50%;
}
.tc-w .login .btnGetSMS {
    width: 45%;
    height: 42px;
    border-radius: 5px;
    font-size: 14px;
    padding: 0;
}
.tc-w .close{
	position: absolute;
	right: 15px;
	top: 15px;
	height: 15px;
	width: 15px;
	background: url(http://www.iaig.cn/images/close.png) no-repeat center;
	background-size: 100% 100%;
}