/*
   my.css
   <project>

   Created by Administrator on 2018-05-24.
   Copyright 2018 Administrator. All rights reserved.
*/

*{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
h4,p{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
}
body{
	z-index: -5;
}
input{
	border: none;
	outline: none;
}
.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block;
}
@charset "utf-8";

#top_box{
	width: 100%;
	overflow: hidden;
	background: #04489e;
}
.top_box_c1100{
	width: 1100px;
	height: 35px;
	margin: 0 auto;
}
.top_box_c1002{
	width: 1002px;
	height: 35px;
	margin: 0 auto;
}
.top_box_c1002_l{
	float: left;
	line-height: 35px;
	font-size: 12px;
	color: #353434;
}
.top_box_c1002_r{
	float: right;
	line-height: 35px;
	font-size: 12px;
}
.top_box_c1002_r>div:nth-child(1){
	float: left;
	width: 110px;
}
.top_box_c1002_r>div:nth-child(2){
	float: right;
	width: 308px;
}
.top_box_c1002_r>div:nth-child(2)>a{
	margin-right: -1px;
	text-align: center;
	color: #fff;
}
.top_box_c1002_r>div:nth-child(2)>a:nth-child(1):after{
	content: '|';
}
.top_box_c1002_r>div:nth-child(2)>a:nth-child(2):after{
	content: '|';
}
.top_box_c1002_r>div:nth-child(2)>a:nth-child(3):after{
	content: '|';
}
.top_box_c1002_r>div:nth-child(2)>a:nth-child(4){
	margin-right: 0;
}

.top_box_c1002_r>div:nth-child(1)>span:nth-child(1){
	width: 83px;
	display: block;
	height: 23px;
	border: #e5e5e5 1px solid;
	float: left;
	position: relative;
	margin-top: 5px;
	line-height: 23px;
	color: #959595;
	background: #fff;
	margin-left: -10px;
	margin-right: 3px;
}

.top_box_c1002_r>div .btn{
	display: block;
	border: #e5e5e5 1px solid;
	color: #a0a0a0;
	width: 23px;
	height: 23px;
	text-align: center;
	line-height: 23px;
	background: #fff;
	float: left;
	margin-top: 5px;
}
.top_box_c1002_r>div:nth-child(1)>p{
	position: absolute;
	width: 250px;
	height: auto;
	border: #e5e5e5 1px solid;
	top: 29px;
	display: none;
	background: #fff;
	margin-left: -10px;
}
.top_box_c1002_r>div:nth-child(1)>p>a{
	color: #fff;
	margin-left: 15px;
	display: block;
	width: auto;
	color: #959595;
	float: left;

}
#xian1{
	cursor: pointer;
	text-align: center;
}

/*head*/
#head_box{
	width: 100%;
	overflow: hidden;
}
.head_box{
	width: 1002px;
	height: 135px;
	margin: 0 auto;
}
.head_box>:nth-child(1){
	float: left;
	margin-top: 15px;
}
.head_box>:nth-child(2){
	float: right;
	margin-top: 20px;
}
#main_box{
	width: 100%;
	/*overflow: hidden;*/
	background: url(../img/main_bg.png);
	z-index: 1;
	position: relative;
	height: 58px;
}
.main_box{
	width: 1150px;
	height: 58px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-left: -550px;

}
.main_box>a{
	display: block;
	color: #fff;
	float: left;
	margin-right: 24px;
	font-size: 14px;
	line-height: 58px;
	width: auto;
	padding-left: 10px;
	padding-right: 8px;
	height: 72px;
}
.main_box>a:nth-child(9){
	margin-right: 0;
}
.main_box>a:hover .yellow{
	display:block;
}
#yellow{
	background: url(../img/mian_click.png) no-repeat;
	background-size: 128px 70px;
	/*width: 128px;
	height: 72px;*/
	position: absolute;
	top: -7px;
	left: -30px;
	z-index: -1;
	display: block;
}



.yellow{
	background: url(../img/mian_click.png) no-repeat !important;
	/*background-size: 89px 70px !important;*/
	/*width: 128px;
	height: 72px;*/
	margin-top: -7px;
	/*position: absolute;
	top: -7px;
	left: -30px;*/
	z-index: -1;
	display: block;
	text-align: center;
	line-height:67px !important;
}
.yellow1{
	background: url(../img/mian_click.png) no-repeat !important;
	background-size: 100% 70px !important;
	/*width: 128px;
	height: 72px;*/
	margin-top: -7px;
	/*position: absolute;
	top: -7px;
	left: -30px;*/
	z-index: -1;
	display: block;
	text-align: center;
	line-height:67px !important;
}


