﻿.bgf1{
	background: #f1f1f1;
}
.header{
	border-top: 4px solid #00a0e9;
	position: relative;
	z-index: 4;
}
.head_t{
	height: 50px;
	/* background: url(../images/head_bg.jpg) repeat-x center center; */
	background:#00a0e9;
}
.head_sm{
	margin-top: 11px;
}
.head_sm a{
	float: left;
	width: 28px;
	height: 28px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border-radius: 28px;
	margin: 0 4px 0 0;
}
.head_sm a.icon_fb{
	background: url(../images/facebook.png) no-repeat center center;
	background-size: 20px 20px;
}
.head_sm a.icon_yb{
	background: url(../images/youtube.png) no-repeat center center;
	background-size: 20px 20px;
}
.head_sm a.icon_li{
	background: url(../images/linkin.png) no-repeat center center;
	background-size: 20px 20px;
}

.head_sm a:hover{
	-webkit-transform:translateY(-3px);
	transform: translateY(-3px);
}
/**language***/
.language{
	position: relative;
	margin-right: 42px;
}
.language_t{
	height: 50px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	cursor: pointer;
}
.language_t .icon{
	font-size: 14px;
	color: #fff;
}
.language_t .text{
	color: #fff;
	padding:0 10px;
}
.language_t .icon2{
	width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    margin-top: 6px;
}

.language_down{
	display: none;
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 3;
	width: 80px;
	text-align: center;
	padding: 5px 0;
	background: #2d2d2d;
}
.language_down a{
	display: block;
	color: #fff;
	line-height: 30px;
	font-size: 14px;
}
.language_down a:hover{
	background: #666;
}
.language:hover .language_down{
	display: block;
}

.head_set_map{
	color: #fff;
	line-height: 50px;
	font-size: 16px;
	margin-right: 40px;
	text-transform: capitalize;
}

