@charset "utf-8";
/* Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
ul, li, ol{list-style:none;}
em ,i{font-style:normal;}
table{border-collapse:collapse;border-spacing:0;}
a{text-decoration:none;outline:none;cursor:pointer;color:#333; transition:0.5s}
a:hover {text-decoration:none; color:#0054a3;}
*{/*word-wrap:break-word;word-break:break-all;-webkit-text-size-adjust:none;*/}
body,textarea,pre,input{font:12px/1.2 tahoma,arial,sans-serif;}
input,textarea{margin:0;padding:0;outline:none;font-size:100%;vertical-align:baseline;}
textarea{resize:none;}
textarea, input[type="text"], input[type="password"] {background:white url(/web/20220707224730im_/http://taijigg.com/views/default/images/common/input_bg_sd.png) 0 0 no-repeat;}
hr {border:none;height:1px;}

html,body{height:100%; font-family: "Microsoft Yahei UI", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial,  SimHei, "5B8B4F53", simsun, sans-serif}
pre{white-space: pre-wrap;white-space: -moz-pre-wrap;white-space: -pre-wrap;white-space: -o-pre-wrap;word-wrap: break-word;}

.clearfix:after {content:"020";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {clear:both;zoom:1;}


body {
	font-family: "Microsoft YaHei";
	background:#fff;
	line-height: 25px;
}
/*页头部分*/
.container {
	width:1200px;
	clear:both;
	margin:0 auto;
}
.toplink-left{float: left;}
.toplink-left a{ color: #fff; margin:0px !important; display: inline-block; line-height: 40px }
.toplink{ height:41px; background: #3b3b3b; text-align: right;  }
.toplink a{ color: #fff; margin: 0 20px; display: inline-block; line-height: 40px }
.toplink a:hover{color: #107cbd}
.weixin{float: right; top: 5px; width:30px; height:30px; position:relative; z-index: 100000; font-size:12px; text-align:center;} 
.weixin a{width:30px; height:30px; display:block; position:absolute; left:0; top:0;background:url(/web/20220707224730im_/http://taijigg.com/views/default/images/weixin.png) no-repeat center top;  } 
.weixin .weixin_nr{width:100px; height:120px; padding:10px; background:#fff; text-align:center; 
	position:absolute;   display:none; left: -28px; top: 45px} 
.weixin .weixin_nr img{ /*margin-bottom:5px;*/} 
.weixin .weixin_nr .arrow{ width:0; height:0; border-bottom:10px solid #fff;border-left:10px solid transparent;border-right:10px solid transparent; position:absolute; left:50px; top:-10px;} 
.weixin.on .weixin_nr{ display:block;} 
.weixin.on a{ background:url(/web/20220707224730im_/http://taijigg.com/views/default/images/weixin.png) no-repeat left bottom;} 


.logoblock {  height:120px; width: 100%; }
.logo{ float: left; margin-top: 14px }
.logo img{ width:499px }
.phone{ float: right;margin-top:35px; color: #107cbd; font-size:24px }
.phone img{ margin-left: 30px; margin-right:5px }
.phone dl dt{ float: left; }
.phone dl dd{ float: left; }
.phone dl dd span{ display: block; /*font-size: 16px; color: #666 */  font-weight: bold; line-height:56px;}
.nav{ background:#107cbd; border-top: 1px solid #ccc }

#zlight-nav,
#zlight-main-nav,
#zlight-mobile-nav,
#zlight-main-nav > li,
#zlight-main-nav > li > a{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
/*************
* WRAP
*************/
#zlight-nav{
	display: block;
	position: relative;
	width: 100%;
	z-index: 9999;
}
/*************
* MAIN NAV
*************/
#zlight-main-nav{
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	width: 1200px;
	margin: 0 auto!important;
	float: none!important;

}
/*************
* CLEAR
*************/
#zlight-main-nav:before,
#zlight-main-nav:after,
#zlight-nav:before,
#zlight-nav:after {
  display: table;
  content: " ";
}

#zlight-main-nav:after,
#zlight-nav:after {
  clear: both;
}
/*************
* LI & A
*************/
#zlight-main-nav > li{
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	display: block;
	-webkit-transition: background  ease 0.3s;
	-moz-transition: background  ease 0.3s;
	transition: background  ease 0.3s;

}
#zlight-main-nav > li > a{
	display: block;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	outline: 0;
	padding: 0 40px;

}
#zlight-main-nav > li:first-child > a{
	border-left: none;
}

/*************
* DROPDOWN
*************/
.zlight-dropdown:hover > .zlight-submenu{
	display: block;
}
/*************
* SUBMENU
*************/
.zlight-submenu{
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;

	box-shadow: 0 1px 7px rgba(0,0,0,0.3);
	position: absolute;
	top: 100%;
	left: 0;
}
.zlight-submenu > li{
	float: none;
	position: relative;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.zlight-submenu > li > a{
	display: block;
	float: none;
	text-decoration: none;
	outline: none;

	text-transform: uppercase;
	padding: 10px 22px;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.zlight-submenu > li:first-child > a{
	border-top: none;
}
.zlight-submenu > li:last-child > a{
	border-bottom: none;
}
.zlight-submenu .zlight-submenu{
	top: 0;
	left: 100%;
}
/*************
* ICON
*************/
#zlight-main-nav i{
	padding: 0 5px;
}
/****************************
* MOBILE NAV
****************************/
#zlight-mobile-nav{
	display: none;
}
#zlight-mobile-nav > span{
	text-transform: uppercase;
	padding: 0 10px 0 20px;
	float: left;
}
#zlight-mobile-nav > .zlight-icon{
	float: right;
	padding: 0 20px 0 10px;
}
#zlight-mobile-nav > select{
	background: none;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;

	width: 100%;
	cursor: pointer;
}
#zlight-mobile-nav:before,
#zlight-mobile-nav:after {
  display: table;
  content: " ";
}
#zlight-mobile-nav:after {
  clear: both;
}

/***************************
* MEDIA QUERIES
***************************/

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
	#zlight-mobile-nav{
		display: block;
	}
}
@media (min-width: 769px) {
	#zlight-main-nav{
		display: block;
	}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
}




