@charset "UTF-8";
/**
 * 
 * @authors John (ho@juhui.pro)
 * @date    2016-05-09 17:39:53
 * @version $0.0.1$
 */
*{
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	width: 100%;
	background: #FFF;
	font-size: 15px;
	font-family: 'Microsoft Yahei', 宋体, Helvetica, Arial, sans-serif;  
}

a{ text-decoration: none; }

body > div > div {
	min-width: 1366px; 
}

body > div > div > div {
	width: 1000px; 
}

#header #top{
	background-color: #333333;
	height: 40px;
	line-height: 38px;
	color: #ffffff;
	max-width: 1920px;
	margin: 0 auto;
}

#header #top_main{
	margin: 0 auto;
}

#top #top_left{
	float: left; 
}

#top #top_left img{
	height: 20px;
	vertical-align: middle;
}

#top #top_left h5{
	display: inline;
}

#top #top_right{
	float: right;
}

#header #nav{
	height: 80px;
	line-height: 80px;
}

#nav #nav_main{
	line-height: 80px;
	height: 80px;
	margin: 0 auto;
	display: block;
}
#nav_main ul ul{ position:absolute; z-index:100; display:none; width:1000%;}
#nav_main ul li:hover ul{ display:block;}
#nav_main ul ul li{ background-color:#fff; width:16%; line-height:80px; line-height:80px;}


#nav_main img{
	height: 60px;

	margin-top: 10px; 
	float: left;
	left: 0px;
	display: inline-block;
}

#nav_main ul{
	display: inline-block;
	margin-top: 10px;
	list-style-type: none;
	width: 700px;
	float:right;
}

#nav_main ul li{
	text-align: center;
	display: inline-block;
    text-decoration: none;
	width: 77px;
	float: left;
	position:relative;
	height:60px;
	padding-bottom:10px;
}

#nav_main ul li a{
	text-decoration: none;
	color: #000000;
	display: block;
	height: 60px;
	line-height: 60px;
}

#nav_main a:link{
	color: #000000;
}

#nav_main a:hover{
	color: #087EB9;
	background: url(../images/nav_up.png) no-repeat;
	background-position: bottom center;
}

#header .fullSlide{width:100%;max-width: 1920px;position:relative;height:570px;background:#000;margin:0 auto;}
#header .fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
#header .fullSlide .bd ul{width:100% !important;}
#header .fullSlide .bd li{width:100% !important;height:570px;overflow:hidden;text-align:center;}
#header .fullSlide .bd li a{display:block;height:570px;}
#header .fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:0;left:0;height:30px;line-height:30px;}
#header .fullSlide .hd ul{text-align:center;}
#header .fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:42px;height:11px;margin:1px;overflow:hidden;background:#000;filter:alpha(opacity=50);opacity:0.5;line-height:999px;}
#header .fullSlide .hd ul .on{background:#f00;}
#header .fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:15%;z-index:1;width:40px;height:60px;background:url(../images/arrow.png) -126px -137px #000 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
#header .fullSlide .next{left:auto;right:15%;background-position:-6px -137px;}
#header .fullSlide .hd a{text-decoration:none;color:#333;}
#header .fullSlide .hd a:hover{color:#1974A1;}

.flickerplate {
    position: relative;
    width: 100%;
    height: 620px;
    background-color: #e6e6e6;
    overflow: hidden
}

@media only screen and (max-width: 1400px) {
    .flickerplate {
        height: 406px;
        background-size: auto 413px;
    }
}

.flickerplate ul.flicks {
    width: 10000%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none
}

.flickerplate ul.flicks>li {
    float: left;
    width: 1%;
    height: 100%;
    background-position: center;
    background-size: cover;
    display: table
}

.flickerplate ul.flicks>li .flick-inner {
    height: 100%;
    padding: 10px;
    color: #fff;
    display: table-cell;
    vertical-align: middle
}

.flickerplate ul.flicks>li .flick-inner .flick-content {
    max-width: 68.75em;
    margin-left: auto;
    margin-right: auto
}

.flickerplate .arrow-navigation {
    position: absolute;
    height: 80%;
    width: 10%;
    top: 10%;
    z-index: 100;
    overflow: hidden
}

