body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
table,
th,
td,
menu {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
ul,
ol,
menu {
  list-style: none;
}
fieldset,
img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
}
img,
object,
select,
input,
textarea,
button {
  vertical-align: middle;
}
input,
textarea,
select,
address,
caption,
cite,
code,
dfn,
em,
i,
b,
strong,
small,
th,
var,
abbr {
  font-size: 100%;
  font-style: normal;
}
caption,
th {
  text-align: left;
}
article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
  display: block;
}
code,
kbd,
pre,
samp,
tt {
  font-family: Consolas, "Courier New", Courier, monospace;
}
address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
html {
  min-width: 1200px;
  overflow-y: scroll;
}
body {
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  background: #fff;
}
.clearMR {
  margin-right: 0px!important;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  clear: both;
  zoom: 1;
}
.h {
  min-width: 1200px;
  width: 1200px;
  margin: 0 auto;
}
#layout {
  position: relative;
}

.index-about{
 background:url('./../img/bg2_02.jpg') no-repeat center;
  height:958px;
}
.index-about .iabout-contact{
    width: 603px;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 160px;
}
.index-about .iabout-contact h1{
  color: #fccc00;
    font-size: 60px;
    font-weight: 500;
}
.index-about .iabout-contact p{
    color: #fff;
    line-height: 32px;
    font-size: 16px;
}
.index-about .iabout-contact span{
  display:block;
  margin:50px 0px;
  width:60px;
  height:4px;
  background:#fccc00;
}
.index-about .iabout-contact a{
  width:180px;
  line-height:60px;
  border:2px solid rgba(252,204,0,1);
  text-align:center;
  display:block;
  color:rgba(252,204,0,1);
  margin-top:85px;
}
.index-about .iabout-contact a:hover{
  border-color:white;
  color:#fff;
  background:rgba(252,204,0,1);
}

.index-new{
  background:url('./../img/bg1_02.jpg') no-repeat top;
}
.index-new li{
    position: relative;
  top: 0px;
  transition: all 0.6s ease-in-out;
  float:left;
  margin-right: 60px;
  width:360px;
  margin-bottom:120px;
}
.index-new li:hover{
     top: -5px;
     box-shadow: 1px 1px 4px 3px rgba(0, 0, 0, 0.1);
}
.index-new li .time{
  width:78px;
  height:91px;
  background:url('./../img/bg-color_03.png') no-repeat;
      margin: 0 auto 31px;
  overflow:hidden;
}
.index-new .time p{
   text-align:center;
  color:#fff;
}
.index-new i{
  display:block;
  background:url('./..//img/icon-right_03.png') no-repeat;
  height:14px;
  width:8px;
  margin: 38px auto 66px;
}
.index-new .time p:first-child{
  font-size:40px;
  line-height: 1;
  margin-top:18px;
}
.index-new span{
   display:block;
  font-size:20px;
  font-weight:bold;
  color:rgba(77,77,77,1);
  line-height:26px;
  text-align:center;
  margin:30px auto 15px;
}
.index-new a p{
    width: 300px;
    color: rgba(153,153,153,1);
    line-height: 24px;
    text-align: center;
    margin: 0 auto;
}
.index-pro{
   margin-bottom:120px;
}
.index-pro .h{
  position:relative;
}
.swiper-product{
  position:relative;
  overflow:hidden;
  width:84%;
  margin:0 auto;
}
.swiper-product img{
  width:300px
}
.swiper-product span{
  display:block;
  margin:10px 0px;
}
.index-pro  .swiper-button-prev,.index-pro  .swiper-button-next{
          margin-top: -130px;
}
.swiper-product i{
   display:block; 
   margin:25px auto 0px;
   width:42px;
   height:42px;
  background:url('./../img/icon-circle_03.png') no-repeat center;
}
.swiper-product p{
  text-align:center;
  font-weight:400;
  color:rgba(51,51,51,1);
  line-height:34px;
  font-size:28px;
      margin-top: 50px;
}

