html{ background:#fff; color:#575757; 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:#575757; font-size:14px; font-family:'微软雅黑';}
a{ color:#575757;}
a:hover{color:#006dd3;}

/*******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_pic1{ 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;}



.scale:hover img {
    transform: scale(1.1, 1.1);
}
.scale img{ transition:transform 1s ease 0s}

#indexnews{ margin-top: 10px;}
#indexnews li {
	height:35px;
	line-height:35px;
	background: no-repeat 10px center;
	padding-left:25px;
	border-bottom:1px dotted #ccc;
	transition:0.3s all 0s linear;
}
#indexnews li:hover{ border-bottom:1px solid #999; background: no-repeat 10px center;}

.newstime {
	float: right;
	color:#afb0b4;
	font-size:12px;
}
#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 #f0f0f0; 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;}


/** header **/
#top_line_bj{ height: 40px; background: #0061ac; width: 100%;}
#top_line{ width: 1200px; height: 40px; line-height: 40px; color: #efefef;}
.top_font{ float: right; padding-right: 30px;}
.top_font .pic{ width: 24px; height: 24px; display: block; overflow: hidden; float: left; margin: 7px 10px 0 0;}
.top_font .pic img{ width: 24px; height: 24px; display: block;}
.top_font:hover .pic .box_img{position: relative; transition: 0.3s all 0s linear; display: block; margin-top: -24px;}
.top_font p{ float: left; color: #efefef;}
.top_font p a{ color: #efefef;}
.top_font:hover p{ color: #efefef;}
.top_font:hover p a{color: #ff0;}

  @-webkit-keyframes twinkling {
                0% {
                    color: white;
                }
                50% {
                    color: red;
                }
                100% {
                    color: white;
                }
            }
            @-moz-keyframes twinkling {
                0% {
                    color: white;
                }
                50% {
                    color: red;
                }
                100% {
                    color: white;
                }
            }
            @-ms-keyframes twinkling {
                0% {
                    color: white;
                }
                50% {
                    color: red;
                }
                100% {
                    color: white;
                }
            }
            #twinkling {
                -webkit-animation-name: 'twinkling';
                -moz-animation-name: 'twinkling';
                -ms-animation-name: 'twinkling';
                -webkit-animation-duration: 0.5s;
                -moz-animation-duration: 0.5s;
                -ms-animation-duration: 0.5s;
                -webkit-animation-iteration-count: infinite;
                -moz-animation-iteration-count: infinite;
                -ms-animation-iteration-count: infinite;
                -webkit-animation-timing-function: linear;
                -moz-animation-timing-function: linear;
                -ms-animation-timing-function: linear;
            }
            
            



#top_bj{ height: 100px; width: 100%; background: #eeeeee;}
#top{ width:1200px; height:100px;}
#logo{ float:left; padding:20px 0 0 0;}


.txtscroll-top{ width:280px;  overflow:hidden; position:relative;  }
.txtscroll-top .bd{ }
.txtscroll-top .infolist li{ height:40px; line-height:40px; text-align: center;   }




.nav{ width:850px; height:100px; float: right; z-index:1;}
.nav a{ color:#515151;  }
.nav .nli{ float:left; display:inline;  }
.nav .nli h3{  }
.nav .nli h3 a{ display:block; color:#515151; font-weight: bold; font-size: 18px; padding: 0 24px; height:100px; line-height: 100px; text-align:center;  transition:0.3s all 0s linear; }
.nav .on h3 a{ background: #035cac; color:#fff; line-height: 100px;}
.nav .sub{ display:none; width:100%; height:130px; background:  repeat center top; left:0; top:140px;  position:absolute;  z-index: 999;}
.nav .sub ul{ zoom:1; width:1200px; height: 130px;}
.nav .sub ul li{ float: left; border-right: 1px solid #a3a3a3; height: 43px; line-height:20px; width: 128px; text-align: center; transition:0.3s all 0s linear; margin-top: 50px;}
.nav .sub ul li a{ color:#000; font-size: 16px;}
.nav .sub ul li p{ color: #8c8c8c; font-family: arial; font-size: 14px;}
.nav .sub ul li:hover{ color:#fff; background: #035cac;}
.nav .sub ul li:hover a{ color: #ff0;}
.nav .sub ul li:hover p{ color: #fff;}
.nav .sub .pic{ float:left; width:423px;}
.nav .sub .pic img{ width: 423px; height: 129px;}

.flash{ width:100%;height:573px; margin:0 auto; text-align:center; position:relative;}
.flash .flashbox {position:relative; margin:0 auto; width:1000px; height:573px; }
/*修改尺寸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: 573px;}

#xw_gd{ background: #006cd1; height:165px; width:100%;}
#xw_nr{ width:1200px; height:125px; padding: 20px 0;}
#xw_nr ul{ width: 1200px; height: 50px; margin-bottom: 30px;}
#xw_nr ul li{ float:left; height: 50px; line-height: 50px; padding: 0 17px; position: relative;}
#xw_nr ul li img{ width: 50px; height: 50px; float: left; padding: 0 5px 0 0;}
#xw_nr ul li p{ float: left; color: #fff; font-size: 16px; text-align: left;}
#xw_nr ul li .bigp{ line-height: 23px;}
#xw_nr ul .line{ border-right: 1px solid #4d98df; width: 1px; height: 30px; float: left; margin-top: 10px;}
#xw_nr ul li .xwnr_pic{ position: absolute; z-index: 10; left: -1px; top: -20px; width: 180px; height: 0; overflow: hidden; transition:0.3s all 0s linear;}
#xw_nr ul li .xwnr_pic img{ width: 180px; height: 80px;}
#xw_nr ul li:hover .xwnr_pic{ height: 80px;}

#xw_nr ul li .xwnr_pic1{ position: absolute; z-index: 10; left: -15px; top: -20px; width: 180px; height: 0; overflow: hidden; transition:0.3s all 0s linear;}
#xw_nr ul li .xwnr_pic1 img{ width: 180px; height: 80px;}
#xw_nr ul li:hover .xwnr_pic1{ height: 80px;}
#xw_nr ul li .xwnr_pic2{ position: absolute; z-index: 10; left: 10px; top: -20px; width: 180px; height: 0; overflow: hidden; transition:0.3s all 0s linear;}
#xw_nr ul li .xwnr_pic2 img{ width: 180px; height: 80px;}
#xw_nr ul li:hover .xwnr_pic2{ height: 80px;}


.ssfont{ float: left; color: #fff; font-size: 20px; font-weight: bold; padding: 10px 20px 0 0;}
.ss{ width:645px; height:45px; float: left; }
.sou_left{float:left; width:370px; background:  no-repeat 30px center #fff; height:45px; border: none; padding-left: 143px; text-align:left; color:#8f8f8f; line-height:45px;}
.ss_pic{ float:right; padding:0;}

.xw_nr_font{ float: right; background: #fff; width: 140px; height: 45px;}
.xw_nr_font .pic{ width: 32px; height: 32px; display: block; overflow: hidden; float: left; margin: 7px 10px 0 15px;}
.xw_nr_font .pic img{ width: 32px; height: 32px; display: block;}
.xw_nr_font:hover .pic .box_img{position: relative; transition: 0.3s all 0s linear; display: block; margin-top: -32px;}
.xw_nr_font p{ float: left; color: #000; height: 45px; line-height: 45px;}
.xw_nr_font p a{ color: #000;}
.xw_nr_font:hover{ background: #424242; transition:0.3s all 0s linear;}
.xw_nr_font:hover p{ color: #ff;}
.xw_nr_font:hover p a{color:  #fff;}



.contact .lxpic{ width: 72px; height: 72px; display: block; overflow: hidden; margin-bottom: 20px;}
.contact .lxpic img{ width: 72px; height: 72px; display: block;}
.contact:hover .lxpic .box_img{position: relative; transition: 0.3s all 0s linear; display: block; margin-top: -72px;}



/** footer **/
#end_end{ background: #3c3f49; width: 100%; height: 57px; line-height: 57px; text-align: center; color: #fff;}
#end_end a{ color: #fff;}
#end_end a:hover{ color: #fff;}

#end_bj{ background: #0061ac; width:100%; height:auto; overflow:hidden;}
#end{ width:1200px; height:auto; overflow: hidden; line-height:30px; color:#3676b5; padding:30px 0 15px;}
#end a{ color:#3676b5;}
#end a:hover{ color:#fff;}

#end_logo{ text-align: center; margin-bottom: 10px;}
#end_nav{ width: 722px; padding: 0 140px; height: 55px; line-height: 55px; border-top: 1px solid #3381bd; border-bottom: 1px solid #3381bd;}
#end_nav a{ color: #749bc7; font-size: 16px; padding: 0 17px;}
#end .content{ padding: 15px 0; text-align: center; color: #efefef;}
#end #wx{ float: left; margin-left: 310px;}
#end_tel{ float: left; margin-left: 15px; background: #055ca1; border: 1px solid #1a71b4; height: 47px; padding: 20px 60px 20px 20px; color: #fff; font-size: 14px; line-height: 26px;}
#end_tel p{ font-weight: bold; font-size: 24px; font-family: arial;}


/** main **/ 
.main{ width:1200px; height:auto; overflow:hidden; padding:30px 0;}

.gsjjpic{ float: left; padding: 10px 60px 20px;}
.gsjjfont{ float: left; width: 460px; padding: 20px 60px 0; line-height: 25px;}
.gsjjfont .num{ float: left; color: #fc7d1a; font-size: 48px; font-weight: bold; text-align: center; width: 42%; margin: 0 15px; padding-bottom: 20px;}
.gsjjfont .num h1{ float: left; margin-left: 20px; font-weight: bold;}
.gsjjfont .num span{ font-size: 30px;}
.gsjjfont1{ float: left; width: 210px; padding: 20px 50px 0; line-height: 25px;}
.gsjjfont1 .num{ color: #fc7d1a; font-size: 48px; width: 90%; font-weight: bold; text-align: center; padding-bottom: 20px;}
.gsjjfont1 .num h1{ float: left; margin-left: 20px; font-weight: bold;}
.gsjjfont1 .num span{ font-size: 30px;}

.gsjjfont section {display: block;clear: left;position: relative;width: 100%;}
.gsjjfont h1.jumbo {  transition: 0.3s all 0s linear;}
@media all and (max-width: 1021px) {
	#wrap {
		width:100%;
		padding:0 20px;
	}
	h1.jumbo {
		font-size:5em;
	}
}
@media all and (max-width: 480px) {
	
	#wrap {
		padding:0 15px;
	}
	h1.jumbo {
		font-size:2em;
	}
}


.gsjjfont1 section {display: block;clear: left;position: relative;width: 100%;}
.gsjjfont1 h1.jumbo {transition: 0.3s all 0s linear;}
@media all and (max-width: 1021px) {
	#wrap {
		width:100%;
		padding:0 20px;
	}
	h1.jumbo {
		font-size:5em;
	}
}
@media all and (max-width: 480px) {
	
	#wrap {
		padding:0 15px;
	}
	h1.jumbo {
		font-size:2em;
	}
}

#yqljbj{ height: 55px; background: #f2f2f2; width: 100%; border-bottom: 1px solid #fff;}
#yqlj{ width: 1200px; height: 55px; line-height: 55px;}
#yqlj p{ background: #077dcf; float: left; color: #fff; font-size: 18px; font-weight: bold; padding: 0 30px;}
#yqlj a{ padding: 0 20px; font-size: 16px;}

#kjdh_bj{ background: #f6f6f6; width: 100%; height: auto; overflow: hidden;}
#kjdh_bj ul{ float: left; border-right: 1px dashed #a2a2a2; width: 239px; text-align: center; min-height: 150px;}
#kjdh_bj ul .big_title a{ color: #000; font-size: 18px;}
#kjdh_bj ul li{ line-height: 25px; width: 180px; transition:all 0.3s linear 0s;}
#kjdh_bj ul li a{ color: #b1b1b1;}
#kjdh_bj ul li:hover{ background: #0061ac;}
#kjdh_bj ul li:hover a{ color: #fff;}

#xwzx{ width: 855px; height: auto; overflow: hidden; float: left;}
#xwzx #xwtitle{ color: #000; font-size: 36px; float: left;}
#xwzx .content{ width: 422px; height: auto; overflow: hidden; float: left; padding: 20px 0 0;}
#xwzx .content img{ width: 422px; height: 265px;}
#xwzx .content span{ color: #000; font-weight: bold; font-size: 16px;}
#xwzx .content p{ color: #585858; line-height: 25px;}
#xwzx .content .xw_more{ margin-top: 10px; width: 80px; color: #ea5a25; background:  no-repeat 66px center; float: left; transition:all 0.3s linear 0s;}
#xwzx .content:hover .xw_more{ color: #fff; padding: 0 10px; background:  no-repeat 76px center #ea5a25;}

.slidetxtbox{ width:400px; text-align:left; float:right; position: relative; margin-top: 20px;}
.slidetxtbox .hd{ height:35px; line-height:35px; position: absolute; left: -240px; top: -60px;}
.slidetxtbox .hd ul{ float:left; height:35px;}
.slidetxtbox .hd ul li{ float:left; width:127px; height:33px; background: #f6f6f6; border: 1px solid #eaeaea; cursor:pointer; color:#545454; text-align:center; font-size:16px; margin-right: 10px;}
.slidetxtbox .hd ul li.on{ height:33px; background:#077dcf; color: #fff; border: 1px solid #077dcf;}
.slidetxtbox .bd ul{ padding:0;  zoom:1;  }
.slidetxtbox .bd li{ height:33px; line-height:33px; border-bottom:1px dotted #eeeeee; background: no-repeat left 11px; padding-left:25px; transition:0.3s all 0s linear; color: #585858; padding-top: 5px;}
.slidetxtbox .bd li .date{ float:right; color:#a3c4ea; font-size: 12px; transition:all 0.3s linear 0s;}
.slidetxtbox .bd li a{ color: #000; display: block; transition:all 0.3s linear 0s;  width:290px; 
overflow:hidden; 
white-space:nowrap; 
text-overflow:ellipsis; 
text-overflow: ellipsis;/* ie/safari */ 
-ms-text-overflow: ellipsis; 
-o-text-overflow: ellipsis;/* opera */ 
-moz-binding: ;/*firefox*/ }
.slidetxtbox .bd li:hover { background:  no-repeat left 11px #006cd1; padding-left: 35px;}
.slidetxtbox .bd li:hover a{ color: #fff;}
.slidetxtbox .bd li:hover .date{ color: #ff0; font-size: 12px;}

#jlhd{ width: 315px; height: auto; overflow: hidden; float: right;}
#jlhd_title{ color: #000; font-size: 36px;}
#jlhd .content{ border: 1px solid #f2f2f2; padding: 0; margin-top: 20px; text-align: center;}
#jlhd .content p{ padding: 30px 0;}

.line1{ border-bottom: 1px solid #f2f2f2; width: 100%; height: 1px;}
.ysfont{ float: left; width: 298px; text-align: center; line-height: 32px;}
.ysfont .pic{ width: 102px; height: 102px; display: block; overflow: hidden; margin-bottom: 20px;}
.ysfont .pic img{ width: 102px; height: 102px; display: block;}
.ysfont:hover .pic .box_img{position: relative; transition: 0.3s all 0s linear; display: block; margin-top: -102px;}
.ysfont p{ color: #838383; font-size: 24px; font-weight: bold;}
.ysfont span{ color: #575757;}
.ysline{ border-right: 1px solid #f2f2f2; width: 1px; height: 148px; float: left; margin-top: 25px;}

.line2{ height: 8px; background: #f2f2f2; width: 100%;}
#gsjj_title{ color: #6e6e6e; font-size: 36px;}
#gsjj_title span{ color: #d5d5d5; font-size: 24px; font-weight: bold; padding-left: 30px;}
#gsjj{ font-size: 16px; padding-top: 25px; line-height: 30px;}


.indextypes{width:787px; margin-top: 30px; background: #333333; position: relative; float: left;}
.indextypes ul li{position:relative; float:left; width:129px; overflow:hidden; height:138px;}
.indextypes ul li:hover{cursor:pointer;}

.indextypes ul li .title{width:129px; height:113px; text-align: center; padding-top: 25px; float:left; background: #cdcdcd; position: relative; z-index: 999; transition:all 0.3s linear 0s;}
.indextypes ul li .title p{ color: #fff;}
.indextypes ul li .title .line{ width: 35px; height: 3px; background: #fff; margin-top: 10px;}
.indextypes ul li.hover .title{ background: #077dcf;}

.indextypes ul li .title1{width:129px; height:113px; text-align: center; padding-top: 25px; float:left; background: #a5a5a5; position: relative; z-index: 999; transition:all 0.3s linear 0s;}
.indextypes ul li .title1 p{ color: #fff;}
.indextypes ul li .title1 .line{ width: 35px; height: 3px; background: #fff; margin-top: 10px;}
.indextypes ul li.hover .title1{ background: #077dcf;}

.indextypes ul li .title2{width:129px; height:113px; text-align: center; padding-top: 25px; float:left; background: #919191; position: relative; z-index: 999; transition:all 0.3s linear 0s;}
.indextypes ul li .title2 p{ color: #fff;}
.indextypes ul li .title2 .line{ width: 35px; height: 3px; background: #fff; margin-top: 10px;}
.indextypes ul li.hover .title2{ background: #077dcf;}

.indextypes ul li .title3{width:129px; height:113px; text-align: center; padding-top: 25px; float:left; background: #777777; position: relative; z-index: 999; transition:all 0.3s linear 0s;}
.indextypes ul li .title3 p{ color: #fff;}
.indextypes ul li .title3 .line{ width: 35px; height: 3px; background: #fff; margin-top: 10px;}
.indextypes ul li.hover .title3{ background: #077dcf;}

.indextypes ul li .con{ position:absolute; top:0; width:272px; right:0; height:138px; overflow:hidden; z-index: 0;}


#fzlc{ width: 413px; height: 138px; background: #333333; float: right; margin-top: 30px;}
#fzlc .font{ color: #858585; height: 45px; line-height: 25px; border-right: 1px dashed #484848; margin: 25px; float: left; padding: 20px; width: 230px;}
#fzlc .title{width:60px; text-align: center; padding-top: 25px; float:left;}
#fzlc .title p{ color: #fff;}
#fzlc .title .line{ width: 35px; height: 3px; background: #fff; margin-top: 10px;}


#marqueedivcontrola{width:1200px; height:191px; overflow:hidden; margin:30px 0; float:left;}
#marqueedivcontrola li{ float:left; width:276px; height:185px; overflow: hidden; background: #ebebeb; padding: 3px; margin-right:20px; text-align:center; transition:0.3s all 0s linear;}
#marqueedivcontrola li img{ width:276px; height:185px; }
.cpgda{width:3020px;}


/** sidebar **/
#mbxdh{ height: 70px; background: #fff; border-bottom: 1px solid #ebebeb; width: 100%;}
#mbxdh #mbx{ width: 1200px; height: 70px; line-height: 70px;}
#mbxdh #mbx .left{ background:  no-repeat left center; padding-left: 30px;}

.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 20px;
	content: '[';
	-webkit-transform: translatex(20px);
	-moz-transform: translatex(20px);
	transform: translatex(20px);
}

.cl-effect-1 a::after {
	margin-left: 20px;
	content: ']';
	-webkit-transform: translatex(-20px);
	-moz-transform: translatex(-20px);
	transform: translatex(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translatex(0px);
	-moz-transform: translatex(0px);
	transform: translatex(0px);
}


#gsjj_banner{ background:  no-repeat center top; width: 100%; height: 391px;}
#cp_banner{ background:  no-repeat center top; width: 100%; height: 391px;}
#xwzx_banner{ background:  no-repeat center top; width: 100%; height: 391px;}
#jszc_banner{ background:  no-repeat center top; width: 100%; height: 391px;}
#lxwm_banner{ background:  no-repeat center top; width: 100%; height: 391px;}



.title_lm{ color:#fff; background:#3c3c3c; height:40px; line-height:40px; width:100%;}
.deal_title { height:40px; line-height:40px; border-bottom:#838383 dotted 1px; background: #fff;  cursor:pointer; width:100%;}
.deal_title .job,.title_lm .job{ display:block; padding:0 30px 0 10px; width:200px; font-weight:normal !important;}
.deal_title.deati{ background: left bottom no-repeat;}
.deal_menucont {line-height:30px; border-bottom:1px solid #838383; background: #fff;  padding:10px; color:#323232; width:98%;}
.deal_menucont a{ color:#323232;}
.deal_left{ float:left;}
.deal_right{ width:68px; float:left; height:20px; padding-top:140px;}
.dealcon{ bottom:10px; right:10px;}





/** zy **/ 
.content{ line-height:30px; padding:10px 0;}
#content_zy{ line-height:30px; padding: 20px 0 0;}

.news_lb li{ float: left; margin: 0 10px 20px; width: 340px; height: auto; overflow: hidden; background: #fff; border-bottom: 3px solid #e0e9f1; padding: 20px; line-height: 30px; }
.news_lb li a{ font-size: 16px; color: #000;}
.news_lb li .content{ color: #ccc;}
.news_lb li .xwmore{ float: left; width: 15px; height: 15px; overflow: hidden; margin-top: 13px;}
.news_lb li .xwmore img{ width: 15px; height: 15px; display: block;}
.news_lb li .time{ font-size: 16px; padding-left: 10px; color: #a3a3a3; float: left; margin-top: 5px;}
.news_lb li:hover .xwmore .box_img{position: relative; transition: 0.3s all 0s linear; display: block; margin-top: -15px; opacity: 0;}
.news_lb li .xw_pic{ text-align:center; width:340px; height:auto; overflow: hidden; margin-bottom: 10px; }
.news_lb li .xw_pic img{ width:340px; transition:transform 1s ease 0s;}
.news_lb li:hover .xw_pic img { transform: scale(1.1, 1.1);}
.news_lb li:hover a{ color: #ff0;}
.news_lb li:hover .conent{ color: #fff;}

.huang{ background: #fcfcfc; width: 100%; height: auto; overflow: hidden;}
#title_zy{ text-align: center; line-height: 1.1;}
#title_zy p{ color: #727272; font-size: 48px;}
#title_zy span{ color: #ebebeb; font-family: arial; font-size: 60px;}
#title_zy div{ color: #dadada;}

#cpnr{ width: 1200px; height: 491px; position: relative;}
#cpnr .font{ width: 520px; padding-top: 80px; padding-right: 80px; line-height: 28px;}
#cpnr .pic{ width: 961px; height: 491px; overflow: hidden; position: absolute;}
#cpnr .pic img{ transition:transform 1s ease 0s;}
#cpnr .font .title{ color: #000; font-size: 48px; margin-bottom: 40px;}
#cpnr .font span{ color: #585858; font-size: 18px;}
#cpnr .font p{ color: #a3a3a3;}
#cpnr .font .tel{ color: #e71e14; padding-top: 20px;}
#cpnr .font .more{ color: #000; margin-top: 10px; background:  no-repeat right center; padding-right: 45px; height: 38px; line-height: 38px; float: left; transition:all 0.3s linear 0s;}
#cpnr:hover .font .more{ background:  no-repeat 130px center #d80000; padding: 0 20px;}
#cpnr:hover .font .more a{ color: #fff;}
#cpnr:hover .pic img{ transform: scale(1.1, 1.1);}




#cplb{ height: auto; overflow: hidden; background: #fff; border: 1px solid #ececec; margin-bottom: 20px; padding: 10px;}
#cplb .left{ color: #565656; height: 75px; line-height: 75px; padding: 0 40px; font-size: 24px; font-weight: bold; border-right: 1px solid #ececec;}
#cplb .right{ width: 985px; line-height: 37px;}
#cplb .right a{ padding: 0 20px 0 0;}


.product_left{width:510px; height:auto; margin-right:10px; float:left;}
.product_right{float:right; line-height:2.0; width: 650px; height:auto; overflow:hidden;}
.pro_namelb{ color: #333; line-height:30px; height: auto;}
.pro_namelb span{ color: #006cd1;}
#wxts{ padding: 20px 0 0;}
#cptel{ color: #d80000; font-size: 30px; font-weight: bold; margin-bottom: 10px;}
#cptel span{ color: #585858;}
#ckxq1{  background: #006cd1; height:43px; width:170px; line-height:43px; text-align:center; color:#fff; font-size: 18px; font-weight: bold; float:left; margin-right: 10px; transition:0.3s all 0s linear; float: left;}
#ckxq1 a{ color:#fff;}
#ckxq1:hover{ background: #f90;}
#ckxq2{  background: #f63401; height:43px; width:170px; line-height:43px; text-align:center; color:#fff; font-size: 18px; font-weight: bold; float:left; margin-right: 10px; transition:0.3s all 0s linear; float: left;}
#ckxq2 a{ color:#fff;}
#ckxq2:hover{ background: #f90;}
.product_right li{ background: #fff; border: 1px solid #ececec; height: 40px; line-height: 40px; padding: 0 40px; margin: 10px 20px 0 0; float: left; border-radius: 5px; transition:all 0.3s linear 0s; font-size: 18px;}
.product_right li:hover{ background: #006cd1;}
.product_right li:hover a{ color: #fff;}

.cpline{ height: 4px; background: #ededed; width: 100%; margin: 40px 0;}
.cpbt{ color: #373737; font-size: 24px; font-weight: bold;}
.cpcontent{ padding: 30px 0 0; line-height: 30px;}
#dgnr{ float: left;}
#cplxwm{ float: right; height: 350px; border-left: 2px solid #ededed; padding: 0 0 0 100px; width: 400px;}
#cplxwm li{ background: #fff; border: 1px solid #ececec; height: 40px; line-height: 40px; padding: 0 23px; margin: 20px 20px 0 0; float: left; border-radius: 5px; transition:all 0.3s linear 0s; font-size: 16px;}
#cplxwm li:hover{ background: #006cd1;}
#cplxwm 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; overflow:hidden; margin:0 10px 20px; width:280px; text-align:center; background: #fff; height:255px;transition:0.3s all 0s linear; -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;}
.pro img{ width:280px; height:210px;}
.pro li:hover{ background: #e71e14; color: #fff; -moz-box-shadow:5px 5px 5px #999; -webkit-box-shadow:5px 5px 5px #999; box-shadow:5px 5px 5px #999;  -moz-transform: scale(1.08, 1.08);
  -ms-transform: scale(1.08, 1.08);
  -webkit-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);}
.pro li:hover a{ color: #fff;}
/*************index&goods**************/
.news{ width:100%;}
.news li{width:100%;height:35px;text-indent:2em;line-height:35px; font-size:14px; border-bottom:1px dotted #ccc; background: no-repeat 10px center; transition:0.3s all 0s linear;}
.news li:hover{background-color:#efefef;}
.news li:hover a{color:#000;}
/****************news*****************/
.news_title{color:#da020d;text-align:center;line-height:40px;}
.meta{color:#999;text-align:center;line-height:28px; border:1px solid #f0f0f0; background:#fbfbfb; margin:20px 0;}
/***********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:#006cd1; text-align:left; font-weight: bold; font-size:36px;}
.info_title{margin:10px 0 0 0;width:100%;height:45px;background:#efefef;}
.info_title b{display:inline-block; width:230px; text-align: center; font-weight: normal; height:100%;border-right:5px solid #fff; background:#333; color:#fff; line-height:45px;}
.info_title a{margin:8px;width:15px;height:15px;background-position:0 -426px;}
/********goods_info&jobs_info*******/
.order{margin:25px 0 20px 400px;line-height:40px;}
.order img{vertical-align:-5px;cursor:pointer;}
#submit{width:55px;height:29px;color:#000;cursor:pointer; background: 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;}