.flickerplate .arrow-navigation .arrow {
    display: block;
    height: 100%;
    width: 90%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.flickerplate .arrow-navigation:hover,
.flickerplate .arrow-navigation .arrow:hover {
    cursor: pointer
}

.flickerplate .arrow-navigation.left {
    left: 10%
}

.flickerplate .arrow-navigation.left .arrow {
    opacity: 0;
    margin: 0px 0px 0px 50%;
    background-image:url(../images/arrow-left-light.png);
    background-repeat: no-repeat;
    background-position: left
}

.flickerplate .arrow-navigation.right {
    right: 10%
}

.flickerplate .arrow-navigation.right .arrow {
    opacity: 0;
    margin: 0px 0px 0px -50%;
    background-image:url(../images/arrow-right-light.png);
    background-repeat: no-repeat;
    background-position: right
}

.flickerplate .arrow-navigation.left.hover .arrow {
    opacity: 1;
    margin: 0px 0px 0px 20%
}

.flickerplate .arrow-navigation.right.hover .arrow {
    opacity: 1;
    margin: 0px 0px 0px -20%
}

.flickerplate .dot-navigation {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    z-index: 100
}

.flickerplate .dot-navigation ul {
    text-align: center;
    list-style: none;
    padding: 0px 15px
}

.flickerplate .dot-navigation ul li {
    display: inline-block;
    float: none
}

.flickerplate .dot-navigation .dot {
    width: 14px;
    height: 14px;
    margin: 0px 6px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    -ms-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out
}

.flickerplate .dot-navigation .dot:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.6)
}

.flickerplate .dot-navigation .dot.active {
    background-color: #fff
}

.flickerplate .dot-navigation.left,
.flickerplate .dot-navigation.left ul {
    text-align: left
}

.flickerplate .dot-navigation.right,
.flickerplate .dot-navigation.right ul {
    text-align: right
}

.flickerplate.flicker-theme-dark .arrow-navigation.left .arrow {
    background-image:url(../images/arrow-left-dark.png);
}

.flickerplate.flicker-theme-dark .arrow-navigation.right .arrow {
    background-image:url(../images/arrow-right-dark.png);
}

.flickerplate.flicker-theme-dark .dot-navigation .dot {
    background-color:#fff;
}

.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.flickerplate.flicker-theme-dark .dot-navigation .dot.active {
    background-color: #000;
}

.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {
    color: rgba(0, 0, 0, 0.9);
}

.flickerplate.animate-transform-slide ul.flicks {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    transform: translate3d(0%, 0px, 0px);
    -webkit-transform: translate3d(0%, 0px, 0px);
    -webkit-transition: -webkit-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -moz-transition: -moz-transform 0.6s;
    transition: transform 0.6s;
}

.flickerplate.animate-transition-slide ul.flicks {
    position: relative;
    left: 0%;
    -webkit-transition: left 0.4s ease-out;
    -moz-transition: left 0.4s ease-out;
    -o-transition: left 0.4s ease-out;
    -ms-transition: left 0.4s ease-out;
    transition: left 0.4s ease-out;
}

.flickerplate.animate-jquery-slide ul.flicks {
    position: relative;
    left: 0%;
}

.flickerplate.animate-scroller-slide {
    padding-bottom: 0px;
    overflow: auto;
}

.flickerplate.animate-scroller-slide ul.flicks {
    position: auto;
}
/*banner结束*/

#main > div > p{
	text-align: center;
	font-size: 18px;
	position: relative;
	display: block;
}

#main > div > p:first-child{
	top: 30px; 
	margin-bottom: 40px;
}

#main > div > p:nth-of-type(2){
	display: inline-block;
	height: 25px;
	width: 46%;
	margin-left: 27%;
	margin-bottom: 20px;
}

#main #product p{
	color: #FFFFFF;
}

#main div a{
	text-decoration: none;
}

#main > div > a:first-of-type{
	font-size: 16px;
	color: #000000;
	display: inline;
	
}

#main #product a:first-of-type:hover{
	color: #FFD128;
}

#main #product a:first-of-type{
	color: #FFFFFF;
}

#main > div > a:first-of-type:hover{
	color: #FFD128;
}

#main > div > hr{
	width: 1002px;
	height: 2px;
	background-color: #eaeaea; 
	margin: 0 auto;
}

#main > div > hr::after{
	content: "";
	width: 28px;
	height: 8px;
	background-color: #0076ca;
	margin: 0 auto;
	z-index: 2;
	display: block;
	top:-150%; 
	position: relative;
}

#main #profile{
	background-color: #FFFFFF;
	height: 510px;
}

#profile #profile_box{
	width:1000px;
	margin: 0 auto;
	height: 223px;
	margin-top: 85px; 
}

#profile #profile_content{
	width: 470px;
	height: 223px;
	text-indent: 2em;
	float: left;
	background: url(../images/text_box.png) no-repeat;
	margin-right: 32px; 
	background-position: center center;
}

#profile_content p{
	padding: 16px;
	line-height: 26px;
}

