/* CSS Document */
@font-face {
	font-family: Aparajita;
	src: url('../images/aparajb.ttf')/*tpa=http://www.igoldencnc.com/css/../images/aparajb.ttf*/
}
@font-face {
	font-family: Impact;
	src: url('../images/IMPACT_0.TTF')/*tpa=http://www.igoldencnc.com/css/../images/IMPACT_0.TTF*/
}
.top {
	background: #ebebeb;
	height: 50px;
}
.bizwheel-btn {padding:8px 15px;
    text-transform: initial;
    line-height: initial;
    background: #f3a712;
    font-size: 14px;
    color: #fff;
    border: 1px solid transparent;border-radius: 15px;    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;

}
.bizwheel-btn:hover{
	color: #fff;
	background-color: #F9D28A;
}
.top .top_left{ float:right;margin-top:16px;}

.top .top_left .ioc1 i {
	height: 16px;
	width: 16px;
	background: url(../images/ioc.png)/*tpa=http://www.igoldencnc.com/images/ioc.png*/ no-repeat 0px -7px;
	float: left;
}
.top .top_left .ioc2 i {
	height: 16px;
	width: 16px;
	background: url(../images/ioc.png)/*tpa=http://www.igoldencnc.com/images/ioc.png*/ no-repeat -34px -2px;
	float: left;
}
.top .top_left .ioc3 i {
	height: 16px;
	width: 16px;
	background: url(../images/ioc.png)/*tpa=http://www.igoldencnc.com/images/ioc.png*/ no-repeat -67px -2px;
	float: left;
}
.top .top_left .ioc4 i {
	height: 16px;
	width: 16px;
	background: url(../images/ioc.png)/*tpa=http://www.igoldencnc.com/images/ioc.png*/ no-repeat -98px -2px;
	float: left;
}
.top .top_left .ioc5 i {
	height: 16px;
	width: 16px;
	background: url(../images/ioc.png)/*tpa=http://www.igoldencnc.com/images/ioc.png*/ no-repeat -125px -2px;
	float: left;
}
.top .top_left .ioc6 i {
	height: 16px;
	width: 16px;
	background: url(../images/ioc.png)/*tpa=http://www.igoldencnc.com/images/ioc.png*/ no-repeat -154px -2px;
	float: left;
}
.top .top_right{ float:left;}
.top .top_right span {
	line-height: 50px;
	font-size: 16px;
	color: #848484;
	padding-right: 30px;
}
.top .top_right .top_tel {
	padding-left: 24px;
	background: url(../images/ioc.png)/*tpa=http://www.igoldencnc.com/images/ioc.png*/ no-repeat 0px -30px;
}

.top .top_right strong {
	color: #0B9DE2;
	font-family: Aparajita, "Arial";
	font-size: 32px;
}

@media (max-width: 640px){
.top .top_right strong {
    	font-size: 24px;
}
}