.head {
    height: 180px;
    line-height: 180px;
    position: absolute;
    top: 0px;
    z-index: 10;
    width: 100%;
}
.head .h {
  position: relative;
}
.head .h .nav_item {
  position: relative;
  float: left;
}
.head .h .nav_item:hover > a {
  color:#fccc00 !important;
}
.head .h .nav_item:hover #nav_e {
  color: white !important;
}
.head .h .nav_item a {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 95px;
  color:#fff;
  font-size: 16px;
  text-align: center;
}
.head .h .nav_item a.hover {
  color: #fccc00 !important;
}
.head .h .nav_item a.hover #nav_e {
  color: white !important;
}
.head .h .nav_item a span {
  position: absolute;
  bottom: 21px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  color: #b2b2b2;
  line-height: 1;
}
.head .h .nav_item .uls2 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 122px;
  background: rgba(0, 0, 0, 0.3);
  padding-bottom: 5px;
  display: none;
  z-index: 9000;
}
.head .nav_ul{
   margin-left:20px;
}
.head .lng li{
    float:left; 
}
.head .phone{
  margin-right:30px;
  display: flex;
  align-items: center;
  color: #fccc00;
}
.head .phone p{
    padding-left:6px ;
}
.head .lng li:first-child:after{
    content:'/';
    display:inline-block;
    color:#fff;
    margin-right:2px;
}
.head .lng a{
    color:#fff;
}
.lng a.hover{
   color:#fccc00;
}
.head .h .nav_item .uls2 a {
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  width: 100%;
  color: #fff;
  margin-right: -1px;
  position: relative;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  border-bottom: 1px solid #ccc;
}
.head .h .nav_item .uls2 a.novlink:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  content: '';
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  background: #fccc00;
}
.head .h .nav_item .uls2 a:hover:before {
  width: 100%;
}
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
}
.footer {
   background:url('./../img/footer.jpg') no-repeat;
   height:560px;
   box-sizing:border-box;
   padding-top:118px;
}
.footer .h{
   border:1px solid #FCCC00;
}
.footer .f-info li{
  float:left;
  width:200px;
  height:190px;
  text-align:center;
  border-right:1px solid #FCCC00;
  color:#fff;
  box-sizing:border-box;
      padding-top: 34px;
}
.footer .f-copyright{
  max-width:1200px;
  width:1200px;
  margin:0 auto;
  color:#fff;
  margin-bottom:28px;
}
.footer .f-img{
  width:50px;
  margin:50px auto 0px;
}
.footer .f-nav{
  width:768px;
  margin: 74px auto 0px;
}
.footer .f-nav li{
  float:left;
  margin: 0px 19px;
}
.f-nav li a{
   font-size: 16px;
  color: #FCCC00;
  font-weight: bold;
}
.footer .f-copyright a{
    color:#fff;
}
.footer .f-info i{
    display: block;
    background: url(./../img/icons_03.png) no-repeat;
    height: 42px;
    width: 36px;
    background-position: 0px 0px;
    margin: 0 auto;
}
.footer .f-info p{
 padding: 0px 10px;
}
.f-info li:nth-child(2) i{
 background-position:-266px 0px;
}
.f-info li:nth-child(3) i{
 background-position:-532px 0px;
}
.f-info li:nth-child(4) i{
 background-position:-800px 0px;
}
.f-info li:nth-child(5) i{
 background-position:-1066px 0px;
}
.f-info li:nth-child(6) i{
 background-position:-1332px 0px;
}
.footer .f-info span{
    font-size: 18px;
    color: #FCCC00;
    display: block;
    font-weight: bold;
    margin-top: 11px;
    margin-bottom: 8px;
}
.footer .f-info li:last-child{
   border-right:none;
}
.swiper-pagination-bullet-active {
    background:#fccc00;
}
.swiper-pagination-bullets{
   bottom:30px;
}
.swiper-button-prev{
   background-image:url('./../img/prev_03.png');
  width:58px;
  height:50px;
      background-size: cover;
}
.swiper-button-next{
  background-image:url('./../img/next_03.png');
    width:58px;
  height:50px;
      background-size: cover;
}
.about{
 margin-bottom:120px;
}
.about p{
    font-size: 18px;
    font-weight: 400;
    color: rgba(153,153,153,1);
    line-height: 42px;
    margin-bottom: 40px;
    letter-spacing: 1px;
}
.about h1{
   font-size:50px;
   color:#FCCC00;
   width:803px;
}
.about .fl{
    width: 540px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(153,153,153,1);
    line-height: 42px;
    box-sizing: border-box;
    padding-top: 66px;
    letter-spacing: 1px;
}
.about .about-line{
  display:block;
  width:60px;
  height:4px;
  background:rgba(252,204,0,1);
  margin:40px 0px 50px;
}
.about .nav_view{
   width:564px
}
.about .about-img{
  height:550px;
  margin-top:120px;
  margin-bottom:80px;
}

