﻿/*
name:zhangziyin
time:2017-6-1
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,span,input,p,th,td,table,textarea,select{
    margin:0;
    padding:0;
}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
    font-weight:normal;
}
th,em{
    font-style:normal;
    font-weight:normal;
}
ol,ul{
    list-style:none;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
img,a img{
    border:0;
}

input,select{
    border:none;
    padding: 0 5px;
    box-sizing: border-box;
    outline: none;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #bdbdbd;
     opacity:1; 
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #bdbdbd;
    opacity:1;
}

input:-ms-input-placeholder{
    color: #bdbdbd;
    opacity:1;
}

input::-webkit-input-placeholder{
    color: #bdbdbd;
    opacity:1;
}
a,a:link,a:visited,a:hover,a:active{
    text-decoration: none ;
    color:#111;
}
/*文本显示优化*/
html{
	height: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
/*定义网站字体、主色、及字体颜色*/
body{
	height: 100%;
    font:14px 'Microsoft YaHei',Arial;
    color:#111;
    background-color:#fff;
}
.my-box{
	width: 1180px;
	margin: 0 auto;
}
.p-nth{
	line-height: 40px;
	height: 40px;
	text-align: center;
	cursor:pointer;
}
.pc-none,.pc-none-block{
	display: none;
}
@media screen and (max-width: 992px) {
	.pc-none{
		display: inline-block;
	}
	.pc-none-block{
		display: block;
	}
}
/*提示*/
.p-hint-modal{
    position: fixed;
    top:0;
    left:0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
    display: none;
}
.p-hint-modal>p{
    margin: 0 auto;
    background: #fff;
    color: #e4393c;
    padding: 30px 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
}

/*PC屏幕专用样式*/
@media screen and (min-width: 992px) {
	.p-hint-modal>p{
		margin-top: 120px;
		width: 500px;
	}
}
/*PHONE屏幕专用样式*/
@media screen and (max-width:980px) {
    .p-hint-modal{
    	background: transparent;
    }
    .p-hint-modal>p{
    	width: 80%;
    	background: rgba(0,0,0,0.6);
    	color: #fff;
    	position: absolute;
    	left: 10%;
  		padding: 10px 0;
  		box-sizing: border-box;
    	bottom: 75px !important;
    	font-size: 14px;
    	font-weight: 500;
    }
    .phone-none{
    	display: none;
    }
    .phone-max{
    	width: 100% !important;
    }
}


.banner{
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
}
body{
	padding-top: 70px;
}
.img{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0
}
.img li{
	float: left;
}
.img li>div{
	overflow: hidden;
	/*background: #3F7EE1;*/
	/*height: 400px;*/
	width: 100%;
}
.img li>div>span{
	display: block;
	height: 400px;
}
.img li>div>span>img{
	float: right;
}
.num{
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 0;
}
.num li{
	width: 50px;
	height: 3px;
	background:rgba(0,0,0,0.2);
	display: block;
	border-radius: 1.5px;
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
}
.btn{
	display: none;
}
.num .active{
	background-color: #fff;
}
.img>li{
	position: relative;
	width: 100%;
}
.img>li>div>div{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-45%) translateY(-50%);
	color: #fff !important;
	padding-right: 800px;
	box-sizing: border-box;
}
.img>li>div>div>h2{
	font-size: 48px;
	margin-bottom: 20px;
}
.img>li>div>div>p{
	font-size: 18px;
    line-height: 30px;
    height: 150px;
}
.free{
	position: relative;
}
.free>div{
	position: absolute;
	top: -100px;
	/*left: 140px;*/
	width: 320px;
	padding-left: 140px;
	display: none;
}
.free>div>img{
	width: 100%;
	border-radius: 3px;
	box-shadow: 5px 5px 20px #585852;
}
.btn-box>a,
.btn-box>div{
	display: inline-block;
	width: 120px;
	line-height: 34px;
	box-sizing: border-box;
	border: 1px solid #fff;
	color: #fff;
	margin-right: 30px;
	text-align: center;
	font-size: 1rem;
	border-radius: 4px;
	cursor:pointer;
	box-sizing: border-box;
}
.btn-box>a:hover,
.btn-box>div:hover{
	background: #fff;
	color: #4F8CE8 !important;
}
.btn-box>div:hover>div{
	display: block;
}
.index-h2{
	font-size: 1.4rem;
	line-height: 50px;
	color: #282C31;
}
.index-p{
	font-size: 1rem;
	color: #5C5C5C;
}
.tkb-bg{
	background: #333438 ;
}
.tkb-bg1{
	background: #2977E4;
}
.tkb-bg2{
	background: #EA7070;
}