@charset "utf-8";
/* CSS Document */
*{ margin:0; padding: 0; font-family: Microsoft Yahei, "微软雅黑", Arial, "Times New Roman";}
body{ text-align: justify;}
a{ text-decoration:none; font-size: 14px; color:#000;}
input,select,textarea{ outline:none;}

.clear{clear:both;}
.clearfix{ *zoom: 1;}
.clearfix:before{ content: ""; display: table;}
.clearfix:after{ content: ""; display: table; clear: both;}

.pic{ overflow: hidden;}
.pic img{ max-width: 100%; display: block; width: 100%; overflow: hidden;transition: all 0.5s;transform: scale(1); max-height:100%;}

.left{ float:left;}
.right{ float:right;}



.top{
	width: 100%;
	height: 114px;
	background: url("../images/top.jpg") center no-repeat;
}

.menu{
	line-height: 70px;
	background: #0036a2;
	text-align: center;
}
.menu ul{
	width: 1200px;
	margin: 0 auto;
}
.menu ul li{
	display: block;
	float: left;
	width: 171.42px;
	position: relative;
}
.menu ul li a{
	color: #fff;
	display: block;
	font-size: 16px;
}
.menu ul li:after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background: #e83929;
	opacity: 0;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.menu ul li.this:after,
.menu ul li:hover:after{
	opacity: 1;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.menu ul li.this,
.menu ul li:hover{
	font-weight: bold;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

.menu ul li ul{
	position: absolute;
	background: #0036a2;
	width: 100%;
	display: none;
	z-index: 999999999;
}
.menu ul li ul li{
	width: 100%;
	height: 45px;
	line-height: 45px;
	float: none;
}
.menu ul li ul li:hover{
	background: #e83929;
}
.menu ul li ul li:after{
	display: none !important;
}

.banner{
	width: 100%;
	height: 700px;
}





.stitle{
	text-align: center;
}
.stitle span{
	font-size: 36px;
	font-weight: lighter;
}
.stitle span strong{
	color: #0036a2;
}
.stitle p{
	font-size: 16px;
	position: relative;
	color: #484848;
	display: table;
	margin: 5px auto 0 auto;
}
.stitle p:before{
	content: '';
	display: block;
	position: absolute;
	width: 50px;
	height: 1px;
	background: #484848;
	left: -60px;
	top: 11px;
}
.stitle p:after{
	content: '';
	display: block;
	position: absolute;
	width: 50px;
	height: 1px;
	background: #484848;
	right: -60px;
	top: 11px;
}



.aboutbg{
	width: 100%;
	height: 451px;
	padding: 75px 0 0 0;
	background: url("../images/bg_about.jpg") center no-repeat;
}
.aboutbg .stitle *{
	color: #fff !important;
}
.aboutbg .stitle p:before,
.aboutbg .stitle p:after{
	background: #fff;
}

.aboutbg .about{
	width: 855px;
	margin: 25px auto 0 auto;
	color: #fff;
	line-height: 30px;
	font-size: 16px;
}

.aboutbg .about .more{
	display: block;
	width: 170px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #e83928;
	border: 1px solid #e83928;
	color: #fff;
	font-size: 16px;
	float: right;
	margin: 75px 0 0 0;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.aboutbg .about .more:hover{
	background: none;
	border: 1px solid #fff;
	color: #fff;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}



.businessbg{
	padding: 75px 0;
	background: url("../images/bg_business.jpg") bottom no-repeat;
}

.businessul{
	margin: 35px auto 0 auto;
	width: 1200px;
}
.businessul ul li{
	display: block;
	float: left;
	text-align: center;
}
.businessul ul li:nth-child(2){
	margin: 0 147px;
}
.businessul ul li .pic{
	width: 302px;
	height: 302px;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

.businessul ul li:nth-child(1) .pic{ background: url("../images/icon_business_1_1.png") center no-repeat;}
.businessul ul li:nth-child(2) .pic{ background: url("../images/icon_business_2_1.png") center no-repeat;}
.businessul ul li:nth-child(3) .pic{ background: url("../images/icon_business_3_1.png") center no-repeat;}

.businessul ul li:nth-child(1):hover .pic{ background: url("../images/icon_business_1_2.png") center no-repeat;}
.businessul ul li:nth-child(2):hover .pic{ background: url("../images/icon_business_2_2.png") center no-repeat;}
.businessul ul li:nth-child(3):hover .pic{ background: url("../images/icon_business_3_2.png") center no-repeat;}

.businessul ul li:hover .pic{
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

.businessul ul li p{
	font-size: 24px;
	color: #484848;
	margin: 25px 0;
}

.businessul ul li .more{
	width: 205px;
	height: 36px;
	border-radius: 18px;
	display: block;
	line-height: 36px;
	border: 1px solid #484848;
	color: #7b7876;
	margin: 0 auto;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.businessul ul li:hover .more{
	border: 1px solid #0036a2;
	background: #0036a2;
	color: #fff;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

.businessbg .text{
	width: 1198px;
	color: #0036a2;
	font-size: 30px;
	line-height: 80px;
	border: 1px solid #0036a2;
	text-align: center;
	margin: 100px auto 0 auto;
}
.businessbg .text strong{
	color: #e83928;
	margin: 0 40px 0 0;
	font-size: 36px;
}
.shadow{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.5);
	z-index: 9999;
	display: none;
}
.container_video{
	display: none;
	position: fixed;
	width: 800px;
	top: 200px;
	left: 50%;
	margin-left: -400px;
	z-index: 99999;
}
.container_video video{
	width: 800px;
	border: none;
	outline: none;
}
.container_video span{
	display: block;
	width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    right: -25px;
    text-align: center;
    border-radius: 26px;
    font-weight: lighter;
    cursor: pointer;
    opacity: .8;
    background: url(../images/closevideo.png) #fff center no-repeat;
}
.developbg{
	width: 100%;
	padding: 75px 0;
	background: #252525;
	position: relative;
}
.developbg .stitle *{
	color: #fff !important;
}
.developbg .stitle p:before,
.developbg .stitle p:after{
	background: #fff;
}

.developbg:after{
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #303030;
	bottom: 153px;
	z-index: 9;
}


.developul{
	width: 1200px;
	margin: 40px auto 0 auto;
	position: relative;
}
.developul li{
	display: block;
	width: 220px;
	float: left;
	padding: 20px 10px;
	text-align: center;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.developul li .date{
	color: #868686;
	margin: 5px 0;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.developul li .icon{
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin: 0 auto;
	border: 2px solid #929292;
	position: relative;
	z-index: 10;
}
.developul li p{
	color: #868686;
	line-height: 24px;
	font-size: 14px;
	margin: 15px 0;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.developul li .pic{
	margin: 0 0 0 0;
}
.developul li:hover{
	box-shadow: 0 0 12px 0 #000;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.developul li:hover .date,
.developul li:hover p{
	color: #fff;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

.developul li.cur .icon{
	animation:Circle 1.2s infinite linear;
}





.blk_18 { zoom:1; width:1200px; }
.blk_18 .pcont { width:1200px; float:left; overflow:hidden;}
.blk_18 .ScrCont { width:32766px; zoom:1;}
.blk_18 #List1_1, .blk_18 #List2_1 { float:left; }
.blk_18 .LeftBotton { width:22px; height:16px; background:url(../images/ax11.jpg) no-repeat; position: absolute; z-index: 11; top: 47px; left:  -30px;}
.blk_18 .RightBotton{ width:22px; height:16px; background:url(../images/ax21.jpg) no-repeat; position: absolute; z-index: 11; top: 47px; right: -30px;}




















@keyframes Circle{
	0%{transform:scale(.5);}
	50%{transform:scale(1);}
	100%{transform:scale(.5);}
}



.fenbu{
	padding: 50px 0;
	height: 850px;
	background: url("../images/bg_fenbu.jpg") center no-repeat;
}

.fenbu ul{
	padding: 410px 0 0 0;
	width: 1200px;
	margin: 0 auto;
	color: #fff;
}
.fenbu ul li{
	display: block;
	float: left;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0px 0px 20px rgba(0,0,0,.6);
}

.fenbu ul li:nth-child(1){ margin: 0 0 0 61px;}
.fenbu ul li:nth-child(2){ margin: 93px 0 0 360px;}
.fenbu ul li:nth-child(3){ margin: 202px 0 0 153px;}
.fenbu ul li:nth-child(4){ margin: 139px 0 0 -41px;}
.fenbu ul li:nth-child(5){ margin: 253px 0 0 -18px;}
.fenbu ul li:nth-child(6){ margin: 187px 0 0 5px;}
.fenbu ul li:nth-child(7){ margin: 231px 0 0 0;}
.fenbu ul li:nth-child(8){ margin: 150px 0 0 -29px;}
.fenbu ul li:nth-child(9){ margin: -120px 0 0 230px;}






@keyframes warn {
    0% {
        transform: scale(0);
        opacity: 0.0;
    }
    25% {
        transform: scale(0);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.0;
    }
}
@-webkit-keyframes "warn" {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}
.dot {
    position: absolute;
    width: 6px;
    height: 6px;
    left: 13px;
    top: 27px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border: 2px solid red;
    border-radius: 20px;
    z-index: 2;
}
.pulse {
    position: absolute;
    width: 60px;
    height: 60px;
    left: -18px;
    top: -3px;
    border: 5px solid red;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 1;
    opacity: 0;
    -webkit-animation: warn 2s ease-out;
    -moz-animation: warn 2s ease-out;
    animation: warn 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}



.dev{
	padding: 75px 0 0 0;
}



.devpic1 img,
.devpic2 img{
	display: block;
}

.devpic1{
	margin: 50px 0 0 0;
}
.devpic1 .left{
	width: 50%;
	overflow: hidden;
}

.devpic1 .right{
	width: 50%;
	overflow: hidden;
}

.devpic2{
	background: #f1f3f6;
}
.devpic2 .left{
	width: 50%;
	overflow: hidden;
}
.devpic2 .left .dtext{
	width: 520px;
	float: right;
	margin: 45px 75px 0 0;
	font-size: 18px;
}
.devpic2 .left .dtext li{
	padding: 0 0 0 25px;
	display: block;
	background: url("../images/tri.png") center left no-repeat;
	margin: 30px 0;
}
.devpic2 .left .dtext li strong{
	color: #0036a2;
}

.devpic2 .right{
	width: 50%;
	overflow: hidden;
}





.news{
	padding: 75px 0;
	width: 1200px;
	margin: 0 auto;
}

.cate_news{
	text-align: center;
	margin: 40px 0;
}
.cate_news li{
	display: inline-block;
	width: 125px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #bfbfbf;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cate_news li a{
	color: #6e6e6e;
	font-size: 18px;
	display: block;
}
.cate_news li:hover,
.cate_news li.this{
	border: 1px solid #0036a2;
	background: #0036a2;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cate_news li:hover a,
.cate_news li.this a{
	color: #fff;
}


.newsul{}
.newsul li{
	margin: 0 0 40px 0;
	float: left;
	display: block;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

.newsul li:nth-child(1),
.newsul li:nth-child(3){
	margin: 0 17px 40px 0;
}
.newsul li a{
	display: block;
}
.newsul li:hover{
	background: #0036a2;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.newsul li:hover *{
	color: #fff !important;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.newsul li .pic{
	width: 280px;
}
.newsul li .text{
	width: 280px;
	padding: 15px;
}
.newsul li:hover img{
	width: 280px;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
	-moz-transform: 	scale(1.2);
	-webkit-transform: 	scale(1.2);
	-ms-transform: 		scale(1.2);
	-o-transform: 		scale(1.2);
	transform: 			scale(1.2);
}
.newsul li .text>.title{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #282828;
	font-size: 18px;
}
.newsul li:hover .text .title{
	font-weight: bold;
}
.newsul li .text>span{
	display: block;
	margin: 15px 0;
	color: #6e6e6e;

}
.newsul li .text>p{
	display: block;
	border-top: 1px solid #cccccc;
	padding: 15px 0 0 0;
	color: #6e6e6e;
	line-height: 24px;
	font-size: 14px;
}




.news .more{
	display: block;
	width: 220px;
	height: 55px;
	border: 1px solid #0036a2;
	background: #0036a2;
	border-radius: 20px;
	text-align: center;
	line-height: 55px;
	color: #fff;
	font-size: 18px;
	margin: 0 auto;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.news .more:hover{
	border: 1px solid #0036a2;
	background: #fff;
	color: #0036a2;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}



.flink{
	background: #f1f3f6;
	padding: 45px 0;
}
.flink h1{
	font-size: 24px;
	color: #0036a2;
	width: 1200px;
	margin: 0 auto 20px auto;
}
.flink h1 img{
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.flink ul{
	width: 1200px;
	margin: 0 auto;
}
.flink ul li{
	display: block;
	float: left;
	margin: 0 7px 0 0;
	border: 2px solid #f1f3f6;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.flink ul li:hover{
	border: 2px solid #0036a2;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

.flink ul li:last-child{
	margin: 0;
}




.fmenubg{
	padding: 65px 0 50px 0;
	background: #222222;
	color: #919191;
	line-height: 30px;
	font-size: 14px;
}

.fmenu{
	width: 1200px;
	margin: 0 auto;
}
.fmenu h1{
	color: #fefefe;
	font-weight: normal;
	font-size: 18px;
	margin: 0 0 35px 0;
	position: relative;
}
.fmenu h1:after{
	width: 50px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: -18px;
	content: '';
	display: block;
}
.fmenu h1 span{
	color: #9e9e9e;
	font-size: 14px;
}
.fmenu .left{
	width: 425px;
}
.fmenu .left a{
	color: #919191;
	margin: 0 35px 15px 0;
	display: inline-block;
}
.fmenu .middle{
	width: 605px;
	float: left;
}
.fmenu .right{
	width: 170px;
}

.cr{
	line-height: 35px;
	background: #000;
	text-align: center;
	font-size: 14px;
	color: #7b7b7b;
}
.cr a{
	font-size: 14px;
	color: #7b7b7b;
}





.nbanner{
	width: 100%;
	height: 480px;
}


.cate{
	border-bottom: 1px solid #e5e5e5;
}
.cate ul{
	width: 1200px;
	margin: 0 auto;
}
.cate li{
	float: left;
	margin: 0 80px 0 0;
	line-height: 60px;
	display: block;
	position: relative;
}
.cate li a{
	font-size: 18px;
	display: block;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cate li:hover a{
	color: #0036a2;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

.cate li:after{
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #0036a2;
	bottom: 0;
	left: 0;
	opacity: 0;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cate li.this:after,
.cate li:hover:after{
	opacity: 1;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}




.team{
	padding: 75px 0 0 0;
}

.teamintro{
	margin: 85px 0 0 0;
	height: 250px;
	background: #0036a2;
}
.teamintro ul{
	width: 1200px;
	margin: 0 auto;
}
.teamintro ul li{
	padding: 0 180px;
	width: 240px;
	float: left;
	display: block;
	margin-top: -54px;
}
.teamintro ul li h3{
	font-size: 24px;
	text-align: center;
}
.teamintro ul li span{
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 15px auto;
	background: #e83929;
}

.teamintro ul li p{
	color: #fff;
	font-size: 18px;
	line-height: 30px;
}



.case{
	padding: 75px 0;
}
.caseul{
	width: 1200px;
	margin: 50px auto 0 auto;
}
.caseul li{
	display: block;
	float: left;
	width: 386px;
	border: 2px solid #fff;
	margin: 0 9px 20px 0;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.caseul li img{
	width: 386px;
	height: 258px;
}
.caseul li:hover{
	box-shadow: 0 0 20px 0 rgba(0,0,0,.5);
	border: 2px solid #0036a2;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.caseul li p{
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #e5e5e5;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

.caseul li:hover p{
	background: #0036a2;
	color: #fff;
	border-bottom: 1px solid #0036a2;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}


.caseul li:nth-child(3),
.caseul li:nth-child(6),
.caseul li:nth-child(9),
.caseul li:nth-child(12),
.caseul li:nth-child(15),
.caseul li:nth-child(18),
.caseul li:nth-child(21){
	margin: 0 0 20px 0;
}





.nnewsul{
	margin: 50px 0 0 0;
}
.nnewsul li{
	width: 1200px;
	margin: 0 0 50px 0;
	border-bottom: 1px solid #d2d2d2;
	background: url("../images/bg_newsli_1.png") center right 40px no-repeat;
}
.nnewsul li .pic img{
	width: 330px;
}
.nnewsul li .text{
	padding: 40px;
	width: 790px;
}
.nnewsul li .text .date{
	width: 85px;
	height: 85px;
	font-size: 14px;
	color: #5f5f5f;
	border-right: 1px solid #d2d2d2;
}
.nnewsul li .text .date span{
	font-size: 28px;
	display: block;
	margin: 0 0 5px 0;
	line-height: 28px;
}

.nnewsul li .text .ntext{
	width: 545px;
	margin: 0 0 0 20px;
}

.nnewsul li .text .ntext span{
	font-size: 16px;
	color: #484848;
	margin: 0 0 20px 0;
	display: block;
}
.nnewsul li .text .ntext p{
	font-size: 14px;
	color: #888888;
	margin: 0 0 0 0;
	line-height: 22px;
}
.nnewsul li:hover{
	box-shadow: 0 0 12px 0 rgba(0,0,0,.3);
	background: url("../images/bg_newsli_2.png") center right 20px no-repeat;
}

.nnewsul li:hover *{
	color: inherit !important;
}


.contact{
	width: 1200px;
	margin: 0 auto;
	padding: 75px 0;
}
.contact .text{
	color: #484848;
}
.contact .text h1{
	font-size: 24px;
}
.contact .text h2{
	font-size: 16px;
	margin: 0 0 20px 0;
}
.contact .text p{
	font-size: 16px;
	line-height: 30px;
}

.contact_container{
	border: 2px solid #0036a2;
	width: 1126px;
	margin: 50px 0 0 0;
	padding: 30px 35px;
}
.contact_container .text{
	width: 540px;
}
.contact_container .ewm{
	width: 170px;
	text-align: center;
	color: #484848;
	margin: 30px 0 0 0;
}
.contact_container .ewm p{
	margin: 15px 0 0 0;
	font-size: 22px;
}



.map{
	margin: 20px auto 50px auto;
	width: 1200px;
}





.zuzhiintro{
	margin: 50px 0;
}

.protop{
	padding: 50px 0;
}
.probottom{
	padding: 50px 0;
	background: #f9f9f9;
}






.message{
	width: 340px;
}




















