* {
  margin: 0;
  padding: 0
}
body {
  margin: 0;
  font-family: "Microsoft Yahei";
  font-size: 14px;
  color: #333;
}
a {
  text-decoration: none;
  color: #333;
}
ul, li {
  list-style: none
}
.top {
  width: 100%;
  height: 100px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .25);
  position: fixed;
  background: #fff;
  z-index: 99;
}
.logo {
  width: 250px;
  position: absolute;
  left: 24px;
}
.nav {
  width: 920px;
  height: 60px;
  left: 50%;
  margin-left: -460px;
  position: absolute;
  padding-top: 40px;
}
.nav li {
  width: 130px;
  float: left;
  text-align: center;
  position: relative;
  height: 100%;
}
.nav li a {
  display: inline-block;
  width: 100%;
  height: 100%;
	font-size: 18px
}
.nav li:hover a {
  color: #072c87;
  font-weight: bold;
}
.nav .focus::after {
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  bottom: -12px;
  content: '';
  left: 50%;
  margin-left: -5px;
  transform: rotate(45deg)
}
.nav li:last-child {
  border-right: none;
}
.nav .active a {
  color: #072c87;
  font-weight: bold
}
.downNavListBox{
		  width: 480px;
  height: auto;
  position: absolute;
  left: -210px;
  top: 60px;
  display: none;

}
.downNavList {
  background: #fff;
	  width: 480px;
  height: 240px;
	  padding: 20px;
	margin-top: 5px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .25)
}
.navImge {
  width: 320px;
  height: calc(100% - 6px);
  float: left;
}
.navImge img{
	width: 100%;
	height: 100%;
}
.downNavList ul {
  width: 120px;
  float: right
}
.downNavList ul li {
  height: 32px;
	line-height: 32px;
	border-bottom: 1px solid #ddd
}
.downNavList ul li:last-child {
	border-bottom: none
}
.downNavList ul li:hover a{
font-weight: bold!important;
	color:#072c87!important;
}
.downNavList ul li a{
  font-weight: normal!important;
color:#333!important;
	
}
.top_tel {
    background: url("../images/topTel.png") left no-repeat;
    position: absolute;
    right: 24px;
    padding-left: 40px;
    height: 100px;
    line-height: 100px;
    font-weight: bold;
    font-size: 32px;
    color: #072c87;
}
.topBox {
    width: 100%;
    height: 100px;
}
.banner {
    width: 100%;
    height: 865px;
	position: relative;
	overflow:hidden;
}

.bannerText1 {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    padding-top: 340px;
}
.bannerText2 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    margin-top: 36px;
}
.bannerText3 {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    margin-top: 36px;
}
.bannerText12 {
    font-size: 38px;
    font-weight: bold;
    color: #fff;
    padding-top: 160px;
}
.bannerText22 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    margin-top: 36px;
}
.bannerText32 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    margin-top: 36px;
}
.index_title {
    width: 100%;
    height: 180px;
    position: relative;
    background: #fafafa;
    border-bottom: 1px solid #ddd
}
.index_title p {
    line-height: 180px;
    font-size: 38px;
    font-weight: bold;
    color: #072c80
}
.content {
    width: auto;
    max-width: 1600px;
    height: auto;
    margin: 0 auto;
    position: relative
}
.index_title_en {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    padding-top: 48px
}
.index_title_en font {
    color: #aaaaaa
}
.index_title_en p {
    font-size: 72px;
    font-weight: bold;
    color: #ddd;
    line-height: normal
}
.dark {
    background: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}