.culture {
  margin-bottom:120px;
}
.culture .nav_view{
    width:564px
}
.honor .nav_view{
    width:564px
}

.partner {
  background: url('../img/bg2_02.jpg') no-repeat center;
  background-size: cover;
  height: 770px;
  overflow: hidden;
}
.partner .h {
  height: 604px;
  background: #e6e7e8;
  overflow: hidden;
  margin-top: 75px;
}
.partner .h h2 {
  font-size: 40px;
  text-align: center;
  font-weight: 400;
  margin-top: 40px;
}
.partner .h p {
  font-size: 32px;
  text-align: center;
  font-weight: 100;
  padding-bottom: 35px;
  width: 95%;
  margin: 0 auto;
  border-bottom: 1px solid #f99300;
}
.partner ul {
  padding: 0px 66px;
  margin-top: 41px;
}
.partner li {
  float: left;
  width: 228px;
  line-height: 62px;
  background: #ffffff;
  margin-right: 52px;
  margin-bottom: 50px;
  text-indent: 20px;
  font-size: 17px;
}
.partner li:nth-child(4n+4) {
  margin-right: 0px;
}
.E-service {
  background: url('../img/service_02.jpg') no-repeat center;
  height: 672px;
  text-align: center;
  background-size: cover;
}
.E-service .h {
  overflow: hidden;
}
.E-service .h > span {
  font-size: 23px;
  font-weight: 100;
  line-height: 35px;
  display: block;
}
.E-service h2 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 40px;
  margin-top: 22px;
}
.E-service li {
  position: relative;
  float: left;
  width: 174px;
  height: 174px;
  margin-top: 40px;
  border-radius: 50%;
  background: #fdfdfd;
}
.E-service li p {
  font-size: 30px;
  margin-top: 53px;
  margin-bottom: 7px;
}
.E-service li span {
  font-size: 20px;
  font-weight: 100;
}
.E-service li:not( :nth-child(5)) {
  margin-right: 82px;
}
.E-service li:not( :nth-child(5))::after {
  content: '>';
  position: absolute;
  right: -59px;
  top: 50%;
  margin-top: -28px;
  font-size: 50px;
}
.system {
  margin-top: 58px;
}
.system .s_shadow {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
  padding-top: 75px;
}
.system .s_shadow p {
  color: #fff;
  font-size: 30px;
  margin-bottom: 8px;
}
.system .s_shadow p:nth-child(2) {
  font-size: 24px;
}
.system li {
  position: relative;
  float: left;
  width: 375px;
  height: 248px;
  margin-right: 37px;
  margin-bottom: 20px;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
}
.system li:hover > .s_shadow {
  top: 0px;
}
.system li:nth-child(3n+3) {
  margin-right: 0px;
}
.system li > p {
  font-size: 36px;
  margin-top: 44px;
  margin-bottom: 17px;
}
.system li > span {
  font-size: 28px;
}
.S-module {
  background: #e9e8ed;
  text-align: center;
  overflow: hidden;
  margin-top: 80px;
  height: 472px;
}
.S-module h2 {
  font-size: 40px;
  font-weight: 400;
  margin: 42px 0px 70px;
}
.S-module li {
  float: left;
  margin-right: 20px;
  width: 177px;
  height: 182px;
  background: #ffffff;
  padding-top: 52px;
  box-sizing: border-box;
}
.S-module li:last-child {
  margin-right: 0px;
}
.S-module li::after {
  content: '';
  display: block;
  width: 28px;
  height: 4px;
  background: #f99300;
  margin: 0 auto;
}
.S-module li p {
  font-size: 18px;
  margin-bottom: 14px;
}
.title-g {
  position: relative;
  height: 91px;
  text-align: center;
}
.title-g h2 {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  font-size: 40px;
  font-weight: 400;
  z-index: 10;
}
.title-g p {
  position: absolute;
  top: 21px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  text-transform: uppercase;
  font-size: 37px;
  color: #e2e2e2;
  font-family: 'Georgia';
}
.path {
  background: #222009;
  height: 71px;
}
.nav_view {
  width:396px;
  margin: 0 auto;
}
.nav_view li {
  float: left;
  margin: 0 10px;
}
.nav_view a {
  display: block;
  line-height: 70px;
  padding: 0 20px;
  font-size: 18px;
  position: relative;
  color:#808080;
  font-weight: 700;
}
.nav_view .hover{
   color:#fccc00;
}
.news_list{
   margin-top:80px;
}
.nav_view a:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 0;
  height: 2px;
  content: '';
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  background: #fccc00;
}
.nav_view a.hover:before,
.nav_view a:hover:before {
  width: 100%;
}
.message {
  margin-bottom: 90px;
}
.message .nav_view{
  width:264px;
}
#feedback{
  background:url('../img/bg_03.jpg');
  height:800px;
}
.honor {
  margin-bottom: 120px;
}
.honor .item-list{
  float:left;
  box-sizing:border-box;
  margin-right:57px;
  margin-bottom:30px;
  border:1px solid #FCCC00;
}

