body {
    margin:0;
    background: #fff;
    font-family: "Microsoft YaHei";
    font-size: 12px;
    color:#333;
}
.lf{
    float:left;
}
.rt{
    float:right;
}
.w1140{
    width:1140px;margin:0 auto;
}
ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,input,button {
    margin:0;
    padding:0;
}
ul,ol {
    list-style: none;
}
img{
    border:none;
}
input,button,select {
    font-family: "Microsoft YaHei";
}
a {
    color:#333;
    text-decoration: none;
}
.fl{
    float:left;
}
.rt{
    float:right;
}
input,button,select{outline:none;}
a:hover {
    text-decoration: none;
}
.link {
    display: block;
    width: 100%;
}
.clear{
    clear: both;
}
dt{
    display: block;
}
.clear-fix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
/*top*/
.top{
	height: 100px;
	overflow: hidden;
}
.top .logo{
	display: block;
	float: left;
	height: 75px;
	margin-top: 12px;
	background: url("../img/logo.png") no-repeat;
	background-size:cover;
	width: 296px;
}
.top .tel{
	float: right;
}
.nav{
	width: 100%;
	min-width: 1140px;
	height: 50px;
	background: #014bc7;
}
.nav ul li{
	height: 50px;
	line-height: 50px;
	float: left;
	position: relative;
	width: 142px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: center;
	display:block;
	box-sizing:border-box;
	
}
.nav ul li .child-nav{
	position: absolute;
	left: 0;
	top: 50px;
	display: none;
	z-index: 1000;
	overflow: hidden;
}
.nav ul li .child-nav li{
    height:40px;
    line-height: 40px;
    background: #014bc7;
    width:100%;
}
.nav ul li .child-nav li:hover{
    background:#5e98f8;
}
.nav ul li a{
    color:#fff;
    font-size:14px;
}
.nav ul li:hover{
    background:#3a82fa;
}
.nav ul li.cur{
    background:#3a82fa;
}
.banner{
    width:100%;
    min-width: 1140px;
    height:480px;
    position: relative;
}
.banner ul li{
    position: absolute;
    left:0;top:0;
    width:100%;
    height:480px;
    background-size: cover !important;
    display: none;
}
.indicator{
    width:100%;
    position: absolute;
    bottom: 35px;
    text-align: center;
}
.indicator span{
    width:13px;
    display: inline-block;
    margin:0 8px;
    height:13px;
    border-radius: 50%;
    border:1px solid #fff;
    box-sizing: border-box;
}
.indicator span.cur{
    background: #fff;
}
.content{
    margin-top:10px;
    margin-bottom: 50px;
}
.content .left{
    width:280px;
}
.content .left .f1{
    width:100%;
    height:36px;
    background: #0045b8;
    position: relative;
}
.content .left .f1 h2{
    line-height: 36px;
    padding-left:13px;
    color:#fff;
    /*font-weight: normal;*/
    font-size:12px;
}
.content .left .f1 span{
   position: absolute;
    width: 135px;
    height: 20px;
    top: 8px;
    right:10px;
}
.content .left .f1 span img{
    float:left;
}
.content .left ul li{
    width:100%;
    height:52px;
    background:#eeeeee;
    text-align: center;
    line-height: 52px;
    margin-top:2px;
}
.content .left ul li a{
    font-size:18px;
}
.content .left ul li:hover{
    background: #01af72;
}
.content .left ul li:hover a{
    color:#fff;
}
.f3{
    margin-top:12px;
}
.f3 h2{
    background: url("../img/slide_bg.jpg") no-repeat;
    height:40px;
    width:100%;
    line-height: 40px;
    padding-left:13px;
    box-sizing: border-box;
    font-size:16px;
    font-weight:normal;
    color:#000;
}
.f3 .con{
    width:100%;
    padding:11px;
    box-sizing: border-box;
}
.f3 .con .slide{
    width:257px;
    height:279px;
    position:relative;
}
.f3 .con .slide li{
    position: absolute;
    display: none;
    width:257px;
    height:279px;
    left:0;
    top:0;
}
.f3 .con .slide .number span{
    display: inline-block;
    width:21px;height:21px;
    cursor: default;
    background: rgba(255,255,255,0.8);
    text-align: center;line-height: 21px;
    margin-left:4px;
}
.f3 .con .slide .number{
    position: absolute;
    bottom: 5px;right:9px;
    font-size:14px;
}
.f3 .con .slide .number span.cur{
    background: rgba(1,175,114,0.8);
    color:#fff;
}
.f3 .con .text{
    line-height: 22px;
    color:#555;
    font-size:12px;
    margin-top:10px;
    padding:0 2px;
    text-align:justify;
}
.right{
    width:850px;
    position: relative;
}
.right .r1 h2{
    width:100%;
    height:40px;
    line-height:40px;
    box-sizing: border-box;
    font-weight: normal;
    padding-left:14px;
    background: url("../img/tit.png") repeat-x;
}
.right .r1 a.more{
    position: absolute;
    right:10px;
    top:0;
    color:#666;
    height:40px;line-height: 40px;
}
.r1-list>ul{
    width:850px;
    box-sizing: border-box;
    padding:11px 13px;
}
.r1-list>ul>li{
    float:left;
    width:274px;height:170px;
}
.r1-list>ul>li img{
    width:100%;
    height:100%;
}
.banner_index{
    position: absolute;
    left:0;top:0;
    width:274px;
    height:170px;
    overflow: hidden;
}
.banner_index .btn{
    position: absolute;
    z-index: 1000;
    width:25px;
    height:35px;
    top:50%;
    margin-top:-17.5px;
    cursor: pointer;
}
.banner_index .left{
    background: url("../img/bg_btnPre_index.png") no-repeat;
    left:10px;
}
.banner_index .left:hover{
    background: url("../img/bg_btnPre_index_hover.png") no-repeat;
}
.banner_index .right{
    right:10px;
    background: url("../img/bg_btnNext_index.png") no-repeat;
}
.banner_index .right:hover{
    background: url("../img/bg_btnNext_index_hover.png") no-repeat;
}
.banner_index ul{
    width:5000px;
    position: absolute;
    left:0;top:0;
}
.banner_index ul li img{
    width:274px;
    height:170px;
}
.banner_index ul li{
    float:left;
}
.r2{
    width:860px;
    margin-left:-10px;
}
.r2 .new_list{
	width: 276px;
	float: left;
	margin-left: 10px;
	background: #f5f5f5;
	box-sizing: border-box;
	border: 1px solid #ddd;
}

