@charset "utf-8";
/* CSS Document */
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,  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,p 
{font-family:"微软雅黑",Arial, Helvetica, sans-serif;word-break:break-all;word-wrap:break-word;margin:0;padding:0;outline:0;text-decoration:none;list-style-type:none;}
body{margin:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
ul{list-style:none;}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
a{color:#000;}
a:hover{color:rgb(66,183,131);}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:700}
dfn{font-style:italic}
h1{font-size:2em;margin:.67em 0}
mark{background:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:1em 40px}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
input{line-height:normal}
input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}
input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0}
textarea{overflow:auto}
optgroup{font-weight:700}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}
@media print{
	*{text-shadow:none!important;color:#000!important;background:0 0!important;box-shadow:none!important}
	a,a:visited{text-decoration:underline}
	a[href]:after{content:" (" attr(href) ")"}
	abbr[title]:after{content:" (" attr(title) ")"}
	a[href^="#"]:after,a[href^="javascript:"]:after{content:""}
	blockquote,pre{border:1px solid #999;page-break-inside:avoid}
	thead{display:table-header-group}
	img,tr{page-break-inside:avoid}
	img{max-width:100%!important}
	h2,h3,p{orphans:3;widows:3}
	h2,h3{page-break-after:avoid}
	select{background:#fff!important}
	.navbar{display:none}
	.table td,.table th{background-color:#fff!important}
	.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}
	.label{border:1px solid #000}
	.table{border-collapse:collapse!important}
	.table-bordered td,.table-bordered th{border:1px solid #ddd!important}
}
.clear{clear:both;}
.clearfix:after{content: ".";visibility: hidden;display: block;height: 0;clear: both;}
.fl{float:left;}
.fr{float:right;}

/* --header------------------------------------------------------------------------------------------------------------------------------ */
.container{width:1170px;margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px;position:relative;}
.container:after,.container:before{content:" ";display:table}
.container:after{clear:both}
@media (max-width:767px){.container{width:auto;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box;}}
@media (min-width:768px){.container{width:738px}}
@media (min-width:992px){.container{width:962px}}
@media (min-width:1200px){.container{width:1170px}}

.header{width:auto;height:auto;}
.logo{width:auto;height:72px;float:left;font-size:18px;line-height:20px;padding:22px 0px;display:block;}
.logo img{width:auto;height:72px;display:block;}
.tel{width:343px;height:101px;float:right;padding-top:10px;font-size:28px;line-height:64px;text-indent:110px;color:rgb(81,81,81);background:url(../Image/tel.png) no-repeat center bottom; background-size:contain;}
.logo2{width:auto;height:72px;float:left;font-size:18px;line-height:20px;padding:22px 0px;display:none;}
.logo2 img{width:auto;height:72px;display:block;}
/*-phone-nav-*/
.phone-nav {
	display:none;
    top: 12px;right:1%;
	position:absolute;
    padding: 7px 10px 11px;
    border-radius: 4px;
	background:rgb(57,165,137);background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(27, 102, 156)), to(rgb(64,179,132)));
}
.icon-bar{display: block;width:22px;height:2px;border-radius:1px;background-color: #fff;margin-top:4px;}

@media (max-width:767px){
	.logo{display:none;}
	.logo2{width:auto;height:auto;max-width:90%;display:block;float:left;padding:4px 0px;}
	.logo2 img{width:auto;max-width:100%;height:52px;}
	.tel{display:none;}
	.phone-nav{display:block;}
}
@media (min-width:768px){
	.logo{height:52px;}
	.logo img{height:52px;}
	.tel{width:243px;height:76px;font-size:20px;line-height:48px;text-indent:68px;}
}
@media (min-width:992px){
	.logo{height:62px;}
	.logo img{height:62px;}
	.tel{width:283px;height:86px;font-size:24px;line-height:54px;text-indent:76px;}
}
@media (min-width:1200px){
	.logo{height:72px;}
	.logo img{height:72px;}
	.tel{width:343px;height:105px;font-size:28px;line-height:64px;text-indent:110px;}
}

.nava{width:100%;height:68px;position:relative;z-index:900;background:rgb(57,165,137);background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgb(27, 102, 156)), to(rgb(64,179,132)));}
.nava .li1{width:11.11%;height:auto;float:left;position:relative;}
.nava .li1 a.t1{width:100%;height:68px;line-height:68px;text-align:center;font-size:18px;color:#FFF;display:block;}
.nava .li1 .li2{width:262px;height:auto;display:none;overflow:hidden;padding:8px 0px 10px;background:rgb(24,100,158);box-shadow: 0 10px 10px rgba(0,0,0,0.4);position:absolute;left:0px;top:68px;z-index:800;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box;}
.nava .li1 .li2 img{width:231px;height:130px;display:block;border:3px solid rgb(105,154,192);margin:auto;}
.nava .li1 .li2 p{width:237px;height:44px;line-height:44px;text-indent:6px;margin:auto;border-top:1px solid rgb(81,146,191);overflow:hidden;}
.nava .li1 .li2 a{font-size:16px;color:rgb(220,220,220);}
.nava .li1 .li2 a:hover{font-weight:bold;color:#FFF;}
.nava .li1:hover a.t1{background:rgb(24,100,158);}
.nava .li1:hover .li2{display:block;}

@media (max-width:767px){
	.nava{height:100px;}
	.nava li.wap_none{display:none;}
	.nava .li1{width:25%;}
	.nava .li1 a.t1{height:50px;line-height:50px;font-size:14px;}
	.nava .li1 .li2{display:none !important;}
}
@media (min-width:768px){
	.nava{height:50px;}
	.nava .li1 a.t1{height:50px;line-height:50px;font-size:14px;}
	.nava .li1 .li2 p{height:32px;line-height:32px;}
	.nava .li1 .li2{top:50px;}
	.nava .li1 .li2 a{font-size:12px;}
}
@media (min-width:992px){
	.nava{height:59px;}
	.nava .li1 a.t1{height:59px;line-height:59px;font-size:16px;}
	.nava .li1 .li2 p{height:38px;line-height:38px;}
	.nava .li1 .li2{top:59px;}
	.nava .li1 .li2 a{font-size:13px;}
}
@media (min-width:1200px){
	.nava{height:68px;}
	.nava .li1 a.t1{height:68px;line-height:68px;font-size:18px;}
	.nava .li1 .li2 p{height:44px;line-height:44px;}
	.nava .li1 .li2{top:68px;}
	.nava .li1 .li2 a{font-size:14px;}

}


.index-slider{position:relative;list-style:none;padding:0;margin:0}
.index-slider li{overflow:hidden;position:relative;width:100%;height:450px;background-position:center;background-size:auto 100%}
@media (max-width:767px){
	.index-slider li{height:250px;}
}
@media (min-width:768px){
	.index-slider li{height:250px;}
}
@media (min-width:992px){
	.index-slider li{height:350px;}
}
@media (min-width:1200px){
	.index-slider li{height:450px;}
}
#slider{position:relative;z-index:0}
#slider .bx-pager{position:absolute;top:50%;right:5px;margin-top:-56px;z-index:99}
#slider .bx-pager a{display:block;height:16px;width:16px;border:3px solid #FFF;background-color:#FFF;border-radius:20px;text-indent:-9999px;z-index:3}
#slider .bx-pager a.active{background-color:transparent;border-color:#0c65bb}
#slider .bx-pager-item{padding:6px}
@media (max-width:767px){
	#slider .bx-pager{right:3px;margin-top:-40px}
	#slider .bx-pager a{width:12px;height:12px;border-width:2px}
	#slider .bx-pager-item{padding:2px}
}

.index_top{width:auto;height:54px;border-bottom:2px solid rgb(228,228,228);overflow:hidden;background:rgb(238,238,238);}
.index_top_left{width:auto;height:54px;float:left;line-height:54px;overflow:hidden;font-size:17px;color:rgb(36,36,36);}
.index_top_left a{color:rgb(36,36,36);margin:0px 20px;}
.index_top_left a:hover{color:rgb(66,183,131);}

.search_con{width:250px;height:38px;margin-top:5px;padding:3px;float:right;background:rgb(228,228,228);border-radius:20px;}
.search{width:250px;height:38px;position:relative;box-shadow:0 0 4px rgb(220,220,220) inset;border-radius:20px;background:#FFF;}
.search_txt{width:187px;height:16px;line-height:16px;border:1px solid rgb(217,217,217);border-right:0px;border-radius:20px;padding:10px;color:rgb(80,80,80);position:absolute;left:0px;top:0px;font-size:14px;font-family:"微软雅黑",Arial, Helvetica, sans-serif;outline:none;}
.search_btn{width:61px;height:38px;cursor:pointer;position:absolute;right:0px;top:0px;border:none;outline:none;background:url(../Image/b1.png) no-repeat center;text-indent:999px;overflow:hidden;line-height:34px;}

@media (max-width:767px){
	.index_top{width:auto;height:auto;}
	.index_top_left{max-width:100%;font-size:14px;}
	.search_con{display:none;}
}

@media (min-width:768px){
	.index_top_left{max-width:468px;font-size:14px;}
}
@media (min-width:992px){
	.index_top_left{max-width:690px;font-size:15px;}
}
@media (min-width:1200px){
	.index_top_left{max-width:900px;font-size:17px;}
}


.index_product{width:auto;height:auto;overflow:hidden;}
.index_product_title{width:auto;height:64px;margin-top:48px;background:url(../Image/b2.png) no-repeat center;background-size:auto 100%;}
.index_product_list{width:auto;height:50px;text-align:center;margin-top:32px;overflow:hidden;}
.index_product_list a{width:auto;height:50px;font-size:16px;line-height:50px;background:rgb(235,235,235);padding:0px 20px;margin:0px 20px;text-align:center;display:inline-block;}
.index_product_list a:hover{color:#FFF;background:rgb(57,165,137);background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgb(27, 102, 156)), to(rgb(64,179,132)));}
.index_product_con{width:auto;height:186px;margin-top:36px;overflow:hidden;text-align:center;}
.index_product_con ul li{width:222px;height:184px;margin:0px 5px;border:1px solid rgb(226,226,226);float:left;position:relative;}
.index_product_con ul li img{width:222px;height:184px;display:block;}
.index_product_con ul li p{width:100%;height:32px;line-height:32px;font-size:16px;color:#FFF;position:absolute;left:0px;bottom:0px;background:url(../Image/b3.png) repeat;}
.index_product_con ul li:hover p{background:rgb(57,165,137);}

@media (max-width:767px){
	.index_product_list{width:auto;height:auto;max-height:80px;margin-top:10px;}
	.index_product_list a{width:auto;height:30px;font-size:13px;float:left;line-height:30px;padding:0px 15px;margin:10px 15px 0px 0px;}
	
	.index_product_con{width:auto;height:288px;margin-top:10px;}
	.index_product_con ul li{width:48%;height:auto;margin:10px 1% 0px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box;}
	.index_product_con ul li img{width:100%;height:132px;}
	.index_product_con ul li p{width:100%;height:42px;line-height:42px;font-size:16px;}
}

@media (min-width:768px){
	.index_product_list{width:auto;height:30px;margin-top:20px;}
	.index_product_list a{width:auto;height:30px;font-size:13px;line-height:30px;}
	
	.index_product_con{width:auto;height:114px;margin-top:20px;}
	.index_product_con ul li{width:135px;height:112px;}
	.index_product_con ul li img{width:135px;height:112px;}
	.index_product_con ul li p{font-size:13px;}
}
@media (min-width:992px){
	.index_product_list{width:auto;height:40px;margin-top:26px;}
	.index_product_list a{width:auto;height:40px;font-size:15px;line-height:40px;}
	
	.index_product_con{width:auto;height:152px;margin-top:28px;}
	.index_product_con ul li{width:180px;height:150px;}
	.index_product_con ul li img{width:180px;height:150px;}
	.index_product_con ul li p{font-size:15px;}
}
@media (min-width:1200px){
	.index_product_list{width:auto;height:50px;margin-top:32px;}
	.index_product_list a{width:auto;height:50px;font-size:16px;line-height:50px;}

	.index_product_con{width:auto;height:186px;margin-top:36px;}
	.index_product_con ul li{width:222px;height:184px;}
	.index_product_con ul li img{width:222px;height:184px;}
	.index_product_con ul li p{font-size:16px;}
}



.index_company{width:auto;height:auto;overflow:hidden;}
.index_company_title{width:auto;height:64px;margin-top:48px;background:url(../Image/b4.png) no-repeat center;background-size:auto 100%;}
.index_company_con{width:auto;height:458px;overflow:hidden;margin-top:40px;}
.index_video{width:50%;height:100%;float:left;background:url(../Image/bg2.jpg) no-repeat center; background-size:auto 100%;position:relative;}
.index_video_button{width:100%;height:100%;background:url(../Image/b5.png) no-repeat center; background-size:cover;position:absolute;left:0px;top:0px;}
.index_company_con_right{width:50%;height:100%;float:left;padding:100px 40px 0px;background:url(../Image/b6.png) no-repeat center; background-size:cover;position:relative;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box;}
.index_company_con_right .title{font-size:28px;color:#FFF;font-weight:bold;text-indent:26px;margin-bottom:20px;}
.index_company_con_right p{max-height:168px;font-size:15px;color:#FFF;line-height:28px;text-indent:26px;overflow:hidden;}
.index_company_con_right a.link{width:auto;height:auto;margin:30px 0 0 20px;display:inline-block;padding:8px 26px;border:1px solid #FFF;color:#FFF;}
.index_company_con_right a.link:hover{background:#FFF;color:rgb(28,108,155);}

@media (max-width:767px){
	.index_company_con{width:auto;height:auto;}
	.index_video{width:100%;height:188px; background-size:cover;}
	.index_company_con_right{width:100%;height:228px;padding:20px 20px 0px;}
	.index_company_con_right .title{font-size:20px;text-indent:22px;margin-bottom:10px;}
	.index_company_con_right p{max-height:84px;}
	.index_company_con_right p a{color:#FFF !important;}
	.index_company_con_right a.link{margin:10px 0 0 20px;display:inline-block;padding:8px 26px;}
}

@media (min-width:768px){
	.index_company_con{height:258px;margin-top:20px;}
	.index_company_con_right{padding:40px 30px 0px;}
	.index_company_con_right .title{font-size:20px;text-indent:16px;margin-bottom:10px;}
	.index_company_con_right p{max-height:120px;text-indent:16px;font-size:13px;color:#FFF;line-height:24px;}
	.index_company_con_right a.link{margin:15px 0 0 10px;padding:4px 16px;font-size:13px;}
}
@media (min-width:992px){
	.index_company_con{height:358px;margin-top:30px;}
	.index_company_con_right{padding:70px 30px 0px;}
	.index_company_con_right .title{font-size:24px;text-indent:20px;margin-bottom:20px;}
	.index_company_con_right p{max-height:130px;text-indent:20px;font-size:14px;color:#FFF;line-height:26px;}
	.index_company_con_right a.link{margin:30px 0 0 16px;padding:6px 20px;font-size:14px;}
}
@media (min-width:1200px){
	.index_company_con{height:458px;margin-top:40px;}
	.index_company_con_right{padding:100px 40px 0px;}
	.index_company_con_right .title{font-size:28px;text-indent:26px;margin-bottom:20px;}
	.index_company_con_right p{max-height:168px;text-indent:28px;font-size:15px;color:#FFF;line-height:28px;}
	.index_company_con_right a.link{margin:30px 0 0 20px;padding:8px 26px;font-size:15px;}
}


.index_advantage{width:auto;height:auto;overflow:hidden;background:url(../Image/bg3.jpg) no-repeat center top;}
.index_advantage .t1{width:auto;height:134px;display:block;margin:auto;margin-top:20px;}
.index_advantage .t2{width:643px;height:auto;float:left;margin-top:58px;}
.index_advantage .t3{width:477px;height:auto;float:right;margin-top:26px;}
.index_advantage .t4{width:549px;height:auto;float:right;margin-top:58px;}
.index_advantage .t5{width:580px;height:auto;float:left;margin-top:26px;}
.index_advantage .t6{width:683px;height:auto;float:left;margin-top:58px;}
.index_advantage .t7{width:430px;height:auto;float:right;margin-top:26px;}
.index_advantage .t8{width:700px;height:auto;float:right;margin-top:58px;}
.index_advantage .t9{width:453px;height:auto;float:left;margin-top:26px;}

@media (max-width:767px){
	.index_advantage .t1{width:100%;height:auto;display:block;margin:auto;margin-top:30px;}
	.index_advantage .t2{width:100%;height:auto;float:none;display:block;margin:26px auto 0px;}
	.index_advantage .t3{width:80%;height:auto;float:none;display:block;margin:26px auto 0px;}
	.index_advantage .t4{width:100%;height:auto;float:none;display:block;margin:26px auto 0px;}
	.index_advantage .t5{width:80%;height:auto;float:none;display:block;margin:26px auto 0px;}
	.index_advantage .t6{width:100%;height:auto;float:none;display:block;margin:26px auto 0px;}
	.index_advantage .t7{width:80%;height:auto;float:none;display:block;margin:26px auto 0px;}
	.index_advantage .t8{width:100%;height:auto;float:none;display:block;margin:26px auto 0px;}
	.index_advantage .t9{width:80%;height:auto;float:none;display:block;margin:26px auto 0px;}
}

@media (min-width:768px){
	.index_advantage .t1{width:auto;height:94px;margin-top:30px;}
	.index_advantage .t2{width:443px;margin-top:58px;}
	.index_advantage .t3{width:277px;margin-top:26px;}
	.index_advantage .t4{width:349px;margin-top:58px;}
	.index_advantage .t5{width:380px;margin-top:26px;}
	.index_advantage .t6{width:483px;margin-top:58px;}
	.index_advantage .t7{width:230px;margin-top:26px;}
	.index_advantage .t8{width:490px;margin-top:58px;}
	.index_advantage .t9{width:243px;margin-top:26px;}
}
@media (min-width:992px){
	.index_advantage .t1{width:auto;height:114px;margin-top:20px;}
	.index_advantage .t2{width:503px;margin-top:58px;}
	.index_advantage .t3{width:437px;margin-top:26px;}
	.index_advantage .t4{width:449px;margin-top:58px;}
	.index_advantage .t5{width:480px;margin-top:26px;}
	.index_advantage .t6{width:583px;margin-top:58px;}
	.index_advantage .t7{width:330px;margin-top:26px;}
	.index_advantage .t8{width:590px;margin-top:58px;}
	.index_advantage .t9{width:343px;margin-top:26px;}
}
@media (min-width:1200px){
	.index_advantage .t1{width:auto;height:134px;margin-top:10px;}
	.index_advantage .t2{width:643px;margin-top:58px;}
	.index_advantage .t3{width:477px;margin-top:26px;}
	.index_advantage .t4{width:549px;margin-top:58px;}
	.index_advantage .t5{width:580px;margin-top:26px;}
	.index_advantage .t6{width:683px;margin-top:58px;}
	.index_advantage .t7{width:430px;margin-top:26px;}
	.index_advantage .t8{width:700px;margin-top:58px;}
	.index_advantage .t9{width:453px;margin-top:26px;}
}


.index_individuation{width:auto;height:466px;overflow:hidden;background:url(../Image/bg4.jpg) repeat-y center top;}
.index_individuation_title{width:auto;height:108px;line-height:54px;text-align:center;padding-top:40px;}
.index_individuation_title h1{font-size:33px;color:#FFF;margin:0px;}
.index_individuation_title p{font-size:24px;color:#FFF;}

.index_individuation_con{width:auto;height:auto;margin-top:24px;}
.index_individuation_con .icon{width:279px;height:191px;padding-top:60px;background:url(../Image/b31.png) repeat center;float:left;margin-left:18px;}
.index_individuation_con .icon.t1{margin-left:0px;}
.index_individuation_con .icon img{display:block;width:auto;height:137px;margin:auto;}

@media (max-width:767px){
	.index_individuation{height:auto;}
	.index_individuation_title{height:60px;line-height:30px;}
	.index_individuation_title h1{font-size:24px;}
	.index_individuation_title p{font-size:18px;}
	.index_individuation_con .icon{width:90%;height:148px;margin-left:5%;margin-bottom:20px;padding-top:40px;float:none;}
	.index_individuation_con .icon.t1{margin-left:5%;}
	.index_individuation_con .icon img{height:118px;}
}

@media (min-width:768px){
	.index_individuation{height:346px;}
	.index_individuation_title{height:72px;line-height:36px;}
	.index_individuation_title h1{font-size:24px;}
	.index_individuation_title p{font-size:16px;}
	.index_individuation_con .icon{width:171px;height:138px;padding-top:20px;}
	.index_individuation_con .icon img{height:118px;}
}
@media (min-width:992px){
	.index_individuation{height:406px;}
	.index_individuation_title{height:90px;line-height:45px;}
	.index_individuation_title h1{font-size:29px;}
	.index_individuation_title p{font-size:20px;}
	.index_individuation_con .icon{width:227px;height:160px;padding-top:40px;}
	.index_individuation_con .icon img{height:128px;}
}
@media (min-width:1200px){
	.index_individuation{height:466px;}
	.index_individuation_title{height:108px;line-height:54px;}
	.index_individuation_title h1{font-size:33px;}
	.index_individuation_title p{font-size:24px;}
	.index_individuation_con .icon{width:279px;height:191px;padding-top:60px;}
	.index_individuation_con .icon img{height:137px;}
}


.index_news{width:auto;height:auto;overflow:hidden;padding:46px 0px 36px;background:rgb(244,244,244);}
.index_news_left{width:575px;height:440px;float:left;background:#FFF;}

.tabBar{width:auto;font-family:"Microsoft YaHei";}
.tabBar .hd ul{z-index:5;position:relative;zoom:1;}
.tabBar .hd li{float:left;width:50%;height:42px;padding:17px 0px;text-align:center;line-height:24px;cursor:pointer;color:#FFF;font-size:20px;background:rgb(49,49,49);}
.tabBar .hd li p{color:#FFF;font-size:16px;}
.tabBar .hd li.on{background:rgb(66,183,131);}
.tabBar .bd{width:auto;height:auto;padding:26px 0px;clear:both;position:relative;overflow:hidden;}
.tabBar .prev,.tabBar .next{position:absolute;left:10px;top:80px;}
.tabBar .next{left:auto;right:10px;}
.tabBar .prevStop,.tabBar .nextStop{display:none;}
.tabBar .bd .conWrap{width:auto;}
.tabBar .bd .conWrap .con{width:575px;height:auto;float:left;}
.tabBar .bd .conWrap .con_left{width:250px;height:auto;float:left;margin-left:25px;margin-top:10px;}
.tabBar .bd .conWrap .con_left img{width:228px;height:154px;border:3px solid rgb(222,222,222);}
.tabBar .bd .conWrap .con_left p{width:248px;height:32px;font-size:18px;color:rgb(77,77,77);margin-left:2px;margin-top:20px;line-height:32px;overflow:hidden;}
.tabBar .bd .conWrap .con_left span{width:248px;height:64px;display:block;font-size:15px;color:rgb(77,77,77);margin-left:2px;margin-top:6px;line-height:32px;overflow:hidden;}
.tabBar .bd .conWrap .con_left:hover p{color:rgb(57,165,137);}
.tabBar .bd .conWrap .con_left:hover span{color:rgb(57,165,137);}

.tabBar .bd .conWrap .con_right{width:265px;height:auto;float:right;margin-right:12px;}
.tabBar .bd .conWrap .con_right li{width:100%;height:52px;border-bottom:1px dashed rgb(135,135,135);line-height:52px;padding-left:24px;background:url(../Image/b21.png) no-repeat 6px center;overflow:hidden;font-size:16px;color:rgb(77,77,77);
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box;}
.tabBar .bd .conWrap .con_right li:hover{color:rgb(57,165,137);}

.index_news_right{width:531px;height:400px;float:right;background:#FFF;padding:20px 22px;}
.index_news_right .title{font-size:20px;}
.index_news_right .title p{font-size:14px;}
.index_news_right ul{}
.index_news_right ul li{}
.index_news_right ul li .q{width:auto;height:36px;font-size:18px;line-height:36px;overflow:hidden;padding-left:30px;background:url(../Image/b22.png) no-repeat left center;margin:20px 0px 8px;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box;}
.index_news_right ul li .a{width:auto;height:52px;font-size:16px;line-height:26px;overflow:hidden;padding-left:30px;background:url(../Image/b23.png) no-repeat left 3px;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box;}

@media (max-width:767px){
	.index_news{padding:26px 0px 36px;}
	.index_news_left{width:100%;height:auto;}
	.tabBar .hd ul{width:100%;height:76px;overflow:hidden;}
	.tabBar .hd li{width:100%;height:42px;}
	.tabBar .hd li.t2{display:none;}
	.tabBar .bd{padding:16px 0px 36px;}
	.tabBar .bd .conWrap .con{width:100%;height:auto;}
	.tabBar .bd .conWrap .con_left{display:none;}
	.tabBar .bd .conWrap .con_right{width:90%;height:auto;margin:auto;float:none;}
	.tabBar .bd .conWrap .con_right li{width:100%;height:52px;}
	
	.index_news_right{width:100%;height:auto;margin-top:30px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box;}

}

@media (min-width:768px){
	.index_news_left{width:359px;height:340px;}
	.tabBar .hd li{height:36px;padding:10px 0px;line-height:18px;font-size:16px;}
	.tabBar .hd li p{font-size:12px;}

	.tabBar .bd{padding:18px 0px;}
	.tabBar .bd .conWrap .con{width:359px;}
	.tabBar .bd .conWrap .con_left{width:159px;height:auto;margin-left:10px;margin-top:10px;}
	.tabBar .bd .conWrap .con_left img{width:153px;height:124px;}
	.tabBar .bd .conWrap .con_left p{width:149px;height:52px;font-size:15px;margin-left:2px;margin-top:10px;line-height:26px;}
	.tabBar .bd .conWrap .con_left span{width:149px;height:44px;font-size:14px;margin-left:2px;margin-top:6px;line-height:22px;}
	.tabBar .bd .conWrap .con_right{width:157px;height:auto;margin-right:12px;}
	.tabBar .bd .conWrap .con_right li{width:100%;height:42px;line-height:42px;font-size:13px;}

	.index_news_right{width:319px;height:300px;padding:20px 20px;}
	.index_news_right ul li .q{font-size:15px;margin:10px 0px 2px;}
	.index_news_right ul li .a{width:auto;height:40px;font-size:12px;line-height:20px;}
}
@media (min-width:992px){
	.index_news_left{width:471px;height:440px;}
	.tabBar .hd li{height:42px;padding:17px 0px;line-height:20px;font-size:18px;}
	.tabBar .hd li p{font-size:14px;}

	.tabBar .bd{padding:18px 0px;}
	.tabBar .bd .conWrap .con{width:471px;}
	.tabBar .bd .conWrap .con_left{width:210px;height:auto;margin-left:15px;margin-top:10px;}
	.tabBar .bd .conWrap .con_left img{width:204px;height:144px;}
	.tabBar .bd .conWrap .con_left p{width:200px;height:26px;font-size:16px;margin-left:2px;margin-top:10px;line-height:26px;}
	.tabBar .bd .conWrap .con_left span{width:200px;height:64px;font-size:15px;margin-left:2px;margin-top:6px;line-height:32px;}
	.tabBar .bd .conWrap .con_right{width:213px;height:auto;margin-right:12px;}
	.tabBar .bd .conWrap .con_right li{width:100%;height:52px;line-height:52px;font-size:15px;}

	.index_news_right{width:431px;height:400px;padding:20px 20px;}
	.index_news_right ul li .q{font-size:17px;margin:16px 0px 8px;}
	.index_news_right ul li .a{width:auto;height:52px;font-size:15px;line-height:26px;}
}
@media (min-width:1200px){
	.index_news_left{width:575px;height:440px;}
	.tabBar .hd li{height:42px;padding:17px 0px;line-height:24px;font-size:20px;}
	.tabBar .hd li p{font-size:16px;}
	
	.tabBar .bd{padding:26px 0px;}
	.tabBar .bd .conWrap .con{width:575px;}
	.tabBar .bd .conWrap .con_left{width:250px;height:auto;margin-left:25px;margin-top:10px;}
	.tabBar .bd .conWrap .con_left img{width:228px;height:154px;}
	.tabBar .bd .conWrap .con_left p{width:248px;height:32px;font-size:18px;margin-left:2px;margin-top:20px;line-height:32px;}
	.tabBar .bd .conWrap .con_left span{width:248px;height:64px;font-size:15px;margin-left:2px;margin-top:6px;line-height:32px;}
	.tabBar .bd .conWrap .con_right{width:265px;height:auto;margin-right:12px;}
	.tabBar .bd .conWrap .con_right li{width:100%;height:52px;line-height:52px;font-size:16px;}

	.index_news_right{width:531px;height:400px;padding:20px 22px;}
	.index_news_right ul li .q{font-size:18px;margin:20px 0px 8px;}
	.index_news_right ul li .a{width:auto;height:52px;font-size:16px;line-height:26px;}
}


.foot{width:auto;height:55px;padding-top:21px;background:rgb(36,36,38);}
.foot img{display:block;height:34px;}
.footer{width:auto;height:280px;background:rgb(23,23,25);}
.footer_contact{width:500px;height:auto;margin-top:40px;float:left;}
.footer_contact h2{font-size:20px;color:#FFF;font-weight:normal;margin-bottom:10px;}
.footer_contact p{width:auto;height:40px;line-height:40px;padding-left:36px;font-size:15px;color:rgb(127,127,127);}
.footer_contact p.t1{background:url(../Image/b25.png) no-repeat left center;}
.footer_contact p.t2{background:url(../Image/b26.png) no-repeat left center;}
.footer_contact p.t3{background:url(../Image/b27.png) no-repeat left center;}
.footer_contact p.t4{background:url(../Image/b28.png) no-repeat left center;}

.footer_link{width:auto;height:auto;margin-top:40px;float:right;margin-right:260px;color:rgb(123,123,123);}
.footer_link p.t1{font-size:18px;}
.footer_link p.t2{font-size:22px;color:#FFF;margin:10px 0px 4px;}
.footer_link p.t3{font-size:14px;margin-bottom:20px;}
.footer_link p.t4{font-size:18px;}

.footer_icp{width:auto;height:auto;margin-top:40px;float:right;color:rgb(123,123,123);}
.footer_icp p.t1{font-size:15px;margin-top:10px;}
.footer_icp p.t2{font-size:15px;color:#FFF;}
.footer_icp a{color:#FFF;}
.footer_icp a:hover{color:rgb(255,123,0);}


@media (min-width:768px){
	.footer_contact{width:340px;height:auto;}
	.footer_link{margin-right:40px;}
}
@media (min-width:992px){
	.footer_contact{width:440px;height:auto;}
	.footer_link{margin-right:180px;}
}
@media (min-width:1200px){
	.footer_contact{width:500px;height:auto;}
	.footer_link{margin-right:260px;}
}

.wap_footer{width:100%;height:80px;display:none;border-top:1px solid rgb(210,210,210);position:fixed;bottom:0px;left:0px;z-index:999;background:rgb(23,23,25);}
.wap_footer ul li{width:25%;height:30px;padding-top:50px;float:left;color:#FFF;text-align:center;font-size:16px;line-height:30px;font-family:"黑体";}
.wap_footer ul li.t1{background:url(../Image/n1.png) no-repeat center 10px;}
.wap_footer ul li.t2{background:url(../Image/n2.png) no-repeat center 10px;}
.wap_footer ul li.t3{background:url(../Image/n3.png) no-repeat center 10px;}
.wap_footer ul li.t4{background:url(../Image/n4.png) no-repeat center 10px;}
.wap_footer ul li.t1:hover{background:url(../Image/n1_1.png) no-repeat center 10px;}
.wap_footer ul li.t2:hover{background:url(../Image/n2_1.png) no-repeat center 10px;}
.wap_footer ul li.t3:hover{background:url(../Image/n3_1.png) no-repeat center 10px;}
.wap_footer ul li.t4:hover{background:url(../Image/n4_1.png) no-repeat center 10px;}
.wap_footer ul li:hover{color:rgb(66,170,119);}

@media (max-width:767px){
	body{padding-bottom:80px;}
	.foot{display:none;}
	.footer{display:none;}
	.wap_footer{display:block;}
}


.collapse{display:none}
.collapse.in{display:block}

.inner_bg{width:auto;height:auto;}
.inner_title{
    position: absolute;
    top: -60px;
    left: 0;
    z-index: 700;
    width: 207px;
    height: 60px;
    background: rgba(36, 137, 84, 0.87);
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 26px;
}


.inner_location{width:auto;height:30px;padding:30px 0px;border-bottom:1px solid rgb(210,210,210);}
.inner_location .location{width:auto;height:30px;line-height:34px;font-size:14px;color:rgb(77,77,77);padding-left:40px;background:url(../Image/b29.png) no-repeat left center;}
.inner_location .location a{font-size:14px;color:rgb(77,77,77);}
.inner_location .location a:hover{color:rgb(57,165,137);}

@media (max-width:767px){
	.inner_title{width:100px;height:38px;line-height: 38px;font-size:14px;top: -38px;}
	.inner_location{padding:10px 0px;overflow:hidden;}
}

@media (min-width:768px){
	.inner_title{width:127px;height:40px;line-height: 40px;font-size:18px;top: -40px;}
	.inner_location{padding:15px 0px;}
}
@media (min-width:992px){
	.inner_title{width:167px;height:50px;line-height: 50px;font-size: 22px;top: -50px;}
	.inner_location{padding:22px 0px;}
}
@media (min-width:1200px){
	.inner_title{width:207px;height:60px;line-height: 60px;font-size: 26px;top: -60px;}
	.inner_location{padding:30px 0px;}
}


.inner_con{width:auto;height:auto;padding:40px 0px 80px;}

.company_font{width:auto;height:auto;}
.company_font .com_img{width:46%;height:360px;float:left;margin-right:30px;margin-bottom:6px;}
.company_font p{width:100%;height:auto;margin-bottom:26px;color:rgb(77,77,77);font-size:16px; line-height:30px;text-indent:2em;}
.company_font_right{width:auto;height:auto;}

@media (max-width:767px){
	.inner_con{padding:20px 0px 40px;}
	.company_font .com_img{width:100%;height:auto;float:none;margin-bottom:16px;}
	.company_font p{font-size:14px;margin-bottom:16px;}
}

@media (min-width:768px){
	.company_font .com_img{height:240px;}
	.company_font p{font-size:14px;}
}
@media (min-width:992px){
	.company_font .com_img{height:300px;}
	.company_font p{font-size:15px;}
}
@media (min-width:1200px){
	.company_font .com_img{height:360px;}
	.company_font p{font-size:16px;}
}

.inner_type{width:auto;height:auto;}
.inner_type a{width:auto;height:50px;font-size:16px;line-height:50px;background:rgb(235,235,235);padding:0px 20px;margin:0px 15px 15px 0px;text-align:center;display:inline-block;}
.inner_type a:hover{color:#FFF;background:rgb(57,165,137);background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgb(27, 102, 156)), to(rgb(64,179,132)));}

@media (max-width:767px){
	.inner_type a{font-size:13px;height:34px;line-height:34px;padding:0px 10px;margin:0px 10px 10px 0px;float:left;}
}

@media (min-width:768px){
	.inner_type a{font-size:14px;height:40px;line-height:40px;}
}
@media (min-width:992px){
	.inner_type a{font-size:15px;height:45px;line-height:45px;}
}
@media (min-width:1200px){
	.inner_type a{font-size:16px;height:50px;line-height:50px;}
}

.inner_list{width:100%;height:auto;overflow:hidden;}
.pro_list{width:1208px;height:auto;position:relative;margin-top:30px;}
.pro_list li{width:auto;height:auto;float:left;margin-bottom:30px;margin-right:38px;position:relative;}
.pro_list li .pic{width:auto;height:auto;text-align:center;}
.pro_list li .pic .img{width:auto;height:auto;overflow:hidden;display:block;border:1px solid rgb(57,165,137);border-bottom:none;}
.pro_list li .pic img{width:262px;height:180px;display:block;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;}
.pro_list li .pic .con{width:auto;height:50px;padding:12px 0px;background:rgb(57,165,137);}
.pro_list li .pic .con p{width:264px;height:20px;font-size:18px;color:#FFF;line-height:20px;text-align:center;}
.pro_list li .pic .con span{width:76px;height:20px;display:block;margin:auto;margin-top:5px;border:1px solid rgb(255,255,255);font-size:14px;line-height:20px;text-align:center;color:rgb(255,255,255);}
.pro_list li .pic:hover .con{background:rgb(255,98,0);}
.pro_list li .pic:hover .con p{color:rgb(255,255,255);}
.pro_list li .pic:hover .con span{color:rgb(255,255,255);border:1px solid #FFF;}
.pro_list li .pic:hover img{-webkit-transform: scale3d(1.15,1.15,1);transform: scale3d(1.15,1.15,1);}

@media (max-width:767px){
	.pro_list{width:100%;margin-top:10px;}
	.pro_list li{width:46%;height:auto;margin:0px 2% 30px;}
	.pro_list li .pic{width:100%;height:auto;}
	.pro_list li .pic img{width:100%;height:136px;}
	.pro_list li .pic .con{height:auto;padding:6px 0px;}
	.pro_list li .pic .con p{width:100%;height:20px;font-size:15px;}
	.pro_list li .pic .con span{font-size:12px;margin-top:2px;display:none;}
}

@media (min-width:768px){
	.pro_list{width:774px;margin-top:20px;}
	.pro_list li .pic img{width:218px;height:156px;}
	.pro_list li .pic .con{height:46px;padding:6px 0px;}
	.pro_list li .pic .con p{width:220px;height:20px;font-size:15px;}
	.pro_list li .pic .con span{font-size:12px;margin-top:2px;}
}
@media (min-width:992px){
	.pro_list{width:1000px;margin-top:25px;}
	.pro_list li .pic img{width:210px;height:150px;}
	.pro_list li .pic .con{height:50px;padding:6px 0px;}
	.pro_list li .pic .con p{width:212px;height:20px;font-size:16px;}
	.pro_list li .pic .con span{font-size:13px;margin-top:5px;}
}
@media (min-width:1200px){
	.pro_list{width:1208px;margin-top:30px;}
	.pro_list li .pic img{width:262px;height:180px;}
	.pro_list li .pic .con{height:50px;padding:12px 0px;}
	.pro_list li .pic .con p{width:264px;height:20px;font-size:18px;}
	.pro_list li .pic .con span{font-size:14px;margin-top:5px;}
}


.product_font{min-height:120px;font-family:微软雅黑;color:rgb(51,51,51);font-size:14px;}
.product_font p{text-indent:2em;line-height:28px;margin-bottom:6px;font-family:微软雅黑;color:rgb(51,51,51);font-size:14px}
.product_font img{max-width:600px;display:block;margin:auto;}



.pro_list1{width:1208px;height:auto;overflow:hidden;min-height:420px !important;}
.pro_list1 li{float:left;width:auto;height:auto;display:inline;margin-right:38px;margin-bottom:20px;position:relative;}
.pro_list1 li div{width:auto;height:auto;background:#FFF;}
.pro_list1 li img {width:258px;height:300px;padding:2px;border:1px solid rgb(220,220,220);}
.pro_list1 li p{width:264px;height:32px;padding-top:6px;font-size:16px;color:rgb(77,77,77);text-align:center;line-height:32px;}
.pro_list1 li:hover div img{border:1px solid rgb(57,165,137);}
.pro_list1 li:hover p{color:rgb(57,165,137);}

@media (max-width:767px){
	.pro_list1{width:100%;margin-top:10px;}
	.pro_list1 li{width:46%;height:auto;margin:0px 2% 30px;margin-bottom:16px;}
	.pro_list1 li div{width:auto;height:auto;background:#FFF;}
	.pro_list1 li img {width:100%;height:186px;border:1px solid rgb(220,220,220);
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box;}
	.pro_list1 li p{width:100%;height:32px}
}
@media (min-width:768px){
	.pro_list1{width:774px;}
	.pro_list1 li img {width:214px;height:244px;}
	.pro_list1 li p{width:220px;font-size:14px;}
}
@media (min-width:992px){
	.pro_list1{width:1000px;}
	.pro_list1 li img {width:206px;height:240px;}
	.pro_list1 li p{width:210px;font-size:14px;}
}
@media (min-width:1200px){
	.pro_list1{width:1208px;}
	.pro_list1 li img {width:258px;height:300px;}
	.pro_list1 li p{width:262px;font-size:16px;}
}


.pro_list2{width:1208px;height:auto;overflow:hidden;}
.pro_list2 li{float:left;width:auto;height:auto;margin-right:38px;margin-bottom:20px;position:relative;border:1px solid rgb(220,220,220);}
.pro_list2 li .img{width:auto;height:auto;display:block;}
.pro_list2 li .img img{width:262px;height:160px;display:block;}
.pro_list2 li .title{width:162px;height:40px;margin:10px 0px 4px;font-size:14px;line-height:40px;color:#FFF;text-indent:20px;background:rgb(57,165,137); border-bottom-right-radius:20px;border-top-right-radius:20px;}
.pro_list2 li p{width:242px;height:40px;padding:0px 10px;font-size:12px;color:rgb(120,120,120);line-height:20px;overflow:hidden;}
.pro_list2 li .link{width:242px;height:36px;padding:0px 10px;margin-top:6px;font-size:12px;color: #855140;line-height:36px;border-top:1px solid rgb(220,220,220);}
.pro_list2 li .link .fl{width:auto;height:auto;}
.pro_list2 li .link .fr{width:13px;height:100%;background:url(../Image/b30.png) no-repeat center;}
.pro_list2 li:hover{border:1px solid rgb(57,165,137);}
.pro_list2 li:hover .link .fl{color:rgb(57,165,137);}

@media (max-width:767px){
	.pro_list2{width:100%;}
	.pro_list2 li{width:100%;height:auto;float:none;display:block;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box;}
	.pro_list2 li .img img{width:100%;height:200px;display:block;}
	.pro_list2 li p{width:100%;height:40px;}
	.pro_list2 li .link{width:100%;height:36px;}
}
@media (min-width:768px){
	.pro_list2{width:774px;}
	.pro_list2 li .img img{width:218px;height:140px;}
	.pro_list2 li .title{width:142px;height:40px;}
	.pro_list2 li p{width:198px;height:20px;}
	.pro_list2 li .link{width:198px;height:36px;}
}
@media (min-width:992px){
	.pro_list2{width:1000px;}
	.pro_list2 li .img img{width:210px;height:140px;}
	.pro_list2 li .title{width:142px;height:40px;}
	.pro_list2 li p{width:190px;height:20px;}
	.pro_list2 li .link{width:190px;height:36px;}
}
@media (min-width:1200px){
	.pro_list2{width:1208px;}
	.pro_list2 li .img img{width:262px;height:160px;}
	.pro_list2 li .title{width:162px;height:40px;}
	.pro_list2 li p{width:242px;height:40px;}
	.pro_list2 li .link{width:242px;height:36px;}
}

.news_list li{overflow: hidden; margin-bottom: 55px;}
.news_list li .news_list_l{width: 15%;height:227px;float: left; background: #01b181; text-align: right; padding-right: 25px; color: #fff; position: relative; transition: 300ms ease; -webkit-transition: 300ms ease;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box;}
.news_list li .news_list_l b{display: block; font-size: 48px; padding-top: 15px;}
.news_list li .news_list_l small{font-size: 14px; display: block;}
.news_list li .news_list_l i{display: block; content: ''; width: 26px; height: 1px; background: #fff; float: right; margin: 35px 0;}
.news_list li .news_list_l span{font-size: 16px; display: block; position: absolute; right: 25px; bottom: 40px;}
.news_list li .news_list_r{width: 85%;height:227px;float: right; background: #f3f3f3; padding: 35px 45px;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box;}
.news_list li .news_list_r b{display: block;height:26px;overflow:hidden;line-height:26px; font-size: 22px; color: #1f1f1f; margin-bottom: 20px;}
.news_list li .news_list_r small{display:block;height:56px;font-size: 14px; color: #8f8f8f; line-height: 28px;overflow:hidden;}
.news_list li .news_list_r span{width: 112px; line-height: 35px; color: #fff; background: #01b181; text-align-last: center; display: block; font-weight: 400; text-align: center; font-size: 12px; float: right; margin-top:20px; transition: 300ms ease; -webkit-transition: 300ms ease;}
.news_list li .news_list_r strong{text-align: left; font-size: 14px; color: #00bb83; font-weight: 400; margin-bottom: 5px; display: none;}
.news_list li:hover .news_list_l,
.news_list li:hover .news_list_r span{background: #d10f33;}

@media (max-width:767px){
	.news_list li{margin-bottom:20px;}
	.news_list li .news_list_l{display:none;}
	.news_list li .news_list_r{width:100%;height:auto;padding:20px 20px;}
	.news_list li .news_list_r b{height:20px;overflow:hidden;line-height:20px; font-size:16px;margin-bottom: 10px;}
	.news_list li .news_list_r span{margin-top:14px;}
	.news_list li .news_list_r strong{display:block;}
}

@media (min-width:768px){
	.news_list li .news_list_l{width:25%;}
	.news_list li .news_list_r{width:75%;}
	.news_list li .news_list_r b{font-size: 18px;}
}
@media (min-width:992px){
	.news_list li .news_list_l{width:20%;}
	.news_list li .news_list_r{width:80%;}
	.news_list li .news_list_r b{font-size: 20px;}
}
@media (min-width:1200px){
	.news_list li .news_list_l{width:15%;}
	.news_list li .news_list_r{width:85%;}
	.news_list li .news_list_r b{font-size: 22px;}
}

.news_font{width:auto;height:auto;}
.news_font p{text-indent:2em;font-size:14px;color:rgb(102,102,102);line-height:30px;}
.news_font p strong{font-size:14px;color:rgb(77,77,77);}
.news_font img{width:auto;max-width:80%;display:block;margin:auto;margin-top:12px;}



.i-message{overflow: hidden;}
.i-message img{float: left; width: 50%;height:374px;}
.i-message .mes-r{width: 50%; float: right; padding: 0 0 0 40px;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box;}
.i-message .mes-r h4{font-size: 20px;font-weight:normal;color: #2e2e2e; margin-bottom: 10px;}
.i-message .mes-r p{margin-bottom:20px;color: #666;font-size: 14px;}
.i-message .mes-r form input[type=text]{display: block; width: 100%; line-height: 35px; background: #f5f5f5; text-indent: 10px; font-size: 14px; border: 0; height: 35px; margin-bottom: 8px;}
.i-message .mes-r form textarea{background: #f5f5f5; border: 0; width: 100%; height: 100px; text-indent: 10px; padding-top: 4px; font-size: 14px;}
.i-message .mes-r form input[type=submit]{display: block; width: 100%; line-height: 35px; background: #00479d; text-align: center; color: #fff; border: 0; height: 35px;}

@media (max-width:767px){
	.i-message img{display:none;}
	.i-message .mes-r{width: 100%;padding:0px;}
}
@media (min-width:768px){
	.i-message img{float: left; width: 40%;height:284px;margin-top:30px;}
	.i-message .mes-r{width: 60%;}
}
@media (min-width:992px){
	.i-message img{float: left; width: 46%;height:324px;margin-top:30px;}
	.i-message .mes-r{width: 54%;}
}
@media (min-width:1200px){
	.i-message img{float: left; width: 50%;height:374px;margin-top:0px;}
	.i-message .mes-r{width: 50%;}
}

.contact_info_list{float:left;width:30%;padding-right:20px;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box;}
.contact_info_list ul li{font-size: 14px; list-style: none; line-height: 30px;}
.contact_info_list b{font-size: 22px; color: #b00; margin-top: 20px; margin-bottom: 20px; font-weight: 500; display: inline-block; width: 100%;}
.contact_info_list b span{display: block; font-size: 12px; color: grey; margin-top: 5px; letter-spacing: -1px;}
.info_maps{width:70%;border: 1px solid #ccc; height: 315px; padding: 0;float:right;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box;}

@media (max-width:767px){
	.contact_info_list{float:none;width:100%;padding-right:0px;}
	.contact_info_list b{margin-top:6px;margin-bottom:10px;}
	.info_maps{width:100%;float:none;margin-top:20px;}
}


.pro_name{text-align:center;font-size:30px;color:rgb(77,77,77);line-height:38px;}
.info_name{text-align:center;font-weight:bold;font-size:20px;font-family:"宋体";color:rgb(77,77,77);line-height:30px;}
.news_name{text-align:center;font-weight:bold;font-size:20px;font-family:"宋体";color:rgb(77,77,77);line-height:30px;}

.pro_img{width:100%;margin:auto;margin-top:20px;margin-bottom:20px;text-align:center;}
.pro_img img{max-width:620px;min-width:342px;}
.news_img{width:100%;margin:auto;margin-top:15px;margin-bottom:20px;text-align:center;}
.news_img img{max-width:420px;max-height:220px;}

.info_title{margin:8px 0 8px 0px;width:100%;height:40px;background:rgb(235,235,235);}
.info_title b{display:inline-block;width:120px;height:100%;text-align:center;border-right:1px solid #fff;background:rgb(57,165,137);color:#fff;line-height:40px;}


@media (max-width:767px){
	.pro_name{font-size:24px;line-height:28px;}
	.pro_img img{max-width:100%;min-width:0px;}
}

@media (min-width:768px){
	.pro_name{font-size:24px;line-height:28px;}
}
@media (min-width:992px){
	.pro_name{font-size:27px;line-height:34px;}
}
@media (min-width:1200px){
	.pro_name{font-size:30px;line-height:38px;}
}


.news_tit_d{color:#999999;font-size:14px;text-align:center;margin:2px auto 22px auto;}
.return{font-size:14px;margin-top:20px;margin-bottom:15px;}
#prev_next{width:100%;height:40px;margin:auto;margin-top:32px;border-top:1px dashed rgb(220,220,220);padding-top:30px;}
#prev_next li{width:100%;height:20px;color:rgb(70,70,70);font-size:14px;line-height:20px;float:left;}
#prev_next li a{color:rgb(70,70,70);font-size:14px;line-height:20px;}
#prev_next li a:hover{color:rgb(227,45,40); text-decoration:underline;}

.page{margin-top: 46px;font-size:14px;}
.page a,.page span{border:1px solid #e9e9e9;display: inline-block;padding: 6px 12px;color: #666;}
.page .num,.page .current{margin: 0 2px;}
.page a:hover,.page .current{color: #fff;background-color: rgb(255,141,41);}
.page .prev:after{content: "\e906";font-family: 'icomoon';vertical-align: middle;}
.page .next:after{content: "\e904";font-family: 'icomoon';vertical-align: middle;}





#full-screen-slider { width:100%; height:450px; float:left; position:relative;z-index:9;}
#slides { display:block; width:100%; height:450px; list-style:none; padding:0; margin:0; position:relative}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute;float:left;}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination { display:block; list-style:none; position:absolute; left:50%; bottom:20px; z-index:9900;margin-left:-43px;}
#pagination li { display:block; list-style:none; width:11px; height:11px; float:left; margin-left:9px;  margin-right:9px;border-radius:5px; background:url(../Image/b20.png) no-repeat center;}
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background:url(../Image/b19.png) no-repeat center;}

#fancybox-loading{position: fixed;top: 50%;left: 50%;width: 40px;height: 40px;margin-top: -20px;margin-left: -20px;cursor: pointer;overflow: hidden;z-index: 1104;display: none;}
#fancybox-loading div{position: absolute;top: 0;left: 0;width: 40px;height: 480px;background-image: url(../Image/../Image/'fancybox.png');}
#fancybox-overlay{position: absolute;top: 0;left: 0;width: 100%;z-index: 1100;display: none;}
#fancybox-tmp{padding: 0;margin: 0;border: 0;overflow: auto;display: none;}
#fancybox-wrap{position: absolute;top: 0;left: 0;padding: 20px;z-index: 1101;outline: none;display: none;}
#fancybox-outer{position: relative;width: 100%;height: 100%;background: #fff;}
#fancybox-content{width: 0;height: 0;padding: 0;outline: none;position: relative;overflow: hidden;z-index: 1102;border: 0px solid #fff;}
#fancybox-hide-sel-frame{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: transparent;z-index: 1101;}
#fancybox-close{position: absolute;top: -15px;right: -15px;width: 30px;height: 30px;background: transparent url(../Image/../Image/'fancybox.png') -40px 0px;cursor: pointer;z-index: 1103;display: none;}
#fancybox-error{color: #444;font: normal 12px/20px Arial;padding: 14px;margin: 0;}
#fancybox-img{width: 100%;height: 100%;padding: 0;margin: 0;border: none;outline: none;line-height: 0;vertical-align: top;}
#fancybox-frame{width: 100%;height: 100%;border: none;display: block;}
#fancybox-left, #fancybox-right{position: absolute;bottom: 0px;height: 100%;width: 35%;cursor: pointer;outline: none;background: transparent url(../Image/../Image/'blank.gif');z-index: 1102;display: none;}
#fancybox-left{left: 0px;}
#fancybox-right{right: 0px;}
#fancybox-left-ico, #fancybox-right-ico{position: absolute;top: 50%;left: -9999px;width: 30px;height: 30px;margin-top: -15px;cursor: pointer;z-index: 1102;display: block;}
#fancybox-left-ico{background-image: url(../Image/../Image/'fancybox.png');background-position: -40px -30px;}
#fancybox-right-ico{background-image: url(../Image/../Image/'fancybox.png');background-position: -40px -60px;}
#fancybox-left:hover, #fancybox-right:hover{visibility: visible; /* IE6 */}
#fancybox-left:hover span{left: 20px;}
#fancybox-right:hover span{left: auto;right: 20px;}
.fancybox-bg{position: absolute;padding: 0;margin: 0;border: 0;width: 20px;height: 20px;z-index: 1001;}
#fancybox-bg-n{top: -20px;left: 0;width: 100%;background-image: url(../Image/../Image/'fancybox-x.png');}
#fancybox-bg-ne{top: -20px;right: -20px;background-image: url(../Image/../Image/'fancybox.png');background-position: -40px -162px;}
#fancybox-bg-e{top: 0;right: -20px;height: 100%;background-image: url(../Image/../Image/'fancybox-y.png');background-position: -20px 0px;}
#fancybox-bg-se{bottom: -20px;right: -20px;background-image: url(../Image/../Image/'fancybox.png');background-position: -40px -182px;}
#fancybox-bg-s{bottom: -20px;left: 0;width: 100%;background-image: url(../Image/../Image/'fancybox-x.png');background-position: 0px -20px;}
#fancybox-bg-sw{bottom: -20px;left: -20px;background-image: url(../Image/../Image/'fancybox.png');background-position: -40px -142px;}
#fancybox-bg-w{top: 0;left: -20px;height: 100%;background-image: url(../Image/../Image/'fancybox-y.png');}
#fancybox-bg-nw{top: -20px;left: -20px;background-image: url(../Image/../Image/'fancybox.png');background-position: -40px -122px;}
#fancybox-title{font-family: Helvetica;font-size: 12px;z-index: 1102;}
.fancybox-title-inside{padding-bottom: 10px;text-align: center;color: #333;background: #fff;position: relative;}
.fancybox-title-outside{padding-top: 10px;color: #fff;}
.fancybox-title-over{position: absolute;bottom: 0;left: 0;color: #FFF;text-align: left;}
#fancybox-title-over{padding: 10px;background-image: url(../Image/../Image/'fancy_title_over.png');display: block;}
.fancybox-title-float{position: absolute;left: 0;bottom: -20px;height: 32px;}
#fancybox-title-float-wrap{border: none;border-collapse: collapse;width: auto;}
#fancybox-title-float-wrap td{border: none;white-space: nowrap;}
#fancybox-title-float-left{padding: 0 0 0 15px;background: url(../Image/../Image/'fancybox.png') -40px -90px no-repeat;}
#fancybox-title-float-main{color: #FFF;line-height: 29px;font-weight: bold;padding: 0 0 3px 0;background: url(../Image/../Image/'fancybox-x.png') 0px -40px;}
#fancybox-title-float-right{padding: 0 0 0 15px;background: url(../Image/../Image/'fancybox.png') -55px -90px no-repeat;}
/* IE6 */
.fancybox-ie6 #fancybox-close{background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale');}
.fancybox-ie6 #fancybox-left-ico{background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale');}
.fancybox-ie6 #fancybox-right-ico{background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale');}
.fancybox-ie6 #fancybox-title-over{background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1;}
.fancybox-ie6 #fancybox-title-float-left{background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale');}
.fancybox-ie6 #fancybox-title-float-main{background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale');}
.fancybox-ie6 #fancybox-title-float-right{background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale');}
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame{height: expression(this.parentNode.clientHeight + "px");}
#fancybox-loading.fancybox-ie6{position: absolute; margin-top: 0;top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');}
#fancybox-loading.fancybox-ie6 div{background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale');}
/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg{background: transparent !important;}
.fancybox-ie #fancybox-bg-n{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale');}
.fancybox-ie #fancybox-bg-ne{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale');}
.fancybox-ie #fancybox-bg-e{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale');}
.fancybox-ie #fancybox-bg-se{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale');}
.fancybox-ie #fancybox-bg-s{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale');}
.fancybox-ie #fancybox-bg-sw{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale');}
.fancybox-ie #fancybox-bg-w{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale');}
.fancybox-ie #fancybox-bg-nw{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale');}