.service{
  margin-bottom:120px;
}
.service .gallery-thumbs img{
     width:176px;
     height:116px;
 }
.service .swiper-container{
  width:720px;
  overflow:hidden;
}
.service .swiper-button-next,.service .swiper-button-prev{
   margin-top:63px;
}
.service .h{
  position:relative; 
}
.service .gallery-top img{
    width:720px;
    height:479px;
}
.service .gallery-thumbs{
    margin-top:8px;
}
.service .gallery-thumbs .swiper-slide-thumb-active{
         border:2px solid #FCCC00;
         box-sizing:border-box;
      overflow: hidden;
}
.service  .swiper-button-prev{
   background-image:url('./../img/prev_03.png')!important;
   width:58px;
   height:50px;
   background-size: cover;
}
.service .swiper-button-next{
 background-image:url('./../img/next_03.png')!important;
 width:58px;
 height:50px;
 background-size: cover;
} 
.gallery-top .swiper-slide{
  position:rekative;
}
.gallery-top p{
 position:absolute;
 bottom:0px;
 width:720px;
 line-height:70px;
 background:rgba(0,0,0,0.5);
  font-size:20px;
 text-align:center;
  font-weight:bold;
 color:rgba(252,204,0,1);
}
.service .nav_view{
  width: 264px;
}
.school .nav_view{
  width:264px;
}