#ad_box{
	width: 100%;
	overflow: hidden;
}

.ad_box{
	width: 100%;
	height: 551px;
	overflow: hidden;
	position: relative;

}
.ad_box>img{
	display: block;
	height: 100%;
	width: 1920px;
	position: absolute;
	left: 50%;
	margin-left: -960px;

}

/*seach*/
#seach{
	width: 100%;
	overflow: hidden;
	background: #e5e5e5;
	border-bottom: 5px #1362c1 solid;
}
.seach{
	width: 1002px;
	height: 70px;
	margin: 0 auto;
}
.keywords{
	width: 514px;
	height: 70px;
	float: left;
}
.seachs{
	width: 275px;
	height: 70px;
	background: gold;
	float: right;
	background: url(../img/seach.jpg) no-repeat;
	background-position: 0 17px;
}
.keywords>a{
	display: block;
	line-height: 70px;
	color: #333;
	font-size: 12px;
	float: left;
	margin-right: 10px;
}
.keywords>a:nth-child(1){
	font-size: 16px;
	font-weight: bold;
}
.seachs>input{
	float: left;
	margin-top: 18px;
	height: 31px;
	margin-left: 10px;
}
.seachs>input:nth-child(1){
	text-indent: 15px;
	font-size: 12px;
	color: #888;
	width: 203px;
}
.seachs>input:nth-child(2){
	opacity: 0;
	width: 50px;
	height: 31px;
}

#server_box{
	width: 100%;
	height: 573px;
	background: url(../img/server_bg.jpg) no-repeat;
}
.server_box{
	width: 1002px;
	height: 160px;
	margin: 0 auto;
}
.server_box>h3{
	overflow: hidden;
	height: 40px;
	line-height: 35px;
	text-align: center;
	letter-spacing: 1px;
	padding-top: 45px;
}
.server_box>h3>span:nth-child(1){
	color: #333;
	font-size: 35px;
}
.server_box>h3>span:nth-child(2){
	color: #1362c1;
	font-size: 35px;
}
.line{
	width: 1002px;
	background:url(../img/server_line.png) no-repeat center;
	margin: 15px auto;
	height: 18px;
	line-height: 18px;
	font-size: 18px;
	color: #ccc;
	text-align: center;
	margin-top: 20px;
}
.server_box>.con{
	color: #555555;
	font-size: 18px;
	text-align: center;
	width: 1002px;
	margin-top: 20px;
	font-weight:bold;
}
.server_con{
	width: 1002px;
	height: 335px;
	margin: 43px auto 0 auto;
}
.server_con>a{
	width: 230px;
	height: 335px;
	display: block;
	float: left;
	margin-right: 27px;
	cursor: pointer;
	color: #fefefe;
}
.server_con>a>span{
	width: 230px;
	height: 335px;
	display: block;
	float: left;
	margin-right: 27px;
	cursor: pointer;
}
.server_con>a>span:nth-child(4){
	margin-right: 0;
}
.server_con>a:nth-child(4){
	margin-right: 0;
}
.server_con>a:nth-child(1)>span{
	background: url(../img/server1.png) no-repeat;
}
.server_con>a:nth-child(1)>span:hover{
	background: url(../img/server1_hover.png) no-repeat;
}



.server_con>a:nth-child(2)>span{
	background: url(../img/server2.png) no-repeat;
}
.server_con>a:nth-child(2)>span:hover{
	background: url(../img/server2_hover.png) no-repeat;
}

.server_con>a:nth-child(3)>span{
	background: url(../img/server3.png) no-repeat;
}
.server_con>a:nth-child(3)>span:hover{
	background: url(../img/server3_hover.png) no-repeat;
}
.server_con>a:nth-child(4)>span{
	background: url(../img/server4.png) no-repeat;
}
.server_con>a:nth-child(4)>span:hover{
	background: url(../img/server4_hover.png) no-repeat;
}

.server_con>a>span>h3{
	color: #fefefe;
	font-size: 20px;
	margin-top: 35px;
	text-align: center;
}
.server_con>a>span>h4{
	color: #fff;
	font-size: 12px;
	margin-top: 25px;
	padding: 0 30px 0 30px;
	line-height: 25px;
}

