html {
  width: 100%; overflow-y: scroll; font-size: 10px
}
body {
  width: 100%; min-width: 1240px; margin: 0px; padding: 0px; background: #ffffff; font-size: 1.2rem; text-size-adjust: none; color: #4A4C6C; font-family: Microsoft YaHei, Arial, Verdana
}
div,p,span,em {
  backface-visibility: hidden
}
ul,ol {
  list-style: none
}
form,dl,dt,dd,ul,ol,input,select,textarea,h1,h2,h3,h4,h5,h6 {
  margin: 0px; padding: 0px
}
a, a:hover {
  text-decoration:none;
}
input,button,select,textarea {
  font-size: 1.2rem; color: #000; outline: none
}
img {
  border: 0px
}
.bg-gray {
  background:#f5f5f5;
}
button {
  display: inline-block; padding: 8px 16px; font-size: 1.4rem; border: 0px; line-height: 100%; color: #fff; border: #666 1px solid; cursor: pointer; transition: background-color .1s ease, border-color .1s ease
}
button.b1 {
  background-color: #555; border-color: #555
}
button.b1:hover {
  background-color: #4A4C6C; border-color: #4A4C6C
}
button.b1:focus {
  border-color: #000
}
button.b2 {
  background-color: #005f9b; border-color: #005f9b
}
button.b2:hover {
  background-color: #004570; border-color: #004570
}
button.b2:focus {
  border-color: #002842
}
button.lock,
button.lock:hover,
button.lock:focus {
  background-color: #bbb !important; border-color: #bbb !important
}
input.i1 {
  width: 358px; padding: 10px; border: #d1d1d1 1px solid; box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.08); transition: border-color .3s ease, box-shadow .3s ease
}
input.i1:focus {
  border-color: #5b9dd9; box-shadow: 0px 0px 2px rgba(30, 140, 190, 0.8)
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit browsers */
  color:#ccc;
}
textarea.t1 {
  width: 358px; height: 178px; line-height: 150%; padding: 10px; border: #d1d1d1 1px solid; box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.08); transition: border-color .3s ease, box-shadow .3s ease
}
textarea.t1:focus {
  border-color: #5b9dd9; box-shadow: 0px 0px 2px rgba(30, 140, 190, 0.8)
}
a {
  color: #000; text-decoration: none
}
a:hover {
  color: #000; text-decoration: none
}
a.link {
  cursor: pointer
}
.ash {
  color: #999
}
.block {
  display: block !important
}
.clear {
  clear: both
}
.clear_float {
  zoom: 1
}
.clear_float:after {
  display: block; clear: both; content: ""; visibility: hidden; height: 0
}
.center {
  text-align: center !important
}
.hide {
  display: none !important
}
.hand {
  cursor: pointer
}
.highlight {
  background-color: #ffff00
}
.pagehide {
  display: none !important
}
.wrap {
  width: 100%; position: relative; z-index: 100
}
/*common-header*/
.header {
  width: 100%; min-width: 1240px; height: 80px; background: #fff; border-bottom: #eee 1px solid; position: fixed; top: 0px; z-index: 10000
}
.header div.desk {
  width: 100%; height: 100%; background: #fff; position: absolute; top: 0px; left: 0px; z-index: 100
}
.header div.logo {
  margin-left: -590px; position: absolute; top: 15px; left: 50%; z-index: 110
}
.header div.logo a {
  font-size: 2.4rem; color: #005f9b
}
.header div.menu {
  width: 1200px; margin: auto; position: relative; z-index: 110
}
.header div.menu ul {
  position: absolute; top: 0px; right: 0px
}
.header div.menu ul li {
  float: left
}
.header div.menu ul li a {
  display: inline-block; line-height: 80px; padding: 0px 25px; font-size: 1.4rem; color: #4A4C6C;
}
.header div.menu ul li a:hover {
  color: #D86534
}
.header div.menu ul li.on {
  background: linear-gradient(#D86534, #D86534) top center no-repeat; background-size: 100% 2px;
}
.header div.menu ul li.on a {
  color:#D86534;
}
.header span.menu {
  display: none; cursor: pointer
}
.headertakeup {
  width: 100%; height: 80px
}
/*幻灯图*/
.slider-wrap {
  position: relative; width: 100%;height: 640px;
}
.slider {
  height: 100%;
}
.slider .slider-list {
  position: relative; height: 100%;
}
.slider .slider-list .item {
  display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden;
}
.slider .slider-list .item.cur {
  display: block;
}
.slider_dot {
  position: absolute; left: 50%; bottom: 40px; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);
}
.slider_dot .yuan-item {
  display: block;	position: relative; float: left; width: 18px; height: 18px; margin-right: 1px; cursor: pointer;
}
.slider_dot .yuan-item::after {
content: ""; display: block;position: absolute;top: 4px;left: 4px;width: 10px;height: 10px;border: 2px solid rgba(255, 255, 255, .4);border-radius: 50%;box-sizing: border-box;
}
.slider_dot .yuan-item.cur::after {
  background: #fff;
}
.slider_dot .yuan-item::before {
  content: "";display: block;width: 18px;height: 18px;background-color: rgba(255, 255, 255, 0);border-radius: 50%;
}
.slider_dot .yuan-item.cur::before {
  background-color: rgba(255, 255, 255, .2);
}
/*common-footer*/
.footer {
  width: 100%; position: relative; z-index: 100; background:#f0f0f0;
}
.footer .copyright {
  width: 1200px; margin:0 auto;
}
.footer .footwrap {
  height:240px;  background: url(footer_bg.jpg) center top no-repeat; color:#fff;
}
.footer .footwrap .cupboard {
  overflow:hidden; padding:30px 0 20px;
}
.item_tit span {
  height:2px; background:#aaa; display:block; width:120px; margin-bottom:5px;
}
.footer .footwrap .col-1 {
  width:320px; float:left; box-sizing:border-box; border-right:1px #d4e1eb1f solid; min-height:180px; padding-top:20px;
}
.footer .footwrap .col-1 p {
  font-size:1.6rem;
  margin: 20px 0 5px 0;
}
.footer .footwrap .col-1 h3 {
  font-size:2.4rem;
  margin: 10px 0 0 0;
}
.footer .footwrap .col-2 {
  width:500px; float:left; box-sizing:border-box; border-right:1px #d4e1eb1f solid; margin:0 50px; min-height:180px; padding-top: 15px;
}
.footer .footwrap .col-2 p {
  font-size:1.4rem; margin:0 0 10px 0;
}
.footer .footwrap .col-2 p.big {
  font-size:1.6rem;
}
.footer .footwrap .col-3 {
  width:280px; float:left; padding-top: 15px;
}
.footer .copyright .crtxt { 
  padding: 15px 0; color: #4A4C6C
}
.footer .copyright .crtxt a {
  color: #4A4C6C
}
.footer .copyright .crtxt span {
  margin-left:10px;
}
.container {
  width: 100%; background: linear-gradient(#ececec, #f8f8f8) #f8f8f8 top center no-repeat; background-size: 100% 3px; position: relative; z-index: 100
}
.breadcrumb {
  font-size: 1.4rem
}
.breadcrumb em {
  display: inline-block; vertical-align: middle; margin: 0px 5px; width: 1.2rem; height: 1.2rem; background: url(icon/arrow.2.svg) center center no-repeat
}
.cupboard {
  width: 1200px; margin: auto; padding: 20px 0px; position: relative; z-index: 100;
}
.inner_container {
  width: 1200px; margin:0 auto;
}
.mbx {
  background:#fff; padding: 8px 0px 8px 0px; border-bottom: #f2f2f2 1px solid; color:#666;
}
.mbx p {
  margin:5px 0;
}
.cupboard .main {
  width: 938px; padding:0 20px; float: right;
}
.cupboard .page_main {
  width: 1200px; padding: 0px 0; box-sizing: border-box;
}
.cupboard .main h1 {
  font-size: 1.8rem; line-height: 150%; padding-bottom: 20px; border-bottom: #eee 1px solid; margin-bottom:20px;
}
.cupboard .main .list {
  padding-bottom: 20px
}
.cupboard .main .list li {
  padding: 20px 0px; line-height: 150%; border-bottom: #ddd 1px dotted; position: relative; z-index: 100
}
.cupboard .main .list li span.time {
  color: #999; position: absolute; top: 20px; right: 0px; z-index: 100
}
.cupboard .main .content div.text {
  padding-top: 20px; font-size: 1.4rem; line-height: 200%
}
.cupboard .main .content div.text p {
  margin: 0px; padding: 0px 0px 20px 0px
}
.cupboard .main .content div.text img {
  max-width: 100%
}
.cupboard .main .content .date {
  color:#999;
}
.cupboard .side {
  width: 240px; background: #fff; float: left
}
.cupboard .side dl.option {
  padding: 20px 30px; border-right: #f2f2f2 1px solid 
}
.cupboard .side dl.option dt {
  padding-bottom: 15px; font-size: 1.6rem; font-weight: bold; line-height: 100%
}
.cupboard .side dl.option dd {
  background: url(icon/circle.1.svg) left center no-repeat; background-size: 6px 6px; padding-left: 14px; font-size: 1.4rem; line-height: 220%
}
.cupboard .links {
  width: 1230px; margin-left: -15px; padding-top:25px; font-size: 0px; text-align: center
}
.cupboard .links div.link_item {
  width: 175px; margin: 0px 15px 5px 15px; display: inline-block
}
.cupboard .links div.link_item a {
  display: table; text-align: center
}
.cupboard .links div.link_item a span {
  display: table-cell; vertical-align: middle
}
.cupboard .links div.link_item a img {
  max-width: 175px; max-height: 100px
}
.cupboard .pictures {
  width: 1230px; margin-left: -15px
}
.cupboard .pictures div.item {
  width: 380px; margin: 0px 15px 30px 15px; float: left
}
.cupboard .pictures div.item p.image {
  margin: 0px; padding: 0px
}
.cupboard .pictures div.item p.image img {
  width: 100%
}
.cupboard .pictures div.item p.topic {
  margin: 0px; padding: 0px; background: #fff; line-height: 300%; font-size: 1.4rem; font-weight: bold; text-align: center
}
.cupboard .synopsis div.item {
  width: 520px; height: 160px; margin-bottom: 20px; padding: 30px; background: #fff; float: left; overflow: hidden; position: relative; z-index: 100
}
.cupboard .synopsis div.item p {
  margin: 0px; padding: 0px
}
.cupboard .synopsis div.item p.photo {
  width: 160px; height: 160px; float: left; margin-right: 30px; margin-bottom: 30px
}
.cupboard .synopsis div.item p.photo img {
  width: 100%; height: 100%
}
.cupboard .synopsis div.item p.topic {
  padding-bottom: 10px; font-size: 1.6rem; font-weight: bold
}
.cupboard .synopsis div.item p.topic em {
  font-style: normal; color: #666; font-size: 1.4rem
}
.cupboard .synopsis div.item p.intro {
  line-height: 150%; font-size: 1.4rem; color: #4A4C6C
}
.cupboard .outline {
  width: 1230px; margin-left: -15px
}
.cupboard .outline h1 {
  font-size: 1.8rem; line-height: 150%; padding-bottom: 20px; text-align: center
}
.cupboard .outline div.item {
  width: 340px; background: #fff; margin: 0px 15px 30px 15px; padding: 20px; float: left
}
.cupboard .outline div.item ul {
  padding: 10px 0px
}
.cupboard .outline div.item ul li {
  padding-left: 20px; background: url(icon/circle.1.svg) left center no-repeat; background-size: 6px 6px; font-size: 1.4rem; line-height: 200%
}
.cupboard .outline div.item p {
  margin: 0px; padding: 0px
}
.cupboard .outline div.item p.topic {
  padding-bottom: 10px; line-height: 150%; border-bottom: #eee 1px solid; font-size: 1.6rem; font-weight: bold
}
.cupboard .outline div.item p.tips {
  color: #999; line-height: 200%
}
.cupboard .outline div.item p.email {
  background: url(icon/email.1.svg) left center no-repeat; background-size: 20px; padding-left: 30px; line-height: 200%
}
.cupboard .outline div.item p.email a {
  color: #005f9b; text-decoration: underline
}
.cupboard .full.content h1 {
  font-size: 1.8rem; line-height: 150%; padding-bottom: 20px; text-align: center; border-bottom: #eee 1px solid
}
.cupboard .full.content div.text {
  background: #fff; padding: 20px; font-size: 1.4rem; line-height: 200%
}
.cupboard .full.content div.text p {
  margin: 0px; padding: 0px 0px 20px 0px
}
.cupboard .full.content div.text img {
  max-width: 100%
}
.cupboard .search {
  background: #fff; padding: 20px; font-size: 1.4rem
}
.cupboard .search .result {
  padding-bottom: 20px
}
.cupboard .search .result li {
  padding: 10px 0px; border-bottom: #ddd 1px dotted
}
.cupboard .search .result li a {
  display: block
}
.cupboard .search .result li a.url {
  color: #008000; font-size: 1.2rem; padding-top: 10px
}
.Advantage .aboutus {
  padding:30px 0; overflow:hidden;
}
.Advantage .aboutus .about_txt {
  width:800px; float:left;
}
.Advantage .aboutus .about_txt p {
  font-size:1.4rem; line-height:140%;
}
.Advantage .aboutus .about_img {
  width:360px; float:right;
}
.Advantage .aboutus .about_img img {
  border-radius:12px;
}
.Advantage .adv_wrap {
  padding:10px 0 10px; overflow:hidden; background: url(adv_bg.png) center 10px no-repeat;
}
.Advantage .adv_wrap .col-1 {
	animation-delay: 0s;
}
.Advantage .adv_wrap .col-2 {
	animation-delay: 0.2s;
}
.Advantage .adv_wrap .col-3 {
	animation-delay: 0.4s;
}
.Advantage .adv_wrap .col-4 {
	animation-delay: 0.6s;
}
.Advantage .adv_wrap .adv_item {
  width:25%; float:left; text-align:center;
}
.Advantage .adv_wrap .adv_item h3 {
  font-size:2.4rem;
}
.Advantage .adv_wrap .adv_item p {
  margin:5px 0; font-size:1.3rem;
}
.Advantage .adv_wrap .adv_item p.eng {
  color:#999;
}
.serv_item {
  overflow:hidden; padding: 35px 0;
}
.serv_item .serv_col {
  width:360px; float:left; text-align: center; transition: all .3s;
}
.serv_item .serv_col:hover {
  transition: all .3s;transform: translateY(-10px); box-shadow: 0px 0px 20px rgba(200,200,200,.5);
}
.serv_item .serv_col:nth-child(2) {
  width:360px; margin:0 60px;
}
.serv_item .serv_col .serv_txt {
 background:#fff; padding:10px 10px 20px; box-sizing:border-box; overflow: hidden; min-height: 130px;
}
.serv_item .serv_col .serv_txt2 {
 background:#fff; padding:10px 10px 20px; box-sizing:border-box; overflow: hidden;
}
.serv_item .serv_col .serv_txt h3 {
  text-align:center; margin:0 0 5px; font-size:1.6rem;
}
.serv_item .serv_col .serv_txt p {
  line-height:20px; margin: 0; font-size:1.4rem; color:#696969;
}
.helpCenter {
  padding-bottom:20px; overflow:hidden;
}
.helpCenter .help_item {
  width:360px; height:240px; float:left; box-sizing:border-box; padding:35px 30px 20px;
}
.helpCenter .help_item .tit {
  font-size:1.6rem; color:#4A4C6C; font-weight:bold;
}
.helpCenter .help_item i {
  width:30px; height:30px; display:inline-block; background:url(icon/ico-servCenter.png) no-repeat; vertical-align:middle; margin-right:5px;
}
.helpCenter .help_item i.ico-gb {
  background-position:0 0;
}
.helpCenter .help_item i.ico-add {
  background-position:0 -30px;
}
.helpCenter .help_item i.ico-job {
  background-position:0 -60px;
}
.helpCenter .gbook {
  background:#e9e9e9 url(icon/ico-gb.png) right top no-repeat;
}
.helpCenter .global_add { 
  width:400px; margin:0 40px; background:#FF6500 url(icon/ico-map.png) right top no-repeat; color:#fff;
}
.helpCenter .global_add .tit {
  color:#fff;
}
.helpCenter .job {
  background:#e9e9e9 url(icon/ico-job.png) left bottom no-repeat;
}
.helpCenter .help_item .btn {
  font-size:1.4rem; padding:10px 25px; background:#4A4D6E; color:#fff; display:block; text-align:center; width:150px; margin:65px auto 0;
}
.helpCenter .help_item .btn:hover {
  background:#ff6500; opacity:0.8; transition: all 0.3s ease-in-out; border-radius:99px;
}
.helpCenter .global_add .btn {
  background:#fff; color:#ff6500;
}
.helpCenter .global_add .btn:hover {
  background:#4A4D6E; color:#fff; opacity:1;
}
.pagi {
  line-height: 100%; text-align: center; clear:both;
}
.pagi a {
  display: inline-block; background: #fff; padding: 10px; font-size: 1.4rem; color: #666; border: #eee 1px solid; border-right: 0px; cursor: pointer; vertical-align: middle
}
.pagi a:last-child {
  border-right: #eee 1px solid
}
.pagi a.on {
  text-decoration: underline
}
.selector {
  width: 100%; padding-bottom: 20px; text-align: center
}
.selector ul {
  display: inline-block; font-size: 0px
}
.selector ul li {
  display: inline-block; background: #fff; border: #ddd 1px solid; border-right: 0px
}
.selector ul li:first-child {
  border-top-left-radius: 10px; border-bottom-left-radius: 10px
}
.selector ul li:last-child {
  border-right: #ddd 1px solid; border-top-right-radius: 10px; border-bottom-right-radius: 10px
}
.selector ul li a {
  display: inline-block; font-size: 1.4rem; padding: 10px 20px
}
.selector ul li.on {
  background: #005f9b; border-color: #005f9b
}
.selector ul li.on a {
  color: #fff
}
.home {
  width: 100%; position: relative; z-index: 100
}
.home .banner {
  width: 100%; position: relative; z-index: 100;
}
.home .banner2 {
  width: 1200px; position: relative; z-index: 100; left: 50%; margin-left:-600px;
}
.home .banner h2 {
  width: 600px; font-size: 4.6rem; color: #fff; text-align: center; margin-left: -300px; position: absolute; top: 180px; left: 50%; z-index: 200
}
.home .banner h3 {
  width: 720px; font-size: 4.0rem; font-weight: 700; color: #fff; text-align: center; margin-left: -360px; position: absolute; top: 260px; left: 50%; z-index: 200
}
.home .banner a.more {
  width: 196px; font-size: 1.8rem; color: #fff; text-align: center; line-height: 46px; border: #fff 2px solid; border-radius: 10px; margin-left: -100px; position: absolute; top: 360px; left: 50%; z-index: 200; transition: background .3s ease,color .3s ease
}
.home .banner a.more:hover {
  background: #fff; color: #ff6500
}
.home .banner2 h2 {
  width: 600px; font-size: 4.6rem; font-weight: 700; color: #fff;  position: absolute; top: 180px; z-index: 200
}
.home .banner2 h3 {
  width: 720px; font-size: 4.0rem; font-weight: normal; color: #fff; position: absolute; top: 300px; z-index: 200
}
.home_item {
  width: 100%; padding: 20px 0px; 
}
.service {
  background: #f5f5f5;
}
.home_item h2 {
  font-size: 1.6rem; line-height: 160%; font-weight: normal; color:#999; margin:0;
}
.home_item h3 {
  font-size: 2.0rem; line-height: 200%; font-weight: normal; color:#D86534; margin:0;
}
.newsupdate {
  background: url(news_bg.jpg) center top; background-size: cover; min-height:460px;
}
.newsupdate h2,.newsupdate h3 {
  color:#fff;
}
.newsupdate span {
  background:#fff;
}

/*Top back*/
.sidebar_r { 
position: fixed;right:100px;bottom: 80px;z-index: 999;
}
.sidebar_r li{
  display: block;width: 53px;height: 53px;
}
.sidebar_r li a.backTop{
  bottom: 30px;right: 15px;position: initial;
}
.sidebar_r li .sidebar-icon{
  display: block; margin: 0 auto; width: 53px; height: 53px; font-size: 30px; line-height: 50px; text-align: center; color: #999; background: #fff;
}
.sidebar_r .sidebar_txt{
  position: absolute;right: 53px;height: 53px;line-height: 50px;width: 0;text-align: right;background: url(icon/sidebar_bg.png) no-repeat;/* -webkit-transition: .2s ease width; *//* transition: .2s ease width; */
}
.sidebar_r li:hover .sidebar-icon{
  color: #fff; background: #ff6500;
}
.sidebar_r li:hover .sidebar_txt{
  display: block;padding-right: 9px;width: 140px;padding-top: 18px;
}
.sidebar_r li .icon-qq-right{
  background: url(icon/sidebar_kf.png) center 10px no-repeat #fff;
}
.sidebar_r li:hover .icon-qq-right{
  background: url(icon/sidebar_kf.png) center -43px no-repeat #ff6500;
}
.sidebar_r li .serv_qq{
  top: 0;background-position: -66px -210px;display: none;width: 138px!important;height: 132px;padding-left: 20px;padding-top: 0px !important;
}
.sidebar_r li .serv_qq .yw {
  font-size: 14px;font-weight:bold;height: 30px;line-height: 36px;
}
.sidebar_r li .serv_qq p {
  height: 24px;line-height: 24px;overflow: hidden;text-align: left; margin: 5px 0 5px -6px;
}
.sidebar_r li .serv_qq p i.ico-qq{
  background: url(icon/ico-qq.png) no-repeat;width:16px;height:16px;float:left;margin-top:5px;
}
.sidebar_r li .serv_qq p a:hover{
  color:#ff6500;
}
.sidebar_r li .serv_qq p img{
  vertical-align:middle;margin-top:-2px;
}
.sidebar_r li .phone-num{
  top:52px;background-position:0 -150px;text-align: center;color: #666;display: none;font-size:14px;
}
.sidebar_r li:hover .phone-num{
  width:205px;height:53px; padding-top:0;
}
.sidebar_r li .icon-phone-right{
  background: url(icon/sidebar_tel.png) center 10px no-repeat #fff;
}
.sidebar_r li:hover .icon-phone-right{
  background: url(icon/sidebar_tel.png) center -43px no-repeat #ff6500;
}
.sidebar_r li .icon-top{
  background: url(icon/sidebar_top.png) center 12px no-repeat #fff;
}
.sidebar_r li:hover .icon-top{
  background: url(icon/sidebar_top.png) center -42px no-repeat #ff6500;
}
.sidebar_r li .back-to-top{
  top: 105px; background-position: -40px -390px;display: none;
}
.sidebar_r li:hover .back-to-top, .sidebar_r li:hover .qq-contact{
  width: 165px;
}
.sidebar_r li:hover .back-to-top{
  height: 53px;padding-top: 0px;
}
/*内页-关于我们*/
.inner_banner {
  height:320px;
}
.inner_banner p {
  font-size:4.2rem; color:#fff; text-align:center; margin:10px 0;
}
.inner_banner.about {
  background:url(img/about_bg.jpg) center top no-repeat;
}
.inner_banner.service {
  background:url(img/service_bg.jpg) center top no-repeat;
}
.inner_banner.News {
  background:url(img/news_bg.jpg) center top no-repeat;
}
.inner_banner.contact {
  background:url(img/contact_bg.jpg) center top no-repeat;
}
.inner_banner.case {
  background:url(img/case_bg.jpg) center top no-repeat;
}
.inner_banner.career {
  background:#ff6500 url(img/career_bg.jpg) center top no-repeat;
}
.inner_banner.gbook {
  background:#ff6500 url(img/gbook_bg.jpg) center top no-repeat; height:240px;
}
.inner_banner .cupboard {
  padding-top:75px;
}
.about p {
  text-shadow:0 0 6px rgba(94,52,126,0.5);
}
.inner_banner p .ico-down {
  width:46px; height:46px; background:url(icon/ico_down_arrow.png) center no-repeat; display: block; margin: 10px auto 0;
}
.culture {
  background:#f8f8f8;
}
/*内页-产品服务*/
.service_item .item_header h3 {
  font-size:3.2rem;
}
.item_content {
  padding:20px 0 0; overflow:hidden;
}
.item_content .col4 {
  width:25%; float:left; padding:0 10px 0; box-sizing:border-box; position:relative;
}
.item_content .col4 img {
  width:100%; max-width:100%;
}
.item_content .col4 p {
  width:280px; height:30px; line-height:30px; background:#ff6500; opacity:0.9; position:absolute; bottom:-40px; color:#fff; text-align:center; margin:0; padding:0;
}
.item_content .col4:hover img {
  border-radius:16px; transition: all 0.8s; opacity:0.6;
}
.item_content .col4:hover p {
  bottom:0; left:10px; transition:bottom 1s; height:100px; line-height:100px; font-size:2.0rem; color:#fff; border-radius:0 0 16px 16px;
}
.item_content .col2 {
  float:left; background:#294352; padding:20px 30px; box-sizing:border-box; min-height:200px; margin-bottom:20px; color:#fff; position:relative; transition: all 0.3s ease-in-out; 
}
.item_content .col2:hover {
  background:#ff6500;
}
.item_content .col2:nth-child(odd) {
  width:49%; margin-right:1%;
}
.item_content .col2:nth-child(even) {
  width:49%; margin-left:1%; text-align:right;
}
.item_content .col2 h3 {
  color:#fff;
}
.item_content .col2 p {
  width:360px; opacity:0.7;
}
.item_content .col2:nth-child(even) p {
  float:right;
}
.item_content .col2 .ico {
  width:120px; height:120px; display:block; position:absolute; top:40px; background:url(icon/ico-service.png) no-repeat; opacity:0.3;
}
.item_content .col2:nth-child(odd) .ico {
  right:40px;
}
.item_content .col2:nth-child(even) .ico {
  left:40px;
}
.item_content .col2 .ico-2 {
 background-position:0 -120px;
}
.item_content .col2 .ico-3 {
 background-position:0 -240px;
}
.item_content .col2 .ico-4 {
 background-position:0 -360px;
}
.item_content .col2:hover .ico {
  transform: scale(0.9); transition: all 0.8s;
}
.ow_content {
  padding:10px 0 30px;
}
.item_content .col3 {
  width:360px; float:left; background:#f8f8f8; padding:25px 30px; box-sizing:border-box; min-height:335px; transition: all 0.3s ease-in-out; 
}
.item_content .col3 img {
  margin-bottom:15px;
}
.item_content .col3:nth-child(2) {
  width:360px; margin:0 60px;
}
.item_content .col3:hover {
  background:#666; color:#fff; transition: all .3s;transform: translateY(-10px);
}
/*内页-新闻*/
.News p {
  color:#fff;
}
.News p.eng {
  font-size:6.4rem;
}
.cupboard .news_list {
  padding-bottom: 20px
}
.cupboard .news_list li {
  padding: 20px 0px; line-height: 150%; border-bottom: #ddd 1px dotted; position: relative; z-index: 100
}
.cupboard .news_list li p {
  color: #696969;
}
.cupboard .news_list li p.tit {
  font-size:1.6rem; color:#ff6500;
}
/*内页-联系我们*/
.contact p.banner_txt, .gbook p.banner_txt, .career p.banner_txt {
  font-size:6.4rem;
}
.contact_info .txt {
  font-size:1.6rem; padding:20px 0 0; line-height:200%;
}
.contact_info .cupboard {
  background:url(img/map_bg.png) top right no-repeat;
}
.map_content {
  height:360px; background:url(img/img-map.jpg) no-repeat; margin: 20px 0; position:relative; overflow:hidden; transition:all 0.8s;
}
.map_content .map_label {
  width:180px; height:54px; position:absolute; bottom:-64px; background:url(img/map_label.png) no-repeat; z-index:99;
}
.map_content .map_dot {
  width:16px; height:19px; position:absolute; top:-24px; background:url(img/map_dot.png) no-repeat; z-index:99;
}
.map_content:hover {
  transform:translateY(5px); box-shadow:0px 0px 10px rgba(200,200,200,.8)
}
.map_content:hover .map_label {
  bottom:236px; left:508px; transition:bottom 1.2s;
}
.map_content:hover .map_dot {
  top:120px; left:590px; transition:top 0.6s;
}
/*内页-留言*/
.gb_content {
  border:1px #dfdfdf solid; padding:20px 35px; background:url(img/gbform_bg.jpg) top 90px right no-repeat;
}
.gb_content h1 {
  margin:0 0 10px; border-bottom:1px #dfdfdf dotted; padding:5px 0 15px; font-size:3.2rem;
}
.gb_content .text p {
  line-height:180%; color:#969696;
}
.gb_content .tinyform ul {
  overflow:hidden;
}
.gb_content .tinyform li {
  padding: 10px 0px; box-sizing:border-box;
}
.gb_content .tinyform li button {
  width:200px; color:#fff; font-size:1.4rem;
}
.gb_content .tinyform textarea.t1 {
  width:460px;
}
.gb_content .tinyform li input.i2 {
  width:460px; padding: 10px; border: #d1d1d1 1px solid; box-shadow: inset 0px 1px 2px rgb(0 0 0 / 8%); transition: border-color .3s ease, box-shadow .3s ease;
}
/*内页-工作机会*/
.career p.banner_txt {
  animation-delay:0.2s;
}
.job_item { 
  padding:30px 0; overflow:hidden;
}
.job_item .job_name {
  width:320px; float:left; background:url(img/jobname_bg.jpg) left top no-repeat; padding-top:110px; 
}
.job_item .job_name p {
   padding:5px 0;
}
.job_item .job_name p span {
  font-size:1.4rem; margin-right:10px; color:#969696;
}
.job_item .job_name .topic {
  font-size:1.6rem; color:#4A4C6C;
}
.job_item .job_name .xinzi {
  font-size:1.6rem; color:#ff6500;	
}
.job_item .job_intro {
  margin-left:360px;
}
.job_item .job_intro li {
  line-height:200%;
}
.job_item .job_intro p.tips { 
  color:#999; border-top:1px #cfcfcf dotted; padding-top:10px;
}
.job_item .job_intro p.email {
  margin-top:5px;
}
.job_item .job_intro p a {
  padding:10px 45px; background:#ff6500; color:#fff; display: inline-block; border-radius:99px;
}
.job_item .job_intro p a:hover {
  text-decoration:none; background:#369; transition: all .3s; box-shadow:0 1px 6px rgba(74,76,108,0.6);
}
/*内页-客户案例*/
.case .cupboard p {
  text-shadow:0 0 6px rgba(50,80,130,0.6);
}
.case .cupboard p.banner_txt {
  font-size:5.6rem;
}
.case_item { 
  padding:30px 0; overflow:hidden;
}
.case_list {
  width:277.5px; margin:0 30px 20px 0; float:left; overflow:hidden; box-sizing:border-box; min-height: 160px; max-height: 274px; position:relative;
}
.case_list:nth-child(4n+4) {
  margin-right:0;
}
.case_list p.label {
  position:absolute; left:0; top:0; background:#9AC7DC; color:#fff; border-radius:0 0 6px 0; z-index:99; padding:3px 10px;
}
.case_list p.photo {
  width:100%; text-align:center;
}
.case_list p.photo img {
 margin: 20px 0 0; transition:all 0.5s;
}
.case_list p.topic {
  font-size:1.4rem; text-align:center; padding: 10px 0; background: #f8f8f8; font-weight:700; transition:all 0.5s;
}
.case_list p.intro {
  color:#999;
}
.case_list:hover p.photo img {
  transform:scale(1.1);
}
.case_list:hover p.topic {
  background:#ff6500; color:#fff;
}

/*手机响应式*/
@media screen and (min-width: 1200px) {
.slider-wrap {
  height: 640px;
}
}
@media screen and (min-width:768px) and (max-width:992px) {
.slider-wrap {
  height: 360px;
}
}
@media screen and (max-width:768px) {
.slider-wrap {
  max-height: 300px;
}
}
@media screen and (max-width: 800px) {
  html {
    font-size: 20px
  }
  body {
    min-width: 640px
  }
  .wrap {
    width: 100%; margin: 0 auto;
  }
  .header {
    width: 100%; min-width: 640px;
  }
  .header div.logo {
    margin-left: -300px
  }
  .header div.logo a {
    font-size: 1.8rem
  }
  .header div.menu {
    width: 640px; background: rgba(0, 95, 155, .9); position: absolute; top: 0px; z-index: 90; transition: top .3s ease
  }
  .header div.menu ul {
    position: relative
  }
  .header div.menu ul li {
    float: none; max-height: 0px; overflow: hidden; text-align: center; transition: max-height .3s ease
  }
  .header div.menu ul li a {
    display: block; font-weight: normal; color: #fff
  }
  .header div.menu ul li.on {
    background: rgba(0, 95, 155, 1)
  }
  .header div.menu ul li.on a {
    color: #fff
  }
  .header div.menu.on {
    top: 80px
  }
  .header div.menu.on ul li {
    max-height: 100px
  }
  .header span.menu {
    display: block; width: 50px; height: 40px; position: absolute; top: 20px; right: 20px; z-index: 110
  }
  .header span.menu em {
    display: block; width: 50px; height: 4px; background: #005f9b; border-radius: 2px; position: absolute; top: 0px; left: 0px; z-index: 100; transition: top .3s ease,transform .3s ease,opacity .3s ease
  }
  .header span.menu em.e1 {
    top: 4px
  }
  .header span.menu em.e2 {
    top: 18px
  }
  .header span.menu em.e3 {
    top: 32px
  }
  .header span.menu.on em.e1 {
    top: 18px; transform: rotate(45deg)
  }
  .header span.menu.on em.e2 {
    opacity: 0
  }
  .header span.menu.on em.e3 {
    top: 18px; transform: rotate(-45deg)
  }
  .inner_container {
    width: 100%; min-width: 640px;
  }
  .mbx p {
    padding-left: 10px;
  }
  .Advantage .aboutus .about_txt {
    width: 100%;
  }
  .Advantage .adv_wrap {
    background: none;
  }
  .footer .footwrap {
	height:auto; background:#4A4C6C;
  }
  .footer .copyright,.footer .footwrap .col {
	width:100%; 
  }
  .footer .footwrap .col-1 {
   display:none;
  }
  .footer .footwrap .col-2 {
	margin:0; border-right:0;
  }
  .footer .footwrap .col p {
	font-size:1.2rem; margin:8px 0;
  }
  .footer .copyright .crtxt { 
  padding: 15px 10px;
  }
  .footer .footwrap .cupboard {
	padding:20px 15px; box-sizing:border-box;
  }
  .footer .copyright .crtxt span {
  margin-left:20px;
  }
  .cupboard {
    width: 100%; padding:0 15px; box-sizing:border-box;
  }
  .cupboard .main {
    width: auto; float: none
  }
  .cupboard .main .list li span.time {
    display: block; position: relative; top: auto; right: auto
  }
  .cupboard .side {
    width: 100%; margin-bottom: 20px; float: none
  }
  .cupboard .side dl.option dd {
    background-size: 16px 16px; padding-left: 25px; width: 274px; float: left
  }
  .cupboard .links {
    width: 600px; margin: auto
  }
  .cupboard .links div.item {
    width: 50%; margin: 0px 0px 20px 0px
  }
  .cupboard .links div.item a img {
    max-width: 280px; max-height: 160px
  }
  .cupboard .pictures {
    width: 600px; margin: auto
  }
  .cupboard .pictures div.item {
    width: 100%; margin: 0px 0px 20px 0px; float: none
  }
  .cupboard .synopsis div.item {
    width: 560px; margin: auto; margin-bottom: 20px; padding: 20px; float: none; height: auto; overflow: visible
  }
  .cupboard .synopsis div.item p.photo {
    width: 250px; height: 250px
  }
  .cupboard .outline {
    width: 600px; margin: auto
  }
  .cupboard .outline div.item {
    width: auto; background: #fff; margin: 0px 0px 30px 0px; padding: 20px; float: none
  }
  .slider-list .item-lk img {
    width: 100%;
    min-height: 330px;
  }
  .home .banner h2 {
    font-size: 2.6rem;
    top: 100px;
  }
  .home .banner h3 {
    font-size: 2.0rem;
    top: 140px;
  }
  .home .banner a.more {
    font-size: 1.2rem
  }
  .home .banner h2 {
    font-size: 2.6rem;
    top: 100px;
  }
  .home .banner2 h2 {
    font-size: 2.4rem;
    top: 140px;
  }
  .Advantage .aboutus .about_img {
    width: 100%;
    text-align: center;
  }
  .serv_item .serv_col, .serv_item .serv_col:nth-child(2) {
    width: 100%; margin: 0 0 15px 0;
  }
  .serv_item .serv_col .serv_img {
  background: #fff; padding-top: 15px;
  }
  .helpCenter .help_item {
  width: 100%; margin: 0 0 10px 0;
  }
  .sidebar_r {
    right: 5%;
  }
  .cupboard .links div.link_item {
    width: 14%; float: left; margin: 0 1%;
  }
  .cupboard .links div.link_item a img {
    width: 100%;
  }
  .inner_banner .cupboard {
    padding-top: 60px;
  }
  .about p {
    font-size: 3.4rem;
  }
  .item_content .col2 {
    min-height: 220px;
  }
  .item_content .col2 p {
    width: 100%;
  }
  .service_item .item img {
    width: 100%;
  }
  .item_content .col3,.item_content .col3:nth-child(2) {
    width: 100%; margin: 0 0 15px 0; min-height: auto;
  }
  .case_list {
    width: 50%; margin: 0 0 15px 0;
  }
  .job_item .job_name {
    width: 240px;
    background-size: 100%;
    padding-top: 86px;
  }
  .job_item .job_intro {
    margin-left: 260px;
  }
}