.new-photo{
    margin-bottom: 60px;
    margin-top: 60px;
}
.new-photo li{
  float:left;
  margin-right:30px;
}
.new-photo li img{
  
}
.news {
  overflow: hidden;
}
.news .location {
  margin-bottom: 30px;
}
.news .news_list a {
  display: block;
  overflow: hidden;
}
.news .news_list .new-info {
  width: 693px;
}
.news .news_list li {
  position: relative;
  top: 0px;
  transition: all 0.6s ease-in-out;
  height: 248px;
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
  padding: 17px;
  background: #fff;
  margin-bottom: 40px;
}
.news .news_list li:hover {
  top: -10px;
  box-shadow: 1px 1px 4px 3px rgba(0, 0, 0, 0.1);
}
.news .news_list li:hover h4{
     color:#fccc00;
}
.news .news_list li:hover .time{
     color:#fccc00;
}
.news .news_list h4 {
  color: #000;
  font-weight: 400;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 12px;
}
.news .news_list .time {
     display:block;
      font-size: 16px;
}
.news .news_list p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
}
.new-silde>a{
	height: 60px;
	width: 60px;
	display:inline-block;
	background:url('../img/css_sprites.png')no-repeat;
	background-color:#999999;
	background-position:8px 12px;
	margin-right:10px;
	margin-top:6px;
	cursor: pointer;
}
.new-silde a:first-child{
	background-position:8px -30px
}
.new-silde{
	position: relative;
}
.social-share{
    position:fixed;
    bottom: 0px;
	left:50%;
	top: 50%;
	transform: translate(-50%,-55%);
    display: none;
    z-index: 100;
    background: #fff;
    height: 200px;
    width: 300px;
	text-align: center;
    box-sizing: border-box;
}
.share-model {
    position: absolute;
    top: 0px;
    width: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 10;
    display: none;
}
.social-share>div{
	height:45px;
	line-height:45px;
	background:#0d4c76;	
	color:#fff;
	padding-left:20px;
	margin-bottom:50px;
	padding-right:10px;
	font-size:18px
}
.social-share .close{
	font-size:30px;
	cursor: pointer;
}
.news_read {
  padding: 60px 0px;
}
.news_read h1,
.news_read .time {
  text-align: center;
  color: #000;
}
.news_read .time {
  padding: 20px 0px;
  color: #898a89;
}
.news_read .read_con {
  margin-bottom: 50px;
  color: #000;
}
.news_read .infolist2 {
  display: block;
  color: #000;
  margin-bottom: 14px;
}
/* 翻页 */
#pagination {
    overflow: hidden;
    width: 366px;
    margin: 72px auto;
    text-align: center;
    font-size: 21px;
}
#pagination div {
  float: left;
}
#page_left_botton a,
#page_left_botton span {
  display: inline-block;
  padding: 0 10px;
  line-height: 30px;
  border: 1px solid #ccc;
  margin: 0 5px;
  cursor: pointer;
  background: #fff;
  font-size:14px;
}
#page_left_botton a:hover,
#page_left_botton a {
  background-color: #fccc00;
  color: #fff;
}
#page_center_botton {
  display: none;
}
.xt_page_botton {
  text-align: center;
}
.contact .nav_view{
  width:264px;
}
.contact .c-info{
  border:1px solid #E6E6E6;
}
.contact .c-info li{
 float:left;
 width:399px;
 height:188px;
 box-sizing:border-box;
  border-right:1px solid #E6E6E6;
  border-bottom:1px solid #E6E6E6;
  text-align:center;
      padding-top: 32px;
}
.c-info li span{
    font-size: 18px;
    font-weight: bold;
    color: rgba(51,51,51,1);
    line-height: 34px;
      margin-top: 18px;
    display: block;
}
.c-info i{
    display: block;
    background: url(./../img/icons_03.png) no-repeat;
    height: 42px;
    width: 36px;
    background-position: 0px 0px;
    margin: 0 auto;
}
.c-info li:nth-child(2) i{
 background-position:-266px 0px;
}
.c-info li:nth-child(3) i{
 background-position:-532px 0px;
}
.c-info li:nth-child(4) i{
 background-position:-800px 0px;
}
.c-info li:nth-child(5) i{
 background-position:-1066px 0px;
}
.c-info li:nth-child(6) i{
 background-position:-1332px 0px;
}
.contact .c-info li:nth-child(3+3n){
   border-right:none
}
.contact .c-info li:nth-child(4),.contact .c-info li:nth-child(5),.contact .c-info li:nth-child(6){
   border-bottom:none
}
#map{
 margin-top:120px;
}
#map img{
 max-width:inherit;
}
.g-title{
  margin-bottom:100px;
  overflow: hidden;
}
.g-title h1{
    font-size: 60px;
    font-weight: 400;
    color: rgba(252,204,0,1);
    margin-top: 123px;
    margin-bottom: 15px;
    text-align: center;
}
.g-title .line{
  width:330px;
  height:4px;
  background:rgba(252,204,0,1);
  margin:0 auto;
}
.mess_info{
      box-sizing: border-box;
    padding: 80px 50px 0px;
}
.mess_info label{
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    display: block;
}
.mess_info input {
  display: block;
  outline: none;
  border: 1px solid #fff;
  width: 100%;
  height: 48px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  text-indent: 20px;
  font-size: 18px;
}
.mess_info .mess_input div:first-child input:last-child {
  margin-right: 0px;
}
.mess_info textarea {
  height: 165px;
  width: 100%;
  outline: none;
  resize: none;
  border: 1px solid #fff;
  background-color: #f7f7f7;
  text-indent: 20px;
  padding-top: 14px;
  font-size: 16px;
  font-family: 'Microsoft YaHei';
}
.mess_info .submit input {
  background: #FCCC00;
  color: white;
  border: none;
  width: 200px;
  height: 50px;
  line-height: 50px;
  margin: 60px auto;
  font-size: 20px;
  text-align: center;
  text-indent: 0px;
  cursor: pointer;
}
.mess_info ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #b3b3b3;
}
.mess_info ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b3b3b3;
}
.mess_info :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #b3b3b3;
}
.capacity-content{
margin-bottom: 45px;
}
.guilde {
  padding: 50px 0;
}
.guilde p {
  padding-left: 40px;
  line-height: 40px;
  font-size: 16px;
}
/*#proread_img {*/
/*  width:720px;*/
/*  float: left;*/
/*  border: 1px solid #ccc;*/
/*  margin-top: 45px;*/
/*}*/
.swiper-container img{
  border:1px solid #e6e6e6;
  width:auto!important;
}
.products_content h1 {
  font-size: 24px;
  text-align: center;
  margin-top: 45px;
  color: #6a452a;
  padding-bottom: 25px;
  border-bottom: 1px dashed #7a7272;
}
.sfr_list ul {
  padding-top: 15px;
}
.sfr_list li {
  float: left;
  margin-right: 13px;
}
.sfr_list a {
  display: block;
}
.sfr_list a img {
  border: 1px solid #ccc;
}
.sfr_list li p {
  text-align: center;
  padding: 8px 0;
  color: #6a452a;
}
.sfr_list a:hover img {
  border: 2px solid #23499a;
}