.r2 .new_list h2{
    width:100%;
    height:40px;
    box-sizing: border-box;
    padding-left:12px;
    font-size:16px;
    line-height: 40px;
    font-weight: normal;
    color:#000;
    background: url("../img/tit.png") repeat-x;
}
.r2 .new_list h2 .more{
    float:right;
    font-size:12px;
    color:#666;
    margin-right:12px;
}
.r2 .new_list ul{
    width:100%;
    background: #fafafa;
    padding-top:12px;
}
.r2 .new_list ul li{
	padding-left: 15px;
	box-sizing: border-box;
	line-height: 26px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: rgba(204,204,204,0.5);
}
.r2 .new_list ul li a{
	display: inline-block;
	width: 235px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	height: 25px;
}
.r2 .new_list ul li a:hover{
    color:#ed1a24;
}
.footer{
    width:100%;
    margin-top:20px;
    height:110px;
    border-top:2px solid #1e64d8;
    background: #dddddd;
    box-sizing: border-box;
}
.footer .fot_logo{
    width:232px;
    height:56px;
    position: absolute;
    left:45px;
    top:25px;
}
.footer p{
    width:100%;
    text-align: center;
    line-height: 24px;
    padding-top:35px;
}
/*about*/
.about{
    background: #fff;
}
.advert {
	width: 100%;
	height: 480px;
	min-width: 1140px;
}
.ad_box {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.heading {
    width: 100%;
    height: 58px;
    line-height: 58px;
    background: #f7f7f7;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #ededed;
}
.heading a {
    font-size: 16px;
    color: #333;
}
.about{
    margin-top:30px;
}
.left-menu{
    width: 280px;
    float:left;
    padding-bottom: 10px;
    background: #f7f7f7;
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}
.menu h2{
    display: block;
    height: 54px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 22px;
    background: #014bc7;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    line-height: 54px;
}
.menu h2 em{
    display: inline-block;
    width: 5px;
    height: 10px;
    background: url(../img/page_title.png) no-repeat;
    margin-left: 20px;
}
.menu ul{
    margin-top: 14px;
    width: 100%;
}
.menu ul li a{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    box-sizing: border-box;
    padding-left: 13px;
    color: #666;
    border-left: 2px solid #f7f7f7;
}
.menu ul li a.cur{
    background: #e6e4e4;
    color: #000;
    border-left: 2px solid #0d71b7;
}
.menu ul li a em{
    margin-right: 5px;
}
.right-content{
    width:830px;
    float:right;
    /*border:1px solid #ddd;*/
}
.right-content .ad img{
    width:820px;
    height:200px;
}
.right-content .zw{
    margin-top: 0px;
    line-height: 24px;
}
.right-content  .title{
    width: 100%;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    border-bottom: 1px solid #d6d6d6;
    text-align: center;
}
.right-content .zw{
    box-sizing: border-box;
    padding:10px;
}
.right-content .zw p{
    line-height: 24px;
    font-size:14px;
    margin:10px 0;
    text-indent: 2em;
}
.new_list dl dt {
    width: 240px;
    height: 144px;
    float: left;
}
.new_list dl dt img {
    width: 100%;
    height: 100%;
}
.new_list dd {
    box-sizing: border-box;
    padding: 0 18px;
    float: left;
    width: 585px;
}

.new_list dl dd h1 {
    font-size: 20px;
    color: #333333;
    font-weight: normal;
    padding-top: 35px;
    padding-bottom: 15px;
    box-sizing: border-box;
    width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new_list dl dd p {
    line-height: 22px;
    color: #666;
    font-size: 12px;
}
.new_list dl:hover{
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
}
.page {
    padding: 30px 0;
    text-align: center;
    color: #666;
}
.page span:nth-child(1) {
    border-right: 1px solid #666;
}
.page span {
    padding: 0 8px;
    font-size: 16px;
    display: inline-block;
    box-sizing: border-box;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
}
.page span:nth-child(2) {
    border-right: 1px solid #666;
}
.page span:nth-child(3) {
    border-right: 1px solid #666;
}
.new_list dl {
    height: 144px;
    margin-bottom: 25px;
    background-color: #f7f7f7;
    cursor: pointer;
}
.news_content{
    padding-top: 40px;
}
.new_content {
    width: 810px;
    box-sizing: border-box;
    padding: 0 25px;
    padding-bottom: 50px;
    border-bottom: 2px solid #c4c4c4;
}
.new_content h3.title {
    font-weight: normal;
    text-align: center;
    font-size: 20px;
    padding-bottom: 25px;
    box-sizing: border-box;
    border-bottom: 1px dashed #c4c4c4;
}
.pro_list dl {
	float: left;
	width: 205px;
	height: 180px;
	margin-right: 1px;
	margin-bottom: 15px;
}
.pro_list dl dt{
	border: 1px solid rgba(204,204,204,0.2);
	padding: 4px;
	width: 100%;
	height: 135px;
	box-sizing: border-box;
}
.pro_list dl dt img{
    width: 100%;
    height: 100%;
}
.pro_list dl:nth-child(4n){
    margin-right:0;
}
.pro_list dl:hover{
    border-color:#d0d0d0;
}
.pro_list dd {
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.contact-info{
    width: 390px;
    height: 380px;
    float: left;
    background: #5e98f8;
    box-sizing: border-box;
    padding: 40px;
}
.contact-info h4{
    font: bold 26px/40px "\5fae\8f6f\96c5\9ed1", Arial;
    color: #fff;
    padding-bottom: 20px;
}
.contact-info h5{
    font: 16px/34px "\5fae\8f6f\96c5\9ed1", Arial;
    color: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}
.contact-info h6{
    font: 14px/30px "\5fae\8f6f\96c5\9ed1", Arial;
    color: #fff;
    padding-top: 10px;
}
#mp{
    width: 730px;
    height: 380px;
    float: right;
}
.download{
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    width:100%;
    margin-top:10px;
    border:1px solid #ddd;
    border-bottom: none;
}
.download thead tr{
    background-color: rgb(228, 228, 228);;
    color: #000;
}
.download thead tr th{
    font-weight: normal;
    border-right: 1px solid #ccc;
}
.download thead tr th:last-child{
    border-right: none;
}
.download tbody tr td{
    line-height: 16px;
    text-align: left;
    box-sizing: border-box;
    padding:5px;
    border-right:1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.download tbody tr td:last-child{
    border-right:none;
}
.download tbody tr{
    border-bottom: 1px solid #ddd;
}
.download tbody tr td a{
    display: inline-block;
    width:80px;
    height:30px;
    color:#fff;
    border-radius: 5px;
    line-height: 30px;
    background: #014bc7;
}
.download tbody tr td a:hover{
    background: #5e98f8;
}
.qqBox{
    width:80px;
    position: fixed;
    left:15px;
    top:200px;
}
.qqPic {
    border: 1px solid #1f8ece;
    width: 78px;
    background: #f0f9ff;
}
.qqPic h2 {
    font-size: 12px;
    padding-left: 5px;
    height: 25px;
    line-height: 25px;
    color: #083c83;
    background: #cfe3f0;
    border-bottom: 1px solid #b0c1cc;
    font-weight: bold;
}
.qqPic li {
    padding: 5px 0 5px 5px;
    vertical-align: baseline;
    border-bottom: 1px solid #d0e0eb;
}
.qqPic li img {
    float: left;
    margin-right: 5px;
    margin-top:-5px;
}
#left{
    width:280px;
    float:left;
}
.left .f1 {
    width: 100%;
    height: 36px;
    background: #0045b8;
    position: relative;
    margin-top:10px;
}
.left .f1 h2 {
    line-height: 36px;
    padding-left: 13px;
    color: #fff;
    /* font-weight: normal; */
    font-size: 12px;
}
.left .f1 span {
    position: absolute;
    width: 135px;
    height: 20px;
    top: 8px;
    right: 10px;
}
.left .f1 span img {
    float: left;
}
.f2 ul li {
    width: 100%;
    height: 52px;
    background: #eeeeee;
    text-align: center;
    line-height: 52px;
    margin-top: 2px;
}
.f2 ul li a{
    font-size: 18px
}
.f2 ul li:hover{
    background:#01af72;
}
.f2 ul li:hover a{
    color:#fff;
}

.f2 p{
    width:280px;
    margin-top:10px;
}
.left-tel{
    margin-top:10px;
    width:280px;
}
.left-tel p{
    font-weight: bold;
    margin-bottom: 5px;
    padding: 12px 0 12px 10px;
    line-height: 14px;
    background: url(../img/dh_bj.jpg);
    background-size: cover;
    font-size:14px;
    border: 1px solid #d0d0d0;
    color:#014bc7;
    box-sizing: border-box;
}
.menu ul li .child ul{
    margin-top:0;
}
.menu ul li .child li a{
    height:32px;
    line-height: 32px;
    color:#000;
    font-size:12px;
    padding-left:20px;
    border-bottom: 1px dashed #ddd;
}
.menu ul li .child li a:hover{
    color: #014bc7;
    text-decoration:underline;
}
.left-tel>ul>li{
    border:1px solid #d0d0d0;
    margin-top:-1px;
}
.left-tel ul li a{
    font-weight: bold;
    display: block;
    padding: 6px 0 6px 10px;
    line-height: 14px;
    background: url(../img/dh_bj.jpg);
    border-bottom: 1px solid #d0d0d0;
    font-size:14px;
}
.left-tel ul li ul{
    padding: 5px 10px;
    /*border-bottom: 1px solid #d0d0d0;*/
}
.left-tel ul li ul li{
    background: #fff;
    color: #07548f;
    border-bottom: 0px;
    padding: 3px 0 3px 0px;
    line-height: 18px;
    font-weight: 100;

}
.menu .child{
    display: none;
}.fanhui {
	width: 100%;
	line-height: 40px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #aaa;
}
.fanhui a {
	color: rgba(51,51,51,1);
	text-decoration: none;
}
.fanhui a:hover {
	color: rgba(0,102,255,1);
}
