@charset "utf-8";
html,body{height:100%; padding:0px; margin:0px;min-width: 1200px;font:14px 微软雅黑;color:#444;}
.fl {float:left;}
.fr {float:right;}
.clear{clear:both;}
.border{border:1px solid #DFDFDF;}
.bg{background-color: #B0C4DE;}
.bg1{background-color: #CAFF70;}
.bg2{background-color: #FFC1C1;}
.bg3{background-color: #FFA07A;}
.bg4{background-color: white;}
.hj200 {line-height: 200%;}
.mt30{margin-top: 30px}
.mt20{margin-top: 20px}
.mt10{margin-top: 10px}
.w0{width: 100%}
.w1200{width: 1200px;margin:0 auto;}
.w1140{width: 1140px;margin:0 auto;}
a { text-decoration: none; outline: none; color: #000; transition: 0.2s; }
a:hover{ text-decoration: none;}
p{text-align: justify;text-justify:inter-ideograph;margin: 0;}
li { list-style-type: none; vertical-align: top; margin: 0;padding:0;}
ul {margin: 0;padding: 0;}
img{margin: 0;padding: 0;}
img { border: 0; vertical-align: top;}
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; margin: 0;padding: 0}

/*header start*/
.header{height: 100px;box-shadow: 0 0 10px 0 #999;position:relative;z-index: 99999}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.nav{ width: 760px; height:100px; line-height:100px; position:relative;z-index:1;margin: 0 auto}
.nav a{ color:#444;}
.nav .nLi{ float:left;  position:relative; display:inline;}
.nav .nLi h3{ float:left;}
.nav .nLi h3 a{ display:block; width: 95px; font-size:16px;font-weight: bold;text-align:center;background: url(../images/navhoverbg.png) no-repeat center bottom;transition: all 0.2s ease-in;}
.nav .nLi h3 a:hover {background:url(../images/navhoverbg.png) no-repeat center top;color: #fff}
.nav .sub{ display:none; width:95px; left:0; top:100px;position:absolute;background:url(../images/hoverbg.png) repeat-y;line-height:35px;padding:5px 0;}
.nav .sub li{ zoom:1;}
.nav .sub a{ display:block; padding:0 10px;text-align: center;}
.nav .sub a:hover{ background:#62B700; color:#fff;}
.nav .on h3 a{ background:url(../images/navhoverbg.png) no-repeat center top; color:#fff;}
.nav .nLi:nth-child(2) .sub{width: 120px;}
.nav .nLi:nth-child(3) .sub{width: 120px;}
/*header end*/

/*banner start*/
.flexslider {
	margin: 0px auto 0px;
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
	zoom: 1;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: url(../images/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
	-webkit-transition: all 0s ease;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}

.flexslider .slides a img {
	width: 100%;
	height: 500px;
	display: block;
}
/*banner end*/

/*product start*/
.product{padding: 50px 0;}
.product .pro_title{height: 60px;background: url(../images/pro_title.png) no-repeat center;}
.product .pro_list{width:1200px;text-align: center;margin: 0 auto;}
.product .pro_list li{padding: 10px 20px;background: #dfdfdf;margin: 30px 10px;transition: all 0.2s ease-in;}
.product .pro_list li:hover {background: #1E5EB0;}
.product .pro_list li:hover a{color: #fff; text-decoration: none !important;;}
.product .pro_list li:hover a:hover{text-decoration: none !important;}
.product .pro_main li{width: 260px;margin: 20px 0px 20px 33px;box-shadow: 0 22px 40px rgba(0,0,0,0.2);border: 4px solid #efefef;border-width: 7px 7px 0 7px;transition: all 0.2s ease-in;}
.product .pro_main li:nth-child(1) {margin-left: 0px;}
.product .pro_main li:nth-child(5) {margin-left: 0px;}
.product .pro_main li .zi{width: 260px;height: 45px;background: #efefef; text-decoration: none;text-align: center;line-height: 45px;transition: all 0.2s ease-in;font-size: 15px;}
.product .pro_main li .zi:hover{ text-decoration: none !important;;}
.product .pro_main li:hover {border-color: #1E5EB0}
.product .pro_main li:hover .zi{background: #1E5EB0;color: #fff; text-decoration: none !important;}
.product .pro_main li .img{width: 260px;height: 195px;overflow: hidden}
.product .pro_main li img{ width: 260px;height: 195px; display: block;-moz-transition:.5s ease-in;-webkit-transition:.5s ease-in;-o-transition:.5s ease-in;-ms-transition:.5s ease-in;transition:.5s ease-in;}

.product .pro_main li:hover img{ transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1)}

/*product end*/

/*company start*/
.company{height: 610px;background: url(../images/abbg.jpg) no-repeat center;}
.company .com_body{padding: 50px 0;}
.company .com_body .com_main{margin-top: 80px;}
.company .com_body .com_main ul li{width: 80px;height: 220px;}
.company .com_body .com_main ul li:hover{opacity: 0.85}
.company .com_body .com_main .com_zi{width:415px;padding-left: 45px;padding-top: 40px;}
.company .com_body .com_main .com_zi b{font-size: 16px;color: #222}
.company .com_body .com_main .com_zi p{text-indent: 2em;line-height: 160%;}
.company .com_body .com_main .com_zi a{display: block;width: 130px;height: 35px;border-radius: 20px;background: #1D5EB0;color: #fff;line-height: 35px;text-align: center;margin-top: 15px;}
.company .com_body .com_main .com_zi a:hover {background: #EB990F}
/*company end*/

/*new start*/
.new{padding:50px 0;}
.new .new_l{width: 770px;}
.new .new_l .title{width:770px;height: 75px;background: url(../images/newtitle.jpg) no-repeat center top;}
.new .new_l .newlzi{width: 380px;height: 190px;}
.new .new_l .newlzi .xw_title{height: 28px;line-height: 28px;font-size: 18px;}
.new .new_l .newlzi .xw_con{line-height: 170%;color: #555;padding: 20px 0;font-size: 15px;}
.new .new_l .newlzi .more{width: 115px;height: 32px;background: #1D5EB0;text-align: center;line-height: 32px;border-radius: 20px;color: #fff;font-size: 15px;margin-top: 10px;}
.new .new_l .newlzi .more:hover {background: #EE9918;}
.new .new_l .nlb_zi{width: 730px;background: #eee;margin-top: 25px;padding: 20px;}
.new .new_l .nlb_zi li{height: 30px;line-height: 30px;color: #666;font-size: 15px;transition: all 0.2s ease-in;}
.new .new_l .nlb_zi li font{color:#999;transition: all 0.2s ease-in;}
.new .new_l .nlb_zi li .xwzi{width: 500px;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;padding-left: 15px;transition: all 0.2s ease-in;}
.new .new_l .nlb_zi li:hover .xwzi{color: #333}
.new .new_l .nlb_zi li:hover font{color: #666}

.new .new_r .title{width: 380px;height: 48px;border-bottom: 1px solid #E1E1E1}
.new .new_r .title .more{line-height: 48px;color: #555}
.new .new_r .wt_con{width: 380px;}
.new .txtScroll-top{width: 380px; overflow:hidden; position:relative;top: 10px;}
.new .txtScroll-top .infoList li{ height:98px;}
.new .txtScroll-top .infoList li .que{width: 345px;height: 30px;line-height: 30px;background: url(../images/que.png) no-repeat 0px 13px;padding-left: 35px;margin-bottom: 6px;padding-top: 10px;}
.new .txtScroll-top .infoList li .que b{font-size: 16px;color: #555}
.new .txtScroll-top .infoList li .ans{width: 345px;background: url(../images/ans.png) no-repeat top left;line-height: 22px;padding-left: 35px;position: relative;top: -3px;font-size: 15px;color: #777}
.new .txtScroll-top .infoList li:hover a{color: #333}
.new .txtScroll-top .infoList li:nth-child(1) {background: #eee}
.new .txtScroll-top .infoList li:nth-child(3) {background: #eee}
.new .txtScroll-top .infoList li:nth-child(5) {background: #eee}
.new .txtScroll-top .infoList li:nth-child(7) {background: #eee}
.new .txtScroll-top .infoList li:nth-child(9) {background: #eee}
.new .txtScroll-top .infoList li:nth-child(11) {background: #eee}
.new .txtScroll-top .infoList li:nth-child(13) {background: #eee}
.new .txtScroll-top .infoList li:nth-child(15) {background: #eee}
.new .txtScroll-top .infoList li:nth-child(17) {background: #eee}
/*new end*/

/*footer start*/
.footer{background:#151515;padding: 30px 0 20px 0;}
.footer ul.nav_f li{padding: 0 43px;border-right: 1px dashed #666;}
.footer ul.nav_f li a{color: #eaeaea;font-size: 15px;}
.footer ul.nav_f li:nth-child(8) {border:none;}
.footer .line{height: 30px;border-bottom: 1px solid #666}
.footer .foot_main .lxwm ul{padding-top: 30px;margin-left: 30px;}
.footer .foot_main .lxwm ul li{height: 40px;line-height: 40px;font-size: 15px;color: #eee;}
.footer .foot_main .lxwm ul li img{padding:0 10px;}
.footer .foot_main .tel {text-align: center;height: 110px;}
.footer .foot_main .tel b{font-size: 16px;color:#F19B10;text-align:right;display: block;font-weight: normal;}
.footer .foot_main .tel h3{font-size: 18px;color: #ddd;text-align: right;line-height: 40px;}
.footer .foot_main .tel h2{font-size: 35px;font-weight: bold;font-family: Arial;color: #ddd;text-align: right;color: #1D5EB0}
.footer .foot_main .tel{padding-top: 35px;width: 220px;}
.footer .foot_right p{text-align: right;line-height: 200%;color: #eee}
/*footer end*/