﻿
html{ font-size:62.5%;}

body{ padding:0px; margin:0px auto; font-size:1.2em; line-height: 23px; font-family: Microsoft YaHei,arial,'宋体'; color:#585858;

/*禁用Webkit内核浏览器的文字大小调整功能*/

-webkit-text-size-adjust:none;



/*取出点击出现半透明的灰色背景*/

-webkit-tap-highlight-color:rgba(0,0,0,0); 

-webkit-tap-highlight:rgba(0,0,0,0);



/*控制内容的可选择性*/

-webkit-user-select: none;  

-ms-user-select: none;

-moz-user-select: none;

-khtml-user-select: none;

user-select: none;



/*设置字体的抗锯齿或者说光滑度*/

-webkit-font-smoothing: antialiased;  

}

ul,li,form, dl,dt,dd, div{ padding:0px; margin:0px;}

.ul,.ul li{ list-style: none; margin: 0; }

.h1,.h2,.h3,.h4,.h5,.h6,.p{ padding:0px; margin:0px;}

select,input,textarea{ font-size:1em; font-style:normal; color:#585858; font-family:Microsoft YaHei; border-radius:0; -webkit-border-radius:0; outline:none; -moz-outline:none;}

img,object{ max-width:100%; border:none; border:0; overflow:hidden; vertical-align:top;}

a{ color:#585858; text-decoration:none; noline:-webkit-tap-highlight-color:rgba(0,0,0,0);}  /* 去掉链接触摸高亮 */

a:hover{ text-decoration:none}

a:focus {outline:none; -moz-outline:none;}

.hide{ display:none;} /*设置影藏属性*/




/*手动设置间距*/

.space{ width:100%; height:1em; clear:both; overflow:hidden; zoom:0;}



/*清楚浮动*/

.clear{ clear:both; height:0px; overflow:hidden; zoom:0;}


/*页面框架内容*/

.Contain{ width:100%; margin:0 auto;}

.singlepage{ text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; clear:both; overflow:hidden;}



/*top & bottom*/

.header{ position: fixed; left: 0; top: 0; z-index: 50; width: 100%;}

.header .a-back{ display: none; width: 12%; float: left;}

.logo{ width: 80%; display: block;}

.home .logo { float: left;}

.nav-btn,.btn-close{ width: 12.18%; float: right; cursor: pointer;}


.logo-white,

.nav-btn-white,

.btn-close{ display: none;}



.header-fixed{ background: rgba(255,255,255,1);}

/*.header-fixed .logo-black,

.header-fixed .nav-btn-black{ display: none;}



.header-fixed .logo-white,

.header-fixed .nav-btn-white{ display: block;}*/



/* 2016-09-28 修改

.mainnav{ background: #fff; overflow-y: scroll; height: 0;}

.mainnav li{ position: relative;}

.mainnav li > a{ display: block; background: #F3F2F0;}

.mainnav li > a span{ display: block; background: url(../images/home_ti_bg.png) no-repeat top center; background-size:contain;  width: 50%; margin: 0 auto; text-align: center; font-size: 1.33em; height: 40px; line-height: 40px;}

.mainnav li.on > a{ background: #FF6000;}

.mainnav li.on > a span{ background: url(../images/nav_on_bg.png) no-repeat top center; background-size:contain; color: #fff;}

.mainnav li dl{ overflow: hidden; padding-bottom: 5%;}

.mainnav li dl dd{ width: 21.33%; float: left; text-align: center; padding: 5% 6% 0;}

.mainnav li dl dd a{ display: block;}

.mainnav li dl dd span{ display: block; line-height: 18px; padding: 8px 0;}

*/

.mainnav{ width: 34%; position: fixed; z-index: 20; right: -100%;}

.nav-open{ transition: all 1s; right: 0; opacity: 1;

-webkit-animation: nav 1s;

   -moz-animation: nav 1s;

        animation: nav 1s;

}

.mainnav li{ border-bottom: 1px solid #444443;}

.mainnav li:last-child{ border-bottom: 0 none;}

.mainnav li a{ display: block; background: #2F3030; text-align: center; color: #9C9893; padding: 10px 0; font-size: 16px;}

.mainnav li.on{ border-bottom: 0 none;}

.mainnav li.on a{ background: #FF6000; color: #fff; font-size:16px; font-weight: bold;}

.nav-bg{ background: rgba(0,0,0,0.6); position: fixed; left: 0%; top: 0; width: 100%; height: 100%; z-index: 5; display: none;}



@-webkit-keyframes nav{

	0%{ transform: rotateX(-34%); opacity: 0; }

	100%{ transform: rotateX(0); opacity: 1;}

}

@-moz-keyframes nav{

	0%{ transform: rotateX(-34%); opacity: 0; }

	100%{ transform: rotateX(0); opacity: 1;}

}

@keyframes nav{

	0%{ transform: rotateX(-34%); opacity: 0; }

	100%{ transform: rotateX(0); opacity: 1;}

}



@media screen and (min-width:480px ) {

	.footer a{ font-size: 1.14em; line-height: 35px;}

	

	.mainnav li a{ padding: 15px 0;}

}

@media screen and (min-width:540px){

	.mainnav li a{ padding: 20px 0;}

}

@media screen and (min-width:640px ) {

	.footer a{ font-size: 1.02em; line-height: 46px; max-height: 80px;}

	

	.mainnav li a{ padding: 25px 0;}

}

/*top & bottom*/





/*二级菜单*/

.menubox{ background: #F2F1EF; padding: 3% 0;}

.menubox ul{ margin: 0 auto; line-height: 32px; overflow: hidden; border: 1px solid #FF8D00; border-radius: 16px;}

.menubox li{ float: left;}

.menubox li a{ display: block; text-align: center; background: #fff;}

.menubox li:first-child a{ border-top-left-radius: 16px; border-bottom-left-radius: 16px;}

.menubox li:last-child a{ border-top-right-radius: 16px; border-bottom-right-radius: 16px;}

.menubox li.onmenu a{ background: #FF8D00; color: #fff;}



.menu-design ul{ width: 44%;}

.menu-design li{ width: 50%;}



.menu-advantage ul{ width: 98%;}

.menu-advantage li{ width: 20%;}



.menu-technology ul{ width: 98%;}

.menu-technology li{ width: 20%;}



.menu-anout ul{ width: 80%;}

.menu-anout li{ width: 25%;}



.menu-case ul{ width: 90%;}

.menu-case li{ width: 25%;}

.menu-case li{ float: left; width: 26%;}

.menu-case li:last-child{ width: 22%;}

.menu-case li a{ display: block; position: relative; padding-right: 10px; text-align: center; background: #fff;}

.menu-case li em{ position: absolute; right: 5px; top: 15px; width: 0; height: 0; line-height: 0; font-size: 0; border-style: solid dashed dashed dashed; border-width: 4px; border-color: #ACA8A3 transparent transparent transparent;}

.menu-case li.onmenu em{ border-color: #fff transparent transparent transparent;}

.menu-case li:last-child a{ background: url(../images/ico_3.png) no-repeat 15% center #fff; padding-left: 35%; background-size: 25%; cursor: pointer;}



@media screen and (min-width: 480px) {

	menu-case li:last-child span{ background-size:20%;}

}

@media  screen and (min-width: 540px) {

	.menubox ul{ border-width: 2px;}

	

	.menu-case ul{ line-height: 50px; border-radius: 25px;}

	.menu-case li span{ font-size: 1.27em;}

	.menu-case li em{ border-width: 6px; top: 24px;}

}

/*二级菜单*/


/*-- /banner --*/
.baner-info{
   position: absolute;
    padding-top:13em;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    top: 0;
}
.baner-info h3 {
       text-align: center;
    font-size: 3.5em;
    color: #fff;
    font-weight: 600;
    letter-spacing: 4px;
    font-family: 'Ubuntu Condensed', sans-serif;
}
.baner-info h3 span {
	color:#fbcd13;
}
.baner-info h4{
    text-align: center;
    font-size: 1em;
       margin: 2em 0 2em 0;
    font-weight:500;
    letter-spacing: 10px;
    color: #ffcc33;
    padding: 15px 0;
}
.w3-banner-head-info {
    position: relative;
}
.w3-border-banner {
    width: 316px;
    height: 316px;
    border-radius: 50%;
    margin: 13em auto 0;
    background: rgba(90, 84, 84, 0.65);
    
}
.baner-info p {
	font-size: 1em;
    font-weight: 300;
    letter-spacing:2px;
    color: #fff;
    margin: 0 auto;
}
span.simply-word {
    font-size:18px;
    font-weight: 500;
    margin-left: 5px;
    text-transform: uppercase;
    color: #02a388;
}
.baner-info span img {
    margin: 1em auto 0;
    text-align: center;
}
.baner-w3l-agile-grids-bottom {
       margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 12%;
    bottom: -62%;
    width: 80%;
}
.w3l-b-grid{
	float:left;
	width:32%;
}
.w3l-b-one{
      background:url(../images/b1.jpg) no-repeat 0px 0px;
    min-height:100px;
    background-size: cover;
    text-align: center;
	    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
	}
	.w3l-b-grid .w3l-b-one:hover{
		  min-height:200px;
	}
	
 .hero-txt {
  color: #fff;
  text-align: left;
  padding-left:6%;
  padding-right:6%;
}
.hero-txt .hero-title {
  font-family: "simhei";
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 85px;
  font-weight: 400;
  letter-spacing: 2px;
  word-spacing: 4px;
}
.hero-txt .hero-work {
  font-family: "simhei";
  font-size:18px;
  margin-bottom: 0;
}
.hero-txt .hero-work:after {
  content: "";
  display: block;
  width: 200px;
  height: 4px;
  margin: 20px auto 0;
  background-color: transparent;
}

.hero-txt a.btn {

  text-transform: uppercase;

}

.hero-txt a.btn.left-btn {

  margin-right: 20px !important;

}

.hero-txt .hero-sub-title {

  font-family: "Oswald";

  font-size: 30px;

  letter-spacing: 5px;

  font-weight: 300;

  margin-bottom: 70px;

}

.hero-txt .hero-img {

  margin-top: 80px;

}

.Sear3{width:670px; height:60px; line-height:60px; float:left; background:#fffffc;}
.Sear4{width:110px; height:60px;line-height:60px; float:left; background:#ffcf71; margin:0px 0px 0px 2px;}
.SearTex2{width:650px; padding-left:10px; height:60px; line-height:60px; border:0px; float:left; color:#3c3b3b; font-size:16px; font-family:microsoft yahei,Verdana; background-image:url(../Images/sumit_icon.png); background-position:right; background-repeat:no-repeat;}
.Searbtn2{width:110px; background:url(../images/search_upbtn.png) no-repeat; height:60px; line-height:60px; font-size:20px; color:#232323; cursor:pointer; border:0px;float:left;}
input{ outline:none;}

	
/*-- //banner --*/




/*-- about --*/
#gtco-about{
  padding: 0em 0;
  clear: both;
}

#gtco-about .img-shadow {
  position: relative;
  width: 100%;
  float: left;
  margin-top:1%;
}

#gtco-about .img-shadow img {
  position: relative;
  margin:0 auto;
}
h1{ 
 font-size:44px; 
 color:#333232;
 font-weight:normal;
 letter-spacing:2px;
 line-height:130px;
 }
 

 
#gtco-about .heading {
  position: relative;
}
#gtco-about .heading .subtle-text {
  position: absolute;
  padding-top: 2%;
  left: 3%;
  text-transform: uppercase;
  font-size: 13vw;
  color: #F8F8F8;
  font-weight: 600;
  text-align:right;
  letter-spacing:12px;
  z-index: -1;
}

#gtco-practice-areas .heading {
  position: relative;
}
#gtco-practice-areas .heading .subtle-text {
  position: absolute;
  bottom: -1.6em;
  left: 0;
  text-transform: uppercase;
  font-size: 208px;
  color: #F8F8F8;
  font-weight: 900;
  z-index: -1;
  line-height: 1;
}
#gtco-practice-areas .heading .subtle-text span {
  display: block;
}
#gtco-practice-areas .gtco-practice-area-item {
  margin-bottom: 30px;
}
#gtco-practice-areas .gtco-practice-area-item .gtco-icon,
#gtco-practice-areas .gtco-practice-area-item .gtco-copy {
  display: table-cell;
  vertical-align: top;
}
#gtco-practice-areas .gtco-practice-area-item .gtco-icon {
  width: 100px;
}

.js .animate-box {
  opacity: 0;
}

/*-- about --*/
/*--services--*/
#about_container{ width:100%; height:100%; overflow:hidden; margin:0 auto;}
#about_container .about_blackboroad{width:100%;padding-bottom:40%;position:relative;}
.about_blackboroad .about_blackboroad_container{width:100%;height:100%;position:absolute;top:0;left:0;background:#fff url(../images/about_1_bg.jpg) no-repeat 53% center;overflow:hidden;}
.about_blackboroad_container .silder_box{width:40%;position:absolute;top:0;left:0;background:#000;height:100%;
	-webkit-transform:translateX(-100%);
	-moz-transform:translateX(-100%);
	-ms-transform:translateX(-100%);
	-o-transform:translateX(-100%);
	transform:translateX(-100%);
	-webkit-transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.about_blackboroad_container .silder_box img{position:absolute;width:100%;height:auto;top:0;left:0;}
.silder_box_hover{
	-webkit-transform:translateX(0) !important;
	-moz-transform:translateX(0) !important;
	-ms-transform:translateX(0) !important;
	-o-transform:translateX(0) !important;
	transform:translateX(0) !important;
}
#fluid_container{width:100%; margin:0px auto;}
#fluid_container .fluid_square{position:relative;height:0; float:left; z-index:0;}
#fluid_container .fluid_grid{float:left;box-sizing:border-box;}
#fluid_container .fluid_grid1x1{width:20%;}
#fluid_container .fluid_grid2x1{width:30%;}
#fluid_container .fluid_grid2x2{width:50%;}
#fluid_container .fluid_grid3x1{width:40%; float:right;}
#fluid_container .fluid_grid3x2{width:50%; float:left;}
#fluid_container .fluid_grid5x1{width:25%;}
#fluid_container .fluid_grid5x2{width:25%;}
.fluid_grid1x1 .fluid_square{width:100%;padding-bottom:119.25%;}
.fluid_grid2x1 .fluid_square{width:100%;padding-bottom:79.5%;}
.fluid_grid2x2 .fluid_square{width:100%;padding-bottom:95%;}
.fluid_grid3x2 .fluid_square{width:100%;padding-bottom:95%;}
.fluid_grid5x1 .fluid_square{width:100%;padding-bottom:190%;}
.fluid_grid5x2 .fluid_square{width:100%;padding-bottom:190%;}
.fluid_grid6x2 .fluid_square{width:100%;padding-bottom:50%;}
.fluid_square .fluid_square_box{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	overflow:hidden;
	background:#f4f4f2;
}
.fluid_square_box .ability_big_box{padding:8% 0 0 15%;color:#fff;line-height:1.7em;font-size:14px;}
.fluid_square_box .ability_img_box img{width:100%;height:auto;}
.fluid_square_box .ability_big_box strong.title{font-size:36px;}
.fluid_square_box .history_content_box{padding:24% 19% 0 19%;font-size:14px;letter-spacing:1px;line-height:1.7em;color:#313131;}
.fluid_square_box .leadership_content_box{padding-top:17%;}
.fluid_square_box .leadership_block_ul_box{padding:17% 0 0 19%;line-height:100%;}
.fluid_square_box .leadership_block_ul_box ul li{margin-top:30px;}
.leadership_block_ul_box .second_ul{margin-left:15.5%;}
.touch_marvel{overflow:hidden;}
.touch_marvel:hover .resize_img{display:block;
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-ms-transform:scale(1.05);
	-o-transform:scale(1.05);
	transform:scale(1.05);
}
.touch_marvel_5{overflow:hidden;}
.touch_marvel_5:hover .resize_img{display:block;
	-webkit-transform:scale(1.04);
	-moz-transform:scale(1.04);
	-ms-transform:scale(1.04);
	-o-transform:scale(1.04);
	transform:scale(1.04);
}
.fluid_square_box .resize_img{width:100%;height:auto;display:block;
	-webkit-transition: all 0.3s cubic-bezier(0.6, 0.46, 0.45, 0.94);
	-moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animation_time{
	-webkit-transition: all 0.3s cubic-bezier(0.6, 0.46, 0.45, 0.94);
	-moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.proportion_square .resize_img{width:100%;height:auto;position:absolute;top:0;left:0;display:block;
	-webkit-transition: all 0.3s cubic-bezier(0.6, 0.46, 0.45, 0.94);
	-moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}


.scrollLoading_y_100{

-webkit-transform:translateY(100%);

-moz-transform:translateY(100%);

-ms-transform:translateY(100%);

-o-transform:translateY(100%);

transform:translateY(100%);

}

.fluid_square_box .direction_cover{width:100%;height:100%;position:absolute;background:#e9eaea;display:none;

/*

	-webkit-transition: all 0.3s cubic-bezier(0.6, 0.46, 0.45, 0.94);

	-moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);

	-ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);

	-o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);

	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);

*/

}

.fluid_square_box .icon_hansn_start{position:absolute;top:38%;left:18%;z-index:10;}

.fluid_square_box .icon_hansn_honnor{top:40%;left:21%;}

.fluid_square_box .icon_hansn_love{top:40%;left:50%;margin-left:-76px;}

.about_detail{position:relative; display:inline-block; font-size:12px; color:#333232; text-align:justify; padding:18% 2% 0% 8%; z-index:10;}

.about_detail .text{position:relative;display:inline-block; font-size:12px; color:#4e4e4e; text-align:justify; z-index:10;}

.about_detail span{ font-size:13px; line-height:140%; color:#333232;}

.about_more{position: absolute; float:left; font-size:12px; color:#fbb963; padding:5px 10px; display:inline-block;left:9%; top:72%; border:1px #fbb963 solid;z-index:10;}

.about_more:hover{ background:#fbb963; color:#FFFFFF;}

.about_mor{position: absolute; float:left; font-size:12px; color:#fbb963; padding:5px 10px; display:inline-block;left:50%; top:72%; border:1px #fbb963 solid;z-index:10;}

.about_mor:hover{ background:#fbb963; color:#FFFFFF;}

.about_mo{position: absolute; float:left; font-size:12px; color:#ffffff; padding:5px 30px; display:inline-block;left:20%; top:75%; background:#ffcf71;z-index:10;}

.about_mo:hover{ background:#fbb963; color:#FFFFFF;}

.button_with_underline:before,.button_with_underline:after{position:absolute;top:100%;left:0;width:100%;height:2px;background:#827340;content:'';

-webkit-transition: -webkit-transform 0.3s;

-moz-transition: -moz-transform 0.3s;

transition: transform 0.3s;

-webkit-transform: scale(0.85);

-moz-transform: scale(0.85);

transform: scale(0.85);

}

.button_with_underline:before,.button_with_underline:after{opacity: 0;

-webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;

-moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s;

transition: top 0.3s, opacity 0.3s, transform 0.3s;

}

.begToTouchMe:hover .button_with_underline::before,

.begToTouchMe:hover .button_with_underline::after,

.begToTouchMe:focus .button_with_underline::before,

.begToTouchMe:focus .button_with_underline::after{

	-webkit-transform: scale(1);

	-moz-transform: scale(1);

	transform: scale(1);

}

.begToTouchMe:hover .button_with_underline::after,

.begToTouchMe:focus .button_with_underline::after,

.begToTouchMe:hover .button_with_underline::before,

.begToTouchMe:focus .button_with_underline::before {

	top: 0%;

	opacity: 1;

}

/*--services--*/
/*-- town --*/
.w3-town {
    padding: 4em 0;
}
.w3-town {
	background:url(../images/index_14.jpg) no-repeat;
	background-size:100% 100%;
	background-position:center;
}
.town-content {
    width: 100%;
    margin: 0 auto;
    text-align: center;
	color:#FFFFFF;
	font-size:30px;
	line-height:30px;
    padding: 0px 0 0;
}
.town-content span{ font-size:18px; font-weight:500;}

/*--town--*/

/*-- testimonials --*/
.web_box{ margin:10% 0 10% 0;}
.pad_phone_show{display:block}
.sub-page-slide{position:absolute;left:0;top:0;float:left;padding:0% 0}


.wb_box{width:90%;position:relative;height: auto; margin:0px 5%;}
.sub-page-slide{width:100%;position:absolute;left:0;top:0;float:left;padding:5% 0;margin-left:0;}
.wb_left{width:100%;float:left;position:relative;z-index: 1;padding:0 4%;margin-left:0}
.wb_left .img1,
.wb_left .img2{width:100%;height:100%;display:none}
.sub-page-slide1 {background:#f6a30a}
.sub-page-slide2 {background:#d3d508}
.sub-page-slide3 {background:#0082b3}

.sub-page-slide1 .wb_tit{color:#ffffff;}
.sub-page-slide1 .wb_line .wbl_xian{background:#ffffff;}
.sub-page-slide1 .wb_line .wbl_yuan{background:#ffffff;}
.sub-page-slide1 .wbi_list{border:1px solid #64bcdd;font-size: 14px;line-height: 24px;}
.sub-page-slide1 .wbi_list a{color:#64bcdd;}
.sub-page-slide1 .wbi_list:hover{background:#64bcdd;}

.sub-page-slide2 .wb_tit{color:#ffffff;text-transform: uppercase;}
.sub-page-slide2 .wb_line .wbl_xian{background:#ffffff;}
.sub-page-slide2 .wb_line .wbl_yuan{background:#ffffff;}
.sub-page-slide2 .wbi_tet{font-size: 14px;line-height: 24px;color:#fff;text-align: center;}

.sub-page-slide3 .wb_tit{color:#ffffff;text-transform: uppercase;}
.sub-page-slide3 .wb_line .wbl_xian{background:#ffffff;}
.sub-page-slide3 .wb_line .wbl_yuan{background:#ffffff;}
.sub-page-slide3 .wbi_tet{font-size: 14px;line-height: 24px;color:#fff;text-align: center;}

.wb_left .img1,
.wb_left .img2{width:100%;height:100%;}
/*.wb_left .img1{background:url(images/main29.png) left top no-repeat;background-size: 100% 100%;}
.wb_left .img2{background:url(images/main28.png) left top no-repeat;background-size: 100% 100%;}*/
.wb_left .img1 img,
.wb_left .img2 img{display:block;width:100%;height:100%;}
.wb_tit{font-size: 3em;color:#ffffff;text-align: center;font-weight: bold;}

.slide_web{width:90%;position:relative; margin:0px 5%;}
.slide_web li{width:50%;overflow: hidden;}
.img_pf{width:100%;height:100%;/*background:url(images/bg_h.png) repeat;*/background:rgba(0,0,0,.1);position:absolute;top:0;left:0}
.wb_line{margin-top:20px}
.wb_tit{font-size:22px; padding:4px 0px 0px 0px;}
.wbi_list{font-size:1em;line-height:20px;margin:6px 6px 0 0}

.wbi_tet{font-size: 14px;line-height: 20px;color:#fff;text-align: center; padding:10px 0px 0px 0px;}
.wb_line {position:relative;height:46px;margin-top:20px;}
.wb_line .wbl_xian{width:100%;height:1px;position:absolute;top:50%;left:0}
.wb_line .wbl_yuan{width:46px;height:46px;border-radius: 50%;position:absolute;left:50%;top:50%;margin:-23px 0 0 -23px;overflow: hidden;}
.wbl_yuan img{display:block;margin:0 auto;margin-top:11px;width:31px}

/*-- //testimonials --*/

/*-- team --*/
.team{ 
     width:100%;
	 height:360px;
	 background-size:100% 100%;
     background-image: url(../images/index_15.jpg);
     background-repeat:no-repeat;
     background-position:center;
	 margin:-20px auto;
	 position: absolute;}
	 
.team .text{
 font-size:20px; 
 text-align:center;
 color:#FFFFFF;
 line-height:40px;
 padding:85px 0px 0px 0px;}
 
.team .text span{
 font-size:15px; 
 text-align:center;
 color:#FFFFFF;}

.team img{ max-width:none;}
 
.section_autologo1{ height: 90px; width: 100%; position: absolute; margin: 0 auto;bottom: 15px;}
.autologo_bg,.autologo_bg1{ height: 90px; width: 100%; position: absolute; top: 0;left: 0; z-index: 0;}
.autologo_bgl,.autologo_bgl1{height: 90px; width: 50%; background-image:url(../images/logo_bg_l.png);  background-size: cover; float: left;}
.autologo_bgc,.autologo_bgc1{height: 90px; width: auto; float: left;}
.autologo_bgr,.autologo_bgr1{height: 90px; width: 50%; background-image:url(../images/logo_bg_r.png);  background-size: cover;float: left;}
.autologo_btn_left,.autologo_btn_left1{height: 120px; float: left; margin:25px 0 0 3%; background: url('../images/icon.png') no-repeat -19px 0;width: 18px;height: 41px;position: relative;}
.autologo_btn_left:hover,.autologo_btn_left1:hover{background: url('../images/icon.png') no-repeat 0 -44px;width: 18px;height: 41px; cursor: pointer;}
.autologo_btn_right,.autologo_btn_right1{height: 120px; float: right; margin:25px 3% 0 0;background: url('../images/icon.png') no-repeat 0px 0;width: 18px;height: 41px; position: relative;}
.autologo_btn_right:hover,.autologo_btn_right1:hover{background: url('../images/icon.png') no-repeat -20px -44px;width: 18px;height: 41px; cursor: pointer;}
#autologo_img,#autologo_img1{width: 82%; height: 92px; margin: 25px auto 20px; position: relative; overflow: hidden;}
#autologo_img img,#autologo_img1 img{height: 52px; width: auto; position: absolute;}	

/*-- //team --*/

/*-- focus --*/
.productList{ margin-top: 350px;overflow: hidden; position: relative;}
.productList .productItem{overflow: hidden;}
.productList .productItem h2{font-size: 22px; color:#c98f20;font-weight:bold;line-height: 40px;}
.productList .leftText{font-size: 16px; color:#6c6c6c;line-height: 26px;margin-bottom: 20px;}
.productList .right{ width:85%; margin:0 auto;}
.productList .right .productType{font-size: 18px; position: relative;font-weight:bold;}
.productList .right .productType li{width: 100px; float: left;line-height: 35px;text-align: center;margin-top: 35px;margin-right: 10px; cursor: pointer;}
.productList .right .productType li:hover{color: #EF4351;}
.productList .right .productType li:last-child{margin-right: 0;}
.productList .right .productType li.active{color: #EF4351;}
.productList .right .productType p{width: 100px;height: 1px;background: #EF4351; position: absolute; top: 70px;}
.productList .right .productText{font-size: 16px;line-height: 24px;overflow: hidden;}
.productList .right .productText .textList{overflow: hidden;width: 100%; position: relative;}
.productList .right .productText .textList .productImg{ width:100%;overflow:hidden;}
.productList .right .productText .textList .productImg .productImgList{width:100%; height:100%; }
.productList .right .productText .textList .productImg .productImgList a{display: block;}
.productList .right .productText .textList .productImg .productImgList a img{width: 704px;height: 399px;}
.productList .right .productText .textList .productTitle{font-size: 14px;line-height: 100px;}
.seeMore img{cursor: pointer;}
#cjgzs .swiper-button-next,#yxgzs .swiper-button-next,#gxbgs .swiper-button-next,#qcgw .swiper-button-next,#qchys .swiper-button-next,#qchc .swiper-button-next{background: url(../images/r.png) no-repeat;width: 25px;height: 36px;top: 50%;margin-top: -18px; left: 545px;}
#cjgzs .swiper-button-prev,#yxgzs .swiper-button-prev,#gxbgs .swiper-button-prev,#qcgw .swiper-button-prev,#qchys .swiper-button-prev,#qchc .swiper-button-prev{background: url(../images/l.png) no-repeat;width: 25px;height: 36px;top: 50%;margin-top:-18px;left: 30px;}

.productList .right .productText .textList .sContent{ width:100%; background:rgba(244,244,242,1);padding:22px 20px 20px 20px;overflow: hidden; color: #d2d2d2;top: 60px;z-index: 2;}
.productList .right .productText .textList .sContent h3{font-size: 30px;margin-bottom: 90px;}
.productList .right .productText .textList .sContent h3 span{font-size: 18px;display: block;}
.productList .right .productText .textList .sContent p {margin-bottom: 10px;}
.productList .right .productText .textList .sContent p span.proIcon {float: left;width: 32px;}
.productList .right .productText .textList .sContent p span.proIcon img{width: 22px;height: 22px;margin-right: 10px;}
.productList .right .productText .textList .sContent p span.proText{margin-left: 32px; font-size:15px; color:#333333; display: block;}
.productList .right .productText .textList .sContent .moreContent{display: inline-block;width: auto; padding-left: 30px;padding-right: 30px;margin-top:45px;line-height: 40px;font-size: 16px;color: #454545; background: #fff; border-radius: 50px;}
.productList .right .productText .textList .sContent .moreContent img{width: 26px;display: inline-block;margin-left: 10px;}
.productList .right .productText .textList .sContent .moreContent:hover{animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;transform: translate3d(0, 0, 0);backface-visibility: hidden;perspective: 1000px;}



/*-- //focus --*/

.w3-contact {
    padding: 5em 0;
}
.w3-contact {
	background:url(../images/index_13.jpg) no-repeat;
	background-size:100% 100%;
	background-position:center;
}
.content-w3ls {
    width: 100%;
    margin: 0 auto;
    text-align: center;
	font-size:20px;
	line-height:30px;
	color:#FFFFFF;
}
.form-w3ls {
    width: 89%;
    margin: 0 auto 15px;
}
h3.w3-contact-form-head {
    text-transform: uppercase;
    font-size: 33px;
    font-weight: 300;
    text-align:center;
    color: #fff;
	padding-bottom:30px;
	font-family: 'Nunito', sans-serif;
}

textarea {
    height: 100px;
}

input::-webkit-input-placeholder {
color:#fff!important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color:#fff!important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color:#fff!important;  
}
 
input:-ms-input-placeholder {  
color:#fff!important;  
}
textarea::-webkit-input-placeholder {
color:#fff!important;
}
 
textarea::-moz-placeholder { /* Firefox 18- */
color:#fff!important;  
}
 
textarea::-moz-placeholder {  /* Firefox 19+ */
color:#fff!important;  
}
 
textarea::-ms-input-placeholder {  
color:#fff!important;  
}
input.sign-in {
    width: 100%;
    height: 100px;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    background-color:#171515;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    border: none;
    outline: none;
    cursor: pointer;
}
input.sign-in:hover {
	background-color:#000;
}
p.copyright {
	text-align:center;
	padding:50px 0;
	color: #fff;
	font-size:16px;
	font-weight:normal;
}
p.copyright a {
	color:#ab8071;
}
p.copyright a:hover {
	color:red;
}
.agile_map_grid ul li{
    display: inline-block;
    color: #fff;
	margin-bottom:1em;
    text-transform: capitalize;
}
.agile_map_grid ul li:last-child,.agileits_w3layouts_footer_grid ul li:last-child{
	margin:0;
}
.agile_map_grid ul li a,.agileits_w3layouts_footer_grid ul li a{
	color:#fff;
	text-decoration:none;
}
.agile_map_grid ul li a:hover{
	color:#ff0101;
}
.agileits_w3layouts_footer_grid ul li a:hover{
	color:#ff0101;
}
.agile_map_grid ul li i {
    color: #212121;
    margin-right: 1em;
    padding: .5em;
    background: #fff;
    border-radius: 50%;
}
.agile_map_grid ul li span{
    color:#337ab7;
	font-weight:600;
}
.map iframe{
	width:100%;
	min-height:400px;
	margin-bottom:-6px;
}
.map {
    position: relative;
}
.agile_map_grid {
    position: absolute;
    top:15%;
    left: 45%;
	width:25%;
    background:rgba(12, 9, 9, 0.78);

}
.agile_map_grid h3{
	font-size:1.5em;
	color:#00ece2;
	padding-bottom:.5em;
	position:relative;
	margin-bottom:1em;
}
.agile_map_grid h3:after{
	content:'';
	background:#20d8ea;
	height:2px;
	width:20%;
	position:absolute;
	left:0%;
	bottom:0%;
}
.agile_map_grid1 {
   border: 2px dotted #fff;
    padding: 2em;
}
/*-- Footer --*/
.footer1 {
	background-color: #f9f9f6;
} 
.footer-top{
	color:#424242; 
	font-size:15px;
	text-align:center;
	padding:45px 0px 0px 0px;
}
.footer-info {
	margin-top: 100px;
} 
.footer h4 {
    color: #337ab7;
    padding: 0 0 20px 0;
    font-weight: 600;
    text-align: left;
    font-size: 20px;
} 
.footer-info li {
	color: #EEE;
	display: block;
	font-weight: 300;
	font-size: 13px;
	line-height: 25px;
}
.links a {
    color: #EEE;
    font-size: 1em;
}
.links a:hover {
	color: #FFF;
	text-decoration: underline;
} 
a.mail {
	color: #EEE;
} 
a.mail:hover {
	color: #bdd001;
} 

.connect-social{
width:295px;
text-align:center;
margin:20px auto;}
.connect-social ul li{
float:left;
list-style:none;
margin:0px 18px 0px 18px;
}
.connect-social ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-size: 300px;
    color: #fff;
    border: 1px solid #fff;
    line-height: 2.4em;
    border-radius: 50%;
    text-align: center;
} 
.connect-social ul li a:hover {
	-webkit-transform: rotatez(360deg);
	-moz-transform: rotatez(360deg);
	-o-transform: rotatez(360deg);
	-ms-transform: rotatez(360deg);
    transform: rotatez(360deg);
}


.infoot{ height:100%; overflow:hidden; padding-bottom:8px; z-index:100;}
.infoot_content{ margin:0 auto;}
.cbg-wrapper .cbg-inline{ height:100%; overflow:hidden;}
.cbg-inline li{width:28%;}
.cbg-inline li .subtit{ padding-bottom:3%; padding-top:3%; font-size:18px;color: #353535;font-weight:normal; text-align:center; border-bottom:1px #dbdbdb solid; border-top:1px #dbdbdb solid; }
.cbg-inline ul li{ float:left; width:19%; margin:2.3% 0 0 22%;}
.cbg-inline ul li a{font-size:15px; color:#585857; line-height:30px; text-decoration:none;}
.cbg-inline_1 li{width:100%;}
.cbg-inline_1 li .subtit{ padding-bottom:3%; padding-top:3%; font-size:18px;color: #353535;font-weight:normal; text-align:center; border-bottom:1px #dbdbdb solid; border-top:1px #dbdbdb solid; }
.cbg-inline_1 ul{ margin:0 0 0 3%;}
.cbg-inline_1 ul li{ float:left; width:23%; margin:2.3% 4.5% 0 6%;}
.cbg-inline_1 ul li a{font-size:15px; color:#585857; line-height:30px; text-decoration:none;}
.cbg-inline .col-1{width:100%}
.cbg-inline .col-2{width:13.5%}
.cbg-inline .col-3{width:13.5%}
.cbg-inline .col-4{width:13.5%;}
.cbg-inline .col-7{width:13.5%;}
.cbg-inline .col-6{width:8%;}
.cbg-inline .col-6 .subtit{font-size:24px;font-weight:600; margin:0 0;color:#726f6f;}
.cbg-inline .col-6 .subtit span{ font-size:24px; color:#c7050e;}
.cbg-inline .col-6 p{ float:left; color:#0d0d0d; line-height:30px;font-size:12px; padding:34px 0px 0px 0px;}
.cbg-inline .col-5{width:12%; float:left;}
.cbg-inline .col-5 img{width:106px; height:106px; margin-top: 10px;}

.botcod{ margin:10px 0; font-size:15px; color:#585857; position:relative;z-index: 100;}


/*-- Copyright --*/
.copyright {
	text-align: center;
	font-size:15px;
	color:#424242;
	padding: 25px 0;
    border-top:1px #dbdbdb solid;	
}
.copyright p {
	color: #424242;
}
.copyright a {
	color: #424242;
	font-size:15px;
	text-decoration: none;
}
.copyright a:hover {
	color: #ff6c00;
	text-decoration: none;
}
::-webkit-input-placeholder {
	color:#fff !important;
}
:-moz-placeholder { /* Firefox 18- */
	color:#fff !important;
}
::-moz-placeholder {  /* Firefox 19+ */
	color:#fff !important;
}
:-ms-input-placeholder {  
	color:#fff !important;
}
/*-- //Copyright --*/
/*-- //Footer --*/  

/*-- slider-up-arrow --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
	z-index:9999;
    bottom: 8%;
    right: 3%;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url("../images/moov.png") no-repeat 0px 0px;
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-o-transform: scale(0.85);
	-ms-transform: scale(0.85);
    transform: scale(0.85);
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
#toTop:hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
    transform: scale(1);
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	transform: scale(1);
}
/*-- //slider-up-arrow --*/


.banner{ width:100%; margin:0 auto;}
.banner img{ width:100%;}

.about_nav{ margin:30px auto; width:65%;}
.about_nav ul li{ float: left; height:24px; line-height:24px; width:33%; text-align:center; color:#3e3a39; display:inline; margin-bottom:10px;}
.about_nav ul li a{ color:#3e3a39; font-size:16px;}
.about_nav ul li.nav_line{ background:#3e3a39;height:24px; width:1px;}
.about_line{ text-align:center; margin-top:-10px;}
.about_line img{ width:90%;}


.f1{ float:left;}
.fr{ float:right;}

.m-ins-navbox{
	width: 100%;
	height: 38px;
	background-color: #f5f5f5;
	display: none;
	position: relative;
	z-index: 11;
	margin:0px 0px 30px 0px;
}
.m-ins-navbox.fixed{

	top: 0;
	left: 0;
	z-index: 11;
}
.m-ins-navbox .left{
	width: 15%;
	cursor: pointer;
}
.m-ins-navbox .left .ico{
	display: block;
	width: 100%;
	height: 38px;
	background: url(../images/ico_35.png) no-repeat center #035cac;
	background-size: auto 50%;
}
.m-ins-navbox .ret-subbox{
	position: absolute;
	top: 38px;
	width: 100%;
	background-color: #035cac;
	left: 0;
	z-index: 2;
	display: none;
}
.m-ins-navbox .ret-subbox a{
	display: block;
	width: 95%;
	padding-left: 5%;
	height: 38px;
	line-height: 38px;
	border-bottom: 1px solid #4882b6;
	color: #fff;
	font-size: 14px;
	background: url(../images/ico_38.png) no-repeat 92% center;
	background-size: auto 35%;
}
.m-ins-navbox .right{
	width: 85%;
	position: relative;
}
.m-ins-navbox .right .tit{
	display: block;
	width: 95%;
	padding-left: 5%;
	font-size: 15px;
	color: #035cac;
	line-height: 38px;
	background: url(../images/ico_36.png) no-repeat 93% center;
	background-size: auto 50%;
	cursor: pointer;
}
.m-ins-navbox .right .subbox{
	width: 100%;
	position: absolute;
	top: 38px;
	background-color: #f5f5f5;
	z-index: 2;
	display: none;
	left: 0;
}
.m-ins-navbox .right .subbox a{
	display: block;
	width: 95%;
	padding-left: 5%;
	line-height: 38px;
	height: 38px;
	font-size:15px;
	color:#333333;
	border-top: 1px solid #e5e5e5;
	background: url(../images/ico_37.png) no-repeat 92% center;
	background-size: auto 35%;
	/*border-left: 1px solid #fff;
	margin-left: -1px;*/
}


.about-us{ width:96%; margin:0 auto;}
.bgy-h2{width:100%;padding:0px 0px 5px 0px;}
.bgy-h2 h2{font-size:20px;color:#161616; font-weight:normal; padding-bottom:30px; padding-left:12px; border-bottom:2px #333333 solid;}

.about_1{width:100%;}
.about_1-con{padding:0px 10px 10px 10px;}
.about_1-con-1{padding:0px 46px 0px 46px;}
.about_1-con p{font-size:16px;color:#555555;line-height:32px; text-align:justify; padding-bottom:25px;}
.about_1-img{width:100%;padding:10px 0px 30px 0px; position:relative;}
.about_1-img img{ width:100%;}
.about_1-right{width:100%;padding:-95px 0px 0px 40px; position: relative;float:right; margin:-48% 0px 0px 0px;}
.about_1-right em{width:340px;height:2px;display:block;position:absolute;left:-40px;top:60px;background:#c98f20}
.about_1-right h3{font-size:14px;color:#ffffff;font-weight:500;line-height:32px; padding:50px 0px 0px 20px;}

.about_1-bot{width:1200px;height:460px;margin:120px 0px 150px 0px;background:url("../images/about/about_1-bot.jpg") no-repeat center center;}

.about_1-bot li{width:300px;height:240px;float:left;padding-top:215px;text-align:center;}
.about_1-bot li h3{font-size:24px;color:#333333;font-weight:500;padding-bottom:42px;margin-bottom:18px;background:url("../images/about/about_1-bot2.jpg") no-repeat center bottom;}
.about_1-bot li p{font-size: 14px;color:#888888;line-height:24px;}

.serpic3{ 
    width:100%;
	margin:0 auto;
}
.serpic3 img{ width:100%;}

.stit{
	font-size: 26px;
	text-align: center;
	color: #444444;
	line-height:55px;
}
.sol-tit{background: url(../images/about_titbg.jpg) no-repeat bottom center;padding-bottom: 20px; padding-top:20px;}
.park{ width:100%; height:100%; overflow:hidden; margin:20px auto;}
.park ul li{
	width: 94%;
	margin: 0 3%;
}
.park ul li:last-child{
	float: right;
}
.park ul li a.tit,.park ul li p{
    margin:30px 0px 0px 0px;
}	
.park ul li{
	font-size: 16px;
	color: #444444;
	display: block;
	text-align:justify;
	margin-top: 20px;
	margin-bottom: 20px;
}
.park ul li p{
	font-size: 16px;
	color: #555555;
	line-height: 28px;
	text-align:justify;
}

.leader{ width:96%; height:100%; overflow:hidden; margin:2% auto;}
.leader .pic{ width:100%;}
.leader .pic img{ width:100%;}
.leader .text{ background:#f8f8fa; padding:20px 20px; margin:0px 0px 20px 0px;}
.leader .text p span{ color:#444444; font-size:18px;}
.leader .text p{ color:#999999; font-size:14px; line-height:28px; padding:0 0;}


.videos{ width:100%; height:100%; overflow:hidden; margin:30px auto;}
.videos_content{ width:97%; margin:0 1.5% 0 1.5%;}
.videos_content .text{ font-size:16px; text-align:center; padding:20px 0px 40px 0px;}

img{ max-width:100%; height:auto; vertical-align:middle; border-style:none;}


.liebiao dl{ margin:30px 0 30px 0; border-bottom:1px #e8e8e8 solid;}
.liebiao dl img{ width:1000%; height:1000%; margin:0 0;}
.liebiao dl dt{ display:block; font-size:20px; width:100%; margin:auto; line-height:32px; padding:20px 0px 0px 0px;}
.liebiao dl dt a{ color:#707070;}
.liebiao dl dd{ line-height:28px; font-size:16px; text-align:justify; margin:0 auto; width:100%; padding-top:10px; padding-bottom:30px;}
.liebiao dl dd a{ color:#717171;}

.zx-detail{ width:96%; margin:0 auto;}
.article-top{text-align: center; font-size:16px; color:#999; line-height: 22px; padding:10px 0;}
.article-top h2{color:#333; font-weight: normal; text-align: center; line-height:35px;}
.article-top  .zx-source{text-align: center;}
article{color:#666; font-size:16px; line-height:28px; padding:20px 0 20px 0; text-align:justify; border-top:1px dashed #ddd;}
article .sub-title{text-align: center; line-height: 32px;}
article .sub-txt{text-indent: 24px;}
article img{ width:100%; padding:0 0}
article p{ margin:0px 0px;}
article p img{ width:100%; padding:0 0;}
.content article a{display: inline;}

ul.sFeature{width: 100%;overflow: hidden;}
ul.sFeature li{width: 96%;padding:1%; margin-bottom:4%; line-height: 40px; border:1px solid #7e8999;border-top-right-radius:6em;-webkit-border-top-right-radius:6em; /* Safari */}
ul.sFeature li:last-child{margin-right: 0;}
ul.sFeature li img{  display: block;  float: right;}
ul.sFeature li p{ font-size: 15px; line-height:26px; text-align:justify; min-height:140px; padding:10px 10px 0px 10px;}
ul.sFeature li p span{display: block;font-size: 20px; line-height:35px;}
.ns_feature{padding-bottom: 30px;}
.ns_feature .fSlogan{width: 100%; text-align: center;margin:0 auto 0;}
.ns_feature .fSlogan h3{font-size: 22px;line-height: 40px;}
.ns_feature .fSlogan p{ color: #7e8999; font-size:16px; line-height:28px; padding:0px 0px 10px 0px;}
.ns_feature .featurekinds{width: 100%; overflow: hidden;}
.ns_feature .featurekinds .fkindsBg{width: 100%;border:1px solid #7e8999; position: relative;}
.ns_feature .featurekinds .fkindsBg .featureText{width: 60%; float: left;padding-bottom: 20px;}
.ns_feature .featurekinds .fkindsBg .featureText h4{font-size: 20px;line-height: 60px;}
.ns_feature .featurekinds .fkindsBg .featureText .fkindContent{font-size: 14px;}
.ns_feature .featurekinds .fkindsBg .icon_pic{width: 40%;left:60%;position: absolute; top: 25%;}


/*联系*/
.map{width:100%;}
.contact_box{ width:96%; margin:0 auto;}
.c_1200_2{ height:100%; overflow:hidden; margin:30px auto}
.cbt_tit,
.cbt_tet{color:#282828;width:100%;float:left}
.cbt_tit{line-height:36px;font-weight: bold;}

.cbt_tit .z_span1{ float:left; font-size:2em; text-transform:uppercase;}
.cbt_tit .z_span2{ font-size:1.6em; line-height:34px; margin-top:2px; float:left; margin-left:15px;}

.cbt_tet{line-height:30px; font-size:16px;}
.cb_main{width:100%;float:left;margin-top:72px; margin-bottom:50px;}
.cbm_item{width:100%;float:left;margin-bottom:16px;padding-left:40px;}
.c_item1{background:url(../images/con_pic1.png) left top no-repeat}
.c_item2{background:url(../images/con_pic2.png) left top no-repeat}
.c_item3{background:url(../images/con_pic3.png) left top no-repeat}
.c_item4{background:url(../images/con_pic4.png) left top no-repeat}
.c_item5{background:url(../images/con_pic5.png) left top no-repeat}
.c_item6{background:url(../images/con_pic6.png) left top no-repeat}
.l_050{width:100%;}
.ci_tit{width:100%;line-height: 26px;font-size:16px;color:#000;font-weight:bold;background:url(../images/con_pic7.png) left bottom no-repeat;padding-bottom:5px}
.ci_tet{width:100%;font-size: 16px;line-height:32px;color:#6d6d6d;padding-top:5px}
.ci_tet a{display:block;float:left;margin-right:20px}
.ci_tet p{margin-right:20px}
.ci_tet a.on_item{display: block;width:80px;font-size:12px;height:25px;line-height:25px;margin:8px 10px 0 0;text-align:center;color:#ef6500;background:#fff;border:1px solid #ef6500;border-radius:5px}
.ci_tet a.on_item:hover{color:#fff;background:#ef6500}
.r_050{width:100%;}
.r5_top{line-height: 18px;color:#282828; width:100%; }
.r5t_tit{float:left;font-size: 18px;font-weight: bold;text-transform: uppercase;padding:20px 0px 0px 0px;}
.r5t_time{float:right;font-size: 14px; padding:20px 0px 0px 0px;}
.r5_main{width:100%;float:left;margin-top:18px;position:relative}
.r5m_item{width:94%;float:left;line-height: 42px;margin-bottom:22px;position:relative}
.r5m_item p{width:66px;float:left;font-size: 14px;color:#282828;text-align: center;position:absolute;left:0;top:0}
.r5m_item input{display:block;width:100%;float:left;height:42px; font-size:15px;line-height: 42px;color:#282828;background: #c8c8c8;padding-left:22px;border-radius:20px;}
.r5m_item textarea{display:block;width:100%;float:left;height:144px;font-size: 15px;line-height: 22px;color:#282828;background: #c8c8c8;padding-left:22px;border-radius:20px;border:none;overflow: hidden;padding-top:10px}
.tj_btn{  width:142px;height:46px; margin:5px auto;}
.tj_btn input{ width:142px;height:46px;float:left;font-size:18px;text-align: center;color:#fff;background:#ef6500;border-radius:30px;cursor: pointer;}


.entry-content{ text-align:center; font-size:16px; line-height:30px; padding:0rem 0;}
.entry-content h2{ font-size:26px; font-weight:normal; padding:10px 0px;}

.row{ width:100%;}
.row .col-sm-3{ float:left; width:48%; padding:0px 1%;}
.aligncenter, div.aligncenter{ display:block; margin:5px auto;}
img{max-width:100%; height:auto; vertical-align:middle; border-style:none;}

.pagebuilder-row{ width:100%; height:100%; overflow:hidden; background-color:#F6F6F6;}
.row1{ width:100%; margin:20px auto;}
.col-sm-6{ padding:0px 20px;}
.col-sm-6 h3{ font-size:20px;}
.col-sm-6 p{ font-size:16px; line-height:28px;}

.about_1-con-1{padding:0px 10px 0px 10px;}
.about_1-con-1 p{font-size:16px;color:#555555;line-height:32px;padding-bottom:25px;}

.container-fluid{ margin:0 auto;}
.part{ width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0px 0px 20px 0px; border-bottom:1px #cccccc solid;}
.category-image{ width:100%; margin:40px 0px 20px 0px;}
.category-image img{ width:100%;}
.category-text{ width:100%;  text-align: justify;}
.category-text .post-title{ padding:10px 0px 0px 32px; color:#c98f20; font-size:20px; line-height:36px;}
.category-text .excerpt{ font-size:16px; line-height:28px;}

.honor{ width:100%; height:100%;;padding:0;background-image:url(../images/bg3.jpg);overflow:hidden;}
.honor .text{ height:38px; color:#FFFFFF; font-size:15px; text-align:center; line-height:32px; padding:0px 0px 20px 0px;}

.m-botbox{
	width: 100%;
	display: none;
	position: relative;
}
.m-botbox{
	display: block;
}
.m-botbox li{
	width: 100%;
	transition: normal;
}
.m-botbox li a{
	display: block;
	width: 100%;
	position: relative;
	transition: normal;
}
.m-botbox li img{
	width: 100%;
	display: block;
}
.m-botbox li p{
	width: 100%;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	background: url(../images/bg_09.png) repeat center;
	color: #fff;
	position: absolute;
	bottom: -14px;
	left: 0;
}
.m-botbox .butn{
	display: block;
	position: absolute;
	width: 23px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	z-index: 2;
}
.m-botbox .prev{
	left: 0;
	background: url(../images/ico_34.png) no-repeat left top;
	background-size: auto 200%;
}
.m-botbox .next{
	right: 0;
	background: url(../images/ico_34.png) no-repeat right top;
	background-size: auto 200%;
}

li { list-style:none;}


.footer{ overflow: hidden; position: fixed; left: 0; bottom: 0; z-index: 3; width: 100%;}

.footer a{ display: block; width: 33.333333%;  text-align: center; color: #fff; font-size: 1.16em; padding: 2% 0;}
.footer a:hover{ color: #fff;}

.footer a img{ width: 20%; max-width: 47px;}

.footer a.service{ float:left; background:#FF6D00;}

.footer a.tel{ background: #FF9600; float: left;}

.footer a.contact{ background: #FFB400; float: right;}

.footer a span{ padding-left: 5px;}