/**search**/
.search_box{
	width: 176px;
	height: 28px;
	font-size: 14px;
	border-radius: 9px;
	border: 1px solid #fff;
	margin-top: 11px;
}
.search_inp{
	float: left;
	width: 134px;
	height: 26px;
	line-height: 26px;
	padding-left: 10px;
	font-size: 12px;
	color: #fff;
	border: none;
	background: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border: none;
	background: none;
}
.search_inp::-webkit-input-placeholder{
	color: #fff;
}
.search_btn_box{
	float: right;
	position: relative;
	width: 40px;
	height: 26px;
}
.search_btn{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
	width: 40px;
	height: 26px;
	text-align: center;
	background: none;
	border: none;
	cursor: pointer;
}
.search_btn_ico{
	width: 40px;
	height:28px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
/***menu***/
.head_b{
	height: 110px;
	background: #fff;
	box-shadow: 5px 0 8px rgba(180,180,180,.35);
}
.menu_dl{
	width: 484px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	align-items: center;
	-webkit-align-items: center;
	margin-top: 32px;
}
.menu_dl dd{
	height: 78px;
	line-height: 78px;
	position: relative;
}
.menu_tt{
	display: block;
	color: #1a1a1a;
	font-size: 16px;
	text-transform: capitalize;
	position: relative;
}
.menu_dl dd .menu_tt:after{
	content: "";
	position: relative;
	top: -20px;
	display: block;
	width:0;
	height: 2px;
	background: #00a0e9;
	margin: 0 auto;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu_dl dd:hover .menu_tt:after,.menu_dl dd.hover .menu_tt:after{
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu_down{
	display: none;
	position: absolute;
	left: 0;
  z-index:5;
	top: 78px;
	width: 260px;
	padding:12px 10px; 
	background: #f1f1f1;
}
.menu_down a{
	display: block;
	width: 100%;
	line-height: 30px;
    padding:5px 0 5px 10px;
	font-size: 14px;
	color: #333;
	text-align: left;
  border-bottom:1px solid #c6c6c6;
}
.menu_down a:hover{
	color: #fff;
	background: #00a0e9;
}



.logo{
	width: 228px;
	height: 98px;

}
.logo a{
	display: table-cell;
	width: 228px;
    height: 120px;
	vertical-align: middle;
}
.logo a img{
	display: block;
	width: 228px;
	margin: 0 auto;
}


/**banner***/
.banner{
	width: 100%;
	height: 638px;
	position: relative;
	overflow: hidden;
}
.banner .hd{
	position: absolute;
	left: 0;
	bottom: 32px;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.banner .hd ul li{
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 999px;
	margin: 0 12px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/banner_ico2.png) no-repeat center center;
}
.banner .hd ul li.on{
	background:url(../images/banner_ico.png) no-repeat center center;
}

.banner .bd{
	width: 100%;
	height: 638px;
	position: relative;
}
.banner .bd ul li a{
	display: block;
	width: 100%;
	height:638px;
}
.banner_border{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	width: 100%;
	height: 2px;
	background: #000;
}
.banner_border:before{
	content: "";
	float: left;
	width: 50%;
	height: 2px;
	background: #00a0e9;
}

/**more_btn***/
.more_btn1{
	display: block;
	width: 130px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	border-radius: 30px;
	font-family: arial;
	background: #00a0e9;
}
.more_btn2{
	display: block;
	width: 130px;
	height: 30px;
	line-height: 28px;
	color: #666;
	text-align: center;
	font-family: arial;
	border-radius: 30px;
	background: #f5f5f5;
	border: 1px solid #bfbfbf;
}
.more_btn3{
	display: block;
	width: 130px;
	height: 30px;
	color: #00a0e9;
	text-align: center;
	line-height: 30px;
	border-radius: 30px;
}



/**slide_btn***/
.slider_prev,.slider_next{
	display: block;
	position: absolute;
	top: 50%;
	z-index: 2;
	margin-top: -19px;
	width: 38px;
	height: 38px;
	border-radius: 38px;
	background: url(../images/prev_btn_1.png) no-repeat center center;
	cursor: pointer;
	border: 1px solid #838383;
}
.slider_prev{
	left: 0;
}
.slider_next{
	right: 0;
	transform: rotateZ(-180deg);
	-webkit-transform: rotateZ(-180deg);
}
.slider_prev:hover{
	border: 1px solid #00a0e9;
	background: #00a0e9 url(../images/prev_btn_2.png) no-repeat center center;
}
.slider_next:hover{
	border: 1px solid #00a0e9;
	background: #00a0e9 url(../images/prev_btn_2.png) no-repeat center center;
}

/**ind_box1**/
.ind_title1{
	padding-bottom: 20px;
}
.ind_tt{
	font-size: 48px;
	line-height: 56px;
	color: #1a1a1a;
}
.ind_tt .colorOrg{
	color: #00a0e9;
}
.ind_tt .colorf{
	color: #fff;
}
.ind_sub_tt{
	line-height: 16px;
	color: #999999;
	max-width: 665px;
	margin: 0 auto;
}
.ind_line{
	width:40px;
	height: 3px;
	background: #00a0e9;
	margin-top: 12px;
	margin-bottom: 12px;
}
.ind_box1_tt .ind_title1 .more_btn1{
	position: absolute;
	left: 50%;
	bottom: -15px;
	margin-left: -65px;
	z-index: 2;
}
.ind_title1 .ind_tt2{
  font-size:24px !important;
}
.ind_title1_clm{
	text-align: center;
	padding: 15px 0;
}
.ind_title1_clm .item{
	display: inline-block;
	padding: 0 15px;
	color: #666;
	font-size: 16px;
	line-height: 30px;
	background: #f1f1f1;
	margin: 0 5px 8px;
	cursor: pointer;
}
.ind_title1_clm .item.hover{
	color: #fff;
	background:#00a0e9;
}



.ind_box1_tt{
	background: #fff;
	padding: 40px 0 0 0;
	position: relative;
}

.ind_box1{
	padding:55px 0 0 0;
	background:#f1f1f1;
	position: relative;
	overflow: hidden;
}

.ind_pro_box{
	position: relative;
}
.ind_pro_box .hd{
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
}
.ind_pro_box .hd ul{
	width: 100%;
	text-align: center;
}
.ind_pro_box .hd ul li{
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	background: #ddd;
	line-height: 999px;
	overflow: hidden;
	cursor: pointer;
	margin:0 8px;
}
.ind_pro_box .hd ul li.on{
	background: #62bfc4;
}
.ind_pro_box .prev:hover,.ind_pro_box .next:hover{
	background-color: #1f1f1f;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


.ind_pro_box .bd{
	overflow: hidden;
}
.pro_list1 dd{
	float: left;
	width:290px;
	overflow: hidden;
	margin-right: 13px;
}
.pro_list1 dd .tt{
	width: 100%;
	display: block;
	height: 50px;
	line-height:50px;
	font-size: 18px;
	color: #fff;
	padding: 0 10px;
	font-family: "gadugib";
	text-align: center;
	/* background: url(../images/ind_pro_tt_bg.jpg) repeat-x center center; */
	background:#00a0e9;
}
.pro_list1 dd .tt2{
	width: 100%;
	color: #1a1a1a;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	font-family: "gadugib";
	margin-bottom: 8px;
}
.pro_list1 dd .pic{
	display: block;
	width: 290px;
	height: 290px;
	overflow: hidden;
	margin-bottom: 2px;
	background: #fff;
}
.pro_list1 dd .pic img{
	display: block;
	width: 290px;
	height: 290px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_list1 dd .con{
	width: 100%;
	background: #fff;
	padding:10px 20px 20px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	overflow: hidden;
}
.pro_list1 dd .text{
	height: 48px;
	line-height: 16px;
	font-size: 14px;
	color: #999;
	margin-bottom: 22px;
}
.pro_list1 dd:hover{
	border-color: #62bfc4;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_list1 dd:hover .more_btn2{
	color: #fff;
	background: #00a0e9;
	border-color: #00a0e9;
}
.pro_list1 dd:hover .pic img{
	transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_list1 dd:hover .text{
	color: #4c4c4c;
}


/**ind_box2  pack**/
.ind_box2{
	padding: 40px 0 35px;
	background: url(../images/pack_bg.jpg) no-repeat center center;
}
.pack_list_box{
	position: relative;
	margin-bottom: 55px;
}

.pack_list_box .hd{
	position: absolute;
	left: 0;
	bottom: -56px;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.pack_list_box .hd ul li{
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 999px;
	margin: 0 10px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/banner_ico2.png) no-repeat center center;
}
.pack_list_box .hd ul li.on{
	background:url(../images/banner_ico.png) no-repeat center center;
}
.pack_list1 dd{
	float: left;
	width: 290px;
	height: 285px;
	border-bottom: 3px solid #00a0e9;
	margin-right: 13px;
	position: relative;
}
.pack_list1 dd .pic{
	width: 290px;
	height: 218px;
	overflow: hidden;
}
.pack_list1 dd .pic img{
	display: block;
	width: 290px;
	height: 218px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pack_list1 dd .con{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 64px;
	background: url(../images/pack_tt_bg.jpg) repeat-x center center;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pack_list1 dd .tt{
	color: #fff;
	font-size: 18px;
	font-family: "gadugib";
}
.pack_list1 dd .text{
	display: none;
	line-height: 18px;
	color: #f6d1ad;
	font-size: 14px;
	max-height: 36px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pack_list1 dd:hover .con{
	height: 97px;
	background: #00a0e9;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pack_list1 dd:hover .text{
	display: block;
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box3{
	padding: 30px 0 40px;
}
.ind_about_l{
	width: 560px;
	padding-top: 30px;
}
.ind_about_text{
	font-size: 16px;
	line-height: 30px;
	color: #666;
	max-height: 150px;
	margin-bottom: 20px;
}

.ind_about_pic{
	width: 600px;
	height: 350px;
	position: relative;
	overflow: hidden;
}
.ind_about_pic .hd {
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 100%;
}
.ind_about_pic .hd{
	position: absolute;
	left: 0;
	bottom: 15px;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.ind_about_pic .hd ul li{
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 999px;
	margin: 0 10px;
	overflow: hidden;
	cursor: pointer;
	background: none;
	border: 2px solid #fb7d02;
	border-radius: 16px;
}
.ind_about_pic .hd ul li.on{
	background:url(../images/banner_ico.png) no-repeat center center;
	border: none;
}

.ind_about_pic .bd{
	width: 600px;
	height: 350px;
}
.ind_about_pic .bd ul li,.ind_about_pic .bd ul li img{
	width: 600px;
	height: 300px;
}

/***ind_box4 factory**/
.ind_box4{
	padding: 30px 0;
}

.ind_factory_list1{
	padding:20px 0;
}
.factory_list1 dd{
	float: left;
	width: 290px;
	height:268px;
	margin: 0 5px;
}
.factory_list1 dd .pic{
	width: 290px;
	height: 218px;
	overflow: hidden;
}
.factory_list1 dd img{
	display: block;
	width: 290px;
	height: 218px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.factory_list1 dd .tt{
	display: block;
	height: 48px;
	line-height: 46px;
	color: #4c4c4c;
	font-size: 16px;
	text-align: center;
	padding: 0 10px;
}
.factory_list1 dd:hover img{
	transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.factory_list1 dd:hover .tt{
	color: #00a0e9;
}
/***ind_service**/
.ind_box5{
	background:currentColor;
}
.service_list1 dt{
	float: left;
	width: 300px;
	height: 218px;
	/* background: url(../images/service_bg.jpg) no-repeat center center; */
	background:#00a0e9;
}
.service_list1 dt a{
	width: 300px;
	height: 218px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
}
.service_list1 dt .tt{
	font-size: 40px;
	color: #fff;
  text-align:center;
	margin-bottom:16px;
}
.service_list1 dt .more{
	width: 86px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 20px;
	color: #fa7c00;
	background: #fff;
}
.service_list1 dd{
	float: left;
	width: 290px;
	height: 218px;
	margin-left: 10px;
	position: relative;
}
.service_list1 dd a img{
	display: block;
	width: 290px;
	height: 218px;
}
.service_list1 dd .con{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 290px;
	height: 218px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	background: rgba(0,0,0,.5);
}
.service_list1 dd .icon{
	width: 82px;
	height: 82px;
	border-radius: 82px;
	border: 1px solid #fff;
	margin-bottom: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.service_list1 dd .icon1{
	background: url(../images/service_ico1.png) no-repeat center center;
}
.service_list1 dd .icon2{
	background: url(../images/service_ico2.png) no-repeat center center;
}
.service_list1 dd .icon3{
	background: url(../images/service_ico3.png) no-repeat center center;
}
.service_list1 dd .tt{
	color: #fff;
	font-size: 18px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.service_list1 dd:hover .tt,.service_list1 dd:hover .icon{
	-webkit-transform:translateY(-3px);
	transform: translateY(-3px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

/**ind_box6***/
.ind_box6{
	padding: 45px 0 20px;
}
.ind_news_list1{
	padding: 30px 0 0 0;
}
.news_list1 dd{
	float: left;
	width: 590px;
	height: 157px;
	padding: 10px;
	border: 1px solid #e0e0e0;
	margin:0 20px 20px 0;
	ransition: all .5s;
    -webkit-transition: all .5s;
}
.news_list1 dd:nth-child(even){
	margin-right: 0;
}
.news_list1 dd .pic{
	float: left;
	width: 180px;
	height: 135px;
	position: relative;
}
.news_list1 dd .pic img{
	display: block;
	width: 180px;
	height: 135px;
}
.news_list1 dd .date{
	position: absolute;
	left: 518px;
	top: 95px;
	width: 61px;
	height: 50px;
	color: #fff;
	background: #00a0e9;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
}
.news_list1 dd .date .day{
	font-size: 30px;
	line-height: 34px;
}
.news_list1 dd .con{
	float:right;
	width: calc(100% - 200px);
	height: 135px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.news_list1 dd .tt{
	display: block;
	line-height: 30px;
	height: 30px;
	color: #333;
	font-size: 16px;
	font-family: "gadugib";
}
.news_list1 dd .text{
	line-height: 18px;
	font-size: 14px;
	max-height: 36px;
	color: #666;
	margin: 12px 0 15px;
}
.news_list1 dd .eye{
	color: #999;
}
.news_list1 dd .eye .icon{
	margin-right: 8px;
}
.news_list1 dd:hover{
	box-shadow: 0 0px 10px rgba(0,0,0,.15);
    transition: all .5s;
    -webkit-transition: all .5s;
}

.news_list1 dd:hover .tt{
	color: #00a0e9;
}



/**footer***/
.footer_t{
	padding: 56px 0 30px;
	background: url(../images/footer_bg.jpg) no-repeat center center;
	position: relative;
}
.footer_con{
	position: absolute;
	left: 50%;
	top: -60px;
	margin-left: -600px;
	width: 370px;
	height: 460px;
	background: url(../images/footer_contact_bg.jpg) no-repeat center bottom;
}
.footer_con_tt{
	height: 60px;
	padding: 0 20px;
	/* background: url(../images/service_bg.jpg) repeat center center; */
	background:#00a0e9;
}
.footer_con_tt_text{
	color: #fff;
	line-height: 60px;
	font-size: 16px;
	margin-right: 30px;
}
.footer_con_tt .head_sm{
	margin-top: 17px;
}

.footer_logo{
	padding: 28px 0;
}
.footer_logo img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.contact_list1 dd{
	clear: both;
	padding:0 35px;
	line-height: 30px;
	overflow: hidden;
}
.contact_list1 dd .icon{
	width: 20px;
	height: 30px;
	line-height: 30px;
	color: #00a0e9;
	font-size: 14px;
	text-align: left;
	margin-right: 8px;
}
.contact_list1 dd .con{
	width: calc(100% - 28px);
	font-size: 14px;
	color: #666;
}
.contact_list1 dd .tt{
	font-family: "gadugib";
	margin-right: 3px;
}
.contact_list1 dd a.con:hover{
	color: #00a0e9;
}
.footer_t_r{
	width: 780px;
}
.footer_t_pro{
	margin-bottom: 30px;
}
.footer_title{
	margin-bottom: 15px;
}
.footer_title .tt{
	color: #fff;
	font-size: 24px;
	font-family: "gadugib";
}
.footer_pro_list a{
	float: left;
	width: 33.3%;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}
.footer_pro_list a:hover{
	color: #00a0e9;
	text-decoration: underline;
}

.footer_inq_clm1{
	width: 315px;
	height: 30px;
	position: relative;
	margin-bottom: 20px;
}
.footer_inq_clm1_ico{
	position: absolute;
	left: 10px;
	line-height: 30px;
	color: #f00;
}
.footer_inq_inp{
	width: 315px;
	height: 30px;
	padding-left: 18px;
	border: none;
	color: #333;
	background: #fff;
}
.footer_inq_clm2{
	width: 315px;
	height: 80px;
	background: #fff;
	position: relative;
	margin: 0 20px 0;
}
.footer_inq_inp::-webkit-input-placeholder,.footer_inq_area::-webkit-input-placeholder{
	color: #999;
}
.footer_inq_area{
	width: 100%;
	height: 100%;
	border: none;
	padding: 5px 10px 5px 18px;
}
.footer_inq_clm3{
	width: 110px;
	height: 80px;
	background: #00a0e9;
	position: relative;
}
.footer_inq_btn{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 110px;
	height: 80px;
	background: none;
	border: none;
	cursor: pointer;
}
.footer_inq_btn_ico{
	color: #fff;
	font-size: 18px;
	width: 110px;
	height: 80px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	font-family: "gadugib";
}
.footer_inq_btn_ico .icon{
	width: 28px;
	height: 24px;
	background: url(../images/sub_ico.png) no-repeat center center;
	margin-right: 10px;
}
.footer_b{
	height: 50px;
	line-height: 50px;
	color: #2e2e2e;
	font-family: arial;
	font-size: 14px;
	/* background: url(../images/ind_pro_tt_bg.jpg) repeat-x center center; */
	background:#00a0e9;
}
.footer_b a{
	color:#2e2e2e;
	font-size: 14px;
}

/**sub_banner***/
.sub_banner{
	width: 100%;
	height: 192px;
	position: relative;
	overflow: hidden;
}
.sub_banner_text{
	position: absolute;
	left: 50%;
	top: 50%;
	margin:-24px 0 0 -600px;
	color: #fff;
	font-size: 48px;
	height: 48px;
	line-height: 48px;
}

/**location**/
.location{
	height: 30px;
	margin-top: -32px;
	position: relative;
	z-index: 2;
}
.location_text{
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	color: #fff;
	background: #00a0e9;
	font-size: 14px;
}

.location_text .icon{
	margin: 0 5px 0 0;
}
.location_text a{
	color: #fff;
}


/***pro_det_t***/
.pro_det_t{
	background: #fff;
	padding-bottom: 40px;
	margin-top:20px;
}
/*^^^^产品大图^^^^*/
.big_pic_show_box{
	width: 600px;
}
.big_pic_show {
	width: 600px;
	z-index: 1;
}
.bigpic {
	width:500px;
	height:498px;
	margin-bottom: 20px;
	border: 1px solid #e1e1e1;
}
.bigpic a {
	display: block;
	position: relative;
}
.bigpic a img{
	display: block;
}
div.zoomDiv {
	z-index: 999;
	position: absolute;
	border: solid 1px #ddd;
	width:500px !important;
	height:430px !important;
	background: #ffffff;
	display: none;
	text-align: center;
	overflow: hidden;
}
div.zoomMask {
	position: absolute;
	width: 40px !important;
	height: 40px !important;
	background:url(../images/float_layer.png) repeat;
	cursor:move;
	z-index: 99;
}

/* Header look and feel CSS class */
/* header is shown if "title" attribute is present in the <A> tag */
.MagicZoomHeader {
	font:			10px Tahoma, Verdana, Arial, sans-serif;
	color:			#fff;
	background:		#91b817;
	text-align:     center !important; 
}


/* CSS class for small looking glass square under mouse */
.MagicZoomPup {
	border: 		1px solid #aaa;
	background: 	#ffffff;
}

/* CSS style for loading animation box */
.MagicZoomLoading {
	text-align:		center;
	background: 	#ffffff;
	color:			#444;
	border: 		1px solid #ccc;
	opacity:		0.8;
	padding:		3px 3px 3px 3px !important;
	display: 		none; /* do not edit this line please */
}

/* CSS style for gif image in the loading animation box */
.MagicZoomLoading img {
	padding-top:	3px !important;
}
.MagicZoomBigImageCont{
	background:#fff;
	width: 400px !important;
	height: 400px !important;
}
.MagicZoomBigImageCont img{
	display: block;
	max-width: none !important;
	width: 1000px !important;
	height:751px !important;
}


.moveBox{
	width:600px;
	height:75px;
	position:relative;
}
.pageLeft,.pageRight{
	width:20px;
	height:75px;
	position:absolute;
	top:0;
	cursor:pointer;
	background:#b5b5b5 url(../images/prev_btn_2.png) no-repeat center center;
}
.pageLeft{
	left:0px;
}
.pageRight{
	right:0px;
	transform: rotateZ(-180deg);
	-webkit-transform: rotateZ(-180deg);
}
.pageLeft:hover,.pageRight:hover{
	background-color: #00a0e9;
}
.move_content{
	clear:both;
	width:536px;
	height:75px;
	overflow:hidden;
	position:relative;
	margin: 0 auto;
	}
.rexiaoPic {
	overflow:hidden;
	width:536px;
	height:75px;
}
.sell_order {
	width:9999px;
	position:absolute
}
.rexiaoPic li{
	width:100px;
	height:75px;
	float:left;
	margin:0 8px 0 0;
	background:#fff;
	color:#fff;
	overflow:hidden;
	cursor:pointer;
	border:1px solid #e5e5e5;
}
.rexiaoPic li.hover{
	border:1px solid #00a0e9;
	}
.rexiaoPic li img{
	width:98px;
	height:73px;
}
/*^^^^产品大图end^^^^*/

.p_det_inf{
	width:calc(100% - 600px);
	overflow: hidden;
	padding-left: 30px;
}
.p_det_inf_tt{
	line-height: 30px;
	color: #212121;
	font-size: 24px;
	font-family: "gadugib";
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #e5e5e5;
}
.p_det_inf_list{
	padding: 20px 0 15px 0;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}
.p_det_inf_clm{
	line-height: 18px;
	margin-bottom: 18px;
}

.p_det_inf_clm .icon{
	float: left;
	width: 6px;
	height: 6px;
	background: #bfbfbf;
	margin: 6px 0 0 0;
}
.p_det_inf_clm .text{
	float: right;
	width: calc(100% - 14px);
	color: #303030;
	font-size: 14px;
	line-height: 18px;
}



.p_det_btn_share{
	padding: 28px 0 10px 0;
	background: #f9f9f9;
}

.p_det_share{
	padding-right: 15px;
}
.p_det_share .text{
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	padding-right: 5px;
}
.p_det_btn{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: center;
	-webkit-align-content: center;
	margin-bottom: 30px;
}
.p_det_btn a{
	float: left;
	width: 180px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-content: center;
	margin-right: 15px;
	background: #ff8489;
}
.p_det_btn a .icon{
	font-size: 22px;
	line-height: 40px;
	margin-right: 10px;
}

.p_det_btn a:nth-child(1){
	background: #00a0e9;
}
.p_det_btn a:nth-child(2){
	background: #ff5400;
}
.p_det_btn a:nth-child(3){
	background: #ce3f00;
}

.share_text{
	line-height: 24px;
	color: #353535;
	font-size: 14px;
	padding-right: 5px;
}
.at-style-responsive .at-share-btn{
	padding:0!important;
}
.at-resp-share-element.at-mobile .at-share-btn{
	margin-top:0px;
	margin-right: 4px;
}
.at-resp-share-element .at-share-btn .at-icon-wrapper{
	    width: 24px!important;
    height: 24px!important;
}
.at-resp-share-element .at-icon, .at-resp-share-element .at-label{
	width: 24px!important;
    height: 24px!important;
}

/**pro_det_b***/
.pro_det_bars_box{
	position: relative;
	width: 1200px;
	height: 46px;
	margin: 0 auto;
}
.pro_det_bars{
	width: 1200px;
	height: 46px;
	z-index: 9;
}
.pro_det_bars_l div{
	float: left;
	width:198px;
	color: #fff;
	font-size: 18px;
	line-height: 46px;
	position: relative;
	cursor: pointer;
	text-align: center;
	margin: 0 1px;
	background: #d9d9d9;
}
.pro_det_bars_faq{
	float: left;
	width:198px;
	color: #fff;
	line-height: 46px;
	font-size: 18px;
	margin: 0 1px;
	text-align: center;
	background: #d9d9d9;
}
.pro_det_bars_l div:before{
	content: "";
	position: absolute;
	left: 50%;
	bottom:-20px;
	display: none;
	margin-left: -5px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-left-width: 8px;
    border-right-width: 8px;
    border-color: #00a0e9 transparent transparent transparent;
}
.pro_det_bars_l div.hover{
	background: #00a0e9;
}
.pro_det_bars_faq.hover{
	background: #00a0e9 !important;
}
.pro_det_bars_l div.hover:before{
	display: block;
}
.pro_det_bars_faq.hover:before{
	display: block;
}



.pro_det_tabs{
	padding: 50px 0 0 0;
	margin-bottom: 30px;
}
.pro_det_tabs_01{
	padding-bottom: 20px;
	border-bottom: 1px dashed #d9d9d9;
	margin-bottom: 20px;
	font-size: 16px;
}
.pro_inf_tabs_tt{
	line-height: 30px;
	color: #1a1a1a;
	font-size: 18px;
	font-family: "gadugib";
	padding-bottom: 20px;
}

.pro_inf_tabs_clm{
	margin-bottom: 15px;
	font-size: 14px;
}
.pro_inf_tabs_clm .icon{
	float: left;
	width: 18px;
	height: 18px;
	background: url(../images/pro_det_clm_ico.png) no-repeat center center;
}
.pro_inf_tabs_clm .con{
	float: right;
	width: calc(100% - 28px);
}
.pro_inf_tabs_clm .con .tt{
	color: #474747;
	line-height: 20px;
	font-family: "gadugib";
	padding-bottom: 10px;
}
.pro_inf_tabs_clm .text{
	color: #474747;
	line-height: 18px;
}
.pro_inf_tabs_text{
	line-height: 24px;
	color: #474747;
	font-size: 14px;
}


.pro-table table tr td{
	padding: 10px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #bfbfbf;
}
.pro-table table tr td:nth-child(1){
	background: #fff;
	color: #212121;
	font-size: 16px !important;
	font-family: "gadugib";
}
.pro-table table tr:nth-child(1) td{
	color: #333;
	font-family: "gadugib";
	background: #ffd1a5;
}

.pro_det_sam_pic{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: center;
	-webkit-align-items: center;
	flex-flow: wrap;
	-webkit-flex-flow: wrap;
}
.pro_det_sam_pic img{
	display: block;
	max-width: 100%;
	margin: 5px;
}


.related_pro_box{
	background: #f1f1f1;
	padding: 30px 0 40px;
}
.related_pro_tt{
	height: 30px;
	background: url(../images/related_bg.png) repeat-x center center;
}
.related_pro_tt .tt{
	height: 30px;
	line-height: 30px;
	background: #f1f1f1;
	padding-right: 10px;
	font-size: 24px;
	font-family: "gadugib";
}
.related_pro_tt .ttr{
	width:70px;
	height: 30px;
	background: #f1f1f1;
}
.rela_pro_box{
	position: relative;
	margin: 30px 0;
}
.rela_pro_box .slider_prev ,.rela_pro_box .slider_next{
	top: -38px;
	width: 26px;
	height: 26px;
	background-size: 7px 13px;
}
.rela_pro_box .slider_prev{
	right: 34px;
	left: auto;
}
.rela_pro_box .slider_next{
	right: 0;
}
.rela_pro_list1 dd .tt{
	background: url(../images/rela_tt.png) repeat-x center center;
}
.rela_pro_list1 dd .more_btn2{
	margin-top: -15px;
	position: relative;
	z-index: 2;
}


/**faq**/
.faq_box{
	margin-bottom: 30px;
}
.faq_tt{
	height: 55px;
	line-height: 55px;
	color: #fff;
	font-size: 14px;
	background: url(../images/faq_tt.jpg) repeat-x center center;
	overflow: hidden;
}
.faq_tt .icon{
	float: left;
	width: 20px;
	height: 55px;
	margin:0 12px 0 30px;
	background: url(../images/faq_ico.png) no-repeat center center;
}
.faq_con{
	padding: 45px 40px;
	border: 1px solid #dcdcdc;
}
.faq_list1 dd{
	margin-bottom: 10px;
}
.faq_list1 dd .tt{
	float: left;
	width: 90px;
	font-size: 14px;
	padding-right: 10px;
	text-align: right;
}
.faq_list1 dd .tt .red{
	color:#c63236;
	font-size: 16px;
}
.faq_list_inp ,.faq_list_area{
	padding: 0 10px;
	width: calc(100% - 95px);
	border: 1px solid #c2c2c2;
}
.faq_list_inp{
	height: 30px;
}
.faq_list_area{
	padding: 10px;
	height: 95px;
	resize: none;
}
.faq_list_btn_box{
	padding-top: 40px;
	margin-left: 85px;
}
.faq_list_btn_clm{
	float: left;
	width:220px;
	height: 38px;
	text-align: center;
	position: relative;
	margin-right: 10px;
}
.faq_list_btn{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	display: block;
	width: 100%;
	height:100%;
	border: none;
	background: none;
	cursor: pointer;
}
.faq_list_btn_text{
	color: #fff;
	line-height: 38px;
	font-size: 16px;
	background: #b4a291;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
.faq_list_btn_text .icon{
	font-size: 16px;
	margin-right: 8px;
}
.faq_list_btn_clm.hover .faq_list_btn_text{
	background: #00a0e9;
}

/****main_l***/
.main_l{
	width: 270px;
}
.main_l_t{
	border: 1px solid #bfbfbf;
}
.main_l_title{
	height: 130px;
	font-size:36px;
	line-height: 36px;
	color: #00a0e9;
	font-family: "gadugib";
	padding: 43px 0  0 20px;
	background: url(../images/nav_tt_bg.jpg) no-repeat center center;
	position: relative;
}
.main_l_title .icon{
	float:left;
	margin-right: 8px;
	font-size: 30px;
	line-height: 30px;
	margin-top: 5px;
}
.main_l_title:after{
	content: "";
	display: block;
	position: absolute;
	left: 20px;
	bottom: 31px;
	width:46px;
	height: 3px;
	background: #00a0e9;
}
.nav_dl{
	clear: both;
	overflow: hidden;
	padding-bottom: 15px;
	background: #fff;
}
.nav_dl dd{
}
.nav_dl_tt{
	display: block;
	position: relative;
	line-height: 20px;
	padding: 8px 20px 8px 34px;
	color: #333;
	font-size: 14px;
	border-bottom: 1px solid #ededed;
}
.nav_dl_tt:before{
	content: "";
	position: absolute;
	left: 20px;
	top: 16px;
	width:4px;
	height: 4px;
	background: #666;
}
.nav_dl_tt .icon{
	position: absolute;
	right: 20px;
	top: 50%;
	z-index: 2;
	margin-top: -6px;
	display: none;
	width: 8px;
	height: 12px;
	background: url(../images/nav_dd_ico.png) no-repeat center center;
}
.nav_dl dd.hover .nav_dl_tt{
	background:#00a0e9;
	font-family: "gadugib";
	color: #fff;
}
.nav_dl dd.hover .nav_dl_tt .icon{
	display: block;
}
.nav_dl dd.hover .nav_dl_tt:before{
	background: #fff;
}


.nav_dl_down{
	display: none;
	padding: 10px 0;
	font-size: 14px;
}
.nav_dl_two{
	display: block;
	position: relative;
	padding: 10px 15px 10px 46px;
}
.nav_dl_two:before{
	content: "";
	position: absolute;
	left: 32px;
	top: 16px;
	width:4px;
	height: 4px;
	background: #666;
}
.nav_dl_three{
	display: none;
	padding-left: 20px;
	padding: 5px 0;
}
.nav_dl_three a{
	display: block;
	line-height: 24px;
	padding: 5px 0 5px 45px;
}
.nav_dl_three a.hover{
	color: #333;
	background: #f1f1f1;
}
.nav_dl dd.hover .nav_dl_down{
	display: block;
}
.nav_dl dd .nav_dl_two_box.hover .nav_dl_two{
	background:#ff9b39;
	font-family: "gadugib";
	color: #fff;
}
.nav_dl dd .nav_dl_two_box.hover .nav_dl_two:before{
	background: #fff;
}
.nav_dl dd .nav_dl_two_box.hover .nav_dl_three{
	display: block;
}









.hot_pro_box{
	position: relative;
	width: 100%;
	padding: 9px;
	padding-bottom: 38px;
	border: 1px solid #bfbfbf;
	border-top: none;
}
.hot_pro_ico{
	position: absolute;
	left: 9px;
	top: 9px;
	z-index: 2;
	width: 32px;
	font-family: "gadugib";
	height: 38px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	background: url(../images/hot_pro_ico.png) no-repeat center center;
}
.hot_pro_box .hd{
	position: absolute;
	left: 0;
	bottom:7px;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.hot_pro_box .hd ul li{
	display: inline-block;
	width: 12px;
	height: 12px;
	line-height: 999px;
	margin: 0 4px;
	overflow: hidden;
	cursor: pointer;
	background: none;
	border-radius: 12px;
	border: 1px solid #00a0e9;
}
.hot_pro_box .hd ul li.on{
	background:url(../images/hot_pro_ico2.png) no-repeat center center;
	border: none;
}

.hot_pro_box .bd{
	width:250px;
	height: 250px;
	background: #fff;
	overflow: hidden;
}
.hot_pro_box .bd ul li a img{
	display: block;
	width:250px;
	height:250px;
}
.mian_l_contact{
	margin-top: 10px;
	border: 1px solid #00a0e9;
}
.mian_l_contact_pic{
	width: 268px;
	height: 126px;
	position: relative;
}
.mian_l_contact_pic img{
	display: block;
	width: 268px;
	height: 103px;
}
.mian_l_contact_pic .tt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 46px;
	line-height: 46px;
	color: #fff;
	font-family: "gadugib";
	font-size: 24px;
	padding: 0 18px;
	/* background: rgba(0,146,109,.7); */
	background:#00a0e9;
	opacity:0.7;
}
.mian_l_contact_dl{
	background: #fff;
	padding:12px 15px;
}
.mian_l_contact_dl dd{
	clear: both;
	overflow: hidden;
	line-height: 24px;
	font-family: "gadugib";
	font-size: 16px;
	
}
.mian_l_contact_dl dd .icon{
	float: left;
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #333;
}
.mian_l_contact_dl dd a{
	color: #666;
}
.mian_l_contact_dl dd a:hover{
	text-decoration: underline;
}


.main_r{
	width: 900px;
}
.sub_pro_list1 dd{
	margin-bottom: 13px;
}
.sub_pro_list1 dd:nth-child(3n){
	margin-right: 0;
}


/***about**/
.sub_tt{
	font-size: 36px;
}

.news_view_box{
	line-height: 30px;
	color: #1a1a1a;
	font-size: 16px;
}
.news_view_box img{
	max-width: 100%;
	margin: 0 auto;
}

.about_tt1{
	font-size:24px;
	color: #00a0e9;
	font-family: "gadugib";
	margin-bottom: 15px;
}

.about_pic_scroll{
	width: 100%;
	padding: 0 30px;
	position: relative;
}
.about_pic_scroll .hd{
	display: none;
}
.about_pic_scroll .slider_prev,.about_pic_scroll .slider_next{
	width: 26px;
	height: 26px;
	background-size: 7px 13px;
}

.about_pic_scroll .bd ul li{
	float: left;
	width: 417px;
	height: 244px;
	overflow: hidden;
	margin-right: 6px;
}
.about_pic_scroll .bd ul li img{
	display: block;
	width: 417px;
	height: 244px;
}

/***sub_news***/

.news_list2{
	padding: 30px 0 0 0;
}
.news_list2 dd{
	clear: both;
	margin:0 0 60px 0;
	overflow: hidden;
	ransition: all .5s;
    -webkit-transition: all .5s;
}
.news_list2 dd .pic{
	float: left;
	width: 300px;
	height: 225px;
	position: relative;
}
.news_list2 dd .pic img{
	display: block;
	width: 330px;
	height: 225px;
}
.news_list2 dd .date{
	position: absolute;
	right: -30px;
	top: 50%;
	width: 60px;
	height: 60px;
	color: #fff;
	margin-top: -30px;
	background: #00a0e9;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
}
.news_list2 dd .date .day{
	font-size: 30px;
	line-height: 34px;
}
.news_list2 dd .con{
	float:right;
	width: calc(100% - 400px);
	height: 225px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.news_list2 dd .tt{
	line-height: 24px;
	color: #333;
	font-size: 24px;
	max-height: 48px;
	font-family: "gadugib";
	margin-bottom: 17px;
}
.news_list2 dd .text{
	line-height: 24px;
	font-size: 14px;
	max-height: 72px;
	color: #666;
	margin: 25px 0 15px;
}
.news_list2 dd .eye{
	color: #999;
}
.news_list2 dd .eye .icon{
	margin-right: 8px;
}
.news_list2 dd:hover .tt{
	color: #00a0e9;
}
.news_list2 dd:hover .more_btn3{
	color: #fff;
	background: #00a0e9;
}

/**page**/
.page{
	padding: 40px 0;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	overflow: hidden;
}




/**contact_t1***/
.contact_t1{
	margin-bottom: 40px;
}
.contact_t1_inf{
	width: 360px;
}
.contact_t1_map{
	width: calc(100% - 400px);
}
.contact_t1_map img{
	display: block;
	max-width: 100%;
	margin-top: 40px;
}

.contact_list2 dd{
	margin-bottom: 20px;
}
.contact_list2 dd .icon{
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 30px;
	color: #fff;
	background: #00a0e9;
}
.contact_list2 dd .con{
	width: calc(100% - 40px);
}


/***distributor**/
.dis_box1{
	margin-bottom: 80px;
}
.dis_inf{
	width: 901px;
	position: relative;
	z-index: 2;
	padding-top:36px;
}
.dis_inf_tt{
	color: #00a0e9;
	line-height: 40px;
	font-size: 30px;
	padding: 0 20px;
	margin-bottom: 20px;
}
.dis_inf_con{
	padding: 45px 40px;
	background: #f5f5f5;
	position: relative;
}
.dis_inf_con_icon{
	position: absolute;
	right: 0;
	top: 0;
	width: 51px;
	height: 115px;
	background: url(../images/dis_ico.png) no-repeat center center;
}
.dis_inf_con_tt{
	font-size: 36px;
	color: #333;
}
.dis_inf_con_text{
	padding: 10px 0 0 0;
	line-height: 24px;
	color: #666;
	font-size: 16px;
}
.dis_inf_con_ico img{
	display: block;
	margin: 0 auto;
}

.dis_inf_pic{
	width:calc(100% - 901px);
}
.dis_inf_pic img{
	float: right;
	display: block;
	width: 390px;
	height: auto;
}


/***news_det***/
.news_box{
	padding: 30px 22px;
	background: #fafafa;
}
.news_title{
	color: #303030;
	line-height: 24px;
	font-size: 24px;
	padding: 12px 0;
	
	text-align: center;
	padding-top: 10px;
}
.news_date{
	line-height: 24px;
	color: #00a0e9;
	font-size:12px;
	padding:12px 0 15px 0;
	border-bottom: 1px dashed #b3b3b3;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
.news_date_clm{
	height: 24px;
	padding-right: 25px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
.news_date_clm .icon{
	margin: 0 5px 0 0;
	font-size: 16px;
}

.newsViewBox{
	padding: 30px 20px;
	line-height: 30px;
	color: #444;
	font-size: 14px;
	border-bottom: 1px solid #b3b3b3;
	margin-bottom: 30px;
}
.newsViewBox img{
	max-width: 100%;
}


.news_det_page{
	padding: 20px 0;
}
.news_det_page_clm{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: center;
	-webkit-align-content: center;
	line-height: 24px;
	margin-bottom: 12px;
}
.news_det_page_clm .tt{
	color: #231815;
	font-size: 16px;
	width: 82px;
}
.news_det_page_clm .text{
	display: block;
	color: #454545;
	font-size: 14px;
}
.news_det_page_clm:hover .text{
	color: #00a0e9;
	text-decoration: underline;
}

/***solution**/
.solution_box{
	line-height: 30px;
	color: #666;
	font-size: 16px;
	padding: 20px;
	background: #f7f7f7;
	margin-bottom: 30px;
}
.solution_box img{
	max-width: 100%;
}
.solution_box_tt{
	line-height: 30px;
	font-size: 18px;
	color: #00a0e9;
	font-family: "gadugib";
	margin-bottom: 15px;
}

.solution_list1{
}
.solution_list1 dd{
	float: left;
	width: 180px;
	overflow: hidden;
	margin:0 46px 46px 0;
	border: 1px solid #c1c1c1;
}
.solution_list1 dd:nth-child(4n){
	margin-right: 0;
}
.solution_list1 dd:nth-child(4n+1){
	clear: both;
}

.solution_list_cover dd{
	float: left;
	width: 430px;
	overflow: hidden;
	padding: 15px 0;
	margin:0 40px 46px 0;
}
.solution_list_cover dd:nth-child(2n){
	margin-right: 0;
}
.solution_list_cover dd:nth-child(2n+1){
	clear: both;
}



.solution_list1 dd .pic{
	display: block;
	width: 168px;
	height: 168px;
	margin: 0 5px 5px;
}
.solution_list_cover dd .pic{
	display: block;
	width: 418px;
	height: auto !important;
	margin:0 5px 10px;
}

.solution_list1 dd .con{
	width: 100%;
	line-height: 30px;
	color: #333;
	text-align: center;
}
.solution_list1 dd .icon{
	font-size: 18px;
}
.solution_list1 dd .tt{
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #333;
	font-weight: bold;
	text-align: center;
	margin: 6px 0;
}
.solution_list1 dd .text{
	font-size: 12px;
	line-height: 26px;
	height: 104px;
	padding: 0 15px;
	color: #444;
}

.solution_list2 dd{
	float: left;
	width: 268px;
	margin: 0 42px 30px 0;
}
.solution_list2 dd:nth-child(4n){
	margin-right: 0;
}
.solution_list2 dd:nth-child(4n+1){
	clear: both;
}
.solution_list2 dd img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.solution_list2 dd .tt{
	font-size: 16px;
	text-align: center;
	padding: 0 6px;
	margin-top: 11px;
	line-height: 1.4em;
}

.solution_list1 dd .tt2{
	height: 48px;
	font-size:14px;
	line-height: 24px;
}
.solution_list1 dd .fl_tt{
	line-height:20px;
	text-align: center;
}
.solution_list1 dd .fl_tt span{
	color::#444;
	padding-right: 2px;
}
.solution_list1 dd .fl_tt a{
	color: #00a0e9;
}
.solution_list1 dd .fl_tt a:hover{
	text-decoration: underline;
}

.solution_list1_last dd{
	border: 0 !important;
}

/**service***/
.service_t1{
	color: #333;
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 30px;
}
.service_t2{
	font-size: 24px;
	color:#333;
	padding: 10px 0 15px;
}

.service_list2 dd{
	clear: both;
	padding: 10px;
	background: #f5f5f5;
	overflow: hidden;
	margin-bottom: 20px;
}
.service_list2 dd .pic{
	float: left;
	width: 610px;
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}
.service_list2 dd .pic .icon{
	position: absolute;
	right: -41px;
	top: 50%;
	width: 82px;
	height: 82px;
	margin-top: -41px;
	border-radius: 82px;
	background: #b4a291;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.service_list2 dd .tt{
	float: right;
	width: 260px;
	height: 225px;
	font-size: 24px;
	line-height: 36px;
	color: #333;
	font-family: "gadugib";
	padding-left: 50px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.service_list2 dd:hover .pic .icon{
	transform: scale(1.06,1.06);
	-webkit-transform: scale(1.06,1.06);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


.support_clm{
	clear: both;
	overflow: hidden;
	margin-bottom: 25px;
}
.support_clm_tt{
	line-height: 24px;
	color: #333;
	margin-bottom: 15px;
}
.support_clm_tt .icon{
	float:left;
	width: 12px;
	height: 12px;
	background: #00a0e9;
	margin: 6px 15px 0 0;
}
.support_clm_tt .tt{
	float: left;
	font-family: "gadugib";
	font-size: 16px;
	width: calc(100% - 28px);
}

.support_clm_text{
	line-height: 24px;
	color: #666;
	font-size: 16px;
	padding-left: 28px;
}



/***about——fac**/
.about_fac_list{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-flow: wrap;
	-webkit-flex-flow: wrap;

	align-items: center;
	-webkit-align-items: center;
}
.about_fac_list dd{
	float: left;
	width: 290px;
	height: 268px;
}
.about_fac_list dd .pic{
	overflow: hidden;
}
.about_fac_list dd .pic img{
	display: block;
	width: 290px;
	height: 218px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.about_fac_list dd .tt{
	height: 50px;
	line-height: 50px;
	color: #4c4c4c;
	font-size: 16px;
	text-align: center;
}

.about_fac_list dd:hover img{
	transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


/**faq_list***/
.faq_list2{
	padding: 60px 0 0 0;
}
.faq_list2 dd{
	border: 1px solid #d2d2d2;
	background: #f9f9f9;
	padding:50px 30px 30px;
	position: relative;
	margin-bottom: 88px;
}
.faq_list2_ico1{
	position: absolute;
	left: 50%;
	top:-38px;
	width: 76px;
	height: 76px;
	line-height: 76px;
	margin-left: -38px;
	color: #fff;
	font-size: 48px;
	text-align: center;
	background: #00a0e9;
	font-family: "gadugib";
	border-radius: 76px;
}
.faq_list2_ico2{
	position: absolute;
	left: 50%;
	bottom:-11px;
	margin-left: -11px;
	width: 22px;
	height: 22px;
	background: #00a0e9;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.faq_list2_ico2 img{
	display: block;
	max-width: 100%;
	transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
}
.faq_list2_ico2.hover{
	background: #00a0e9;
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}



.faq_list2_tt{
	line-height: 24px;
	margin-bottom: 18px;
}
.faq_list2_tt .icon{
	float: left;
	width: 16px;
	height: 16px;
	line-height: 15px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-family: "gadugib";
	margin: 4px 15px 0 0;
}
.faq_list2_tt .icon1{
	background: #4c4c4c;
}
.faq_list2_tt .icon2{
	background: #00a0e9;
}
.faq_list2_tt .text{
	float: right;
	width: calc(100% - 35px);
	overflow: hidden;
}
.faq_list2_tt .text1{
	color: #333;
	font-size: 16px;
	font-family: "gadugib";
}
.faq_list2_tt .text2{
	color: #666;
	height:48px;
	font-size: 14px;
}

.faq_list2 dd:hover .faq_list2_ico1{
	background: #00a0e9;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.faq_list2 dd:hover .faq_list2_ico2{
	background: #00a0e9;
	-webkit-animation: jumptoMap .8s linear infinite;
	animation: jumptoMap .8s linear infinite;
	-moz-animation: jumptoMap .8s linear infinite;
	-o-animation: jumptoMap .8s linear infinite;
	-ms-animation: jumptoMap .8s linear infinite;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

@keyframes jumptoMap {
0% {
margin-bottom:0;
animation-timing-function:ease-out
}
50% {
margin-bottom:10px;
animation-timing-function:ease-in
}
100% {
margin-bottom:0;
animation-timing-function:ease-out
}
}
@-webkit-keyframes jumptoMap {
0% {
margin-bottom:0;
animation-timing-function:ease-out
}
50% {
margin-bottom:10px;
animation-timing-function:ease-in
}
100% {
margin-bottom:0;
animation-timing-function:ease-out
}
}
@-moz-keyframes jumptoMap {
0% {
margin-bottom:0;
animation-timing-function:ease-out
}
50% {
margin-bottom:10px;
animation-timing-function:ease-in
}
100% {
margin-bottom:0;
animation-timing-function:ease-out
}
}
@-ms-keyframes jumptoMap {
0% {
margin-bottom:0;
animation-timing-function:ease-out
}
50% {
margin-bottom:10px;
animation-timing-function:ease-in
}
100% {
margin-bottom:0;
animation-timing-function:ease-out
}
}	



.solution_video{
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 15px;
}
.solution_video video{
	display: block;
}

.solution_video a .tt{
	display: block;
	color: #333;
	font-size: 16px;
	padding:10px 8px;
	text-align: center;
}


.solution_box_clm_l{
	width: 610px;
	word-break: break-word;
}
.solution_box_clm_r{
	width:230px;
}
.solution_box_clm_r_list dd{
	width: 100%;
	margin-bottom: 0px;
}
.solution_box_clm_r_list dd .pic{
	display: block;
	width: 230px;
	padding: 0 5px;
	margin: 0 auto 15px;
}
.solution_box_clm_r_list dd .tt{
	font-size: 16px;
	color:#333;
	line-height: 30px;
}




/*
	2018-04-02  lzf add  
	@author:lzf
 */
#form_list_form{
	padding:3% 3% 1%;
	background: #fff;
	border: 1px solid #bfbfbf;
  margin-bottom:50px;
}
.form_list dd{
	width:100%;
	padding-left: 12px;
	padding-right: 20px;
	margin-bottom: 28px;
	position: relative;
}
.form_list dd.dd1{
	clear:both;
}
.form_list dd.dd2{
	float: left;
	width: 50%;
}
.form_list dd.dd4{
	float: left;
	width: 25%;
}
.form_list dd:before{
	content: '*';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	color: #f00;
	font-size: 20px;
	width: 16px;
	line-height: 40px;
	text-align: left;
}
.form_list dd.ddn:before{
	display: none;
}

.form_list dd .inp1{
	display: block;
	width: 100%;
	height: 55px;
	padding-left: 15px;
	font-size: 16px;
	border: 1px solid #bfbfbf;
}
.form_list dd .sel01{
	-webkit-appearance:menulist;
}

.form_list_dt_check{
	float: left;
	width:13px;
	height: 13px;
	margin: 6px 10px 0 20px;
	cursor: pointer;
	-webkit-appearance: checkbox;
}
.form_list_dt_text{
	float: left;
	width:calc(100% - 45px);
	line-height: 24px;
	color: #666;
	font-size: 14px;
}

.form_list_btn{
	display: block;
	width: 200px;
	line-height: 55px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background:#00a0e9;
	margin: 20px auto 0;
	cursor: pointer;
	border: none;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form_list_btn:hover{
	opacity: 0.9;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form_list_dt{
	clear:both;
}


.p_det_inf_text{
	padding: 0 0 25px 0;
}
.p_det_inf_text:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
}
.p_det_inf_text_clm{
	float: left; 
}
.p_det_inf_text_clm2{
	float: right;
}
.p_det_inf_text_clm strong{
	font-size: 14px;
	color: #00a0e9;
}
.p_det_inf_text_clm a{
	font-size: 14px;
	background: url(../images/kehuanlibeijingtu.jpg) no-repeat;
}
.p_det_inf_text_clm a:hover{
	color:#00a0e9;
	text-decoration: underline;
}

.dede_pages {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.dede_pages ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
.dede_pages ul li:hover{ background:#0099FF; color:#fff;border: 1px solid #0099FF}
.dede_pages ul li:hover a{color:#fff;}
.dede_pages ul li.thisclass {display: inline-block;border: 1px solid #0099FF;padding: 2px 9px;margin: 0 3px;background: #0099FF;color: #fff;}
.dede_pages ul li.thisclass a {color: #fff;}
.dede_pages ul li a{ display:block;color:#999}
.dede_pages ul li a:hover {color: #fff;}