.dark p {
    color: #fff
}
.dark .index_title_en {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    padding-top: 48px
}
.dark .index_title_en font {
    color: rgba(255, 255, 255, .6)
}
.dark .index_title_en p {
    font-size: 72px;
    font-weight: bold;
    color: rgba(255, 255, 255, .3);
    line-height: normal
}
.index_about {
    background: url("../images/about.jpg") no-repeat center;
    height: 840px;
    white-space: 100%;
}
.index_service {
    background: url("../images/service.jpg") no-repeat center;
    height: 870px;
    white-space: 100%;
}
.footer {
    width: 100%;
    height: 280px;
    background: #373c41;
    padding-top: 50px
}
.footer_info {
    float: left;
    max-width: 480px;
    padding-right: 40px;
}
.footer_info p {
    color: rgba(255, 255, 255, .4);
    margin-bottom: 24px;
}
.footer ul {
    float: left;
    max-width: 240px;
    min-width: 180px;
    margin-left: 40px;
}
.foot_content {
    max-width: 450px !important
}
.footer ul p {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 24px
}
.footer ul li {
    color: rgba(255, 255, 255, .4);
    line-height: 32px
}
.footer ul li a {
    color: rgba(255, 255, 255, .4);
}
.index_about_content {
    margin-top: 32px;
}
.index_about_content p {
    font-size: 16px;
    font-weight: normal;
    line-height: 42px;
    margin-bottom: 12px;
}
.index_about_content ul li {
    width: calc(25% - 12px);
    float: left;
    margin-right: 16px;
    text-align: center;
    background: #fff;
}
.index_about_content ul li p {
    color: #072c87;
    font-weight: bold;
    padding-top: 12px;
    line-height: 32px
}
.index_about_content ul li font {
    display: block;
    padding-bottom: 16px;
}
.index_about_content ul li:last-child {
    margin-right: 0;
}
.index_about_content ul li img {
    width: 100%;
}
.index_service_content {
    width: 50%;
    float: right;
    margin-top: 100px;
}
.index_service_content p {
    font-size: 16px;
    font-weight: normal;
    line-height: 42px;
    margin-bottom: 12px;
}
.index_service_content .more {
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    background: #006ab2;
    font-weight: bold;
    text-align: center
}
.index_contact_content {
    text-align: center;
    height: 200px;
    padding-top: 80px;
}
.index_contact_content p {
    font-size: 24px;
    margin-bottom: 36px;
}
.index_contact_content b {
    font-size: 32px;
}
.index_contact_content strong {
    font-size: 32px;
}
.index_contact_content input {
    height: 42px;
    width: 200px;
    padding-left: 16px;
    padding-right: 16px;
    margin-right: 8px;
}
.index_contact_content .submit {
    display: inline-block;
    width: 200px;
    line-height: 46px;
    height: 46px;
    background: rgb(7, 44, 135);
    color: #fff;
}
.index_work_content {
    max-width: 1600px;
    height: auto;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.index_work_content ul li {
    width: calc(25% - 12px);
    margin-right: 16px;
    float: left
}
.index_work_content ul li:last-child {
    margin-right: 0;
}
.index_work_content ul li img {
    width: 100%;
}
.index_news_content {
    max-width: 1600px;
    background: url("../images/newsbg.png") right no-repeat;
    height: 640px;
    margin: 0 auto;
}
.index_news_hot {
    width: 60%;
    text-align: left;
    padding-top: 80px;
    padding-bottom: 50px;
}
.index_news_hot p {
    font-size: 24px;
    color: #072c87;
    font-weight: bold;
    margin-bottom: 32px;
}
.index_news_hot font {
    font-size: 14px;
    line-height: 24px;
}
.index_news_hot a {
    display: block;
    width: 180px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background: #072c87;
    margin-top: 24px;
}
.index_news_content ul li {
    float: left;
    background: #4c4c4c;
    width: calc(33.33% - 121px);
    height: 100px;
    padding: 40px 60px 90px 60px;
    border-right: 1px solid rgba(255, 255, 255, .2);
}
.index_news_content ul li:last-child {
    border-right: none;
}
.index_news_content ul li a {
    font-size: 18px;
    color: rgba(255, 255, 255, .9);
    display: block;
    margin-bottom: 24px;
}
.index_news_content ul li font {
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
}
.index_product_content {
    max-width: 1600px;
    margin: 0 auto;
    padding: 50px 0px;
}
.index_product_content ul li {
    width: calc(25% - 12px);
    margin-right: 16px;
    float: left;
    background: #e0e0e0;
    margin-bottom: 16px;
}
.index_product_content ul li:nth-child(4) {
    margin-right: 0
}
.index_product_content ul li:nth-child(8) {
    margin-right: 0
}
.index_product_content ul li img {
    height: 288px;
    width: 100%;
}
.index_product_content ul li p {
    height: 42px;
    line-height: 42px;
    text-align: center
}
.index_product_content ul li p a {
    color: #072c87;
    font-size: 16px;
}
.about_banner {
    width: 100%;
    height: 500px;
    text-align: center;
    color: #fff
}
.about_banner p {
    padding-top: 180px;
    font-size: 32px;
    font-weight: bold
}
.about_banner font {
    font-size: 18px;
}
.banner_slide {
    height: 2px;
    background: #fff;
    width: 100px;
    margin: 36px auto;
}
.page_nav {
    width: 100%;
    height: 80px;
    background: rgb(240, 240, 240);
}
.page_nav ul {
    float: left;
    max-width: 1000px;
}
.page_nav ul li {
    float: left;
    height: 80px;
    width: 124px;
    text-align: center
}
.page_nav ul li a {
    height: 78px;
    line-height: 80px;
    display: block;
    font-size: 16px;
}
.page_nav ul li:hover {
    border-bottom: 2px solid #072c87
}
.curmbs {
    float: right;
    height: 80px;
    line-height: 80px;
    text-align: right
}
.about_content {
    width: 100%;
    background: #fff;
    padding: 36px;
    margin: 50px 0px 0px 0px;
}
.about_content h1 {
    text-align: center;
    height: 42px;
    line-height: 42px;
}
.about_content b {
    text-align: center;
    display: block;
    height: 28px;
    line-height: 28px;
    font-weight: normal
}
.about_desc {
    width: 100%;
    line-height: 28px;
    font-size: 16px;
}
.about_desc p {
    margin-bottom: 12px;
}
.about_slide {
    width: 100px;
    height: 2px;
    background: #072c87;
    margin: 12px auto;
}
.page_active {
    border-bottom: 2px solid #072c87
}
.newsList {
    width: 100%;
    padding-top: 50px;
}
.newsList li {
    width: calc(33.33% - 24px);
    margin-left: 12px;
    margin-right: 12px;
    float: left;
    background: #fff;
    margin-bottom: 24px;
    border: 2px solid #fff;
    box-sizing: border-box;
}
.newsList li:hover {
    border: 2px solid #072c87;
}
.newsList li img {
    width: 100%;
    position: absolute;
    top: -50%;
}
.news_content_box {
    width: calc(100% - 24px);
    padding: 24px;
}
.news_content_box p {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
}
.news_content_box font {
    color: #999
}
.news_img {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden
}
.pagenumber {
    width: 100%;
    text-align: center
}
.pagenumber span:first-child {
    display: none;
}
.pagenumber span {
    display: inline-block;
    width: auto;
    width: 32px;
    height: 38px;
    background: #fff;
    line-height: 38px;
    margin-left: 2px;
    margin-right: 2px;
}
.pagenumber a {
    display: inline-block;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    height: 38px;
    background: #fff;
    line-height: 38px;
    margin-left: 2px;
    margin-right: 2px;
}
.pagenumber span font {
    display: block;
    width: 100%;
    height: 100%;
    background: #072c87;
    color: #fff;
}
.pagenumber .nolink {
    display: inline-block;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    height: 38px;
    background: #d9d9d9;
    line-height: 38px;
    margin-left: 2px;
    margin-right: 2px;
    cursor: not-allowed
}
.pagenumber a:hover {
    background: #072c87;
    color: #fff;
}
.news_content_bo {
    height: auto;
    width: 100%;
    padding: 24px;
    background: #fff;
    margin-top: 50px;
}
.news_content_bo h1 {
    width: 100%;
    text-align: center;
    height: 80px;
    line-height: 80px;
}
.newsDesc {
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding-bottom: 24px;
    border-bottom: 1px dashed #eaeaea;
}
.newsDesc span {
    padding-left: 8px;
    padding-right: 8px;
    color: #898989;
}
.news_content_bo .contentBoxNews {
    padding: 24px;
}
.news_content_bo .contentBoxNews p {
    margin-bottom: 24px;
    font-size: 16px;
}
.news_content_bo .contentBoxNews img {
    max-width: 100%;
}
.product_list_ul {
    width: 100%;
    height: auto;
}
.product_list_ul li {
    width: calc(20% - 8px);
    float: left;
    text-align: center;
    border: 1px solid #ddd;
    box-sizing: border-box;
    margin-right: 10px;
    height: 42px;
    line-height: 42px;
    margin-bottom: 10px;
}
.product_list_ul li:hover {
    border: 1px solid #072c87;
    background: #072c87;
}
.product_list_ul li:hover a {
    color: #fff;
}
.product_list_ul li a {
    width: 100%;
    height: 100%;
    display: block;
}
.product_list_ul li:nth-child(5) {
    margin-right: 0px;
}
.product_list_ul li:nth-child(10) {
    margin-right: 0px;
}
.product_list_ul li:nth-child(15) {
    margin-right: 0px;
}
.pro_active {
    border: 1px solid #072c87 !important;
    background: #072c87 !important;
}
.pro_active a {
    color: #fff !important;
}
.productList {
    width: 100%;
}
.productList li {
    width: calc(33.33% - 16px);
    margin-right: 24px;
    float: left;
    background: #fff;
    margin-bottom: 24px;
    border: 2px solid #fff;
    box-sizing: border-box;
    position: relative;
}
.productList li:nth-of-type(3n) {
    margin-right: 0px;
}
.productList li:hover {
    border: 2px solid #072c87;
}
.productList li img {
    width: 100%;
    position: absolute;
    height: 100%;
}
.pro_img {
    width: 100%;
    height: 340px;
    position: relative;
    overflow: hidden
}
.pro_content_box {
    width: calc(100% - 48px);
    padding: 24px;
    background: #ddd;
}
.pro_content_box p {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
}
.pro_content_box font {
    color: #999
}
.pro_content_top {
    width: 100%;
    height: 400px;
    padding-top: 36px;
    margin-bottom: 36px;
}
.pro_content_img {
    width: 600px;
    height: 400px;
    float: left;
    margin-right: 32px;
}
.pro_content_top img {
    width: 100%;
    height: 100%;
}
.pro_content_desc {
    width: calc(100% - 632px);
    float: right;
}
.pro_content_desc h1 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 32px;
    margin-bottom: 32px;
}
.pro_content_desc p {
    margin-top: 16px;
    margin-bottom: 16px;
    line-height: 32px;
    font-size: 16px;
}
.pro_content_title {
    border-bottom: 1px solid #ddd;
    height: 42px;
    line-height: 42px;
    margin-bottom: 24px;
}
.pro_content_title a {
    color: #072c87;
    border-bottom: 2px solid #072c87;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
}
.pro_content_uiList {
    height: 42px;
    line-height: 42px;
    background: #072c87;
    color: #fff;
    padding-left: 24px;
    margin-top: 50px;
    font-size: 16px;
    margin-bottom: 12px;
}