/*index_product*/
#index_product_box{
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.index_product_box{
	width: 1100px;
	height: auto;
	margin: 0 auto;
	/*margin-bottom: 50px;*/
}
.produt_con_box{
	height: auto;
	width: 1100px;
	margin: 25px auto 0 auto;
}
.i_pro_l{
	width: 251px;
	height: auto;
	background: url(../img/i_pro_title_bg.png) no-repeat;
	float: left;
	padding-top: 70px;
	background-position-x:1px;
}
.i_pro_r{
	width: 809px;
	/*height: 910px;*/
	float: right;
	height: auto;
	margin-bottom: 40px;
}
.side_menu{
	width: 252px;
	height: auto;
}
.side_menu>span{
	display: block;
	overflow: hidden;
	width: 250px;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	background: #eee;
	border-bottom: 1px #d2d2d2 dashed;
}
.side_menu>h3{
	display: block;
	overflow: hidden;
	height: 45px;
	line-height: 45px;
	width: 250px;
	margin: 0 auto;
	background: #00479D;
	border-bottom:1px #ccc dashed;
}
.side_menu>h3>a{
	width: 250px;
	color: #555;
	display: block;
	color: #fff;
	font-size:16px;
	background-color:#00479D;
}
.side_menu>h3>div{
	width: 10px;
	height: 10px;
	font-size: 9px;
	line-height: 8px;
	color: #fff;
	border-radius: 100%;
	float: left;
	border:1px #fff solid;
	text-align: center;
	margin-top: 17px;
	margin-left: 13px;
	margin-right: 25px;
}
.side_menu>span>a{
	width: 237px;
	line-height: 40px;
	color: #555;
	display: block;
	float: left;
	margin-left: 13px;
	font-size:14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.side_menu>span>a:hover{
	color: #1362c1;
}
.i_pro_top_menu{
	width: 830px;
	height: 35px;
	background: #dcdcdc;
	border-bottom: 3px #959595 solid;
}
.menu_l{
	float: left;
	overflow: hidden;
}
.more_r{
	width: 80px;
	line-height: 35px;
	font-size: 14px;
	color: #555;
	float: right;
	margin-right: 30px;
	cursor: pointer;
}
.menu_l>a{
	color: #555;
	display: block;
	font-size: 14px;
	line-height: 50px;
	float:left;
	text-align: center;
	padding: 0 20px;
	height: 50px;
	background: #dcdcdc;
	border-bottom: 3px #959595 solid;

	transition: all 1s;
-moz-transition: all 1s;	/* Firefox 4 */
-webkit-transition: all 1s;	/* Safari 和 Chrome */
-o-transition: all 1s;	/* Opera */
}

.blue{
	color: #fff !important;
	background: #1362c1 !important;
	border-bottom:3px #063d80 solid !important;
}

.i_pro_list{
	margin-top: 26px;

	width: 809px;
}
.pro_box1{
	width: 256px;
	height: 267px;
	margin-right: 14px;
	margin-bottom: 14px;
	float: left;
	border:2px #eee solid;
}
.pro_box1:nth-child(3n){
	margin-right: 0;
}
.img{
	width: 256px;
	height: 225px;
	margin: 0 auto;
	background-size: 200px 200px;
	z-index: -1;
	position: relative;
}
.pro_box1>a>span{
	width: 100%;
	display: block;
	height: 42px;
	line-height: 42px;
	background: #eee;
	font-size: 14px;
	text-align: center;
}
.pro_box1>a{
	color: #333;
}
.pro_box1>a:hover>span{
	background: #1362c1;
	color: #fff;
	width: 256px;
}

.dwc{
	width: 256px;
	height: 225px;
	background: #000;
	opacity: 0.5;
	display: none;

}

.pro_box1:hover .dwc{
	display: block;
}
.pro_box1:hover .txt{
	display: block;
}
.pro_box1 .txt{
	width: 175px;
	height: 123px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -60px;
	margin-left: -88px;
	display: none;
	color: #fff;

}
.pro_box1:hover{
	border:2px #fff solid;
	cursor: pointer;
}
.pro_box1 .txt>span{
	display: block;
	text-align: left;
}

.pro_box1 .txt>span:nth-child(1){
	font-size: 18px;
	margin-bottom: 10px;
}
.pro_box1 .txt>span:nth-child(3){
	text-align: center;
	font-size: 18px;
	width: 100px;
	height: 33px;
	border:1px #fff solid;
	border-radius: 8px;
	line-height: 33px;
	margin: 38px auto 0 auto;
	font-size: 14px;
}
#yizhanshifuwu{
	width:100%;
	height: 270px;
	overflow: hidden;
	position: relative;
}
#yizhanshifuwu>img{
	width: 1920px;
	height: 270px;
	display: block;
	position: absolute;
	left:50%;
	top:12px;
	margin-left: -960px;

}
#ldz_box{
	width: 100%;
	overflow: hidden;
	background: #f7f7f7;
}
.ldz_box{
	width: 1002px;
	height: 2283px;
	background: #f7f7f7;
	margin: 0 auto;
	/* padding-bottom: 50px; */
}
#ldz_list{
	width: 1002px;
	height: 305px;
	/*padding-top: 35px;*/
}