.top .top_right .top_eml {
	padding-left: 26px;
	background: url(../images/ioc.png)/*tpa=http://www.igoldencnc.com/images/ioc.png*/ no-repeat 0px -48px;
}
.top .top_right form {
	float: right;
	margin-top: 12px;
}
.top .top_right form .top_sear {
	background: #FFF;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	float: left;
	height: 26px;
	padding-left: 5px;
	border: 1px solid #c3c3c3;
	border-right: 0px;
}
.top .top_right form .top_btn {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	float: left;
	height: 26px;
	width: 26px;
	border: 1px solid #c3c3c3;
	border-left: 0px;
	background: url(../images/ioc.png)/*tpa=http://www.igoldencnc.com/images/ioc.png*/ no-repeat -2px -67px #fff;
}
/* nav */
.fl{ float:left;}
.fr{ float:right;}
.navbar-nav > li > a {
	font-size: 24px;
	font-family: Aparajita, "Arial";
	padding-left: 10px;
	padding-right: 15px;
	background: none;
	border-bottom: 4px solid #fff;
}
.navbar-nav > li > a:hover {
	border-bottom: 4px solid #0B9DE2;
	background: none;
	color: #0B9DE2;
}
.navbar-nav > li > .active {
	border-bottom: 4px solid #0B9DE2;
	background: none;
	color: #0B9DE2;
}
/* banner*/
.banner .banner_con .banner_l h1 {
	font-family: Impact, "Arial";
	text-align: left;
	margin-top: 75px;
	margin-bottom: 40px;
}
.banner .banner_con .banner_l p {
	color: #282828;
	text-align: left;
	text-shadow:none;
}
.banner .banner_con .banner_l a {
	float: left;
	border: 2px solid #282828;
	line-height: 34px;
	padding: 0px 50px;
	margin-top: 55px;
	margin-bottom: 20px;
	font-weight:bold;
	text-shadow:none;
}
.banner .banner_con .banner_l a:hover {
	float: left;
	border: 1px solid #0B9DE2;
	line-height: 34px;
	background: #0B9DE2;
	color: #fff;
}
.banner_r {
	float: right;
}
.carousel-caption {
	padding-bottom: 20px;
}
.carousel-indicators {
	margin-left: -57%;
}
.carousel-indicators li {
	border: #0B9DE2 solid 1px;
	height: 12px;
	width: 24px;
	border-radius: 0px;
}
.carousel-indicators .active {
	border: #0B9DE2 solid 1px;
	background: #0B9DE2;
	height: 12px;
	width: 24px;
	border-radius: 0px;
}
.quth {
	background: #0B9DE2;
	padding: 35px 0px;
}
.quth p {
	margin: 0px;
	color: #fff;
}
.quth a {
	float: right;
	border: 1px solid #fff;
	padding: 0px 42px;
	margin-left: 10px;
	background: #fff;
	line-height: 40px;
	color: #0B9DE2;
	border-radius: 25px;
}
.quth a:hover {
	background: none;
	border: 1px solid #fff;
	color: #fff;
}
/*products*/
.our_pro {
	padding: 45px 0px 65px 0px;
}
.our_pro .ourpro_top {
	padding-bottom: 15px;
	padding: 0px 15px 15px 15px;
	float: left;
	border-bottom: 1px solid #0B9DE2;
	width: 100%;
}
.our_pro .ourpro_top img {
	float: left;
}
.our_pro .ourpro_top form {
	float: right;
	margin-top: 12px;
}
.our_pro .ourpro_top form .pro_sear {
	background: #FFF;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	float: left;
	height: 26px;
	border: 1px solid #c3c3c3;
	border-right: 0px;
	padding-left: 5px;
}
.our_pro .ourpro_top form .pro_btn {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	float: left;
	height: 26px;
	width: 26px;
	border: 1px solid #c3c3c3;
	border-left: 0px;
	background: url(../images/ioc.png)/*tpa=http://www.igoldencnc.com/images/ioc.png*/ no-repeat -33px -68px #fff;
}
.our_pro .pro_main {
	margin-top: 25px;
	width: 100%;
}
.our_pro .pro_main .pro_mainl {
	float: left;
}
.our_pro .pro_main .pro_mainl p a {
	line-height: 55px;
	font-size: 15px;
	padding: 0px 20px;
	background: #0B9DE2;
	color: #fff;
	float: left;
	width: 100%;
	word-break: keep-all;           /* 不换行 */
	white-space: nowrap;          /* 不换行 */
	overflow: hidden;               /* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;
	position:relative;
}
.our_pro .pro_main .pro_mainl p a:hover {
		color:#fff;
	background: #00a2e9;
}
.our_pro .pro_main .pro_mainl p a i {
	position:absolute;
	right:10px;
	width: 15px;
	height: 15px;
	float: right;
	background: url(../images/ioc.png)/*tpa=http://www.igoldencnc.com/images/ioc.png*/ no-repeat 0px -92px;
	margin-top: 20px;

}
.bort {
	border-top: solid 1px #a0cc81;
}
.borb {
	border-bottom: solid 1px #D3E8F3;
}
.our_pro .pro_main .pro_mainr {
	float: left;
}
.our_pro .pro_main .pro_mainr img {
	margin-bottom: 10px;
	min-width: 100%;
}
.our_pro .pro_main .pro_mainr p {
	margin: 0px;
	line-height: 18px;
	height:60px;
}
.our_pro .pro_main .pro_mainr p:hover {
	color: #4b752e;
}


.addr p { text-align:center; line-height:30px;}

