*{
	margin:0px;
	padding:0px;
	list-style-type:none;
	font-family: "Microsoft JhengHei", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "\5b8b\4f53", "Î¢ÈíÑÅºÚ", 'STHeiti', "SimHei", "ºÚÌå";
	font-weight:normal;
	text-decoration:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img{ 
	border:none;
}
a img{
	border:none;
}
a:link{
	color: #333333;
	}
a:visited{
	color: #333333;
	}
a:hover{
	color: #e10000;
	text-decoration:none;
	}
a:active{
	color: #333333;
	}
p,div{
	color:#333;
	font-size:12px;
	}
body{
	background:#fff;
	}
.study-list:after,.product-list:after,.i-menu-list:after{
	content:'';
	clear:both;
	display:table;
	
	}
.container{
    position: relative;
    max-width: 6.4rem;
    margin: 0 auto;
	padding-bottom: 70px;
    overflow: hidden;
	}
#time-diff{
	padding: 10px 8px;
}
#time-diff p{
    font-size: 17px;
    font-weight: bold;
    color: #ff1400;
}
#tel{
	background: #eceeff;
	border-bottom: 1px solid #d9ddff;
}
.tel-content{
	display: flex;
    align-items: center;
    height: 45px;
    padding-left: 10px;
}
.tel-content .tel-icon-box{
	width: 30px;
    height: 30px;
	margin-right: 10px;
    border-radius: 50%;
    background: #1e2996;
    position: relative;
}
.tel-content .tel-icon-box img{
    width: 20px;
    height: 20px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0 , -50%);
}
.tel-content h3{
	font-style: italic;
	font-size: 16px;
}
.tel-content span{
	display: block;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}

#top{
	position: relative;
    width: 6.4rem;
    height: 75px;
    background: #fff;
	z-index:999;
	}
#top.cur{
	position: fixed !important;
	top: 0;
	box-shadow: 0 0 5px #ddd;
}
.phone-nav {

}
.hidden-nav-text {
	position: absolute;
	color: #1e2996;
	font-size: 15px;
	left: 12%;
	top: 50%;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 100;
}
.hidden-nav {
	position: fixed;
	z-index: 100;
	opacity: 0;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}
.nav-active .hidden-nav {
	opacity: 0.97;
	background-color: #1e2996;
}
.hidden-nav-list {
	margin: 0;
	padding: 20px 3%;
	margin-top: 50px;
}
.hidden-nav-item {
	list-style-type: none;
	text-align: left;
	border-bottom: 1px solid #5763dc;
	margin-bottom: 10px;
	padding-left: 6px;
	overflow: hidden;
}
.hidden-nav-item>a {
	display: block;
	color: #F7F7F7;
	margin-bottom: 10px;
	font-size: 16px;
}
.two-menu {
	margin: 7px 0;
	margin-bottom: 10px;
	overflow: hidden;
}
.two-menu li {
	display: inline-block;
	margin-right: 15px;
	float: left;
}
.two-menu li a {
	color: #cad0ff;
	font-size: 14px;
}
.nav-trigger {
	display: block;
	position: absolute;
	left: 2%;
	top: 50%;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 200;
	cursor: pointer;
}
.nav-active {
	height: 100% !important;
}
.nav-active .nav-trigger {
	opacity: 0.8;
}
.nav-icon {
	position: relative;
	display: block;
	width: 29px;
	height: 2px;
	margin: 7px auto;
	background-color: #1e2996;
	-webkit-transition: .3s;
	transition: .3s;
}
.nav-active .nav-icon{
	background: #fff;
}
.nav-icon:nth-of-type(1) {
	margin-top: 0px;
}
.nav-icon:nth-of-type(3) {
	margin-bottom: 0px;
}
.hidden-nav {
	-webkit-transform: translate(-100%, -100%) scale(0.5);
	transform: translate(-100%, -100%) scale(0.5);
	border-radius: 100%;
}
.nav-active .hidden-nav {
	-webkit-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
	border-radius: 0;
	width: 100%;
	height: 100%;
}
.nav-active .nav-icon:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	-ms-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
.nav-active .nav-icon:nth-of-type(2) {
	opacity: 0;
}
.nav-active .nav-icon:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	-ms-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}
/*ÊÖ»ú¶Ë½áÎ²*/