.ldz_list{
	width: 1002px;
	height: 270px;
	padding-top: 35px;
	padding-bottom: 30px;

}
.ldz_list:nth-child(1){
	background:none;
	padding-bottom: 0px;
}
.ldz_list:nth-child(4){
	height: 340px;
}
.ldz_list:nth-child(odd){
	background: url(../img/ldz_dsz1.png) no-repeat;
	background-position: 0 0;
}
.ldz_list:nth-child(1){
	background:none;
}
.ldz_list:nth-child(even){
	background: url(../img/ldz_dsz0.png) no-repeat;
	background-position: 260px 0;
}
.ldz_list .list_l{
	width: 435px;
	height: 270px;
	float: left;
/*	background: #555555;*/
	font-size: 20px;
	padding-left:25px ;
	padding-right: 25px;
}
.ldz_list .list_l1{
	float: right;
}

.ldz_list .list_l>h4{
	color: #1362c1;
}
.ldz_list .list_l>img{
	display: block;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.ldz_list .list_l>span{
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 30px;
	background: url(../img/ldz_hsz.png) no-repeat;
	background-size: 4px 7px;
	background-position: 0 13px;
	text-indent: 10px;
	font-weight:bold;
}





.ldz_list:nth-child(1) .list_r{

}
.ldz_list .list_r{
	width: 471px;
	height: 234px;
	float: right;
	background-position: 0 0;
	margin-right: 15px;
}
.ldz_list .list_r1{
	float:left;
	width: 403px;
	height: 273px;
}

.ldz_list .list_r2{
	width: 482px;
	height: 250px;
}

.ldz_list .list_l4{
	float: right;
}

.ldz_list .list_l6{
	float: right;
}

.ldz_list .list_r4{
	float:left;
	width: 500px;
	height: 324px;
}


.ldz_list .list_r6{
	float:left;
	height: 309px;
}

.ldz_list .list_r5{
	width:414px;
	height: 262px;
}
.ldz_img_hou{
	width: 1002px;
	height: 20px;
	background: url(../img/ldz_img_hou.png) no-repeat center;
	background-size: 1002px 20px;
	margin-top: 310px;
}

#i_case_box{
	width: 100%;
	overflow: hidden;
}
.i_case_box{
	width: 1002px;
	height: 647px;
	margin:0 auto;
}
.i_case_con{
	height: 430px;
	width: 1002px;
	background: url(../img/case_foot.png) no-repeat;
	background-size: 1002px 25px;
	background-position: 0 404px;
}
.i_case_con_l{
	width: 333px;
	height: 404px;
	float: left;
}
.i_case_con_r{
	width: 650px;
	height: 404px;
	float: right;
	border: 1px #e0e0e0 solid;
	overflow: hidden;

}
.i_case_con_l>span{
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	border: 1px #e0e0e0 solid;
	margin-bottom: 7px;
	background-color:#1362c1;
}
.i_case_con_l>span:hover{
	width: 340px;
	background: url(../img/case_hover2.png) no-repeat;
	background-size:340px 50px;
	background-position:0px 0px;
	border:none;
	height: 52px;
}

.case_hover{
	width: 340px;
	background: url(../img/case_hover2.png) no-repeat;
	background-size:340px 50px;
	background-position:0px 0px;
	border:none !important;
	height: 52px;
	color:#fff !important;

}


.i_case_con_l>span>a{
	color: #fff;
}
.i_case_con_l>span:hover a{
	color: #1e1917 !important;
}
.con_box{
	width: 650px;
	height: 404px;
}
.con_box_top{
	width: 626px;
	height: 212px;
	padding:18px;
}
.con_box_bottom{
	width: 608px;
	height: 122px;
	padding:18px;
}
.con_box_top>img{
	display: block;
	float: left;
	width: 315px;
	height: 212px;
}
.con_box_top_right{
	width: 285px;
	height: 212px;
	float: right;
}
.con_box_bottom>img{
	width: 186px;
	height: 141px;
	display: block;
	float: left;
	margin-right: 25px;
	margin-top: -18px;
}
.con_box_bottom>img:nth-child(3){
	margin-right: 0;
}
.con_box_top_right>h3{
	font-size: 18px;
	color: #333;
	line-height: 24px;
	border-bottom: 1px #d2d2d2 dashed;
	padding-bottom:8px;
}
.con_box_top_right>p{
	font-size: 12px;
	color: #333;
	line-height: 20px;
	margin-top: 8px;
}
.con_box_top_right>span{
	display: block;
	margin-top: 15px;
	width: 106px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	background: #1362c1;
	border-radius: 15px;
	text-align: center;
}
.con_box_top_right>span>a{
	color: #fff;
}

