﻿@font-face {
	font-family: 'iconfont';
	src: url('../fonts/iconfont.eot');
	src: url('../fonts/iconfont.eot') format('embedded-opentype'),  url('../fonts/iconfont.woff') format('woff'),  url('../fonts/iconfont.ttf') format('truetype'),  url('../fonts/iconfont.svg#iconfont') format('svg');
}
a {
    cursor: pointer;
}
.jiaodian {
	width: 100%;
	position: relative;
}
.main1 {
	position: absolute;
	height: 450px;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
}
.banner {
	width: 100%;
	height: 450px;
	overflow: hidden;
	position: relative;
}
.banner-slide {
	width: 100%;
	height: 450px;
	background-repeat: no-repeat;
	background-size: auto 450px;
	background-position: center;
	float: left;
	display: none;
}
.slide-active {
	display: block;
}
.slide1 {
	background-image: url(../images/bg4.jpg);
}
.slide2 {
	background-image: url(../images/bg4.jpg);
}
.slide3 {
	background-image: url(../images/bg4.jpg);
}
.button {
	position: absolute;
	transform: rotate(180deg);
	top: 50%;
	left: 5%;
	height: 80px;
	width: 40px;
	margin-top: -40px;
	background: url(../images/arrow.png) center center no-repeat;
}
.next {
	transform: rotate(0deg);
	left: auto;
	right: 5%;
}
.button:hover {
	background-color: #333;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.dots {
	position: absolute;
	bottom: 24px;
	right: 0;
	text-align: right;
	padding-right: 24px;
	line-height: 12px;
}
.dots span {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin-left: 8px;
	background-color: rgba(7, 17, 27, 0.4);
	cursor: pointer;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8) inset;
}
.dots span.active {
	box-shadow: 0 0 0 2px rgba(7, 17, 27, 0.4) inset;
	background-color: #ffffff;
}
/* menu-box */
.menu-box {
	background: rgba(0, 0, 0, 0.7);
	opacity: 0.7;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 244px;
	height: 450px;
	z-index: 1;
}
.menu-content {
	position: absolute;
	left: 0px;
	top: -42px;
	width: 244px;
	z-index: 2;
}
.menu-item {
	height: 75px;
	line-height: 75px;
	font-size: 12px;
	cursor: pointer;
	position: relative;
}
.mibg {
	background: rgba(0, 0, 0, 0.0980392);
}
.ico1 {
	background: url(../images/ico1.png) 20px center no-repeat;
}
.ico2 {
	background: url(../images/ico2.png) 20px center no-repeat;
}
.ico3 {
	background: url(../images/ico3.png) 20px center no-repeat;
}
.ico4 {
	background: url(../images/ico4.png) 20px center no-repeat;
}
.ico5 {
	background: url(../images/ico5.png) 20px center no-repeat;
}
.ico6 {
	background: url(../images/ico6.png) 20px center no-repeat;
}
.menu-item a {
	display: block;
	color: #fff;
	padding: 0 8px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 15px;
	text-align: center;
}
.menu-item a:hover{
	color: #fff;
}
.menu-item:last-child a {
	border-bottom: none;
}
.menu-item i {
	position: absolute;
	right: 32px;
	top: 26px;
	color: rgba(255,255,255,0.8);
	font-size: 32px;
	top: 0px;
	font-style: normal;
	font-weight: normal;
	font-family: "iconfont";
}
.sub-menu {
	border: 1px solid #d9dde1;
	background: #fff;
	position: absolute;
	left: 244px;
	top: 0px;
	width: 860px;
	height: 100%;
	z-index: 581;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.hide {
	display: none;
}
.menu-title {
	height: 40px;
	display: block;
	width: 100%;
	background: url(../images/btitle.png) no-repeat #004b92 25px center;
}
.menu-title h4 {
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-weight: normal;
	font-size: 16px;
	background: url(../images/bdown.png) no-repeat 200px center;
}
.inner-box {
	width: 100%;
	height: 450px;
	display: none;
	overflow: hidden;
	background: url(../images/nav-pull-img.jpg) no-repeat right 320px;
	padding-bottom: 20px;
	padding-top: 10px;
}
.inner-box dl {
	padding: 10px 0px;
	margin: 0 20px;
	border-bottom: solid 1px #eee;
}
.inner-box dl dt {
}
.inner-box dl dt a {
	font-weight: bold;
	font-size: 15px;
	line-height: 30px;
	color: #004b92
}
.inner-box dl dt a:hover {
	text-decoration: underline;
}
.inner-box dl:after {
	display: block;
	content: "";
	clear: both;
}
.inner-box dl dd {
	float: left;
	line-height: 28px;
	padding: 0 18px 0 0;
}
.inner-box dl dd a,.inner-box div span {
	font-size: 13px;
	color: #666;
}
.inner-box dl dd a:hover {
	text-decoration: underline;
}
.inner-box h3{
	margin: 10px auto;
}
.inner-box div{
	width: 200px;margin-left: 20px;margin-top: 10px; float: left;text-align: center;
}
.inner-box div:hover{
	filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
/*表单*/
.biaodan {
	position: absolute;
	right: 50%;
	z-index: 5;
	width: 280px;
	height: 340px;
	background: rgba(255, 255, 255, 0.7);
	top: 50%;
	margin-top: -160px;
	margin-right: -600px;
}
.biaodan-title {
	width: 1200px;
}
.biaodan-title h5 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin: 30px 0 8px 0;
	background: url(../images/biao3.png) no-repeat center;
}
.biaodan-title p {
	font-size: 14px;
	color: #666;
	text-align: center;
}
.biaodan-input {
    padding: 0 10px;
    /* margin: 25px 0; */
    float: left;
}
.biaodan-ico1 input {
	background: url(../images/biaodan1.png) no-repeat 10px center #fff;
}
.biaodan-ico2 input {
	background: url(../images/biaodan2.png) no-repeat 10px center #fff;
}
.biaodan-input input {
	height: 50px;
	border: 0px;
	padding-left: 60px;
	width: 160px;
	font-size: 16px;
	border-radius: 3px;
}
.biaodan-submit {
    /* padding: 0 30px; */
    width: 150px;
    float: right;
    height: 52px;
}
.biaodan-submit input {
    cursor: pointer;
    width: 100%;
    height: 52px;
    border: 0px;
    background: #f60;
    color: #fff;
    /* border-radius: 5px; */
    font-size: 20px;
    font-family: "微软雅黑";
}
.biaodan-submit input:hover {
	background: rgba(222,16,3,0.7);
}

.i_send {
	height: 200px;
    margin-top: 40px;
}
.i_send:hover {
    box-shadow: 0px 0px 10px 1px #999;
}
.tijiao {
    width: 1150px;
    margin: 0 auto;
    height: 52px;
    border: 1px #f60 solid;
}
.info_1{
	background: #FFF;
	padding: 0 20px;
    margin: 15px 0;
}
.newinfo_tit {
    font-size: 22px;
    color: darkorange;
    font-family: 黑体;
    border-bottom: 1px solid;
    padding: 10px 0;
    margin-bottom: 10px;
}
.newinfo_txt {
    line-height: 30px;
}
.newinfo_txt li{
    list-style: none;
    float: left;
    color: #868686;
}
.newinfo_txt img{
	max-width: 830px;
	margin: 10px 0;
	float: left;
}
.info_bottom{
 	height: 50px;
    line-height: 50px;
    width: 850px;
    padding-left: 20px;
    background: #fFF;
	color: red;
}
/*首页查询条*/
.chaxun{
    width:100%;
    margin:33px 0 33px 0;
}
.chaxun .main{
    overflow: hidden;
}
.chaxun .left{
    width:220px;
    height:136px;
    float:left;
}
.chaxun .left a img:hover{
	filter:alpha(opacity=80);  
    -moz-opacity:0.8;  
    -khtml-opacity: 0.8;
	opacity: 0.8;
}
.chaxun .right{
    float:left;
    width:900px;
    margin-left:80px;
}
.chaxun .right .tab{
    width:100%;
    overflow: hidden;
    margin-top:15px;
    margin-bottom:15px;
}
.chaxun .right .tab span{
    font-size:16px;
    color:#666666;
    float:left;
    margin-right:25px;
    cursor:pointer;
}
.chaxun .right .tab span.xz{
    color:#2faaff;
}

.chaxun .right .form{
    display:none;
}
.chaxun .right .form.xz{
    display:block;
}
.chaxun .right .form .so{
    width:770px;
    height:55px;
    float:left;
    box-shadow: 0 0 10px rgba(15,3,5,0.1);
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
.chaxun .right .form .so input.yewu{
    width:100%;
    height:55px;
    line-height:55px;
    padding-left:80px;
    box-sizing: border-box;
    background: url(../images/so.png) no-repeat left 17px center;
	font-size: 14px;
	border: none;
}
.chaxun .right .form span.tj{
    display:block;
    width:130px;
    height:55px;
    background-color: #2faaff;
    float:left;
    text-align: center;
    line-height:55px;
    font-size:16px;
    color:#ffffff;
    cursor:pointer;
}
/*弹框*/
.sbcx{display: none;}
.gshm{display:none;}
.pop-form{
    width: 348px;
    background-color: #fff;
    border: solid 1px #2faaff;
    padding: 10px 25px 30px 25px;
    z-index: 99; position: fixed;
    top: 50%; left: 50%;
    margin-top: -230px;
    margin-left: -200px;
    text-align: center;

}
.pp-title{ font-size: 24px; color: #2faaff; font-weight: bold; line-height: 46px; padding: 13px 0; border-bottom:dashed 1px #2faaff;}
.pp-close{width: 29px; height: 29px;  position: absolute; right: 0; top: 0;}
.pop-form p{ margin-top: 20px;}
.pop-form p img{ display:inline;}
.pop-form input{ width: 336px; height: 38px; line-height: 38px; border: solid 1px #aaa; padding-left: 10px; }
.pop-form select{width: 348px; height: 40px; line-height: 40px; border: solid 1px #aaa; padding-left: 6px; }
.pop-form  .pf-tel{position: relative;  padding-top: 22px;}
.pop-form  .ppt-con .phone{ width: 336px;}
.pp-hint{position: absolute; left:0; top: 0; height: 20px; line-height: 20px; background-color: #58b850; color: #fff; font-size: 12px; border-radius: 2px; padding: 0 10px;}
.pp-hint img{ vertical-align: top; margin: 5px 5px 0 0;}
.error{position: absolute; left: 0; top:63px; font-size: 12px; color: #2faaff; display: none;  }
.error img{ vertical-align: top; margin: 2px 2px 0 0;}
.pop-form .pp-btn{ margin-top: 30px;border: none; width: 348px; height: 42px; line-height: 42px; background-color: #2faaff; text-align: center; font-size: 16px; color: #fff; cursor: pointer;}
/*弹框*/
/*广告*/
.ad{
	background: #00aef3;
	color: #FFF;
	text-align: center;
	padding: 30px;
}
.ad h3{
	font-size: 20px;
	height: 40px;
}
.ad p{
	
	}
/*广告*/
/*顾问*/
.a_content{
	display: block;
    overflow: hidden;
}
.a_content ul{
/*	width: 1000px;*/
}
@keyframes rowup {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-2080px);
        transform: translateX(-2080px);
    }
}
.list{
	width: 1200px;
    position: relative;
}
 
.list .rowup{
    -webkit-animation: 30s rowup linear infinite normal;
    animation: 30s rowup linear infinite normal;
    position: relative;
	display: flex;
}
.list .rowup:hover {
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
}
/*顾问*/