/*基本的页面样式*/
/*公共样式*/
/*is- --> ismart*/
.is-nav{
    height: 100px;
    line-height: 100px;
    background-color: #0d2040;
    color: #f7f7f7;
}
.logo{
    line-height: 100px;
}
.logo img{
    display: inline;
    vertical-align: middle;
}
.is-nav .nav a{
	display: inline-block;
	width: 100%;
	/*height: 100%;*/
    font-size: 20px;
    line-height: 94px;
    vertical-align: middle;
    color: #fff;
}
.is-nav .nav a:hover,.is-nav .nav a:focus,.is-nav .nav a:active,.is-nav .nav a.active{
    color: #ff6c00
}
.is-nav .nav li{
    width: 19.666667%
}
.banner-wrap{
    /*height: 626px;*/
    /*background: #060721 url("../img/Index-Banner.jpg") center no-repeat;*/
    /*color: #fff;*/
}
.banner-wrap img{
    width: 100%;
}
.is-content{
    /*min-height: 560px;*/
}
.index_title{
    padding-top: 72px;
    margin-bottom: 50px;
}
.index_title h1{
    font-size: 32px;
    font-weight: 400;
}
.index_title p{
    font-size: 24px;
    color: #333;
}
.index_title p span{
    color: #005cff;
}

/*公共的标题样式*/
.under-line-title{
    border-bottom: 2px solid #dfe2ea;
}
.under-line-title h2{
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 2px solid #ff6c39;
    width: auto;
    position: relative;
    top: 2px;
}

.is-item{
    background-color: antiquewhite;
    /*overflow: hidden;*/
    border-bottom: 2px solid red;
    padding-top: 20px;
}
.is-item:last-child{
    border-bottom: 0;
}
.is-footer{
    /*height: 268px;*/
    padding-top: 20px;
    line-height: 40px;
    letter-spacing: 1px;
}
.is-footer-top{
	height: 110px;
    /*line-height: 1.7em;*/
	padding-top: 50px;
	font-size: 20px;
    color: #f7f7f7;
    background-color: #3b3f43;
    border-bottom: 2px solid #7e8183;
}
.http{
    font-size: 18px;
	text-decoration: underline;
}
.http-2{
    margin-left: 145px;margin-right: 145px;
}
.is-footer-bottom img{
    display: inline-block;
    margin-left: 3px;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.is-footer-bottom{
	padding-top: 20px;
	height: 84px;
	line-height: 30px;
    color: #333;
}
.service-warp{

}
.service img{
    display: inline;
    padding-top: 8px;
}
.service span{
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
}
.service{
    color: #1f1f1f;
}
.service p{
    font-size: 16px;
    font-weight: 400;
}
.service .ser-box{
    margin-bottom: 108px;
}

.pro-intro{
    padding: 32px 48px;
    background-color: #f4f4f4;
    font-size: 18px;
    line-height: 42px;
    font-weight: 400;
    margin-bottom: 80px;
}