#about_box{
	width: 100%;
	overflow: hidden;
}
.about_box{
	width: 1009px;
	height: 350px;
	/*background: #0068AE;*/
	margin: 40px auto;
}

.mv_l{
	width:520px;
	height:350px;
	/*background: red;*/
	float:left;
	position: relative;
}
.text_y{
	width:483px;
	height:350px;
	background: url(../img/about_bg.jpg) no-repeat;
	background-size:483px 350px;
	float:right;

}

.mv_l>video{
	width: 520px;
	height: 350px;
}
.mv_l>video.poster{
	width: 123px;
	height: 122px;
}

.mv_l>img{
	display: block;
	width: 466px;
	height: 350px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -233px;
	margin-top: -175px;
}

.text_y>h3{
	color: #1362c1;
	font-size: 18px;
	line-height: 30px;
	margin-top: 80px;
	width: 420px;
	margin-left: 20px;
}
.text_y>span{
	display: block;
	line-height: 25px;
	font-size: 12px;
	color: #777;
	width: 420px;
	margin-left: 20px;

}
.text_y>p{
	font-size: 12px;
	color: #333;
	line-height: 25px;
	margin-top: 15px;
	width: 420px;
	margin-left: 20px;
}

.yizhanshifuwu{
	width: 997px;
	height: 337px;
	margin: 0 auto;
}
.yizhanshifuwu_btn{
	width: auto;
	height: 50px;
	/*background: #333333;*/
	margin-top: 45px;
	margin-bottom: 27px;
}
.yizhanshifuwu__img{
	width: 997px;
	height: 195px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.yizhanshifuwu_btn>span{
	display: block;
	float: left;
	color: #0f6bd0;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	width: 135px;
	margin-right: 15px;
	background: #eee;
	/*box-shadow: 3px 3px 1px #8FB7E5;*/
	cursor: pointer;
}
.yizhanshifuwu_btn>span:hover{
	background: #ff9f00;
	box-shadow: 3px 3px 1px #333333;
	color: #fff;
}

.rongyu_btn{
	background: #ff9f00 !important;
	/*box-shadow: 3px 3px 1px #333333 !important;*/
	color: #fff !important;
}
.photo_box{
	width: 1002px;
	height: 195px;
	/*background: greenyellow;*/

}
.horon_box{
	width: 1002px;
	height: 195px;
	/*background: gold;*/
}

#photo_box{
/*	width: 3000px;*/
	height: 195px;
	/*background: green;*/
	position: absolute;
	left: 0;
	top: 0;
}
#horon_box{
	width: 3000px;
	height: 195px;
	/*background: gold;*/
	position: absolute;
	left: 0;
	top: 0;
}
.photo_list{
	width: 220px;
	height: 190px;
	margin-right: 35px;
	float: left;
}
.photo_list_img{
	height: 160px;
	width: 220px;
	/*background: tan;*/
	border:1px #D5D5D5 solid;

}
.photo_list_img>img{
	display: block;
	height: 160px;
	width: 220px;
}
.photo_list_title{
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 220px;
	/*background: #1362C1;*/
	color: #fff;
	font-size: 12px;
}
/*#jian_tou{
	width: 997px;
	height: 43px;
	background: red;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}
#jian_tou>span{
	width: 43px;
	height: 43px;
	display: block;
	background: darkgoldenrod;
}
#jian_tou>span:nth-child(1){
	float: left;
}
#jian_tou>span:nth-child(2){
	float: right;
}*/

#news_box{
	width: 100%;
	overflow: hidden;
}
.news_box{
	width: 1002px;
	height: 370px;
	margin: 38px auto 38px auto;
	/*background: red;*/
}

#foot_main{
	width: 100%;
	overflow: hidden;
	border-top: 2px #d2d2d2 solid;
}
.foot_main{
	width: 1100px;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	margin: 0 auto;
}
/* .foot_main>a:nth-child(1){margin-left:-10px;} */
.foot_main>a:nth-child(7){margin-right:0;}
.foot_main>a{
	color: #434343;
	margin-right: 70px;
}
.bluecolor{
	color:#1362c1 !important;
}