/*.  width: 292px;*/
/*    margin-right: 32px;*/
/*    float: left;*/
/*}*/
/*.product .fr p{*/
/*      text-align: center;*/
/*    font-size: 16px;*/
/*    padding: 15px 0px;*/
/*}*/
/*.product-nav>li>a{*/
/*   font-size:16px;*/
/*}*/
/*.product-nav>li:last-child>a{*/
/*  background:url('./../img/1_06.png') no-repeat left;*/
/*  text-indent: 24px;*/
/*}*/
/*.product-nav .product-ahover{*/
/*    background:url('./../img/icon-right_03.png') no-repeat right;*/
/*   color:#FCCC00;*/
/*}*/
/*.product-nav>li:nth-child(3)>a{*/
/*  background:url('./../img/1_06.png') no-repeat left;*/
/*  text-indent: 24px;*/
/*}*/
/*.product-nav>li:nth-child(1)>a {*/
/*    background: url(./../img/1_06.png) no-repeat left;*/
/*    text-indent: 24px;*/
/*}*/
/*.product-hover{*/
/*  product_list{*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*}*/
/*.product_list li{*/
/*    width: 33.33%;*/
/*}*/
/*.product{*/
/* margin-top:120px;*/
/*  margin-bottom:60px;*/
/*}*/
/*.product .fl h1{*/
/*  font-size:18px;*/
/*  font-weight:bold;*/
/*  color:rgba(51,51,51,1);*/
/*  line-height:24px;*/
/*  border-top:1px solid #e6e6e6;*/
/*  border-bottom:1px solid #e6e6e6;*/
/*  padding:15px 0px;*/
/*  margin-bottom:5px;*/
/*}*/
/*.product .fl{*/
/*  width:210px;*/
/*}*/
/*.product .fl a{*/
/*  display:block;*/
/*}*/
/*.product .fr{*/
/*  position:relative;*/
/*   width:940px;*/
/*}*/
/*.product .fr li{*/
/*  background:url('./../img/2_03.png') no-repeat left!important;*/
/*}*/
/*.product .product_img{*/
/*  border:1px solid #e6e6e6;*/
/*}*/
/*.product-hover+ul{*/
/*  display:block!important;*/
/*}*/
/*.product-nav ul{*/
/*  display:none;*/
/*}*/
/*.product-nav ul li:first-child{*/
/* margin-top: 10px;*/
/*}*/
/*.product-nav ul a{*/
/*      line-height: 34px;*/
/*      text-indent: 20px;*/
/*}*/
/*.product-nav>li{*/
/*  padding:20px 0px 10px;*/
/*  border-bottom:1px solid #E6E6E6;*/
/*  text-indent: 25px;*/
/*}*/
/*.product-nav ul a:hover{*/
/*   background:url('./../img/icon-right_03.png') no-repeat right;*/
/*   color:#FCCC00;*/
/*}*/


/*.product_read {*/
/*  margin-bottom:120px;*/
/*}*/
/*.product_read .swiper-container{*/
/*   width:722px;*/
/*}*/
/*.product_read .swiper-container h2{*/
/*   text-align:center;*/
/*  font-size:22px;*/
/*  padding:13px 0px;*/
/*}*/