#top .logo{
    width: 4.6rem;
    max-width: 340px;
    position: absolute;
    top: 50%;
    color: rgb(255, 255, 255);
    cursor: pointer;
    transform: translate(0px, -50%);
    left: 22%;
    margin: 0 auto;
}
#top .logo img{
	width:100%;
	-ms-interpolation-mode: bicubic; 
	}
.top-tel{
    position: absolute;
   	right: 2%;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 200;
    cursor: pointer;
}
.top-tel .tel-icon{
	width: 30px;
    text-align: center;
    margin: 0 auto;
}
.top-tel .tel-icon img{
	display: block;
	width: 100%;
}
.top-tel p{
	font-size: 13px;
	vertical-align: middle;
	text-shadow: 0 1px 0 #fff;
}

#banner{
	}
.swiper-container,.swiper-container1 {
	width: 100%;
	height: 100%;
}
.swiper-container:hover,.swiper-container1:hover{
	cursor:pointer;
	}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img {
    width: 100%;
    height: auto;
}
.banner-paper {
	position: absolute;
	height: 3px;
	line-height: 0;
	bottom: 20px !important;
	left: 0;
	right: 0;
	text-align: center;
}
.banner-paper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	position: relative;
	line-height: 3px;
	border-radius: 10px;
	background: #1e2996;
	margin: 0 5px !important;
	opacity: 1;
}
#banner .banner-paper .swiper-pagination-bullet {
	background: #fff;
}
.banner-paper .swiper-pagination-bullet:before {
	position: absolute;
	width: 10px;
	height: 10px;
	content: '';
	left: 0;
	top: -10px;
}
.banner-paper .swiper-pagination-bullet-active {
    border: solid 2px #ff0000;
    border-radius: 50%;
    background: none !important;
}

/*±êÌâ*/
.tit{
	text-align: center;
	margin: 0 0 30px 0;
}
.tit h2{
    font-size: 20px;
    padding: 0;
    margin: 0 0 10px 0;
    color: #000000;
}
.f-tit h2{
    color: #fff;
}
.xian{
    width: 40px;
    height: 3px;
	margin: 15px auto;
}

.xian .hong{
	width: 50%;
	float: left;
	height: 3px;
	background: #ec271e;
}
.xian .lan{ 
	width: 50%; 
	float: left; 
	height: 3px; 
	background: #1e2996;
}

.tit p{
	font-size: 14px;
    color: #999999;
    display: block;
    margin-top: 10px;
}
.f-tit p{
	color: #ccc;
}
.f-tit .xian .lan{
	background: #bec3f5;
}
.center-more{
	margin-top: 5px;
	text-align: center;
}

.more{
	margin-top: 20px;
	text-align: center;
}

#about{
	padding: 25px 0.2rem;
}
.about-content{
	text-align: center;
	margin-top: 15px;
}
.about-content p{
	font-size: 14px;
	line-height: 30px;
	text-shadow: 0 1px 0 #fff;
}
.about-link{
	margin-top: 30px;
	text-align: center;
}
.about-link dl{
	display: inline-block;
	width: 1.05rem;
	margin: 0 0.2rem;
}
.about-link dl dt{
	display: flex;
	align-items: center;
	position: relative;
	width: 1.05rem;
	height: 1.05rem;
	max-width: 70px;
	max-height: 70px;
	margin: 0 auto;
	border-radius: 50%;
	border: 3px solid #1e2996;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.about-link dl dt img{
	display: block;
	width: 0.5rem;
	max-width: 35px;
	margin: 0 auto;
}
.about-link dl dt img.white{
	display: none;
}
.about-link dl:hover img.white{
	display: block;
}
.about-link dl:hover img.blue{
	display: none;
}