.foot_main>a:hover{
	color: #1362c1;
}

#footer{
	width: 100%;
	overflow: hidden;
	background: #054da5;
	border-bottom: 5px #ff7e00 solid;
}
.footer{
	width: 1002px;
	height: 400px;
	margin: 0 auto;
	/*background: #eee;*/
}
.footer_l{
	width: 252px;
	height: 390px;
	background: url(../img/foot_logo.png) no-repeat;
	background-position: 0 80px;
	float: left;

}
.footer_r{
	width: 705px;
	/* overflow: hidden; */
	/*background: gold;*/
	float: right;
	margin-top: 35px;
}
.link_f{
    height: 100px;
    width: 100%;
    line-height:18px;
    position: relative;
}
.link_f:before{
	content:"";
	width:750px;
	height:1px;
	background:#fff;
	position:absolute;
	z-index:900;
	top:80px;/* top:120px yxy */

}
.link_f>span{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	
	margin-right:6px;
}
.link_f font{
	font-size: 12px;
	font-weight: bold;
}
.link_f>a{
	color: #fff;
	font-size: 8px;
	margin-right: 4px;
}
.link_f>a:nth-child(7){
	margin-right: 0;
}
.contact_f{
	width: 667px;
	height:180px;
	margin-left: 30px;
	/* margin-top:20px; */
}
.copyright_f{
	height: 75px;
	border-top: 1px #fff solid;
	padding-top: 15px;
	position: relative;
}
.dsd{
	position: absolute;
    top: 10px;
    left: -242px;
    z-index: 99999;
}
.copyright_f>div{
	font-size: 14px;
	color: #fff;
	height: 40px;
	line-height: 20px;
	margin-left: 30px;
}
.lx_tel{
	width: 330px;
	height: 165px;
	/*background: red;*/
	/* margin-top: 25px; */
	float: left
}
.lx_tel>div{
	color: #fff;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
}
.ewm_2{
	width: 276px;
	height: 140px;
/*	background: red;*/
	float: right;
	margin-top: 20px;
}
.ewm_2>span{
	width:40px;
	height: 70px;
	display: block;
	float: left;
	font-size: 14px;

}
.ewm_2>span>div{
	width: 14px;
	height: 80px;
	color: #fff;
	float: left;
}
.ewm_2>span>div:nth-child(1){
	margin-top: 40px;
}
.ewm_2>span>div:nth-child(2){
	margin-top: 30px;
	margin-left: 5px;
}
.ewm_2>img{
	display: block;
	width: 105px;
	height: 105px;
	float: left;
	margin-left: 10px;
	margin-top: 15px;
}
.news_box_l{
	width: 480px;
	overflow: hidden;
	/*background: red;*/
	float: left;
}
.news_box_r{
	width: 488px;
	height: 346px;
	float: right;
	/*background: red;*/
}
.news_box_l_title{
	width: 100%;
	height: 42px;
	border-bottom: 3px #1362c1 solid;
}
.news_box_l_con{
	width: 472px;
	overflow: hidden;
}
.news_box_l_title>span{
	width: 120px;
	height: 42px;
	color: #1362c1;
	text-align: center;
	line-height: 42px;
	display: block;
	float: left;
}

.news_class{
	background: #1362c1 !important;
	color: #fff !important;
}
.new_one{
	width: 470px;
	overflow: hidden;
	/*background: goldenrod;*/
}
.new_list1{
	width: 470px;
	height: 90px;
	/*background: red;*/
	margin-top: 18px;
}
.new_one>img{
	width: 248px;
	height: 168px;
	display: block;
	float: left;
	margin-top: 25px;
}
.new_one>.new_tui{
	width: 207px;
	height: 135px;
	float: right;
	/*background: #959595;*/
	margin-top: 37px;
}

.new_tui>h4{
	font-size: 16px;
	color: #1362c1;
	line-height: 25px;
}
.new_tui>.time{
	color: #555;
	font-size: 12px;
	line-height: 25px;
}
.new_tui>p{
	color: #555;
	font-size: 12px;
	line-height: 25px;
}
.new_tui>.dis{
	color: #1362c1;
	font-size: 12px;

}
.new_list1>a{
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #333;
	display: block;
}
.new_list1>a>span:nth-child(1){
	font-size: 14px;
	float: left;
}
.new_list1>a>span:nth-child(2){
	font-size: 12px;
	float: right;

}
.new_list_1:nth-child(1){
	margin-bottom: 17px;
	margin-top: 24px;
}
.new_list_1{
	width: 485px;
	height: 123px;
	/*background: gainsboro;*/

}
.new_list_1>img{
	display: block;
	float: left;
	width: 185px;
    height: 125px;
}
.r_new_list{
	width: 290px;
	height:120px;
	float: right;
	/*background: #063D80;*/
}