/*.product_read .p_parameters{*/
/*   margin-top:90px;*/
/*      width: 940px;*/
/*    float: right;*/
/*}*/
/*.product_read .p_parameters h1{*/
/*  border-bottom:1px solid #eee;*/
/*  padding-bottom:20px;*/
/*  margin-bottom:30px;*/
/*  font-size:20px*/
/*}*/
/*.product_read .swiper-button-prev{*/
/*   background-image:url('./../img/prev_03.png');*/
/*  width:58px;*/
/*  height:50px;*/
/*      background-size: cover;*/
/*}*/
/*.product_read .swiper-button-next{*/
/*  background-image:url('./../img/next_03.png');*/
/*    width:58px;*/
/*  height:50px;*/
/*      background-size: cover;*/
/*}*/

/*.pro_main h4 {*/
/*  font-size: 20px;*/
/*  color: #000;*/
/*}*/
/*.pro_main ul {*/
/*  border-top: 1px solid #c3c3c3;*/
/*  padding-top: 20px;*/
/*}*/
/*.pro_main ul li {*/
/*  margin-bottom: 10px;*/
/*}*/
/*.pro_main ul a {*/
/*  color: #888888;*/
/*}*/
/*.pro_read {*/
/*  color: #000;*/
/*}*/
/*.product_Details {*/
/*  margin-top: 30px;*/
/*  padding-bottom: 4px;*/
/*  border-bottom: 1px solid #6a452a;*/
/*}*/
/*.product_Details h4 {*/
/*  width: 115px;*/
/*  line-height: 35px;*/
/*  text-align: center;*/
/*  background-color: #e9e8ed;*/
/*  color: #fff;*/
/*  font-size: 18px;*/
/*  font-weight: 400;*/
/*}*/
.location {
  padding: 10px 0px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 16px;
  background: #fff;
}
.location p {
  min-width: 1200px;
  width: 1200px;
  margin: 0 auto;
  color: #000;
}
.location p a {
  color: #000;
  font-size: 15px;
  vertical-align: middle;
}
.join {
  box-sizing: border-box;
  padding-bottom: 90px;
  background: #e9e8ed;
}
.join .title-g {
  margin-top: 40px;
  margin-bottom: 70px;
}
.join_list li {
  position: relative;
  top: 0px;
  transition: all 0.6s ease-in-out;
  width: 583px;
  height: 442px;
  background: #fff;
  padding: 23px;
  box-sizing: border-box;
  margin-right: 34px;
  margin-bottom: 48px;
  float: left;
  cursor: pointer;
}
.join_list li:hover {
  top: -10px;
  box-shadow: 1px 1px 4px 3px rgba(0, 0, 0, 0.1);
}
.join_list li:last-child {
  margin-right: 0px;
}
.join_list li h3 {
  font-size: 30px;
  font-weight: 400;
  padding-bottom: 15px;
  margin-bottom: 48px;
  border-bottom: 1px solid #faa933;
}
.join_list li .join_info {
  font-size: 15px;
  line-height: 26px;
}
.join_list li .join_btn {
  position: absolute;
  bottom: 21px;
  left: 21px;
  color: #faa933;
  font-size: 18px;
}
.partner-bg {
  margin-top: 70px;
  height: 517px;
  background-image: url("../img/p-bg_02.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.partner-bg .swiper-partner {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
.partner-bg .swiper-partner .swiper-button-prev {
  left: 328px;
}
.partner-bg .swiper-partner .swiper-button-next {
  right: 328px;
}
.partner-bg .swiper-partner .swiper-slide div {
  font-size: 104px;
  line-height: 52px;
}
.partner-bg .swiper-partner h3 {
  margin-top: 60px;
  margin-bottom: 45px;
  font-size: 24px;
}
.partner-bg .swiper-partner p {
  font-size: 16px;
  line-height: 36px;
  width: 741px;
  margin: 0px auto 0px;
}
.partner-bg .swiper-partner span {
  display: block;
  font-size: 20px;
}
.partner-bg .swiper-partner img {
  display: block;
  border-radius: 50%;
  border: 1px solid #666;
  overflow: hidden;
  margin: 20px auto;
}
#about .nav_view {
      width: 857px;
}
.eabout .fl{
font-size: 18px;
    line-height: 27px;
    padding-top: 12px;
}
.eabout p {
    line-height: 31px;
}
#eindex-about .iabout-contact {
    padding-top: 88px;
}
#footer .f-nav{
  width: 802px;
}