/* 织梦无忧模板网（dedecms51.com）做最好的织梦整站模板下载网站 */
/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
html, body {
	font-family: 'Microsoft YaHei', sans-serif;
	background: #FFf;
	overflow-x: hidden;
}
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
img {
	max-width: 100%;
}
/*----自动隐藏二级----*/
.cd-auto-hide-header {
  position: fixed;
  z-index: 123456;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}
.cd-auto-hide-header::after {
  clear: both;
  content: "";
  display: block;
}
.cd-auto-hide-header.is-hidden {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-120%);
}

.cd-auto-hide-header .nav-trigger {
  /* vertically align its content */
  display: table;
  height: 100%;
  padding: 0 1em;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  right: 0;
  border-left: 1px solid #f2f2f2;
}
.cd-auto-hide-header .nav-trigger span {
  /* vertically align inside parent element */
  display: table-cell;
  vertical-align: middle;
}
.cd-auto-hide-header .nav-trigger em, .cd-auto-hide-header .nav-trigger em::after, .cd-auto-hide-header .nav-trigger em::before {
  /* this is the menu icon */
  display: block;
  position: relative;
  height: 2px;
  width: 22px;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.cd-auto-hide-header .nav-trigger em {
  /* this is the menu central line */
  margin: 6px auto 14px;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}
.cd-auto-hide-header .nav-trigger em::before, .cd-auto-hide-header .nav-trigger em::after {
  position: absolute;
  content: '';
  left: 0;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.cd-auto-hide-header .nav-trigger em::before {
  /* this is the menu icon top line */
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
}
.cd-auto-hide-header .nav-trigger em::after {
  /* this is the menu icon bottom line */
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
}


@media only screen and (min-width: 1024px) {
  .cd-auto-hide-header .nav-trigger {
    display: none;
  }
}

.cd-auto-hide-header.nav-open .nav-trigger em {
  /* transform menu icon into a 'X' icon */
  background-color: rgba(255, 255, 255, 0);
}
.cd-auto-hide-header.nav-open .nav-trigger em::before {
  /* rotate top line */
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cd-auto-hide-header.nav-open .nav-trigger em::after {
  /* rotate bottom line */
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cd-primary-nav {
  display: inline-block;
  float: right;
  height: 100%;
  padding-right: 5%;
}
.cd-primary-nav > ul {
  text-align: center;
  position: absolute;
  z-index: 123456;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  display: none;
  box-shadow: 0 14px 20px rgba(0, 0, 0, 0.2);
}
.cd-primary-nav > ul a {
  /* target primary-nav links */
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 5%;
  color: #1f1644c7;
  font-size: 0.9rem;
  border-top: 1px solid #f2f2f2;
  font-weight: 900;
  text-decoration: none;
}
.cd-primary-nav > ul a:hover, .cd-primary-nav > ul a.active {
  color: #8fc320;
}
@media only screen and (min-width: 1024px) {
  .cd-primary-nav {
    /* vertically align its content */
    display: table;
  }
  .cd-primary-nav > ul {
    /* vertically align inside parent element */
    display: table-cell;
    vertical-align: middle;
    /* reset mobile style */
    position: relative;
    width: auto;
    top: 0;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
  }
  .cd-primary-nav > ul::after {
    clear: both;
    content: "";
    display: block;
  }
  .cd-primary-nav > ul li {
    display: inline-block;
    float: left;
    margin-right: 2em;
    margin-top: 1.5em
 }
  .cd-primary-nav > ul li:last-of-type {
    margin-right: 0;
  }
  .cd-primary-nav > ul a {
    /* reset mobile style */
    height: auto;
    line-height: normal;
    padding: 0;
    border: none;
    color: #fff;
   }
}

.nav-open .cd-primary-nav ul,
.cd-primary-nav ul:target {
  /* 
  	show primary nav - mobile only 
  	:target is used to show navigation on no-js devices
  */
  display: block;
}
@media only screen and (min-width: 1024px) {
  .nav-open .cd-primary-nav ul,
  .cd-primary-nav ul:target {
    display: table-cell;
  }
}
/* -------------------------------- 

2. Auto-Hiding Navigation - with Sub Nav

-------------------------------- */
.cd-secondary-nav {
  position: relative;
  z-index: 1;
  background: #25283D;
  width: 100%;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}
.cd-secondary-nav::after {
  /* gradient on the right - to indicate it's possible to scroll */
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  background: transparent;
  background: -webkit-linear-gradient(right, #25283D, rgba(37, 40, 61, 0));
  background: linear-gradient(to left, #25283D, rgba(37, 40, 61, 0));
  pointer-events: none;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
.cd-secondary-nav.nav-end::after {
  opacity: 0;
}
/* -------------------------------- 

3. Auto-Hiding Navigation - with Sub Nav + Hero Image

-------------------------------- */
.cd-secondary-nav.fixed {
  position: fixed;
  top: 120px;
  width: 100%;
}
.cd-secondary-nav.slide-up {
  -webkit-transform: translateY(-80px);
      -ms-transform: translateY(-80px);
          transform: translateY(-120px);
}
@media only screen and (min-width: 1024px) {
  .cd-secondary-nav.fixed {
    top: 80px;
    /* fixes a bug where nav and subnab move with a slight delay */
    box-shadow: 0 -6px 0 #25283D;
  }
  .cd-secondary-nav.slide-up {
    -webkit-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
            transform: translateY(-80px);
  }
}
@media only screen and (max-width: 480px) {
  .cd-secondary-nav.fixed {
    top: 120px;
    /* fixes a bug where nav and subnab move with a slight delay */
    box-shadow: 0 -3px 0 #25283D;
  }
  .cd-secondary-nav.slide-up {
    -webkit-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
            transform: translateY(-120px);
  }
}
/* -------------------------------- 

Main content

-------------------------------- */
.cd-main-content {
  padding: 60px 5% 2em;
  overflow: hidden;
}
.cd-main-content.sub-nav {
  /* to be used if there is sub nav */
  padding-top: 110px;
}
.cd-main-content.sub-nav-hero {
  /* to be used if there is hero image + subnav */
  padding-top: 0;
}
.cd-main-content.sub-nav-hero.secondary-nav-fixed {
  margin-top: 50px;
}

@media only screen and (min-width: 1024px) {
  .cd-main-content {
    padding-top: 80px;
  }
  .cd-main-content.sub-nav {
    padding-top: 150px;
  }
  .cd-main-content.sub-nav-hero.secondary-nav-fixed {
    margin-top: 70px;
  }
}

/*
	adjust the positioning of in-page links
	http://nicolasgallagher.com/jump-links-and-viewport-positioning/
*/
.cd-main-content.sub-nav :target::before,
.cd-main-content.sub-nav-hero :target::before {
  display: block;
  content: "";
  margin-top: -50px;
  height: 50px;
  visibility: hidden;
}
@media only screen and (min-width: 1024px) {
  .cd-main-content.sub-nav :target::before,
  .cd-main-content.sub-nav-hero :target::before {
    margin-top: -70px;
    height: 70px;
  }
}

/* -------------------------------- 

Intro Section

-------------------------------- */
.cd-hero {
  /* vertically align its content */
  display: table;
  width: 100%;
 background-size: cover;
}
ul,ul li,ol li,tr td,dl,dd{list-style-type:none;margin:0;padding:0;}
/*头部*/
.p_head{width: 100%;height: 100px;top: 0;left: 0;background: #fff;min-width: 1280px;-webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;}
.p_head .logo{width: 17.7%;float: left;overflow: hidden;height: 100px;-webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;}
.p_head .logo img{display: none;width: 100%;height: 100%;-webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;margin-top: 0;}
.p_head .logo a{display: block;width: 100%;height: 100%; background: url(/images/1_1.jpg) right center  no-repeat;}
.p_head .gp{width: 5%;float: left;margin-top: 42px;-webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;}
.p_head .gp span{line-height: 1;border-left: 1px solid #ddd;display: block;float: left;padding-left: 10%;color: #666;-webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;}
.p_head .ul1{width: 47%;float: left;margin-left: 5%;}
.p_head .ul1 li{height: 100px;float: left;width: 14.28%;text-align: center;position: relative;-webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;}
.p_head .ul1 li .l_nav{position: relative;width: 100%;height: 100%;overflow: hidden;}
.p_head .ul1 li .l_nav span{display: block;width: 100%;height: 100px;line-height: 100px;font-weight: bold;-webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;}
.p_head .ul1 li .l_nav span:nth-child(2){background: #005aa1;height: 100px;color: #fff;line-height: 200px;}
.p_head .ul1 li:hover .l_nav span:nth-child(1),.p_head .ul1 li.act .l_nav span:nth-child(1){margin-top: -100px;line-height: 10px;}
.p_head .ul1 li:hover .l_nav span:nth-child(2),.p_head .ul1 li.act .l_nav span:nth-child(2){line-height: 100px;}
.p_head .ul1 li .l_nav img{width: 10px;position: relative;top: -2px;left: 5px;}
.p_head .ul1 li .l_cot{position: absolute;width: 100%;padding: 15px 5%;box-sizing: border-box;background: url(/images/blck.png);display: none;}
.p_head .ul1 li .l_cot a{display: block;line-height: 1;color: #ccc;padding: 10px 0;}
.p_head .ul1 li .l_cot a:hover{color: #fff;}
.p_head .hrt{float: right;width: 23%;}
.p_head .hrt a{width: 40%;text-align: center;font-weight: bold; float: right;display: block;height: 100px;line-height: 100px;box-sizing: border-box;border-right: 1px solid #eaeaea;border-left: 1px solid #f3f3f3;position: relative;}
.p_head .hrt a:hover{color: #005aa1;}
.p_head .hrt a:nth-child(1){width: 20%;border-right: 0;}
.p_head .hrt a img{position: relative;width: 16px;top: 2px;right: 5px;}
.p_head .hrt a:nth-child(3){border-left: 0;}
.p_head .hrt a .im_ewm{width: 100px;position: absolute;left: 50%;margin-left: -50px; top: 100%;display: none;background: #fff;}
.p_head .hrt a .im_ewm img{display:block;width: 100%;position: static;}
.p_head.act{height: 80px;border-bottom: 1px solid #ddd;}
.p_head.act .ul1 li{height: 80px;}
.p_head.act  .ul1 li .l_nav span,.p_head.act .ul1 li:hover .l_nav span:nth-child(2){height: 80px;line-height: 80px;}
.p_head.act .logo{height: 80px;}
.p_head.act .gp{margin-top: 28px;}
.p_head.act .ul1 li:hover .l_nav span:nth-child(1),.p_head.act .ul1 li.act .l_nav span:nth-child(1){margin-top: -80px;line-height: 10px;}
.p_head .ul1.act li:hover .l_nav span:nth-child(2), .p_head.act .ul1 li.act .l_nav span:nth-child(2){line-height: 80px;}
.p_head.act .hrt a{line-height: 80px;height: 80px;}
.clearfix:after {content: " "; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }
a{ text-decoration:none; cursor:pointer; -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;}

.text,textarea,select{ outline:none;  color:#666; font-size:14px; width:100%;}

.f_12{ font-size:12px; }

.f_16{ font-size:16px; }

.f_18{ font-size:18px; }

.f_20{ font-size:20px; }

.f_22{font-size: 22px;}

.f_24{ font-size:24px; }

.f_28{ font-size:28px; }

.f_30{ font-size:30px; }

.f_34{ font-size:34px; }

.f_40{font-size: 40px;}

.f_45{ font-size:45px;}

img{border:none;}

img[src=""]{opacity: 0;}

body::-webkit-scrollbar{ width:1px;}

body::-webkit-scrollbar-thumb{ background:#ccc;}

body::-webkit-scrollbar-track{ background:#fff;}
.mhead,.mh_nav,.swiperm1{display: none;}
/* 头部 */
/*内页banner*/

.banner{position: relative;overflow: hidden;    padding-top: 100px;}
.banner img{display: block;height: 405px;position: relative;width: 1920px;left: 50%;margin-left: -960px;max-width: none;/* opacity: .1; */}
.banner .ming{display: none;}
.banner .b_box{position: absolute;width: 100%;height: 100%;top: 0;left: 0;text-align: center;padding: 100px;}
.banner .b_box .tt{margin-top: 170px;}
.banner .b_box .tc{margin-top: 10px;}
.banner div{color: #fff;}
.box{width: 1200px;margin: 0 auto;position: relative;-webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;}
/*---- banner ----*/
/* rslides */
.rslides{
	position:relative;
	list-style:none;
	overflow:hidden;
	width:100%;
	padding:0;
	margin:0;
}
.rslides li{
	-webkit-backface-visibility:hidden;
	position:absolute;
	display:none;
	width:100%;
	left:0;
	top:0;
}
.rslides li:first-child{
	position:relative;
	display:block;
	float:left;
}
.rslides img{
	display:block;
	height:auto;
	float:left;
	width:100%;
	border:0;
}
/*pager*/
.callbacks_tabs.callbacks1_tabs{margin-top:-40px; position:relative;z-index:100;margin-bottom:20px;}
.callbacks_tabs.callbacks1_tabs li{display:inline-block;width:10px;height:10px;margin-left:5px;border-radius:10px;border:1px solid #FFF;position:relative;}
.callbacks_tabs.callbacks1_tabs li a{display:inline-block;width:10px;height:10px;border-radius:10px;position:absolute; left:0; z-index:1000; color:rgba(100,200,300,0);color:transparent;}
.callbacks_tabs.callbacks1_tabs li.callbacks_here a{background:#FFF;}

/* Callback example */
.callbacks_container{
	padding-top: 100px;
	margin-bottom:0px;
	position:relative;
	width:100%;
	max-width:100%;
	text-align:center;
}

.callbacks{
	position:relative;
	list-style:none;
	overflow:hidden;
	width:100%;
	padding:0;
	margin:0;
}
.callbacks li{
	position:absolute;
	width:100%;
	left:0;
	top:0;
}
.callbacks img{
	display:block;
	position:relative;
	z-index:1;
	height:auto;
	width:100%;
	border:0;
}
.callbacks .caption{
	display:block;
	position:absolute;
	z-index:2;
	font-size:20px;
	text-shadow:none;
	color:#fff;
	background:#000;
	background:rgba(0,0,0, .8);
	left:0;
	right:0;
	bottom:0;
	padding:10px 20px;
	margin:0;
	max-width:none;
}
.callbacks_nav{
	position:absolute;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	top:50%;
	left:0;
	opacity:0.6;
	z-index:3;
	text-indent:-9999px;
	overflow:hidden;
	text-decoration:none;
	height:61px;
	width:38px;
	background:transparent url("/statics/site/images/themes.gif") no-repeat left top;
	margin-top:-30px;
	display:none;
}
.callbacks_container:hover .callbacks_nav{display:block;}
.callbacks_nav:active{opacity:1.0;}
.callbacks_nav.next{
	left:auto;
	background-position:right top;
	right:0;
}

@media screen and (max-width:768px){
	.callbacks_nav{
		top:47%;
	}
}
@media screen and (max-width:480px){
.cd-auto-hide-header{
        height: 60px;
        }
.cd-primary-nav > ul {
  top: 60px;
        }
.callbacks_container{
	margin-bottom:2px;
	position:relative;
	width:100%;
	max-width:100%;
	text-align:center;
    padding-top: 60px;
    }
}
/*-- //banner ----*/
/*----news---*/
.news {
	background: url(/statics/site/images/home_bg3.jpg) center top repeat-y;
	padding-bottom: 5em;
}
.news .conatiner {
	width: 1200px;
	margin: 0 auto;
}
.news .conatiner .new_tit {
	text-align: center;
	font-size: 32px;
	color: #333;
	font-weight: bold;
	padding-top: 110px;
}
.news .conatiner .news_des {
	text-align: center;
	font-size: 14px;
	color: #666;
	padding-top: 20px;
}
.news .conatiner .new_wrap {
	padding: 1.5em 0.8em;
	background: #fff;
	margin-top: 3em;
}
.news .conatiner .new_box .fl {
	float: left;
}
.news .conatiner .new_box .fr {
	float: right;
}
.news .conatiner .new_box .new_top .fl {
	font-size: 20px;
	color: #333;
	border-left: 3px solid #90c221;
	padding-left: 10px;
}
.news .conatiner .new_box .center .hotnews {
	position: relative;
}
.news .conatiner .new_box .center .hotnews a {
	position: absolute;
	height: 2em;
	background: rgba(0,0,0,0.7);
	bottom: 0;
	width: 100%;
	color: #fff;
	line-height: 2em;
	text-indent: 0.2em;
	display: block;
}
.news .conatiner .new_box .center .hotnews a span {
	position: absolute;
	right: 0.2em;
}
.news .conatiner .new_box ul {
	padding: 0;
	margin: 0;
}
.news .conatiner .new_box li {
	list-style: none;
}
.news .conatiner .new_box li.new_sbox {
	margin-bottom: 23px;
}
.news .conatiner .new_box li.new_sbox .fl {
	width: 30%;
}
.news .conatiner .new_box li.new_sbox .fr {
	width: 68%;
}
.news .conatiner .new_box li.new_sbox .fr p {
	font-size: 1em;
	color: #333;
	margin-bottom: 3px;
}
.news .conatiner .new_box li.new_sbox .fr a {
	color: #888;
	font-size: 12px;
}
.news .conatiner .new_box li.new_sbox .fr .news_title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news .conatiner .new_box li.new_sbox .fr .news_description {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news .conatiner .new_box .center .new_con li {
	margin-top: 20px;
	background: url(/statics/site/images/list_s.png) center left no-repeat;
	padding-left: 10px;
}
.news .conatiner .new_box .center .new_con li a {
	color: #666;
	position: relative;
	display: block;
	width: 100%;
}
.news .conatiner .new_box .center .new_con li span {
	position: absolute;
	right: 0;
	color: #999;
}
/*----end-news---*/

/*----about-news---*/
.in2{padding: 80px 0;width: 81.25%;margin: 0 auto;position: relative;}

.in2 .tt{font-weight: bold;}

.swiper2{padding-top: 40px;}

.swiper2 .day{color: #666;font-family: "arial";}

.swiper2 .att{    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0;
    height: 54px;}

.swiper2 .img{overflow: hidden;}

.swiper2 .img img{display: block;width: 100%;-webkit-transition: all 1s; -moz-transition: all 1s; transition: all 1s;}

.swiper2 .atc{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;max-height: 40px; -webkit-box-orient: vertical;margin-top: 10px;color: #666;}

.swiper2 .aen{font-weight: bold;margin-top: 20px;}

.swiper2 .swiper-slide:hover img{transform: scale(1.1);-webkit-transform: scale(1.1);}

.swiper2 .swiper-slide div{-webkit-transition: all 1s; -moz-transition: all 1s; transition: all 1s;}

.swiper2 .swiper-slide:hover .att,.swiper2 .swiper-slide:hover .aen{color: #0665b1;}

.in2 .sw2{text-align: right;width: 100%;top: 120px;}

.in2 .sw2 span{margin-left: 5px;width: 20px;height: 20px;}

.in2 .sw2 .swiper-pagination-bullet-active{background: #0665b1;}
/*----about-news---*/

/*---- copy-right ----*/
.copy-right {
	background: #242426 url(/statics/site/images/foot_bg.jpg) center top no-repeat;
	padding: 1.8em 0 1em;
}
.copy-right p {
	text-transform: uppercase;
	color: #919090;
	font-size: 12px;
}
.copy-right .guanzhu p {
	text-transform: uppercase;
	color: #919090;
	font-size: 12px;
	width: 100%;
	text-align: center;
	margin: 5px auto;
}
.copy-right p.white {
	color: #fff;
	text-align: left;
}
.copy-right .hengx {
	height: 0;
	border-bottom: 1px solid #585858;
	width: 90%;
}
.copy-right .join .hengx {
	width: 40%;
}
.copy-right .guanzhu .hengx {
	width: 100%;
}
.copy-right .guanzhu .erweim {
	text-align: right;
	margin-top: 1em;
}
.copy-right .guanzhu img {
	width: 90%;
	display: inline-block;
}
.copy-right a, .copy-right span {
	color: #919090;
	line-height: 2.5em;
	font-size: 12px;
	display: block;
}
.copy-right p a:hover {
	text-decoration: none;
	color: #7E8287;
}
.copy-right .copy_con {
	border-top: 1px solid #444343;
}
.copy-right .copy_con p {
	padding-top: 20px;
}
.copy-right .copy_con p.text_r {
	text-align: right;
}
.copy-right .copy_con p.text_r a {
	float: right;
	line-height: normal;
}
.copy-right .copy_con p.text_r a:hover {
	color: #fff;
}
.floor_tip {
	position: fixed;
	left: 50%;
	margin-left: 670px;
	bottom: 200px;
	z-index: 212;
}
.floor_tip li {
	width: 91px;
	height: 23px;
	background: url(/statics/site/images/floor.png) right center no-repeat;
}
.floor_tip li a {
	padding: 0;
	display: block;
	height: 23px;
	line-height: 23px;
	width: 90px;
	border-radius: 0;
	text-indent: -9999px;
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
	-ms-transition: 0.1s all;
}
.floor_tip li.active {
	background: url(/statics/site/images/floor_active.png) right center no-repeat;
}
.floor_tip li.active a {
	text-indent: 10px;
	color: #fff;
	font-size: 12px;
	display: block;
	background: url(/statics/site/images/floor_tips.png) left top no-repeat;
}
.floor_tip li.active a:hover {
	background: url(/statics/site/images/floor_tips.png) left top no-repeat;
}
/*---- copy-right ----*/

/*---- 关于我们一二厂 ----*/
.he_border1{background:#0a5ff9;width:100%;height:320px;padding:0;margin:0;position:relative;box-sizing:border-box;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4sease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden;}
.he_border1 .he_border1_img{display:block;width:100%;padding:0;margin:0;position:relative;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4sease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;opacity:1;overflow:hidden}
.he_border1:hover
.he_border1_img{position:absolute;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);opacity:.6}
.he_border1 .he_border1_caption{color:#fff;padding:0;margin:0;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_border1 .he_border1_caption::before,.he_border1 .he_border1_caption::after{position:absolute;content:'';opacity:0;-webkit-transition:opacity 0.4s,-webkit-transform .4s;-moz-transition:opacity 0.4s,-moz-transform .4s;-o-transition:opacity 0.4s,-o-transform .4s;transition:opacity 0.4s,transform .4s}
.he_border1 .he_border1_caption::before{top:8%;right:10%;bottom:8%;left:10%;border-top:1px solid #fff;border-bottom:1px solid #fff;-webkit-transform:scale(0,1);-moz-transform:scale(0,1);-o-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0}
.he_border1 .he_border1_caption::after{top:8%;right:10%;bottom:8%;left:10%;border-right:1px solid #fff;border-left:1px solid #fff;-webkit-transform:scale(1,0);-moz-transform:scale(1,0);-o-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-o-transform-origin:100% 0;transform-origin:100% 0}
.he_border1:hover .he_border1_caption::before,.he_border1:hover .he_border1_caption::after{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
.he_border1 .he_border1_caption,.he_border1 .he_border1_caption > a{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden; z-index:0}
.he_border1 .he_border1_caption_h{color:#e8b7b7;text-shadow:2px 2px 1px #00000052;font-size:1.3em;font-weight:700;text-align:center;width:80%;position:absolute;top:10%;left:10%;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out;overflow:hidden;opacity:1}
.he_border1 .he_border1_caption_p{font-size:1em;text-align:center;width:80%;position:absolute;top:60%;left:10%;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden;opacity:0}
.he_border1:hover .he_border1_caption_p{top:45%;opacity:1}
/*---- 关于我们一二厂 ----*/
/*---- 全球布局 ----*/
.work .myTab_menu2 {
	background: url(../images/sildmenu_bg.jpg) center top no-repeat;
}
.work .myTab_menu2 .nav-tabs {
	width: 1200px;
	margin: 0 auto;
	border: none;
}
.work .myTab_menu2 .nav-tabs > li {
	width: 25%;
	height: 100px;
}
.work .myTab_menu2 .nav-tabs > li a {
	display: block;
	border: none;
	line-height: 100px;
	font-size: 18px;
	color: #fff;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-indent: 86px;
}
.work .myTab_menu2 .nav-tabs > li a:after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 7px;
	background: url(../images/icon_down.png) center no-repeat;
	margin-left: 6px;
}
.work .myTab_menu2 .nav-tabs > li.myTab_menu11 a {
	background: url(../images/sildmenu_icon1.png) 55px center no-repeat;
}
.work .myTab_menu2 .nav-tabs > li.myTab_menu12 a {
	background: url(../images/sildmenu_icon2.png) 55px center no-repeat;
}
.work .myTab_menu2 .nav-tabs > li.myTab_menu13 a {
	background: url(../images/sildmenu_icon3.png) 55px center no-repeat;
}
.work .myTab_menu2 .nav-tabs > li.myTab_menu14 a {
	background: url(../images/sildmenu_icon4.png) 55px center no-repeat;
}
.work .myTab_menu2 .nav-tabs > li.active a {
	color: #3e7def;
}
.work .myTab_menu2 .nav-tabs > li.active a:after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 7px;
	background: url(../images/icon_down_hover.png) center no-repeat;
	margin-left: 6px;
}
.work .myTab_menu2 .nav-tabs > li.active.myTab_menu11 a {
	background: #fff url(../images/sildmenu_icon1_hover.png) 55px center no-repeat;
}
.work .myTab_menu2 .nav-tabs > li.active.myTab_menu12 a {
	background: #fff url(../images/sildmenu_icon2_hover.png) 55px center no-repeat;
}
.work .myTab_menu2 .nav-tabs > li.active.myTab_menu13 a {
	background: #fff url(../images/sildmenu_icon3_hover.png) 55px center no-repeat;
}
.work .myTab_menu2 .nav-tabs > li.active.myTab_menu14 a {
	background: #fff url(../images/sildmenu_icon4_hover.png) 55px center no-repeat;
}
.work .tab-content .tab_con_tex .tab_con_tex1 {
	color: #333;
	font-size: 28px;
	padding: 1rem 0;
	text-align: center;
	margin: 0;
}
.work .tab-content .tab_con_tex .tab_con_tex2 {
	color: #888;
	font-size: 14px;
	margin: 0 auto 10px;
	line-height: 34px;
	text-align: center;
	width: 60%;
}
.work .tab-content .works-grid {
	overflow: hidden;
}
.works-head h2 {
	color: #02918C;
	font-weight: 900;
	font-size: 3em;
	margin: 0;
	padding: 0;
}
.works-head span {
	width: 162px;
	height: 9px;
	display: inline-block;
	background: url(../images/border-bg.png) no-repeat 0px 0px;
}
.works-head p {
	color: #7E8287;
	font-size: 1.2em;
	font-weight: 300;
	width: 40%;
	line-height: 1.8em;
	margin: 1em auto;
}
/*---- 全球布局 ----*/
@media (max-width:1680px) {
.floor_tip {
	margin-left: 630px;
}
}

@media(max-width: 1600px){
    .p_head .ul1 li .l_cot a{font-size: 12px;}
}

@media(max-width: 1440px){
  	.p_head .ul1 li .l_cot{padding: 15px 0;}

  	.p_head .ul1 li .l_cot a{line-height: 1.3;}
    .floor_tip {
	margin-left: 0;
	left: 90%;
}
}

@media(max-width: 1280px){
    .p_head .ul1 li .l_nav span{font-size: 12px;}

    .p_head .ul1 li .l_cot a{font-size: 10px;}
   
	.copy-right .copy_con {	display: none; }
    .he_border1{height:260px;}
}
@media(max-width: 1024px) and (min-width: 768px){

  *{font-size: 14px;}  

  .f_12{ font-size:.15rem;}

  .f_16{ font-size:.2rem; }

  .f_18{ font-size:.22rem; }

  .f_20{ font-size:.24rem; }

  .f_22{font-size: .26rem;}

  .f_24{ font-size:.28rem; }

  .f_26{ font-size:.3rem; }

  .f_28{ font-size:.32rem; }

  .f_30{ font-size:.34rem; }

  .f_32{ font-size:.36rem; }

  .f_34{ font-size:.38rem; }

  .f_36{ font-size:.4rem; }

  .f_38{ font-size:.42rem; }

  .f_40{font-size: .42rem;}

  .f_45{ font-size:.42rem;}

  body{padding-top: 0px;min-width: 300px;}

  .p_head{display: none;}

  .mhead{position: absolute; display: block;width: 100%;overflow-x: hidden;}

  .mhead .mlogo{width: 100%;overflow: hidden;height: 70px;box-sizing: border-box;-webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;}

  .mhead .mlogo a{display: block;float: left;width: 65%;height: 100%;overflow: hidden;}

  .mhead .mlogo img{display: block;height: 100%;}

  .mhead .mlogo span{display: block;float: right;width: 35%;border-left: 1px solid #ddd;box-sizing: border-box;margin-top: 30px;padding-left: 4%;}  

  .mhead .mlogo span div{line-height: 1;font-weight: bold;font-size: 12px;}

  .mhead .mlogo span .men{line-height: 1.3;font-weight: normal;}

  .mhead .mnav{height: 50px;background: #005aa1;width: 100%;left: 0;z-index: 19;overflow: hidden;}

  .mhead .mnav .rt{float: left;width: 65%;text-align: center;line-height: 50px;}

  .mhead .mnav .rt.act{background: #03508d;}

  .mhead .mnav .rt span{font-weight: bold;color: #fff;font-size: .4rem; background: url(/images/m1_4.png) center right no-repeat;background-size: 23%;padding-right: .5rem;}

  .mhead .mnav .lt{width: 35%;float: right;}

  .mhead .mnav .lt a{display: block;width: 60%;float: left;text-align: center;line-height: 50px;color: #fff;font-weight: bold;border-left: 1px solid #fff;box-sizing: border-box;}

  .mhead .mnav .lt a:nth-child(2){width: 40%;}

  .m_ntc{ display: none; position: fixed;top: 120px;left: 0;width: 100%;z-index: 20;}

  .mh_nav{display: block;width: 65%;background: #245880;box-sizing: border-box;text-align: left;}

  .m_nbg{background: #fff;}

  .mh_nav li{border-bottom: 1px solid #245880;}

  .mh_nav li a{display: block;height: 40px;line-height: 40px;padding: 0 15% 0 0;color: #fff;font-size: .45rem;}

  .mh_nav li .ltp{ font-size: .3rem; line-height: 40px;padding: 0 15% 0 0;color: #fff;background:#2174b5 url(/images/m1_3.png) 95% center no-repeat; background-size: 5%;-webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;padding: 0 5%;}

  .mh_nav li.act .ltp{padding: 0 5%;background: #2174b5 url(/images/m1_2.png) 95% center no-repeat; background-size: 5%;}

  .mh_nav li .l_cot{display: none;}

  .mh_nav li:nth-child(1) .l_cot{display: block;}

  .mh_nav li .l_cot a{font-size: .25rem; padding: 0 5%;}

  .callbacks_container{ padding-top: 120px;}

  .swiper1{display: none;}

  .swiperm1{display: block;}

  .swiperm1 img{display: block;width: 100%;}

  .in2{width: 90%;padding: .3rem 0;}

  .swiper2{padding: .2rem 0 .5rem;}

  .in2 .sw2{bottom: .3rem;top: auto;text-align: center;}

  .in2 .sw2 span{width: 10px;height: 10px;}
  .he_border1{height:260px;}
}
@media (max-width:993px) {
.floor_tip {display: none;}
.he_border1{height:205px;}
.copy-right .col-md-3 {
	width: 25%;
	float: left;
}
.copy-right .join .col-md-6 {
	width: 50%;
	float: left;
}
}

@media(max-width: 768px){
   *{font-size: 14px;} 
.banner .b_box .tt {
       text-align: left;
}
.banner .b_box .tc {
       text-align: left;
}
  .f_12{ font-size:.3rem;}

  .f_16{ font-size:.34rem; }

  .f_18{ font-size:.36rem; }

  .f_20{ font-size:.38rem; }

  .f_22{font-size: .4rem;}

  .f_24{ font-size:.42rem; }

  .f_26{ font-size:.44rem; }

  .f_28{ font-size:.46rem; }

  .f_30{ font-size:.48rem; }

  .f_32{ font-size:.5rem; }

  .f_34{ font-size:.52rem; }

  .f_36{ font-size:.54rem; }

  .f_38{ font-size:.56rem; }

  .f_40{font-size: .56rem;}

  .f_45{ font-size:.56rem;}

  body{padding-top: 0px;min-width: 300px;}

  .p_head{display: none;}

  .mhead{position: fixed;z-index: 20;display: block;width: 100%;overflow-x: hidden;}

  .mhead .mlogo{width: 100%;overflow: hidden;height: 70px;box-sizing: border-box;-webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;}

  .mhead .mlogo a{display: block;float: left;width: 65%;height: 100%;overflow: hidden;}

  .mhead .mlogo img{display: block;height: 100%;}

  .mhead .mlogo span{display: block;float: right;width: 35%;border-left: 1px solid #ddd;box-sizing: border-box;margin-top: 30px;padding-left: 4%;}  

  .mhead .mlogo span div{line-height: 1;font-weight: bold;font-size: 12px;}

  .mhead .mlogo span .men{line-height: 1.3;font-weight: normal;}

  .mhead .mnav{height: 50px;background: #005aa1;width: 100%;left: 0;z-index: 19;-webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;}

  .mhead .mnav .rt{float: left;width: 65%;text-align: center;line-height: 50px;}

  .mhead .mnav .rt.act{background: #03508d;}

  .mhead .mnav .rt span{font-weight: bold;color: #fff;font-size: .45rem; background: url(/images/m1_4.png) center right no-repeat;background-size: 28%;padding-right: .8rem;}

  .mhead .mnav .lt{width: 35%;float: right;}

  .mhead .mnav .lt a{display: block;width: 60%;float: left;text-align: center;line-height: 50px;color: #fff;font-weight: bold;border-left: 1px solid #fff;box-sizing: border-box;}

  .mhead .mnav .lt a:nth-child(2){width: 40%;}

  .m_ntc{ display: none; position: fixed;top: 120px;left: 0;width: 100%;z-index: 20;}

  .mh_nav{display: block;width: 65%;background: #245880;box-sizing: border-box;text-align: left;}

  .m_nbg{background: #fff;}

  .mh_nav li{border-bottom: 1px solid #245880;}

  .mh_nav li a{display: block;height: 40px;line-height: 40px;padding: 0 15% 0 0;color: #fff;font-size: .45rem;}

  .mh_nav li .ltp{ font-size: .3rem; line-height: 40px;padding: 0 15% 0 0;color: #fff;background:#2174b5 url(/images/m1_3.png) 95% center no-repeat; background-size: 5%;-webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;padding: 0 5%;}

  .mh_nav li.act .ltp{padding: 0 5%;background: #2174b5 url(/images/m1_2.png) 95% center no-repeat; background-size: 5%;}

  .mh_nav li .l_cot{display: none;}

  .mh_nav li:nth-child(1) .l_cot{display: block;}

  .mh_nav li .l_cot a{font-size: .25rem; padding: 0 5%;}

  .swiper1{display: none;}

  .swiperm1{display: block;}

  .swiperm1 img{display: block;width: 100%;}

  .in2{width: 90%;padding: .5rem 0;}

  .swiper2{padding: .3rem 0 1rem;}

  .in2 .sw2{bottom: .3rem;top: auto;text-align: center;}

  .in2 .sw2 span{width: 10px;height: 10px;}
  .callbacks_container{ padding-top: 120px;}
  .product_list li:nth-child(2n) {
	margin-bottom: 10px;
	float: none;
	width: 100%;
	padding: 10px;
}
.he_border1{height:350px;}
.copy-right {	padding: 1em 0;}
.news .conatiner .new_tit {
	padding-top: 2em;
	font-size: 2em;
}
.news .conatiner .news_des {
	font-size: 0.9em;
	width: 90%;
	line-height: 2em;
	text-align: center;
	margin: 0 auto;
}
.news .conatiner .new_box .new_top .fl {
	font-size: 1.25em;
}
.news .conatiner .new_box .col-md-4 {
	width: 100%;
}
.news .conatiner .new_box img {
	width: 100%;
}
.news .conatiner .new_box li.new_sbox .fr p {
	font-size: 1.5em;
}
.news .conatiner .new_box li.new_sbox .fr a {
	font-size: 1em;
	line-height: 2em;
}
.news .conatiner .new_box li.new_sbox .fr .news_description {
	-webkit-line-clamp: 3;
}
.copy-right .col-md-3 {
	width: 100%;
	float: left;
}
.copy-right .join .col-md-6 {
	width: 100%;
	float: left;
}
}


@media (max-width:640px) {
.copy-right {
	padding: 1em 0;
}
.news .conatiner {
	width: 100%;
	margin: 0 auto;
}
.news .conatiner .new_box li.new_sbox .fr p {
	font-size: 1em;
}
.news .conatiner .new_box li.new_sbox .fr a {
	font-size: 0.8em;
	line-height: 1.7em;
}
.news .conatiner .new_box li.new_sbox .fr .news_description {
	-webkit-line-clamp: 4;
}
}
@media (max-width:480px) {
nav a#pull {
	line-height: 3em;
}
.container {
	padding: 0;
	margin: auto;
}
.top-header {
	background-color: rgba(0,0,0,0.7);
	border: none;
}
.banner-info {
	left: 5%;
	width: 90%;
	margin-left: 0;
}
.services-grid-left {
	padding: 1em 2em;
}
.copy-right {
	padding: 1em 0;
}
.copy-right .guanzhu .erweim {
	text-align: left;
}
.copy-right .guanzhu img {
	width: 90%;
}
.news .conatiner .new_box li.new_sbox .fr p {
	font-size: .8em;
}
.news .conatiner .new_box li.new_sbox .fr a {
	font-size: 0.6em;
	line-height: 1.4em;
}
.news .conatiner .new_box li.new_sbox .fr .news_description {
	-webkit-line-clamp: 3;
}
}
@media (max-width:320px) {
.copy-right {
	padding: 1em 0;
}
.news .conatiner .new_tit {
	padding-top: 2em;
}
.news .conatiner .news_des {
	padding-top: 1em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.news .conatiner .new_box .center .new_con li a {
	font-size: 0.6em;
}
.news .conatiner .new_box li.new_sbox .fr p {
	font-size: 0.8em;
}
.news .conatiner .new_box li.new_sbox .fr a {
	font-size: 0.5em;
}
.copy-right .col-md-3 {
	width: 100%;
}
.copy-right .col-md-3 a {
	width: 50%;
	float: left;
}
.copy-right .join .col-md-6 {
	width: 100%;
	float: none;
	padding-right: 15px;
	padding-left: 15px;
}
.copy-right .join .hengx {
	width: 90%;
}
.copy-right .join .guanzhu .col-md-6 {
	width: 50%;
	float: none;
	padding: 0;
	float: left;
}
}
/*---- works-grids ----*/

/*pages*/ .pagination-wrapper {
	clear: both;
	padding: 1em 0 2em 0;
	text-align: center;
}
.pagination {
	display: inline-block;
*display: inline;
*zoom: 1;
	font-size: 12px;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
	list-style: none;
	display: inline;
	float: left;
	line-height: 1em;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left-width: 0;
}
.pagination li a {
	display: inline-block;
	padding: .5em .8em;
	background-color: #f9f9f9;
	color: #999;
}
.pagination li a:link {
	background: #fff;
	color: #4C78A5;
}
.pagination li a:hover {
	text-decoration: none;
}
.pagination li a:link:hover {
	color: #000;
}
.pagination li.thisclass {
	background-color: #f9f9f9;
	color: #ff0c0c;
	padding: .5em .8em;
    position: relative;
	line-height: 1.42857143;
    border: 2px solid #ddd;
}
.pagination li:first-child {
	border-left-width: 1px;
	border-radius: 3px 0 0 3px;
}
.pagination li:last-child {
	border-radius: 0 3px 3px 0;
}
.pagination .pageinfo {
	color: #444;
}