@charset "UTF-8";
/*  */
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body, html {
  background: #ffffff;
  font-family: 微软雅黑;
}
img {
  border-width: 0;
  border: none;
  display: block;
  margin: 0 auto;
}
input:not([type="radio"]), input:not([type="file"]), button, textarea {
  outline: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}
ul, ol, li, dl, dt, dd {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
a:hover {
  text-decoration: none;
}
video{
	width: 100%;
	height: 600px;
	margin: 0 auto;
}
.on {
  color: #2050b0;
  border-bottom: 3px solid #2050b0;
}
.pager {
  margin: 30px 0;
  text-align: center;
  font-size: 0;
}
.pager a {
  display: inline-block;
  font-size: 14px;
  line-height: 35px;
  padding: 0 14px;
  margin: 5px;
  background-color: #f5f5f5;
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pager a:hover, .pager a.active {
  background-color: #dd0000;
  color: #fff;
}
.pager a {
  font-size: 12px;
  line-height: 30px;
  padding: 0 12px;
}
.paginationr p {
  margin: 0;
  cursor: pointer
}
.paginationr {
  height: 40px;
  text-align: center;
}
.paginationr a {
  display: inline-block;
  margin-right: 10px;
  height: 30px;
  border: 1px #cccccc solid;
  background: #fff;
  text-decoration: none;
  color: #808080;
  font-size: 12px;
  line-height: 30px;
}
.paginationr a:hover {
  color: #36497b;
  background: white;
  border: 1px #36497b solid;
}
.paginationr a.page-num-current {
  border: none;
  background: #36497b;
  color: #fff;
}
.paginationr p {
  display: inline-block;
  padding: 2px 12px;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  color: #bbb;
  border: 1px #ccc solid;
  background: #fcfcfc;
  margin-right: 8px;
}
.paginationr p.pageRemark {
  border-style: none;
  background: none;
  margin-right: 0px;
  padding: 4px 0px;
  color: #666;
}
.paginationr p.pageRemark b {
  color: red;
}
.paginationr p.pageEllipsis {
  border-style: none;
  background: none;
  padding: 4px 0px;
  color: #808080;
}
.dates li {
  font-size: 14px;
  margin: 20px 0
}
.dates li span {
  float: right
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fr-phone {
  float: left;
  width: 240px;
}
.fr-phone img {
  float: left;
  width: 20px;
  padding-top: 6%;
  vertical-align: top;
}
.fr-phone a {
  float: left;
  margin-left: 10px;
}
.fr-time {
  float: left;
  width: 68px;
}
.fr-time img {
  float: left;
  width: 20px;
  padding-top: 13%;
  vertical-align: top;
}
.fr-time a {
  float: left;
  margin-left: 10px;
}
.cb:after {
  clear: both;
  content: "";
  display: block;
}
.cb:before {
  clear: both;
  content: "";
  display: block;
}
.inner {
  width: 1360px;
  margin: 0 auto;
}
/*底部导航*/
.fotnav {
  width: 100%;
  height: 80px;
  background: url("../img/footback.png") no-repeat;
  background-size: 100% 100%;
}
.yyui_menu {
  width: 700px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  list-style-type: none;
  padding-top: 12px;
}
.yyui_menu li {
  width: 112px;
  float: left;
  position: relative;
  font-weight: 400;
  ;
} /*这一级是导航*/
.yyui_menu li a {
  display: block;
  line-height: 50px;
  text-decoration: none;
  padding: 0px 4px;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.gbook {
  width: 100%;
  background: #262626;
  position: relative;
  height: 330px;
}
.gbook_con {
  width: 1200px;
  margin: 0 auto;
}
.gbook_tit {
  width: 100%;
  padding-top: 50px;
}
.gbook_tit .gbook_tit_left {
  width: 80%;
  float: left;
}
.gbook_tit .gbook_tit_left .p1 {
  font-size: 33px;
  color: #fff;
}
.gbook_tit .gbook_tit_left .p2 {
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
}
.gbook_tit .gbook_tit_right {
  width: 12%;
  float: right;
}
.gbook_tit .gbook_tit_right img {
  width: 100%;
}
.gbook_conn {
  width: 100%;
  margin-top: 30px;
}
.gbook_conn ul li {
  width: 400px;
  float: left;
}
.gbook_conn ul li img {
  width: 60px;
  float: left;
}
.gbook_conn ul li .forle {
  width: 200px;
  float: left;
  margin-left: 10px;
}
.gbook_conn ul li .forle .p1 {
  margin-top: 5px;
  font-size: 14px;
  color: #fff;
}
.gbook_conn ul li .forle .p2 {
  font-size: 14px;
  color: #fff;
  margin-top: 5px;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.page {
  position: relative;
  overflow: hidden;
}
.img_wrap img {
  width: 100%;
  height: 100%;
}
/*  */
.header_top {
  background: #006380;
  /*background: url("../img/headtop.png") no-repeat;*/
  background-size: 100% 100%;
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-size: 12px;
}
.header_top .inner {
  width: 1200px;
}
.header_top .inner .back {
  width: 230px;
  height: 32px;
  overflow: hidden;
  background-size: 100% 100%;
  color: #fff;
}
.header .inner {
  width: 1200px;
}
.header .logo_wrap {
  width: 490px;
  margin-top: 20px;
}
.header .right {
  margin-top: 3px;
}
.header .right .img_wrap {
  width: 270px;
  margin-top: 20px;
}
.header .right .text_wrap {
  width: 268px;
  color: #40a3e5;
  font-size: 16px;
  line-height: 24px;
  margin-top: 32px;
  margin-left: 4px;
}
.img_wrap .seo-but {
  background: #d0000f;
  color: #fff;
  margin-top: 5px;
  width: 120px;
  height: 40px;
}
.img_wrap .seo-inp {
  width: 400px;
  height: 40px;
  border: 2px solid #d0000f;
  margin-top: 5px;
  background: url("../img/sou.png") no-repeat;
  background-position: 0 center;
}
.yyui_menu1 {
  width: 1120px;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  list-style-type: none;
}
.yyui_menu1 li {
  width: 112px;
  float: left;
  position: relative;
  color: #fff;
  height: 40px;
  ;
} /*这一级是导航*/
.yyui_menu1 li a {
  display: block;
  line-height: 40px;
  text-decoration: none;
  padding: 0px 5px;
  text-align: center;
}
/*.yyui_menu1 li a:hover { background:#033f97; }*/
.yyui_menu1 li:hover {
  /*color: #015ebe;
  background: url("../img/liback.png") no-repeat;*/
  background: #c20000;
  color: #fff;
  background-size: 100% 100%;
}
.yyui_menu1 li a.more:after {
  content: " »";
}
.yyui_menu1 li ul {
  position: absolute;
  display: none;
  background-color: #e80000;
  text-align: center;
  z-index: 9999;
  width: 112px;
} /*这是第二级菜单*/
.yyui_menu1 li ul li {
  width: 112px;
}
.yyui_menu1 li ul li:hover {
  background-color: #c20000;
}
.yyui_menu1 li ul li a {
  color: #fff;
}
.nav {
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.bgcc {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #3d4248;
  height: 40px;
  position: relative;
}
.banner {
  width: 1920px;
  
  position: relative;
  overflow: hidden;
  margin-top: 110px;
}
.banner img{
	max-height: 100%!important;
	max-width: 100%!important;
	height: auto!important;
	width: auto!important;

}
.banner .back {
  width: 100%;
  height: 600px;
}
.banner .back .hed {
  width: 100%;
  margin: 0 auto;
  color: #fff;
  font-size: 30px;
  padding-top: 145px;
  font-weight: bold;
  text-align: center;
}
.banner .back .hed .daohang {
  font-size: 16px;
}
.banner .back .hed .daohang p {
  margin: 0;
}
.banner .back .hed .eng {
  font-weight: normal;
  font-size: 60px;
}
.banner .back .hed .tit {
  font-size: 48px;
  color: #242334;
  margin-top: -15px;
}
.banner .back .hed .dec {
  font-size: 24px;
  font-weight: normal;
  margin-top: 8px;
}
.banner .back .hed img {
  width: 585px;
  height: 22px;
  margin: 0 auto;
}
.swiper-wrapper {
  width: 10000px;
  height: 393px;
  position: absolute;
}
.swiper-slide {
  float: left;
}
.banner img {
  width: 100%;
	height: auto;
}
.banner .banner_sw_pa {
  position: absolute;
  bottom: 2.08333%;
  width: 100%;
  z-index: 2;
  text-align: center;
}
.banner .swiper-pagination-bullet {
  width: 79px;
  height: 11px;
  background: #317aeb;
  opacity: 1;
  border-radius: 0;
}
.banner .swiper-pagination-bullet-active {
  background: #fff;
}
/* 搜索 */
.seo {
  width: 100%;
  height: 56px;
  background: #f3f6f8;
}
.seo1 {
  width: 1200px;
  height: 56px;
  margin: 0 auto;
}
.sec-sou {
  width: 255px;
  height: 100%;
  float: left;
  background: #188988;
}
.sec-sou img {
  width: 25px;
  float: left;
  margin-top: 15px;
  margin-left: 24%;
}
.sec-sou p {
  width: 40%;
  font-size: 20px;
  color: #fff;
  float: left;
  line-height: 56px;
  margin-left: 4%;
}
.seo-dec {
  float: left;
  width: 650px;
  margin-left: 50px;
}
.seo-tit {
  width: 130px;
  height: 56px;
  font-size: 24px;
  font-weight: bold;
  float: right;
}
.aboutleft {
  width: 24%;
  float: left;
}
.aboutleft .lefttit {
  width: 100%;
  height: 40px;
  background: #e80000;
}
.aboutleft .lefttit p {
  font-size: 24px;
  color: #fff;
  line-height: 40px;
  text-align: center;
}
.aboutleft .leftcon {
  background: #fff;
  padding-bottom: 20px;
  border: 1px solid #e6e6e6;
}
.aboutleft .leftcon ul {
  width: 90%;
  margin: 0 auto;
}
.aboutleft .leftcon ul .pro_li {
  width: 100%;
  height: 40px;
  background: #e6e6e6;
  border: none;
  margin-top: 15px;
  border-radius: 10px;
}
.aboutleft .leftcon ul .pro_li .pro_li_quan {
  width: 12px;
  height: 12px;
  background: -webkit-gradient(linear, 0 0, 100% 100%, from(#e80000), to(#d20707));
  border-radius: 6px;
  float: left;
  margin-top: 14px;
  margin-left: 10%;
}
.aboutleft .leftcon ul .pro_li .pro_li_left {
  width: 80%;
  float: right;
  height: 40px;
  line-height: 40px;
  padding-left: 50px;
  text-align: left;
}
.aboutleft .leftbot {
  width: 100%;
}
.aboutleft .leftbot li {
  width: 47%;
  height: 110px;
  background: #fff;
  margin-top: 15px;
  float: left;
  box-shadow: 0 0px 0px 0 rgb(0 0 0 / 20%), 0 0px 10px 0 rgb(0 0 0 / 19%);
}
.aboutleft .leftbot li img {
  width: 60px;
  height: 60px;
  margin-top: 9px;
}
.aboutleft .leftbot li p {
  font-size: 16px;
  color: #e80000;
  text-align: center;
  margin-top: 5px;
}
/*联系我们框框*/
.usinfo {
  width: 1200px;
  height: 480px;
  margin: 0 auto;
  background: #fff;
  margin-top: 50px;
  margin-bottom: 25px;
}
.usinfo .usleft {
  width: 680px;
  height: 440px;
  float: left;
}
.usinfo .usright {
  width: 480px;
  float: right;
}
.usinfo .usright .logo {
  width: 215px;
  height: 62px;
  margin-top: 10px;
}
.usinfo .usright .logo img {
  width: 100%;
  height: 100%;
}
.usinfo .usright ul {
  width: 100%;
  margin-top: 20px;
}
.usinfo .usright ul li {
  width: 100%;
  height: 115px;
  border-bottom: 1px solid #e1e1e2;
}
.usinfo .usright ul li .lileft {
  width: 35px;
  height: 35px;
  float: left;
  margin-top: 15px;
}
.usinfo .usright ul li .lileft img {
  width: 100%;
  height: 100%;
}
.usinfo .usright ul li .liright {
  width: 440px;
  float: right;
}
.usinfo .usright ul li .liright .p1 {
  font-size: 24px;
  color: #484444;
  margin-top: 15px;
}
.usinfo .usright ul li .liright .p2 {
  font-size: 18px;
  color: #484444;
}
/*分公司联系方式*/
.zicom {
  width: 1200px;
  margin: 0 auto;
  height: 700px;
}
.zicom li {
  width: 380px;
  height: 280px;
  background: #f4f5f5;
  float: left;
  padding: 40px 40px;
  font-size: 16px;
  color: #4c4b4b;
  line-height: 30px;
  margin-top: 30px;
  border: 1px solid #dadada;
}
.zicom li p {
  margin: 0;
}
.zicom li .zititle {
  font-size: 24px;
}
.zicom li .hr1 {
  border: 2px solid #838383;
  width: 40px;
  margin: 0;
  margin-top: 25px;
}
.zicom li .hr2 {
  border: 1px solid #d1d2d2;
  width: 100%;
  margin: 0;
}
.zicom li .phone {
  margin-top: 30px;
}
.aboutleftt {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #d8d7d7;
}
.aboutleftt .leftttit {
  width: 1200px;
  margin: 0 auto;
}
.aboutleftt .leftttit ul {
  width: 720px;
  height: 80px;
  float: left;
}
.aboutleftt .leftttit ul li {
  width: 80px;
  float: left;
  line-height: 80px;
  height: 79px;
  font-size: 16px;
  color: #484747;
  text-align: center;
  margin-left: 5px;
}
.aboutleftt .leftttit .navright {
  width: 400px;
  float: right;
  height: 80px;
}
.aboutleftt .leftttit .navright img {
  width: 26px;
  height: 22px;
  float: right;
  margin-top: 29px;
}
.aboutleftt .leftttit .navright p {
  float: right;
  font-size: 14px;
  color: #9d9a9a;
  line-height: 80px;
}
.aboutleftt .lefttcon {
  font-size: 15px;
  color: #555758;
  line-height: 28px;
  margin-top: 20px;
}
.aboutleftt .more {
  width: 160px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  background: #f39700;
  text-align: center;
  line-height: 40px;
  margin: 0 auto;
  border-radius: 20px;
  margin-top: 20px;
}
.aboutiner {
  width: 100%;
  height: 182px;
  background: url("../img/aboutnum.jpg") no-repeat;
  background-size: 100% 100%;
}
.aboutte {
  width: 1200px;
  height: 182px;
  margin: 0 auto;
  margin-top: 25px;
  padding-top: 40px;
}
.aboutte ul {
  width: 100%;
}
.aboutte ul li {
  width: 20%;
  float: left;
}
.aboutte ul li .p2 {
  font-size: 16px;
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0;
}
.aboutte ul li .p1 {
  width: 100%;
  font-size: 40px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin: 0;
}
.aboutte ul li .p1 .a2 {
  font-size: 16px;
  color: #fff;
}
.wenhua {
  width: 1200px;
  margin: 0 auto;
}
.wenhua ul {
  width: 100%;
  margin-bottom: 50px;
}
.wenhua ul li {
  width: 100%;
  height: 228px;
  margin-top: 40px;
  border: 1px solid #dfdcdc;
}
.wenhua ul li .left {
  width: 50%;
  float: left;
  padding-left: 4%;
  height: 228px;
}
.wenhua ul li .left .xuhao {
  font-size: 72px;
  color: #eeeeee;
  font-weight: bold;
  margin-top: 15px;
}
.wenhua ul li .left .title {
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  margin-top: -18px;
}
.wenhua ul li .left .con {
  font-size: 16px;
  color: #333333;
  line-height: 28px;
}
.wenhua ul li .right {
  width: 50%;
  float: left;
  height: 228px;
  padding-left: 4%;
}
.wenhua ul li .right .xuhao {
  font-size: 72px;
  color: #eeeeee;
  font-weight: bold;
  margin-top: 15px;
}
.wenhua ul li .right .title {
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  margin-top: -18px;
}
.wenhua ul li .right .con {
  font-size: 16px;
  color: #333333;
  line-height: 28px;
}
.wenhua ul .wen01 .right {
  background: url("../img/wen1_03.png") no-repeat;
  background-size: 100% 100%;
}
.wenhua ul .wen02 .left {
  background: url("../img/wen2_03.png") no-repeat;
  background-size: 100% 100%;
}
.wenhua ul .wen03 .right {
  background: url("../img/wen3_03.png") no-repeat;
  background-size: 100% 100%;
}
.wenhua ul .wen01 {
  width: 100%;
  height: 600px;
  border: none;
}
.wenhua ul .wen01 .left {
  width: 250px;
  height: 50px;
  margin: 0 auto;
  float: none;
}
.wenhua ul .wen01 .left .xuhao {
  width: 100px;
  float: left;
  margin: 0;
}
.wenhua ul .wen01 .left .title {
  width: 100px;
  float: right;
  margin: 0;
  margin-top: 40px;
}
.wenhua ul .wen01 .wencon {
  width: 100%;
  height: 520px;
  margin-top: 30px;
}
.wenhua ul .wen01 .wencon .wc01 {
  width: 380px;
  height: 428px;
  background: url('../img/wen04.png') no-repeat;
  background-size: 100% 100%;
  float: left;
}
.wenhua ul .wen01 .wencon .wc02 {
  width: 380px;
  height: 428px;
  background: url('../img/wen05.png') no-repeat;
  background-size: 100% 100%;
  float: left;
  margin-left: 30px;
}
.wenhua ul .wen01 .wencon .wc03 {
  width: 380px;
  height: 428px;
  background: url('../img/wen06.png') no-repeat;
  background-size: 100% 100%;
  float: left;
  margin-left: 30px;
}
.wenhuafen {
  width: 100%;
}
.wenhuafen ul {
  width: 100%;
  margin-bottom: 42px;
}
.wenhuafen ul li {
  width: 100%;
  height: 573px;
  margin-top: 40px;
}
.wenhuafen ul li .left {
  width: 50%;
  float: left;
  padding-left: 18%;
  height: 573px;
}
.wenhuafen ul li .left hr {
  width: 240px;
  border: 2px solid #999;
  margin: 0;
}
.wenhuafen ul li .left .eng {
  font-size: 38px;
  color: #cccccc;
  font-weight: bold;
  margin-top: 20px;
}
.wenhuafen ul li .left .title {
  font-size: 30px;
  color: #333333;
}
.wenhuafen ul li .left .class {
  margin-top: 20px;
}
.wenhuafen ul li .left .class li {
  height: 26px;
  font-size: 18px;
  line-height: 26px;
  width: 100%;
  margin-top: 8px;
  color: #484444;
}
.wenhuafen ul li .left .class li .dian {
  width: 5px;
  height: 5px;
  background: #e60012;
  float: left;
  border-radius: 2.5px;
  margin-top: 10.5px;
}
.wenhuafen ul li .left .class li p {
  width: 97%;
  float: left;
  margin-left: 2%;
}
.wenhuafen ul li .left .classzi li {
  height: 26px;
  font-size: 18px;
  line-height: 26px;
  width: 100%;
  margin-top: 10px;
  color: #484444;
}
.wenhuafen ul li .left .classzi li p {
  width: 100%;
  float: left;
  font-size: 24px;
  color: #333333;
  margin-bottom: 5px;
}
.wenhuafen ul li .left .ziziclass li {
  height: 26px;
  font-size: 18px;
  line-height: 26px;
  width: 150px;
  margin-top: 8px;
  color: #484444;
  float: left;
}
.wenhuafen ul li .left .ziziclass li p {
  width: 92%;
  float: left;
  font-size: 18px;
  color: #484444;
  margin-left: 3%;
}
.wenhuafen ul li .left .ziziclass li .dian {
  width: 5px;
  height: 5px;
  background: #e60012;
  float: left;
  border-radius: 2.5px;
  margin-top: 10.5px;
}
.wenhuafen ul li .right {
  width: 50%;
  float: left;
  height: 573px;
  padding-left: 2%;
}
.wenhuafen ul li .right hr {
  width: 240px;
  border: 2px solid #999;
  margin: 0;
}
.wenhuafen ul li .right .eng {
  font-size: 38px;
  color: #cccccc;
  font-weight: bold;
  margin-top: 20px;
}
.wenhuafen ul li .right .title {
  font-size: 30px;
  color: #333333;
}
.wenhuafen ul li .right .class {
  margin-top: 20px;
}
.wenhuafen ul li .right .class li {
  height: 26px;
  font-size: 18px;
  line-height: 26px;
  width: 100%;
  margin-top: 8px;
  color: #484444;
}
.wenhuafen ul li .right .class li .dian {
  width: 5px;
  height: 5px;
  background: #e60012;
  float: left;
  border-radius: 2.5px;
  margin-top: 10.5px;
}
.wenhuafen ul li .right .class li p {
  width: 97%;
  float: left;
  margin-left: 2%;
}
.wenhuafen ul li .right .classzi li {
  height: 26px;
  font-size: 18px;
  line-height: 26px;
  width: 100%;
  margin-top: 10px;
  color: #484444;
}
.wenhuafen ul li .right .classzi li p {
  width: 100%;
  float: left;
  font-size: 24px;
  color: #333333;
}
.wenhuafen ul li .right .ziziclass li {
  height: 26px;
  font-size: 18px;
  line-height: 26px;
  width: 150px;
  margin-top: 4px;
  color: #484444;
  float: left;
}
.wenhuafen ul li .right .ziziclass li p {
  width: 92%;
  float: left;
  font-size: 18px;
  color: #484444;
  margin-left: 3%;
}
.wenhuafen ul li .right .ziziclass li .dian {
  width: 5px;
  height: 5px;
  background: #e60012;
  float: left;
  border-radius: 2.5px;
  margin-top: 10.5px;
}
.fazhan {
  width: 100%;
  height: 826px;
  background: url("../img/faback.png") no-repeat;
  background-size: 100% 100%;
}
/*战略发展*/
.zhan {
  width: 1200px;
  height: 700px;
  margin: 0 auto;
}
.zhan .left {
  width: 613px;
  height: 621px;
  background: url("../img/zhanlu.png") no-repeat;
  background-size: 100% 100%;
  float: left;
}
.zhan .right {
  width: 587px;
  height: 621px;
  float: right;
  padding-top: 50px;
  padding-left: 50px;
}
.zhan .right hr {
  width: 240px;
  border: 2px solid #999;
  margin: 0;
}
.zhan .right .eng {
  font-size: 38px;
  color: #cccccc;
  font-weight: bold;
  margin-top: 20px;
}
.zhan .right .title {
  font-size: 30px;
  color: #333333;
}
.zhan .right .class {
  margin-top: 20px;
}
.zhan .right .class li {
  height: 26px;
  font-size: 24px;
  line-height: 30px;
  width: 100%;
  margin-top: 12px;
  color: #2050b0;
}
.zhan .right .class li .dian {
  width: 5px;
  height: 5px;
  background: #2050b0;
  float: left;
  border-radius: 2.5px;
  margin-top: 10.5px;
}
.zhan .right .class li p {
  width: 97%;
  float: left;
  margin-left: 2%;
}
.zhan .right .class .xiang {
  font-size: 18px;
  color: #3e3c3a;
  height: 55px;
}
/*介绍*/
.jieshao {
  width: 1200px;
  margin: 0 auto;
}
.jieshao .clas {
  width: 100%;
  height: 270px;
}
.jieshao .clas .titlee {}
.jieshao .clas .titlee hr {
  width: 400px;
  border: 2px solid #999;
  margin: 0;
}
.jieshao .clas .titlee .eng {
  font-size: 38px;
  color: #cccccc;
  font-weight: bold;
  margin-top: 10px;
}
.jieshao .clas .titlee .title {
  font-size: 30px;
  color: #333333;
  margin-top: -10px;
}
.jieshao .clas .ticon {
  font-size: 16px;
  color: #484444;
  line-height: 28px;
}
.jieshao .clas .ticon p {
  text-indent: 32px;
}
.footer {
  background: #e4e4e4;
  font-size: 16px;
  color: #000000;
  line-height: 40px;
  height: 40px;
}
.footer .inner {
  width: 1200px;
  margin: 0 auto;
}
.footer .inner .hang {
  width: 1100px;
  height: 40px;
  background: #17abaa;
  margin: 0 auto;
  font-size: 16px;
  border-radius: 20px;
}
.footer .inner .hang .hainner {
  width: 1050px;
  margin: 0 auto;
}
.footer .inner .hang li {
  width: 8.7%;
  float: left;
  text-align: center;
  line-height: 40px;
}
.footer .inner .p {
  width: 100%;
  text-align: center;
}
.footer .inner .you {
  width: 12%;
  float: right;
  margin-top: 15px;
}
.footer .inner .you li {
  width: 18px;
  float: left;
}
/*党建新闻*/
.djnew {
  width: 100%;
  height: 530px;
  margin-top: 40px;
}
.djnew .djinner {
  width: 1200px;
  margin: 0 auto;
}
.djnew .djinner .djleft {
  width: 72%;
  float: left;
}
.hui {
  width: 48%;
  height: 250px;
  float: left;
}
.hui .hui-tit {
  width: 100%;
  height: 36px;
  background: #eeeeee;
}
.hui .hui-tit .t-left {
  width: 24%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  float: left;
  background: #e80000;
  margin-top: -2px;
  margin-left: 8px;
  text-align: center;
}
.hui .hui-tit .t-right {
  width: 12%;
  font-size: 14px;
  color: #c3172b;
  float: right;
  line-height: 36px;
}
.hui .hui-tit .t-right:hover {
  color: #ed3b50;
}
.hui ul {
  width: 100%;
  margin-top: 10px;
}
.hui ul li {
  width: 100%;
  height: 32px;
  line-height: 32px;
}
.hui ul li a .img {
  width: 4px;
  height: 4px;
  float: left;
  background: #e80000;
  margin-top: 15px;
}
.hui ul li a .title {
  width: 70%;
  float: left;
  color: #333;
  font-size: 14px;
  margin-left: 8px;
}
.hui ul li a .title:hover {
  color: #c3172b;
}
.hui ul li a .time {
  width: 20%;
  float: right;
  color: #646464;
  font-size: 14px;
}
.djnew .djinner .djright {
  width: 25%;
  float: right;
}
.djnew .djinner .djright li {
  width: 100%;
  margin-top: 10px;
}
.djnew .djinner .djright li img {
  width: 100%
}
.djnew .djinner .djright .dao {
  width: 100%;
  margin-top: 10px;
}
.djnew .djinner .djright .daotit {
  width: 100%;
  height: 26px;
  background: url("../img/kstd.png") no-repeat;
  background-size: 100% 100%;
  margin-top: 25px;
  color: #d7000e;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.djnew .djinner .djright .dao li {
  width: 30%;
  height: 90px;
  border: 1px solid #d7000e;
  border-radius: 10px;
  float: left;
}
.djnew .djinner .djright .dao li img {
  width: 54px;
}
.djnew .djinner .djright .dao li p {
  font-size: 16px;
  color: #d7000e;
  text-align: center;
}
/*友情链接*/
.youjie {
  width: 100%;
}
.youjie .youinner {
  width: 1200px;
  margin: 0 auto;
}
.youjie .youinner .tit {
  width: 100px;
  font-size: 20px;
  color: #000000;
  margin-left: 18px;
}
.youjie .youinner img {
  width: 1200px;
}
.youjie .youinner .con {
  width: 100%;
  height: 40px;
  margin-top: 15px;
}
.youjie .youinner .con li {
  float: left;
  padding: 0 10px;
  font-size: 16px;
  color: #000000;
  line-height: 20px;
}
.youjie .youinner .con .gang {
  width: 2px;
  float: left;
}
/*专家团队*/
.product {
  width: 100%;
  height: 980px;
  /*background: #f4f6f7;*/
  padding-top: 30px;
  background: url("../img/zhuanback.png") no-repeat;
  background-size: 100% 100%;
}
.index_title_container {
  padding-top: 12px;
  height: 160px;
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.index_title_container .xtt {
  width: 150px;
  height: 50px;
  font-size: 36px;
  font-weight: bold;
  margin: 0 auto;
}
.pro_con {
  width: 100%;
  margin: 0 auto;
}
.pro_con_list1 {
  width: 24%;
  float: left;
  margin-top: 10px;
  background: #fff;
  height: 328px;
  border-bottom: 1px solid #dddddd;
}
.pro_con_list1 .pro_con_to1 {
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
  margin-right: 20px;
  position: relative;
}
.pro_con_list1 .pro_con_to1 img {
  width: 100%;
  height: 250px;
}
.pro_con_list1 .pro_con_to1 .zhe {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 162, 233, .5);
  top: 0;
  left: 0;
}
.pro_con_list1 .pro_con_to1 .zhe img {
  width: 48px;
  height: 52px;
  margin-top: 99px;
}
.pro_con_bot1 {
  width: 100%;
  height: 58px;
}
.pro_con_bot1 .titi {
  text-align: left;
  margin-left: 0;
  font-size: 20px;
  color: #3b3636;
  font-weight: bold;
  margin: 0;
  margin-top: 5px;
}
.pro_con_bot1 .mo {
  text-align: left;
  font-size: 14px;
  color: #817f7c;
  margin: 0;
  margin-left: 6px;
}
.pro_con_list {
  width: 48%;
  float: left;
  margin-top: 20px;
  color: #343434;
  height: 225px;
  background: #eeeeee;
  border-radius: 40px 0 40px 0;
}
.pro_con_top {
  width: 30%;
  height: 175px;
  border: 3px solid #0a9844;
  overflow: hidden;
  border-radius: 50%;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}
.pro_con_top img {
  width: 100%;
}
.pro_con_bot {
  width: 60%;
  height: 225px;
  margin-top: 5px;
  float: left;
  margin-left: 25px;
}
.pro_con_bot .p1 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-top: 25px;
}
.pro_con_bot .p2 {
  font-size: 20px;
  color: #0a9844;
  margin-top: 10px;
  font-weight: 400;
}
.pro_con_bot .p3 {
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
  font-weight: 400;
}
.index_title_container .xcn {
  width: 290px;
  height: 40px;
  font-size: 30px;
  margin: 0 auto;
}
.pro_wrapper {
  width: 1200px;
  margin: 0 auto;
}
.pro_left {
  float: left;
  width: 20%;
  /*background: #0066d9;*/
}
.pro_ul {
  margin-top: 10px;
}
.pro_li {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #cdcdcd;
  color: #343434;
  margin: 0 auto;
}
.pro_li:hover {
  width: 112%;
  background: url("../img/liback.jpg") no-repeat;
  color: #fff;
  background-size: 100% 100%;
  border: none;
}
.pro_li1 {
  width: 100%;
  color: #343434;
}
.pro_li_left {
  text-align: center;
}
.pro_li_right {
  float: right;
}
.pro_bot {
  width: 100%;
  height: 230px;
  margin-top: 20px;
}
.pro_bot .more {
  color: #fff;
  margin-top: 10px;
}
.pro_bot .more .about {
  width: 115px;
  height: 40px;
  background: #007a8c;
  float: left;
  text-align: center;
  line-height: 40px;
}
.pro_bot .more .liann {
  width: 115px;
  height: 40px;
  background: #007a8c;
  float: left;
  margin-left: 7px;
  text-align: center;
  line-height: 40px;
}
.pro_bot_top {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
}
.pro_bot_bot {
  background: #f8f8f8;
}
.pro_bot_bot ul li {
  height: 50px;
  border-bottom: 1px solid #eaeaea;
  padding-top: 10px;
}
.pro_right {
  width: 100%;
}
.pro_tiao {
  width: 96%;
  margin: 0 auto;
  color: #323232;
}
.pro_brand {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #dbdbdb;
}
.pro_brand .p1 {
  width: 6%;
  float: left;
  font-weight: bold;
}
.pro_brand ul {
  width: 94%;
  float: left;
}
.pro_brand ul li {
  float: left;
  margin-left: 20px;
}
.pro_brand ul li p {
  height: 25px;
  line-height: 25px;
  margin-top: 12px;
  padding: 0 15px;
  border-radius: 5px;
}
.pro_type {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #dbdbdb;
}
.pro_type .p1 {
  width: 6%;
  float: left;
  font-weight: bold;
}
.pro_type ul {
  width: 94%;
  float: left;
}
.pro_type ul li {
  float: left;
  margin-left: 20px;
}
.pro_type ul li p {
  height: 25px;
  line-height: 25px;
  margin-top: 12px;
  padding: 0 15px;
  border-radius: 5px;
}
.pro_tit {
  height: 86px;
  background-size: 100%;
  border-bottom: 1px solid #fff;
}
.pro_tit .a1 {
  width: 300px;
  height: 30px;
  line-height: 30px;
  background: -webkit-gradient(linear, 0 0, 100% 100%, from(#187a88), to(#188988));
  ;
  font-size: 18px;
  color: #fff;
  margin-top: 5px;
  text-align: center;
  margin: 0 auto;
}
.pro_con1 {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}
.pro_con1_list {
  width: 24%;
  float: left;
  margin-top: 20px;
  color: #343434;
  height: 330px;
  background: #fff;
}
.pro_con1_tit {
  width: 100%;
  height: 70px;
}
.pro_con1_tit .p1 {
  color: #188988;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
.pro_con1_tit .p2 {
  color: #4e4e4e;
  font-size: 15px;
  text-align: center;
  margin-top: 5px;
}
.pro_con1_top {
  width: 100%;
}
.pro_con1_top img {
  width: 288px;
}
.pro_con1_bot {
  width: 100%;
  height: 80px;
  text-align: center;
  font-size: 15px;
  color: #4e4e4e;
  padding: 15px 10px 0 10px;
  overflow: hidden;
}
.pro_con1_bot .p1 {
  font-size: 15px;
  color: #555758;
}
.pro_wrapper .pro_right .more {
  width: 180px;
  height: 40px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 25px;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  margin: 0 auto;
  margin-top: 50px;
}
.con01left {
  width: 36%;
  float: left;
}
.con01right {
  width: 60%;
  float: right;
  color: #323232;
}
.con01right .p1 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
}
.con01right .p2 {
  margin-top: 15px;
  font-size: 13px;
}
.con01right .p3 {
  margin-top: 40px;
  font-size: 14px;
}
.news_con02 {
  width: 100%;
  color: #323232;
  margin-top: 30px;
}
.con02left {
  width: 10%;
  float: left;
  border: 1px solid #b1b1b1;
}
.day {
  width: 100%;
  height: 60px;
  background: #cccccc;
  color: #fff;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
}
.year {
  text-align: center;
}
.con02right {
  width: 88%;
  float: right;
}
.con02right .title {
  font-size: 18px;
  font-weight: bold;
}
.con02right .content {
  font-size: 12px;
  margin-top: 10px;
}
.team_con {
  margin-top: 20px;
}
.about_title_container {
  height: 40px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  background: #f2f2f2;
}
.about_title_container .xtt {
  color: #333;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  width: 150px;
  height: 50px;
  float: left;
  position: relative;
  font-weight: bold;
}
.about_title_container .xcn {
  width: 240px;
  line-height: 40px;
  color: #333333;
  font-size: 14px;
  float: left;
  position: relative;
  margin-left: 10px;
}
.about_title_container .xcn img {
  float: left;
  margin-top: 12px;
  margin-right: 6px;
}
.about_title_containers .xcn p {
  float: left;
}
.about_title_container .lanmu {
  float: left;
  margin-top: 4.5%;
  margin-left: 9%;
}
.about_title_container .lanmu ul li {
  float: left;
  font-size: 18px;
  margin-left: 35px;
}
.er_containertit {
  width: 1200px;
  height: 200px;
  margin: 0 auto;
}
.er_containertit .tit1 {
  width: 100%;
  height: 150px;
  background: url("../img/zitit.png") no-repeat;
  background-position: center center;
}
.er_containertit .tit1 p {
  font-size: 48px;
  color: #333;
  text-align: center;
  line-height: 150px;
}
.er_containertit .lu {
  width: 420px;
  margin: 0 auto;
}
.er_containertit .lu div {
  width: 200px;
  height: 50px;
  color: #585757;
  background: #f1f1f1;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  float: left;
}
.er_containertit .lu div:hover {
  background: #0a9844;
  color: #fff;
}
.er_container .inner {
  width: 1200px;
}
.er_container .inner .tit {
  width: 735px;
  height: 34px;
  margin: 0 auto;
  background: url(../img/xiang.png) no-repeat;
  background-size: 100% 100%;
  color: #454a54;
  font-size: 36px;
  line-height: 34px;
  text-align: center;
  margin-top: 60px;
}
.er_container .inside_fr {
  width: 1200px;
  min-height: 400px;
  margin: 0 auto;
}
.er_container .inside_fr .tit {
  width: 735px;
  height: 34px;
  margin: 0 auto;
  background: url(../img/xiang.png) no-repeat;
  background-size: 100% 100%;
  color: #454a54;
  font-size: 36px;
  line-height: 34px;
  text-align: center;
  margin-top: 60px;
}
.er_container .inner .er_pec_container {
  min-height: 400px;
  width: 1200px;
  margin: 0 auto;
  font-size: 16px;
  color: #484444;
  line-height: 30px;
}
.er_container .inner .er_pec_container .erimg {
  width: 40%;
  float: right;
}
.er_container .inner .er_pec_container .ercon {
  width: 100%;
  float: left;
  margin-top: 50px;
}
.er_container .inner .er_pec_container p {
  
  color: #3b3636;
  font-size: 16px;
  line-height: 33px;
  margin: 0;
}
.er_container .inner .ship {
  width: 1200px;
  height: 660px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 40px;
}
.er_container .inner .ship .imgleft {
  width: 100%;
  height: 650px;
  float: left;
}
.er_container .inner .ship .imgright {
  width: 427px;
  height: 495px;
  float: left;
}
.er_container .inner .er_pec_container_ri {
  width: 30%;
  float: right;
  padding: 0 0 0 20px;
}
.er_container .inner .er_pec_container_ri .ritit {
  font-size: 24px;
  color: #3b3636;
  text-align: left;
}
.er_container .inner .er_pec_container_ri .showri {
  width: 100%;
  margin-top: 18px;
}
.er_container .inner .er_pec_container_ri .showrili {
  width: 100%;
  height: 38px;
}
.er_container .inner .er_pec_container_ri .showrili .list_con {
  width: 100%;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
}
.er_container .inner .er_pec_container_ri .showrili .list_con img {
  width: 10px;
  float: left;
  margin-top: 13px;
}
.er_container .inner .er_pec_container_ri .showrili .list_con p {
  width: 94%;
  float: left;
  margin: 0;
  margin-left: 2%;
  font-size: 14px;
  color: #3b3636;
}
.inner .type {
  width: 1200px;
  height: 130px;
  margin: 0 auto;
  box-shadow: 0px 0px 10px #e2e2e2;
  padding: 20px 30px;
  margin-top: 30px;
}
.inner .type .pro_li_left {
  width: 14%;
  float: left;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #333333;
  font-size: 18px;
  margin: 0 1%;
}
.pro_con .pic {
  width: 300px;
  float: left;
  text-align: center;
  margin-top: 20px;
}
.pro_con .pic img {
  width: 280px;
  height: 275px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 98;
  padding-top: 10px;
}
.pro_con .pic .back {
  height: 362px;
  width: 280px;
  background: url("../img/proback11.png") no-repeat;
  background-size: 100% 100%;
  margin: 0 10px;
  position: relative;
  z-index: 99;
  margin-top: -275px;
}
.pro_con .pic .back .bot {
  width: 100%;
  padding-top: 268px;
}
.pro_con .pic .back .bot p {
  font-size: 24px;
  color: #010101;
  text-align: center;
}
.pro_con .pic .back .bot .promore {
  width: 100px;
  height: 31px;
  margin: 0 auto;
  background: url("../img/promoreback.png") no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 31px;
}
.er_btn_wrap table {
  text-align: center;
}
.er_btn_wrap table .biaoti {
  background:#00a0e8;
  height: 70px;
  color: #fff;
  font-size: 20px;
}
.er_btn_wrap table .biaoti th {
  text-align: center;
}
.er_btn_wrap table .neirong {
  height: 70px;
  font-size: 16px;
  color: #484444;
  border-top: 1px solid #d5d5d5;
}
.er_btn_wrap table .content {
  border-top: 1px solid #d5d5d5;
  text-align: left;
  display: none;
}
.er_btn_wrap table .content td {
  padding: 30px 20px;
  font-size: 16px;
  color: #484444;
  line-height: 30px;
}
.er_btn_wrap table .content td .bot {
  width: 100%;
  height: 60px;
  margin-top: 30px;
}
.er_btn_wrap table .content td .bot .shen {
  width: 180px;
  height: 42px;
  border: 1px solid #00a0e8;
  font-size: 14px;
  color: #00a0e8;
  text-align: center;
  line-height: 42px;
  float: left;
  border-radius: 21px;
}
.er_btn_wrap table .content td .bot .youx {
  width: 350px;
  height: 42px;
  background: #00a0e8;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  float: right;
  border-radius: 21px;
}
.jobshow {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.jobshow tr {
  height: 50px;
}
.jobshow input:not([type="radio"]), input:not([type="file"]) {
  appearance: button;
  -webkit-appearance: button;
}
.jobshow .inp {
  border: 1px solid #ccc;
  height: 32px;
  width: 200px;
}
.jobshow select {
  border: 1px solid #ccc;
  height: 32px;
  width: 200px;
}
.jobshow .inp3 {
  width: 150px;
  height: 42px;
  background: #2152b4;
  border-radius: 21px;
  color: #fff;
  margin-top: 30px;
}
.jobshow button {
  width: 150px;
  height: 42px;
  background: #2152b4;
  border-radius: 21px;
  color: #fff;
  margin-top: 30px;
}
er_page_container_fr {
  width: 70%;
}
.er_page_container_fr_ri {
  width: 20%;
  height: 50px;
  border: 1px solid #0274d3;
  border-radius: 25px;
}
.er_page_container_fr_ri img {
  width: 32px;
  float: left;
  margin-top: 12px;
  margin-left: 30px;
}
.er_page_container_fr_ri .a1 {
  text-indent: 0 !important;
  width: 50%;
  height: 50px;
  text-align: center;
  font-size: 16px !important;
  color: #0274d3 !important;
  margin: 0;
  line-height: 50px !important;
  float: left;
}
.conright {
  width: 1200px;
  height: 460px;
  margin: 0 auto;
}
.conright .ricon {
  width: 100%;
}
.conright .ricon .riconleft {
  width: 100%;
}
.conright .ricon .riconright {
  width: 39%;
  float: right;
}
.conright .ricon .zilist {
  width: 23%;
  float: left;
  height: 350px;

  margin-left: 2%;
  margin-bottom: 2%;
	
  padding: 10px;
  color: #3b3636;
  box-shadow: 0px 0px 10px #e2e2e2;
}

.conright .ricon .ryzs {
  width: 23%;
  float: left;
  height: 280px;
  margin-left: 2%;
  padding: 10px;
  color: #3b3636;
  box-shadow: 0px 0px 10px #e2e2e2;
}
.conright .ricon .ryzs p{
text-align: center;
}
.conright .ricon .zilist img {
  height: 190px;
  width: 200px;
  float: left;
}
.conright .ricon .zilist .list_con {
  width: 53%;
  float: left;
  text-align: left;
  height: 160px;
  margin-left: 2%;
}
.conright .ricon .zilist .list_con p {
  margin: 0;
}
.conright .ricon .zilist .list_con .zitit {
  font-size: 20px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  color: #333333;
}
.conright .ricon .zilist .list_con .dete {
  font-size: 14px;
  color: #727070;
  margin-top: 8px;
}
.conright .ricon .zilist .list_con .cont {
  font-size: 14px;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  color: #727070;
  margin-top: 15px;
}
.conright .ricon .zilist .list_con a .more {
  width: 50px;
  margin-top: 20px;
  border-bottom: 1px solid #e70719;
  height: 24px;
}
.conright .ricon .zilist .list_con a .more p {
  font-size: 14px;
  color: #e70719;
  float: left;
}
.conright .ricon .zilist .list_con a .more img {
  width: 8px;
  height: 18px;
  float: left;
  margin-left: 5px;
}
.conright .ricon .zilist .list_date {
  width: 16%;
  float: left;
  margin-left: 2%;
}
.conright .ricon .zilist .list_date .md {
  font-size: 53px;
  color: #343434;
  margin: 0;
}
.conright .ricon .zilist .list_date .year {
  font-size: 18px;
  color: #3d3d3d;
  margin: 0;
}
.conright .ricon .zilist .list_date hr {
  width: 20px;
  border: 1px solid #dadada;
  margin: 0;
  margin-top: 10px;
}
.er_btn_wrap_news .list {
  width: 380px;
  margin-top: 15px;
  margin-left: 15px;
  position: relative;
  float: left;
}
.er_btn_wrap_news .list .list_img {
  width: 380px;
  margin: 0 auto;
  margin-top: 15px;
  float: left;
  overflow: hidden;
  position: relative;
}
.er_btn_wrap_news .list .list_img p {
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
}
.er_btn_wrap .list {
  width: 100%;
  height: 250px;
  border-top: 1px solid #e2e1e1;
  position: relative;
  padding: 20px 0 0 0;
}
.er_btn_wrap .list .cen {
  width: 1200px;
  margin: 0 auto;
}
.er_btn_wrap .list .list_img {
  width: 340px;
  height: 180px;
  margin-top: 15px;
  margin-left: 15px;
  float: left;
  overflow: hidden;
  position: relative;
}
.er_btn_wrap .list .list_con {
  width: 820px;
  float: right;
  overflow: hidden;
  position: relative;
  padding: 2px 10px 0 10px;
}
.er_btn_wrap .list .list_con .title {
  font-size: 24px;
  color: #333333;
  margin-top: 15px;
}
.er_btn_wrap .list .list_con .timedate {
  width: 200px;
}
.er_btn_wrap .list .list_con img {
  width: 21px;
  height: 18px;
  float: left;
  margin-top: 2px;
}
.er_btn_wrap .list .list_con .td {
  width: 160px;
  float: left;
  color: #333333;
}
.er_btn_wrap .list .list_con .cont {
  margin-top: 6px;
  font-size: 14px;
  color: #727070;
}
.er_btn_wrap .list .list_con .more {
  width: 120px;
  height: 30px;
  color: #727070;
  line-height: 30px;
  margin-top: 30px;
}
.er_btn_wrap .list .list_date {
  width: 100px;
  height: 100px;
  float: left;
  background: #e7e9eb;
}
.er_btn_wrap .list .list_date .year {
  font-size: 42px;
  font-weight: bolder;
  color: #0274d3;
  margin: 0;
}
.er_btn_wrap .list .list_date .md {
  font-size: 20px;
  color: #7e7f80;
  margin: 0;
  text-align: center;
  margin-top: 5px;
}
.er_btn_wrap .list .list_date hr {
  margin: 0;
  border: 1px solid #7e7f80;
  width: 20px;
  margin: 0 auto;
}
.er_btn_wrap .list .list_date img {
  margin-top: 45px;
  margin-right: 15px;
}
.er_about_container {
  margin-top: 30px;
  text-align: center;
}
.er_about_container a {
  background-color: #eaeaea;
  margin-left: 5px;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
/*底部信息*/
footer {
  width: 100%;
  height: 120px;
  background: #333;
	margin-top: 60px;
}
footer .w1360 {
  width: 1200px;
  margin: 0 auto;
}
/*footer { height: 80px; background: #33373f; }*/
footer .left {
  padding: 16px 0 0 300px;
  background: url(../img/ftlogo.png) left 8px no-repeat;
  min-height: 80px;
  margin-top: 16px;
}
footer .left p {
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  margin: 6px 0
}
.foot_link {
  width: 194px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  overflow: visible;
  position: relative;
  margin: 0;
  background: #fff;
  display: inline-block;
}
.foot_link .tanchu {
  width: 100%;
  padding: 10px 16px;
  box-sizing: border-box;
  position: absolute;
  bottom: 42px;
  background: rgba(51, 55, 63, 0.9);
  display: none;
  left: 0;
  text-align: left;
}
.foot_link .tanchu a {
  color: #fff;
  line-height: 20px;
  display: block;
  font-size: 12px;
  margin: 10px 0;
}
.foot_link .tanchu .swiper-slide {
  height: 30px !important;
}
.foot_link .swiper-scrollbar-drag {
  height: 60% !important;
}
.foot_link #bnt_link1.a {
  padding-left: 15px;
  color: #888a90;
  text-align: left;
  line-height: 30px;
  width: 100%;
  box-sizing: border-box;
  font-size: 12px;
  text-decoration: none;
  position: absolute;
  z-index: 1;
}
.foot_link .a span {
  display: inline-block;
  float: right;
  color: #919397;
  line-height: 30px;
  margin-right: 0;
  width: 40px;
  text-align: center;
}
footer .right .top_box {
  width: 365px;
  height: 33px;
  margin-top: 28px;
  background-size: 100% 100%;
  float: right;
}
footer .right .bottom_box p, footer .right .bottom_box p a {
  font-size: 12px;
  color: #fff;
  line-height: 10px;
}
footer .right {
  margin-right: 20px;
}

.footer {
  width: 100%;
  height: 5vh;
  background: #383939;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 5vh;
}
.cntp {
  width: 1200px;
  height: 28vh;
  margin: 0 auto;
  margin-top: 40px;
}
.cntp .tple {
  width: 50%;
  float: left;
}
.cntp .tple li {
  width: 100%;
  height: 85px;
  border-bottom: 1px dashed #d9d6d6;
  padding: 9px 0;
}
.cntp .tple li img {
  width: 61px;
  height: 62px;
  float: left;
}
.cntp .tple li .liri {
  width: 85%;
  float: right;
  height: 70px;
  float: right;
}
.cntp .tple li .liri .tit {
  font-size: 24px;
  color: #454a54;
  font-weight: bold;
  margin: 0;
  margin-top: 4px;
}
.cntp .tple li .liri .con {
  font-size: 16px;
  color: #454a54;
  margin: 0;
  margin-top: 5px;
}
.cntp .tpri {
  width: 48%;
  float: right;
}
#lunbo {
  width: 540px;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.list {
  width: 3000px;
  height: 300px;
  position: absolute;
}
#lunbo img {
  width: 540px;
  height: 300px;
  float: left;
}
.pointer {
  position: absolute;
  width: 100px;
  bottom: 10px;
  left: 460px;
}
.pointer > span {
  cursor: pointer;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
}
.pointer .on {
  background: #f7a31d;
}
#spelun {
  width: 1222px;
  height: 430px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
#spec {
  width: 5000px;
  height: 430px;
  position: absolute;
}
#spec .inner {
  width: 1222px;
  height: 430px;
  float: left;
}
.arrow {
  position: absolute;
  text-decoration: none;
  width: 1222px;
  top: 138px;
  display: none;
}
#left {
  float: left;
}
#right {
  float: right;
}
.er_online_container {
  width: 1200px;
  margin: 0 auto;
}
.headimg img {
  margin: 0;
}
.form_wrap {
  float: left;
  width: 570px;
}
.form_wrap .item {
  width: 236px;
  height: 58px;
  margin-bottom: 25px;
  border-bottom: 1px solid #71787c;
  float: left;
}
.form_wrap .item .ttt1 {
  float: left;
  width: 45px;
  height: 58px;
  line-height: 58px;
  color: #999999;
  font-size: 16px;
  text-align: center;
}
.form_wrap .item .btxt {
  float: left;
  background: none;
  border: 0;
  width: 150px;
  height: 58px;
  line-height: 30px;
  padding: 14px 0;
  color: #999999;
  font-size: 16px;
  outline: none;
}
.form_wrap .item .cont {
  float: left;
  background: none;
  border: 0;
  width: 410px;
  height: 90px;
  line-height: 30px;
  padding: 14px 0;
  color: #999999;
  font-size: 16px;
  outline: none;
  resize: none;
}
.form_wrap button {
  background: #00989b;
  border: 0;
  width: 500px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  float: right;
  margin-right: 70px;
}
/*品牌*/
.brand {
  margin-top: 15px;
}
.brand_logo {
  width: 250px;
  float: left;
}
.brand_con {
  width: 900px;
  height: 165px;
  float: right;
  color: #323232;
  border-bottom: 2px solid #e7e7e7;
}
.brand_con .tit {
  font-size: 16px;
}
.brand_con .time {
  font-size: 16px;
  margin-top: 10px;
  color: #424242;
}
.brand_con .con {
  font-size: 14px;
  margin-top: 10px;
  color: #646464;
}
.brand_con .more {
  color: #fff;
  font-size: 14px;
  background: #007a8c;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
}
/*给我留言*/
.form_wrap1 {
  float: left;
  width: 100%;
  margin-top: 50px;
}
.form_wrap1 .item {
  width: 100%;
  height: 40px;
  margin-bottom: 18px;
}
.form_wrap1 .item .ttt1 {
  float: left;
  width: 12%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #999999;
  font-size: 16px;
}
.form_wrap1 .item .btxt {
  float: left;
  background: none;
  width: 60%;
  height: 40px;
  line-height: 40px;
  color: #999999;
  font-size: 16px;
  outline: none;
  border: 1px solid #cccccb;
  border-radius: 4px;
  padding-left: 8px;
}
.form_wrap1 .item .cont {
  float: left;
  background: none;
  width: 60%;
  height: 90px;
  line-height: 30px;
  padding: 4px 0;
  color: #999999;
  font-size: 16px;
  outline: none;
  resize: none;
  border: 1px solid #cccccb;
  border-radius: 4px;
  padding-left: 8px;
}
.form_wrap1 button {
  background: #c03230;
  border: 0;
  width: 20%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 20px;
  margin-top: 20px;
  margin-left: 29%;
}
.form_wrap1 .but {
  background: #0274d3;
  border: 0;
  width: 20%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 20px;
  margin-top: 20px;
  margin-left: 2%;
}
#containerr {
  width: 1222px;
  height: 400px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
#newslun {
  width: 5000px;
  height: 400px;
  position: absolute;
}
#newslun .newsinner {
  float: left;
  width: 1222px;
  height: 400px;
}
.news_sectiom .newsno {
  background: #1782c6;
  color: #fff;
}
.rollBox {
  width: 1335px;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 80px;
}
.rollBox .LeftBotton {
  width: 65px;
  height: 205px;
  background: url(../img/proleft.png) no-repeat right 80px;
  overflow: hidden;
  float: left;
  display: inline;
  cursor: pointer;
}
.rollBox .RightBotton {
  width: 70px;
  height: 205px;
  background: url(../img/liright.png) no-repeat 7px 80px;
  overflow: hidden;
  float: left;
  display: inline;
  cursor: pointer;
}
.rollBox .Cont {
  width: 1200px;
  overflow: hidden;
  float: left;
  font-size: 12px;
}
.rollBox .ScrCont {
  width: 1000000px;
}
.rollBox .Cont .pic {
  width: 300px;
  float: left;
  text-align: center;
}
.rollBox .Cont .pic img {
  padding-bottom: 0px;
  display: block;
  margin: 0 auto 4px auto;
}
.rollBox .Cont .pic p {
  margin-top: 20px;
}
.rollBox .Cont a {
  color: #666;
  text-decoration: none;
}
.rollBox .Cont a:hover {}
.rollBox #List1, .rollBox #List2 {
  float: left;
}
/**/
.listge {
  width: 100%;
  height: 340px;
}
.listge .gele {
  width: 48%;
  height: 340px;
  float: left;
}
.listge .geri {
  width: 48%;
  float: right;
}
.listge .geri .geli {
  width: 100%;
  height: 105px;
  border-bottom: 1px solid #e2e1e1;
  margin-bottom: 10px;
}
.listge .geri .geli .list_con {}
.listge .geri .geli .list_con .title {
  font-size: 20px;
  color: #3b3636;
  height: 30px;
  font-weight: bold;
  width: 80%;
  overflow: hidden;
  float: left;
  line-height: 30px;
}
.listge .geri .geli .list_con .date {
  width: 20%;
  float: right;
  height: 30px;
  font-size: 14px;
  color: #939598;
  line-height: 30px;
  text-align: right;
}
.listge .geri .geli .list_con .cont {
  color: #3b3636;
  font-size: 14px;
}
.listge .geri500 {
  width: 100%;
  margin-bottom: 20px;
}
.listge .geri500 .geli {
  width: 100%;
  height: 105px;
  border-bottom: 1px solid #e2e1e1;
  margin-bottom: 10px;
}
.listge .geri500 .geli .list_con {}
.listge .geri500 .geli .list_con .title {
  font-size: 20px;
  color: #3b3636;
  height: 30px;
  font-weight: bold;
  width: 80%;
  overflow: hidden;
  float: left;
  line-height: 30px;
}
.listge .geri500 .geli .list_con .date {
  width: 20%;
  float: right;
  height: 30px;
  font-size: 14px;
  color: #939598;
  line-height: 30px;
  text-align: right;
}
.listge .geri500 .geli .list_con .cont {
  color: #3b3636;
  font-size: 14px;
}
.geri500 {
  display: none
}
/* main_image2 */
#flicking_con2 {
  position: absolute;
  top: 312px;
  left: 90%;
  z-index: 999;
  width: 10%;
  height: 21px;
}
#flicking_con2 a {
  float: left;
  width: 8px;
  height: 8px;
  margin: 0;
  margin-left: 3px;
  padding: 0;
  background: #fff;
  display: block;
  text-indent: -1000px;
  border-radius: 4px;
}
#flicking_con2 a.on1 {
  background: #c03230;
}
.main_visua2 {
  height: 333px;
  overflow: hidden;
  position: relative;
}
.main_image2 {
  height: 333px;
  overflow: hidden;
  position: relative;
}
.main_image2 ul {
  width: 9999px;
  height: 333px;
  overflow: hidden;
  position: absolute;
}
.main_image2 li {
  float: left;
  width: 100%;
  height: 333px;
  line-height: 50px;
  font-size: 18px;
  color: #363837;
}
.main_image2 li div {
  height: 333px;
  position: relative;
}
.main_image2 li p {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 0;
  color: #fff;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.6);
  padding-left: 10px;
  bottom: 0;
  position: absolute;
}
#btn_prev2 {
  width: 65px;
  height: 50px;
  float: left;
  background: #8fc4c5;
}
#btn_prev2 img {
  margin-top: 10px;
}
#btn_prev2:hover {
  background: #188988;
}
#btn_next2 {
  width: 65px;
  height: 50px;
  float: left;
  background: #8fc4c5;
}
#btn_next2 img {
  margin-top: 10px;
}
#btn_next2:hover {
  background: #188988;
}
/*补充*/
.xiangguan .protjshowleft {
  width: 50px;
  float: left;
  margin-top: 155px;
}
.xiangguan .protjshowleft img {
  width: 100%;
}
.xiangguan .protjshowright {
  width: 50px;
  float: left;
  margin-top: 155px;
}
.xiangguan .protjshowright img {
  width: 100%;
}
.er_container .inner .er_pec_containerrrr {
  width: 1200px;
  margin: 0 auto;
  border: none;
  min-height: 400px;
  font-size: 16px;
  color: #484444;
  line-height: 30px;
  margin-top: 60px;
}
.er_container .inner .er_pec_containerrrr p {
  margin: 0;
}
.aboutjituan {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}
.aboutjibiaoti {
  width: 700px;
}
.time-line {
  width: 1200px;
  margin: 20px auto;
  position: relative;
  margin-top: 10px
}
.time-line .time-box {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
.er_container .inner {
  width: 90%;
}
.er_container .inner .er_pec_container {
  width: 70%;
  border-right: 1px solid #e2e1e1;
  float: left
}
.proshowleft {
  float: left;
  width: 5%;
  margin-top: 150px
}
.proshowright {
  float: left;
  width: 5%;
  margin-top: 150px
}
.er_btn_wrap {
  width: 1200px;
  margin: 0 auto
}
.er_btn_wrap table {
  width: 1200px;
  margin: 0 auto;
  border: 1px solid #d5d5d5;
  margin-top: 20px;
}
.form_wrap1 {
  width: 810px;
  float: left
}
.form_right {
  width: 381px;
  float: right
}
.erimg {
  width: 1200px;
  margin: 0 auto;
}
#newshowabb {
  width: 72%;
}