.about-link dl dd{
	font-size: 13px;
	margin-top: 15px;
	color: #1e2996;
}
.about-link dl:hover dt{
	background: #1e2996;
}
.about-factory-img img{
	width: 100%;
}
#video{
	padding: 25px 0.2rem;
}
.video-content{
	width: 100%;
	height: 3.37rem;
}

#digital{
	position: relative;
	padding: 10px 0;
	background-image: url(../images/digital-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color: #1e2996;
    overflow: hidden;
	}
.slide-full {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 10;
    background: rgba(0,0,0,.88);
}
.mid-banner-full{
	background: rgba(35, 48, 216, 0.4) !important;
}
.mid-banner-box{
	height: 400px;
}

.table-box{
	display: table;
    width: 100%;
    height: 100%;
}
.table-cell{
	display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.mid-banner-list{
	position: relative;
    z-index: 99;
    margin: 0 -5%;
	overflow: hidden;
}
.mid-banner-list dl{
	width: 50%;
	margin: 15px 0;
	text-align: center;
	float: left;
	
}
.mid-banner-list .line{
	display: inline-block;
	width: 1px;
    height: 90px;
    background: #e8c29f;
    margin-top: 10px;
}
.mid-banner-list dl dt{
    text-align: center;
    width: 175px;
    margin: 0 auto 10px auto;
}
.mid-banner-list dl dt .num{
	position: relative;
	display: inline-block;
	padding: 0 15px 0 15px;
	margin: 0 auto 0 auto;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}
.mid-banner-list dl dt .num span{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
	text-shadow: 0 0 5px #4f5280;
}
.no-1{
	width: 115px !important;
}
.plus{
	position: absolute;
	font-size: 21px;
	color: #fff;
	right: 0;
	top: 0;
	font-family: Times, Times New Roman, serif
	
}
.mid-banner-list dl dt img{
	display: block;
	width: 40px;
	margin: 10px auto;
}
.mid-banner-list dl dd{
	font-size: 15px;
	line-height: 22px;
	color: #cfd3ff;
}

#product{
	padding: 25px 0.2rem;
}
.product-list{
	margin: 0 -0.1rem;
}
.product-list dl{
    position: relative;
    width: 2.9rem;
    margin: 0 0.1rem 0.2rem 0.1rem;
    float: left;
}
.product-list dl dt{
    width: 2.9rem;
	height: 2.9rem;
	border: 1px solid #ddd;
	overflow: hidden;
}
.product-list dl dt img{
	display: block;
	width: 100%;
	-webkit-transition: transform 0.5s ease-out;
	-moz-transition: transform 0.5s ease-out;
	-ms-transition: transform 0.5s ease-out;
	-o-transition: transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}
.product-list dl:hover dt img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.product-list dl dd{
	font-size: 14px;
	padding: 10px 0;
    color: #fff;
    text-align: center;
	background: #1e2996;
	border-radius: 0 0 4px 4px;
}
.product-list dl:hover dd{
	color: #c3c8ff;
}

