﻿@charset "utf-8";
/*reset.css*/
html{color:#000;background:#FFF; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;} 
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
input,select{vertical-align:middle;}
body{font:12px/1.231 arial,helvetica,clean,sans-serif;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%; border-collapse:collapse;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/** 设置默认字体 **/
body,
button, input, select, textarea /* for ie */ {
  font: 12px/1.5 "微软雅黑", arial, \5b8b\4f53, sans-serif;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */
/*title*/
h1 { font-size:32px;}
h2 { font-size:26px;}
h3 { font-size:20px;}
h4 { font-size:14px;}
h5 { font-size:12px;}
h6 { font-size:10px;}

/**/
.mb10 { margin-bottom:10px;}
.ml10 { margin-left:10px;}
.mt10{ margin-top:10px;}
strong{ font-weight:bold;}

 
/**/
body { background:#f7f8f8 } /*网站字体颜色*/
a { color:#666666; text-decoration:none; }  /*for ie f6n.net*/
a:focus{outline:0;} /*for ff f6n.net*/
a:hover { text-decoration:underline;}
.vam { vertical-align:middle;}
.clear{ clear:both; font-size:0; line-height:0; height:0; overflow:hidden;}
.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.fw{ font-family:"Microsoft Yahei","微软雅黑","宋体";}
.pa{ position:absolute;}
.pr{ position:relative}
.mt8{ margin-top:8px;}
.font14 { font-size:14px; font-weight:bold;}

/* -- 页面整体布局 -- */
.header , .content , .footer { width:1200px; margin:0 auto; }

.c_top{ margin:0 auto; height:33px; z-index:9999; overflow: hidden; background: #E8E8E8; }
.top_main{ width: auto; height: 33px; float: left; margin-right: 10%; }
.top_main h3{ float: left; color: #666; font-weight: normal; line-height: 36px; font-size: 14px; margin-top: 0; }
.top_main h3.weixin{ background:url(../images/weixin.png) no-repeat 0 2px;padding-left:40px;margin-left:40px;}
.top_main h3.bangzhu{ background:url(../images/bangzhu.png) no-repeat; padding-left:45px; margin-left:32px; display: none; }

.scang{ width:300px; height:29px; float:right; overflow:hidden; padding-right:9px;}
.scang ul{ list-style-image:none}
.scang ul li{ width:auto; height:29px; line-height:29px; float:right; display:inline; margin-left:14px; text-align:right; overflow:hidden;}

.header{ width:1200px; height:90px; }
.header_left{ margin-top:20px; width:420px; }
.header_right{ margin-right:0px; }
.header_left h1{ float:left; padding: 0px 5px 0 0; border-right: 1px solid #E8E8E8; }
.header_left h2{ float:left; padding:0px 0 0 5px; font-size:22px; color:#333; text-align: left; }
.header_left h2 span{ display:block; font-size:14px; font-weight:normal; color:#900; line-height: normal; text-align: left; padding-left: 3px; }

.header_bg{ height:90px; margin:0 auto; background:#fff; z-index:5555; -webkit-box-shadow:0 5px 8px rgba(0,0,0,.1); /*底边阴影*/ -moz-box-shadow:0 5px 8px rgba(0,0,0,.1); /*底边阴影*/ box-shadow:0 7px 8px rgba(0,0,0,.1); /*底边阴影*/ position: relative; }
	 
#fixedMenu{ z-index:9999;width:100%;margin:0 auto;height:110px; position: fixed; top: 0px; background:#FFF url()}
.bangzhu a{color:#fff; display:none}

.nav{ width:100%;  margin-top:20px; }
.menu { width: 100%; margin: 0 auto }
.nav li{ position:relative; float:left; border-right:1px solid #fff; font-size:16px; font-family: "微软雅黑"; }
.nav li a{ display:inline-block; padding: 0 12px; color:#222; line-height:48px; }
.nav li a:hover,.nav li.cur a{  color:#333; font-weight:normal;  border:1px solid #dedede;
    -moz-border-radius: 12px;      /* Gecko browsers */
    -webkit-border-radius: 12px;   /* Webkit browsers */
    border-radius:12px;            /* W3C syntax */ }
.nav li.cur {  color:#333; font-weight:normal;  border:1px solid #dedede;
    -moz-border-radius: 12px;      /* Gecko browsers */
    -webkit-border-radius: 12px;   /* Webkit browsers */
    border-radius:12px;            /* W3C syntax */ }
.nav .li_last{ border-right:none;}
.nav li ul{ position:absolute; width:166px; padding:1px 0; left:0; top:46px;}
.nav li ul li{ float:none; border:none; font-size:16px;}
.nav li ul li a{ display:block; padding:0; line-height:35px; text-align:center; color:#ffffff; }
.nav li ul li a:hover{ color:#333; font-weight:normal;  border:1px solid #dedede;
    -moz-border-radius: 12px;      /* Gecko browsers */
    -webkit-border-radius: 12px;   /* Webkit browsers */
    border-radius:12px;            /* W3C syntax */ }
#menud .cur{ color:#333; font-weight:normal;  border:1px solid #dedede;
    -moz-border-radius: 12px;      /* Gecko browsers */
    -webkit-border-radius: 12px;   /* Webkit browsers */
    border-radius:12px;            /* W3C syntax */ }


/*导航下拉开始*/
 .text{ height:75px; line-height:75px; width:95px; font-size:18px; float:left; text-align:center;}
 .text a{color:#333;}
 .text a:hover{color:#0054a7;}
 .text1{
	height:75px;
	line-height:75px;
    margin-left:20px;
     font-size:20px;float:left;text-align:center; display:none
	
}
 .text a{color:#333;}
 .text a:hover{color:#0054a7;}
 
.text:hover .win{
display:block;

}
/*导航下拉结束*/
/*头部结束*

/*footer*/
.foot_bg{ min-width: 1200px; background: #2e2d29; padding: 20px 0 42px 0; overflow: hidden; }
.foot_part{width:1200px; margin:0 auto;}
.foot{float:left; width:730px; padding-left:90px;}
.foot dl{float:left; width:198px;}
.foot dt{line-height:34px; margin-bottom:20px; color:#fff; font-size:18px; font-family:"黑体";}
.foot dd{line-height:26px; font-size:15px; color:#737373;}
.foot a{color:#737373;}
.foot a:hover{color:#fff;}
.foot .foot_tel{width:220px;}
.foot .foot_tel img{margin-bottom:4px;}
.code{float:right; width:304px; padding-right:10px;}
.code li{float:left; width:152px; text-align:center; line-height:40px; color:#737373; font-family:"黑体"; font-size:14px;}

.copyright{min-width:1200px; text-align:center; background:#3c3c3a; border-top:solid 1px #343330; line-height:48px; color:#737373; font-size:14px;}
.copyright p{text-align:center;line-height:48px; color:#737373; font-size:14px;}

.rides-cs {  font-size: 12px; background:#29a7e2; position: fixed; top: 250px; right: 0px; _position: absolute; z-index: 1500; border-radius:6px 0px 0 6px;}
.rides-cs a { color: #00A0E9;}
.rides-cs a:hover { color: #ff8100; text-decoration: none;}
.rides-cs .floatL { width: 36px; float:left; position: relative; z-index:1;margin-top: 21px;height: 181px;}
.rides-cs .floatL a { font-size:0; text-indent: -999em; display: block;}
.rides-cs .floatR { width: 130px; float: left; padding: 5px; overflow:hidden;}
.rides-cs .floatR .cn {background:#F7F7F7; border-radius:6px;margin-top:4px;}
.rides-cs .cn .titZx{ font-size: 14px; color: #333;font-weight:600; line-height:24px;padding:5px;text-align:center;}
.rides-cs .cn ul {padding:0px;}
.rides-cs .cn ul li { line-height: 38px; height:38px;border-bottom: solid 1px #E6E4E4;overflow: hidden;text-align:center;}
.rides-cs .cn ul li span { color: #777;}
.rides-cs .cn ul li a{color: #777;}
.rides-cs .cn ul li img { vertical-align: middle;}
.rides-cs .btnOpen, .rides-cs .btnCtn {  position: relative; z-index:9; top:25px; left: 0;  background-image: url(http://demo.lanrenzhijia.com/2014/service1031/images/lanrenzhijia.png); background-repeat: no-repeat; display:block;  height: 146px; padding: 8px;}
.rides-cs .btnOpen { background-position: 0 0;}
.rides-cs .btnCtn { background-position: -37px 0;}
.rides-cs ul li.top { border-bottom: solid #ACE5F9 1px;}
.rides-cs ul li.bot { border-bottom: none;}


/*rollup.css*/
#roll_top, #fall, #ct
{position: relative;cursor: pointer;height: 72px;width: 35px;}
#roll_top{background: url(../images/top.gif) no-repeat;}
#fall{background: url(../images/top.gif) no-repeat 0 -80px;}
#ct{background: url(../images/top.gif) no-repeat 0 -40px;}
#roll{display: block;width: 35px;margin-right: -680px;position: fixed;
right: 50%;top: 50%;_margin-right: -685px;_position: absolute;_margin-top: 300px;_top: expression(eval(document.documentElement.scrollTop));}


/**/
i.hide{ display:block;}
.ftn{font-style:normal;}
.link_main{width:100%;height:36px; position:relative;}
.s_lk_m{width:100%;position: absolute;top:0;left:0;height:36px;background:#e0e0e0;}
.s_lk_m .content{ margin:0 auto;}
.link_main a{padding:0 7px;color: #444;}
.link_main .link{width:600px;line-height:38px;overflow:hidden;display:inline;color: #444;}
.search{width:226px;height:26px;margin-top:6px;background:url(Img/search.gif) no-repeat;}
.search input{display:inline-block;height:26px;float:left;color:#8a8a8a;background:none;border:none;font-family:"Microsoft Yahei","Microsoft Yahei","微软雅黑";}
.search .input{width:140px;height:26px;line-height:26px;padding:0 25px 0 11px ;outline:none;} 
.search .submit{width:50px;height:26px;cursor:pointer;border:0;}

/**/
.banner { height: 560px; position: relative; margin-top: 125px }
.banner a.bgitem { height: 560px; overflow: hidden; display: block; }

/*nei_banner.asp*/
.nei_banner{ width: 100%; margin: 125px auto 0; display: block; overflow: hidden; }
/**/
#flashs .bgitem {
    position: absolute;
    top: 0;
    z-index: 1;cursor:pointer; width: 100%; margin:0 auto;
}
#flashs .btn {
    bottom: 25px;
    margin-right: -50px;
    padding: 5px 6px;
    position: absolute;
    right: 50%;
    z-index: 7;
}
#flashs .btn span {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
    padding: 2px 6px;
}
#flashs .btn span.cur 
{
    border: 1px solid #d00000;
    background: #d00000;
    color: #d00000;
}


/*搜索*/
.c_seachbg{ color:#333; height:35px; padding:30px 0 0; line-height:23px; overflow:hidden; background:#E8E8E8 url(../images/draw.png) no-repeat center 0; }
.h_sea{ color:#333; line-height:23px; overflow:hidden;  }
.inp01{ border:solid 1px #bababa;border-radius:0; height:21px;background:url(../images/s_bg.jpg) no-repeat 3px 5px #fff;width:181px;padding:0 0 0 23px;float:left;line-height:21px;color:#999;}
.s_ss {float:left; width:48px; height:23px;}
.key a{ padding:0 22px 0 0;color:#333;}

/**/

.bg02 { background:#E8E8E8 ; height:400px; overflow:hidden; }
.c_anli { width:1060px; height:400px; overflow:hidden; margin:0 auto; }
.c_anli h2 { font-size:36px; color:#333; height:100px; line-height:100px; text-align: center; }
.c_anli h2 b { color:#f00;}
.c_anli ul { overflow:hidden; margin: 0px auto; padding-top: 20px; padding-right: 0; padding-bottom: 0; }
.c_anli ul li { float:left; background:url(../images/ybg.png) no-repeat; width:200px; display:inline; overflow:hidden; font-family:"微软雅黑"; }
.c_anli ul .first { width:220px;}
.c_anli ul li img { padding:24px 20px 50px 20px;}
.c_anli ul li p { font-size:14px; color:#221815; padding:12px 0 0 0; line-height:22px;}
.c_anli ul li p span { color:#d10000; font-size:18px; font-weight:bold;}


/**/
.c_ad{ width:100%; background:url(../images/l_bg2.jpg) no-repeat center bottom; height:180px; overflow: hidden; }
.c_adc{ width:1000px; margin:0 auto}
.c_adc_c{ width:1000px; float:left; margin-top:40px;}
.c_adc_c1{ width:1000px; float:left}
.c_adc_c1 li{ width:198px; float:left;}
.c_adc_c1 li a{ background:url(../images/n_img3_03.jpg); float:left}
.c_adc_c1 li a:hover{ background:url(../images/n_img2_03.jpg)}
.c_adc_c1a{ width:198px; float:left; margin-top:16px; color:#909090; font-size:14px; text-align:center}
.c_adc_c1a strong{ width:198px; float:left; font-size:20px; color:#747474; margin-bottom:3px;}
.in_line{ float:left; margin:100px 20px 0 20px;}
.c_adc_c2{ width:1000px; float:left; margin-top:15px; color:#fff; font-size:22px; text-align:right}
.c_adc_c2 strong{ width:1000px; float:left; font-size:27px; color:#fff; margin-bottom:7px;}
.c_adc_c2 span{ color:#fff600;}


/**/
.c_case{ width:100%; background:url(../images/bg2.jpg) no-repeat center top; overflow-x:hidden }
.c_casec{ width:1200px; margin:0 auto}
.c_casec_c{ width:1000px; overflow: hidden; margin: 30px auto; text-align: center; }
.c_casec_c a{ width:160px; height:35px; background:#414141; border-radius:20px; font-size:14px; color:#fff; text-align:center; line-height:35px; margin-right:12px; padding: 10px 20px; }
#i_first,.c_casec_c a:hover{ background:#900; }
.c_casec_c .cur{ background:#900; }
.c_show1{ width:1200px; margin-top:40px; overflow: hidden; }
.c_show2,.c_show3{ width:1000px; float:left; margin-top:40px; display:none}
.c_view{ width:220px; float:left; margin-right:20px; position:relative; overflow:hidden; cursor:pointer; margin-bottom: 20px; }
.c_view img{ float:left}
.c_view0 { width:231px; height:150px; float:left; margin-right:25px; position:relative; overflow:hidden; cursor:pointer }
.c_view0 img{ float:left}
.c_view1{ width:200px; background:#414141; padding:5px 20px 0 11px; float:left; color:#acacac; font-size:14px; line-height: 25px; }
.c_view1 span{ color:#fff; width:200px; float:left; margin-bottom:2px;}
.c_view2{ width:204px; position:absolute; bottom:-158px; ; left:0; background:#900; padding:15px 12px 0 15px; height:143px; color:#FFF }
.c_view2 span{ width:204px; float:left; font-size:16px; margin-bottom:12px;}
.c_view2 div{ width:204px; float:left; height:60px; overflow:hidden; line-height:21px;}
.c_view2 a{ float:left; color:#FFF; margin-top:14px; }
.c_tit_head{ width:100%; padding:50px 0 0; margin: auto; overflow: hidden; }
.c_tit_head1{ width:100%; float:left; text-align:center; font-size:14px; color:#939393 }
.c_tit_head1 strong{ width: 100%; float: left; font-size: 20px; color: #404040 }
.c_tit_head span{ color:#ff3030}
.c_tit_head2{ width: 100%; float: left; margin-top: 8px; color: #999999; font-size: 16px; font-weight: 400; text-align: center }


/**/
.c_hb{ width:100%; overflow:hidden;background:url(../images/hbtitbg.gif) no-repeat center top;}
.c_hbc{ width:1200px; margin:0 auto;  overflow: hidden; }
.c_hb h2,.c_hb h2{ height:100px; padding:16px 0 0; line-height:34px; font-size:24px; color:#fff; text-align:center;}
.c_hb h2 span,.c_hb h2 span{ display:block; font-weight:normal; font-size:18px; line-height:30px;}


.c_Marquee_left{ width:100%; overflow:hidden; position:relative; margin-top:30px; margin-bottom: 30px; }
.c_Marquee_left .hd{ overflow:hidden; height:20px; width:1200px; position:absolute; top:33px; }
.c_Marquee_left .hd .prev,.c_Marquee_left .hd .next{ display:block; width:20px; height:20px; float:right; overflow:hidden; cursor:pointer;/* [disabled]margin-right: 15px; */ }
.c_Marquee_left .hd .next{ background:url(../images/left_15.jpg); float:left }
.c_Marquee_left .hd .prev{ background:url(../images/righton_18.jpg) }
.c_Marquee_left .hd .prev:hover{ background:url(../images/right_15.jpg)}
.c_Marquee_left .hd .next:hover{ background:url(../images/lefton_15.jpg) }
.c_Marquee_left .bd{ width:1100px; height:80px; float:left; margin-left: 45px; }
.c_Marquee_left .bd .tempWrap{ width:940px!important}
.c_Marquee_left .bd ul{ overflow:hidden; zoom:1; }
.c_Marquee_left .bd ul li{ float:left; _display:inline; overflow:hidden; text-align:center; width: 225px; margin-top: 0; margin-bottom: 0; margin-left: 0; }
.c_Marquee_left .bd ul li .pic{ text-align:center; }
.c_Marquee_left .bd ul li .pic img{ width:180px; height:80px; display:block; }


/**/
.c_xinwbg{ width:100%; margin:0px auto; height:370px; overflow:hidden; background: #E8E8E8; padding-top: 15px; }

.news_t{ background:url(../images/news_line.gif) repeat-x bottom; height:38px; font:normal 18px/38px "microsoft Yahei"; color:#000;}
.news_t a{ color:#900; font-size: 18px; font-weight: 600; }
.news_t span{ font-size:12px; color:#444; padding-top:6px; line-height:32px;}
.news_t span a{ font-size:12px;color:#444;}
/**/
.xinw{ width:30%; float:left; display:black; padding:3px 25px 0 15px; background:url(../images/news_yy.png) no-repeat right top; margin-right: 25px; }
.xinw dl{ overflow:hidden; margin-top:14px;}
.xinw dt{ width:139px; float:left; }
.xinw dt img{ width:133px; height:106px; display:block; border:1px solid #9e9e9e; padding:2px;}
.xinw dd{ width:196px; float:left; padding-left:15px;}
.xinw dd h3{ font-size:12px; font-weight:bold; height:22px; line-height:22px; color:#444;  overflow:hidden;}
.xinw dd h3 a{ color:#444;}
.xinw dd p{ padding-top:3px; line-height:24px;height:48px; color:#444;overflow:hidden;}
.xinw dd span{ display:block; padding-top:23px;}
.xinw dd span a{ width:78px; height:18px; line-height:18px; text-align:center; display:inline-block; background:url(../images/news_more.gif) no-repeat; color:#666; font-family:"宋体";}
.xinw ul{ margin:12px 0 0 0; width:100%;}
.xinw li{ height:26px; line-height:26px; margin-top:10px; overflow:hidden; border-bottom:1px dashed #c4c4c4; padding-left:20px; background:url(../images/arrow.gif) no-repeat 3px 9px; color:#adadad}
.xinw li a{ color:#666;}
.xinw li.nones{ border-bottom:0;}
.xinw li span{ float:right;}
/**/
.faq{ width:320px; padding:2px 15px 0 0; }
.faq_c{ height:300px; margin-top:2px; width:100%;}
.faq_c dl{ border-bottom:1px dashed #c6c6c6; padding:20px 0 8px 5px; margin-bottom:3px;}
.faq_c dl dt{ padding-left:32px; height:18px; line-height:18px; color:#444; font-weight:bold; background:url(../images/w.gif) no-repeat left top;overflow:hidden;}
.faq_c dl dt a{ color:#444;}
.faq_c dl dd{ padding-left:32px; line-height:24px; height:48px;color:#666; background:url(../images/d.gif) no-repeat left 3px; margin-top:5px; overflow:hidden;}
.faq_c dl.nones{ border-bottom:0;}



/**/
.c_ysbg { background:url() no-repeat center top; overflow:hidden; margin-top:0px;}
.c_ys { width:1120px;  margin:0 auto; overflow:hidden; font-family:"微软雅黑";}
.c_ys h2 { font-size:36px; color:#333; padding:4px 0 0 200px; height:104px; line-height:104px; }
.c_ys h2 b { color:#f00;}
.c_ysdl { padding:10px 0 35px; overflow:hidden; }
.c_ysdl dl { float:left; width:226px; margin-right:20px; overflow:hidden; background: #E8E8E8; margin-left: 30px; }
.c_ysdl dl dt { height:43px; line-height:43px; color:#fff; font-weight:bold; font-size:18px; padding-left:10px;}
.c_ysdl dl dt.red { background:#900 no-repeat; }
.c_ysdl dl dt.black { background:#333 url() no-repeat;}
.c_ysdl dl dd { padding:5px 0 0 0;}
.c_ysdl dl dd p { color:#333; padding:8px 0 8px 32px; border-bottom:1px dashed #968888; font-size:13px; line-height:20px; background:url(../images/arrow.gif) no-repeat 12px center; }
.c_ysdl .black dd { padding:10px 0 0 0;}
.c_ysdl .black dd p { color:#333; padding:5px 0 5px 32px; border-bottom:1px dashed #c3b8b8; line-height:22px; background:url(../images/arrow.gif) no-repeat 12px center; }
.c_ysdl dl dd .nox { border:0;}
.c_ysdl .black dd .nox { border:0;}
.c_ysdl .nobot { margin-right:0; width:238px;}



/*about*/
.guanyu_main{ width:1200px; margin: 0px auto; }
.guanyu_main1{ margin: 20px auto 60px; padding-right: 50px; padding-left: 50px; }
.guanyu_main1 h3,.guanyu_main2 h3{font-size:22px;font-weight:bold;color:#0054a7;text-align:center;margin-bottom:13px;}
.guanyu_main p{color:#666666;}
.guanyu_main p span{color:#f08300;font-weight:bold;}

.guanyu_main1 H3 {TEXT-ALIGN: center; MARGIN-BOTTOM: 13px; COLOR: #0054a7; FONT-SIZE: 24px; FONT-WEIGHT: bold}
.guanyu_main2 H3 {TEXT-ALIGN: center; MARGIN-BOTTOM: 13px; COLOR: #0054a7; FONT-SIZE: 24px; FONT-WEIGHT: bold}
.guanyu_main P {LINE-HEIGHT: 30px;FONT-SIZE: 16px;COLOR: #666666}
.guanyu_main P SPAN {COLOR: #f08300; FONT-WEIGHT: bold}
.guanyu_main2{margin-top:55px;margin-bottom:45px;}

/**/
.cp {margin: auto; padding: 0px; display: block; overflow: hidden;  }
.cp_top { padding: 20px 0 10px; margin: 0px auto; width: 100%; clear: both; text-align: center; }
.cp_top ul li { display: inline-block; margin-right: 20px;_display:inline-block;}
.cp_top li a {  display: inline-block; border: 2px solid #666; width: 190px; height: 46px; line-height: 46px; font-size: 18px; color: #000; text-align: center;}
.cp_top li a{*display:inline;_zoom:1;_display:inline;_font-size:0px;}
.cp_top li.cur a{border: 2px solid red;color:red;}
#menuc .cur{border: 2px solid red;color:red;}


.dt_top{ height: 35px; margin: 0 auto; width: 90%; }

.topL{
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #000000;
}
.topL img{
	margin-right: 5px;
	
}
.topL label{
	font-size: 14px;
	color: #474747;
	font-weight: normal;
	margin-left: 5px;
}
.guildbar{
	font-size: 14px;
	line-height: 24px;
	color: #cc0202;
}
.guildbar a{
	color: #474747;
}
.new_lc{ clear:both;padding:5px 0 0;}
.new_lc li{padding:7px 20px 0 0;height:59px; overflow:hidden;margin:0 0 30px; background:#f2f2f2;}
.new_lc li h4{ padding:0 5px 0 0;text-align:center; float:left;width:64px; overflow:hidden;background:url(../images/inf_l_l.gif) right 5px no-repeat;}
.new_lc li h4 b{ font-weight:100; display:block; line-height:36px;height:36px; overflow:hidden; font-size:36px; font-family:Arial; text-transform:uppercase;}
.new_lc li h4 span{ font-weight:100; display:block; line-height:16px;height:16px; overflow:hidden; font-size:12px; font-family:Arial; text-transform:uppercase; color:#b4b4b4;}
.new_lc li p{ padding:0 0 0 14px; line-height:26px; width:520px; overflow:hidden; font-size:14px; float:left; }
.new_lc li p b{ display:block; font-weight:100; color:#222;}
.new_lc li p b a,.new_lc li p b a:hover{ color:#222;}
.new_lc li .fr{margin:7px 0 0;}


@charset "utf-8";
.clearfix:after {content: '.';display: block;clear: both;height: 0;visibility: hidden;}
.auto {width: 1218px;margin: 0 auto;}

.wzjs_main{ width:100%; margin: 0px auto; }
.wzjs_nr{ width:100%; margin: 0px auto; display:block; overflow:hidden}
.rj_nr{ width:100%; margin: 0px auto; display:block; overflow:hidden}

/*公共*/
#Casebox {width: 100%;height: 560px;}

.webcase1 {background: url(../images/web_bg01.jpg) no-repeat center;}
.webcase2 {background: url(../images/web_bg02.jpg) no-repeat center;}
.webcase3 {background: url(../images/web_bg03.jpg) no-repeat center;}
.webcase4 {background: url(../images/web_bg04.jpg) no-repeat center;}
.webcase5 {background: url(../images/web_bg05.jpg) no-repeat center;}
.webcase6 {background: url(../images/web_bg06.jpg) no-repeat center;}

.Casebox {position: relative;}
.Casebox .main {width: 1218px;position: relative;}
.Casebox .main .mainbox {float: left;height: 300px;margin-top: 100px;padding-left: 50px;background: url(../images/web_t_bg01.png) no-repeat left top;}
.Casebox .main .mainbox2 {float: right;padding-right: 50px;background: url(../images/web_t_bg02.png) no-repeat right top;}
.Casebox .main .mainbox .cont {padding-top: 30px;}
.Casebox .main .mainbox2 .cont {text-align: right;}
.Casebox .main .mainbox .cont .title {    color: #ff5500;font-size: 38px;font-weight: bold;}
.Casebox .main .mainbox .cont p {color: #00a3ff;font-size: 18px;}
.Casebox .main .mainbox .cont .p {color: #fff;font-size: 15px;line-height: 24px;margin-top: 15px;width: 600px;text-indent: 2em;}
.Casebox .main .mainbox2 .cont .p {width: 600px;float: right;text-align: left;}
.Casebox .main .mainbox .caselist {position: absolute;top: 350px;}
.Casebox .main .mainbox2 .caselist {position: absolute;top: 350px;right: 50px !important;}
.Casebox .main .mainbox .caselist .casemore {display: inline-block;width: 120px;height: 40px;line-height: 40px;text-align: center;border-radius: 5px;margin: 0 10px;background: #00a3ff;transition: all 0.4s ease 0s;}
.Casebox .main .mainbox .caselist .casemore .seemore {color: #fff;font-size: 16px;display: block;}
.Casebox .main .mainbox .caselist .casemore:hover,.Casebox .main .mainbox .caselist .casemore2 {background: #ff5500;}


/*Web*/
.web_con {width: 100%;}
.web_con .webcon {height: 480px;margin: 60px 0;}
.web_con .webcon1 {background: url(../images/web_con1.png) no-repeat center top;}
.web_con .webcon2 {background: url(../images/web_con2.png) no-repeat center top;}

/*Products*/
.products_main {padding: 60px 0 30px;}
.products_main strong {color: #ff5500;font-size: 38px;font-weight:bold;text-align: center;display: block;}

.part3 {background: #fff;}
.moreThan {padding-bottom: 105px;padding-top: 65px;}
.moreThan ul {clear: both;padding-left: 60px;}
.moreThan ul li {float: left;margin-right: 125px;position: relative;text-align: center;width: 180px;}
.moreThan ul li.last {margin-right: 0;}
.moreThan_inner {background: url(../images/ZTouchs_bg1.png) no-repeat scroll 0 0;border-radius: 50%;display: table;height: 180px;width: 180px;transition: transform 1.2s ease 0s;}
.moreThan_inner:hover {transform: rotate(360deg);}
.moreThan_inner div {color: #fff;font-size: 20px;line-height: 180px;}
.moreThan_txt {font-size: 15px;line-height: 24px;padding-top: 20px;}
.moreThan2 .moreThan_inner {background-image: url(../images/ZTouchs_bg2.png);}
.moreThan3 .moreThan_inner {background-image: url(../images/ZTouchs_bg3.png);}
.moreThan4 .moreThan_inner {background-image: url(../images/ZTouchs_bg4.png);}

/*品牌网站*/
/*top.1*/
.gdsj {margin: 60px 0 60px 0;}
.gdsj .gdsj-con {background: url(../images/pinpai_bg1.jpg) no-repeat scroll center top;height: 350px;width: 100%;}
.gdsj h4 {font-size: 32px;padding: 0px 0 20px 0px;text-align: center;}
/*top.2*/
.tc01 {clear: both;height: 100%;overflow: hidden;padding: 30px 0 20px 0;}
.tc01_left {float: left;width: 560px;}
.tc01_left01 {height: 220px;margin-bottom: 30px;}
.tc01_left01 img {float: left;margin-right: 20px;}
.tc01_left01 h4 {font-size: 18px; font-weight: bold;line-height: 40px;padding-top: 40px;}
.tc01_left01 p {color: #888;font-size: 13px;line-height: 28px;}
.tc01_left02 {clear: both;width: 580px;}
.tc01_left02 strong {color: #ff5500;font-size: 18px;font-weight: bold;border-bottom: 1px solid #eee;line-height: 38px;margin-bottom: 10px;}
.tc01_left02 p {color: #555;font-size: 13px;border-bottom: 1px solid #eee;line-height: 33px;}
.tc01_left02 span {font-weight: bold;}

.tc01_right {float: right;width: 610px;}
.tc01_right li {float: left;margin: 0 0 20px 20px;position: relative;width: 280px;}
.tc01_right li .imgs {width: 280px;height: 223px;overflow: hidden;}
.tc01_right li .imgs img {transition: all 0.4s ease 0s;}
.tc01_right li:hover .imgs img {transform: scale(1.2, 1.2);}
.tc01_right li:hover .cover {display: block;}
.tc01_right li div.cover {display: none;width: 100%;height: 100%;color: #fff;font-size: 14px;background: url(../images/tmbg.png);position: absolute;top: 0;left: 0px;}
.tc01_right li div.cover img {display: block;height: 85px;padding: 30% 38%;width: 85px;}
.tc01_right img {width: 280px;}
.tc01_right p {background-color: #32373d;color: #999;height: 40px;line-height: 40px;text-indent: 12px;text-align:center;}
/*top.3*/
.tc_icon {clear: both;height: 100%;overflow: hidden;padding: 40px 0 80px;}
.tc_icon li {float: left;width: 260px;height: 250px;margin-right: 210px;margin-top: 20px;text-align: center;}
.tc_icon li.mno {margin-right: 0px;}
.tc_icon li .t {font-size: 16px;line-height: 45px;}
.tc_icon li p {color: #666;font-size: 14px;}


/*营销型网站*/
.yx-main {margin: 80px auto !important;}
.m-l {float: left;}
.m-r {float: right;}
.mb {margin: 5px 0;font-size: 32px;}
big {font-size: 38px;}
.f00 {color: #ff3300; font-weight:bold;}
.m-r strong {font-weight: normal;}
.fs16 {font-size: 16px;}
.f18 {font-size: 18px;}
.f24 {font-size: 24px;}

.al {width: 560px;}
.ar {width: 620px;}
.al p {line-height: 35px;}
.abc { text-align: center; margin: 15px auto; width:360px;}
.abc a {margin: 0 30px; width: 120px; background: #e4645e; color: #fff; line-height: 35px; display: block; float: left;}
.abc a:hover {color: #fff;}
.f16 {color:#333;font-size:15px;height: 45px;line-height: 45px;padding: 0 40px;background: url(../images/al.gif) no-repeat left 2px;}
.ff16 {background: url(../images/alx.png) no-repeat left 2px; }
.f16 i{color:#ff5500;font-size:15px;}

.bl {width: 550px;}
.br {width: 600px;}
.br .title p {color: #222;font-size: 14px;line-height: 32px;}

.web_bg4_1 {height: 524px;background: url(../images/web_bg4-1.jpg) no-repeat center;}
.web_bg4_2 {height: 640px;background: url(../images/web_bg4-2.jpg) no-repeat center;}


/*商城网站*/
.shops-trade {padding: 60px 0 80px;}
.shops_main .tt {color: #ff5500;font-size: 38px;font-weight: bold;line-height: 36px;padding: 50px 0 20px;text-align: center;}
.shops_main .h {color: #666;font-size: 18px;font-weight: normal;line-height: 36px;text-align: center;}
.shops-img a {background: #f08746;color: #fff;display: block;font-size: 18px;height: 40px;left: 690px;line-height: 40px;position: absolute;text-align: center;top: 255px;width: 150px;}
.shop-con {margin: 0 auto;width: 1218px;}

.center-con {margin-top: -28px;}

.shops-trade .con {padding-top: 50px;}
.shops-trade .con li {float: left;padding: 0 40px;text-align: center;}
.shops-trade .con li .img {height: 160px;margin-bottom: 20px;width: 160px;}
.shops-trade .con li .img img {transition: transform 1s ease 0s;}
.shops-trade .con li .img img:hover {transform: rotate(360deg);}
.shops-trade .con li .t {color: #333;font-size: 21px;padding-bottom: 5px;}
.shops-trade .con li:hover .t {color: #ff5500;}
.shops-trade .con li .des {color: #999;font-size: 15px;}

.shops-marketing {background: #fcfcfc;padding-bottom: 60px;}
.shops-marketing .con {width: 1214px;height: 316px;margin: 50px auto 0;overflow: hidden;border-top: 1px solid #ececec;border-left: 1px solid #ececec;border-bottom: 1px solid #ececec;}
.shops-marketing .con li {background: #fff;border-right: 1px solid #ececec;float: left;height: 316px;width: 302px;}
.shops-marketing .con li .img {width: 280px;height: 190px;margin: 0 auto;overflow: hidden;padding-bottom: 10px;}
.shops-marketing .con li .img img {display: block;height: 190px;width: 280px;}
.shops-marketing .con li .t {color: #666;font-size: 18px;line-height: 30px;padding: 0 30px 5px;}
.shops-marketing .con li .des {color: #999;line-height: 24px;padding: 0 30px;}

.shops-coordination .con {padding: 80px 0;position: relative;}
.shops-coordination .con li {height: 440px;width: 1218px;}
.shops-coordination .con li .coordination {float: left;height: 140px;margin-bottom: 60px;padding: 0 60px 0 250px;position: relative;width: 299px;}
.shops-coordination .con li .coordination i {background: url(../images/icon-zshops.png) no-repeat;display: block;height: 140px;left: 40px;position: absolute;top: 0;width: 200px;}
.shops-coordination .con li .coordination i.icon-c1 {background-position: 0 0;}
.shops-coordination .con li .coordination i.icon-c2 {background-position: 0 -140px;}
.shops-coordination .con li .coordination i.icon-c3 {background-position: 0 -280px;}
.shops-coordination .con li .coordination i.icon-c4 {background-position: 0 -420px;}
.shops-coordination .con li .coordination i.icon-c5 {background-position: 0 -560px;}
.shops-coordination .con li .coordination i.icon-c6 {background-position: 0 -700px;}
.shops-coordination .con li .coordination i.icon-c7 {background-position: 0 -840px;}
.shops-coordination .con li .coordination i.icon-c8 {background-position: 0 -980px;}
.shops-coordination .con li .coordination .t {font-size: 18px;line-height: 26px;padding-bottom: 10px;}
.shops-coordination .con li .coordination .des {color: #999;line-height: 30px;}

.flexslider {height: 400px;position: relative;width: 1218px;}
.shops-coordination .flex-control-nav {bottom: 0;height: 24px;left: 49%;position: absolute;width: 44px;z-index: 10;}
.shops-coordination .flex-control-nav li {float: left;height: 12px;margin: 0 5px;width: 12px;}
.shops-coordination .flex-control-nav a {background: #999;border-radius: 6px;cursor: pointer;display: block;height: 12px;overflow: hidden;text-indent: -999em;width: 12px;}
.shops-coordination .flex-control-nav a:hover {background: #f87500;}
.shops-coordination .flex-control-nav .flex-active {background: #f87500;}


/*分销*/
.webg1 {width: 100%;height: 638px;background: url(../images/web_bg6-1.jpg) no-repeat center;}
.webg2 {width: 100%;height: 638px;background: url(../images/web_bg6-2.jpg) no-repeat center;}
.webg3 {width: 100%;height: 500px;background: url(../images/web_bg6-3.jpg) no-repeat center;}
.webg4 {width: 100%;height: 890px;background: url(../images/web_bg6-4.jpg) no-repeat center;}
.webg5 {width: 100%;height: 890px;background: url(../images/web_bg6-5.jpg) no-repeat center;}

/*分销系统teb切换*/
.szGroup {padding-top: 60px;}
.szGroup .parHd ul {margin-right: -99px;zoom:1;}
.szGroup .parHd ul li {float: left;cursor:pointer;color: #555; font-size: 24px;width: 340px;height: 75px;line-height: 75px;background: #e3e3e3;margin-right: 99px;text-align: center;border-radius: 10px 10px 0 0;}
.szGroup .parHd ul li.on {color: #fff;background: #00a3ff;}
.szGroup .heading {background: #00a3ff;padding: 30px 0 20px 0;text-align: center;}
.szGroup .heading dt {color: #fff;font-size: 30px;}
.szGroup .heading dd {color: #fff;font-size: 16px;line-height: 48px;}

.szGroup .parBd {background: #00a3ff;padding: 0 0 60px 0;}
.szGroup .parBd .slideBox {position: relative;}
.szGroup .parBd .slideBox>a {border-radius: 50%;border: 1px solid #fff;font-family: "宋体";color: #fff;font-size: 30px;}
.szGroup .parBd .slideBox .sPrev {display: inline-block;width: 50px;height: 50px;line-height: 50px;text-align: center;position: absolute;top: 160px;left: 0px;}
.szGroup .parBd .slideBox .sNext {display: inline-block;width: 50px;height: 50px;line-height: 50px;text-align: center;position: absolute;top: 160px;right: 0px;}

.szGroup .parBd .tempWrap {margin: 0 auto;overflow: hidden;}
.szGroup .parBd ul li {width: 206px;height: 430px;margin: 0 30px;background: url(../images/iconbg_phone.png) no-repeat center;}
.szGroup .parBd ul li .pic {width: 180px;height: 310px;background: red;position: relative;top: 55px;left: 14px;}
.szGroup .parBd ul li .pic a {position: absolute;top: 0px;left: 0px;}
.szGroup .parBd ul li .pic a img {width: 180px;height: 310px;}
.szGroup .parBd ul li .pic:hover .title {display: block;}
.szGroup .parBd ul li .pic .title {display: none;transition: all 0.4s;}
.szGroup .parBd ul li .pic .title p {width: 130px;height: 130px;position: absolute;top: 60px;left: 26px;z-index: 3;}
.szGroup .parBd ul li .pic .title p a img {width: 130px;height: 130px;}
.szGroup .parBd ul li .pic .title .tmbg {width: 180px;height: 310px;background: #000;opacity: 0.5;position: absolute;top: 0px;z-index: 1}

/*建站流程*/
.website_tc{ padding:30px 0;}
.website_tc_top{ text-align:center; font-size:28px; color:#232323; font-weight:bold; margin-bottom:30px;}
.website_tc_top span{ color:#686868;font-size: 28px; font-weight:normal;}
.website_tc_list{ width:1280px; margin:0 auto;}
.jzlc{ clear:both; background:url(../images/lc_bg.jpg) no-repeat center; height:436px; padding-top:40px;}

.jzlc_list{width:900px; float:left;}
.jzlc_list li{ width:280px;height: 70px; float:left; margin:10px 20px 30px 0;}
.jzlc_list .img { float:left;width: 65px;height: 54px;margin-right:10px; margin-bottom:10px;}
.jzlc_list .t{ line-height:35px; font-size:14px;font-weight: 700;}
.jzlc_list p {color: #686868;font-size: 12px;}
.jclc_right{ width:300px; float:right;} 


/*定制*/
.commonnewCasebg{ background: #fff; width:100%;height: 230px;margin: 60px 0 0;}
.commonfangan ul {padding-top: 50px;}
.commonfangan ul li{ float:left; width:406px; height:130px;}
.commonfangan ul li h3{ font-size:30px; line-height:32px; color:#FFF;}
.commonfangan ul li p{ font-size:18px; color:#fff; padding-top:5px;}
.commonfangan ul li a{ display:block;width:248px; height:95px; padding:35px 0px 0px 145px;}

.commonfangan ul li.xuyao{ background: #FF6600 url(../images/Icon54.png) no-repeat 45px 30px; }
.commonfangan ul li.fangan{ background: #6666FF url(../images/Icon55.png) no-repeat 45px 30px; }
.commonfangan ul li.famore{ background: #339999 url(../images/Icon56.png) no-repeat 45px 30px; }

/*手机*/
.advantage {font-weight: normal;height: 400px;margin: 20px auto;overflow: hidden;}
.advantage h6 {color: #333;font-size: 22px;font-weight: normal;margin-top: 125px;text-align: center;}
.advantage p {color: #666;font-size: 14px;line-height: 24px;margin-top: 20px;text-align: center;}
.advantage_01:hover p, .advantage_02:hover p, .advantage_03:hover p, .advantage_04:hover p, .advantage_05:hover p {color: #ff5500;}
.advantage_01:hover h6, .advantage_02:hover h6, .advantage_03:hover h6, .advantage_04:hover h6, .advantage_05:hover h6 {color: #ff5500;}
.advantage .t {color: #ff5500;font-size:38px; font-weight:bold;height: 100px;text-align: center;}
.advantage .row {width: 230px;height: 260px;margin-right: 17px;float: left;position: relative;}
.advantage .row .bg {width: 230px;height: 260px;position: absolute;left: 0px;top: 0px;background: url(../images/mobile/advantage_bg.png) no-repeat left center;z-index: 1;display: none;	}
.advantage .row:hover .bg {display: block;}
.advantage .row.advantage_01 {background: url(../images/mobile_01_bg.png) no-repeat center 25px;}
.advantage .row.advantage_01:hover {background: url(../mobile/mobile_01_bg_hover.png) no-repeat center 25px;}
.advantage .row.advantage_02 {background: url(../images/mobile_02_bg.png) no-repeat center 25px;}
.advantage .row.advantage_02:hover {background: url(../images/mobile_02_bg_hover.png) no-repeat center 25px;}
.advantage .row.advantage_03 {background: url(../images/mobile_03_bg.png) no-repeat center 25px;}
.advantage .row.advantage_03:hover {background: url(../images/mobile_03_bg_hover.png) no-repeat center 25px;}
.advantage .row.advantage_04 {background: url(../images/mobile_04_bg.png) no-repeat center 25px;}
.advantage .row.advantage_04:hover {background: url(../images/mobile/mobile_04_bg_hover.png) no-repeat center 25px;}
.advantage .row.advantage_05 {background: url(../images/mobile_05_bg.png) no-repeat center 25px;margin-right: 0px;}
.advantage .row.advantage_05:hover {background: url(../images/mobile_05_bg_hover.png) no-repeat center 25px;}

.case {border-top: 1px solid #969696;}
.case h5 {margin: 30px auto 0;}
.img-txt-fade li {display: inline;float: left;height: 200px;overflow: hidden;position: relative;width: 304px;}
.img-txt-fade li .imgBox {width: 304px;height: 200px;position: absolute;z-index: 1;}
.img-txt-fade li .imgBox a img {width: 100%;height: 100%;}
.img-txt-fade li:hover .txtBox {display: block;}
.img-txt-fade li .txtBox {display: none;width: 304px;height: 200px;background: url(../images/tmbg.png);text-align: center;position: absolute;left: 0;top: 0;z-index: 99;}
.img-txt-fade li .txtBox img {width: 135px;height: 135px;margin: 30px auto 0;}

.tu {height: 400px;margin-top: 80px;background: url(../images/moblietu.jpg) no-repeat center;}
.cl {margin-top: 80px !important;margin-bottom: 20px !important;}




/*关键词优化*/
/*8大优势*/
.index_tese_word_edit{font-size: 12px;}
.index_tese_word_edit_top{  text-align: center; }
.index_tese_word_edit_top .t {color: #00a3ff;font-size: 36px; width: 972px; line-height: 36px; white-space: nowrap; overflow: hidden; margin: 0 auto;}
.index_tese_word_edit_top p{ line-height: 20px;color: #888888; padding-top: 12px; height: 40px; overflow: hidden;width: 780px; margin: 0 auto;}
.index_tese_word_edit_con {background: url() 35px 280px no-repeat; overflow: hidden;/* margin-bottom: 30px; */}
.index_tese_word_edit_con li{float: left; width: 278px; height: 190px; padding: 0 12px; overflow: hidden; border-right:1px solid #e2e2e2; margin: 47px 0;}
.index_tese_word_edit_con li.li_3,.index_tese_word_edit_con li.li_6{ border-right:none;}
.index_tese_word_edit_con img{width: 278px; height: 85px;}
.index_tese_word_edit_con h6{ font-size: 15px; color: #00a3ff;font-weight: normal; white-space: nowrap;padding-top: 22px;text-align: center;background: #fff;}
.index_tese_word_edit_con p{ color: #666666; line-height: 22px; padding-top: 5px; height: 44px;overflow: hidden;font-size: 12px;}
.index_tese_word_edit_con li.li_6 p{text-align: center;}

/*SEO-adv*/
.seo-adv {height: 478px;background: url(../images/seoadv.jpg) no-repeat center;}
.seo-adv2 {height: 120px;background: url(../images/0327b.jpg) no-repeat center;}

/*5大亮点*/
.win_light {height: 745px;background: url(../images/win_light_bg.jpg) no-repeat center;}

.seo_con{ position: relative; margin-left: -960px; left: 50%;zoom:1;}
.first_page{background: url(../images/first.jpg) no-repeat;width: 1920px;height: 570px;}
.ty{background: url(../images/ty.jpg) no-repeat;width: 1920px;height: 100px;}
.Fourth{background: url(../images/fourth.jpg) no-repeat;width: 1920px;height: 422px;}
.my_team{background: url(../images/sixth.jpg)no-repeat;width: 1920px;height: 414px;}


/*网络推广*/
.mobile_list_list {padding-bottom: 60px;}
.mobile_list_list li{ width:310px; float:left; margin:0 45px; text-align:center;}
.mobile_list_list h5{ font-size:16px; line-height:40px; margin-top:10px;}
.mobile_list_list h6{ font-weight:normal; font-size:16px; margin-bottom:10px;}
.mobile_list_list p{color: #666;font-size: 12px;}

/*百度*/
.tg_page {padding: 50px 0 30px;}
.tg_page.gray {background: #f5f5f5;overflow: hidden;}
.page-nav {margin: 0 auto;padding: 50px 0;text-align: center;width: 784px;}
.page-nav a {border: 1px solid #dadee6;color: #3d3d3d;display: inline-block;float: left;font-size: 16px;height: 52px;line-height: 52px;margin-left: -1px;overflow: hidden;text-align: center;width: 193px;}
.page-nav a.first {border-bottom-left-radius: 4px;border-top-left-radius: 4px;}
.page-nav a.last {border-bottom-right-radius: 4px;border-top-right-radius: 4px;}
.tg_page.blue {background: #1977df;color: #fff;padding: 40px 0;text-align: center;}
.tg_page.blue h4 {font-size: 24px;margin-bottom: 30px;}
.tg_page h4 {color: #222;font-size: 50px;text-align: center;}
.tg_page .title {color: #222;font-size: 32px;margin-bottom: 30px;text-align: center;}
.page-bottom {background: #333 none repeat scroll 0 0;width: 100%;}
.center {text-align: center;}
.page1 p {color: #3d3d3d;font-size: 16px;line-height: 30px;padding-bottom: 5px;}
a.more1 {font-size: 14px;color: #00a3ff;}
a.more2, a.more3 {font-size: 14px;color: #00a3ff;display: inline-block;width: 148px;height: 28px;text-align: center;line-height: 28px;background: #fff;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
.cell4, .cell5, .cell2 {margin-top: 5px;padding: 35px 0;}
.cell2 {margin: 0 auto;width: 50%;}
.client-develop {background: rgba(0, 0, 0, 0) url(../images/seo/bgDevelop.png) no-repeat scroll 0 0;height: 189px;padding: 0;}
.cell4-content, .cell5-content, .cell2-content {display: block;float: left;height: 100%;position: relative;text-align: center;width: 25%;}
.cell5-content {width: 20%;}
.cell2-content {width: 50%;}
.cell4-content span.img, .cell5-content span.img, .cell2-content span.img {display: block;height: 90px;text-align: center;width: 100%;}
.cell5-content span.img {margin-top: 59px;}
.cell4-content span.title, .cell5-content span.title, .cell2-content span.title {color: #787878;font-size: 16px;line-height: 32px;}

@keyframes flipInX {
    0% {opacity: 0.5;transform: perspective(400px) rotateX(90deg);}
    40% {transform: perspective(400px) rotateX(-10deg);}
    70% {transform: perspective(400px) rotateX(10deg);}
    100% {opacity: 1;transform: perspective(400px) rotateX(0deg);}
}
@keyframes flipInX {
    0% {opacity: 0.5; transform: perspective(400px) rotateX(90deg); }
    40% {transform: perspective(400px) rotateX(-10deg);}
    70% {transform: perspective(400px) rotateX(10deg);}
    100% {opacity: 1;transform: perspective(400px) rotateX(0deg);}
}

.cell-detail {animation: 0.7s ease 0s running flipInX;background: #fff none repeat scroll 0 0;border: 1px solid #bad6f5;border-radius: 10px;display: none;height: 160px;left: -1px;margin-top: -80px;position: absolute;text-align: center;top: 50%;width: 100%;z-index: 3;}
.client-develop .cell-detail {border-radius: 0;height: 187px;left: 1px;margin-top: -94px;width: 192px;}
.client-develop .cell-detail p {padding-top: 10px;}
.client-develop span.title {color: #1977df;}
.cell2-content:hover .cell-detail, .cell4-content:hover .cell-detail, .cell5-content:hover .cell-detail {display: block;}
.cell-detail h4 {color: #222;font-size: 18px;line-height: 24px;padding: 16px 0;}
.cell-detail p {color: #3d3d3d;font-size: 14px;line-height: 24px;padding: 30px 10px;}
.cell-detail a {color: #1977df;}

/*仅需四步*/
.yx-box {margin: 0 auto;width: 980px;}
.step {overflow: hidden;padding: 30px 0;}
.step4 {float: left;height: 200px;line-height: 50px;text-align: center;width: 21.9%;}
.gap {background: url(../images/seo/gap_bg.png) no-repeat center center;float: left;height: 30px;margin-top: 60px;width: 4%;}
.step .img {display: block;height: 150px;text-align: center;width: 100%;}
.step span.title {color: #787878;font-size: 16px;line-height: 50px;}
.gray .center .blue-btn {display: inline-block;color: #fff;width: 180px;height: 44px;line-height: 44px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;background: #00a3ff;}
.gray .submsg {color: #ff0000;font-size: 18px;text-align: center;margin-top: 20px;}

/*360*/
.features {padding: 40px 0 60px;}
.container .title {color: #333;font-size: 32px;margin-bottom: 30px;text-align: center;}
.feature-list li {display: inline-block;margin-right: 60px;text-align: center;float: left;width: 360px;}
.feature-list .last {margin-right: 0;}
.feature-list li h4 {color: #666;font-size: 16px;margin: 20px 0 10px;overflow: hidden;}
.feature-list li p {color: #999;font-size: 14px;overflow: hidden;}
.feature-list li:hover p {color: #00a3ff;}
.icon-market, .icon-target, .icon-statistic {background: url(../images/seo/t0183190df5ba1d87b0.png) repeat scroll 0 0;display: block;height: 100px;margin: 0 auto;width: 100px;}
.icon-target {background-position: -373px 0;}
.icon-statistic {background-position: -735px 0;}
.process {background-color: #e9f0f3;padding: 40px 0 45px;}
.example {padding: 40px 0 45px;}
.process-list {background: url(../images/seo/t0173910053ae56ae5f.png) no-repeat scroll center 0;overflow: hidden;}
.process-list li {float: left;position: relative;width: 240px;}
.process-list li a {background: url(../images/seo/t013ca598db757b6c93.png) repeat-x scroll 0 0;color: #aeaeaf;display: block;font-size: 1.67em;height: 135px;line-height: 90px;margin: 0 auto;width: 95px;}
.process-list .step2 a {background-position: 745px 0;}
.process-list .step3 a {background-position: 529px 0;}
.process-list .step4 a {background-position: 313px 0;}
.process-list .last a {background-position: 95px 0;}
.process-list li a .seq {display: none;}
.process-list li a .cont {bottom: -80px;color: #666;display: block;font-size: 14px;position: relative;text-align: center;width: 100%;}
.process-list li a:hover .cont {color: #00a3ff;}

/*搜狗*/
.product_box {background: #fafcff;}
.product_list .title {color: #333;font-size: 32px;text-align: center;font-weight: normal;padding: 30px 0;}
.product_list h4 {font-size: 18px;}
.product_list .product_service {float: left;height: 90px;margin: 10px 0;overflow: hidden;position: relative;width: 600px;}
.product_list .product_service .text {line-height: 1.6;margin-left: 85px;padding-right: 20px;}
.product_list .product_service .text a {color: #2f2f2f;display: inline;position: static;text-decoration: none;}
.product_list .product_service .text div {color: #333;font-size: 14px;}
.product_list .product_service > a {display: inline-block;background: url(../images/seo/img_bg.png) no-repeat;height: 52px;left: 0;position: absolute;top: 0;width: 52px;}
.product_list .product_service .p_icon1 {background-position: 0 -132px;width: 54px;}
.product_list .product_service .p_icon2 {background-position: -55px -132px;}
.product_list .product_service .p_icon3 {background-position: -108px -132px;}
.product_list .product_service .p_icon4 {background-position: -161px -132px;}
.product_list .product_service .p_icon5 {background-position: -214px -132px;width: 54px;}
.product_list .product_service .p_icon6 {background-position: 0 -184px;width: 56px;}

/*全网营销*/
.service{width:100%;background:url(../images/seo/bg.jpg) no-repeat;height:683px;}
.service_title h2{text-align:center;font-size:36px;line-height:80px;color:#282828;padding-bottom:40px;}
.service_info{overflow:hidden;padding-top:50px;position:relative}
.service_list {font-size: 24px;}
.loading{width:600px;height:403px;float:left;background:url(../images/seo/a_img2.png) no-repeat center center;}
.wb_r{width:600px;height:403px;float:right;background:url(../images/seo/a_img1.png) no-repeat center center;}

.com{position:absolute;left:265px;top:150px;color:#439de1;}
.com1{position:absolute;left:45px;top:295px;color:#57c05e;}
.com2{position:absolute;left:100px;top:520px;color:#f59c17;}
.com3{position:absolute;left:425px;top:520px;color:#f75344;}
.com4{position:absolute;left:480px;top:295px;color:#ad539f;}
.com5{position:absolute;left:870px;top:150px;color:#439de1;}
.com6{position:absolute;left:650px;top:460px;color:#91b73f;}
.com7{position:absolute;left:1100px;top:460px;color:#cd527d;}

.ceshi:nth-child(1n){position:absolute;left:265px;top:150px;color:#439de1;}
.ceshi:nth-child(2n){position:absolute;left:45px;top:295px;color:#57c05e;}
.ceshi:nth-child(3n){position:absolute;left:100px;top:520px;color:#f59c17;}
.ceshi:nth-child(4n){position:absolute;left:425px;top:520px;color:#f75344;}
.ceshi:nth-child(5n){position:absolute;left:480px;top:295px;color:#ad539f;}
.ceshi1:nth-child(1n){position:absolute;left:870px;top:150px;color:#439de1;}
.ceshi2:nth-child(2n){position:absolute;left:650px;top:460px;color:#91b73f;}
.ceshi3:nth-child(3n){position:absolute;left:1100px;top:460px;color:#cd527d;}

.ceshibox{ overflow:hidden; width:100%;}
.sleft{ float:left}

.animateds {-webkit-animation-duration: 4s;animation-duration: 4s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
.animateds.infinite {-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;}
.bounce {-webkit-animation-name: bounce;animation-name: bounce;-webkit-transform-origin: center bottom;-ms-transform-origin: center bottom; transform-origin: center bottom;-o-transform-origin: center bottom; }
.bounce1 {-webkit-animation-name: bounce1; animation-name: bounce1; -webkit-transform-origin:left center; -ms-transform-origin: left center; transform-origin: left center;}
.bounce2 {-webkit-animation-name: bounce2; animation-name: bounce2; -webkit-transform-origin:left center; -ms-transform-origin: left center; transform-origin: left center;}
.bounce3 {-webkit-animation-name: bounce3; animation-name: bounce3; -webkit-transform-origin:right center; -ms-transform-origin: right center; transform-origin: right center;}
.bounce4 {-webkit-animation-name: bounce4; animation-name: bounce4; -webkit-transform-origin:right center; -ms-transform-origin: right center; transform-origin: right center;}
.bounce4 {-webkit-animation-name: bounce4; animation-name: bounce4; -webkit-transform-origin:right center; -ms-transform-origin: right center; transform-origin: right center;}

.seoadv2 {width: 100%;height: 500px;background: url(../images/seo/seoadv2.jpg) no-repeat center;}

.row_01 {padding: 80px 0;}
.row_01 .head {text-align: center;}
.row_01 .head h2 {height: 66px;line-height: 60px;font-size: 38px;color: #454545;}
.row_01 .head h3 {font-size: 18px;}
.row_01 .head p {height: 22px;line-height: 22px;color: #454545;}
.row_01 .body {margin-top: 50px;}
.row_01 .body ul li {width: 260px;float: left;margin: 0px 22px;*display:inline;}
.row_01 .body .thumb {width: 142px;height: 142px;padding: 10px 61px;}
.row_01 .body .thumb a {display: block;width: 142px;height: 142px;}
.row_01 .body .desc {padding: 20px 0px;}
.row_01 .body .desc h3 {height: 36px;line-height: 36px;font-size: 18px;color: #454545;text-align: center;}
.row_01 .body .desc p {font-size: 14px;line-height: 22px;color: #6d6d6d;text-indent: 2em;}
.row_01 .body li.i1 a {background: url(../images/seo/icon_01.png) no-repeat;}
.row_01 .body li.i2 a {background: url(../images/seo/icon_04.png) no-repeat;}
.row_01 .body li.i3 a {background: url(../images/seo/icon_03.png) no-repeat;}
.row_01 .body li.i4 a {background: url(../images/seo/icon_041.png) no-repeat;}

/*海外推广*/
.icons {background: #fff;}
.icons ul li {float: left;width: 243px;height: 243px;text-align: center;}
.icons ul li img {width: 210px;}
.index-sv-items{color:#002146;padding:50px 0;}
.index-sv-items .sv-item{width:21%;height:200px;padding:20px 2%;float:left;*margin:0 -1px 0 0;text-align:center;}
.index-sv-items .sv-item:hover .sv-ico-1,.index-sv-items .sv-item:hover .sv-ico-2,.index-sv-items .sv-item:hover .sv-ico-3,.index-sv-items .sv-item:hover .sv-ico-4,.index-sv-items .sv-item:hover .sv-ico-5,.index-sv-items .sv-item:hover .sv-ico-6,.index-sv-items .sv-item:hover .sv-ico-7,.index-sv-items .sv-item:hover .sv-ico-8{box-shadow:0 0 6px rgba(0,0,0,0.3);}
.index-sv-items .sv-item .sv-ico-1,.index-sv-items .sv-item .sv-ico-2,.index-sv-items .sv-item .sv-ico-3,.index-sv-items .sv-item .sv-ico-4,.index-sv-items .sv-item .sv-ico-5,.index-sv-items .sv-item .sv-ico-6,.index-sv-items .sv-item .sv-ico-7,.index-sv-items .sv-item .sv-ico-8,.index-sv-items .sv-item .sv-ico-1 a,.index-sv-items .sv-item .sv-ico-2 a,.index-sv-items .sv-item .sv-ico-3 a,.index-sv-items .sv-item .sv-ico-4 a,.index-sv-items .sv-item .sv-ico-5 a,.index-sv-items .sv-item .sv-ico-6 a,.index-sv-items .sv-item .sv-ico-7 a,.index-sv-items .sv-item .sv-ico-8 a{display:block;width:90px;height:90px;background-image:url(../images/seo/index_sprites.png);background-repeat:no-repeat;background-color:transparent;margin:0 auto 8px;border-radius:50%;}
.index-sv-items .sv-item .sv-ico-1{background-position:0 0;}
.index-sv-items .sv-item .sv-ico-2{background-position:-90px 0;}
.index-sv-items .sv-item .sv-ico-3{background-position:-180px 0;}
.index-sv-items .sv-item .sv-ico-4{background-position:-270px 0;}
.index-sv-items .sv-item .sv-ico-5{background-position:-360px 0;}
.index-sv-items .sv-item .sv-ico-6{background-position:-450px 0;}
.index-sv-items .sv-item .sv-ico-7{background-position:0px -90px;}
.index-sv-items .sv-item .sv-ico-8{background-position:-90px -90px;}
.index-sv-items .sv-item .sv-name{display:block;font-size:18px;font-weight:normal;padding:0 0 12px;}
.index-sv-items .sv-item .sv-name,.index-sv-items .sv-item .sv-name a{color:#00a3ff;}
.index-sv-items .sv-item .sv-summary{display:block;height:60px;line-height:20px;overflow:hidden;font-size: 13px;}
.seoadv3 {width: 100%;height: 265px;background: url(../images/seo/seoadv3.jpg) no-repeat center;}
.seoadv4 {width: 100%;height: 800px;background: url(../images/seo/seoadv4.jpg) no-repeat center;}



/*功能*/
.what {width: auto;display: block; }
.what ul { width: 1150px; font-size: 0; margin: 0 auto; padding-top:0px;  }
.what li { display: inline-block; height: 200px; width: 25%; position: relative; perspective: 1000px; padding: 15px 0; }
.what li:before,.what li:after,.what li article:before,.what li article:after{ width:0%; height:0%; position:absolute;  content:""; display:block; opacity:1; z-index:-1;  }
.what li:before{ border-top:1px solid #aaa; left:0; top:-25px;transition: all 0.3s ease-out ; }
.what li:after{border-right:1px solid #aaa; right:0; top:-25px; transition: all 0.3s ease-out 0.2s;}
.what li article:before{border-bottom:1px solid #aaa; right:0; bottom:25px; transition: all 0.3s ease-out 0.4s;}
.what li article:after{border-left:1px solid #aaa; left:0; bottom:25px;transition: all 0.3s ease-out 0.6s; }
.what li div.iconfont img{ width: 80px; height: 80px; margin-top: 25px; }
.what li:hover::before,.what li:hover::after,.what li:hover article::before,
.what li:hover article::after{ }
.what li article{}
.what li:hover div.iconfont{ border-radius:50%;}
.what li.active1 div.iconfont{ border-radius:50%;}
.what li div.iconfont { width: 135px; height: 135px; margin: 0 auto; line-height: 135px; text-align: center; font-size: 45px; font-weight: normal; color: #fff; border-radius: 5px; position: relative; }
.what li div.iconfont:after{ transform:scale(1); content:""; display:block; width:100%; height:100%; position:absolute; left:-1px;; top:-1px; border-radius:6px; transition:all 0.3s;}
.what li:hover div.iconfont:after{ transform:scale(1.1) rotate(45deg); opacity:0.2;border-radius:6px;}
.what li.active1 div.iconfont:after{ transform:scale(1.3); opacity:0.2; }
.what li span { line-height: 99px; display: block; width: 100%; text-align: center; font-size: 18px; color: #666666; }
.what li div.iconfont[class$='1'] { background: #d96c6c; }
.what li div.iconfont[class$='1']:after{ border:3px solid #d96c6c;}
.what li div.iconfont[class$='2'] { background: #ff9933; }
.what li div.iconfont[class$='2']:after{ border:3px solid #ff9933;}
.what li div.iconfont[class$='3'] { background: #66cc66; }
.what li div.iconfont[class$='3']:after{ border:3px solid #66cc66;}
.what li div.iconfont[class$='4'] { background: #6c90d9; }
.what li div.iconfont[class$='4']:after{ border:3px solid #6c90d9;}
.what li div.iconfont[class$='5'] { background: #319fe9; }
.what li div.iconfont[class$='5']:after{ border:3px solid #319fe9;}

/*标题共用*/
.heading {margin: 60px 0 30px;text-align: center;}
.heading .title {height: 70px;line-height: 70px;}
.heading .title p { display: inline-block; color: #990000; font-size: 38px; font-weight: 500; border-bottom: 1px solid #ff5500; }
.heading .title p i { color: #333333; font-style: normal; font-weight: normal; text-decoration: none; }
.heading span {display: block;color: #999;font-size: 15px;padding: 10px 0;}

/*服务*/
.serve { width: 100%; height: auto; background: url(../images/bg_1.jpg) no-repeat center center; overflow: hidden; display: block; min-height: 900px; }
#serve-con {width: 100%;height: 450px;}
.ho_adva{ background: url(../images/advabg.jpg) center no-repeat;}
.ho_adva .h_adle{ float:left; margin-left:-58px;}
.ho_adva li { width: 358px; height: 178px; padding: 30px 0; float: left; margin: 70px 0 0 58px; border: 1px solid #fff; border-radius: 10px; overflow: hidden; transition: all .25s ease; background: #666; }
.ho_adva li:hover{ background:#00a3ff;border:1px solid #00a3ff;}
.ho_adva li a {display: block;width: 360px;height: 100%;}
.ho_adva li a i{ display:inline-block;width:360px; height:130px;}
.ho_adva li .ad_in1{ background:url(../images/index_01.png) center no-repeat}
.ho_adva li .ad_in2{ background:url(../images/index_02.png) center no-repeat}
.ho_adva li .ad_in3{ background:url(../images/index_03.png) center no-repeat}
.ho_adva li .ad_in4{ background:url(../images/index_04.png) center no-repeat}
.ho_adva li .ad_in5{ background:url(../images/index_05.png) center no-repeat}
.ho_adva li .ad_in6{ background:url(../images/index_06.png) center no-repeat}
.ho_adva li span{ display:inline-block;width:360px; height:50px; line-height:30px; font-size:25px; color:#fff; text-align:center;}
/*案例*/
.caselist .title {color: #333;font-size: 24px;}
.cases { width: 100%; margin: 0 auto; }
.cases-con { margin-top: 20px; width: 100%; }
.cases-li { display: inline-block; margin: 0.5%; overflow: hidden; position: relative; width: 21%; }
.cases-li img.cases_img { width: 100%; }
.cases-li a.cases-li_a:hover { cursor: url(../images/cases_shi.png) 40 40, crosshair; }
.cases-li a.cases-li_a:hover .projectinfo { display: block; }
.projectinfo { display: none; background: url(../images/tmbg.png); height: 100%; left: 0; position: absolute; top: -50px; width: 100%; z-index: 2; } 
.cases-li .meta { height: 50px; line-height: 50px; overflow: hidden; width: 100%; }
.cases-li .meta h4 { float: left; text-align: left; font-size: 16px; font-weight: normal; padding-left: 2%; width: 60%; }
.cases-li .meta h4 a { color: #333; }
.cases-li .meta .fr { float: right; text-align: right; width: 38%; }
.cases-li .meta .fr a { display: inline-block; height: 50px; padding: 0 12px 0 2px; width: 20px; }
.cases-li .meta .fr a.cases_pc { background: url(../images/pc_b.png) no-repeat scroll center center; }
.cases-li .meta .fr a.cases_phone { background: url(../images/phone_b.png) no-repeat center; }
.cases-li:hover .meta { background-color: #00a3ff; }
.cases-li:hover .meta h4 a { color: #fff; }
.cases-li:hover .meta .fr a.cases_pc { background: url(../images/pc_w.png) no-repeat scroll center center; }
.cases-li:hover .meta .fr a.cases_phone { background: url(../images/phone_w.png) no-repeat center; }
.cases_more { border: 1px solid #ff5500; margin: 50px auto; text-align: center; width: 140px; }
.cases_more a { color: #ff5500; display: block; font-size: 13px; height: 42px; line-height: 42px; transition: all 0.5s ease 0s; width: 140px; }
.cases_more a:hover { background: #ff5500; color: #fff; }

/* */
.min_w{ width:100%; min-width:1200px;}
.container{ width:1200px; margin:0 auto;}
.about_tit {
	padding-bottom: 26px;
	text-align: center;
	margin-top: 68px;
	background: url(../images/p4.png) no-repeat center center;
	padding-top: 20px;
}
.about_tit div {
	line-height: 27px;
	font-size: 18px;
	color: #333333;
	text-transform: uppercase;
}
.about_tit div span {
	color: #1cbde9;
}
.about_tit>span {
	font-size: 26px;
	color: #000000;
	line-height: 37px;
}
.new_pro {
	padding-top: 38px;
	background: url(../images/pic_04.jpg) no-repeat center top;
	margin-top: 70px;
}
.new_white div, .new_white span {
	color: #fff;
}
.new_white {
	margin-top: 0px;
}
.about_pl img {
	height: 100%;
}
.new_plist li {
	background: #eeeded;
	margin-top: 40px;
	padding: 10px 10px 34px 10px;
	float: left;
	width: 256px;
	margin-left: 32px;
}
.new_plist li:first-child {
	margin-left: 0px;
}
.new_pic_02 {
	font-size: 18px;
	text-align: center;
	line-height: 27px;
	margin-top: 11px;
	color: #333333;
	font-weight: bold;
}
.new_pic_04 {
	font-size: 14px;
	color: #888888;
	line-height: 27px;
	margin-top: 14px;
}
.new_pic_03 {
	text-align: center;
	margin-top: 15px;
}
.xnew_pmore { display: block; overflow: hidden;  margin: 10px auto ; width: 100%;  text-align: center;  }
.xnew_pmore a { display: block; border-radius: 15px; overflow: hidden; font-size: 16px; color: #3c3c3c; margin: 0px auto 0 auto; width: 137px; height: 32px; line-height: 32px; text-align: center; border: 1px solid #E8E8E8; }

/* */
.about{width:269px;float:left;padding:40px 70px 40px 40px;background:url(../images/line.jpg) no-repeat right 64px;min-height:264px;_height:264px;}
.about_title{height:50px;color:#286ccb;font-size:16px;font-weight:bold;}
.about_t{color:#5e5f60;font-size:14px;padding:0 0 0 15px;font-weight:normal;}
.about_text{color:#5e5f60;font-size:14px;line-height:24px;padding:20px 0 0 0;height:90px;}
.qyfc{width:269px;float:left;padding:40px 80px 40px 80px;background:url(../images/line.jpg) no-repeat right 64px;min-height:264px;_height:264px;}
.gsyw{width:269px;float:left;padding:40px 0 40px 70px;min-height:264px;_height:264px;}
.zj{background:#eeeeee;padding:37px 0;min-width:1200px;}
.news{width:652px;float:left;background:#fff;margin:0 0 0 120px;}
.news_title{width:150px;height:180px;background:#095ebb;float:left;color:#b7cefa;font-size:14px;padding:45px 0 0 33px;}
.news_t{font-size:36px;color:#fff;line-height:40px;}
.news_more{margin:40px 0 0 0;}
.news_rr{width:440px;float:left;padding:27px 0 0 22px;}
.news_r_top{width:315px;height:68px;border-bottom:solid 1px #ececec;float:left;margin:0 0 0 20px;color:#928f8f;line-height:20px;}
.news_r_top a{color:#4e4d4d;font-size:14px;line-height:24px;font-weight:bold;}
.news_r{width:277px;float:right;margin:0 120px 0 0;}
.news_rr ul{padding:20px 0 0 0;}
.news_rr li{clear:both;margin:0 0 12px 0;color:#666666;}
.news_date{width:40px;float:left;background:url(../images/line1.jpg) repeat-y right top;padding:0 7px 0 5px;color:#666666;text-align:center;line-height:12px;}
.news_date_t{font-size:25px;line-height:25px;font-weight:bold;}
.news_rr li a{float:left;margin:8px 0 0 15px;font-size:15px;color:#666666;}
.hyzx{background:url(../images/bg.jpg) no-repeat center bottom #fff;color:#a0a0a0;padding:0 0 3px 0;}
.hyzx_r{width:150px;float:left;padding:10px 0 0 15px;}
.hyzx_r a{color:#4b4b4b;font-size:16px;line-height:30px;}
.yhxt{width:712px;float:left;margin:0 0 0 40px;}
.yhxt_l{width:278px;float:left;}
.yhxt_l_text{background:#1795e5;height:50px;text-align:center;line-height:50px;color:#fff;font-size:14px;}
.yhxt_r{width:410px;float:right;}
.yhxt_r li{border-bottom:solid 1px #dadada;height:68px;margin:0 0 18px 0;color:#8f8f8f;}
.yhxt_date{width:65px;float:left;border-right:solid 1px #dadada;text-align:center;color:#515152;line-height:20px;}
.yhxt_text{width:324px;float:right;}
.yhxt_text a{color:#515152;font-size:14px;font-weight:bold;}
.zj1{background:#f5f8fc;min-width:1200px;}
.contact{width:312px;float:right;margin:0 55px 0 0;}
.con_bg1{height:9px;line-height:5px;background:url(../images/bg1.jpg) no-repeat center top;}
.con_bg{min-height:233px;_height:233px;background:url(../images/bg2.jpg) repeat-y center top;}
.con_bg2{height:10px;line-height:5px;background:url(../images/bg3.jpg) no-repeat center top;}
.con_text{color:#777777;font-size:14px;line-height:30px;padding:15px 15px 0 20px;}

/*main_06*/
.main_06w{ width: 100%; background: #f2f0f0; height: auto; padding-top: 30px; overflow: hidden; padding-bottom: 30px; }
.main_06{width:1200px; margin:0 auto; position:relative}
.main06_fl{width:500;padding:15px 0; position:absolute; right:0; top:-40px;}
.main06_fl ul{ text-align:right}
.main06_fl ul li{ display:inline-block;width:120px;height:40px; line-height:40px; text-align:center; background: url(../images/index_18.jpg) no-repeat center right; float:left; font-size:14px; color:#6d6d6d;}
.main06_fl ul li:hover{ }
.main06_con{width:1200px;padding-top:40px;}
.main06_con ul{}

.on3{background:#51b23b !important;color:#fff !important;}

.main06_con_left{ width: 474px; height: auto; background: #999999; float: left }
.new_tpic{width:474px; height:260px; overflow:hidden}
.new_riqi{width:100px; float:left; color:#FFF; font-size:40px;padding:15px 0 0 15px; text-align:center}
.new_riqi span,.new_riqi2 span{ display:block; font-size:14px;}
.new_ttitle{ width:325px; float:right;padding:15px 25px 0 0; }
.new_ttitle span,.new_ttitle p{ display:block;}
.new_ttitle span{ color: #FFF; font-size: 16px; border-bottom: 1px solid #999999; line-height: 30px; }
.new_ttitle p{ font-size:13px; color:#FFF; line-height:25px; padding:5px 0 0 0;}
.main06_con_right{width:660px; float:right}
.main06_con_right li{ width:100%; margin-bottom:15px; }
.main06_con_right li .new_riqi2{ width: 85px; height: 75px; float: left; color: #AD1D1D; font-size: 40px; border: 1px solid #D9D9D9; text-align: center; background: #FFF; }
.new_ttitle2{ float:right;width:555px;}
.new_ttitle2 span,.new_ttitle2 p{display:block;}
.new_ttitle2 span{color:#3e3e3e; font-size:16px; line-height:30px; font-weight:bold}
.new_ttitle2 p{color:#7d7d7d; font-size:12px;line-height:24px;}
.main06_con_right li:hover .new_ttitle2 span,.main06_con_right li:hover .new_ttitle2 p{ color: #333333 }

/*main_04*/
.main_04_con{}
.main_04_con ul{ margin-right:-60px;zoom:1;}
.main_04_con ul li{width:360px; height:302px; margin-right:60px; float:left; overflow:hidden;}
.main_04_con ul li a{ display:block; background:#f2f2f2;width:360px; height:302px;color:#333333;}
.main_04_con ul li span{ display:block; text-align:center; line-height:25px; font-family:微软雅黑; font-size:14px;}
.main_04_con ul li .news-t{padding-top:18px;}
.main_04_con ul li .news-d{color:#777777; font-size:12px}
.main_04_con ul li a:hover{ background: #999; color: #FFF; }
.main_04_con ul li a:hover .news-d{color:#fff}
.main_04_con ul li .newspic{width:360px;height:220px; overflow:hidden}
.main_04_con ul li img{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:all 2s ease;-moz-transition:all 2s ease;-o-transition:all 2s ease;transition:all 2s ease;}
.main_04_con ul li:hover img{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-o-transform:scale(1.15);transform:scale(1.15);-webkit-transition:all 2s ease;-moz-transition:all 2s ease;-o-transition:all 2s ease;transition:all 2s ease;}

/*aboutw*/
.as1{
    width:1200px;
    margin:0 auto;
    height:110px;
    line-height:110px;
    border-bottom:1px solid #d2d2d2;
}
.ab_left{
    float:left;
    height:110px;
}
.ab_right{
    float:right;
}
.qiao{
    font-size:36px;
    color:#000;
}
.qiao1{
    font-size:42px;
    color:#0d4ea0;
}
.nan{
    padding-left:25px;
    color:#666;
    font-size:14px;
    background: url(../images/wz.png)no-repeat center left;
}
.news_con{
    width:1200px;
    margin:0 auto;
}
.new_title{
    width:100%;
    display:inline-block;
    text-align:center;
    font-size:30px;
    color:#333;
    padding:10px 0;
}
.tian{
    width:100%;
    color:#999;
    font-size:16px;
    text-align:center;
}
.tian span{
    margin:0 10px;
}
.cco{
    width:100%;
    padding:20px 0;
    font-size:16px;
    color:#666;
    line-height:25px;
}
/*详细页面内容*/
.n_info_con { width:95%; padding:10px 0px; overflow:hidden;margin:0 auto;  }
.n_info_con h1 { border-bottom: 1px dashed #CCCCCC; color: #000000; font-family: "宋体"; font-size: 24px; line-height: 40px; padding-bottom: 10px; margin-bottom: 10px; text-align: center; font-weight: 800; }
.n_info_con2 { width:650px; margin:0 auto;}
.info_con_tit {font-family:"宋体";  line-height:24px; margin-bottom:15px;}
.info_con_tit span { margin-right:20px;}
.info_con_tit .n_tit { text-align: center; color: #0067cc; }
.info_con_tit .n_tit a{ color:#666;}
.info_con_tit .n_tit2 { height:24px;}

.news_cont_d_wrap{ padding:20px 0; line-height:28px; font-size:16px;}
/*------*/
.apage{ WIDTH: 100%; HEIGHT: auto; OVERFLOW: hidden; text-align: center; font-size: 14px; line-height: 45px; display: block; padding-bottom: 30px;}
.gduo{ height:30px; line-height:30px; background:#f7f7f7; overflow:hidden; margin:15px 0px; padding:0 10px;}
.gduo span{ float:right; width:320px; overflow:hidden; height:30px; display:block;}
.gduo a{  font-weight:bold;}

.news_deatilcon{ padding: 0px; font-size: 14px; line-height: 24px; margin: auto; }
.news_deatilcon p,.news_deatilcon div,.news_deatilcon span{text-justify:inter-ideograph;}
.news_deatilcon img{padding-bottom:20px;}
.retun_list{ display:block; margin:0 auto; background:url(../images/jyj_zz_img64.jpg) no-repeat; color:#fff; text-align:center; width:165px; height:47px; line-height:47px; font-size:16px; padding-bottom:44px;}
.shnagnext{ position:relative; margin-left:40px; margin-right:40px; background:url(../images/jyj_zz_img53.jpg) repeat-x top; padding-top:25px; padding-bottom:25px;}
.shnagnext p{ height:25px; line-height:25px;}
.shnagnext p a{ font-size:14px;}
.shoucangleft a{ font-size:14px; height:35px; line-height:35px; margin-right:5px;}
.shnagnext p a:hover,.shoucangleft a:hover{ color:#ad6243;}
.shoucang{ position:absolute; right:0px; width:auto; top:35px; height:30px; }
.shoucangleft{ float:right; width:auto; }
.bdsharebuttonbox{ float:right;}
.bdsharebuttonbox span{ float:left; height:35px; line-height:35px; font-size:14px;color:#ad6243;}

/*我们做过什么*/
.section_head {padding: 30px 0px 50px;}
.section_head .title {text-align: center;}
.section_head .title p {color: #333333;font-size:2.5rem;font-weight: bold;}
.section_head .title p i {color: #ff5500;}
.section_head .title span {display: block;color: #888;font-size: 13px;}

.case_link {width: 100%;text-align: center;margin-bottom: 35px;}
.case_link ul li {display: inline-block;vertical-align: middle;padding: 0 10px;}
.case_link ul li a {display: block;padding: 0 30px;height: 40px;line-height: 40px;color: #666;font-size: 15px;border-radius: 30px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.case_link ul li:hover a,.case_link ul li.on a {background-color: #006acd;color: #fff;}
.case_wrap{width:94%;margin:0 auto;}
.case_wrap ul li{float:left; width:24%;margin:0.5%; *width:24.97%; text-align:center; background:#fff;-webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.case_wrap ul li a{display:block;}
.case_wrap ul li article{position:relative; width:100%; height:0; padding-top:62.4%; overflow:hidden;}
.case_wrap ul li article img{position:absolute; top:0; left:0; width:100.5%; height:100%; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; -webkit-transform:translate3d(0,0,0); -moz-transform:translate3d(0,0,0); transform:translate3d(0,0,0);}
.case_wrap ul li article summary{width:100%; height:50px; position:absolute; bottom:-50px; left:0; line-height:50px; color:#dcdcdc; background:rgba(0,0,0,0.5); background:#666\9; text-align:left; text-indent:20px; z-index:3; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.case_wrap ul li .info {width: 100%;height: 60px;overflow: hidden;padding:0px 0px 0px 10px;box-sizing:border-box;}
.case_wrap ul li .info h5 {display: block;float: left;width: calc(100% - 100px);height: 40px;line-height: 40px;margin: 10px 0px;text-align: left;}
.case_wrap ul li .info h5 a {font-size:18px; color:#333;-webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;    overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.case_wrap ul li .info .fr {width: 90px;height: 60px;}
.case_wrap ul li .info .fr a {display: inline-block;vertical-align: middle;text-align: right;margin-left: 10px;width: 20px;height: 60px;background-repeat: no-repeat;background-position: center;}
.case_wrap ul li .info .fr a.case_pc {background-image: url(../images/pc_b.png);}
.case_wrap ul li .info .fr a.case_phone {background-image: url(../images/phone_b.png);}
.case_wrap ul li:hover {background-color: #006acd;}
.case_wrap ul li:hover a article summary{bottom:0;}
.case_wrap ul li:hover a article img{-webkit-transform:scale(1.1); -moz-transform:scale(1.1); transform:scale(1.1);}
.case_wrap ul li:hover a article:before{opacity:1; filter:alpha(opacity=100); zoom:1;}
.case_wrap ul li:hover a article:after{opacity:1; filter:alpha(opacity=100); zoom:1; -webkit-transform:scale(1); -moz-transform:scale(1); transform:scale(1);}
.case_wrap ul li:hover .info h5 a {color:#fff;}
.case_wrap ul li:hover .info .fr a.case_pc {background-image: url(../images/pc_w.png);}
.case_wrap ul li:hover .info .fr a.case_phone {background-image: url(../images/phone_w.png);}

/*分页*/
.page{overflow:hidden;text-align:center;font-size:0;margin:80px 0px;}
.page a{display:inline-block;vertical-align:middle;border:1px solid #d8d8d8;padding:0px 16px;height: 34px;line-height: 34px;background:#fff;color:#8e8e8e;font-size:15px;margin-right:10px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
.page a i{display:inline-block;font-size:13px;vertical-align:middle;margin-right:5px}
.page a em{display:inline-block;font-size:13px;vertical-align:middle;margin-left:5px}
.page span{display:inline-block;font-size:16px;color:#8e8e8e;vertical-align:middle}
.page input{width:56px;height:34px;display:inline-block;vertical-align: middle;background:#fff;border:1px solid #d8d8d8;text-align:center;line-height:34px;color: #555;font-size:16px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin-left: 5px;}
.page .submit{width:56px;height:36px;display:inline-block;vertical-align: middle;cursor:pointer;border:1px solid #d8d8d8;background:#fff;color:#8e8e8e;font-size:16px;margin-right:9px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin-left:10px}
.page a.on,.page a:hover{border-color:#006acd;color:#fff;background:#006acd}
.page a.on span{color:#fff;}


.nt_tit {
	padding-bottom: 26px;
	text-align: center;
	margin-top: 30px;
	background: url(../images/p4.png) no-repeat center center;
	padding-top: 20px;
}
.nt_tit div { line-height: 35px; font-size: 24px; color: #333333; text-transform: uppercase; 
}
.nt_tit div span {
	color: #1cbde9;
}
.nt_tit>span { font-size: 16px; color: #000000; line-height: 37px; 
}
 /*图片*/
.dl_2 { width:22.98%; padding:25px 10px 0; float:left; display:inline-block;}
.dl_2 dt { width:99%; overflow:hidden; } /*图片边框*/
.dl_2 dt a { width:99%;  padding:1px; border:1px solid #ccc; display:block; margin:0px auto}
.dl_2 img { display:block; width:100%; height:175px; text-align:center; margin:0px auto }
.dl_2 dd { width: 100%; line-height: 24px; overflow: hidden; text-align: center; padding: 10px 4px 0; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; background: url(../images/shadow1.png) no-repeat center top; }