#profile_content p a:link, #profile_content p a:visited{
	color: #000000;
}

#profile_content p a:hover{
	color: #0076ca;
}
#profile_content a{ margin-left:30px;}


#main #product{
	background: url(../images/bg_02.jpg) no-repeat;
	height: 790px; 
	background-position: center center;
}

#product > div{
	display: block;
	height: 236px; 
	width: 1000px;
	margin: 0 auto;
	margin-top: 50px; 
	border: #eaeaea solid 1px;
}

#product > div:first-of-type{
	margin-top: 40px; 
}

#product div a{
	margin-top: -8px;
	display: block;
	float: left;
	/*margin-right: 8px;*/
	height: 269px; 
	width: 237px; 
	position: relative; 
}

#product div a:first-child{
	margin-left: 4px; 
}

#product div a:last-child{
	margin-right: 4px;
}

#product > div div{


	width: 217px;
	height: 40px;
	color: #FFFFFF;
	padding:0 10px;

	text-align: center;

	background-color: rgba(0,0,0,0.6);
}
#product > div div h2{	width: 217px;
	height: 40px; display: block; color: #fff; text-align: center; line-height: 40px; font-size: 16px; font-weight: normal;}

#product > div a:hover div{
	float: left;
	background-color: rgba(0,0,0,0.6);
	z-index: 2;
	display: block;
}

#product div img{

}

#main #case{
	background-color: #FFFFFF;
	height: 640px;
}

#case #case_box{
	height: 563px;
	width: 1000px;
	margin: 0 auto;
	margin-top: 40px;
}

#case_box a{
	display: block;
	float: left;
	margin-left: 8px; 
	position: relative;
}

#case_box a:nth-child(n+5){
	margin-top: 3px;
}

#case_box a:nth-child(4n+1){
	margin-left: 0px;
}

#case_box div{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 224px;
	height: 200px;
	color: #FFFFFF;
	padding: 10px;
	line-height: 200px;
	text-align: center;
	font-size:20px;
	letter-spacing:2px;
}

#case_box a:hover div{
	float: left;
	background-color: rgba(0,0,0,0.6);
	z-index: 2;
	display: block;
}

#main #trends{
	background: url(../images/bg_03.jpg) no-repeat;
	height: 515px;
	background-position: center center;
}

#trends #trends_main{
	height: 270px;
	margin: 0 auto;
	margin-top: 58px; 
}

#trends_main .news_one, #trends_main .news_two{
	width: 425px;
	height: 115px;
	float: left;
	background: url(../images/trends_gray.png) no-repeat right bottom;
}

#trends_main > div a{
	display: block;
}

#trends_main > div a{
	color: #000000;
}

#trends_main > div a:hover{
	color: #0076ca;
}

#trends_main .news_two{
	float: right;
}

#trends_main > div:nth-of-type(n+3){
	margin-top: 20px; 
}

#trends_main > div:first-child{
	display: inline-block;
}

#trends_main > div:hover{
	color: #0076ca;
	background: url(../images/trends_blue.png) no-repeat right bottom;
}

#trends_main > div:hover hr{
	background-color: #0076ca;
}

#trends_main > div:hover span:last-child{
	color: #FF9900;
}


#trends_main .news_one_left, #trends_main .news_two_left{
	width: 77px;
	height: 77px;
	text-align: center;
	display: inline-block;
}

#trends_main .news_one_right, #trends_main .news_two_right{
	width: 300px;
	height: 90px;
	float: right;
	margin-top: 15px;
}

#trends_main > div span:first-child{
	font-size: 4em;
}

#trends_main hr{
	width: 77px;
	height: 1px;
	background-color: #333333;
	margin: 0 auto;
}

#trends_main span:last-child, #trends_main p{
	color: #333333;
	font-size: 0.9em;
}

#trends_main p{
	line-height: 25px;
	padding-right: 10px;
}

#main #slogn{
	background: url(../images/bg_04.jpg) no-repeat;
	height: 300px;
	background-position: center center;
}

#main #connect{
	background: url(../images/bg_05.jpg) no-repeat;
	height: 995px;
	background-position: center center;
} 

#connect #connect_main{
	display: block;
	margin: 0 auto;
	margin-top: 35px;
	width: 465px;
	height: 490px;
	background: url(../images/mailer.png) no-repeat;
}

#connect_main #connect_main_top{
	width: 317px;
	height: 200px;
	display: block;
	margin: 0 auto;
	padding: 10px; 
	padding-top: 40px;
	text-indent: 0em;
	line-height: 1.8;
}

