﻿@charset "utf-8";
/* CSS Document */

/* 清除内外边距 */
h1, h2, h3, h4, h5, h6, hr, p, blockquote, 		/* structural elements 结构元素 */
dl, dt, dd, ul, ol, li,							/* list elements 列表元素 */
pre, 											/* text formatting elements 文本格式元素 */
fieldset, form, button, input, textarea, 		/* form elements 表单元素 */
th, td , 										/* table elements 表格元素 */
body { margin: 0; padding: 0; }

/* 设置默认字体样式 */
body,textarea,input,button,select {
	font: 14px/1.14 Arial, Verdana, "微软雅黑", \5b8b\4f53;
	color:#5B5B5B;
	outline:0;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
body { background:url(/content1686448408/qianduanui/images/bodybg.jpg) repeat-x;}
h1,h2,h3,h4,h5,h6 { font-size: 100%; }
i, em { font-style: normal; }

/** 重置图片元素 **/
img { border: none; vertical-align: top;}

/** 重置列表元素 **/
ul, ol, li, dl, dd, dt {
	list-style: none;
	padding: 0px;
}

/** 重置表格元素 **/
table { border-collapse:collapse; border-spacing: 0;}

/**重置表单元素**/
input[type=submit] { cursor:pointer; }
input[type=button] { cursor:pointer; }
textarea { resize: none; overflow:auto; }
label { display: inline-block; *display: inline; *zoom: 1; }

/** 默认链接元素 **/
a { color: #404040; text-decoration: none;
	-webkit-transition: color .2s;
	   -moz-transition: color .2s;
	    -ms-transition: color .2s;
	     -o-transition: color .2s;
	        transition: color .2s;
}
a:hover {color: #a51111;}
a:focus { -moz-outline-style: none; }
a:focus { outline: none;} 
q:before,q:after{ content:none; }

/** 浮动元素 **/
.fl { float: left; *display: inline; }
.fr { float: right; *display: inline; }

/* 清除浮动 */
.clearfix:after{ display:block; clear:both; visibility:hidden; height:0; overflow:hidden; content:"."; }
.clearfix{ *zoom:1; }
.clear{clear:both; height:0; line-height: 0; font-size: 0; overflow:hidden;}

/* 溢出 / 隐藏 */
.over{overflow:hidden;}
.hide{display:none;}
.mt8{ margin-top:8px;}
.mt30{ margin-top:30px;}

.topbg{ width:100%; height:1px; background:#0f5cbc;}
.logo{ width:1100px; margin:0 auto; overflow:hidden;}
.logo-img{ margin-top:15px; width:436px;}
.phone{ overflow:hidden; width:664px; margin-top:30px;}
.phone p{ float:left; overflow:hidden; }
.phone .p-1{width:260px; margin-top:10px;    margin-left: 32px; line-height: 40px;}
.phone .p-2{width:350px; margin-left:20px; line-height: 40px;}
.phone .p-2 img{ margin-top:12px;}
.phone .p-1 span{margin-top:4px;}
.phone p span{ float:left; margin-top:12px;}
.phone p img{ float:right;}

.navbg{ width:100%; background:#1172c0; height:40px; line-height:40px; margin-top:20px;}
.menu {
width:1100px; 
margin:0 auto;
height:40px;
}
/* remove the bullets an+d set the margin and padding to zero for the unordered list */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
float:left; 
position:relative;
z-index:999;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-align:center; 
text-decoration:none; 
width:122px; 
height:40px; 
color:#fff; 
border-width:1px 1px 0 0;
background:url(/content1686448408/qianduanui/images/navbg.jpg); 
line-height:40px; 
font-size:18px;

}
/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
}
.menu ul li ul li{ margin:0; *margin:0; *padding:0;height:41px;}
/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
color:#fff; 
background:#ff6724;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
display:block; 
position:absolute; 
top:40px; 
left:0; 
width:120px;

}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block; 
background:#ecebeb; 
color:#2e2e2e;
font-size:14px;
height:40px; line-height:40px;

}
.menu ul li:hover ul li img{ }
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
background: url(../images/jiantou.png) no-repeat left center #ff6724; 
color:#fff;
}
.menu ul li .hide, .menu ul li .hide:visited{ background:#721212;}

#owl-demo{position:relative;width:100%;margin:0 auto;}
#owl-demo .item{ position:relative;display:block;}
#owl-demo img{display:block;width:100%; border:none;}
#owl-demo b{position:absolute;left:0;bottom:0;width:100%;height:78px;background-color:#000;opacity:.5;filter:alpha(opacity=50);}
#owl-demo span{position:absolute;left:0;bottom:37px;width:100%;font:18px/32px "微软雅黑","黑体";color:#fff;text-align:center;}

.owl-pagination{position:absolute;left:0; bottom: 20px;width:100%;height:22px;text-align:center;}
.owl-page{display:inline-block;width:42px;height:14px;margin:0 5px;background:url(../img/baiy.png) no-repeat;*display:inline;*zoom:1;}
.owl-pagination .active{background:url(../img/lany.png) no-repeat;}
.owl-buttons{display:none;}
.owl-buttons div{position:absolute;top:50%;width:40px;height:80px;margin-top:-40px;text-indent:-9999px;}

/*产品展示*/
.cpzs{ width:1200px; margin:0 auto; overflow:hidden;    padding-top: 50px;}
.cpzs .cpzss{width:1200px; height:40px; margin:0 auto; margin:25px 0px 25px 0px;} 
.cpzs .cpzss img{ float:left;}

.part3{ width:970px; margin:0 auto;}
.part3 ul{ overflow:hidden;}
.part3 ul li{ float:left; position:relative; width:210px; margin-left:20px;}
.part3 ul li a img{ width:210px; height:210px;}
.part3 ul li p{ height:30px; line-height:30px; color:#666666; text-align:center; font-size:14px;}


.part2{ width:1200px;}
.part2 .T1{width:215px; color:#FFFFFF; float:left; margin-top: 20px;}
/*.part2 .T .classify{background:#eee;width:190px;height:41px;line-height:41px;font-size:18px;text-align:center;}*/
.part2 .T1 li{margin:1px 0; font-family:"微软雅黑"; font-size:16px; line-height:54px;    margin-bottom: 8px;}
.part2 .T1 li a{display:block;background:#0f5cbc; position:relative;height:70px; padding-top: 15px;line-height:25px;text-align:center; color:#FFFFFF; font-size:22px;}
.part2 .T1 li a p{ font-size:12px;}
.part2 .T1 li a:hover{background:#ff6724; color:#FFFFFF;}
.part2 .T1 li a img{position:absolute;width:8px;right:-8px;}
.part2 .T1 .on{ background:#006bc3; height:54px; text-align:center;}




.cpzs .gengduo{width:1200px; height:55px; background:url(../images/gengduo.jpg) no-repeat; background-position:center bottom;}
.cpzs .gengduo p{font-size:14px; font-family:"宋体"; color:#7e7e7e; text-align:center; line-height:55px;}
.cpzs .gengduo p a:hover{ color:#0271a9;}

.part3 ul {
    overflow: hidden;
    margin-top: 20px;
   
}
.part3>ul li {
    float: left;
    position: relative;
    width: 220px;
    border: 1px solid #dcdcdc;
    margin-bottom: 15px;
}
.part3>ul li a img {
    width: 220px;
    height: 220px;
}
.part3 ul li p {
    height:45px;
	padding-top: 5px;
    line-height: 20px;
    background: #1b92e3;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
}
.part3 ul li .fudong {
    position: absolute;
    top: 0;
    left: -2px;
}
.ui-tabs-hide{display: none !important;}

/*广告*/
.pdct{ width:100%; margin:0 auto; margin-top:70px; background:url(../img/pd.jpg) no-repeat; height:209px;}
.pdct_main{ width:1700px; margin:0 auto; overflow:hidden; font-family:微软雅黑;}
.pdct_l{ float:left; width:336px; text-align:right; padding-right:30px;}
.pdct_l img{ margin-top:70px;}
.pdct_l h2{ font-size:24px; font-weight:normal;font-style: italic; line-height:38px; color:#fefefe;}
.pdct_l p{ font-weight:normal;font-style: italicl; line-height:20px; font-size:14px; color:#fefefe;}
.pdct_r{ float:left; overflow:hidden; width:1300px;}
.pr_img{ float:left; margin-left:50px; margin-top:20px;}
.pr_img img{
	width:101px;
	height:170px;
}
.pr_wz{ float:left; margin-left:50px; padding-top:30px;}
.pr_wz h1{ font-size:36px; font-weight:bold; font-family:黑体; color:#fff; margin-bottom:5px;}
.pr_wz p{ color:#fefefe; line-height:24px; font-size:14px; color:#fefefe;}
.pr_wz .pr_zx{ margin-top:20px; overflow:hidden;}
.pr_wz .pr_zx p{ font-size:18px; font-family:黑体; float:left; margin-top:5px;}
.pr_wz .pr_zx p span{ font-family:黑体; font-size:36px; font-weight:bold;}
.pr_wz .pr_zx a{ display:block; float:left; color:#fff; width:100px; height:33px; background:#ff6724; margin-left:50px; text-align:center; line-height:33px;}

.cptd{ width:1100px; margin:0 auto; margin-top:70px;}
.cptd .cptd_tb{ margin:0 auto; width:1100px; text-align: center;}
.cptd .cptd_tb img{ width:472px; height:104px;}
.cptd .cptd_zt{ margin:0 auto; text-align: center; margin-top:70px;}
.cptd .cptd_zt img{ width:1175px; height:1353px;}


.ryzs{ width:100%; margin:0 auto; text-align:center; margin-top:70px; background:url(../img/ryzs.jpg) no-repeat; height:917px;}
.main_ry{ width:1600px; margin:0 auto; overflow:hidden;}
.main_ry ul{}
.main_ry ul li{ float:left; margin-left:50px; margin-top:710px;}
.main_ry ul li img{ width:262px; height:203px;}

.zzs{ width:100%; margin:0 auto; background:url(../img/hzhb_bg.jpg) no-repeat; margin-top:50px; overflow:hidden; height:982px;}
.zzs .zzs_zt{ width:1100px; margin:0 auto; overflow:hidden;    margin-top: 120px;}
.zzs .zzs_zt ul{ width:1100px; margin:0 auto;}
.zzs .zzs_zt ul li{ float:left; width:150px; height:100px; border:3px solid #c1c2c3; border-radius:15px; text-align:center; margin-right:20px; margin-bottom:20px; background:#FFFFFF;}
.zzs .zzs_zt ul li img{ width:140px;}

.banner02{ width:100%; margin:0 auto; text-align:center; margin-top:70px;}
.banner02 img{ width:100%; margin:0 auto;}

.youshi{ width:100%; margin:0 auto; margin-top:50px;}
.main3 {
    width: 1250px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.main3 h1 {
    text-align: center;
    padding-top: 30px;
}
.main3 ul {
    overflow: hidden;
    margin-left: 10px;
    margin-top: 38px;
}
.main3 ul li {
    float: left;
    background: #0066c3;
    width: 178px;
    height: 240px;
    text-align: center;
    margin-left: 26px;
}
.main3 ul li img {
    display: block; margin-left: 20px; margin-top:10px;
}
.main3 ul li .biaoti {
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
}
.main3 ul li .jieshao {
    text-indent: 2em;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 18px;
	margin-top: 5px;
    text-align: center;
}

.banner03{ width:100%; margin:0 auto; text-align:center; margin-top:70px;}
.banner03 img{ width:100%; margin:0 auto;}


.yycj{ width:100%; margin:0 auto; margin-top:50px;}
.main04{ width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;}
.main04 h1{text-align: center; padding-top: 30px;}
.main04 h1 img{}
.neirong05{ width:1140px; height:216px; margin:0 auto; margin-top:30px; margin-top:25px;}
/* Div1 */
.Div1{width:1140px;height:auto;margin:30px auto;overflow:hidden;position:relative;}
.Div1_title{height:32px;width:1140px;padding-bottom:3px;background:url(../images/lizi_img001.jpg) repeat-x;}
.Div1_title em{float:left;font-style:normal;line-height:32px;padding-left:13px;font-size:14px;}
.Div1_title span{float:right;display:block;padding:8px 15px 0 0;height: 20px;}
.Div1_title span b , .Div1_title span a{display:block;float:left;}
.Div1_title span b , .Div1_title span b img{width:11px;height:11px;}
.Div1_title span b img{cursor:pointer;}
.Div1_prev{padding:2px 10px 0 0;}
.Div1_next{padding:2px 0 0 0px;}
.Div1_title span a{font-size:12px;background:url(../images/lizi_img005.jpg) no-repeat left center; padding-left:15px;margin-right:10px;}
.Div1_title span a:hover{background:url(../images/lizi_img004.jpg) no-repeat left center;}
.Div1_title span a.Div1_title_a1{color:#f34d01;background:url(../images/lizi_img004.jpg) no-repeat left center;}

.Div1_main{padding-top:13px;height:210px;width:10000px;overflow:hidden;position:relative;z-index:1;}
.Div1_main div{height:210px;float:left;}
.Div1_main div span{background:url(../images/lizi_img006.jpg) no-repeat;width:200px;padding:0 16px;height:200px;display:block;float:left;}
.Div1_main div span a{display:block;}
.Div1_main_a1{padding:4px 3px 4px 4px;margin-bottom:4px;}
.Div1_main_a1 , .Div1_main_a1 img{width:200px;height:140px;}
.Div1_main div span b{display:block;padding-left:10px;color:#787878;}
.Div1_main div span p{line-height:20px;padding:0 10px;height:87px;color:#787878;}
.Div1_main_a2{color:#000000;text-align:center;line-height:20px;}
.Div1_main_a2:hover{ }

.Div1_main div span.Div1_main_span1 .Div1_main_a1{background:url(../images/lizi_img010.jpg) no-repeat;}
.Div1_main div span.Div1_main_span1 b , .Div1_main div span.Div1_main_span1 p{color:#666666;}
.Div1_main div span.Div1_main_span1 .Div1_main_a2{}
.Div1_main div span.Div1_main_span1 .Div1_main_a2:hover{}

.Div1 .Div1_prev1 ,.Div1 .Div1_next1{display:block;width:31px;height:30px;position:absolute;cursor:pointer;z-index:2;top:72px;}
.Div1 .Div1_prev1 img ,.Div1 .Div1_next1 img{width:31px;height:30px;}
.Div1 .Div1_prev1:hover ,.Div1 .Div1_next1:hover{opacity:0.7;.filter:alpha(opacity=70)}
.Div1 .Div1_prev1{left:18px;}
.Div1 .Div1_next1{left:1080px;}

/*关于可成*/
.gyxy{ width:100%; margin:0 auto; margin-top:50px;}
.main05{ width: 1200px; margin: 0 auto;}
.main05_top{ width: 1200px; margin: 0 auto;}
.main05_top h2{text-align: center; padding-top: 30px;}
.main05_top h2 img{}
.main05_top .top_tw{ overflow:hidden; width:1200px; margin-top:50px;}
.main05_top .top_tw .tw_left{ float:left; width:480px;}
.main05_top .top_tw .tw_left .guanyu{ margin-top:15px;}
.main05_top .top_tw .tw_right{ float:left; width:700px;}
.main05_top .top_tw .tw_right h1{ font-family:微软雅黑; font-size:22px; color:#0f5cbc; line-height:45px;}
.main05_top .top_tw .tw_right p{ color:#333333; font-family:微软雅黑; font-size:14px; text-align:left; line-height:22px; margin-top:10px;}
.main05_top .top_tw .tw_right .ckxq{ width:173px; height:39px; background:url(../img/chakan_bg.jpg) no-repeat; margin-top:80px;}
.main05_top .top_tw .tw_right .ckxq a{}
.main05_top .top_tw .tw_right .ckxq a span{ font-family:微软雅黑; font-size:18px; color:#fff; line-height:39px; margin-left:35px;}
.main05_top .top_tw .tw_right .ckxq a font{ font-family:微软雅黑; font-size:18px; color:#fff; line-height:39px; margin-left:42px;}
.main05_bottom{}
div.indexmaindiv{margin:0px auto;width:1500px;}
div.indexmaindiv div.playerstyles{width:168px;height:44px;background:url('images/areabackground/playstyles.png') no-repeat;}
div.indexmaindiv1{margin-top:40px;}
div.indexmaindiv1 div.stylesgoleft{float:left;;background:url('images/areabackground/arrowhead.png') no-repeat left top;cursor:pointer;}
div.indexmaindiv1 div.stylesgoleft:hover{float:left;background:url('images/areabackground/arrowhead.png') no-repeat left -28px;cursor:pointer;}
div.indexmaindiv1 div.playerdetail{width:241px;height:245px;background:#FFF;font-family:'微软雅黑';}
div.indexmaindiv1 div.playerdetail div.detailimg{width:241px;height:166px;}
div.indexmaindiv1 div.playerdetail div.detailimg img{width:241px;height:166px;}
div.indexmaindiv1 div.playerdetail div.teanames{text-align:center;font-size:14px;margin-top:5px;color:#404040;}
div.indexmaindiv1 div.playerdetail div.teadetail{width:156px;height:27px;margin:5px 8px;color:#666;}
div.indexmaindiv1 div.playerdetail .checkdetail{width:134px;height:27px;display:block;background:url('images/areabackground/checkdetail.png') no-repeat;margin:18px;}
div.indexmaindiv1 div.stylesgoright{float:left;width:21px;height:28px;background:url('images/areabackground/arrowhead.png') no-repeat left -56px;margin:106px 0px 0px 15px;cursor:pointer;}
div.indexmaindiv1 div.stylesgoright:hover{float:left;width:21px;height:28px;background:url('images/areabackground/arrowhead.png') no-repeat left -84px;margin:106px 0px 0px 15px;cursor:pointer;}
/*滚动*/
div.maindiv1{float:left;width:1200px;height:180px;overflow:hidden;position:relative;}
div.maindiv1 ul{position:absolute;left:0;top:0;}
div.maindiv1 ul li{float:left;width:241px;height:166px; margin-right:13px;}


/*公司动态*/
.xwdt{ width:100%; margin:0 auto;}
.main06{ width: 1200px; margin: 0 auto; padding-bottom: 30px;}
.main06 h2{text-align: center; padding-top: 30px;}
.main06_bottom{ overflow:hidden;}
.gsdt01{ float:left; width:380px; margin-right:20px; margin-left:5px;}
.gsdt01_top{ border-bottom:2px solid #020202; margin-bottom:15px; overflow:hidden;}
.gsdt01_top p{ font-family:微软雅黑; font-size:18px; color:#020202; line-height:30px; float:left;}
.gsdt01_top a{ float:right; line-height:30px;}
.gsdt01_top a img{ margin-top:7px; margin-right:5px;}
.gsdt01_top a span{ font-family:微软雅黑; font-size:14px; color:#c7c7c7;}
.gsdt01_bottom{ width:370px; background:url(../img/dt_bg.png) no-repeat right; height:445px; padding-right:15px; margin-top:15px;}
.gsdt01_bottom ul{}
.gsdt01_bottom ul li{ width:370px; overflow:hidden; padding:5px 0;}
.gsdt01_bottom ul li .bq{ width:370px; line-height:24px; margin-bottom:10px; font-size:24ppx;}
.gsdt01_bottom ul li .bq img{ margin-right:5px;}
.gsdt01_bottom ul li .bq a{ color:#0173c3;}
.gsdt01_bottom ul li .ba{ width:370px; line-height:24px;}
.gsdt01_bottom ul li .ba img{ margin-right:5px;}
.gsdt01_bottom ul li .ba a{ color:#333;}

.gsdt02{ float:left; width:380px; margin-right:20px;}
.gsdt02_top{ border-bottom:2px solid #020202; margin-bottom:15px; overflow:hidden;}
.gsdt02_top p{ font-family:微软雅黑; font-size:18px; color:#020202; line-height:30px; float:left;}
.gsdt02_top a{float:right; line-height:30px;}
.gsdt02_top a img{ margin-top:7px; margin-right:5px;}
.gsdt02_top a span{ font-family:微软雅黑; font-size:14px; color:#c7c7c7;}
.gsdt02_bottom{width:370px; background:url(../img/dt_bg.png) no-repeat right; height:445px; padding-right:15px; margin-top:15px;}
.gsdt02_bottom h1{ text-align:center; width:358px; height:142px;}
.gsdt02_bottom ul{ margin-top:15px;}
.gsdt02_bottom ul li{ border-bottom:1px dashed #c6c6c6; line-height:32px; font-size:14px;}
.gsdt02_bottom ul li img{ margin-right:8px; margin-top:12px;}
.gsdt02_bottom ul li a{ color:#333;}
.gsdt02_bottom ul li a:hover{ color:#0777c3;}

.gsdt03{ float:left; width:380px;}
.gsdt03_top{ border-bottom:2px solid #020202; margin-bottom:15px; overflow:hidden;}
.gsdt03_top p{ font-family:微软雅黑; font-size:18px; color:#020202; line-height:30px; float:left;}
.gsdt03_top a{float:right; line-height:30px;}
.gsdt03_top a img{ margin-top:7px; margin-right:5px;}
.gsdt03_top a span{ font-family:微软雅黑; font-size:14px; color:#c7c7c7;}
.gsdt03_bottom{width:370px; background:url(../img/dt_bg.png) no-repeat right; height:445px; padding-right:15px; margin-top:15px; margin-left:5px;}
.gsdt03_bottom ul{ margin-top:15px;}
.gsdt03_bottom ul li{ border-bottom:1px dashed #c6c6c6; line-height:32px; font-size:14px;}
.gsdt03_bottom ul li img{ margin-right:8px; margin-top:12px;}
.gsdt03_bottom ul li a{ color:#333;}
.gsdt03_bottom ul li a:hover{ color:#0777c3;}


.banner04{ width:100%; margin:0 auto; text-align:center;}
.banner04 img{ width:100%; margin:0 auto;}

.banner05{ width:100%; margin:0 auto; text-align:center; margin-top:30px;}
.banner05 img{ width:100%; margin:0 auto;}

.banner06{ width:100%; margin:0 auto; text-align:center; margin-top:0px;}
.banner06 img{ width:100%; margin:0 auto;}

.banner07{ width:100%; margin:0 auto; text-align:center;}
.banner07 img{ width:100%; margin:0 auto;}

/*底部*/
.foot{ width:100%; margin:0 auto; background:#232323; height:330px; margin-top:70px; padding-top:70px;}
.main07{ width:1200px; margin:0 auto;}
.main07_t{
	background:#0376c7;
	width:900px;
	height:40px;
	overflow:hidden;
	float: left;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.main07_t ul{}
.main07_t ul li{ float:left;  width:90px; line-height:22px; border-right:2px solid #fff; height:22px; margin-top:7px; margin-right:10px;}
.main07_t ul li a{color:#fff;}
.main07_b{ width:1200px; overflow:hidden; color:#fff; padding-top:45px; margin:0 auto; height:205px;}
.fl {
    float: left;
}
.fr {
    float: right;
}


.dibubg{ width:100%; padding:20px 0; background:#474747;}
.down{ width:1100px; margin:0 auto;}
.down1{ text-align:center; margin-top:16px;}
.down0{ text-align:center;}
.down1 p{ color:#A2A2A2;}
.down1 p span{ font-size:14px;}
.down1 p a{ font-size:16px; color:#A2A2A2;}
.down2{ width:260px; margin:0 auto; margin-top:16px;}
.down2 ul{ overflow:hidden;}
.down2 ul li{ float:left; margin:0 14px;}
.down3{ overflow:hidden; width:700px; margin:0 auto; margin-top:30px;}
.down3-left p{color:#A2A2A2; line-height:24px;}
.down4{color:#A2A2A2; text-align:center;}
