@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 14px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.3;
	background: #fff;
	min-width: 1200px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea:focus {
	outline: none;
}
* {
	margin: 0;
	padding: 0;
	list-style: none;
	transition: all .3s;
}
/**
* 中文小于 12px 可读性很差
* 1. 统一 IE 6-7 中字体大小
* 2. 统一 Firefox 4+，Safari 5 和 Chrome 中「section」和「article」内的字体大小
*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
/* 清除浮 动*/
.fix {
*zoom: 1;
}
.fix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
/************定位***********/
.po-r {
	position: relative;
}
.po-a {
	position: absolute;
}
.po-f {
	position: fixed;
}
/************左右浮动***********/
.fl {
	float: left;
}
.fr {
	float: right;
}

/* for html5 all transition */
*:link, *:visited, *:hover, *:active, *:focus {
	-webkit-transition: color .25s linear, background-color .25s linear, border-color .25s linear;
	transition: color .25s linear, background-color .25s linear, border-color .25s linear;
}
/**************宽度**************/
.w-100p {
	width: 100%;
}
.w-95p {
	width: 95%;
}
.w-90p {
	width: 90%;
}
.w-85p {
	width: 85%;
}
.w-80p {
	width: 80%;
}
.w-75p {
	width: 75%;
}
.w-70p {
	width: 70%;
}
.w-65p {
	width: 65%;
}
.w-60p {
	width: 60%;
}
.w-55p {
	width: 55%;
}
.w-50p {
	width: 50%;
}
.w-45p {
	width: 45%;
}
.w-40p {
	width: 40%;
}
.w-35p {
	width: 35%;
}
.w-33p {
	width: 33.33%;
}
.w-30p {
	width: 30%;
}
.w-25p {
	width: 25%;
}
.w-20p {
	width: 20%;
}
.w-15p {
	width: 15%;
}
.w-10p {
	width: 10%;
}
.w-5p {
	width: 5%;
}
/*********栅格**********/
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	float: left;
}
.col-12 {
	width: 100%;
}
.col-11 {
	width: 91.66666667%;
}
.col-10 {
	width: 83.33333333%;
}
.col-9 {
	width: 75%;
}
.col-8 {
	width: 66.66666667%;
}
.col-7 {
	width: 58.33333333%;
}
.col-6 {
	width: 50%;
}
.col-5 {
	width: 41.66666667%;
}
.col-4 {
	width: 33.33333333%;
}
.col-3 {
	width: 25%;
}
.col-2 {
	width: 16.66666667%;
}
.col-1 {
	width: 8.33333333%;
}
/*# sourceMappingURL=cube.css.map */
select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #000;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}
        /*清除ie的默认选择框样式清除，隐藏下拉箭头*/
        select::-ms-expand {
display: none;
}
/* CSS Document */
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, textarea, p {
	font-weight: normal;
	color: #000;
}
img, a img {
	border: 0px;
	border: none;
}
a {
	text-decoration: none;
	outline: none;
blr:expression(this.onFocus=this.blur());
}
a.hidefocus {
	outline: none
}
a:hover {
	text-decoration: none;
}
label {
	margin-bottom: 0;
	font-weight: normal;
}
input {
	border: 0;
	outline: none;/*去除蓝色边框*/
}
/*公共样式*/
.width{width: 1200px ;margin: 0 auto;}
.title{text-align: center;}
.title img{margin: 20px 0 40px}
.title .p1{margin-bottom: 40px}
.title h3,.title h3 span{font-size: 30px;font-weight: bold;color: #000;line-height: 50px;text-align: center;margin: 35px 0 0 0px;}
.title p{font-size: 16px;color: #111;line-height: 32px;text-indent: 32px;text-align: left}
.title a{width: 130px;height: 40px;color: #fff;font-size: 18px;text-align: center;background: #00bc71;display: inline-block;border-radius: 20px;line-height: 40px;}
.a1{width: 100px;display: block;margin: 40px auto 0;height: 40px;background: #008842;color: #fff;text-align: center;line-height: 40px;font-size: 16px}
.a1:hover{background: #3c8cf0}
.title h3 span{color: #008842}
/*头部*/
.head{background: #fff;height:110px;width: 100%; border-bottom: 1px #999999 solid;}
.logo{margin-right: 110px; padding-top: 17px;}
.nav ul li,.logo{float: left;height: 80px;}
.nav ul li a{line-height:110px;display: block;width: 100px;font-size: 16px;color: #444;text-align: center;}
.nav ul li a:hover,.nav ul li a.on{color: #00bc71;}

.footer1 .nav ul li a{ color:#FFFFFF;}

/*轮播bnner*/
.slideBox{ width:100%; overflow:hidden; position:relative; }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:50%; bottom:5px; z-index:1; margin-right: -75px;}
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:10px;  width:40px; height:2px;background:#666666; cursor:pointer; }
.slideBox .hd ul li.on{ background:#dfdfdf; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%; display:block;  }
/* 下面是前/后按钮代码，如果不需要删除即可 */
/*.slideBox .prev,*/
/*.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:49px; height:50px; background:url(../images/prev.png) no-repeat;  }*/
/*.slideBox .next{ left:auto; right:3%; background-position:8px 5px; background:url(../images/next.png) no-repeat;}*/

/*****************首页**********************/
.main-new{ width: 1150px; margin-left: auto; margin-right: auto; padding-top: 80px;}
.main-new .icon01{ float: left; width: 276px; margin-right: 50px;}
.main-new .icon01 img{ width: 100%;}
.main-new .i02{ margin-right: 0;}
.main-new .i03{ float:right; margin-right: 0px;}
.main-new .i01,.main-new .i02,.main-new .i03{ width: 245px; padding-top: 34px;}
.main-new .i03{ float: right;}
.main-new .tit{ line-height: 72px; font-size: 27px; color: #008842; text-align: center; border-top: 5px solid #008842; border-bottom: 5px solid #008842;}
.main-new .con{ background: #eef2fb; padding-left: 15px; padding-right: 15px; height: 335px;}
.main-new .con .des{ padding-top: 20px; line-height: 40px; font-size: 18px; text-align: center;}

.main-new1{ width: 1150px; margin-left: auto; margin-right: auto; padding-top: 80px;}
.main-new1 .i01, .main-new1 .i02, .main-new1 .i03, .main-new1 .i04, .main-new1 .i05, .main-new1 .i06{ width: 510px; margin-bottom: 50px;}
.main-new1 .i01, .main-new1 .i03, .main-new1 .i05{ float: left;}
.main-new1 .i02, .main-new1 .i04, .main-new1 .i06{ float: right;}
.main-new1 .tit, .main-new1 .img{ background: #f8f8f8;}
.main-new1 .img{ padding-bottom: 30px;}
.main-new1 .tit{ font-size: 30px; text-align: center; margin-left: auto; margin-right: auto; padding-top: 40px; padding-bottom: 10px; font-weight: bold; color: #333333; }
.main-new1 .subtit{ text-align: center; font-size: 25px; background: #f8f8f8; height: 60px;color: #008842; }
.main-new1 .img{ text-align: center; margin-bottom: 20px;}
.main-new1 .img img{ width: 268px;}
.main-new1 .des{ width: 450px; margin-left: auto; margin-right: auto; line-height: 36px; font-size: 18px; padding-bottom: 18px; text-align: center;}
.main-new1 .des table{ margin: 0 auto;}
.main-new1 .des td{ text-align: left; font-size: 18px;}
.main-new1 .more{ width: 160px; margin-left: auto; margin-right: auto;}
.main-new1 .more a{  display: block; line-height: 45px; text-align: center; color: #ffffff; background: #008842; font-size: 20px;}

/*
.main-new1 .i05{ margin-bottom: 80px;}
.main-new1 .i05 .con{ width: 870px; margin-left: auto; margin-right: auto; }
.main-new1 .i05 .con .img{ float: left;}
.main-new1 .i05 .con .des{ width: 550px; float: right;padding-top: 60px; height:auto}
.main-new1 .i05 .con .more{ width: 550px; float: right; margin-top: 40px;}
.main-new1 .i05 .con .more a{ width: 160px; margin-left: auto; margin-right: auto;}
*/


.clear{ clear: both; hegiht: 0}

.main2new-5 .title2{ padding-top: 10px;}
.main2new-5 .title2 h3 {
    background: url(../images/icon72.jpg) no-repeat center;
    height: 35px;
    line-height: 35px;
	font-size: 30px;
    margin-bottom: 20px;
	margin-top: 30px;
}
.main2new-5 .subtitle{
	font-size: 20px;
	color: #333333;
	margin-bottom: 50px;
}


.main2new-6 .img{ float: left; width: 550px; background: #f8f8f8; padding-top: 80px; padding-bottom: 80px; text-align: center;}
.main2new-6 .con{ float: right; width: 550px; padding-top: 45px;}
.main2new-6 .item{ float: left; width: 100%; font-size: 20px; color: #007b3d; margin-bottom: 50px;}
.main2new-6 .item span{display: block; float: left; width: 30px; height: 30px; background: #035ca3; color: #ffffff; font-size: 20px; border-radius: 15px; margin-right: 10px; line-height: 30px; text-align: center;}
.main2new-6 .main2new-7-con .item.i02 span, .main2new-6 .main2new-7-con .item.i04 span{ margin-top: 45px; margin-bottom: 20px;}
.main2new-6 .main2new-7-con .item{ line-height: 40px; font-size: 20px;}


.main2new-7{ margin-top: 80px; background: #fafafa;}
.main2new-7 .title{ text-align: left; color: #008842; font-size: 25px; line-height: 50px; padding-top: 15px;}
.main2new-7 .width{ width: 1200px; margin-left: auto; margin-right: auto; padding-top: 80px; padding-bottom: 80px;}
.main2new-7 .con{ padding-left: 2em; font-size: 20px; line-height: 36px; padding-bottom:20px; padding-top: 15px; color: #333333;}
.main2new-7 .con strong{ font-size: 20px;}
.main2new-7 .con p{ text-indent: 2em; font-size: 16px;}
.main2new-7 table{ width: 60%; margin-left: auto; margin-right: auto;}
.main2new-7 table td, .main2new-7 table th{ border:1px solid #333333; border-collapse: collapse; padding: 5px; text-align: center;}





.main1{background: #f8f8f8;padding: 40px 0 30px}
.main1 .title h3{margin-top: 0}
.main1-list-con{display: inline-block;width: 190px;text-align: center}
.main1-list-con p{color: #616161;font-size: 12px;line-height: 24px;text-align: left}
.main1-list-con img{margin-bottom: 10px}
.num{width:295px;margin: 0 auto}
.num span{color: #1f2678;line-height: 30px;font-size: 14px}
.num span span{font-weight: bold;font-size: 18px}
.num img{float: left;margin: 0}

.main2-con{padding: 40px 0 ;width: 850px}
.main2-conL{width: 350px;text-align: center;margin-right: 40px}
.main2-conL h3{font-weight: bold;color: #666;line-height: 40px;border-bottom: 1px #bbbbbb dashed;margin-bottom:20px; padding-bottom: 20px;}
.main2-conL h3 a{ color: #666666;font-size:22px;}
.main2-conL p{font-size: 16px;color: #666;line-height:32px;text-align: left}
.main2 .title img {margin: 20px 0;}
.main3 img{width: 100%;margin: 20px 0}

.main4-top{width: 715px;margin: 25px auto 40px}
.main4-topR{text-align: left}
.main4-topR h3,.main4-topR img,.main4-topR p{margin: 0;text-indent: 0;}
.main4-topR h3,.main4-topR h3 span{line-height: 30px}
.main4-topR p{font-size: 15px;line-height: 15px;color: #999}
.main4-list{width: 850px;margin: 0 auto 20px;border-bottom: 1px #bbbbbb dashed;padding-bottom: 30px}
.box1,.main4-list .box1{margin-left: 0}
.main4-list-con{width: 180px;display: inline-block;margin-left: 39px;float: left}
.main4-list-con h3{color: #008842;font-size: 18px;font-weight: bold;text-align: center;}
.main4-list-con p{color: #666666;font-size: 16px;line-height: 26px}
.main4-list-con img{margin: 10px 0;width: 100%}
.bornone{border: none;}

.main5{background: #007f3e;padding: 30px 0 60px}
.main5 .title h3{color: #fff;margin: 0}
.main5-img{width: 1147px;margin: 0 auto}
.main6{text-align: center}
.main6>img{margin: 30px 0}

.pic-box6 {
	width: 1100px;
	height: 370px;
	margin: 48px auto 0 auto;
	overflow: hidden;
	position: relative;
}
.pic6 {
	width: 175%;
	height: 370px;
	position: absolute;
	top: 0;
	left: 0;
}
.pic6 ul {
	width: 100%;
	height: 100%;
}
.pic6 li {
	width: 275px;
	height: 370px;
	float: left;
}
.pic6 li img {
	width: 261px;
	height: 370px;
}
.pointer6 {
	width: 100%;
	height: 44px;
	margin: 35px auto 65px;
}
.pointer6 ul {
	width: 195px;
	height: 44px;
	margin: 0 auto;
	display: block;
}
.pointer6 li {
	display: table;
	float: left;
	margin-left: 8px;
}
.pointer6 li img {
	height: 42px;
}
.main8{background: #f8f7f9;padding: 70px 0}
.main8 .title h3{margin: 0}
.main8-form{width: 940px;margin: 0 auto}
.form-text{display: inline-block;width: 467px;margin: 15px 0;*display:inline; *zoom:1;}
.form-text input{width: 420px;height: 40px;padding-left: 5px;font-size: 16px;line-height: 40px}
.form-text span{line-height: 40px}
.main8 .form1 .a_but1{margin-bottom: 30px}
.main8 .form1 .p2{text-align: center;font-size: 18px;color: #666666;margin-bottom: 10px}
.main8 .form1 .p2 span{font-weight: bold}
.main8 .form1 .p3{text-align: center;font-size: 16px;color: #666666;margin-bottom: 20px}

.main10{margin-bottom: 50px}
.main10-list{width: 1100px;margin: 0 auto}
.main10-list-con{width: 320px;display: inline-block;*display:inline; *zoom:1;padding: 30px 15px;background: #fafafa;margin-left: 13px}
.main10-list-con h3{font-size: 16px;color: #555555;line-height: 30px;overflow: hidden;white-space:nowrap;text-overflow: ellipsis}
.main10-list-con h3 img{float: left;margin: 6px 6px 0 0}
.main10-list-con p{font-size: 14px;color: #888;line-height: 30px;;height:90px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;text-overflow: ellipsis}
.main10-list-con span{font-size: 12px;color: #888;line-height: 30px;display: block;text-align: right}
.main10-list-con:hover{background: #f1f1f1}
.main10-list-con:hover h3{color: #00bc71}

/*底部*/
.footer1{background: #008842;text-align: center;padding-bottom: 55px}
.nav_footer{display:inline-block;*display:inline; *zoom:1;margin: 20px 0;}
.nav_footer ul li a{border-left: 1px #fff solid;height: 20px;margin: 30px 0;line-height: 20px;width: 130px}
.nav_footer ul .li1 a{border: none}
.nav_footer ul li a:hover,.nav_footer ul li a.on{color: #000}
.logo_footer{margin-bottom: 40px}
.footer-p p,.footer-p h3{font-size: 30px;font-weight: bold;color: #fff;margin-bottom: 40px}
.footer-p h3{font-size: 20px}
.footer_rwm p{color: #fff;font-size: 14px}
.footer_rwm img{margin: 0 15px 10px}

.footer2{background: #d6d6d6;height: 40px;}
.footer-box{width: 1100px;margin: 0 auto}
.footer2 p{font-size: 13px;color: #444444;line-height: 40px;margin: 0 auto; text-align: center;}
.footer2 img{margin-top: 14px}

.R_kf{border-radius: 15px;width: 130px;padding: 35px 0 20px;background: #1488d5;text-align: center;position: fixed;right: 2.5%;top: 50%;margin-top: -130px;}
.R_kf p{font-size: 16px;color: #fff;margin-bottom: 20px;font-weight: bold}
.R_kf .p1{font-size: 14px}
.R_kf .p2{font-weight: normal}
.R_kf .img1{width:80px;margin: 0}
.R_kf .Close{width: 15px;height: 15px;position: absolute;top: 10px;right: 10px;}
.R_kf .Close img{width: 100%}
.R_kf a{display: block;width: 80px;height: 30px;background: #fff;color: #1488d5;margin:0 auto;line-height: 30px}
.R_kf img,.R_kf a{margin-bottom: 20px}
.R_kf a:hover{background: #1488d5;color: #fff}

.R_kf2{;background:#009aff;/*display: none;*/width: 35px;position: fixed;top: 50%;right: -40px;text-align: center;margin-top: -70px}


/********************创始人说************************/
.main11-list{width: 1000px}
.main11-list-con{margin-bottom: 20px;width: 196px;display: inline-block;*display:inline; *zoom:1;  }
.main11-list-con img{width: 100%;margin-bottom: 10px}
.main11-list-con p{text-align: center;color: #333;font-size: 16px;margin-bottom: 20px}
.main11-list-con :hover p{color: #00bc71}
/*************************企业博客*************************/
.bk_list{background: #f9f9f9}
.bk_list_nav,.bk_list_nav a{height: 90px;line-height: 90px;font-size: 14px;color: #000}
.bk_list_nav a{display: inline-block}
.bk_list_nav a span{color: #00bc71}
.bk_list-main{width: 1100px;padding: 0 50px;background: #fff}
.bk_list-main-box{padding: 45px 0;border-bottom: 1px #666666 dashed}
.bk_list-main-box h3{display: inline-block;line-height: 30px;font-size: 20px;color: #333333;margin-bottom: 25px;width:900px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-weight: bold}
.bk_list-main-box span{font-size: 14px;color: #999999}
.bk_list-main-box p{color: #666;font-size: 16px;line-height: 30px}
.bk_list-main-box:last-child{border: none}
.bk_list-main-box:hover h3{color: #00bc71}
/*fenye */
.fy{text-align: center;width: 100%;height: 40px;padding: 50px 0 100px;}
.fy ul{display: inline-block;margin: 0 auto;*display:inline; *zoom:1; }
.fy ul li{float: left}
.fy ul li a{display: block;height: 40px;line-height: 40px;text-align: center;font-size: 14px;background: #e2e2e2;color: #666;margin:0 5px;border-radius: 5px; padding-left: 20px; padding-right: 20px;}
.fy ul li a.current,.fy ul li a:hover{color: #fff;background: #00bc71;}
/************************实力资质***************************/
.main12-con-title{margin-bottom: 30px;height: 25px;line-height: 25px;padding-left: 12px;border-left: 8px #00bc71 solid;font-size: 20px;color: #333333}
.main12-con{margin-left: 220px;margin-bottom: 40px}
.main12-con-img img{width: 220px;margin-left: 50px}
.main12-con-img .box1{margin-left: 0}
.main12-con-img2 img{width: 480px}

/*应用案例*/
.pro_list_con{width: 385px;display: inline-block;margin: 15px 6px;*display:inline; *zoom:1;}
.pro_list_con_img{height: 290px;overflow: hidden}
.pro_list_con img{width: 100%}
.pro_list_con:hover img,.main11-list-con:hover img,.main12-liat-con:hover img{transform: scale(1.1);}
.pro_list_con:hover p{color: #00bc71}
.pro_list_con p{font-size: 16px;color: #434343;text-align: center;margin: 5px 0}
/*金牌*/
.main13-map{margin: 0px 0 20px;width: 100%;height: 400px}
.main13 .title p{width:288px;margin: 0 auto;color: #333;text-indent: 0}
.main13 .title a{width:288px;height: 40px;border-radius: unset;margin-bottom: 50px;margin-top: 10px}



/*博客详情*/
.bk_xq-con{padding-bottom: 40px}
.bk_xq-con-L{padding: 40px 85px 0;width: 630px}
.bk_xq-con-L h3{font-size: 20px;text-align: center;color: #333;margin-bottom: 10px}
.bk_xq-con-L h4{font-size:14px;text-align: center;color: #999;margin-bottom: 20px}
.bk_xq-con-R{padding: 0 45px;width: 270px;padding: 35px;margin-left: 40px}
.bk_xq-con-L p{line-height: 30px;text-indent: 32px;font-size:16px;color: #666;margin-bottom: 20px}
.bk_xq-con-L img{width: 100%;margin-bottom: 20px}
.bdsharebuttonbox span{line-height: 36px;font-size: 16px;color: #333}
.bk_xq-con-L .bdsharebuttonbox a{padding-left: 35px}
.sxp{width: 600px;background: #f9f9f9;height: 40px;padding:0 15px;margin: 30px 0}
.sxp a{font-size: 14px;font-weight: bold;color: #999;line-height: 40px;width: 297px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis}


.bk_xq-con-R .main12-con-title{font-weight: bold}
.bk_xq-con-R-list ul li a{display: block}
.bk_xq-con-R-list ul li a:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.bk_xq-con-R-list ul li a span{width: 7px;height: 7px;background: #999999;border-radius: 50%;display: inline-block;margin: 6px 10px 0 2px;float: left}
.bk_xq-con-R-list ul li a p{width: 250px;float: left;line-height: 18px;font-size: 14px;color: #666;overflow: hidden;white-space:nowrap;text-overflow: ellipsis;height: 18px}
.bk_xq-con-R-list ul li{margin: 20px 0}
.bk_bj_box,.bk_xq{background: #f9f9f9}
.bk_xq-con-L,.bk_xq-con-R{background: #fff}
.bk_xq-con-R-list ul li:hover a p{color: #00bc71}
.bk_xq-con-R-list ul li:hover a span{background: #00bc71}
.zz_xq-con{padding: 40px 0}
.zz_xq-con img{margin-bottom: 40px}

/*新版产品css*/
/*头部*/
.logo2{margin-right: 20px; padding-top: 13px;float: left;}
.nav ul li{float: left;}
.slideBox{ min-width: 1200px }

.main2-1{padding:  1px 0 30px}
.main2-1 .title img{margin-bottom: 30px}
.main2-1 .main2-new01{ width:1050px; margin:0px auto 35px auto}
.main2-1 .main2-new01 .item{ width:33.33%; float:left }
.main2-1 .main2-new01 .pic{ margin-bottom:10px; text-align:center}
.main2-1 .main2-new01 .title{ font-size:16px; color:#333333; line-height:45px}
.main2-1 .main2-new01 .title span{ color:#008842; font-size:20px; font-weight:bold}
.main2-1 .main2-new01 .des{ text-align:center; font-size:14px}
.main2-1 .main2-1-content{ background:#f8f8f8; padding-top:40px; padding-bottom:40px}
.main2-1-p h3,.main2-1-p p{font-size: 16px;text-align: center;color: #111;line-height: 32px}
.main2-1-p h3{margin-bottom: 25px;line-height: 16px}
.main2-1-con-list{padding-top: 90px;width: 335px;height: 235px;background: #008842;font-size: 18px;text-align: center;color: #fff;line-height: 32px;float: left;margin: 0 18px}
.main2-1-con-list h3{font-size: 18px;color: #fff;line-height: 38px;margin-bottom: 16px}
.main2-1-con{width: 1114px;margin: 50px auto 30px}
.main2-1 .a1{margin-top: 20px;}


.main2-2-con{width: 900px;margin: 60px auto}
.main2-2-con .main2-conL{margin: 0 45px;width: 360px}
.main2-2-con .main2-conL img{width: 290px;margin-bottom: 30px}
.main2-2-con .main2-conL{margin: 0 45px}
.main2-2 .title>img{margin: 20px 0 15px}
.main2-2-con  .main2-conL .a1{margin-top: 20px}
.main2-2-con  .main2-conL p{padding: 0 20px}
.main2-2-con .main2-conL2 p{padding: 0}
.main2-2-bjimg{background: url("../images/icon69.jpg") no-repeat center top;height: 124px;}
.main10-list-con h3{font-weight: bold}
.main2-3-list1,.main2-3-list2{text-align: center;float: left;margin: 0 20px}
.main2-3-list1 img{height: 151px;}
.main2-3-list2 img{height: 303px;}
.main2-3-list1 p,.main2-3-list2 p{line-height: 60px;color: #444;font-size: 14px}
.main2-3-con{width: 765px;margin: 0 auto 20px}

.mbxnav{margin: 20px auto 50px}
.mbxnav a{color: #444;font-size: 12px}
.main2-4{width: 1205px;margin: 0 auto 40px}
.main2-4 ul li{float: left}
.main2-4 ul li a{width: 195px;margin: 0 1px;height: 40px;display: block;text-align: center;line-height: 40px;color: #444;background: #eeeeee}
.main2-4 ul li a.on,.main2-4 ul li a:hover{background: #006cc4;color: #fff}
.title2{text-align: center}
.title2 h3{font-size: 24px;color: #008842;font-weight: bold;line-height: 35px;}
.title2 p{font-size: 12px;color: #045a2e;line-height: 24px}
.main2-5 .title2 h3{background: url("../images/icon72.jpg") no-repeat center;height: 24px;line-height: 24px;margin-bottom: 20px}
.main2-5-con {text-align: center;margin-bottom: 60px}
.main2-5-con p{font-size: 18px;color: #444;margin-bottom: 45px;}
.main2-5-con img{width: 300px}
.main2-6-conL-list p{font-size: 16px;color: #444;line-height: 36px;margin: 0 0 35px 40px}
.main2-6-conL-list img{float: left}
.main2-6-con{width: 900px;margin:40px auto 15px}
.main2-6-conL{margin-right: 60px;}
.main2-6-conL,.main2-6-conR{width: 420px;float: left}
.main2-7{background: #f8f8f7;padding: 50px 0}
.main2-7-con{margin: 30px 0 30px 260px}
.main2-7-list{margin-bottom: 20px;}
.main2-7-list h3{font-size: 18px;color: #008842;font-weight: bold}
.main2-7-list p{font-size: 16px;color: #444;text-indent: 32px;line-height: 36px}
.main2-8{background: url("../images/icon74.jpg") no-repeat center;height: 48px;line-height: 48px;text-align: center;color: #fff;font-size: 15px;margin: 50px 0}
.main2-6-con2 .main2-6-conL,.main2-6-con2  .main2-6-conR{width: 200px;float: left}
.main2-6-con2 .main2-6-conL{margin-right: 50px}
.main2-6-con2{width: 450px}
.main2-7-list-p1 span{margin-top: 16px;margin-left: 22px;width: 5px;height: 5px;display: block;float: left;background: #008842}
.main2-7-list-p1 .p1{text-indent: 5px}
.main6 .title .p1{font-size: 15px}
.csrs-info{font-size: 16px;line-height: 2;text-indent: 2em;color: #000;padding-bottom: 50px;}
.form-text{margin: 15px 23px;width: 420px}
.num{width: 650px}
.main8 .form1 .p2 span{font-weight: bold;font-size: 18px}
.num span span{float: right}
/*二级导航*/
.nav>ul>li{position: relative}
.nav>ul>li:hover .nav2{display: block}
.nav2{position: absolute;top:110px;left: -69px;display: none;z-index: 100}
.nav2 ul li{float: none;height: 41px;background: #EEEEEE;padding: 0 20px}
.nav2 ul li a{height: 40px;line-height: 40px;background: #EEEEEE;width: 200px;border-bottom: 1px #666666 dashed;}
.nav2 ul li:last-child a{border: none}


.clear{ clear: both;}

.friendship .con{ width:1100px; margin:0px auto; font-size:12px; line-height:30px; color:#666666; text-align:center}
.friendship .con a{ color:#666666; font-size:12px}