#connect_main #connect_main_bottom{
	width: 386px;
	height: 135px;
	display: block;
	margin: 0 auto;
	margin-top: 61px; 
	line-height: 2;
}

#connect_main_bottom > div {
	width: 24px;
	height: 135px;
	float: left;
	margin: 3px 10px 0 38px; 
}

#connect_main_bottom ul{
	list-style-type: none;
	width:386px;
}

#connect_main_bottom a:link, #connect_main_bottom a:hover, #connect_main_bottom a:visited{
	color: #000000;
}

#footer{
	background: url(../images/buttom.png) no-repeat;
	height: 331px;
	position: relative;
	margin-top: -220px;
	z-index: 2;
	background-position: center center;
}

#footer #footer_main{
	display: block;
	position: relative;
	height: 95px;
	margin: 0 auto;
	top: 85px;
	width: 1000px;
}

#footer_main div img{
	float: left;
}

#footer_main div:first-child{
	height: 75px;
	width: 300px;
	margin-right: 0px;
	float: left;
}

#footer_main div:last-child{
	display: line-block;
	height: 75px;
	width: 700px;
	float: left;
	position: relative;
}

#footer_main ul{
	display: inline-block;
	width: 700px;
	margin-top: 5px;
	height:24px; 
	line-height:24px;
	overflow:hidden;
	margin-bottom: 15px;
}

#footer_main ul li{
	float: left;
	list-style-type: none;
	height: 24px;
	width: 85px;
	text-align: center;
	background: url(../images/column.png) no-repeat center right;
}
#footer_main ul li a:hover{ color:#F96;}
#footer_main ul li:last-child{
	background: none;
}

#footer_main a{
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}

#footer_main a:{

}

#footer_main p{
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	width: 700px;
	font-size: 14px;
	text-indent: 28px;
	 }
#footer_main p a{ display: inline-block; text-indent:0px;}


/* 内页 */
.ny_content{ width:1000px; height:auto; display:table; margin:0 auto; margin-top:30px;margin-bottom:280px}

