#bodycon{ padding-top:0px;}
.mianbxContent{ width:1200px !important; line-height:50px !important; height:80px !important; font-size:16px !important; text-align:left !important;   background:url(images/20180612212628_1649315072.png) no-repeat; }
.strong_title{ display:none !important; font-size:16px !important;}
.mianbxContent a{ font-size:16px !important;}
.mianbxContent a:hover{font-size: 16px !important;}


body,td,th{ font-size:13px; color:#333; font-family:Microsoft YaHei;}
a{font-size:13px; color:#333; }
a:hover{color:#e60012;  font-size:13px; }
body,div,ul,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th{ margin:0; padding:0;}
dl,dt,dd{ margin:0px; padding:0px; list-style:none;}
ul,li{ list-style:none;}
input,textarea,slsct{ font-family:inherit; font-weight:inherit; font-size:13px;}
img{ border:0;}
.cp img{ border:1px solid #ccc;padding:1px;}
.cp img:hover{ border:1px solid #8c8c8c;font-family: "Microsoft Yahei"}


.cp1 img{ border:1px solid #ccc;padding:5px;}
.cp1 img:hover{ border:1px solid #0589d9;font-family: "Microsoft Yahei"}


.cl{clear:both;} 
.fl{ float:left;}
.fr{ float:right;}
.top15{ height:15px;}
.top20{ height:20px;}
.top30{ height:30px;}
.top40{ height:40px;} 
.clear{clear:both; font-size:0px; overflow:hidden; height:0px;}

.totalwidthpercent {width:100%; margin:0 auto;}	
.zhong,.news,.bottom,.banquan{width:1200px; margin:0 auto; overflow:hidden;}
.bottom1 {width:1650px; margin:0 auto; overflow:hidden;}

/*顶部*/
.topbg{width:100%; background:#fff; height:88px;}	
.top{ width:1200px; margin:0 auto;}
.logo{ float:left; margin-top:14px; padding-right:14px;}
.dianhua{ float:right; margin-top:21px;}

/*导航*/
#nav_c{ width:800px; float:left; height:88px;}
#nav li{ width:100px; text-align:center; float:left; font-size:16px; line-height:88px;}
#nav ul li a{ text-decoration: none; font-size:16px; line-height:88px; width:100px; display:block; color:#666666;}
#nav ul li a:hover{text-decoration: none; font-size:16px; line-height:88px; width:100px;color:#fff; background:url(images/20180608093028_1149694186.jpg) no-repeat center;}
#nav ul li .a_nav{ text-decoration: none; font-size:16px; line-height:88px; width:100px;color:#fff; background:url(images/20180608093028_1149694186.jpg) no-repeat center;}

/*search*/
.search { position: relative; width: 1200px; top: -70px; margin: 0 auto; }
.search-i { background: #48aa36; display: block; width: 20px; height: 20px; padding: 6px; cursor: pointer; }
.search-i input { width: 20px; height: 20px; display: block; border: 0 none; cursor: pointer; }
.search-wrapper { position: absolute; right:0; }
.search-wrapper .input-holder { overflow: hidden; height: 50px; background: rgba(255,255,255,0); position: relative; width:50px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.search-wrapper.active .input-holder { border-radius: 50px; width:200px; background: rgba(0,0,0,0.5); -webkit-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570); -moz-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570); transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570); }
.search-wrapper .input-holder .search-input { width:100%; height: 50px; padding:0px 70px 0 20px; opacity: 0; position: absolute; top:0px; left:0px; background: transparent; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border:none; outline:none; font-size: 16px; font-weight: 400; line-height: 20px; color:#ccc; -webkit-transform: translate(0, 60px); -moz-transform: translate(0, 60px); transform: translate(0, 60px); -webkit-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570); -moz-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570); transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570); -webkit-transition-delay: 0.3s; -moz-transition-delay: 0.3s; transition-delay: 0.3s; }
.search-wrapper.active .input-holder .search-input { opacity: 1; -webkit-transform: translate(0, 0px); -moz-transform: translate(0, 0px); transform: translate(0, 0px); }
.search-wrapper .input-holder .search-icon { width:50px; height:50px; border:none; border-radius:0px; background: #0589d9; padding:0px; outline:none; position: relative; z-index: 2; float:right; cursor: pointer; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; border-radius: 30px;}
.search-wrapper.active .input-holder .search-icon { width: 36px; height:36px; margin: 7px; border-radius: 30px; }
.search-wrapper .input-holder .search-icon span { background: url(images/20180305094623_818964546.png) no-repeat center; width:22px; height:22px; display: inline-block; vertical-align: middle; position:relative; -webkit-transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650); -moz-transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650); transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650); }
.search-wrapper.active .input-holder .search-icon span { }

.search-wrapper .close { position: absolute; z-index: 1; top:12px; right:10px; width:25px; height:25px; cursor: pointer; -webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); transform: rotate(-180deg); -webkit-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110); -moz-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110); transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110); -webkit-transition-delay: 0.2s; -moz-transition-delay: 0.2s; transition-delay: 0.2s; }
.search-wrapper.active .close { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); right:-35px; -webkit-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570); -moz-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570); transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570); -webkit-transition-delay: 0.5s; -moz-transition-delay: 0.5s; transition-delay: 0.5s; }
.search-wrapper .close::before, .search-wrapper .close::after,.search-wrapper .close:before, .search-wrapper .close:after { position:absolute; content:''; background: #0589d9; border-radius: 2px; }
.search-wrapper .close::before,.search-wrapper .close:before { width: 5px; height: 25px; left: 10px; top: 0px; }
.search-wrapper .close::after,.search-wrapper .close:after { width: 25px; height: 5px; left: 0px; top: 10px; }
.search-wrapper .result-container { width: 100%; position: absolute; top:80px; left:0px; text-align: center; font-family: "Open Sans", Arial, Verdana; font-size: 14px; display:none; color:#B7B7B7; }
.search-wrapper ::-webkit-input-placeholder { 
  color: #fff;
  font-size: 14px;
}
/*banner*/
#banner{width:100%; margin:0 auto; height:auto; overflow:hidden; min-width:1200px;}
.banner.box_skitter{ position:relative; width:1920px; height:600px; left:50%; margin-left:-960px;}

/*设备*/
#shebei { width:100%; height:246px; margin:0 auto;}
.shebei_1 { width:34%; height:246px; float:left; background-color:#e5e5e5;}
.shebei_1_a {float:right; margin-right:10px;}
.shebei_1_b {float: left; font-size:14px; color:#000; line-height:40px; margin-top:55px; margin-left: 20px;}
.shebei_1_b span {font-size:28px; color:#000;}
.shebei_1_c { width:125px; height:40px; border:#a0a0a0 1px solid; border-radius: 10px; margin-top:10px; font-size:14px; color:#666; line-height:40px; text-align:center;}
.shebei_1_c a {font-size:14px; color:#666;}
.shebei_1_c a:hover {font-size:14px; color:#0589d9}

.shebei_2 { width:32%; height:246px; float:left; background-color:#ededed;}
.shebei_2_a {float:right; margin-right:10px; margin-top:40px;}
.shebei_2_b {float: left; font-size:14px; color:#000; line-height:22px; margin-top:62px; margin-left:10px;}
.shebei_2_b_1 {font-size:28px; color:#000; padding-bottom:15px;}
.shebei_2_c { width:125px; height:40px; border:#a0a0a0 1px solid; border-radius: 10px; margin-top:10px; font-size:14px; color:#666; line-height:40px; text-align:center;}
.shebei_2_c a {font-size:14px; color:#666;}
.shebei_2_c a:hover {font-size:14px; color:#0589d9}

.shebei_3 { width:34%; height:246px; float:right; background-color:#e5e5e5;}
.shebei_3_a {float:right; margin-top:40px; margin-right: 20px;}
.shebei_3_b {float:left; font-size:14px; color:#000; line-height:22px; margin-top:62px;   margin-left: 10px;}
.shebei_3_b_1 {font-size:28px; color:#000; padding-bottom:15px;}
.shebei_3_c { width:125px; height:40px; border:#a0a0a0 1px solid; border-radius: 10px; margin-top:10px; font-size:14px; color:#666; line-height:40px; text-align:center;}
.shebei_3_c a {font-size:14px; color:#666;}
.shebei_3_c a:hover {font-size:14px; color:#0589d9}
/*product*/
#product_bg{ background:url(images/20180609102208_1624545063.jpg) center no-repeat; height:588px;}
#product { overflow: visible; width:1200px; margin:0 auto;}
.prod_row1 { margin-top:1px;}
.prod_row1 a { font-size: 26px; color: #fff; font-weight: bold; letter-spacing: 2px; display: block; text-align: center; width: 150px; margin:0 auto; line-height: 60px; padding-bottom: 20px; position: relative; transition:0.3s all ease-in-out; padding-top:90px;}
.prod_row1 a:after,
.prod_row1 a::after{ content: ''; display: block; width: 50px; height: 0px; margin: 10px auto; border: 2px solid #028ee3; background: none; transition:0.3s all ease-in-out; position: absolute; left: 48px; bottom: 0}
.prod_row1:hover a{ line-height: 60px; }
.prod_row1:hover a:after,.prod .prod_row1:hover a::after{ left: -28px; bottom: 10px; width: 200px; height: 55px; }
.prod_row1 a .en{ font-size: 13px; color: #fff; font-weight: 100; letter-spacing: 0; display: block; text-align: center; line-height: 35px; }
.prod_row1 a:before,.prod .prod_row1 a::before{ content:''; background: -moz-linear-gradient(left, rgba(2,142,227,0) 0%, rgba(2,142,227,1) 50%, rgba(2,142,227,0) 100%); background: -webkit-linear-gradient(left, rgba(2,142,227,0) 0%,rgba(2,142,227,0) 50%,rgba(2,142,227,0) 100%); background: linear-gradient(to right, rgba(2,142,227,0) 0%,rgba(2,142,227,1) 50%,rgba(2,142,227,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#00ffffff',GradientType=1 ); display: block;position: absolute; left: -200px; bottom: 11px; transition:0.3s all ease-in-out; }

.pr2_b { position: relative; height: 330px; width: 100%; }
.pr2_b .divproduct_new_div_item { float: left; width: 290px; position: relative; height: 323px; transition: 0.3s all ease-in-out; overflow: hidden; margin: 10px 5px; }
.pr2_b .divproduct_new_div_item .product_div_item_pic a, .pr2_b .divproduct_new_div_item .product_div_item_pic a img { display: block; width: 100%; height: auto; transition:0.3s all ease-in-out}
.pr2_b .divproduct_new_div_item .product_div_item_pic { width: 100%; position: absolute; width: 290px; height: 225px; overflow: hidden; left: 0; bottom: 0; }
.pr2_b .divproduct_new_div_item .divproduct_new_div_item_content { background: #f5f5f5; height: 75px; padding:12px 15px; position: absolute; width: 260px; top: 0; left: 0; }

.pr2_b .divproduct_new_div_item .divproduct_new_div_item_content:after,.pr2_b .divproduct_new_div_item .divproduct_new_div_item_content::after{ content:''; position: absolute; width: 100%; height: 100%; background: #028ee3; display: block; left: 0; top: -100%; transition:0.3s all ease-in-out; }

.pr2_b .divproduct_new_div_item:hover .divproduct_new_div_item_content:after,.pr2_b .divproduct_new_div_item:hover .divproduct_new_div_item_content::after{ top: 0; }



.pr2_b .divproduct_new_div_item .divproduct_new_div_item_content .divproduct_new_div_item_a { display: block; line-height: 20px; font-size: 15px; padding-bottom: 6px; color: #343434; position: relative; z-index: 3}
.pr2_b .divproduct_new_div_item:hover .divproduct_new_div_item_content .divproduct_new_div_item_a { color: #fff; transition:0.3s all ease-in-out; }

.pr2_b .divproduct_new_div_item .product_div_item_pic a { width: auto; height: auto; padding: 19px 20px; background: #fff; }
.pr2_b .divproduct_new_div_item .divproduct_new_div_item_content .divproduct_new_div_item_body { line-height: 24px; font-size: 13px; padding-top: 3px; color: #999; position: relative; z-index: 3; text-align: justify; }
.pr2_b .divproduct_new_div_item:hover .divproduct_new_div_item_content .divproduct_new_div_item_body{ transition:0.3s all ease-in-out; color: #fff}
.pr2_b .divproduct_new_div_item:hover .product_div_item_pic a img {
  transform: scale(1.2);
}
.pr2_b .divproduct_new_div_item.fromPro_se .divproduct_new_div_item_content:after,.pr2_b .divproduct_new_div_item.fromPro_se .divproduct_new_div_item_content::after{ content:''; position: absolute; width: 100%; height: 100%; background: #028ee3; display: block; left: 0; top: auto; transition:0.3s all ease-in-out; bottom:-100%; }
.pr2_b .divproduct_new_div_item.fromPro_se:hover .divproduct_new_div_item_content:after,.pr2_b .divproduct_new_div_item.fromPro_se:hover .divproduct_new_div_item_content::after{ bottom:0; }

.pr2_b .divproduct_new_div_item.fromPro_se .divproduct_new_div_item_content{ top: auto; left: 0; bottom: 0; }
.pr2_b .divproduct_new_div_item.fromPro_se .product_div_item_pic{ top: 0; left: 0; bottom: auto; }

.pr2_b .but_left,.pr2_b .but_right{ width:40px; height: 40px; background: url(images/20180115152510_634319703.png) no-repeat; display: block; position: absolute; top: 150px; cursor: pointer; transition:0.3s all ease-in-out; opacity: 0; filter: alpha(opacity=0); }
.pr2_b .but_left { background-position: 0px -62px; padding-right: 30px; left: -20px; }
.pr2_b .but_right { background-position: 33px -2px; padding-left: 30px; right: -20px; }
.pr2_b:hover .but_left{ opacity: 1; filter: alpha(opacity=100); left: -70px; }
.pr2_b:hover .but_right{ opacity: 1; filter: alpha(opacity=100); right: -70px; }
.pr2_b .but_right:hover { background-position: -33px -2px; }

.pr2_b .but_left:hover { background-position: -62px -62px; }

/*优势*/
#adv { width:100%; height:626px; background:url(images/20180609113304_583755491.jpg) center no-repeat; margin:0 auto;}
.adv { font-size:32px; font-weight:bold; text-align:center; color:#222; padding-top:62px;}
.adv1 { width:1200px; height:188px; margin:0 auto; padding-top:80px;}

.adv_a { width:597px; height:auto;}

.adv_a1 { width:260px; float:left; height:188px; background:url(images/20180609141118_153111926.png) center no-repeat;}
.adv_a_x { font-size:18px; color:#666;text-transform: uppercase; padding-top:38px; padding-left:64px;}
.adv_a_x span { color:#222; font-weight:bold;}
.adv_a_y { font-size:14px; color:#666; line-height:30px; padding-top:24px; padding-left:8px;}
.adv_a2 { width:335px; float:right; overflow:hidden;}
.adv_a2 img{width:335px;transition:all 0.2s linear; -webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; }
.adv_a2 img:hover{-webkit-transform: scale(1.12, 1.12); transform: scale(1.12, 1.12); -moz-transform: scale(1.12, 1.12);}



.adv_b1 { width:260px; float:right; height:188px; background:url(images/20180609141433_405097421.png) center no-repeat;}
.adv_b2 { width:335px; float:left; overflow:hidden;}
.adv_b2 img{width:335px;transition:all 0.2s linear; -webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; }
.adv_b2 img:hover{-webkit-transform: scale(1.12, 1.12); transform: scale(1.12, 1.12); -moz-transform: scale(1.12, 1.12);}
.adv_b_x { font-size:18px; color:#666;text-transform: uppercase; padding-top:38px; padding-left:80px;}
.adv_b_x span { color:#222; font-weight:bold;}
.adv_b_y { font-size:14px; color:#666; line-height:30px; padding-top:24px; padding-left:26px;}

.adv2 { width:1200px; height:188px; margin:0 auto; padding-top:6px;}



.adv_c1 { width:260px; float:left; height:188px; background:url(images/20180609141924_50565387.png) center no-repeat;}
.adv_c_x { font-size:18px; color:#666;text-transform: uppercase; padding-top:38px; padding-left:64px;}
.adv_c_x span { color:#222; font-weight:bold;}
.adv_c_y { font-size:14px; color:#666; line-height:30px; padding-top:24px; padding-left:8px;}

.adv_c2 { width:335px; float:right; overflow:hidden; height:188px;}
.adv_c2 img{width:335px;transition:all 0.2s linear; -webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; }
.adv_c2 img:hover{-webkit-transform: scale(1.12, 1.12); transform: scale(1.12, 1.12); -moz-transform: scale(1.12, 1.12);}


.adv_d1 { width:260px; float:right; height:188px; background:url(images/20180609142234_1860931005.png) center no-repeat;}
.adv_d2 { width:335px; float:left; overflow:hidden; height:188px;}
.adv_d2 img{width:335px;transition:all 0.2s linear; -webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; }
.adv_d2 img:hover{-webkit-transform: scale(1.12, 1.12); transform: scale(1.12, 1.12); -moz-transform: scale(1.12, 1.12);}

.adv_d_x { font-size:18px; color:#666;text-transform: uppercase; padding-top:44px; padding-left:80px;}
.adv_d_x span { color:#222; font-weight:bold;}
.adv_d_y { font-size:14px; color:#666; line-height:30px; padding-top:24px; padding-left:26px;}


/*youshi*/
#youshi_t{ background:url(images/20180609193300_1617816812.jpg) center no-repeat; height:26px; text-align:center;}
#youshi_a { font-size:32px; font-weight:bold; text-align:center; color:#222; padding-top:45px; padding-bottom:5px;}
#youshi_nr{ margin-top:20px;}
#tablit { height:135px;background:url(images/20180609191925_355276240.jpg) center no-repeat; width:835px; margin:0 auto; padding-top:30px; padding-left:72px;}
#tablit dl{ float:left; height:106px;}
#tablit dl dd{float:left; width:106px; height:106px; line-height:40px; text-align:center; background:url(images/20180609165224_161763964.jpg) center no-repeat; margin-left:58px;}
#tablit dl dd:nth-child(1){margin-left:0px;}
#tablit dl dd :hover {  width:106px; height:116px; background:url(images/20180609165144_2085033183.jpg) no-repeat; display:block; }
#tablit .on{color:#fff; font-size:18px; text-align:center; width:106px; line-height:25px;text-transform: uppercase;}
#tablit .out{color:#fff; font-size:18px; line-height:25px;text-transform: uppercase;}
#tablit .on a{ color:#fff; font-size:18px; display:block; padding-top:26px;text-transform: uppercase;}
#tablit .out a{ color:#fff; font-size:18px; display:block; padding-top:26px;text-transform: uppercase;}
.tabcon{width:1200px; border-top:none; clear:both;}
.dis{display:none;}
#youshi_nr{ width:1200px; margin:0 auto;}
.youshi_l1{ width:600px; float:left;}
.youshi_r1{ width:600px; float:right; height:404px;;background:url(images/20180609194141_1457054743.jpg) center no-repeat;}
.youshi_y{ font-size:20px; color:#666;text-transform: uppercase; padding-top:82px; padding-left:38px;}
.youshi_t{ font-size:20px; color:#666;text-transform: uppercase; padding-top:54px; padding-left:38px;}
.youshi_o { font-size:24px; font-weight:bold; color:#fff; padding-left:38px; padding-top:20px;}
.youshi_w{ margin-top:26px; font-size:16px; color:#fff; line-height:40px; padding-left:60px;}

/*合作伙伴*/
#partner { width:100%; height:310px; background:url(images/20180611093405_1276028206.jpg) center no-repeat; margin:0 auto;}
.partner { font-size:32px; font-weight:bold; text-align:center; padding-top:40px; color:#222;}
.partner span { color:#fff;}
.partner ta { color:#484848;}
.case_a { width:1200px; height:180px; margin:0 auto;}
.case_a  a{ font-size:12px; color:#fff; padding-top:5px;}
.case_a  a:hoevr{ font-size:12px; color:#fff;}
.case_a table td a{  padding-top:5px; line-height:30px;}
.colee_right{overflow: hidden; width:1200px; padding-top:25px;}
.roller_left{OVERFLOW: hidden; WIDTH: 1200px; HEIGHT: 200px}
#roller_content td{padding-left:5px;line-height:20px;color:#222;}
#roller_temp td{padding-left:5px;line-height:20px;color:#222;}

/*简介*/
#about { width:100%; height:auto; margin:0 auto;}
.about { width:1200px; height:360px; margin:0 auto;}
.about1 { width:506px; float:left;;overflow:hidden;}
.about1 img{width:506px;transition:all 0.2s linear; -webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; }
.about1 img:hover{-webkit-transform: scale(1.12, 1.12); transform: scale(1.12, 1.12); -moz-transform: scale(1.12, 1.12);}
.about2 { width:308px; float:left;;overflow:hidden;height:360px;}
.about2 img{width:308px;transition:all 0.2s linear; -webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; }
.about2 img:hover{-webkit-transform: scale(1.12, 1.12); transform: scale(1.12, 1.12); -moz-transform: scale(1.12, 1.12);}
.about_top20 { width:20px; height:360px;}
.about_top18 { width:18px; height:360px;}
.about_a { width:340px; height:90px; float:left; background:url(images/20180611103500_818241606.jpg) center no-repeat;  position: absolute; margin-top:289px;}
.about_b { font-size:20px; color:#FFF; padding-top:28px; padding-left:16px;}
.about_b span { font-size:26px; font-weight:bold;}

.about_z { width:1200px; height:242px; background:url(images/20180611110110_730704030.jpg) center no-repeat; margin:0 auto;}
.about_x { font-size:22px; color:#0589d9; font-weight:bold; text-align:center; padding-top:40px;}
.about_y { font-size:14px; color:#efefef; line-height:30px; text-align: center;}
.about_c { width:100px; height:32px; background-color:#0589d9; margin:0 auto;}
.about_v { font-size:14px; color:#fff; line-height:32px;text-align:center;}
.about_v a{ font-size:14px; color:#fff; }
.about_v a:hover {font-size:14px; color:#e60012;}

/*新闻*/
#news_bg1{ width:1200px; height:47px; margin:0 auto; background:url(images/20180515160658_1779382050.jpg) center; font-size:32px; line-height:40px; font-weight:bold; text-align:center; color:#0589d9;}
.news_ms{ font-size:18px; line-height:45px; margin:0 auto; text-align:center; color:#666;}

.news .convert2{ width:1200px; height:auto; margin:0 auto; }
.news .convert2 .tab{width:483px; height:50px; margin:0 auto; margin-top:10px; }
.news .convert2 .tab a{display:block; color:#333; text-align: center; width: 138px; height:38px; line-height: 35px; font-size:14px; float:left; 
margin-left:24px; border:1px #ccc solid; transition: ease all 0.2s;}
.news .convert2 .tab a:nth-child(1){margin-left:1px;}
.news .convert2 .tab a.on{display:block;background:#0589d9;color:#fff; transition: ease all 0.2s;}


.news .convert2 .content{ overflow:hidden; width:1200px; height:400px; position:relative;}
.news .convert2 .content ul{ position:absolute; left:0; top:10px; height:350px;}
.news .convert2 .content li{ width:1200px; height:auto; float:left;}
.news .content td br{ display:none;}
.news .content td a{ display:block; background:#ededee; line-height:40px; width:220px !important; color:#666; width:220px !important;}
.news .content td a:hover{ display:block; background:#0589d9; color:#fff;}

.news .news_div_item{ position:relative;width:350px; float: left;height:400px; margin:0 8px; transition: ease all 0.5s;}
.news .news_div_item:hover{box-shadow:0px 0px 15px #ccc; -webkit-animation:test 0.3s ease-in 2;animation:test 0.3s ease-in 2; }
.news .divdgweb_new_div_item{position:relative;width:350px; float: left;height:400px; margin:0px 8px; transition: ease all 0.5s;}
.news .divdgweb_new_div_item:hover{box-shadow:0px 0px 15px #ccc;-webkit-animation:test 0.3s ease-in 2;animation:test 0.3s ease-in 2;}
.news .news_div_item_pic{ position:absolute; top:0;}
.news .news_div_item_pic img{width:350px; height:220px;     border: 1px solid #eee;}
.news .news_div_item_content{line-height:30px; height:120px; width:302px; padding:25px;position:absolute; top:220px; background:#f7f6f6;}
.news .divdgweb_new_div_item_content{line-height:30px; height:120px; width:302px; padding:25px;position:absolute; top:220px; background:#f7f6f6;}
.news .news_div_item_body,.news .divdgweb_new_div_item_body{ color:#666; line-height:22px; margin-top:4px;}
.news .news_div_item_a,.news .divdgweb_new_div_item_a{color:#333; font-size:14px;}
.news .news_div_item_a:hover,.news .divdgweb_new_div_item_a:hover{color:#149ada;}


.news .news_div_item_date,.news .divdgweb_new_div_item_date{text-align:center; height:60px; width:80px;position:absolute; right:0; line-height:15px; top:90px; z-index: 9;color:#fff; background:#149ada;}
.news_div_item_year,.divdgweb_new_div_item_year{position:absolute; top:32px; left:22px; font-size:16px;}
.news_div_item_month,.divdgweb_new_div_item_month{position:absolute; left:24px; top:12px; font-size:12px;}
.news_div_item_day,.divdgweb_new_div_item_day{position:absolute; left:44px;top:12px; font-size:12px;}

.news .news_div_item_date div,.news .divdgweb_new_div_item_date div{float:left;}

/*版权*/
#banquan_bg{ background:#292929; padding:40px 0px;}
#links{ border-bottom:solid 1px #555b69; height:44px; line-height:44px; margin-bottom:55px;}
.links_l{ width:130px; float:left; color:#fff;}
.links_r{ width:1070px; float:right;}

/*banquan*/
.banquan_1{ width:100%; height:auto; background-color:#292929; margin:0 auto;} 
#banquan{}
#banquan a{ color:#828691;}
#bq_1{ width:365px; float:left;}
#bq_1 li{ line-height:34px; color:#828691;}
#bq_1 li:nth-child(1){background:url(images/20180802162211_1980542136.png) left no-repeat; height:18px; padding-top:30px; font-size:16px; color:#fff; font-weight:bold;}
#bq_1 li:nth-child(3){margin-top:25px;}
#bq_1 li a{ color:#828691;}
#bq_1 li a:hover { color:#059cfc;}
#bq_t{ margin-left:108px; float:left;}
#bq_t li:nth-child(1){background:url(images/20180802162252_843637083.png) center no-repeat; height:24px;}
#bq_t li:nth-child(2){background:url(images/20180705174315_876330898.png) no-repeat; height:137px; margin-top:60px;}
#bq_t li{ width:272px;}
#bq_r{ width:350px; float:right; line-height:56px;}
#bq_r li:nth-child(1){height:18px; padding-top:10px; font-size:16px; color:#fff; font-weight:bold;     line-height: 0px;text-align: left;padding-left: 14px;}
#bq_r li{ text-align:right;}
#bq_r li a{ color:#828691;}
#bq_r li a:hover { color:#059cfc;}


.page{ width:1100px; margin: 0 auto; }
.feedback{}
.feedback > .page { background: #292929; background: rgba(255,255,255,0.9); }
.feedback_row1 a { display: block; font-size: 20px; font-weight: bold; color: #343434; line-height: 24px; padding-left: 10px; border-left: 3px solid #0589d9; margin: 0px 0 5px; }
.feedback_row1 p { font-size: 13px; color: #676767; line-height: 30px; display: block; }
.feedback > .page > .fr { width: 360px; padding: 30px; height: 418px; overflow: hidden; }
.feedback_row1 a:hover { color: #0589d9; }
.feedback_row1 { margin-bottom: 10px; }

.feedback .textarea { outline: 0 none; background: #292929; display: block; width: 325px; padding: 5px; margin-top:5px; border: 1px solid #efefef; font-size: 13px; color: #fff; transition: 0.3s all ease; }
.feedback .textarea:hover { border: 1px solid #0589d9; background: #292929; }
.feedback > .page > .fr > form > div { margin: 15px 0 0; }
.feedback_btn input { font-size: 14px; display: inline-block; margin: 0px 5px; border: 0 none; outline: none; background: #0589d9; padding: 2px 5px; line-height: 30px; width: 115px; color: #fff; transition:0.3s all ease-in-out; }
.feedback_btn { text-align: center; }

.feedback_btn a{ background: #e70012;  font-size: 14px; display: inline-block; margin: 0px 5px; border: 0 none; outline: none;padding: 2px 5px; line-height: 30px; width: 115px; color: #fff !important; transition:0.3s all ease-in-out; }
.feedback_btn input:hover{width: 135px;}



/*浮动ＱＱ*/
.my-kefu{position: fixed;right: 0px;top:20%;z-index:9999;}
.my-kefu ul{width: 77px;}
.my-kefu li a{text-decoration: none;}
.my-kefu li{background: #0589d9;margin-top: 1px;padding: 9px 0;height: 56px;width: 77px;}
.my-kefu li i{background: url(images/20180802162345_1713428731.png) no-repeat;display:block; width: 30px; height: 27px; margin: 0px auto; text-align: center;}
.my-kefu li p{height: 20px; line-height: 20px; overflow: hidden;text-align: center;color: #fff;}
.my-kefu .my-kefu-qq i{background-position: 4px 0;}
.my-kefu .my-kefu-tel i{background-position: 0 -25px;}
.my-kefu .my-kefu-tel1 i{background-position: -35px 4px;}
.my-kefu .my-kefu-tel1:hover{ width:246px; height:145px;}
.my-kefu .my-kefu-tel2 i{background-position: -35px 4px;}
.my-kefu .my-kefu-tel2:hover{ width:246px; height:145px;}
.my-kefu .my-kefu-liuyan i{background-position: 4px -53px;}
.my-kefu .my-kefu-weixin i{background-position: -34px 4px;}
.my-kefu .my-kefu-weibo i{background-position: -30px -22px;}
.my-kefu .my-kefu-ftop{background-color:#0589d9;}
.my-kefu .my-kefu-ftop i{width:33px;height:35px;background-position: -27px -51px;}
.my-kefu-left{ float: left; width: 77px; height: 47px;position: relative;}
.my-kefu-tel-right{font-size: 20px; color: #fff; float: left; height: 24px; line-height: 24px; padding-left:15px; border-left: 1px solid #fff; padding-top: 10px;}
.my-kefu-tel1-right{font-size: 20px; color: #fff; float: left; height: 24px; line-height: 22px; margin-top: 8px; border:none; margin:0 auto; margin-bottom:5px;}
.my-kefu-tel2-right{font-size: 20px; color: #fff; float: left; height: 24px; line-height: 22px; margin-top: 8px; border:none; margin:0 auto; margin-bottom:5px;}
.my-kefu-tel2-right img{ width:130px; height:130px;}
.my-kefu-right{width: 20px;}
.my-kefu-tel-main{color: #fff; margin-top: 9px; height: 47px; width: 247px;}
.my-kefu-main{width: 97px;position: relative;}
.my-kefu-weixin-pic{position: absolute;left: -130px;top: -24px; display: none;}