html{ background:#fff; color:#666666; overflow-x:hidden;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,form,input,textarea,p{margin:0 auto;padding:0; }img{border:0;}ol,ul,li{list-style:none;}h1,h2,h3{font-weight:normal;font-size:100%;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-weight:inherit;font-size:inherit;font-family:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}a{color:inherit;text-decoration:none;}
/*******CSS reset*************/
body{ background:#fff; color:#666666; font-size:14px; font-family:'微软雅黑';}
a{ color:#666666;}
a:hover{color:#c83c25;}

/*******CSS reset*************/
.f12{font-size:12px;}
.f16{font-size:16px;}
.bold{font-weight:bold;}
.white{color:#fff;}
.left{float:left;}
.right{float:right;}
.t_r{text-align:right;}
.clear{clear:both;}
.relative{position:relative;}
.absolute{position:absolute;}
.rel_center{position:relative;}
.hidden{display:none;}
.jj_pic{ float:left; margin:0 10px 0 0;}
.nr_pic{ text-align:center; position:relative; width:100%;}
.red{ color:#f00; font-weight:bold; padding-left:10px;}
.nr_red{ color:#f00; font-weight:bold;}


.dgnr{  background: url(/skins/web/images/dgpic.png) no-repeat right center; line-height: 2.0; padding: 20px 0 30px; color: #999999;}
.scale:hover img {
    transform: scale(1.1, 1.1);
}
.scale img{ transition:transform 1s ease 0s}

#indexNews{ padding: 15px 10px; height: 175px;}
#indexNews li {
	height:35px;
	line-height:35px;
	background:url(/skins/web/images/xwicon.png) no-repeat 10px center;
	padding-left:30px;
	transition:0.3s all 0s linear;
}
#indexNews li:hover{ background:url(/skins/web/images/xwicon.png) no-repeat 15px center;}

.Newstime {
	color:#afb0b4;
	float: right;
}
#lxwm_nr {
	margin: 0 20px 20px;
	font-size:14px;
}
#lxwm_nr p {
	line-height: 35px;
	border-bottom: 1px dotted #ccc;
	padding-left: 20px;
}
#prev_next{ border-top:1px solid #ccc; margin-top:10px; padding-top:5px;}
#prev_next li{ padding-left:10px; height:30px; line-height:30px;}

#con_lx{ height:auto; overflow:hidden; line-height:2.0; font-size:14px; width:90%; margin-bottom:20px;}
#con_lx p{ border-bottom:1px dotted #ccc; line-height:35px; padding-left:20px; transition:0.3s all 0s linear; }
#con_lx p:hover{ background:#efefef; color:#000; border-bottom:1px solid #ccc; padding-left:30px;}

#ys_nr1 .font p{
  -webkit-animation: float ease-in-out 1.5s infinite;
  animation: float ease-in-out 1.5s infinite;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.imgB { width: 100%;  top: 0; left: 0; position: relative;  opacity: 1;}
.imgT { width: 100%;top: 0;left: 0; position: absolute;
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}
.pic:hover .imgT{
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/** header **/
#top_line_bj{ height: 30px; background: #f4f4f4; width: 100%;}
#top_line{ height: 30px; line-height: 30px; width: 1200px; color: #666666; font-size: 12px;}
#top_bj{ width: 100%; height: 120px;} 
#top_index{ width:1200px; height:120px;}
#logo{ float: left; padding: 35px 0 0 0;}
#top_tel{float: right; background: url(/skins/web/images/tel.png) no-repeat left top; color: #c83c25; font-size: 24px; margin-top: 45px; font-family: impact; padding: 15px 0 0 45px;}
#nav_bj{ height: 50px; width: 100%; background: #0c46a6;}
#nav{ width:1200px; height: 50px;}
#nav a{ display:block; float:left; width:150px; font-size: 16px; height:50px; line-height: 50px; text-align:center; color:#fff; transition:0.2s all 0s linear;}
#nav a:hover{ background: #c83c25;}

.flash{ width:100%; height:auto; display:table; clear:both; margin:0 auto; text-align:center; position:relative; z-index:0; }
.flash .flashBox {position:relative; margin:0 auto; width:1000px; height:600px; }
/*修改尺寸1920 {position:absolute; width:1920px; left:-460px;}*/
/*修改尺寸1440 {position:absolute; width:1440px; left:-221px;}*/
.flash .flashBox .bd{position:absolute;  width:1920px; left:-460px;}
.flash .flashBox .bd img{width:100%; height:600px;}

@media only screen and (max-width:1440px) {
.flash .flashBox .bd img{ max-width:1440px;width:100%;height:438px;}
.flash .flashBox {position:relative; margin:0 auto; width:1000px; height:438px; }
	}
	@media only screen and (max-width:1280px) {
.flash .flashBox .bd img{ max-width:1280px;width:100%;height:400px;}
.flash .flashBox {position:relative; margin:0 auto; width:1000px; height:400px; }
	}
		@media only screen and (max-width:1024px) {
.flash .flashBox .bd img{ max-width:1024px;width:100%;height:320px;}
.flash .flashBox {position:relative; margin:0 auto; width:1000px; height:320px; }
	}
		@media only screen and (max-width:1366px) {
.flash .flashBox .bd img{ max-width:1366px;width:100%;height:427px;}
.flash .flashBox {position:relative; margin:0 auto; width:1000px; height:427px; }
	}





#ssbj{ width: 100%; height: 50px; border-bottom: 1px solid #eeeeee;}
#ssnr{ width: 1200px; height: 50px;}
#ssnr .left{ text-align: left; height: 50px; line-height: 50px;}
#ssnr .left span{ color: #0c46a6;}
#ssnr a{ padding: 0 20px 0 0; font-size: 15px;}
.ss{ width:235px; height:30px; float: right; margin: 10px 0 0 ;}
.sou_left{float:left; width:163px; height:28px; line-height:28px; background: #fff; border:1px solid #0c46a6; text-align:left; color:#666666; padding-left:10px;}
.ss_pic{ float:right;}


/** footer **/
#end_end{ height: 35px; width: 100%; line-height: 35px; background: #2f2f2f; text-align: center; color: #fff;}
#end_end a{ color: #fff;}
#end_end a:hover{ color: #ff0;}

#end{ width:100%; background:#0c46a6; height:auto; overflow:hidden;}
#end_nr{ width:950px; height:auto; min-height: 160px; overflow:hidden; padding: 30px 0 30px 250px; background: url(/skins/web/images/end_logo.png) no-repeat left center;}

.end_nav{ float: left; width: 480px;}
.end_nav p{ margin-bottom: 20px; color: #fff; font-size: 18px;}
.end_nav a{ padding: 0 0 0 15px; width: 100px; line-height: 30px; float: left; color: #a3b4c7; background: url(/skins/web/images/end_icon.png) no-repeat left center;}
.end_nav a:hover{ color: #ff0;}


.end_lx{ float: left; width: 250px; margin-left: 20px; color: #a3b4c7; font-size: 14px; line-height: 24px;}
.end_lx p{ font-size: 14px;}



/** main **/ 
.main{ width:1200px; height:auto; overflow:hidden; padding:30px 0;}

.picMarquee{ width:920px;  overflow:hidden; position:relative; }
.picMarquee .bd{ padding:0px; margin:0;}
.picMarquee .bd ul{ overflow:hidden; zoom:1; }
.picMarquee .bd ul li{ margin:0 20px 20px 0; float:left; width:286px; height: 250px; overflow:hidden; background: #e2e2e2; border: 1px solid #e2e2e2; text-align:center; transition:0.3s all 0s linear;}
.picMarquee .bd ul li img{ width:288px; height:216px; transition:0.3s all 0s linear;}
.picMarquee .bd ul li .pic_title{ color:#666666; line-height: 30px; text-align: center;}
.picMarquee .bd ul li:hover{ background: #0c46a6; border: 1px solid #0c46a6;}
.picMarquee .bd ul li:hover .pic_title{ color: #fff;}
.picMarquee .picList{width:306px; height:auto; float:left; }

.lan{ background: url(/skins/web/images/khbj.png) no-repeat center top; width: 100%; height: 820px;}
.lannr{ width: 1200px; height: auto; overflow: hidden; padding: 80px 0;}
#hzkh{ width: 1200px; background: #5981c2; height: auto; overflow: hidden; padding-top: 20px; margin-top: 65px;}
#hzkh li{ float: left; width: 280px; height: 170px; overflow: hidden; position: relative; margin: 0 10px 20px;}
#hzkh li img{ position: absolute; left: 0; top: 0; z-index: 2; width: 280px; height: 170px; transition:0.3s all 0s linear;}
#hzkh li .pic_title{ position: absolute; left: 0; top: 85px; z-index: 1; background: #275eb2; width: 280px; height: 0; line-height: 170px; color: #fff; text-align: center; transition:0.3s all 0s linear; font-size: 24px; font-weight: bold;}
#hzkh li:hover img{ left: 140px; width: 0;}
#hzkh li:hover .pic_title{ height: 170px; top: 0;}

#khmore{ width: 170px; height: 40px; background: #c83c25; line-height: 40px; text-align: center; color: #fff; margin-top: 30px; transition:0.3s all 0s linear;}
#khmore a{ color: #fff;}
#khmore:hover{ background: #000;}

#tpqh{ background: url(/skins/web/images/bj.jpg) repeat-x center; width: 100%; height: auto; overflow: hidden; margin-top: 25px;}

.roundabout-holder { margin: 0px auto; width: 850px; height: 450px;}
.roundabout-moveable-item {	width: 539px; height: 340px; cursor: pointer; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
.roundabout-moveable-item img {	width: 100%;}
.roundabout-in-focus {-moz-box-shadow:0px 0px 8px #333333; -webkit-box-shadow:0px 0px 8px #333333; box-shadow:0px 0px 8px #333333;}

#gsjjmore{ width: 170px; height: 40px; background: #0c46a6; line-height: 40px; text-align: center; color: #fff; margin-top: 30px; transition:0.3s all 0s linear;}
#gsjjmore a{ color: #fff;}
#gsjjmore:hover{ background: #000;}

.xwlan{ background: url(/skins/web/images/xwbj.png) no-repeat center top; width: 100%; height: 655px;}

#xwlb{ width: 1200px; margin-top: 50px;}
#xwlb li { width:570px; height: 100px; background: #dfe4ec; float:left; margin: 0 15px 30px; transition:0.3s all 0s linear;}
#xwlb li .right{ width: 460px; color:#8f8f8f; line-height: 1.6; font-size: 14px; padding: 10px 10px 10px 0;}
#xwlb li .right a{ display: block; color:#333333; font-size: 18px; transition:0.3s all 0s linear; padding-bottom: 5px;}
#xwlb li .info_date{ color: #fff; float:left; width:90px; height:100px; font-size: 20px; text-align:center; background:#0c46a6; transition:0.3s all 0s linear;}
#xwlb li .info_date span{ display: block; height: 60px; line-height: 60px; font-size:30px; color:#fff; width:90px;}
#xwlb li:hover .right a{ color: #c83c25; padding-left: 10px;}


#marqueedivcontrol{width:1200px; height:250px; overflow:hidden; margin:30px 0 0; float:left;}
#marqueedivcontrol li{ float:left; overflow: hidden; width:292px; height:250px; margin-right:20px; text-align:center; transition:0.3s all 0s linear;}
#marqueedivcontrol li a{ display: block; overflow: hidden; width:290px; height:218px; margin-bottom: 5px; border: 1px solid #eeeeee;}
#marqueedivcontrol li img{ width:290px; height:218px; }
.cpgd{width:3120px;}

#yqlj{ margin: 50px 0 0; background: url(/skins/web/images/link.png) no-repeat center top; height: 68px; padding: 0 15px; line-height: 90px;}
#yqlj a{ float: left; padding: 0 15px 0 0;}



.gsjjpic{ width: 120px; text-align: center; float: left; padding: 30px 60px 20px;}
.gsjjpic .picnr{ width: 119px; height: 86px; border-radius: 60px; background: #0c46a6; padding-top: 33px; text-align: center; transition: 0.3s all 0s linear;}
.gsjjpic .pic{ width: 52px; height: 52px; display: block; overflow: hidden;}
.gsjjpic .pic img{ width: 52px; height: 52px; display: block;}
.gsjjpic:hover .pic .box_img{position: relative; transition: 0.3s all 0s linear; display: block; margin-top: -52px;}
.gsjjpic .title{ color: #333333; font-size: 16px; margin-top: 10px;}
.gsjjpic:hover .picnr{ background: #c83c25;}
.gsjjpic:hover .title{ color: #c83c25;}


/** sidebar **/
#sidebar{ width:250px; height:auto; overflow:hidden; float: left;}
#main_right{ width:920px; height:auto; overflow:hidden; float: right;}

#zi_banner{ width: 100%; height: 300px; background: url(/skins/web/images/zi_banner.jpg) no-repeat center;}

#pro_list { border: 3px solid #0c46a6; padding: 4px 14px;}
#cpbt{ background: #0c46a6; height: 60px; text-align: center; padding-top: 30px;}
/*#pro_list li{ height:45px; line-height:45px; padding-left:60px; background: url(/skins/web/images/icon.png) no-repeat 25px center; border-bottom: 1px solid #eeeeee; transition:0.3s all 0s linear;}
#pro_list li a{ color: #666666;}
#pro_list li:hover{ background: url(/skins/web/images/icon.png) no-repeat 25px center; padding-left: 70px;}
#pro_list li:hover a{ color: #666666;}*/

#pro_list .bigtitle{ background: url(/skins/web/images/lb_bj.jpg) no-repeat left center; height:38px; line-height:38px; padding-left:20px; margin: 0px 0;}
#pro_list .bigtitle a{ color: #fff;}
#pro_list .smalltitle{ float: left; background: url(/skins/web/images/left_icon.png) no-repeat 7px center; padding-left: 25px; width: 183px; line-height: 24px; margin-bottom: 0px;}


#title_zy{ height: 43px; line-height: 43px; border: 2px solid #0c46a6; padding-right: 20px;}
#title_zy .left{ background: #0c46a6; color: #fff; font-size: 16px; padding: 0 30px;}
#title_zy .right{ width: 600px; text-align: right;}



/** zy **/ 
.content{ padding: 20px 0 0; line-height: 2.0;}
#content_zy{ line-height: 2.0; padding: 20px 0 0; height: auto; overflow: hidden;}

.new_li_content li{ background: #fff; height:110px; padding:10px; margin-bottom: 10px; border:1px #999 dotted; transition:all 0.4s linear 0s;}
.news_title_content{ height:110px; width:700px;  padding:0 10px;}
.new_li_content li img{ margin:0 10px;}
.news_li_content{ color:#999; font-size:12px;}
.new_li_content li:hover{ background:#6d87cd;}
.new_li_content li:hover .news_li_content{ color:#fff; font-size:12px;}
.new_li_content li:hover a{ color:#fff}
.news_li_title .time_news2{ margin:0 15px;transition:all 0.2s linear 0s;}
.new_li_content li:hover .news_li_title{ color:#ff0; font-weight:bold;}
.new_li_content li:hover .time_news2{ margin:0 25px;}


#por_left{width:400px; height:auto; margin-right:20px; float:left;}
#por_right{float:right; line-height:2.0; width: 470px; height:auto; overflow:hidden;}
#cpms{ border-bottom: 1px dashed #ccc; border-top: 1px dashed #ccc; padding: 20px 0; margin-bottom: 20px;}
#cpms span{ color: #cc0000;}
.dg1{ width: 155px; height: 30px; line-height: 30px; text-align: center; color: #fff; background: #0c46a6; float: left; transition:all 0.3s linear 0s;}
.dg2{ width: 155px; height: 30px; line-height: 30px; text-align: center; color: #fff; background: #c83c25; float: left; margin-left: 20px; transition:all 0.3s linear 0s;}
.dg2 a{ color: #fff;}
.dg1 a{ color: #fff;}
.dg1:hover{ background: #f90;}
.dg2:hover{ background: #f90;}

#marqueedivcontrola{width:250px; height:650px; overflow:hidden; margin:20px 0 0;}
#marqueedivcontrola li{ float:left; overflow: hidden; width:250px; height:250px; text-align:center; transition:0.3s all 0s linear;}
#marqueedivcontrola li a{ display: block; overflow: hidden; width:248px; height:188px; margin-bottom: 5px; border: 1px solid #eeeeee;}
#marqueedivcontrola li img{ width:250px; height:188px; }
.cpgda{width:250px;}

.info_nr{ width: 450px;}


.pro1 li{float:left; margin:0 5px 10px; background:#fff; width:294px; height:220px; text-align:center; border:1px solid #efefef; font-size:13px; transition:0.3s all 0s linear;}
.pro1 img{ width:294px; height:179px;}
.pro1 li:hover{ background:#c83c25; color:#fff;}
.pro1 li:hover a{ color:#fff;}



.pro2 li{float:left; margin:0 5px 10px; background:#fff; width:218px; height:175px; text-align:center; border:1px solid #efefef; font-size:13px; transition:0.3s all 0s linear;}
.pro2 img{ width:218px; height:132px;}
.pro2 li:hover{ background:#c83c25; color:#fff;}
.pro2 li:hover a{ color:#fff;}





/************************************/
.page{margin:10px 20px 15px 0;}
.page a{display:inline-block;height:18px;line-height:18px;border:1px solid #dbdbdb;padding:0 2px 0;}
.page a:hover{background:#404040;color:#fff;border:none;height:20px;line-height:20px;padding:0 3px 0;}
.current {padding:0 6px 0;height:18px;line-height:18px;background:#404040;color:#fff;}
/***************global*****************/
.pro li{float:left; margin:0 5px 10px; background:#fff; width:294px; height:265px; text-align:center; border:1px solid #efefef; font-size:13px; transition:0.3s all 0s linear;}
.pro img{ max-width:294px; height:221px;}
.pro li:hover{ background:#c83c25;}
.pro li:hover a{ color:#fff;}

/*************index&goods**************/
.news{ width:100%;}
.news li{width:100%;height:40px;text-indent:2em;line-height:40px; font-size:14px; border-bottom:1px dotted #ccc; background:url(/skins/web/images/icon.jpg) no-repeat 20px center; transition:0.3s all 0s linear; padding-left:10px;}
.news li:hover{background-color:#efefef; border-bottom:1px solid #ccc;}
.news li:hover a{color:#000;}
/****************news*****************/
.news_title{color:#da020d;text-align:center;line-height:40px;}
.meta{color:#999;text-align:center; width:100%; line-height:28px; border:1px solid #efefef; margin-bottom:10px; background:#f8f8f8;}
/***********news_info**************/
.jobs li{ height:auto; margin:23px 18px 18px 28px;border-bottom:1px dotted #666; position:relative;}
.jobs a{ position:absolute; right:0; top:0;float:right;width:71px;height:34px;color:#fff;text-align:center;line-height:34px; display:block; background:#f00;}
.jobs strong{color:#da020d;}
.jobs p{/*margin:6px 0 -134px 156px;*/line-height:35px;}
/***************jobs***************/
.rel_center{ text-align:center; left:50%;}
.pro_name{display:block;color:#0c46a6;text-align:left; font-weight: bold; font-size:28px; margin-bottom: 20px;}
.info_title{margin:10px 0 0 0;width:100%;height:50px; background: #fff; border-bottom: 1px solid #ccc; margin-bottom:10px;}
.info_title b{display:inline-block;padding-left:10px;height:100%;background:#1c5ac0;color:#fff;line-height:50px; font-weight: normal; font-size: 16px; padding: 0 30px;}
.info_title a{margin:8px;width:15px;height:15px;background-position:0 -426px;}
/********goods_info&jobs_info*******/
.order{margin:20px 0 20px 100px;line-height:40px;}
.order img{vertical-align:-5px;cursor:pointer;}
#submit{width:55px;height:29px;color:#000;cursor:pointer; background:url(/skins/web/images/button.gif) none center;}
/**************order&message********/
#banner{position:relative;overflow:auto;}
#banner li {float:left;}
.banner .dots li.active {
background: #fff;
opacity: 1;
}
.banner .dots li {
display: inline-block;
width: 10px;
height: 10px;
margin: 0 4px;
text-indent: -999em;
border: 2px solid #fff;
border-radius: 6px;
cursor: pointer;
opacity: .4;
-webkit-transition: background .5s, opacity .5s;
-moz-transition: background .5s, opacity .5s;
transition: background .5s, opacity .5s;
}

/*sitemap*/
.mesmore{margin-top:5px;}
.mesmore:hover{color:#da020d;text-decoration:underline;}

.sitemap{ width:996px; float:left; /*border:3px solid #f0f0f0;*/ margin-top:10px; margin-bottom:10px;}
.m1{ height:20px; line-height:20px; margin-top:20px; margin-left:20px;}
.m2{ margin-left:20px; margin-top:20px; line-height:25px;}
.m2 span{ font-size:14px; font-weight:bold;}
.m2t{ border:1px solid #f0f0f0; width:800px; padding-left:4px; margin-top:2px; padding:10px; margin-bottom:20px;}
.m2t ul{}
.m2t ul li{ list-style-type:none; float:left; width:150px;}
.m2t ul li a:hover{ color:red}

.f{ float:right; margin-right:10px; _margin-top:7px;}







/*首页案例展示*/
.ind_case{ width:100%; height:603px; overflow:hidden; /*background:url(/skins/web/images/ind_case_bg.jpg) no-repeat top center;*/ background-color:#EEEFF1; /*margin-top:50px;*/}
.ind_case_tit{ width:1200px; height:69px; overflow:hidden; text-align:center; padding-top:57px; margin:0 auto;}
.index_case_tit_en{ width:1200px; height:38px; overflow:hidden;}
.index_case_tit_ch{ width:1200px; height:24px; margin-top:9px; line-height:24px; background:url(/skins/web/images/index_case_tit_ch.png) no-repeat top center; color:#000; font-size:16px;}
.ind_case_con{ width:1200px; height:auto; margin:57px auto 0px;}

.sen{ width:198px; height:278px; background:#ffffff; margin-right:20px; padding:14px;}
.sen:hover{ background:#0f58ab; color:#ffffff;}
.sen:hover a{ color:#ffffff;}
.sen_t{ width:191px; height:142px; background:#c9c9c9; padding:3px;}
.sen:hover .sen_t{background:#ffffff;}
.sen_t img {width:191px; height:142px;}
.sen_b{ width:198px; height:43px; line-height:43px; font-size:15px; text-align:left;}
.sen_j{ width:198px; height:44px; line-height:22px; font-size:12px; text-align:left; text-indent:2em;}
.sen_m{ width:198px; height:37px; line-height:37px; font-size:13px; text-align:right; margin-top:5px; background:url(/skins/web/images/m2.jpg) no-repeat 120px 15px;}
.sen:hover .sen_m{  background:url(/skins/web/images/m1.jpg) no-repeat 120px 15px;}

.more_02{ width:95px; height:28px; border:1px solid #cccccc; line-height:28px; text-align:center; font-size:14px; margin:46px auto 0px;}
.more_02 a{  color:#000;}
.more_02 a:hover{ text-decoration:underline;}