/* 内页 left */
.ny_left a{color:#000000;text-decoration: none}
.ny_left{ width:230px; height:auto; display:table; float:left; overflow:hidden;}
.ny_left_list{ width:230px; height:auto; display:table;}
.ny_left_title{ width:230px; height:85px; background:#00589F;}
.ny_left_title h2{ font-size:28px; color:#FFF; text-indent:0px; width:auto; height:auto; display:table; padding-top:10px; font-weight:normal; letter-spacing:3px;}
.ny_left_title h3{ font-size:22px; color:#94AFF3; text-indent:0px; width:auto; height:auto; display:table; padding-top:0px; font-weight:normal; letter-spacing:1px; font-family:Georgia, "Times New Roman", Times, serif;}
.ny_left_title h5{ font-size:70px; color:#94AFF3; text-indent:20px; width:auto; height:70px; float:left; display:table; padding-top:2px; font-weight:normal; letter-spacing:1px; font-family:Georgia, "Times New Roman", Times, serif; padding-right:2px;}
.ny_left_list_body{ width:230px; height:auto; display:table;}
.ny_left_list_body ul li{ width:230px; height:34px; display:block; line-height:32px; text-indent:20px; margin-top:5px; border:1px solid #eee; }
.ny_left_list_body ul li a span{ float:right; margin-right:20px; color:#aaa; font-size:14px; font-family:"宋体"；}
.ny_left_list_body ul li a{ width:228px; height:32px; display:block; background:#fafafa; border:1px solid #eee; font-size:14px; letter-spacing:0px;}
.ny_left_list_body ul li a:hover{ background:#BFDDFB; border:1px solid #94AFF3; color:#000000;}
.ny_left_list_body ul li a:hover span{ color:#00589F;}

.ny_left_news{ width:230px; height:auto; display:table; margin-top:20px;}
.ny_left_news_body{ width:230px; height:auto; display:table; overflow:hidden; margin-top:10px;}
.ny_left_news_body ul li{ width:230px; height:26px; line-height:26px; font-size:14px;}
.ny_left_news_body ul li span{ font-size:10px; color:#00589F; margin-right:5px;}

.ny_left_contact{ width:230px; height:auto; display:table; margin-top:20px;}
.ny_left_contact_body{ width:228px; height:auto; display:table; overflow:hidden; margin-top:5px; padding-left:5px;}
.ny_left_contact_body h2{ font-size:14px; line-height:23px;}
.ny_left_contact_body h3{ font-size:20px; line-height:33px;}
.ny_left_contact_body p{ font-size:14px; line-height:23px;}
/* 内页 left end */

/* 内页 right */
.ny_right{ width:730px; height:auto; display:table; float:right; overflow:hidden;}
.ny_right_title{ width:730px; height:36px; border-bottom:3px solid #00589F; }
.ny_right_title a{ width:auto; height:36px; display:block; float:left; background:#00589F; padding:0 10px; line-height:36px; color:#FFF; font-size:14px; }
.ny_right_title span{ width:auto; height:36px; display:block; float:left; background:#00589F; line-height:36px; color:#FFF;}
.ny_right_title a:hover{ color:#F96;}
.ny_right_body{ width:730px; height:auto; display:table; margin-top:20px;}

/* 内页 right 简介 */
.ny_right_body .ny_jianjie{ width:730px; height:auto; display:table; overflow:hidden;}
.ny_right_body .ny_jianjie img{width: 100%;}
.ny_right_body .ny_jianjie h2{ width:730px; height:52px; line-height:50px; font-size:22px; letter-spacing:1px; text-align:center;}
.ny_right_body .ny_jianjie p{ line-height:32px; font-size:14px; width:730px; overflow:hidden;}
.ny_right_body .ny_jianjie p img{ max-width:40%; height:auto; display:table; text-align:center; margin: 0 auto;}

/* 内页 right 产品 */
.ny_right_body .ny_product_index{ width:730px; height:auto; display:table;}
.ny_right_body .ny_product_index ul li{ width:231px; height:auto; display:table; float:left; margin-left:10px; margin-bottom:5px;}
.ny_right_body .ny_product_index ul li a{ width:231px; height:auto; display:block;}
.ny_right_body .ny_product_index ul li a img{ width:228px; height:171px; border:1px solid #ccc;}
.ny_right_body .ny_product_index ul li a h3{ width:auto; height:36px; line-height:26px; display:block; float:left; text-indent:5px;}
.ny_right_body .ny_product_index ul li a p{ width:auto; height:36px; line-height:26px; display:block; float:left; font-size:14px;}
.ny_right_body .ny_product_index ul li a:hover p{ color:#00589F;}
.ny_right_body .ny_product_index a{color: #000000;}
.ny_right_body .ny_product_index h3{font-size: 15px;}

.ny_right_body .ny_product_view{ width:730px; height:auto; display:table;}
.ny_right_body .ny_product_view .ny_product_view_img h2{ width:730px; height:52px; line-height:50px; font-size:22px; letter-spacing:1px; text-align:center;}
.ny_right_body .ny_product_view .ny_product_view_img{ text-align:center;}
.ny_right_body .ny_product_view .ny_product_view_img img{ max-width:100%; width:auto; height:auto; text-align:center; margin:0 auto;}
.ny_product_view_body{ width:730px; height:auto; display:table;}
.ny_product_view_body h3{ font-size:16px; font-weight:bold; line-height:36px;}
.ny_product_view_body p{ text-indent:28px; line-height:26px; font-size:14px;}


/* 内页 right 新闻 */
.ny_right_body .ny_news_index{ width:730px; height:auto; display:table;}
.ny_right_body .ny_news_index ul li{ width:730px; height:36px; line-height:36px; border-bottom:1px dashed #ccc; background:url(news_arrow.gif) no-repeat 6px 15px; text-indent:20px; font-size:14px;}
.ny_right_body .ny_news_index ul li a{ width:730px; height:36px; display:block;}
.ny_right_body .ny_news_index ul li a span{ float:right; margin-right:6px;}
.ny_right_body .ny_news_index a{color: #000000;text-decoration: none;}
.ny_right_body .ny_news_index a:hover{ color:#00589F;}

.ny_right_body .ny_news_view{ width:730px; height:auto; display:table;}
.ny_right_body .ny_news_view h2{ font-size:16px; font-weight:bold; line-height:39px;}
.ny_right_body .ny_news_view h5{ font-size:14px; font-weight:normal; width:730px; line-height:26px; height:36px; display:block; border-bottom:1px solid #ddd; color:#999; margin-bottom:10px;}
.ny_right_body .ny_news_view h5 a{ color:#999;}
.ny_right_body .ny_news_view h5 span{ float:right;}
.ny_right_body .ny_news_view h5 a:hover{ color:#00589F;}
.ny_right_body .ny_news_view p{ font-size:14px; text-indent:28px; line-height:28px;}


/* guestbook */
.guest{width:600px;height:400px;margin:0 auto;margin-top:30px;}
.guest p{margin-top:10px;}
.guest input, .guest textarea{border: 2px #eaeaea solid;}
.tijiao{width:60px;border-radius:8px;font-size:16px;margin-left:200px;margin-top:20px;cursor:pointer;}