.r_new_list>h4{
	font-size: 14px;
	color: #333;
	line-height: 25px;
	background: url(../img/wen1.jpg) no-repeat;
	text-indent: 30px;
}

.r_new_list>p{
	font-size: 12px;
	color: #333;
	line-height: 25px;
	background: url(../img/da1.jpg) no-repeat;
	padding-left: 30px;
	padding-right: 30px;
}
.r_new_list>span{
	font-size: 12px;
	display: block;
	color: #1362c1;
	line-height: 25px;
	text-indent: 30px;
}

#list_pro_box{
	width:100%;
	overflow: hidden;
}

#case__box1{
	width: 100%;
	height: 90px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px #d5d5d5 solid;
	/*background: gold;*/
}

.case__box1{
	width: 100%;
	height: 80px;
}

.case__listl img{
	width: 260px;
	width: 260px;
	height: 170px;
}
.case__listl{
	width: 80px;
	height: 80px;
	float: left;
	background: #b9b9b9;
}

.case__listr{
	width: 706px;
	height: 80px;
	/*background: red;*/
	float: right;
}

.case__listl>h3{
	width: 100%;
	text-align: center;
	height: 30px;
	line-height: 30px;
	display: block;
	margin-top: 15px;
	font-size: 30px;
	color: #fff;
}
.case__listl>span{
	display: block;
	font-size: 14px;
	color: #fff;
	margin-top: 5px;
	text-align: center;
	line-height: 14px;
	height: 14px;
}
.case__listr>h4{
	font-size: 16px;
	color:#333;
	height: 30px;
	line-height: 30px;
	margin-top: -3px;
}
.case__listr>p{
	font-size: 14px;
	color:#666;
	height: 20px;
	line-height: 20px;
	margin-top: 6px;
}
.case__listr>a{
	display: block;
	font-size: 14px;
	color:#666;
	height: 20px;
	line-height: 20px;
	margin-top: 6px;
}

#pro_neiye{
	width: 810px;
	/*background: #eee;*/
	/*border:1px #ccc solid;*/
	overflow:hidden;
}
#pro_neiye .imgbox {
	text-align:center;
	border: 1px solid #ccc;
	float: left;
	width:304px;
}
#pro_neiye .imgbox>img{
	height:240px;
	max-width:100%;
}
.proyouce1{
	width: 485px;
	height: 306px;
	float: right;
	/*background: gold;*/
}
.proyouce1>h3{
	font-size: 24px;
	height: 36px;
	color: #056ad1;
	line-height: 36px;
}
.proyouce1>p{
	line-height: 24px;
	font-size: 14px;
	color: #666;
	height: 130px;
	margin-bottom: 40px;
}
.proyouce1>.span1{
	color: #056ad1;
	font-size: 24px;
	display: block;
}
.proyouce1>.span1>font{
	color: #333;
	font-size: 16px;
}
.proyouce1 .span1>a>.span2{
	color: #056ad1;
	font-size: 24px;
	display: block;
	width: 135px;
	height: 40px;
	background: url(../img/buynowsmalls.gif) no-repeat;
	background-size:100%;
	margin-top: -2px;
	float:right;
}

#xinwen{
	width: 809px;
	height: auto;
	/*background: red;*/

}

#xinwen>h3{
	color: #00479d;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	height: 50px;
	display: block;
}

.i_pro_list>p{
	color: #00479d;
	font-size: 20px;
	font-size: 12px;
	color: #333;
	line-height: 30px;
}
.i_pro_list>p>img{
	width: 100%;
}
.shijian2{
    border-bottom: 1px solid #eeeeee;
    height: 34px;
    font-size: 12px;
    color: #909090;
    border-top: 1px solid #eeeeee;
    line-height: 34px;
	margin-bottom:17px;

}
.shijian2>span{
	color: #333;
	font-size: 12px;
	display: block;


}
.shijian2>span:nth-child(1){
	float: left;
}
.shijian2>span:nth-child(2){
	float: left;
	margin-left: 25px;

}
.shijian2>span:nth-child(3){
	float: right;


}
#dianhuaa{
	/*text-align: center;*/
	/*margin-bottom: 30px;*/
}
#dianhuaa>span{
	display: block;
	width: 100%;
	text-align: center;
}
#dianhuaa>span:nth-child(1){
	font-size: 16px;
	color: #666;
}
#dianhuaa>span:nth-child(2){
	font-size: 16px;
	width: 40px;
	height: 40px;
	margin: 0 auto;

}
#dianhuaa>span:nth-child(3){
	font-size: 22px;
	line-height: 45px;
	color: #0b3090;
	/* border-bottom: 1px solid #dedede; */
	/*margin-bottom: 30px;*/
	height: 45px;
	margin-top: 15px;
	width: 220px;
	display: block;
	margin: 0 auto;
}