#service{
	padding: 25px 0.2rem;
	background: #1e2996;
	overflow: hidden;
}
.service-list{
	margin-top: 70px;
	overflow: hidden;
}
.service-list dl{
	margin: 0 20px 40px 20px;
    text-align: center;
    border-bottom: 1px solid #464d92;
    padding-bottom: 30px;
}
.service-list dl:last-child{
	border-bottom: none;
}
.service-list dl dt{
	margin-bottom: 15px;
}
.service-list dl dt img{
	width: 45px;
}
.service-list dl dd h4{
	color: #fff;
	letter-spacing:2px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.service-list dl dd p{
	line-height: 24px;
	color: #d0d4ff;
	font-size: 14px;
}
.slide-full {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 10;
    background: rgba(30, 41, 150, .8);
}
.fixed-bg{
	min-width: 1200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-color: #F2F2F2;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /* position: relative; */
}

.platform_bg {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.platform_bg_z {
	position:absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:-1;
}
.platform_bg li {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	background: rgba(199, 204, 255, .2);
	bottom: -160px;
	-webkit-animation: square 28s infinite;
	animation: square 28s infinite;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear
}
.platform_bg_z li {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	background: rgba(199, 204, 255, .2);
	bottom: -300px;
	-webkit-animation: square_z 22s infinite;
	animation: square_z 22s infinite;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear
}
.platform_bg li:nth-child(1), .platform_bg_z li:nth-child(1) {
	left: 10%
}
.platform_bg li:nth-child(2), .platform_bg_z li:nth-child(2) {
	left: 20%;
	width: 80px;
	height: 80px;
	-webkit-animation-delay: 200ms;
	animation-delay: 200ms;
	-webkit-animation-duration: 17s;
	animation-duration: 17s
}
.platform_bg li:nth-child(3), .platform_bg_z li:nth-child(3) {
	left: 25%;
	-webkit-animation-delay: 400ms;
	animation-delay: 400ms
}
.platform_bg li:nth-child(4), .platform_bg_z li:nth-child(4) {
	left: 40%;
	width: 60px;
	height: 60px;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	background: rgba(199, 204, 255, .25);
}
.platform_bg li:nth-child(5), .platform_bg_z li:nth-child(5) {
	left: 70%
}
.platform_bg li:nth-child(6), .platform_bg_z li:nth-child(6) {
	left: 80%;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	background: rgba(199, 204, 255, .3);
}
.platform_bg li:nth-child(7), .platform_bg_z li:nth-child(7) {
	left: 32%;
	width: 100px;
	height: 100px;
	-webkit-animation-delay: 7s;
	animation-delay: 7s
}
.platform_bg li:nth-child(8), .platform_bg_z li:nth-child(8) {
	left: 55%;
	width: 20px;
	height: 20px;
	-webkit-animation-delay: 15s;
	animation-delay: 15s;
	-webkit-animation-duration: 40s;
	animation-duration: 40s
}
.platform_bg li:nth-child(9), .platform_bg_z li:nth-child(9) {
	left: 25%;
	width: 10px;
	height: 10px;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 40s;
	animation-duration: 40s;
	background: rgba(255, 169, 186, .3);
}
.platform_bg li:nth-child(10), .platform_bg_z li:nth-child(9) {
	left: 90%;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 11s;
	animation-delay: 11s
}
 @-webkit-keyframes square {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0)
}
 100% {
 -webkit-transform: translateY(-1700px)rotate(600deg);
 transform: translateY(-1700px)rotate(600deg)
}
}
 @keyframes square {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0)
}
 100% {
 -webkit-transform: translateY(-1700px)rotate(600deg);
 transform: translateY(-1700px)rotate(600deg)
}
}
 @-webkit-keyframes square_z {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0)
}
 100% {
 -webkit-transform: translateY(-700px)rotate(500deg);
 transform: translateY(-700px)rotate(500deg)
}
}
 @keyframes square_z {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0)
}
 100% {
 -webkit-transform: translateY(-700px)rotate(500deg);
 transform: translateY(-700px)rotate(500deg)
}
}


.btn-success{
	display: inline-block;
	color: #fff !important; 
	background-color: #1e2996; 
	border-width: 0px; 
	border-radius: 5px; 
	padding: 10px 20px 8px 20px; 
	margin: 0 15px; 
	font-size: 14px;
	white-space: nowrap; 
	text-overflow: ellipsis;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#choose{
	padding: 25px 0.2rem;
	background: url(../images/choose-bg.jpg) center center no-repeat;
}
.choose-list{
	margin-top: 60px;
}
.padding30{
	padding-left: 30px;
}
.choose-list li{
    margin-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 30px;
}
.choose-list li .txt{
	width: 100%;
}
.choose-list li .txt .c-tit{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	margin-left: 10px;
}