/*vedio*/
.ind_v {
	width: 100%;
	float: left;
	padding: 70px 0px;
	background: #f8f8f8;
}
.ind_v .ind_vr {
	float: left;
}
.ind_v .ind_vr h5 {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
}
.ind_v .ind_vr p {
	margin: 0px;
	font-size: 12px;
	line-height: 26px;
	width: 100%;
	padding-top: 4px;
	border-bottom: #bdbdbd dashed 1px;
	float: left;
}
.ind_v .ind_vr p a {
	color: #747474;
}
.ind_v .ind_vr p a:hover {
	color: #000;
}
.ind_v .ind_vr p span {
	float: right;
}
.ind_v .ind_vr .vckm {
	line-height: 40px;
	padding: 0px 45px;
	background: #f3a712;
	color: #fff;
	border-radius: 15px;
	margin-top: 20px;
	float: left;
}
.ind_v .ind_vr .vckm:hover {
	background: #F9D28A;
}
/*ZHENGSHU*/
.ind_zs {
	padding: 80px 0px;
	text-align: center;
	width: 100%;
}
.ind_zs h2 {
	margin-top: 0px;
	font-weight: 900;
	color: #0B9DE2;
}
.ind_zs p {
	line-height: 18px;
	margin-top: 20px;
	margin-bottom: 60px;
	color: #7e7e7e;
}
.ind_zs .indzsimg {
	-moz-box-shadow: 5px 5px 4px #999;
	-webkit-box-shadow: 5px 5px 4px #999;
	box-shadow: 5px 5px 4px #999;
}
/*footer*/
.footer {
	padding: 0;
	color: #fff;
}
.footer_cen {
	background: url(../images/boot_bg.jpg)/*tpa=http://www.igoldencnc.com/images/boot_bg.jpg*/ repeat-y center;
	padding: 60px 0px;
}
.footer_cen h5 {
	font-weight: bold;
	margin-bottom: 20px;
	word-break:keep-all;        
white-space:nowrap;     
overflow:hidden;            
text-overflow:ellipsis;
}
.foot_cenl {
	padding-left: 20px;
	padding-right: 20px;
}
.foot_cenl p{font-size:18px;
}
.foot_cenc {
	padding-left: 30px;
	padding-right: 10px;
}
.foot_cenr {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom:15px;
}
.foot_cenl a {
	text-decoration: none;
	color: #fff;
}
.foot_cenl img {
	margin-right: 10px;
}
.fborz {
	background: #0B9DE2 none repeat scroll 0 0;
	float: left;
	height: 2px;
	margin-right: 2%;
	width: 10%;
	margin-bottom: 20px;
}
.fbory {
	background: #fff none repeat scroll 0 0;
	float: left;
	height: 2px;
	margin-bottom: 20px;
}
.imf i {
	height: 50px;
	width: 20px;
	float: left;
}
.wd88 {
	width: 88%;
}
.wd80 {
	width: 80%;
}
.wd65 {
	width: 65%;
}
.foot_cenc h3 {
	margin-left: -30px;
	margin-top: 20px;
	margin-bottom: 0;
}
.foot_cenc p {
	margin-bottom: 6px;
}
.foot_cenc a {
	color: #FFF;
	text-decoration: none;
}
.foot_cenc a i {
	height: 15px;
	width: 15px;
	float: left;
	background: url(../images/ioc.png)/*tpa=http://www.igoldencnc.com/images/ioc.png*/ no-repeat 0px -117px;
}
.foot_cenc li:hover {
	color: #999;
}
.foot_cenr p {
	margin-bottom: 10px;
}
.width100 {
	width: 100%;
	float: left;
	margin-top: 30px;
	margin-bottom: 5px;
}
.foot_sear {
	height:40px; padding-left:5px;
	float: left;
	border-radius: 0;
	border: none;
	width: 80%;
}
.foot_btn {
	height:40px;
	float: left;
	border: none;
	border-radius: 0;
	background: #fff;
	width: 20%;
}
.footer_bot {

	background: #0D375E;
}
.bootcent .addthis_toolbox {
	left: 45%;
	position: relative;
	margin-top: 6px;
	width: 50%;
}
.footer_bot p {
 padding:18px 0px;
	margin-bottom: 0;
}
.footer_bl {
	float: left;
}
.footer_br {
	float: right;
	text-align: right;
}
.bot_br li {
	list-style: none;
	float: left;
	line-height: 50px;
	padding: 0px 5px;
}
.bot_br li a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}
.footer_top {
	line-height: 40px;
	background: #0B9DE2;
}
.footer_top h2 {
	margin: 0px;
	line-height: 40px;
}
.footer_bot {
	color: #fff;
}
.frilink a{ color:#fff; padding:6px 15px;}
.adyl{ margin-bottom:-50px;}


#map {
  height: 430px;
  position: relative;
  width: 100%;
}

.maps-frame {
  height: 430px;
  width: 100%;
}

.kd-tabbed-vert.header-links .kd-tabbutton a {
  color: #757575;
  display: inline-block;
  height: 100%;
  padding: 0 24px;
  width: 100%;
}

.kd-tabbed-vert.header-links .kd-tabbutton {
  padding: 0;
}

.kd-tabbed-vert.header-links .kd-tabbutton.selected a {
  color: #03a9f4;
}

.kd-tabbed-vert.header-links .kd-tabbutton a:focus {
  text-decoration: none;
}

p.top-desc {
  padding: 1em 1em .1em 1em;
}

p.bottom-desc {
  padding: 0em 1em 1em 1em;
}



.f_27{font-size:27px;}