.nei1tit{
	text-align:center;
	font-size:14px;
	line-height:35px;
}
.nei1tit h1{
    font: 500 33px/33px MicrosoftYaHei;
    color: #107cbe;
}
.nei1tit h4{
    background: url(/web/20220707224730im_/http://taijigg.com/views/default/images/ptt.png) center no-repeat;
    font: 500 14px/14px MicrosoftYaHei;
    color: #107cbe;
    margin-top: 14px;
}
.nei1tit p{
    font-size: 14px;
    color: #6f6f6f;
    line-height: 14px;
    margin-top: 18px;
}
.nei1Con{
	margin-top:50px;
}
.nei1left{ float: left;
	width:240px;
	border:2px solid #107cbe;
	padding:0 17px;
	border-radius:7px;
	padding-bottom:10px;
}
.nei1left h1{
	height:61px;
	text-align:center;
	border-bottom:1px solid #aeaeae;
	margin-bottom:20px;
	color: #107cbe;
	font:600 31px/61px "å¾®è½¯é›…é»‘";
}
.nei1Sec{
	padding:0 7px;
	padding-bottom:21px;
	border-bottom:1px solid #aeaeae;
}
.nei1Sec li{
	height:32px;
	line-height:32px;
	background:#107cbe;
	margin-top:11px;
	text-align:center;
	border-radius:7px;
}
.nei1Sec li a{
	display:block;
	color:#fff;
	font-size:14px;
}
.profen{
	text-align:center;
    font-size: 26px;
    font-weight: bold;
    color: #107cbe;
	line-height:26px;
	padding:20px 0;
}
.nei1right{ float: right;
	width:900px;
	
}
.titN1{
	height:40px;
	line-height:40px;
	position: relative;
	color:#333333;
	font-size:20px;
	border-bottom:2px solid #c4c4c4;
}
.titN1 a{
	position:absolute;
	right:0;
	color:#333333;
	font-size:20px;
}
.titN1 a:hover{
	color:#107cbe;
}
.product_listN1{margin:0 -12px;}
.product_listN1 li{float:left;margin-left:12px;margin-right:12px;padding-top:20px;_display:inline;}
.product_listN1 li a.img{padding:2px;border:1px solid #e2e2e2;}
.product_listN1 li a.img img{width:278px;height:204px;}
.product_listN1 li h3{text-align:center;padding-top:25px;margin-bottom:10px;}
.product_listN1 li h3 a{font-weight:normal;font-size:16px;}
.product_listN1 li a.img{display:block;}
.product_listN1 li a.img:hover{border-color:#107cbe;}
.roll_product{float:left;}

.longimg{ background: url(/web/20220707224730im_/http://taijigg.com/views/default/images/innerbanana1.png) no-repeat center top;  height: 180px;  /*margin-top: 80px ;*/ overflow: hidden;  }
.longimg2{ background: url(/web/20220707224730im_/http://taijigg.com/views/default/images/innerbanana2.png) no-repeat center top;  height: 180px;  /*margin-top: 80px ;*/ overflow: hidden;  }
.nei5about{ background: #f3f3f3; padding-top:50px; padding-bottom:50px; }


.news{ padding-top: 50px;  }
.newnei7{ margin-top: 50px; }

.nei5{
	margin-top:50px;
}
.nei5 .titN1{
	margin-top:20px;
}
.nei5Con{
	margin-top:40px; height:530px; overflow:hidden;
}
.nei5 .nei5left{
	width:579px; float: left;
}
.nei5 .nei5left ul li a.img{
    width: 579px;
    height: 474px;
    display: block;
    overflow: hidden;
}
.nei5 .nei5left ul li a.img img{
	transition:all 0.5s;
	width: 579px;
	height: 474px;
}
.nei5 .nei5left ul li h3 a{
    font:normal 14px/14px MicrosoftYaHei;
    color: #535353;
    display: block;
    margin-top: 21px;
    text-align: center;
}
.nei5 .nei5left ul li:hover img{
	transform:scale(1.1);
}

.nei5 .nei5right{
	width:620px; float: right;
}
.case_listN1{}
.case_listN1 li{float:left;margin-left:31px;_display:inline;margin-bottom:15px;}
.case_listN1 li a.img img{width:278px;height:204px;transition: all 0.5s;}
.case_listN1 li h3{text-align:center;padding-top:25px;}
.case_listN1 li h3 a{font-weight:normal;font-size:14px;}
.case_listN1 li a.img{display:block;width:278px;height:204px;overflow: hidden;}
.case_listN1 li:hover a.img img{transform:scale(1.1);}
.roll_product{float:left;}

.nei6left{ float: left; width: 516px; }
.nei6left img{ width: 516px; height: 420px; overflow: hidden;}
.nei6right{ float: right; width: 650px; }
.nei6right h3{ font-size: 34px; font-weight:normal;  height: 40px; overflow: hidden; padding-top:30px;}
.nei6right  p{ text-indent:30px;  font-size: 14px; line-height: 26px}
.nei6right i{margin: 20px 0; width: 50px; height: 2px; background: #ccc; display: block;}
.nei6right  a{ margin-top:50px; display: inline-block; border:1px  solid #ccc;  padding: 10px 40px;transition: 0.5s}
.nei6right  a:hover{  border:1px  solid #55b2f5; color: #fff; background: #55b2f5; }




.nei3{
	margin-top:50px;
}
.nei3Con{
	margin-top:60px;
}
.nei3left{
	width:600px; float: left;;
}
.nei3right{ float: right;
	width:584px;
	text-align:center;
	margin-top:35px;
}
.nei3Nei{
	width: 593px;
	height: 217px;
	background:url(/web/20220707224730im_/http://taijigg.com/views/default/images/choosebac.png) no-repeat top center;
	padding-top: 26px;
	margin-bottom: 12px;
}
.nei3Nei h1{
	padding-left:31px;
}
.nei3Nei h1 span{
	display:block;
	width:58px;
	height:50px;
	padding-left:18px;
	line-height:50px;
	background:url(/web/20220707224730im_/http://taijigg.com/views/default/images/choosetit.png) no-repeat center center;
	color:#107cbe;
	font-size:30px;
	font-weight:bold;
}
.nei3Nei h1 div.fl{
	color:#107cbe;
	font-size:23px;
	margin-top:1px;
	margin-left:28px;
	line-height: 28px;
	font-weight: 500;
}
.nei3Nei h1 div.fl p:last-child{
	font-weight:normal;
    font-size:16px;
    color: #107cbe;
}
.nei3Ch{
	margin-left: 26px;
	margin-top: 46px;
	width:505px;
	color:#666666;
	font-size:14px;
	text-align:justify;
	line-height:25px;
	/* letter-spacing: 1px; */
	height:50px;
	overflow: hidden;
}

.clearfix:after {content:"020";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {clear:both;zoom:1;}
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

/*----slider----*/
#slider2,
#slider3 {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}
.rslides_tabs {
	list-style: none;
	padding: 0;
	background: rgba(0,0,0,.25);
	box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	font-size: 18px;
	list-style: none;
	margin: 0 auto 50px;
	max-width: 540px;
	padding: 10px 0;
	width: 100%;
}
.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}
.rslides_tabs a {
	width: auto;
	line-height: 20px;
	padding: 9px 20px;
	height: auto;
	background: transparent;
	display: inline;
}
.rslides_tabs li:first-child {
	margin-left: 0;
}
.rslides_tabs .rslides_here a {
	background: rgba(255,255,255,.1);
	color: #fff;
	font-weight: bold;
}
.events {
	list-style: none;
}
.callbacks_container {
	position: relative;
	float: left;
	width: 100%;
}
.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 {
	position: relative;
	z-index: 1;
	height: auto;
	border: 0;
	width: 100%;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 1%;
	right: 0%;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 47%;
}
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 56%;
	left: 8%;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 41px;
	background: url("/web/20220707224730im_/http://taijigg.com/views/default/images/leftarrow.png") no-repeat left top;
	margin-top: -65px;
}
.callbacks_nav:active {
	opacity: 1.0;
}
.callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 8%;
}
#slider3-pager a {
	display: inline-block;
}
#slider3-pager span {
	float: left;
}
#slider3-pager span {
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
	background: #FFF;
	border-radius:30em;
	opacity:1;
}
#slider3-pager a {
	padding: 0;
}
#slider3-pager li {
	display:inline-block;
}
.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 {
	height: auto;
	border: 0;
}
.callbacks_tabs {
	list-style: none;
	position: absolute;
	top: 99%;
	z-index: 999;
	padding: 0;
	margin: 0;
	margin-top:-3em;
	left:50%;
	margin-left:-52px;
}
.callbacks_tabs li {
	display:inline-block;
}
@media screen and (max-width: 600px) {
	h1 {
	font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.callbacks_nav {
	top: 47%;
}
}


/*----*/
.callbacks_tabs a {
visibility: hidden;
padding: 0 0.2em;
}
.callbacks_tabs a:after {
	content: "f111";
	font-size:0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height:12px;
	width:12px;
	display:inline-block;
	border:2px solid #E9E9E9;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
}
.callbacks_here a:after {
	border:2px solid #96c94a;
}
.header-info {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 9%;
}
.header-info h2 a {
	display:inline-block;
	color:#fff;
	padding:0.5em 2em;
	background:rgba(255, 255, 255, 0.32);
	text-decoration:none;
}
.header-info h2 a:hover {
	color:#fff;
	background:#60B0E6;
}
.header-info lable {
	background:#fff;
	height: 1px;
	width: 36%;
	display: block;
	margin-top:2em
}
.header-info h1 a {
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
	text-decoration:none;
}
.header-info h1 a:hover {
	color:#CA670C;
}




/*动画*/
		
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}



/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes bounceInUp {


  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }


  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }


  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}



/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes bounceInLeft {


  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 100px);
            transform: translate3d(-3000px, 0, 100px);
  }


  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 100px);
            transform: translate3d(-3000px, 0, 100px);
  }


  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes bounceInRight {


  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 100px);
            transform: translate3d(3000px, 0, 100px);
  }


  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 100px);
            transform: translate3d(3000px, 0, 100px);
  }


  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}




