*{ margin:0; padding:0; }
li { list-style:none; }
a { text-decoration:none; }
img { border:none; vertical-align:top; }
input{ outline:none; }
body{
	background:url(../images/bg.png);
}
.clear{
	clear: both;
}
.bar{
	height: 40px;
	background: #f4f5f8;
	border-bottom: 1px solid #d4d4d4;
}
.left{
	float: left;
}
.right{
	float: right;
}
.bar .center{
	width: 1000px;
	padding: 0 14px;
	margin: 0 auto;
	line-height: 40px;
	font-size: 12px;
	font-family: "宋体";
}
.bar .center .left{
	float: left;
}
.bar .center .right{
	float: right;
}
.top_img img{
	width: 100%;
	height: auto;
	min-width: 1028px;
}
.nav{
	border-top: 1px solid #313b50;
	border-bottom: 1px solid #313B50;
	height:50px;
	background: #1d71bc;    min-width: 1030px;
}
.nav .center{
	width: 1028px;
	margin: 0 auto;
height: 50px;
	line-height: 50px;
}
.nav .fast{
	border-left: none;
}
.nav #mxj_Nav>li{
	text-align: center;
	float: left;
	width: 92px;
	border-left: 1px dashed #2882ff;
}
.nav #mxj_Nav>li>a{
	color: white;
	font-size: 14px;
	font-family: "宋体";
}
.nav #mxj_Nav>li>a:hover {
    color: #FFEB3B;    font-weight: bold;
}

.maxUL{
  position: absolute;
    z-index: 1000000;
    /* border-top: 4px solid #0A67B7; */
    /* border: 1px solid #cccccc; */
    display: none;
    width: 96px;
    overflow-x: hidden;
    background-color: #f8901a;
    margin-top: 0px;
}
.maxUL li{
       position: relative;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}
.maxUL li:hover{
	    background: #2196F3;
}
.maxUL li a{    color: #fff;
    background: none;font-size: 14px;
	font-family: "宋体";
    
    }

.tianqi_search{
	height: 46px;
	margin: 0 auto;
	width: 1028px;
}
.tianqi_search .left{
	width: 786px;
	height: 46px;
	color: #626262;
	font-size: 12px;
	font-family: "宋体";
	line-height: 46px;
	float: left;
}
.tianqi_search .right{
	float: right;
	width: 240px;    margin-top: 10px;
}
.tianqi_search .right input{
	width: 113px;
	height: 22px;
	border: 1px solid #b5b5b5;
	font-family: "宋体";
	font-size: 12px;
	float: left;
}
.tianqi_search .right label{
	display: inline-block;
	width: 56px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background: #ff4c00;
	color: white;
	font-size: 12px;
	font-family: "宋体";
	border-radius: 3px;
	float: left;
	margin-left: 15px;
}
.foot{
	height: 86px;
	background: #056fad;    min-width: 1030px;
}
.foot .center{
	width: 1028px;
	height: 46px;
	background: url(../images/foot.png) no-repeat;
	margin: 0 auto;
	padding:20px 0 ;
}
.foot .center p{
height: 26px;
line-height: 26px;
color:white;
font-size: 12px;
font-family: "宋体";
text-align: center;
}
.foot .center p a{
	color: white;
}


.top_banner{
	width:100%;
	margin: 0 auto;
}
.flexslider {
        margin: 0px auto 0px;
        position: relative;
        width: 100%;
        height: 460px;
        overflow: hidden;
        zoom: 1;
    }
    
    .flexslider .slides li {
        width: 100%;
        height: 100%;
    }
    
    .flex-direction-nav a {
        width: 70px;
        height: 70px;
        line-height: 99em;
        overflow: hidden;
        margin: -35px 0 0;
        display: block;
        background: url(../images/ad_ctr.png) no-repeat;
        position: absolute;
        top: 50%;
        z-index: 10;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all .3s ease;
        border-radius: 35px;
    }
    
    .flex-direction-nav .flex-next {
        background-position: 0 -70px;
        right: 0;
    }
    
    .flex-direction-nav .flex-prev {
        left: 0;
    }
    
    .flexslider:hover .flex-next {
        opacity: 0.8;
        filter: alpha(opacity=25);
    }
    
    .flexslider:hover .flex-prev {
        opacity: 0.8;
        filter: alpha(opacity=25);
    }
    
    .flexslider:hover .flex-next:hover,
    .flexslider:hover .flex-prev:hover {
        opacity: 1;
        filter: alpha(opacity=50);
    }
    .top_banner .slides img{
    	width: 100%;
    	height: 460px;
    }
    .flex-control-nav {
        width: 100%;
        position: absolute;
        bottom: 40px;
        text-align: center;
        *display: none;
    }
    
    .flex-control-nav li {
        margin: 0 2px;
        display: inline-block;
       width: 10px;
       height: 10px;
       border-radius: 10px;
       background: white;
    }
     .flex-control-nav .active{
     	width: 24px;
     	background: #55a337;
     }
