 @charset "utf-8";
.home_page_about {
	width: 100%;
	min-width: 100%;
	display: table;
	background-image: url(../images/back.jpg);
}

.home_page_resources {width: 100%;min-width: 100%;display: table;padding-top:20px;background-color: rgba(255,255,255,1.0);}

.home_page_product {width: 100%;min-width: 100%;display: table;padding-top:20px;background-color: rgba(255,255,255,1.0);}

.home_page_projects {width: 100%;min-width: 100%;display: table;padding:0px;background-image: url(../images/back-1.jpg);}

.home_page_honor{width: 100%;height: 1358px;min-width: 100%;display: table;padding: 0px;background-color: rgba(255,255,255,1.0);}

.home_page_advantage{width: 100%;height: 1358px;min-width: 100%;display: table;padding: 0px;background-color: rgba(255,255,255,1.0);}

.home_page_news {width: 100%;min-width: 100%;display: table;background-color: rgba(255,255,255,1.0);}

.home_page_contact {width: 100%;min-width: 100%;display: table;background-color: rgba(7, 139, 239);}

.main {width: 1200px;height: auto;display: table;margin: 0px auto;background-color: rgba(255,255,255,1.0);}
/*-----------------content-------------------*/

.container-index {
	max-width: 100%;
	margin: 0 auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.row {
    margin: 0 auto; height:60px; max-width: 1200px;
}
.row span { float:left;width:100px;font-size: 16px;
   color: rgb(255,255,255); padding:5px 10px; margin-top:10px;background-color: rgba(255,3,3,1.0);line-height: 28px;font-family: 'Microsoft YaHei', 'Heiti SC'; display:block;
}

.r_nav {
 float:left; margin-left:10px;font-size: 20px;font-family: 'Microsoft YaHei', 'Heiti SC';
    line-height: 60px;
}
.r_nav a {
	display: inline-block;
	font-size: 20px;
	padding: 0 30px;
	border-right: 1px #ccc solid;
	line-height: 16px;
	color: rgb(51,51,51);
	font-family: Verdana, Geneva, sans-serif;
}

/*公司简介*/
.about{width: 800px;display: table;margin: 0px auto;
}

.about .tit{height:87px; margin: 30px 6px;font-family: 'Microsoft YaHei', 'Heiti SC';font-size: 24px;color: rgb(154,154, 154);background-color: rgb(244,243,243);}

.about .tit b{margin: 0 auto;position: absolute;z-index: 2;font-family: Microsoft Yahei,Arial,Verdana,sans-serif;font-weight: normal;}

.about .tit img{
	margin: 0 20px;
}

.about .tit a{
	width: 80px;
	font-size: 12px;
	color: rgb(255,255,0);
	line-height: 24px;
	margin-top: 29px;

	text-align: center;
	float: right;
	margin-right: 15px;
	background-color: rgb(255,51,0);
		-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}

.about .tit a:hover{
	text-decoration: none;
	color: rgb(102,51,102);/*border-radius:20px;*/
}

.about .tit h2 {
	float: left;
	font-size: 24px;
	color: rgb(1,101,225);
	font-family: 'Microsoft YaHei', 'Heiti SC';
	font-weight: bold;
	display: table;
	background-image: url(../images/dot-01.gif);
	background-repeat: no-repeat;
	text-align: left;
	background-position: center bottom;
	margin: 10px 10px 0px 10px;
	}
.about .tit span { margin-left:10px;color: rgb(1,101,225);float: left;font-size:18px;
}

.about .about_adv{/*display: table;*/background-color: rgb(255,255,255); margin:15px 0px;}

.about .about_adv img{float: left;width:230px;height:306px;}

.about .about_adv .video{float: left; margin:14px;}

.about .about_adv .video img{ width:344px; height:211px;}

.about .about_adv .detail{height: auto;line-height: 32px;position: relative;font-size: 16px;color: rgb(102,100,100); margin:0px 20px; 
font-family: "Microsoft Yahei", Arial, Verdana, sans-serif;word-wrap: break-word;word-break: break-all;}

.about .about_adv .detail p{text-align: left;text-indent: 30px;}

.about .about_adv .detail h2{font-size: 24px;line-height: 40px;color: rgb(102,100,100); text-align:center;}

.about .about_adv .detail a{width: 190px;display: inline-block;/*position: absolute;*/bottom: 1px;font-weight: bold;font-size: 18px;line-height: 42px;color: rgb(119,119,119);text-align: center;transition: all 500ms ease-in 0ms;margin:30px 250px;border: 1px solid rgb(119,119,119);
}
.about .about_adv .detail a:hover{
	color: rgb(255,102,0);
	background-color: rgb(16,168,254);
	text-decoration: none;
}


/******新闻动态 news_index *******/
.news {width:390px;margin:0px auto 15px; float:right;}

.news .tit{height:87px; margin: 30px 6px;font-family: 'Microsoft YaHei', 'Heiti SC';font-size: 24px;color: rgb(154,154, 154);background-color: rgb(244,243,243);}
.news .tit b{width:100%;margin: 0 auto; padding:0px;z-index: 2;font-family: Microsoft Yahei,Arial,Verdana,sans-serif;font-weight: normal;}
.news .tit img{ float:left; margin:10px 0 0 15px;}

.news .tit a{
	width: 80px;
	font-size: 12px;
	color: rgb(255,255,0);
	line-height: 24px;
	margin-top: 29px;

	text-align: center;
	float: right;
	margin-right: 15px;
	background-color: rgb(255,51,0);
		-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}

.news .tit a:hover{
	text-decoration: none;
	color: rgb(102,51,102);/*border-radius:20px;*/
}
.news .tit h2 {
	float: left;
	font-size: 24px;
	color: rgb(1,101,225);
	font-family: 'Microsoft YaHei', 'Heiti SC';
	font-weight: bold;
	display: table;
	background-image: url(../images/dot-01.gif);
	background-repeat: no-repeat;
	text-align: left;
	background-position: center bottom;
	margin: 10px 10px 0px 10px;
	}
.news .tit span { margin-left:10px;color: rgb(1,101,225);float: left;font-size:18px;
}



.news-adv {width: 100%;height: auto;display: table;overflow: hidden;}

.news-adv ul {
	height: auto;
	width: 100%;
	margin: 0 auto;
	display: table;
	overflow: hidden; padding-left:15px;
}
.news-adv ul li {
	float: left;
	width: 340px;
	height: 440px;
	display: table;
	margin: 20px 15px 0 15px;
	/*-webkit-box-shadow: 5px 5px 5px #e7e7e7;
	-moz-box-shadow: 5px 5px 5px #e7e7e7;
	box-shadow: 5px 5px 5px #e7e7e7;
	padding-bottom:10px;*/
	background-image: url(../images/dot-02.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.news-adv ul li img {
	display: block;
	width: 370px;
	height: 240px;
}
.news-adv ul li h2 {
	width: 310px;
	height: 20px;
	overflow: hidden;
	margin: 13px 0 10px;
	    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	padding:0 15px

}
.news-adv ul li h2 a {
	font-size: 16px;
	font-weight: bold;
	color: rgb(102,100,100);
}
.news-adv ul li h2 a:hover {
	color: rgb(255,204,0);
}
.news-adv ul li p {
	font-size:14px;
	line-height: 28px;
	color: rgb(102,100,100);
	margin: 5px 15px 0 15px;
}
.news-adv ul li p a {
	float: right;
	color: rgb(102,100,100);
}
/******新闻动态 news_index *******/
/*产品展示*/
.i-product {width:1200px;margin:0px auto 15px; float:right;}

.i-product .tit{height:87px; margin:20px 6px;font-family: 'Microsoft YaHei', 'Heiti SC';font-size: 24px;color: rgb(154,154, 154);background-color: rgb(244,243,243);}
.i-product .tit b{width:100%;margin: 0 auto; padding:0px;z-index: 2;font-family: Microsoft Yahei,Arial,Verdana,sans-serif;font-weight: normal;}
.i-product .tit img{ float:left; margin:10px 0 0 15px;}

.i-product .tit a{
	width: 80px;
	font-size: 12px;
	color: rgb(255,255,0);
	line-height: 24px;
	margin-top: 29px;

	text-align: center;
	float: right;
	margin-right: 15px;
	background-color: rgb(255,51,0);
		-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}

.i-product .tit a:hover{
	text-decoration: none;
	color: rgb(102,51,102);/*border-radius:20px;*/
}
.i-product .tit h2 {
	float: left;
	font-size: 24px;
	color: rgb(1,101,225);
	font-family: 'Microsoft YaHei', 'Heiti SC';
	font-weight: bold;
	display: table;
	background-image: url(../images/dot-01.gif);
	background-repeat: no-repeat;
	text-align: left;
	background-position: center bottom;
	margin: 10px 10px 0px 10px;
	}
.i-product .tit span { margin-left:10px;color: rgb(1,101,225);float: left;font-size:18px;
}


.mr_frBtnL{position: absolute;left: -0px;top: 50%;margin-top: -25px;cursor: pointer;}

.mr_frBtnR{position: absolute;right: -0px;top: 50%;margin-top: -25px;cursor: pointer;}

.mr_frbox {width:1200px;position: relative;overflow: hidden;z-index:9;}

.mr_frUl{width: 1200px;overflow: hidden;/*margin: 0 auto;*/}

.mr_frUl ul {margin: 0 auto; }

.mr_frUl ul li {float: left;width: 280px;display: inline;text-align: center;overflow: hidden; margin:0 10px;  }

.mr_frUl ul li img {width: 285px;height:240px;display:block;}

.mr_frUl ul li p {
	width: 275px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 18px;
	color: rgb(94,100,108);
	border-top: none;
	font-family: 'Microsoft YaHei', 'Heiti SC';
	background-color: rgb(255,255,255);
}
.mr_frUl ul li a{text-decoration: none;color: rgb(204,51,0);}

.mr_frUl ul li a:hover{ text-decoration:none; color: rgb(245,245,245);}

.i-product a.more{
	width: 200px;
	height: 40px;
	line-height: 40px;
	display: block;
	padding: 0px;
	text-align: center;
	color: rgb(233,44,50);
	font-size: 14px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
	margin: 60px 500px 0px 200px;
	border: 1px solid rgb(194,194,194);
	background-color: rgb(255,255,255);
}
.i-product a.more:hover {color: rgb(255,255,255);text-decoration: none;background-color: rgba(233,44,50,1.0);
}




.project {width:1200px;margin:0 auto;background-color: rgba(255,255,255,1.0);}

.project .tit{height:87px; margin:20px 6px;font-family: 'Microsoft YaHei', 'Heiti SC';font-size: 24px;color: rgb(154,154, 154);background-color: rgb(244,243,243);}
.project .tit b{width:100%;margin: 0 auto; padding:0px;z-index: 2;font-family: Microsoft Yahei,Arial,Verdana,sans-serif;font-weight: normal;}
.project .tit img{ float:left; margin:10px 0 0 15px;}

.project .tit a{
	width: 80px;
	font-size: 12px;
	color: rgb(255,255,0);
	line-height: 24px;
	margin-top: 29px;

	text-align: center;
	float: right;
	margin-right: 15px;
	background-color: rgb(255,51,0);
		-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}

.project .tit a:hover{
	text-decoration: none;
	color: rgb(102,51,102);/*border-radius:20px;*/
}
.project .tit h2 {
	float: left;
	font-size: 24px;
	color: rgb(1,101,225);
	font-family: 'Microsoft YaHei', 'Heiti SC';
	font-weight: bold;
	display: table;
	background-image: url(../images/dot-01.gif);
	background-repeat: no-repeat;
	text-align: left;
	background-position: center bottom;
	margin: 10px 10px 0px 10px;
	}
.project .tit span { margin-left:10px;color: rgb(1,101,225);float: left;font-size:18px;
}
.honor-adv {width: 100%;height: auto;display: table;overflow: hidden;}

.honor-adv ul {width: 105%;
	height: auto;
	
	margin: 0 auto;
	display: table;
	overflow: hidden;
	padding-bottom: 12px;
}
.honor-adv ul li {
	float: left;
	height: auto;
	display: table;
	margin: 10px 15px 0 10px;color: rgb(102,100,100);
}
.honor-adv ul li a {
	font-size: 20px;
	font-weight: 600;
	color:rgb(0,96,194);
	text-decoration: none;
	font-family: "Microsoft Yahei", Arial, Verdana, sans-serif;
}


.honor-adv ul li p {
	font-size:14px;
	line-height: 28px;
	color: rgb(255,255,255);
	margin: 5px 15px 0 15px;
}
.honor-adv ul li p a {
	float: right;
	color: rgb(255,255,0);
}
.honor-adv .bottom {
    width: 360px;
    margin: 0 auto;
}
.honor-adv .bottom a.more {
    border-radius: 40px; float:left;
    margin: 0px 0px 30px 10px;
}
.honor-adv .bottom a{
	width: 100px;
	display: inline-block;/*position: absolute;*/
	bottom: 1px;
	font-size: 12px;
	line-height: 26px;
	color: rgb(255,255,255);
	text-align: center;
	transition: all 500ms ease-in 0ms;
border: 1px solid rgb(204,204,204);

	font-weight: normal;
	background-color: rgb(209,41,76);
}
/*.i-product .bottom a:hover{color: rgb(255,255,255);background-color: rgb(16,168,254);text-decoration: none;}*/
.honor-adv .bottom a:hover{color: rgb(255,255,255);background-color: rgb(16,168,254);text-decoration: none;}
.honor-adv .bottom a.more:hover{color: rgb(255,255,255);background-color: rgb(16,168,254);text-decoration: none;padding-bottom:border: 1px solid rgb(194,194,194);	
}








































/*现货资源*/
.resources {width: 880px;display: table;margin: 0px auto;border: 1px solid rgb(206,209,235);
box-shadow: 1px 1px 5px 1px rgba(209,212,218,0.5), -10px 10px 10px 10px rgba(255,255,255,0.5);}

.resources .tit{height:97px; margin:6px;font-family: 'Microsoft YaHei', 'Heiti SC';font-size: 24px;color: rgb(154,154, 154);}

.resources .tit b{margin: 0 auto;position: absolute;z-index: 2;font-family: Microsoft Yahei,Arial,Verdana,sans-serif;font-weight: normal;}

.resources .tit img{margin: 15px 30px 0;}

.resources .tit a{
	width: 100px;height: 97px;
	font-size: 16px;
	color: rgb(255,255,0);
	line-height: 38px;
	
	
	text-align: center;
	float: right;
	background-color: rgb(0,126,255);
}
.resources .tit a:hover{text-decoration: none;color: rgb(255,102,0);/*border-radius:20px;*/}

.resources .tit h2 {
	font-size: 28px;
	line-height: 20px;
	color: rgb(70,133,223);
	font-family: 'Microsoft YaHei', 'Heiti SC';
	font-weight: normal;
	display: table;
	background-image: url(../images/dot-01.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
	text-align: center;
	}
.resources .tit span {color: rgb(88,89,91);padding:0 40px;}

.bcon{font-family: "Sim Sun";}

.bcon .nev{height: 42px;text-align: center;line-height: 42px;color: rgb(255,255,255);background-color: rgb(0,96,194);}

.list_lh{height:232px;overflow: hidden;}

.list_lh li p{height: 42px;text-align: center;line-height: 42px;border-bottom: 1px solid rgb(182,182,182);}

.list_lh li p a{height: 42px;float: left;line-height: 42px;font-size: 14px;color: rgb(51,51,51);}

.v1, .v3, .v2, .v5{width: 140px;float: left;	}
.v4, .v6, .v7{width: 100px;float: left;	}
.b1, .b3, .b2, .b5{width: 140px;float: left;font-size: 16px;}
.b4, .b6, .b7{width: 100px;float: left;font-size: 16px;}


.lunbot {height: 149px;border-bottom: 1px solid #fefefe; box-shadow: rgba(172,172,172,0.2) 0px 16px 38px -12px, rgba(172,172,172,0.12) 0px 4px 25px 0px, rgba(172,172,172,0.2) 0px 8px 10px -5px;}
.lunbot .area {display: flex; justify-content: center;}

.area { width: 818px;position: relative; margin: 0 auto; height: auto;text-align: center;}

.lunbot .lunbot-item { display: flex; margin-right: 42px; margin-top: 32px;}

img, a img { border: 0;  margin: 0; padding: 0;}

.lunbot .lunbot-item .lunbot-t {display: flex;justify-content: center;flex-direction: column; margin-left: 16px;}

.lunbot .lunbot-item .lunbot-t .p1 {font-size: 31px;color: #01458e;font-family: "Microsoft YaHei";}

.lunbot .lunbot-item .lunbot-t>p {text-align: left;}

.lunbot .lunbot-item .lunbot-t .p2 {font-size: 19px;margin-top: 5px;color: #2b2b2b;font-family: "Microsoft YaHei";}


/*联系我们*/
.i-contact {width:1200px;margin:0 auto;/*background-color: rgb(7,139,239);border: 1px solid rgb(206,209,235);box-shadow: 1px 1px 5px 1px rgba(209,212,218,0.5), -10px 10px 10px 10px rgba(255,255,255,0.5);*/}
.i-contact .tit{
	width: 480px; height:117px; float:right; margin-top:60px;
	font-family: 'Microsoft YaHei', 'Heiti SC';
	font-size: 24px;
	color: rgb(154,154, 154);
}
.i-contact .tit b{ width:180px; height:117px;position: absolute;z-index: 2;font-family: Microsoft Yahei,Arial,Verdana,sans-serif;font-weight: normal; float:left; background-color:rgb(4, 65, 145);}
.i-contact .tit img{ float:right;}
.i-contact .tit a{font-size: 16px;color: rgb(255,0,0);line-height: 24px;text-align: center;}
.i-contact .tit a:hover{text-decoration: none;background-color: rgb(255,0,0);color: #FF0;border-radius:20px;height:26px;}
.i-contact .tit h2 {
	float: left;
	font-size: 20px;
	    color: rgb(255,255,255);
	font-family: 'Microsoft YaHei', 'Heiti SC';
	font-weight: normal;
	display: table;
	margin: 0px 10px 0px 40px;
	}
.i-contact .tit span {
		float: left;
	font-size: 28px;
	line-height: 48px;
	    color: rgb(255,255,255);
	font-family: 'Microsoft YaHei', 'Heiti SC';
	font-weight: normal;
	display: table;
	margin: 15px 5px 0px 35px;
	}
.i-contact .i-contact-body {width:1200px;display: table;}
.contact_layout {width:490px;display: block; padding-bottom:40px; float:right;}
.contact_layout ul { width:100%; margin:auto;display: table;}
.contact_layout ul h2{width:300px;height: 30px; line-height: 36px; font-size: 22px;text-align: left;color: rgb(103,109,115);float: left;font-family: 'Microsoft YaHei';margin-bottom:10px; float:left;}

.contact_layout ul p{line-height: 36px; font-size: 16px;text-align: left;color: rgb(255,255,255);float: left;font-family: 'Microsoft YaHei';}

.contact_layout ul li{line-height: 34px;font-weight: normal; margin-left:10px;
position: relative;font-size: 16px;color: rgb(255,255,255);font-family: "Microsoft Yahei", Arial, Verdana, sans-serif;word-wrap: break-word;word-break: break-all;}

.contact_layout ul li font{color:rgb(255,255,255);font-size: 18px;}

.contact_layout ul li img{float: right;width:119px; height:117px; margin:10px 20px 0 0;}

.contact_layout ul li a{text-decoration: none;font-family: "Microsoft YaHei";}

.contact_layout ul li div{ float: left;color:#fff;font-size: 18px; margin-left:15px;line-height: 32px;font-weight: normal;}

.contact_layout_one {width:360px;display: block;/* border: 1px solid rgb(194,194,194); padding:10px;*/ float:left; margin-top:40px;}

.contact_layout_one b{width:360px;position: absolute;z-index: 2;font-size: 20px;color: rgb(255,255,255);font-family: Microsoft Yahei,Arial,Verdana,sans-serif;font-weight: normal;text-align: center;}

.contact_layout_one span {font-size: 22px;color: rgb(255,255,255);text-align: center;line-height:24px;font-family: "Microsoft YaHei";}

.contact_layout_one a{height:48px;line-height:48px;font-size: 14px;color: rgb(255,255,255);font-family: Microsoft Yahei,Arial,Verdana,sans-serif;font-weight: normal; text-align:center;}

.contact_layout_one a:hover{color: rgb(255,102,0);text-decoration: none;}

.contact_layout_one h2 {font-size: 20px;color: rgb(51,51,51);font-family: "Microsoft Yahei", Arial, Verdana, sans-serif;font-weight: normal;text-align: center;line-height: 44px;}

.contact_layout_one img { width:360px; height:354px;display:block;}

.i-contact .contact-main {width:702px;display: table; float:left;}