.more_r>a{
	color: #333;
}


#case__box1:hover .case__listl{
	background:#0b3090;
}

#case__box1:hover h4{
	color:#0b3090;
}


	.yellow:nth-child(2){
	background-size: 99px 70px !important;
	}

	.yellow:nth-child(3){
	background-size: 116px 70px !important;
	}

	.yellow:nth-child(4){
	background-size: 130px 70px !important;
	}
	.yellow:nth-child(5){
	background-size: 100% 70px !important;
	}

	.yellow:nth-child(6){
	background-size: 116px 70px !important;
	}

.yellow:nth-child(7){
	background-size: 87px 70px !important;
	}

.yellow:nth-child(8){
	background-size: 72px 70px !important;
	}

.yellow:nth-child(9){
	background-size: 72px 70px !important;
	}


	.advert{
    width:100%;
    height: 551px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.advert img{
    display: block;
    width: 1920px;
    height: 551px;
    position: absolute;
    left: 50%;
    top:0;
    margin-left: -960px;
}
.btn{
    width: 300px;
    height: 5px;
    position: absolute;
    left: 50%;
    bottom: 40px;
    margin-left: -80px;
    top: 750px;
}
.btn>span{
    display: block;
    width: 50px;
    height: 5px;
    float: left;
    background: #eee;
    margin-right: 5px;
    cursor: pointer;
}
.spanClss{
    background: #0071c6 !important;
}
.i_pro_list #map{
    width: 808px!important,
}


		.mfjc{
	width: 1200px;
	height: 350px;
	margin: 0px auto;
	margin-top: 15px;
}
.mfjc_l{
	width: 800px;
	height: 350px;
	float: left;
	background-color: #c9ccd1;
}
.mfjc_l_bt{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	letter-spacing: 2px;
}
.mfjc_l_nr{
	margin: 0px 20px;
	font-size: 18px;
	letter-spacing: 2px;
}
.mfjc_l_nr p{
	margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 28px;
}
.mfjc_l_nr img{
	margin-left: 10px;
	margin-right: 30px;
}
.mfjc_r{
	width: 400px;
	height: 350px;
	float: right;
	background-color: #054da5;
}
.mfjc_r h2{
	font-size: 18px;
	text-align: center;
	letter-spacing: 2px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	color:#ffffff;
}
.form-item{line-height: 32px;margin-top:10px;}
.form-item-error{}
.form-item-error .form-label{color:red}
.form-item-over{border-color:#393939;background: #ebf3fd}
.form-label{width: 100px;display: inline;float:left;text-align: right;font-size: 14px;
    font-family: simsun;color:#ffffff;}
.form-element{margin-left: 105px;position: relative;}
.item-required{margin-left:10px;margin-right:10px;color:red;font-weight: bold}
.form-text{height:25px;text-indent: 4px;width: 220px;border:1px solid #CCC}
.form-text:focus,.form-textarea:focus{border: 1px solid #FFCC66}
.form-textarea{width:72%;height:80px;border:1px solid #CCC;padding: 4px;}
.item-option{
    float:left;height:25px;margin: 3px 10px 3px 0;padding-left:10px;
}
.item-option label{margin-left: 5px;}

.form-element .form-text-error{border: 1px solid red}
.form-check{vertical-align: middle;margin-right: 10px}
.form-tip{display: block;font-size: 12px;color:#999;
    line-height: 18px;margin-top: -4px}


.mobile .wrapper,.mobile #formRegion{
    width: auto !important;height: auto !important;
}
.mobile .form-item{
    width: auto ;margin:0;
}
.mobile #submitItem .form-element{
    margin-left: 0;
}
.mobile #submitItem .btn-submit{
    margin-left: auto;margin-right: auto;
}
.mobile .form-element{
    margin:0;
}
.mobile .form-text{
    margin:0;
}
.btn-submit{
	width: 30%;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    color: #333333;
    font-size: 14px;
    letter-spacing: 2px;
    border-radius: 5px;
}