/*1800*/
@media only screen and (max-width: 1850px) {
  .banner {
    width: 100%;
  }
}
/*1700*/
@media only screen and (max-width: 1700px) {}
@media only screen and (max-width: 1600px) {
  .wenhuafen ul li .left .class li p {
    width: 96%;
  }
}
@media only screen and (max-width: 1500px) {}
@media only screen and (max-width: 1440px) {}
@media only screen and (max-width: 1366px) {}
@media only screen and (max-width: 1300px) {}
@media only screen and (max-width: 1200px) {
  .er_container .inner .er_pec_containerrrr {
    width: 90%;
  }
  .aboutte {
    width: 90%;
  }
  .aboutte ul li .p1 {
    font-size: 50px;
  }
  .aboutjituan {
    width: 90%;
    margin: 0 auto;
  }
  .er_container .inner .ship {
    width: 90%;
  }
  .er_container .inner .ship .imgleft {
    width: 70%;
    height: 440px;
  }
  .er_container .inner .ship .imgright {
    width: 30%;
    height: 440px;
  }
  .aboutleftt .leftttit {
    width: 92%;
  }
  .aboutleftt .leftttit ul {
    width: 60%;
  }
  .aboutleftt .leftttit .navright {
    width: 40%;
  }
  .er_container .inner .er_pec_container .ercon {
    width: 90%;
    margin-left: 5%;
  }
  .jieshao .clas {
    width: 90%;
    margin: 0 auto;
  }
  .zhan {
    width: 90%;
  }
  .zhan .left {
    width: 50%;
    height: 525px;
  }
  .zhan .right {
    width: 50%;
  }
  .zhan .right .class li p {
    width: 70%;
  }
  .time-line {
    width: 90%;
  }
  .time-line .time-box {
    width: 90%;
  }
  footer .w1360 {
    width: 90%;
  }
  footer .right1 {
    display: none;
  }
  .conright {
    width: 90%;
  }
  .conright .ricon .zilist .list_con {
    width: 46%;
  }
  .er_btn_wrap .list .cen {
    width: 90%;
  }
  .er_btn_wrap .list .list_img {
    width: 30%;
  }
  .er_btn_wrap .list .list_con {
    width: 65%;
  }
  .inner .type {
    width: 90%;
  }
  .inner .type .pro_li_left {
    width: 11.5%;
  }
  .pro_wrapper {
    width: 90%;
  }
  .pro_con .pic {
    width: 24%;
  }
  .pro_con .pic img {
    width: 94%;
    margin-left: 6%;
  }
  .pro_con .pic .back {
    width: 98%;
  }
  .er_container .inner .er_pec_container {
    width: 100%;
    border: none;
  }
  .er_pec_container_ri {
    display: none;
  }
  .proshowleft {
    display: none;
  }
  .proshowright {
    display: none;
  }
  .er_container .inner .proshowcenter {
    margin-left: 5%;
  }
  .xiangguan {
    display: none;
  }
  .wenhuafen ul li .left .class li p {
    width: 96%;
  }
  .er_btn_wrap {
    width: 90%;
  }
  .er_btn_wrap table {
    width: 100%;
  }
  .er_online_container {
    width: 90%;
  }
  .form_wrap1 {
    width: 60%;
  }
  .form_right {
    width: 40%;
  }
  .usinfo {
    width: 90%;
  }
  .usinfo .usleft {
    width: 49%;
  }
  .usinfo .usright {
    width: 49%;
  }

  .er_btn_wrap {
    width: 100%;
  }
  .wenhua {
    width: 100%;
  }
  .jobshow {
    width: 96%;
  }
  .container {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1100px) {
  .aboutte ul li .p1 {
    font-size: 42px;
  }
  footer .right {
    display: none;
  }
  .er_btn_wrap .list .list_con .title {
    height: 40px;
    overflow: hidden;
  }
  .usinfo .usleft {
    width: 100%;
  }
  .usinfo .usright {
    width: 100%;
  }
  .usinfo .usright ul li .liright {
    width: 95%;
  }
  .form_right {
    display: none;
  }
  .form_wrap1 {
    width: 100%;
  }
}
@media only screen and (max-width: 1050px) {}
@media only screen and (max-width: 1000px) {
  .aboutiner {
    display: none;
  }
  .er_container .inner .ship .imgright {
    height: 360px;
  }
  .er_container .inner .ship .imgleft {
    height: 360px;
  }
  .jieshao .clas {
    margin: 0;
  }
  .zhan .left {
    width: 60%;
    height: 76%;
    margin-left: 20%;
  }
  .zhan .right {
    width: 100%;
  }
  .inner .type {
    width: 96%;
  }
  .pro_wrapper {
    width: 96%;
  }
  .headimg img {
    width: 100%;
  }
}
@media only screen and (max-width: 980px) {}
@media only screen and (max-width: 900px) {
  .zhan .left {
    width: 60%;
    height: 60%;
    margin-left: 20%;
  }
}
@media only screen and (max-width: 880px) {
  .inner .type {
    display: none;
  }
  .pro_con .pic {
    width: 49%;
  }
  .er_container .inner {
    width: 96%;
  }
  .wenhua ul .wen01 .wencon .wc01 {
    width: 30%;
    height: 300px;
  }
  .wenhua ul .wen01 .wencon .wc02 {
    width: 30%;
    height: 300px;
    margin-left: 5%;
  }
  .wenhua ul .wen01 .wencon .wc03 {
    width: 30%;
    height: 300px;
    margin-left: 5%;
  }
}
@media only screen and (max-width: 800px) {
  .er_btn_wrap .list .list_con .cont {
    height: 58px;
    overflow: hidden;
  }
  .er_btn_wrap .list .list_con .more {
    margin-top: 10px;
  }
  .er_container .inner {
    width: 100%;
  }
  .wenhuafen ul li {
    overflow: hidden;
  }
  .usinfo .usright ul li .liright {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .zhan .left {
    width: 60%;
    height: 56%;
    margin-left: 20%;
  }
  .newsshowimg img {
    width: 100% !important;
    height: 100% !important;
  }
  .er_page_container_fr_ri {
    display: none;
  }
}
@media only screen and (max-width: 720px) {
  .aboutleftt .leftttit .navright {
    display: none;
  }
  .aboutleftt .leftttit ul {
    width: 100%;
  }
  .er_container .inner .ship {
    height: 300px;
  }
  .er_container .inner .ship .imgright {
    height: 260px;
  }
  .er_container .inner .ship .imgleft {
    height: 260px;
  }
  .zhan .left {
    width: 70%;
    height: 56%;
    margin-left: 15%;
  }
}
@media only screen and (max-width: 600px) {
  .banner .back .hed img {
    width: 100% !important;
  }
  .er_container .inner .er_pec_container .ercon {
    width: 96%;
    margin-left: 2%;
    margin-top: 20px;
  }
  .aboutjituan {
    width: 96%;
    margin-top: 20px;
  }
  .header .container .left {
    width: 42%;
  }
  .er_container .inner .ship {
    width: 96%;
  }
  .zhan .left {
    width: 80%;
    height: 56%;
    margin-left: 10%;
  }
  .er_btn_wrap .list .list_img {
    display: none;
  }
  .er_btn_wrap .list .list_con {
    width: 100%;
  }
  .wenhuafen ul li .left .class li p {
    width: 94%;
  }
  .wenhua ul .wen01 .wencon .wc01 {
    width: 32%;
    height: 220px;
  }
  .wenhua ul .wen01 .wencon .wc02 {
    width: 32%;
    height: 220px;
    margin-left: 2%;
  }
  .wenhua ul .wen01 .wencon .wc03 {
    width: 32%;
    height: 220px;
    margin-left: 2%;
  }
  .wenhua ul li .left .xuhao {
    font-size: 50px;
    margin-top: 10px;
  }
  .form_wrap1 .item .ttt1 {
    width: 20%;
  }
}
@media only screen and (max-width: 520px) {
  .er_container .inner .ship {
    height: 200px;
  }
  .er_container .inner .ship .imgright {
    height: 180px;
  }
  .er_container .inner .ship .imgleft {
    height: 180px;
  }
  footer .left {
    background: none;
    padding: 16px 0 0 20px;
  }
  .zhan .left {
    width: 96%;
    height: 56%;
    margin-left: 2%;
  }
  .zhan .right {
    padding-left: 15px;
  }
  .zhan .right .class .xiang {
    font-size: 14px;
  }
  .er_btn_wrap table .content td .bot .youx {
    display: none;
  }
  .wenhua ul .wen01 .wencon .wc01 {
    width: 100%;
    height: 300px;
  }
  .wenhua ul .wen01 .wencon .wc02 {
    width: 100%;
    height: 300px;
    margin-left: 0;
  }
  .wenhua ul .wen01 .wencon .wc03 {
    width: 100%;
    height: 300px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 450px) {
  .header .container .left {
    width: 46%;
  }
  .aboutleftt .leftttit ul li {
    width: 60px;
  }
  .zhan .left {
    width: 90%;
    height: 280px;
    margin-left: 10%;
    margin-top: 10px;
  }
  .wenhuafen ul li .left .class li p {
    width: 90%;
  }
  .usinfo .usright ul li .liright {
    width: 85%;
  }
  .form_wrap1 .item .ttt1 {
    width: 30%;
  }
}
@media only screen and (max-width: 420px) {
  .zhan .right .class li p {
    width: 96%;
  }
  .zhan .right .class .xiang {
    font-size: 12px;
  }
  .rollBox .Cont {
    margin-left: 42px;
  }
  .index_main .section2 .container .content {
    height: 60vh;
  }
  .header {
    height: 66px !important;
  }
  .header #navToggle {
    padding: 14px 15px;
  }
  .banner {
   
    margin-top: 66px !important;
  }
  .banner .back {
    height: 220px;
    background-size: 190% 100% !important;
  }
  .banner .back .hed {
    padding-top: 50px;
  }
  .banner .back .hed .eng {
    font-size: 24px;
  }
  .banner .back .hed .tit {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: -10px;
  }
  .banner .back .hed .dec {
    font-size: 12px;
    margin-top: 4px;
  }
  .er_container .inner .er_pec_containerrrr {
    width: 96%;
    font-size: 14px;
    line-height: 28px;
  }
  footer .left {
    padding: 0px 0 0 0px;
    height: 70px;
    margin-top: 0;
    padding-top: 10px;
  }
  .jieshao .clas .titlee .eng {
    font-size: 18px;
  }
  .jieshao .clas .titlee .title {
    font-size: 16px;
  }
  .zhan {
    width: 96%;
  }
  .zhan .right {
    padding-top: 24px;
    height: 425px;
  }
  .zhan .right .eng {
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 0;
  }
  .zhan .right .title {
    font-size: 18px;
  }
  .zhan .right .class li {
    font-size: 16px;
    margin-top: 10px;
  }
  .fazhan {
    height: 600px;
    background-size: 400% 100%;
  }
  .aboutleftt .leftttit ul li {
    overflow: hidden;
  }
  .er_btn_wrap .list .cen {
    width: 96%;
  }
  .er_container .inside_fr {
    width: 96%;
  }
  .conright {
    width: 96%;
  }
  .conright .ricon .zilist {
    width: 100% !important;
    margin-left: 0 !important;
    height: 318px !important;
  }
  .inner .type .pro_li_left {
    font-size: 14px;
  }
  .er_container .inner .er_pec_container {
    width: 96% !important;
    margin-left: 2%;
  }
  .form_wrap1 button {
    width: 40%;
    margin-top: 0;
  }
  .form_wrap1 {
    margin-bottom: 50px;
  }
  .wenhuafen {
    display: none;
  }
  #shouji {
    display: block !important;
  }
  .wenhuafen ul li .left {
    width: 100%;
    height: 250px !important;
  }
  .wenhuafen ul li .right .class li p {
    width: 90%;
  }
  .wenhuafen ul li .right {
    width: 100%;
    height: 100% !important;
  }
  .wenhuafen ul li {
    height: 100% !important;
  }
  .wenhuafen ul li .right .ziziclass li {
    width: 40%;
  }
  .wenhuafen ul li .right .ziziclass li:nth-child(2n) {
    margin-left: 10%;
  }
  .conright .ricon .zilist img {
    height: 180px !important;
  }
  .conright .ricon .zilist .list_con a .more img {
    display: none;
  }
  .pro_con .pic .back {
    height: 240px;
    margin-top: -180px;
  }
  .pro_con .pic .back .bot {
    padding-top: 178px;
  }
  .pro_con .pic img {
    height: 185px;
    margin-left: 7%;
  }
  .pro_con .pic .back .bot .promore {
    height: 26px;
    line-height: 26px;
    width: 88px;
    margin-top: -5px;
  }
  #touchtype {
    display: block !important;
  }
  .inner .type {
    height: 165px;
    padding: 20px 20px;
    margin-top: 20px;
  }
  .pro_wrapper {
    margin-top: 0 !important;
    min-height: 150px !important;
  }
  .wenhuafen ul li {
    margin-top: 15px;
  }
  .inner .type .pro_li_left {
    width: 22%;
    height: 30px;
    line-height: 30px;
  }
  .wenhuafen ul li .right hr {
    margin-top: 5px;
  }
  .er_btn_wrap table .biaoti {
    font-size: 14px;
  }
  .wenhua ul li {
    border: none;
  }
  .wenhua ul li .left {
    width: 100%;
  }
  .wenhua ul li .right {
    width: 100%;
  }
  .wenhua ul .wen03 {
    display: none;
  }
  .wenhua ul #wen03 {
    display: block !important;
  }
  .wenhua ul .wen03 .right {
    background: none;
  }
  .wenhua ul .wen03 .left {
    background: url(../img/wen3_03.png) no-repeat;
    background-size: 130% 100%;
  }
  .wenhua ul .wen02 .left {
    background-size: 130% 100%;
  }
  .wenhua ul .wen01 .wencon .wc01 {
    height: 400px;
  }
  .wenhua ul .wen01 .wencon .wc02 {
    height: 400px;
  }
  .wenhua ul .wen01 .wencon .wc03 {
    height: 400px;
  }
  .fazhan {
    display: none;
  }
  .ui-timeLine {
    display: block !important;
  }
  #userlogotouch {
    width: 230px !important;
    height: 40px !important;
  }
  .usinfo .usright ul {
    margin-top: 0;
  }
  .aboutiner {
    display: block;
    height: 132px;
    margin-top: -20px;
  }
  .aboutte {
    padding-top: 36px;
  }
  .aboutte ul {
    height: 62px;
    overflow: hidden;
  }
  .aboutte ul li {
    width: 33%;
  }
  .aboutte ul li .p1 {
    font-size: 28px;
  }
  .usinfo .usright .logo {
    width: 148px !important;
    height: 40px !important;
  }
  .usinfo .usright ul li {
    height: 68px;
  }
  .usinfo .usright ul li .lileft {
    margin-top: 10px;
  }
  .usinfo .usright ul li .liright .p1 {
    font-size: 14px;
    margin-top: 10px;
  }
  .usinfo .usright ul li .liright .p2 {
    font-size: 14px;
    margin-top: -6px;
  }
  .jieshao .clas {
    height: 72px !important;
  }
  .aboutte ul li .p2 {
    font-size: 14px;
  }
  .aboutte ul li .p1 .a2 {
    font-size: 15px;
  }
  .header {
    background: #fff !important;
  }
  .erimg {
    width: 100%;
  }
  .erimg img {
    width: 96% !important;
  }
  footer {
    height: 80px;
  }
  .er_btn_wrap .list {
    padding: 0;
  }
  .er_btn_wrap .list .list_con .title {
    height: 28px;
    line-height: 28px;
    margin: 0;
    margin-top: 8px;
    font-size: 14px;
  }
  #newh2touch {
    font-size: 16px !important;
  }
  .er_container .inner .er_pec_container p {
    font-size: 14px;
    text-indent: 28px !important;
  }
  .er_btn_wrap .list .list_con .td {
    margin: 0;
  }
  .conright .ricon .zilist .list_con .zitit {
    font-size: 14px;
  }
  .er_about_container {
    margin-top: 30px;
  }
  .conright .ricon .zilist .list_con .dete {
    margin-top: 0;
    font-size: 12px;
  }
  .conright .ricon .zilist .list_con a .more p {
    font-size: 12px;
  }
  .conright .ricon .zilist .list_con a .more {
    margin-top: 6px;
    width: 38px;
  }
  .er_btn_wrap .list {
    height: 140px;
  }
  .er_btn_wrap table .neirong {
    font-size: 13px;
  }
  .er_btn_wrap table .content td {
    font-size: 13px;
    padding: 10px 10px;
    line-height: 26px;
  }
  .wenhua ul li .right .xuhao {
    font-size: 42px;
  }
  .wenhua ul li .right .title {
    font-size: 18px;
  }
  .wenhua ul li .right .con {
    font-size: 14px;
  }
  .pro_con .pic .back .bot p {
    font-size: 14px;
  }
  .wenhuafen ul li .right .eng {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 5px;
  }
  .wenhuafen ul li .right .class {
    margin-top: 8px;
  }
  .wenhuafen ul li .right .title {
    font-size: 18px;
    font-weight: 700;
  }
  .wenhuafen ul li .right .class li p {
    margin: 0;
    margin-left: 2%;
    font-size: 14px;
  }
  .wenhuafen ul li .right .classzi li p {
    font-size: 14px;
    font-weight: 700;
  }
  .wenhuafen ul li .right .ziziclass li p {
    font-weight: 400;
  }
  .wenhuafen ul li .right .class li {
    margin-top: 0;
  }
  .wenhuafen ul {
    margin-bottom: 0;
    margin-top: 20px;
  }
  .wenhua ul li .right {
    height: 180px;
  }
  .wenhuafen .classzi {
    margin-top: 0;
  }
  .wenhuafen .ziziclass {
    margin-top: 0;
  }
  .zhan .right .class .xiang {
    height: 54px;
  }
  .er_btn_wrap .list .list_img {
    width: 42%;
    display: block;
    height: 100px;
  }
  .er_btn_wrap .list .list_con {
    width: 53%;
  }
  .er_btn_wrap .list .list_con .more {
    margin-top: -5px;
  }
  .er_btn_wrap .list .list_con .cont {
    height: 52px;
    font-size: 12px;
  }
  .er_btn_wrap .list .list_con .timedate {
    display: none;
  }
  .wenhuafen ul li .right .classzi li {
    margin-top: -8px;
  }
  #pintouchtit {
    font-size: 14px !important;
    width: 100% !important;
    line-height: 25px !important;
    height: 60px !important;
    padding-top: 5px;
  }
  .usinfo .usleft {
    height: 220px;
  }
  .usinfo {
    margin-top: 25px;
  }
  #dituContent {
    height: 220px !important;
  }
  #dituContent1 {
    height: 220px !important;
  }
  footer .left {
    width: 100%;
  }
  footer .left p {
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
  .aboutleftt .leftttit ul li {
    font-size: 13px;
  }
  .er_container .inner .ship {
    margin-top: 30px;
    height: 220px;
  }
  .er_container .inner .ship .imgright {
    display: none;
  }
  .er_container .inner .ship .imgleft {
    width: 100%;
    height: 230px;
  }
  .wenhua ul li .left {
    height: 160px;
  }
  .wenhua ul .wen01 .left {
    width: 100%;
  }
  .wenhua ul li .left .xuhao {
    width: 100%;
    font-size: 42px;
  }
  .wenhua ul .wen01 .left .title {
    width: 100%;
    float: left;
    font-size: 18px;
    margin-top: -5px;
  }
  .wenhua ul .wen01 .wencon .wc01 {
    background: url(../img/wentouch04.jpg) no-repeat;
    background-size: 100% 100%;
    height: 165px;
  }
  .wenhua ul .wen01 .wencon .wc02 {
    background: url(../img/wentouch05.jpg) no-repeat;
    background-size: 100% 100%;
    height: 165px;
    margin-top: 5px;
  }
  .wenhua ul .wen01 .wencon .wc03 {
    background: url(../img/wentouch06.jpg) no-repeat;
    background-size: 100% 100%;
    height: 165px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .er_container .inner .er_pec_container p {
    text-indent: 0 !important;
  }
  .er_container .inner {
    margin-top: 0 !important;
  }
  .jobshow {
    display: none;
  }
  #jobshowtouch {
    display: block !important;
  }
  #jobshowtouch tr {
    width: 100%;
  }
  #touchfot {
    display: block !important;
  }
  #windowsfot {
    display: none;
  }
  #newshowabb {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {}


.nrimg img{
	
	max-height: 100%!important;
	max-width: 100%!important;
	height: auto!important;
	width: auto!important;
}
.newsshowimg img{
	
	max-height: 100%!important;
	max-width: 100%!important;
	height: auto!important;
	width: auto!important;
}