body {
	font-family: "微软雅黑";
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 15px;
	min-width: 1200px;
}

body,
div,
img,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: #6E6E6E;
}

.clear {
	clear: both;
}

.w-1200 {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.fl {
	float: left;
	overflow: hidden;
}

.fr {
	float: right;
	overflow: hidden;
}


/*轮播*/

.banner_main {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.c-banner {
	width: 100%;
	position: relative;
}

.c-banner img {
	width: 100%;
}

.c-banner .banner ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}

.c-banner .banner ul li {
	position: absolute display: none;
	opacity: 0;
}

.c-banner .banner ul li:nth-child(1) {
	opacity: 1;
	display: block;
}

.c-banner .banner ul li img {
	width: 100%;
	position: absolute;
	top: 0px;
}

.c-banner .banner ul li:first-child img {
	position: relative;
}

.c-banner .nexImg,
.c-banner .preImg {
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
}

.c-banner .nexImg:hover,
.c-banner .preImg:hover {
	opacity: 0.8;
}

.c-banner .nexImg {
	right: 0px;
}

.c-banner .nexImg img,
.c-banner .preImg img {}

.c-banner .jumpBtn {
	width: 100%;
	position: absolute;
	bottom: 0px;
	text-align: center;
}

.c-banner .jumpBtn ul {
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin: 0 0 30px 22px;
}

.c-banner .jumpBtn ul li:first-child {
	margin-left: 0px;
}


/*banner结束*/

/*方案*/

.Pro_Faan{
	width: 100%;
	margin-top: 65px;
	text-align: center;
	overflow: hidden;
}

.faan_title h1{
	font-size: 36px;
	color: #000002;
}

.faan_title p{
	font-size: 18px;
	color: #000002;
	margin-top: 10px;
}

.Brand_conter{
	margin-top: 24px;
}

.brand-j {
	/*margin-top: 40px;*/
	display: inline-block;
}

.brand-j li {
	width: 233px;
	height: 221px;
	float: left;
	margin: 0 44px;
	
	text-align: center;
}

/*.brand-j li:hover {
	background: url(../images/j-bgh.jpg) no-repeat;
}*/

.brand-j li:hover strong {
	background: #ff7f00;
}

.ben_i {
	display: inline-block;
	height: 56px;
	width: 56px;
	margin-top: 47px;
}

.brand-j li img {
	margin: 0 auto;
	display: block;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.brand-j li:hover img {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}



.ben_wi {
	background: url(../images/tb-1.png) no-repeat center center;
}

.brand-j li h6 {
	font-size: 16px;
	margin-top: 20px;
	font-weight: normal;
	color: #000002;
}


/*关于我们*/

.Pro_About{
	width: 100%;
	margin-top: 30px;
	background: url(../images/about_bg.jpg) no-repeat center;
	height: 605px;
	overflow: hidden;
}

.about_t{
	margin: 30px 0;
}

.about_t_left{
	width: 415px;
	margin-top: 130px;
	
}

.about_t_left h1{
	font-size: 36px;
	color: #212121;
	margin-bottom: 30px;
}

.about_t_left p{
	color: #4b4b4b;
	font-size: 16px;
	margin: 56px 0 70px 0;
	line-height: 26px;
}

.about_t_left a{
	display: block;
	width: 127px;
	height: 43px;
	background: #0148C6;
	color: #fff;
	margin-top: 100px;
	text-align: center;
	line-height: 43px;
	font-size: 20px;

}

.about_t_left a:hover{
	background: #c90101;
	color: #fff;
}

.about_t_right{
	margin-top: 30px;
}

.about_img{
	width: 742px;
	height: 494px;
	
}

/*数据*/

.about_sj {
	width: 100%;
	margin-top: 30px;
	height: 160px;
	overflow: hidden;
}

.main_num li {
	width: 240px;
	float: left;
	text-align: center;
	margin: 0 30px;
}

.main_top {
	width: 100%;
	padding: 40px 28px;
}

.main_top h3 {
	font-weight: 200;
	font-size: 55px;
	color: #0148C6;
	display: inline-block;
}

.main_top span {
	font-size: 46px;
	color: #0148C6;
}


.main_top p {
	font-size: 16px;
	color: #525252;
}

.Pro_Product{
	width: 100%;
	margin-top: 50px;
	background: url(../images/cp_bg.jpg) center no-repeat;
	height: 1199px;
	overflow: hidden;
}

.product_title{
	margin: 80px 0 60px 0;
}

.product_title h1{
	text-align: center;
    font-size: 36px;
    color: #fff;
 
    background: url(../images/blk_b.png) center 15px no-repeat;
}

.product_title p{
	display: block;
    text-transform: uppercase;
    font: 18px/50px "微软雅黑";
    color: #fff;
    text-align: center;
}

.product_cp{
	position: relative;
	height: 770px;
}

.cp .cp1{
	width: 804px;
	height: 512px;
	position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.cp .cp1 img{
	width: 804px;
	height: 512px;
	transition: all 0.5s linear;
}

.cp1 img:hover {
	transform: scale(1.08, 1.08);
	transition: all 0.5s linear;
}


.cp .bt{
	position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
    width: 100%;
    height: 41px;
    color: #fff;
    background: rgba(43,90,200,0.6);
    text-align: center;
    line-height: 41px;
    display: none;
}

.cp :hover .bt{
	display: block;
	
}

.cp .cp2{
	width: 400px;
	height: 250px;
	position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

.cp .cp2 img{
	width: 400px;
	height: 250px;
	transition: all 0.5s linear;
}

.cp2 img:hover {
	transform: scale(1.08, 1.08);
	transition: all 0.5s linear;
}


.cp .bt_2{
	position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
    width: 400px;
    height: 41px;
    color: #fff;
    background: rgba(43,90,200,0.6);
    text-align: center;
    line-height: 41px;
    display: none;
}

.cp :hover .bt_2 {
	display: block;
}

.cp .cp3{
	width: 400px;
	height: 250px;
	position: absolute;
    left: 406px;
    bottom: 0;
    overflow: hidden;
}

.cp .cp3 img{
	width: 400px;
	height: 250px;
	transition: all 0.5s linear;
}

.cp3 img:hover {
	transform: scale(1.08, 1.08);
	transition: all 0.5s linear;
}


.cp .bt_2{
	position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
    width: 400px;
    height: 41px;
    color: #fff;
    background: rgba(43,90,200,0.6);
    text-align: center;
    line-height: 41px;
    display: none;
}

.cp :hover .bt_2 {
	display: block;
}

.cp .cp4{
	width: 388px;
	height: 250px;
	position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.cp .cp4 img{
	width: 388px;
	height: 250px;
	transition: all 0.5s linear;
}

.cp4 img:hover {
	transform: scale(1.08, 1.08);
	transition: all 0.5s linear;
}


.cp .bt_1{
	position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
    width: 388px;
    height: 41px;
    color: #fff;
    background: rgba(43,90,200,0.6);
    text-align: center;
    line-height: 41px;
    display: none;
}

.cp :hover .bt_1 {
	display: block;
}

.cp .cp5{
	width: 388px;
	height: 250px;
	position: absolute;
    right: 0;
    bottom: 260px;
    overflow: hidden;
}

.cp .cp5 img{
	width: 388px;
	height: 250px;
	transition: all 0.5s linear;
}

.cp5 img:hover {
	transform: scale(1.08, 1.08);
	transition: all 0.5s linear;
}


.cp .bt_1{
	position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
    width: 388px;
    height: 41px;
    color: #fff;
    background: rgba(43,90,200,0.6);
    text-align: center;
    line-height: 41px;
    display: none;
}

.cp :hover .bt_1 {
	display: block;
}

.cp .cp6{
	width: 388px;
	height: 250px;
	position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}

.cp .cp6 img{
	width: 388px;
	height: 250px;
	transition: all 0.5s linear;
}

.cp6 img:hover {
	transform: scale(1.08, 1.08);
	transition: all 0.5s linear;
}


.cp .bt_1{
	position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
    width: 388px;
    height: 41px;
    color: #fff;
    background: rgba(43,90,200,0.6);
    text-align: center;
    line-height: 41px;
    display: none;
}

.cp :hover .bt_1 {
	display: block;
}

.pro-more{
	width: 565px;
    height: 50px;
    background: url(../images/more.png)no-repeat;
    margin: 85px auto 0;
    position: relative;
}

.pro-more h3 {
    margin-left: 24px;
    color: #fff;
    font-size: 20px;
    line-height: 46px;
}
.pro-more h3 span{
	color: #2b5ac8;
}

.pro-more a {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 212px;
    text-align: center;
    height: 48px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
}

/*优势*/

.ys_title{
	margin: 80px 0 60px 0;
}

.ys_title h1{
	text-align: center;
    font-size: 32px;
    color: #000002;
 
    background: url(../images/blk.png) center 10px no-repeat;
}

.ys_title p{
	display: block;
    text-transform: uppercase;
    font: 18px/50px "微软雅黑";
    color: #000002;
    text-align: center;
}

.ys_main {
	margin-top: 70px;
}

.ys_cont_text {
	width: 284px;
	height: 281px;
	background: #eeeeee;
	float: left;
	margin: 0px 15px 30px 0px;
}

.ys_cont_text a {
	display: block;
	width: 284px;
	height: 280px;
	padding: 1px 0px 0px;
}

.ys_cont_text a .pic {
	height: 72px;
	margin: 22px 0px 0px;
}

.row2box1 .pic {
	background: url(../images/ys_tb_1.png) no-repeat center center;
}

.row2box2 .pic {
	background: url(../images/ys_tb_2.png) no-repeat center center;
}

.row2box3 .pic {
	background: url(../images/ys_tb_3.png) no-repeat center center;
}

.row2box4 .pic {
	background: url(../images/ys_tb_4.png) no-repeat center center;
}


.ys_cont_text a .zw {
	font-size: 26px;
	color: #000002;
	margin: 15px 0 8px 0;
	line-height: 48px;
	text-transform: uppercase;
	text-align: center;
	font-family: '微软雅黑', Arial, Helvetica, sans-serif;
}

.ys_cont_text a .yw {
	font-size: 16px;
	color: #000002;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 20px;
}

.row2box1 a:hover .pic {
	background: url(../images/ys_tb_1_h.png) no-repeat center center;
}

.row2box2 a:hover .pic {
	background: url(../images/ys_tb_2_h.png) no-repeat center center;
}

.row2box3 a:hover .pic {
	background: url(../images/ys_tb_3_h.png) no-repeat center center;
}

.row2box4 a:hover .pic {
	background: url(../images/ys_tb_4_h.png) no-repeat center center;
}



.ys_cont_text a:hover .pic {
	height: 72px;
	margin: 22px 0px 0px;
}

.ys_cont_text a:hover .yw {
	color: #fff;
}

.ys_cont_text a:hover .zw {
	color: #fff;
}

.row2box a:hover {
	display: block;
	width: 285px;
	height: 280px;
	background: #2b5ac8;
}



.ys_ban {
	width: 100%;
	margin: 60px 0;
	height: 263px;
	overflow: hidden;
}

.ys_ban img {
	width: 100%;
}

.ys_t{
	width: 100%;
	height: 1197px;
	background: url(../images/ysbg.png) no-repeat center;
}

.ys_n{
	position: relative;
	height: 1190px;
}


.ys li{
	width: 543px;
    height: 513px;
    border: 1px solid #d9d9d9;
    position: absolute;
    top: 87px;
}

.ys .ys_sz{
	width: 86px;
    height: 95px;
    background: #2c5ac9;
   position: absolute;
    top: 295px;
    left: 30px;
    border-bottom-left-radius:3em;
}

.ys .ys_sz h1{
	color: #fff;
	font-size: 46px;
    text-align: center;
   
}

.ys .ys_sz strong{
	width: 23px;
	height: 2px;
	background: #fff;
	display: block;
	margin-left: 30px;
}

.ys h2{
	font-size: 26px;
    position: absolute;
    left: 147px;
    bottom: 143px;
}

.ys p{
	font-size: 16px;
    position: absolute;
    left: 62px;
    bottom: 48px;
}
.ys .ys_1{}
.ys .ys_2{position: absolute;right: 0;top: 35px;}
.ys .ys_3{position: absolute;top: 650px;}
.ys .ys_4{position: absolute;right: 0;top: 604px;}

/*成功案例*/

.Pro_Case{
	width: 100%;
	background: url(../images/al_bg.jpg) center no-repeat;
	height: 1298px;
	margin-top: 50px;
	overflow: hidden;
}

.caseBox{
	height: 896px;
}

.caseBox li{
	width: 389px;
	height: 440px;
	box-sizing: border-box;
    -moz-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 6px 6px rgb(0 0 0 / 10%);
    box-shadow: 0 0 6px 6px rgb(0 0 0 / 10%);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    float: left;
    margin: 0 10px 50px 0;
    
}

.caseBox li .fw_img{
	width: 389px;
	height: 345px;
	overflow: hidden;
}

.caseBox li .fw_img img{
	width: 389px;
	height: 345px;
	transition: all 0.5s linear;
}

.caseBox li .fw_img:hover img{
	transform: scale(1.08, 1.08);
	transition: all 0.5s linear;
}

.caseBox .xm_2{
	margin: 60px 21px 0 21px;
}

.caseBox .case_w{
	height: 95px;
	background: #fff;
}

.caseBox li p{
	    font-size: 20px;
    color: #000002;
    text-align: center;
    padding: 20px 0 3px 0;
}

.caseBox li span{
	display: block;
	font-size: 10px;
	color: #414141;
	text-align: center;
	
}

.caseBox .case_w  b{
	width: 30px;
    height: 1px;
    background: #000000;
    display: block;
    /* margin: 2px; */
    margin-left: 46%;
    margin-top: 10px;
}


/*新闻*/

.Pro_New{
	width: 100%;
	overflow: hidden;
	
}

.xw_nr {
	float: left;
	width: 546px;
	/*margin-top: 50px;*/
}

.xw_nr h3 {
	height: 53px;
	line-height: 100%;
	background: url(../images/n_lin.jpg) no-repeat 110px 12px;
	font-weight: normal;
}

.xw_nr h3 a {
	display: inline-block;
	line-height: 100%;
	font-size: 24px;
	color: #333;
}

.xw_nr h3 span {
	display: inline-block;
	float: right;
	padding-top: 7px;
}

.xw_nr h3 span a {
	text-transform: uppercase;
	font-family: Arial;
	font-size: 12px;
	color: #808080;
}

.news_cont {
	height: 447px;
	/*border-bottom: 1px solid #e3e3e3;*/
	margin-bottom: 13px;
}

.news_cont .news_cont_img {
	width: 546px;
}

.news_cont_right {
	width: 580px;
	margin-top: 30px;
	height: 106px;
	border-bottom: 1px dashed #e3e3e3;
}

.news_cont_right:hover a {
	color: #1e50af;
}

.news_sz {
	width: 90px;
	float: left;
	height: 100px;
}

.news_sz h2 {
	font-size: 28px;
	font-weight: normal;
	color: #4a4a4a;
	text-align: center;
	height: 100px;
	line-height: 100px;
}

.news_sz p {
	font-size: 16px;
	color: 4a4a4a;
}

.news_sz:hover h2 {
	co
}

.news_wz {
	width: 480px;
	float: right;
}

.news_wz h4 a {
	display: block;
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news_wz p {
	font-size: 14px;
	color: #666;
	padding-top: 12px;
	line-height: 25px
}

.news_wz p a {
	color: #00afe9;
	font-size: 14px;
}

#hd_1 {
	height: 636px;
	/*border: 1px dashed #CCCCCC;
    background: #fff;
    padding: 12px 13px 0 11px;*/
	overflow: hidden;
}

#hd_1 ul {
	list-style: none;
}

#hd_1 ul li {
	margin-top: 25px;
	margin-bottom: 4px;
}

.went {
	float: right;
	width: 570px;
	/*margin-top: 50px;*/
}

.tit {
	height: 53px;
	line-height: 100%;
	background: url(../images/n_lin.jpg) no-repeat 117px 12px;
	font-weight: normal;
}

.tit span a {
	display: inline-block;
	line-height: 100%;
	font-size: 24px;
	color: #333;
}

.tit em {
	display: inline-block;
	float: right;
	padding-top: 7px;
}

.tit em a {
	text-transform: uppercase;
	font-family: Arial;
	font-size: 12px;
	color: #808080;
}

.went dl {
	height: 197px;
	overflow: hidden;
}

.went dl dt {
	font-size: 0;
	float: left;
	width: 272px;
	line-height: 0;
}

.went dl dt img {
	width: 272px;
}

.went dl dd {
	float: right;
	width: 267px;
	padding-top: 28px;
}

.went dl dd h4 a {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

.went dl dd h4 a:hover {
	color: #006EC6;
}

.went dl dd p {
	font-size: 14px;
	color: #666;
	line-height: 25px;
}

.wt_nr li {
	padding-bottom: 17px;
	margin-bottom: 17px;
	border-bottom: 1px solid #e3e3e3;
}

.wt_nr li a {
	display: block;
	font-size: 18px;
	color: #333;
	height: 20px;
	margin-bottom: 11px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.wt_nr li a span {
	/*margin-left: 185px;*/
	float: right;
}

.wt_nr li a:hover {
	color: #1E50AE;
}

.wt_nr li p {
	color: #4a4a4a;
	font-size: 14px;
	line-height: 25px;
	padding-top: 7px;
}

/*定制流程*/

.Pro_Lc{
	width: 100%;
	height:779px;
	background: #f7f5f6;
	margin-top: 60px;
	overflow: hidden;
}

.lc_main{
	height: 143px;
	margin-bottom: 50px;
}

.lc_main li{
	width: 125px;
	height: 143px;
    float: left;
    margin: 0 23px;
}

.lc_y{
	background: url(../images/lc_bg.png) no-repeat center;
	height: 274px;
	overflow: hidden;
}

.yu_l {
	margin: 54px 0 20px 68px;
}

.yu_l h1{
	color: #ebebeb;
	font-size: 36px;
	text-align: center;
}

.yu_l p{
	font-size: 24px;
	color: #ebebeb;
	text-align: center;
	margin-top: 10px;
	
}

.yu_l p span{
	display: inline-block;
    width: 50px;
    height: 1px;
    background: #fff;
    margin-bottom: 8px;
}

.yu_r{
	margin-top: 40px;
}


.yu_r div{
	text-align: center;
}

.yu_r div input{
	width: 325px;
    height: 46px;
    border: none;
    background: #f7f5f6;
    border-radius: 14px;
    font-size: 14px;
    color: #646464;
    margin: 0 30px;
    padding-left: 12px;
}

