﻿
/*-----------------[初始化]--------------*/
body{color: #000;font-size: 12px;line-height: 1.5;font-family:"微软雅黑","Microsoft Yahei";}
a{color: #000;}
a:hover{color: #213f99;}
img{max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
input,textarea,select{font-size: 12px;color: #444;
    font-family:"微软雅黑","Microsoft Yahei";outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
input[type='submit'],input[type='reset'],input[type='button'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #aaa;}
::-moz-placeholder {color: #aaa; }
::-ms-input-placeholder {color: #aaa;}

.ani{
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

/*布局*/
.wp{width: 100%;max-width: 1200px;margin: 0 auto;}

.wp2{width: 100%;max-width: 1300px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}


*{outline: none;}

/*******************************
  -------[=头部]-------
********************************/
.header{
    height: 80px;
    position: fixed;left: 0;right: 0;top: 0;z-index: 999;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    padding: 0 2.86%;  border-bottom: 1px solid #C9C9C9;
}
.index .header{background: rgba(0,0,0,.04);}
.header .hdr{float: right;overflow: hidden;}

.logo{
    display: block;float: left;
    height: 80px;line-height: 80px;
    margin: 0 2.5%;
}
.logo img{
     height: 78px;
}

.header .hdr{
    font-size: 14px;line-height: 30px;
    padding-top: 32px;
}
.header .hdr a{display: block;float: left;margin-right: 22px;color: #fff;}
.index .header .hdr a{color: #000;}
.header .hdr a:hover{color: #213f99;}
.header .hdr a img{
    display: inline-block;vertical-align: top;width: 30px;height: 30px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    margin-right: 5px;
}

.header .m-soBox{
    float: left;
    width: 188px;height: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    border: 1px #fff solid;
    border-radius: 15px;overflow: hidden;
    position: relative;
    padding: 0 32px 0 10px;margin-top: 2px;
}
.index .header .m-soBox{border-color: #000;}
.header .m-soBox input[type="text"]{
    display: block;width: 100%;
    background: none;border: none;
    font-size: 12px;color: #fff;line-height: 23px;
}
.header .m-soBox input[type="submit"]{
    display: block;width: 25px;height: 25px;
    position: absolute;right: 7px;top: 0;
    background: url(../images/icon4.png) no-repeat center center;
    border: none;cursor: pointer;
}
.index .header .m-soBox input[type="text"]{color: #000;}
.index .header .m-soBox input[type="submit"]{background-image: url(../images/icon3.png);}

/*******************************
    -------[=导航]-------
********************************/
.menuBtn{
    position: absolute;right: 20px;top: 50%;margin-top: -13px;
    z-index: 9;display: none;
    width: 30px;cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 3px;background-color: #213f99;
    margin: 3px 0 5px;border-radius: 2px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 3px;top: 10px;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}

.nav{ width: 75%; float:left; margin-left: 5%;}
.nav li a{ color: #666;    padding: 0 2.5%; float: left; line-height: 80px; font-size: 16px;  text-align: center;}
.nav a:hover{ background: #213f99; color: #fff;}
.edition{ width: 5%; float: left; line-height: 80px;font-size: 16px;  text-align: center;}
.nav a.cur { background: #213f99; color: #fff; }



/*******************************
  -------[=banner]-------
*******************************/
.banner{height: 940px;}
.banner .slick-slider,.banner .slick-list,.banner .slick-track,.banner .slick-slide{height: 100%;}
.banner .slick-slide{outline: 0;position: relative;
    background-position: center center;background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner .slick-next,.banner .slick-prev{
    position: absolute;top: 50%;margin-top: -25px;overflow: hidden;
    width: 45px;height: 50px;font-size: 0;line-height: 0;z-index: 99;
    background: none;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: auto 50px;
    -ms-background-size: auto 50px;
    -moz-background-size: auto 50px;
    -webkit-background-size: auto 50px;
    background-size: auto 50px;
    cursor: pointer;
}
.banner .slick-prev{left: 50%;margin-left: -645px;background-image: url(../images/arr-l.png);}
.banner .slick-next{right: 50%;margin-right: -645px;background-image: url(../images/arr-r.png);}

.banner .slick-dots{position: absolute;left: 0;bottom: 28px;width: 100%;text-align: center;z-index: 99;}
.banner .slick-dots li{display: inline-block;margin: 0 8px;}
.banner .slick-dots li button{display: block;width: 19px;height: 19px;
    font-size: 0;line-height: 0;text-indent: 999px;background-color: #fff;border-radius: 50%;
    border: none;cursor: pointer;padding:0;
    box-shadow: 3px 3px 6px rgba(0,0,0,.35) inset;
}
.banner .slick-dots li.slick-active button{background-color: #213f99;}
.banner .item a{display: block;height: 100%;}

.ban{
    height: 450px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}


/*******************************
  -------[=底部]-------
********************************/
.footer{
    background: #f1f1f1;
    border-top: 1px  solid #dbdbdb;
}
.footer .f-top{overflow: hidden;padding: 13px 0 14px;}
.footer .f-copy{
    overflow: hidden;
    background: #001020;
    font-size: 14px;line-height: 24px;color: #999fa6;
    padding: 9px 5px;
}
.footer .f-copy a{color: inherit;}
.footer .f-copy a:hover{color: #fff;}
.footer .f-copy span{
    float: right;
}

.f-nav{float: left;}
.f-nav dl{float: left;width: 135px;}
.f-nav dl:last-child{width: auto;}
.f-nav dl dt{
    font-size: 16px;color: #000;line-height: 36px;
    font-weight: normal;
    border-bottom: 1px #d8d8d8 solid;
    margin-bottom: 8px;
}
.f-nav dd a{
    display: block;
    font-size: 14px;line-height: 26px;color: #6d6d6d;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.f-nav dd a:hover{color: #213f99;}

.f-cont{
    float: right;width: 380px;overflow: hidden;padding-top: 9px;
}
.f-cont .pic{
    float: left;width: 149px;height: 149px;
    margin-right: 20px;
}
.f-cont .pic img{
    display: block;width: 100%;height: 100%;
}
.f-cont .txt{
    overflow: hidden;
    font-size: 14px;color: #000;line-height: 30px;
}

/*******************************
    -------[=正文]-------
********************************/



.am-table {
	width: 100%;
	margin-bottom: 1.6rem;
	border-spacing: 0;
	border-collapse: separate; background: #fff; margin-top: 40px;  padding: 0 20px;
}
.am-table>tbody>tr>td, .am-table>tbody>tr>th, .am-table>tfoot>tr>td, .am-table>tfoot>tr>th, .am-table>thead>tr>td, .am-table>thead>tr>th {
	padding: .7rem;
	line-height:35px;;
	vertical-align: top;  font-size: 14px;
}
.am-table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 1px solid #ddd; font-size: 16px; color: #213f99;
}
.am-table>caption+thead>tr:first-child>td, .am-table>caption+thead>tr:first-child>th, .am-table>colgroup+thead>tr:first-child>td, .am-table>colgroup+thead>tr:first-child>th, .am-table>thead:first-child>tr:first-child>td, .am-table>thead:first-child>tr:first-child>th {
	border-top: 0
}
.am-table>tbody+tbody tr:first-child td {
	border-top: 2px solid #ddd
}
.am-table-bordered {
	border: 1px solid #ddd;
	border-left: none
}
.am-table-bordered>tbody>tr>td, .am-table-bordered>tbody>tr>th, .am-table-bordered>tfoot>tr>td, .am-table-bordered>tfoot>tr>th, .am-table-bordered>thead>tr>td, .am-table-bordered>thead>tr>th {
	border-left: 1px solid #ddd;
}
.am-table-bordered>tbody>tr:first-child>td, .am-table-bordered>tbody>tr:first-child>th {
	border-top: none
}
.am-table-bordered>thead+tbody>tr:first-child>td, .am-table-bordered>thead+tbody>tr:first-child>th {
	border-top: 1px solid #ddd
}
.am-table-radius {
	border: 1px solid #ddd;
	border-radius: 2px
}
.am-table-radius>thead>tr:first-child>td:first-child, .am-table-radius>thead>tr:first-child>th:first-child {
	border-top-left-radius: 2px;
	border-left: none
}
.am-table-radius>thead>tr:first-child>td:last-child, .am-table-radius>thead>tr:first-child>th:last-child {
	border-top-right-radius: 2px;
	border-right: none
}
.am-table-radius>tbody>tr>td:first-child, .am-table-radius>tbody>tr>th:first-child {
	border-left: none
}
.am-table-radius>tbody>tr>td:last-child, .am-table-radius>tbody>tr>th:last-child {
	border-right: none
}
.am-table-radius>tbody>tr:last-child>td, .am-table-radius>tbody>tr:last-child>th {
	border-bottom: none
}
.am-table-radius>tbody>tr:last-child>td:first-child, .am-table-radius>tbody>tr:last-child>th:first-child {
	border-bottom-left-radius: 2px
}
.am-table-radius>tbody>tr:last-child>td:last-child, .am-table-radius>tbody>tr:last-child>th:last-child {
	border-bottom-right-radius: 2px
}
.am-table-striped>tbody>tr:nth-child(odd)>td, .am-table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #f9f9f9
}
.am-table-hover>tbody>tr:hover>td, .am-table-hover>tbody>tr:hover>th {
	background-color: #e9e9e9
}
.am-table-compact>tbody>tr>td, .am-table-compact>tbody>tr>th, .am-table-compact>tfoot>tr>td, .am-table-compact>tfoot>tr>th, .am-table-compact>thead>tr>td, .am-table-compact>thead>tr>th {
	padding: .4rem
}
.am-table-centered>tbody>tr>td, .am-table-centered>tbody>tr>th, .am-table-centered>tfoot>tr>td, .am-table-centered>tfoot>tr>th, .am-table-centered>thead>tr>td, .am-table-centered>thead>tr>th {
	text-align: center
}
.am-table>tbody>tr.am-active>td, .am-table>tbody>tr.am-active>th, .am-table>tbody>tr>td.am-active, .am-table>tbody>tr>th.am-active, .am-table>tfoot>tr.am-active>td, .am-table>tfoot>tr.am-active>th, .am-table>tfoot>tr>td.am-active, .am-table>tfoot>tr>th.am-active, .am-table>thead>tr.am-active>td, .am-table>thead>tr.am-active>th, .am-table>thead>tr>td.am-active, .am-table>thead>tr>th.am-active {
	background-color: #ffd
}
.am-table>tbody>tr.am-disabled>td, .am-table>tbody>tr.am-disabled>th, .am-table>tbody>tr>td.am-disabled, .am-table>tbody>tr>th.am-disabled, .am-table>tfoot>tr.am-disabled>td, .am-table>tfoot>tr.am-disabled>th, .am-table>tfoot>tr>td.am-disabled, .am-table>tfoot>tr>th.am-disabled, .am-table>thead>tr.am-disabled>td, .am-table>thead>tr.am-disabled>th, .am-table>thead>tr>td.am-disabled, .am-table>thead>tr>th.am-disabled {
	color: #999
}
.am-table>tbody>tr.am-primary>td, .am-table>tbody>tr.am-primary>th, .am-table>tbody>tr>td.am-primary, .am-table>tbody>tr>th.am-primary, .am-table>tfoot>tr.am-primary>td, .am-table>tfoot>tr.am-primary>th, .am-table>tfoot>tr>td.am-primary, .am-table>tfoot>tr>th.am-primary, .am-table>thead>tr.am-primary>td, .am-table>thead>tr.am-primary>th, .am-table>thead>tr>td.am-primary, .am-table>thead>tr>th.am-primary {
	color: #0b76ac;
	background-color: rgba(14,144,210,.115)
}
.am-table>tbody>tr.am-success>td, .am-table>tbody>tr.am-success>th, .am-table>tbody>tr>td.am-success, .am-table>tbody>tr>th.am-success, .am-table>tfoot>tr.am-success>td, .am-table>tfoot>tr.am-success>th, .am-table>tfoot>tr>td.am-success, .am-table>tfoot>tr>th.am-success, .am-table>thead>tr.am-success>td, .am-table>thead>tr.am-success>th, .am-table>thead>tr>td.am-success, .am-table>thead>tr>th.am-success {
	color: #5eb95e;
	background-color: rgba(94,185,94,.115)
}
.am-table>tbody>tr.am-warning>td, .am-table>tbody>tr.am-warning>th, .am-table>tbody>tr>td.am-warning, .am-table>tbody>tr>th.am-warning, .am-table>tfoot>tr.am-warning>td, .am-table>tfoot>tr.am-warning>th, .am-table>tfoot>tr>td.am-warning, .am-table>tfoot>tr>th.am-warning, .am-table>thead>tr.am-warning>td, .am-table>thead>tr.am-warning>th, .am-table>thead>tr>td.am-warning, .am-table>thead>tr>th.am-warning {
	color: #F37B1D;
	background-color: rgba(243,123,29,.115)
}
.am-table>tbody>tr.am-danger>td, .am-table>tbody>tr.am-danger>th, .am-table>tbody>tr>td.am-danger, .am-table>tbody>tr>th.am-danger, .am-table>tfoot>tr.am-danger>td, .am-table>tfoot>tr.am-danger>th, .am-table>tfoot>tr>td.am-danger, .am-table>tfoot>tr>th.am-danger, .am-table>thead>tr.am-danger>td, .am-table>thead>tr.am-danger>th, .am-table>thead>tr>td.am-danger, .am-table>thead>tr>th.am-danger {
	color: #dd514c;
	background-color: rgba(221,81,76,.115)
}
