img {
  border: 0;
}

.header {
  width: 100%;
  height: 110px;
  background: #093e96;
}

.header .container {
  height: 100%;
}

.header .container .logo {
  width: 374px;
  height: 100%;
  background-position: 0 center;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
}

.header .container .nav {
  width: auto;
  height: 32px;
  margin-top: 44px;
  line-height: 30px;
}

.header .container .nav li {
  width: auto;
  margin-left: 25px;
}

.header .container .nav li a {
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.header .container .nav li a.active {
  border-bottom: 2px solid #169ada;
}

.header .container .nav li a:hover {
  border-bottom: 2px solid #169ada;
}

.header .container .nav .active a {
  border-bottom: 2px solid #169ada;
}

.swiper {
  width: 100%;
  height: 595px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.swiper .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper .pic ul {
  width: 100%;
  height: 100%;
}

.swiper .pic ul li {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
}

.swiper .pic ul li img {
  width: 100%;
  height: 100%;
}

.swiper .ben_li {
  position: absolute;
  left: 48%;
  bottom: 20px;
}

.swiper .ben_li li {
  width: 14px;
  height: 14px;
  text-align: center;
  margin-left: 8px;
  float: left;
  /* background: #0e1124; */
  cursor: pointer;
  background: url(../images/swiper_2.png) no-repeat;
  background-size: 100% 100%;
  color: #FFF;
  overflow: hidden;
}

.swiper .ben_li .cur {
  width: 14px;
  height: 14px;
  /* opacity: 1; */
  background: url(../images/swiper_1.png) no-repeat;
  background-size: 100% 100%;
}

.swiper01 {
  width: 100%;
  height: 385px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.swiper01 .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper01 .pic ul {
  width: 100%;
  height: 100%;
}

.swiper01 .pic ul li {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
}

.swiper01 .pic ul li img {
  width: 100%;
  height: 100%;
}

.swiper01 .ben_li {
  position: absolute;
  left: 48%;
  bottom: 20px;
}

.swiper01 .ben_li li {
  width: 14px;
  height: 14px;
  text-align: center;
  margin-left: 8px;
  float: left;
  /* background: #0e1124; */
  cursor: pointer;
  background: url(../images/swiper_2.png) no-repeat;
  background-size: 100% 100%;
  color: #FFF;
  overflow: hidden;
}

.swiper01 .ben_li .cur {
  width: 14px;
  height: 14px;
  /* opacity: 1; */
  background: url(../images/swiper_1.png) no-repeat;
  background-size: 100% 100%;
}

.Company_profile {
  background: #f7f7f7;
  width: 100%;
  height: 450px;
}

.Company_profile .container {
  height: 100%;
  padding-top: 45px;
}

.Company_profile .container .title01 {
  width: 100%;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #4f4f4f;
  font-size: 34px;
  font-family: 'Arial';
}

.Company_profile .container .title02 {
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #4f4f4f;
  font-size: 20px;
}

.Company_profile .container .title03 {
  margin-top: 22px;
  line-height: 33px;
  height: auto;
  text-indent: 2em;
  text-align: center;
  color: #787878;
  font-size: 16px;
}

.Company_profile .container .Company_Profile_list {
  width: 100%;
  margin-top: 30px;
}

.Company_profile .container .Company_Profile_list li {
  width: 20%;
  height: 80px;
}

.Company_profile .container .Company_Profile_list li a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.Company_profile .container .Company_Profile_list li a div {
  width: 65px;
  height: 65px;
  margin: 0 auto;
  border-radius: 8px;
  border: 1px solid #dddddd;
  background-repeat: no-repeat;

  background-position: center center;
}

.Company_profile .container .Company_Profile_list li a p {
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #787878;
}

.Company_profile .container .Company_Profile_list li a .CPL_list1 {
  background-image: url(../images/home_icon1.png);
}

.Company_profile .container .Company_Profile_list li a .CPL_list2 {
  background-image: url(../images/home_icon2.png);
}

.Company_profile .container .Company_Profile_list li a .CPL_list3 {
  background-image: url(../images/home_icon3.png);
}

.Company_profile .container .Company_Profile_list li a .CPL_list4 {
  background-image: url(../images/home_icon4.png);
}

.Company_profile .container .Company_Profile_list li a .CPL_list5 {
  background-image: url(../images/home_icon5.png);
}

.Company_profile .container .Company_Profile_list li a .CPL_list1:active {
  background-image: url(../images/home_icon01.png);
  background-color: #093e96;
}

.Company_profile .container .Company_Profile_list li a .CPL_list1:hover {
  background-image: url(../images/home_icon01.png);
  background-color: #093e96;
}

.Company_profile .container .Company_Profile_list li a .CPL_list2:active {
  background-image: url(../images/home_icon02.png);
  background-color: #093e96;
}

.Company_profile .container .Company_Profile_list li a .CPL_list2:hover {
  background-image: url(../images/home_icon02.png);
  background-color: #093e96;
}

.Company_profile .container .Company_Profile_list li a .CPL_list3:active {
  background-image: url(../images/home_icon03.png);
  background-color: #093e96;
}

.Company_profile .container .Company_Profile_list li a .CPL_list3:hover {
  background-image: url(../images/home_icon03.png);
  background-color: #093e96;
}

.Company_profile .container .Company_Profile_list li a .CPL_list4:active {
  background-image: url(../images/home_icon04.png);
  background-color: #093e96;
}

.Company_profile .container .Company_Profile_list li a .CPL_list4:hover {
  background-image: url(../images/home_icon04.png);
  background-color: #093e96;
}

.Company_profile .container .Company_Profile_list li a .CPL_list5:active {
  background-image: url(../images/home_icon05.png);
  background-color: #093e96;
}

.Company_profile .container .Company_Profile_list li a .CPL_list5:hover {
  background-image: url(../images/home_icon05.png);
  background-color: #093e96;
}

.Company_profile .container .see_more {
  width: 150px;
  height: 40px;
  border: 1px solid #dcdcdc;
  display: block;
  line-height: 40px;
  text-align: center;
  color: #a4a4a4;
  font-size: 14px;
  border-radius: 16px;
  margin: 28px auto 0;
}

.News_Information {
  width: 100%;
  height: 663px;
  background-image: url(../images/News_Information.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.News_Information .container {
  height: auto;
  padding-top: 50px;
}

.News_Information .container .title01 {
  width: 100%;
  height: 47px;
  text-align: center;
  color: #ffffff;
  line-height: 47px;
  font-size: 34px;
}

.News_Information .container .title02 {
  width: 100%;
  height: 41px;
  line-height: 41px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.News_Information .container .title03 {
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  color: #adc8f8;
  text-align: center;
}

.News_Information .container .news_information_content {
  width: 100%;
  height: 298px;
  margin-top: 51px;
}

.News_Information .container .news_information_content .nic_img {
  width: 444px;
  height: 298px;
  border: 1px solid #3760a7;
  overflow: hidden;
  margin-right: 48px;
}

.News_Information .container .news_information_content .nic_img img {
  width: 100%;
  height: 100%;
}

.News_Information .container .news_information_content .nic_box {
  width: auto;
  height: 298px;
  overflow: hidden;
}

.News_Information .container .news_information_content .nic_box li {
  width: 707px;
  height: 86px;
  *height: 65px;
  *width: 643px;
  border: 1px solid #3760a7;
  padding: 16px 54px 0 7px;
  background-image: url(../images/line.png);
  background-repeat: no-repeat;
  background-position: 102px center;
  margin-bottom: 20px;
}

.News_Information .container .news_information_content .nic_box li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.News_Information .container .news_information_content .nic_box li a .nic_box_left {
  width: 94px;
  height: 86px;
}

.News_Information .container .news_information_content .nic_box li a .nic_box_left .p1 {
  width: 100%;
  text-align: center;
  height: 31px;
  line-height: 31px;
  color: #ffffff;
  font-size: 26px;
}

.News_Information .container .news_information_content .nic_box li a .nic_box_left .p2 {
  width: 100%;
  text-align: center;
  height: 22px;
  line-height: 22px;
  color: #ffffff;
  font-size: 14px;
}

.News_Information .container .news_information_content .nic_box li a .nic_box_right {
  width: 528px;
  overflow: hidden;
  height: 100%;
}

.News_Information .container .news_information_content .nic_box li a .nic_box_right .p01 {
  width: 100%;
  height: 31px;
  line-height: 31px;
  color: #ffffff;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.News_Information .container .news_information_content .nic_box li a .nic_box_right .p02 {
  width: 100%;
  height: 22px;
  line-height: 22px;
  color: #adc8f8;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.News_Information .container .see_more {
  width: 150px;
  height: 40px;
  display: block;
  line-height: 40px;
  text-align: center;
  color: #a4a4a4;
  background: #ffffff;
  font-size: 14px;
  border-radius: 16px;
  margin: 41px auto 0;
}

.Engineering_Picture {
  width: 100%;
  height: 726px;
  background-image: url(../images/EngineeringPicture.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 52px;
}

.Engineering_Picture .container {
  height: auto;
  overflow: hidden;
}

.Engineering_Picture .container .title01 {
  width: 100%;
  height: 48px;
  text-align: center;
  color: #4f4f4f;
  line-height: 48px;
  font-size: 34px;
}

.Engineering_Picture .container .title02 {
  width: 100%;
  height: 34px;
  line-height: 34px;
  font-size: 20px;
  color: #4f4f4f;
  text-align: center;
}

.Engineering_Picture .container .Engineering_Picture_box {
  width: 1262px;
  height: auto;
  margin-top: 32px;
}

.Engineering_Picture .container .Engineering_Picture_box li {
  width: 372px;
  height: 234px;
  margin: 0 42px 20px 0;
}

.Engineering_Picture .container .Engineering_Picture_box li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

.Engineering_Picture .container .Engineering_Picture_box li a img {
  width: 100%;
  height: 100%;
}

.Engineering_Picture .container .Engineering_Picture_box li a p {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 42px;
  line-height: 42px;
  background: #000;
  opacity: 0.6;
  z-index: 9;
}

.Engineering_Picture .container .Engineering_Picture_box li a span {
  z-index: 999;
  display: inline-block;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 16px;
  text-align: center;
  height: 42px;
  line-height: 42px;
}

.navigation_bar {
  width: 100%;
  height: 212px;
  background: #f4f5f7;
  padding: 44px 0 53px 0;
}

.navigation_bar .container {
  height: 115px;
  background: #fff;
  box-shadow: 9px 9px 9px 9px #f3f4f6;
  border-radius: 2px;
  padding: 32px 0;
}

.navigation_bar .container .navigation_bar_box {
  width: 100%;
  height: 100%;
}

.navigation_bar .container .navigation_bar_box li {
  width: 25%;
  height: 100%;
  background-image: url(../images/line_.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1px 51px;
}

.navigation_bar .container .navigation_bar_box li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding-left: 80px;
}

.navigation_bar .container .navigation_bar_box li a .box1 {
  width: 47px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 47px 44px;
  background-position: 0 center;
}

.navigation_bar .container .navigation_bar_box li a .IMG1 {
  background-image: url(../images/home_bottomicon01.png);
}

.navigation_bar .container .navigation_bar_box li a .IMG2 {
  background-image: url(../images/home_bottomicon02.png);
}

.navigation_bar .container .navigation_bar_box li a .IMG3 {
  background-image: url(../images/home_bottomicon03.png);
}

.navigation_bar .container .navigation_bar_box li a .IMG4 {
  background-image: url(../images/home_bottomicon04.png);
}

.navigation_bar .container .navigation_bar_box li a .box2 {
  margin-left: 20px;
  *margin-top: 34px;
}

.navigation_bar .container .navigation_bar_box li a .box2 .p1 {
  width: auto;
  height: 26px;
  line-height: 26px;
  font-size: 20px;
  color: #333333;
}

.navigation_bar .container .navigation_bar_box li a .box2 .p2 {
  width: auto;
  height: 22px;
  line-height: 22px;
  font-size: 13px;
  color: #999999;
}

.navigation_bar .container .navigation_bar_box .list04 {
  background-image: none;
}

.footer {
  width: 100%;
  height: 174px;
  background: #093e96;
}

.footer .container {
  padding-top: 30px;
  height: auto;
}

.footer .container .box {
  width: 100%;
  height: auto;
}

.footer .container .box li {
  width: auto;
  height: 30px;
  line-height: 30px;
  color: #b5cefa;
  font-size: 14px;
  text-align: center;
}

.footer .container .box li a{
  color: #b5cefa;    
}
.footer .container .box li img {
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: middle;
}

.content {
  width: 100%;
  height: auto;
  background: #fff;
  margin-top: 40px;
}

.content .container {
  height: auto;
}

.content .container .content_left {
  width: 270px;
  height: 100%;
}

.content .container .content_left .content_left_title {
  width: 270px;
  height: 141px;
  background-image: url(../images/title_background.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  padding-top: 23px;
}

.content .container .content_left .content_left_title .p1 {
  width: 100%;
  height: 39px;
  line-height: 39px;
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.content .container .content_left .content_left_title .p2 {
  width: 100%;
  height: 21px;
  line-height: 21px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.content .container .content_left .content_left_contact {
  width: 270px;
  height: 205px;
  background-image: url(../images/contact.png);
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin: 10px 0;
  padding: 29px 17px 0 0;
}

.content .container .content_left .content_left_contact .p1 {
  width: 253px;
  height: 39px;
  line-height: 39px;
  color: #ffffff;
  font-size: 24px;
  text-align: right;
}

.content .container .content_left .content_left_contact .p2 {
  width: 253px;
  height: 27px;
  line-height: 27px;
  color: #ffffff;
  font-size: 14px;
  text-align: right;
  *margin-right: 17px;
}

.content .container .content_left .content_left_contact .p3 {
  margin-top: 21px;
  width: 253px;
  height: 38px;
  line-height: 38px;
  color: #ffffff;
  font-size: 29px;
  font-weight: bold;
  text-align: right;
  *margin-right: 17px;
}

.content .container .content_left .content_left_contact .p4 {
  width: 253px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  text-align: right;
  *margin-right: 17px;
}

.content .container .content_right {
  width: 886px;
  height: auto;
  margin-left: 44px;
  padding-bottom: 30px;
  overflow: hidden;
}

.content .container .content_right .content_right_top {
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #abcae3;
}

.content .container .content_right .content_right_top .content_right_title {
  color: #0a2e89;
  font-size: 24px;
  text-shadow: 1px 1px 1px #0a2e89;
  width: auto;
  height: 48px;
  line-height: 48px;
}

.content .container .content_right .content_right_top .current_location {
  width: auto;
  height: 48px;
  line-height: 48px;
  background-image: url(../images/current_location.png);
  background-size: 12px 11px;
  background-position: 0 center;
  padding-left: 20px;
  background-repeat: no-repeat;
  font-size: 14px;
}

.content .container .content_right .content_right_top .current_location a {
  color: #333333;
}

.content .container .content_right .content_right_top .current_location .gohome {
  color: #0a2e89;
}

.content .container .content_right .article {
  width: 100%;
  height: auto;
  padding: 28px 0;
  line-height: 39px;
}

.content .container .content_right .news_list {
  width: 100%;
  height: auto;
  padding-top: 13px;
}

.content .container .content_right .news_list li {
  width: 100%;
  height: 53px;
  line-height: 53px;
  border-bottom: 1px dashed #ebebeb;
  color: #333333;
  font-size: 16px;
}

.content .container .content_right .news_list li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding-left: 24px;
  background-image: url(../images/point.png);
  background-size: 4px 4px;
  background-position: 6px center;
  background-repeat: no-repeat;
}

.content .container .content_right .news_list li a .name {
  display: inline-block;
  width: 70%;
  height: 53px;
  line-height: 53px;
  color: #333333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content .container .content_right .news_list li a .date {
  display: inline-block;
  width: auto;
  height: 53px;
  line-height: 53px;
  color: #999999;
  font-size: 16px;
}

.content .container .content_right .article_content {
  width: 100%;
  height: auto;
  padding-top: 17px;
}

.content .container .content_right .article_content .title {
  width: 100%;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: #000000;
  font-size: 26px;
}

.content .container .content_right .article_content .date {
  width: 100%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #999999;
  font-size: 14px;
}

.content .container .content_right .article_content .article_contentbox {
  line-height: 45px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
}

.content .container .content_right .article_content .article_contentbox img {
  max-width: 643px;
  height: auto!important;
  margin: 10px auto 20px;
}

.content .container .content_right .Picture_list {
  width: 912px;
  height: auto;
  padding-top: 24px;
}

.content .container .content_right .Picture_list li {
  width: 278px;
  height: 267px;
  margin: 0 26px 30px 0;
  float: left;
}

.content .container .content_right .Picture_list li a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.content .container .content_right .Picture_list li a div {
  width: 278px;
  height: 213px;
}

.content .container .content_right .Picture_list li a div img {
  width: 100%;
  height: 100%;
  border: 0;
}

.content .container .content_right .Picture_list li a p {
  margin-top: 8px;
  width: 100%;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #f2f2f2;
  color: #333333;
  font-size: 16px;
}

.content .container .content_right .Online_Message {
  width: 100%;
  *width: 99%;
  height: auto;
  margin-top: 20px;
  border-top: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
}

.content .container .content_right .Online_Message .Online_Message_box1 {
  width: 100%;
  *width: 94%;
  height: 51px;
  line-height: 51px;
  padding: 0 27px;
  border-bottom: 1px solid #e2e2e2;
  font-size: 16px;
  color: #333;
}

.content .container .content_right .Online_Message .Online_Message_box2 {
  width: 100%;
  *width: 94%;
  height: auto;
  line-height: 35px;
  padding: 14px 27px 15px;
  border-bottom: 1px solid #e2e2e2;
  font-size: 16px;
  color: #333;
}

.content .container .content_right .Online_Message .Online_Message_box2 .reply {
  width: 100%;
  height: auto;
  background: #f3f3f3;
  padding: 0 12px;
  margin-top: 15px;
}

.content .container .content_right .Online_Message .Online_Message_box2 .reply span {
  color: #2260b3;
}

.content .container .content_right .write {
  width: 100%;
  height: auto;
}

.content .container .content_right .write li {
  width: 100%;
  margin-bottom: 20px;
}

.content .container .content_right .write li .name {
  width: 148px;
  height: 100%;
  display: inline-block;
  text-align: center;
  background: #2260b3;
  color: #ffffff;
  font-size: 16px;
}

.content .container .content_right .write li input {
  border: none;
  font-size: 16px;
  color: #333;
  padding: 0 10px;
}

.content .container .content_right .write .write_01 {
  height: 48px;
  line-height: 48px;
}

.content .container .content_right .write .write_01 .text1 {
  width: 292px;
  *width: 273px;
  height: 48px;
  line-height: 48px;
  background: #f3f3f3;
  margin-left: 2px;
}

.content .container .content_right .write .write_01 .mailbox {
  margin-left: 2px;
}

.content .container .content_right .write .write_01 .tel {
  width: 735px;
  *width: 718px;
  height: 48px;
  line-height: 48px;
  background: #f3f3f3;
}

.content .container .content_right .write .write_01 .text2 {
  width: 340px;
  height: 48px;
  line-height: 48px;
  background: #f3f3f3;
}

.content .container .content_right .write .write_01 .blue {
  color: #2260b3;
}

.content .container .content_right .write .write_01 .photobox {
  width: 78px;
  height: 48px;
}

.content .container .content_right .write .write_01 .photobox img {
  width: 47px;
  height: 20px;
  display: block;
  margin: 13px auto;
}

.content .container .content_right .write .write_02 {
  height: 200px;
}

.content .container .content_right .write .write_02 .name {
  line-height: 200px;
}

.content .container .content_right .write .write_02 textarea {
  width: 735px;
  *width: 718px;
  height: 200px;
  display: inline-block;
  outline: none;
  background: #f3f3f3;
  color: #333;
  resize: none;
  border: none;
  line-height: 40px;
  padding: 0 10px;
}

.content .container .content_right .button_box {
  width: 354px;
  height: 48px;
  margin: 10px auto;
}

.content .container .content_right .button_box button {
  width: 155px;
  height: 48px;
  display: inline-block;
  border: 0;
  background: #768393;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
}

.content .container .content_right .button_box .blue {
  margin-right: 44px;
  background: #2260b3;
}

.page {
  width: 480px;
  height: 35px;
  /*background-image: url(../images/page.png);*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 30px auto;
}

.page a {
  color: #333;
  font-size: 14px;
}

.next_page {
  height: 72px;
  width: 100%;
  margin-top: 20px;
}

.next_page li {
  width: 100%;
  height: 36px;
  line-height: 36px;
    overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.next_page span {
  width: auto;
  height: 36px;
  display:block;
  line-height: 36px;
}
.next_page li  a {
  display: inline-block;
  width: 70%;
  height: 36px ;
  color: #000;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.next_page li a:hover {
  color: #3760a7;
}