.choose-list li .txt .c-tit .num{
	display: inline-block;
    width: 42px;
    height: 42px;
    background: #4b79fc;
    line-height: 42px;
    position: relative;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    font-style: oblique;
    text-align: left;
    padding-left: 6px;
}
.choose-list li .txt .c-tit .num span{
	position: absolute;
	z-index: 999;
	color: #fff;
}
.choose-list li .txt .c-tit .num:before{
	width: 56px;
    height: 56px;
    background: rgba(33,171,215,.3);
    content: "";
    position: absolute;
    left: -7px;
    top: -7px;
    border-radius: 50%;
}
.choose-list li .txt .c-tit .num:after{
	width: 70px;
    height: 70px;
    background: rgba(33,171,215,.15);
    content: "";
    position: absolute;
    left: -14px;
    top: -14px;
    border-radius: 50%;
}
.choose-list li .txt .c-tit .c-tit-small{
	display: inline-block;
	margin-left: 30px;
}
.choose-list li .txt .c-tit h2{
	font-style: italic;
	font-size: 20px;
	font-weight: bold;
	font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "\5b8b\4f53", "Î¢ÈíÑÅºÚ";
	color: #1e2996;
	margin-bottom: 5px;
}
.choose-list li .txt .c-tit p{
	color: #777;
	font-size: 14px;
	font-weight: bold;
	font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "\5b8b\4f53", "Î¢ÈíÑÅºÚ";
}
.c-content dl{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.c-content dl dt{
	width: 20px;
	float: left;
}
.c-content dl dt img{
	display: block;
	width: 20px;
}
.c-content dl dd{
	padding-left: 10px;
    font-size: 14px;
	font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "\5b8b\4f53", "Î¢ÈíÑÅºÚ";
}
.c-content dl:last-child{
	margin-bottom: 0;
}
.choose-list li .picture{
	margin-bottom: 15px;
}
.choose-list li:last-child{
	border-bottom: none;
}
.picture img{
	display: block;
	width: 100%;
}

#contact{
	padding: 25px 0.2rem;
}
.contact-list{
	
}
.contact-list dl{
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eaeaea;
}
.contact-list dl:last-child{
	border-bottom: none;
}
.contact-list dl dt{
	margin-bottom: 10px;
	text-align: center;
}
.contact-list dl dt img{
	width: 40px;
}
.contact-list dl dd h3{
	color: #777;
	font-size: 16px;
	margin-bottom: 10px;
}
.contact-list dl dd p{
	font-size: 16px;
	padding: 0 20px;
}
.contact-list dl dd p.address{
	font-size: 14px;
}

#copy{
	position:relative;
	padding:15px 0;
	background:#000;
	}
#copy p{
    text-align: center;
    color: #969696;
    font-size: 12px;
}
/*ÄÚÒ³*/
#inner{
	padding: 25px 0.2rem;
	}
#i-banner{
	}
#i-banner img{
	display:block;
	width:100%;
	}


.i-menu-list{
	margin-top: 15px;
	text-align: center;
}

.i-menu-list a{
	display: inline-block;
	font-size: 12px;
	color: #fff;
	padding: 6px 10px;
	margin: 0 4px;
	margin-bottom: 15px;
	background: #043982;
	border-radius: 3px;
}
.i-ranking-menu{
	margin-bottom: 0;
}
.i-tit{
	text-align:center;
	}
.i-tit h2{
	font-size:15px;
	font-weight:bold;
	}
.i-tit .i-line{
	width:30px;
	border-bottom:1px solid #1465de;
	margin:8px auto 8px auto;
	}
.i-nav-list{
	text-align:center;
	}
.i-nav-list a{
	display:inline-block;
	margin:0 7px;
	}