@media screen and (max-width: 1601px) {
.nav {
    width: 720px;
    height: 60px;
    left: 50%;
    margin-left: -360px;
    position: absolute;
    padding-top: 40px;
}
.nav li {
    width: 100px;
    float: left;
    text-align: center;
}
.banner {
    background: url("../images/banner.jpg") center no-repeat;
    width: 100%;
    height: 765px;
}
.bannerText1 {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    padding-top: 240px;
}
.content {
    width: auto;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative
}
.footer_info {
    float: left;
    max-width: 320px;
    padding-right: 40px;
}
.index_work_content {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 10px;
}
.index_news_content {
    max-width: 1200px;
    background: url("../images/newsbg.png") right no-repeat;
    height: 670px;
    margin: 0 auto;
}
.index_news_hot {
    width: 100%;
    text-align: left;
    padding-top: 80px;
    padding-bottom: 50px;
}
.index_news_content ul li {
    float: left;
    background: #4c4c4c;
    width: calc(33.33% - 121px);
    height: 130px;
    padding: 40px 60px 90px 60px;
    border-right: 1px solid rgba(255, 255, 255, .2);
}
.index_product_content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0px;
}
.index_product_content ul li {
    width: calc(25% - 12px);
    margin-right: 16px;
    float: left;
    background: #e0e0e0;
    margin-bottom: 16px;
}
.index_product_content ul li:nth-child(4) {
    margin-right: 0
}
.index_product_content ul li:nth-child(8) {
    margin-right: 0
}
.index_product_content ul li img {
    width: 100%;
    height: 215px;
}
.productList li img {
    width: 100%;
    position: absolute;
    top: 0%;
}
}