@media (max-width: 1600px) {
.banner .banner_con .banner_l h1 {
	margin-top: 40px;
	margin-bottom: 20px;
}
.banner .banner_con .banner_l p {
	margin-top: 32px;
}
}
@media (max-width: 1440px) {
.banner .banner_con .banner_l h1 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.banner .banner_con .banner_l p {
	margin-top: 0px;
}
.banner .banner_con .banner_l a {
	padding: 0px 20px;
	margin-top: 0px;
}
.bootcent .addthis_toolbox {
	left: 20%;
	width: 70%;
}
}
@media (max-width: 1200px) {
.navbar-nav > li > a {
	font-size: 18px;
	padding-left: 6px;
	padding-right: 6px;
}
.bootcent .addthis_toolbox {
	left: 20%;
	width: 80%;
}
}
@media (max-width: 992px) {
.navbar-nav > li > a {
	font-size: 16px;
	padding-left: 4px;
	padding-right: 4px;
}
.bootcent .addthis_toolbox {
	left: 10%;
	width: 80%;
}
.ind_v .ind_vr h5 {

	margin-top: 20px;
}
}
@media (max-width: 768px) {
.quth a {
	padding: 0px 30px;
	margin-left: 10px;
	margin-top: 10px;
	line-height: 34px;
}
.our_pro .pro_main .pro_mainr {
	padding-top: 20px;
}
.ind_v .ind_vr {
	padding-top: 20px;
}
.foot_cenc {
	padding-left: 15px;
	padding-right: 15px;
}
.foot_cenr {
	padding-left: 15px;
	padding-right: 15px;
}
 .wd65{width:88%;}
 .wd80{width:88%;}
 
 .navbar-nav{margin-top:0px;}
}





@media (max-width: 768px){

.navbar-nav .co2-mar a {font-size: 12px;padding-left:20px;display:block;padding-top:3px;padding-bottom:3px;}
.navbar-collapse{    width: 160px;}
}

@media (min-width: 768px) {
.navbar-nav .co2-mar {
    
    display: none;
    position: absolute;
    width: 140px;
    background-color: #23558A;    
    z-index: 996;
}
.navbar-nav .co2-mar a {
    width: 100%;display:block;
    height: 36px;
    line-height: 36px;
    text-align: left;padding-left:20px;font-size: 14px;
    color: #fff;
}
.navbar-nav .co2-mar a:hover {
    background-color: #298ED1 !important;
}
.navbar-nav li:hover .co2-mar{display:block}
}




#about_home .container{margin:0 auto;}
#about_home h2{
	width: 100%;
	text-align: center;
	font-size: 28px;
	margin: 58px auto;
}
#about_home h2 a{
	font-family: 'bernard MT condensed';
	font-weight: bold;}
#about_home .about_left{float:left;width:50%;text-align:center;}
#about_home .about_left img{width:100%;}
#about_home .about_right{float:right;width:50%;padding-left:50px;}
#about_home .about_right p{line-height:60px;font-size:16px;}
#about_home .about_right p img{margin-right:20px;float:left;width:30px;padding-top:12px;}


@media (max-width: 1420px) { 
.ul1 {padding-left:120px;} 
}
@media (max-width: 990px) { 
.ul1 {padding-left:120px;} 
#about_home .about_left{float:none;width:100%;}
#about_home .about_right{float:none;width:100%;margin-top:20px;padding-left:20px;}
#about_home .about_right p{padding-left:30px;font-size:12px;line-height:50px;}
#about_home .about_right p img{margin-right:10px;float:left;width:25px;}


}


#resources {background-color: #eaedf2;
    padding: 106px 0;margin-top:50px;
}
#resources .container{margin:0 auto;}
#resources .video {
    position: relative;
    width: 100%;
    float: left;
    /*max-height: 282px;*/
}
#resources .video >a {
    display: block;
}
#resources .col-md-6.index-vd {
    padding: 0 !important;
}
#resources .col-md-6 > img {
    position: relative;
    width: 100%;
    padding: 0 !important;
}
#resources .video > div {
    padding-left: 52px;
}
#resources .video h4 {
    font-size: 28px;
    margin-top: 46px;
    line-height: 25px;
}
#resources .video:nth-child(1) h4{
    margin-top: 0px;
}
#resources .video:nth-child(2) > div {
    padding-left: 0;
}
#resources .video p {
    font-size: 16px;
    margin-top: 21px;
    line-height: 26px;
}
#resources .more {
    position: absolute;
    right: 66px ;
    top: 0;
    width: 36px;
    height: 36px;
    background: url("/images/jl-img.png") -84px -164px no-repeat;
}
#resources .video:nth-child(2) .more {
    top: 21px;
    background: url("/images/jl-img.png") -84px -164px no-repeat;
}
#resources h1 {
    margin-top: 138px;
    font-size: 34px;
    text-align: center;
    line-height: 52px;
}
#resources h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 66px;
}