.article-tit{
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}
.article-tit h1{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.content{
	margin-top: 25px;
}
.content img, .content video{
	width: 100% !important;
    height: auto !important;
}
.content p{
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 24px;
}
.i-product-list{
}
.i-product-list dl{
	max-width: 640px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
}

.i-product-list dl dt img{
	display: block;
	width: 100%;
}

.i-product-list dl dd{
	font-size: 16px;
	padding: 15px 0;
    color: #000;
    text-align: center;
}
.i-product-list dl:hover dd{
	color: #1e2996;
}

.i-video-list dl{
	max-width: 640px;
	margin-bottom: 15px;
}
.i-video-list dl dt{
	position: relative;
}
.video-btn{
	position: absolute;
	width: 100px;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0px, -50%);
	margin: 0 auto;
}
.video-btn img{
	width: 100%;
}


.i-video-list dl dt img{
	display: block;
	width: 100%;
}

.i-video-list dl dd{
	font-size: 16px;
	padding: 15px 0;
    color: #000;
    text-align: center;
}
.i-video-list dl:hover dd{
	color: #1e2996;
}

.i-news{
	margin-top: 10px;
}
.i-news dl{
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ddd;
	box-shadow: 0 1px 0 #fff;
	overflow: hidden;
}
.i-news dl:hover{
	border-bottom: 1px dashed #db0a06;
}
.i-news dl:hover a{
	color: #db0a06;
}
.i-news dl dt, .i-news dl dd{
	display: inline-block;
}
.i-news dl dt{
	font-size: 14px;
	float: left;
}
.i-news dl dd{
	font-size: 12px;
	line-height: 20px;
	float: right;
}
.i-contact-menu{
	border-bottom: none;
}
.i-contact{
	padding: 0 0.2rem 20px 0.2rem;
}

.i-detail-con{
	padding: 0 15px;
}
.i-detail-con img{
	max-width: 900px;
}
.i-detail-con p{
	text-align: justify;
	font-size: 15px;
	margin-bottom: 15px;
	line-height: 23px;
}
.i-pic img{
	width: 100%;
}
#quick-nav{
	position: fixed;
	width: 100%;
	height: 75px;
	background: #2634b9;
	bottom: 0;
	left: 0;
	right: 0;
	border-top: 1px solid #5764e2;
}
.quick-nav-list{
	display: flex;
	align-items: center;
	height: 75px;
}
.quick-nav-list dl{
    width: 25%;
    text-align: center;
    float: left;
    border-right: 1px solid #606ad4;
    border-left: 1px solid #000535;
}
.quick-nav-list dl:first-child{
	border-left: none;
}
.quick-nav-list dl:last-child{
	border-right: none;
}
.quick-nav-list dl a{
	display: block;
}
.quick-nav-list dl dt img{
	display: block;
	width: 30px;
	margin: 0 auto;
	margin-bottom: 2px;
}
.quick-nav-list dd{
	color: #fff;
	font-size: 14px;
}
#layer{
	display: none;
}
#layer *{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.layer-main, .layer-shade{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.layer-main{
    display: table;
    pointer-events: none;
	z-index: 500;
}

.layer-shade{
	background-color: rgba(0,0,0,.7);
	z-index: 400;
}
.layer-scale {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.layer-section{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.layer-scale{
    width: 90%;
    max-width: 640px;
}
.layer-scale {
    position: relative;
    display: inline-block;
    text-align: left;
    background-color: #fff;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0,0,0,.1);
    pointer-events: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
}

.layer-con{
	padding: 20px 15px;
	text-align: center;
}
.layer-con img{
	width: 120px;
}
.layer-con p{
	font-size: 14px;
	line-height: 23px;
}
.layer-con p.times{
	text-align: center;
	font-size: 15px;
}
.layer-con p.times span{
	color: #EB0003;
}

.layer-con p.fail{
	text-align: center;
	font-size: 15px;
}
.layer-btn{
	padding: 9px 10px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #2634b9;
	cursor: pointer;
}