/*底部联系我们*/
.footabout{ background: url(/web/20220707224730im_/http://taijigg.com/views/default/images/aboutbg.jpg) no-repeat center top; height: 535px; width: 100%; margin-top: 100px; padding-top: 100px; overflow: hidden; }
.cicle { width: 1000px; height: 1000px; border-radius: 50%; border: 2px solid #fff; margin: 0 auto; }


.fatit { position: relative;  left: 0; top: 0}
.fatit ul li{ position: absolute; border-radius: 50%; text-align: center; padding-top: 60px; height: 40px; 
  width: 100px; display: block; transition: 0.5s; display: block;  }
  .fatit ul li a{ display: block; width: 100%; height: 100% }
.fatit ul li:hover a,.fatit ul li.on a{ color: #fff }
.fatit ul li:nth-child(1){ background: url(/web/20220707224730im_/http://taijigg.com/views/default/images/people1.png)  #fff no-repeat center 20px;     top: 368px; left: 58px; }
.fatit ul li:nth-child(1):hover,.fatit ul li:nth-child(1).on{ background: url(/web/20220707224730im_/http://taijigg.com/views/default/images/people.png)  #0054a3 no-repeat center 20px; color: #fff  }

.fatit ul li:nth-child(2){ background: url(/web/20220707224730im_/http://taijigg.com/views/default/images/call1.png)  #fff no-repeat center 20px;     top: 71px;left: 213px; }
.fatit ul li:nth-child(2):hover,.fatit ul li:nth-child(2).on{ background: url(/web/20220707224730im_/http://taijigg.com/views/default/images/call.png)  #0054a3 no-repeat center 20px; color: #fff  }

.fatit ul li:nth-child(3){ background: url(/web/20220707224730im_/http://taijigg.com/views/default/images/ry1.png)  #fff no-repeat center 20px; top: -50px; left: 550px;}
.fatit ul li:nth-child(3):hover,.fatit ul li:nth-child(3).on{ background: url(/web/20220707224730im_/http://taijigg.com/views/default/images/ry.png)  #0054a3 no-repeat center 20px; color: #fff  }

.fatit ul li:nth-child(4){ background: url(/web/20220707224730im_/http://taijigg.com/views/default/images/code1.png)  #fff no-repeat center 20px;  top: 71px;left: 878px;}
.fatit ul li:nth-child(4):hover,.fatit ul li:nth-child(4).on{ background: url(/web/20220707224730im_/http://taijigg.com/views/default/images/code.png)  #0054a3 no-repeat center 20px; color: #fff  }

.fatit ul li:nth-child(5){ background: url(/web/20220707224730im_/http://taijigg.com/views/default/images/address1.png)  #fff no-repeat center 20px; top: 368px; left:1044px; }
.fatit ul li:nth-child(5):hover,.fatit ul li:nth-child(5).on{ background: url(/web/20220707224730im_/http://taijigg.com/views/default/images/address.png)  #0054a3 no-repeat center 20px; color: #fff  }






.facon{left: 50%; margin-left:-250px;  margin-top: 280px; text-align: center; position: absolute; height: 255px; overflow: hidden; }
.facon ul{ width: 340px; height: 440px; background:rgba(255,255,255,0.7); border-radius: 50%; padding:30px 80px; }
.facon ul li span{ display:block; }
.facon ul li strong{ color: #0054a3; font-size: 20px; margin-bottom: 20px; display: block;  }
.facon ul li p{ font-size: 16px; height: 120px; overflow: hidden; }


/*底部*/
.footwrap{ background: #303030; padding: 30px 15px; margin-top: 50px; }
.foot{
	max-width:1200px;
	padding:40px 0 50px 0;
	margin:0 auto;
	color:#999999;
}
.foot a,.foot a:visited{
	color:#999999;
}
.foot a:hover{
	color:#fff;
}

.foot_nav{
	width:660px;
	float:left;
	text-align:left;
}
.foot_nav dl{
	width:190px;
	float:left;
	padding-right:30px;
}

.foot_nav dl dt{
	padding:15px 0 20px 0;
	border-bottom:1px solid #454545;
	position:relative;
	font-size:16px;
	color:#ccc;
	font-weight:bold;
	margin-bottom:20px;
}
.foot_nav dl dt:after{
	width:20px;
	height:2px;
	background:#666666;
	content:'';
	display:block;
	position:absolute;
	left:0;
	bottom:-1px;
}
.foot_nav dl dt a,.foot_nav dl dt a:visited{
	color:#ccc;
}
.foot_nav dl dt a:hover{
	color:#fff;
}

.foot_nav dl dd{
	line-height:30px;
	font-size:14px;
}
.foot_nav dl dd a{ color: #999; }
.foot_nav dl dd a:hover{ color: #fff; }


.foot_contact{
	width:340px;
	padding:0 5px 0 5px;
	text-align:left;
	float:left;
}

.foot_tit{
	padding:15px 0 20px 0;
	border-bottom:1px solid #454545;
	position:relative;
	font-size:16px;
	color:#ccc;
	font-weight:bold;
	margin-bottom:20px;
}
.foot_tit:after{
	width:20px;
	height:2px;
	background:#666666;
	content:'';
	display:block;
	position:absolute;
	left:0;
	bottom:-1px;
}
.foot_tel{
	background:url(/web/20220707224730im_/http://taijigg.com/views/default/images/foot_tell.png) no-repeat 0 0;
}
.foot_tel b{
	font-size:14px;
	font-weight:normal;
	padding-left:30px;
	line-height:22px; color: #999;
}
.foot_tel p{
	font-size:30px;
	font-weight:bold;
	line-height:48px; color: #999;
}
.foot_text{
	font-size:14px;
	line-height:30px; color: #999;
}

.foot_ewm{
	width:170px;
	padding:0 10px;
	text-align:center;
	line-height:2.5em;
	float:right; color: #999; margin-top: 65px;
}
.foot_ewm img{
	max-width:100%;
}
.foot_copyright{
	background:#202020;
	text-align:center;
	font-size:12px;
	color:#999;
	line-height:20px;
	text-transform:uppercase;
	padding:20px 15px;
}
.foot_copyright a,.foot_copyright a:visited{
	color:#999;
}
.foot_copyright a:hover{
	color:#fff;
}


.ny_indextit{ background:#107cbd;  color: #fff;
    padding: 25px 20px 30px 20px;
    border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
.ny_indextit h3{ font-size: 30px;
    line-height: 36px;
    color: #fff;
    font-weight: normal;}
.ny_indextit p{ font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;}
.ny_indextit span{ width: 45px;
    height: 2px;
    background: #fff;
    margin: 8px 0;
    content: '';
    display: block;}


.xypg-left-box {
  margin-bottom: 20px;
}

.xypg-left-title {
  background: #107cbe;
  padding: 10px 20px;
  position: relative;
}

.xypg-left-title h3 {
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  font-weight: bold;
  position: relative;
  z-index: 9;
}

.xypg-left-title i {
  position: absolute;
  left: -5px;
  top: -9px;
  font-style: normal;
  font-size: 67px;
  font-weight: bold;
  opacity: .1;
  color: #fff;
  line-height: 1;
  z-index: 1;
  text-transform: uppercase;
}

.xypg-left-title span {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  opacity: .6;
  margin-left: 10px;
  text-transform: capitalize;
}

.xypg-left-title span:before {
  content: "/";
  padding-right: 5px;
}

.xypg-left-con {
  border: 1px solid #d2d2d2;
  border-top: none;
}

.page-wrap-contact {
  padding: 10px 0;
  font-size: 14px;
}

.page-wrap-contact h4 {
  padding: .3em 1.4em .8em 1.4em;
  font-size: 16px;
  color: #000000;
}

.page-wrap-contact p {
  border-top: 1px solid #eee;
  position: relative;
  margin-bottom: 0;
  padding: .8em 0.9em;
  color: #2f2f2f;
}

.page-message-img img {
  border: 1px solid #d2d2d2; width: 270px !important;
}

/*
     FILE ARCHIVED ON 22:47:30 Jul 07, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:47:06 Jun 06, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.39
  captures_list: 1.22
  exclusion.robots: 0.037
  exclusion.robots.policy: 0.03
  esindex: 0.005
  cdx.remote: 4.932
  LoadShardBlock: 62.862 (3)
  PetaboxLoader3.datanode: 89.519 (4)
  PetaboxLoader3.resolve: 160.506 (2)
  load_resource: 200.665
*/