@charset "utf-8";
/*首页*/
body,html {
	height: 100%;
}
.wrap {
	width: 100%;
	height: 100%;
	min-width: 1100px;
	position: relative;
	overflow: hidden;
}
.wrap .navbox {
	position: absolute;
	right: 10%;
	top: 40px;
	z-index: 2;
}
.wrap .navbox ul, .wrapbg .navbox ul {
	margin-right: 20px;
}
.wrap .navbox ul li a,.wrapbg .navbox ul li a {
	font-size: 14px;
	margin: 0 20px;
	color: #fff;
}
 .navbox ul li.actnav a {
	color: #ee774a;
}
.wrap .navbox ul li a:hover,.wrapbg .navbox ul li a:hover {
	color: #ee774a;
}
.wrap .navbox .two span, .wrap .navbox .two a, .wrapbg .navbox .two a,.wrapbg .navbox .two span {
	background:  url(../images/weixin.png) center no-repeat;
	position: relative;
	width: 20px;
	height: 16px;
	display: inline-block;
	cursor: pointer;
}
.wrap .navbox .two a, .wrapbg .navbox .two a {
	background-image: url(../images/weibo.png);
	margin-left: 20px;
}
.wrap .navbox .two span img, .wrapbg .navbox .two span img {
	position: absolute;
	top: 30px;
	left: -60px;
	z-index: 3;
	display: none;
	width: 158px;
	height: 157px;
}
.wrap .navbox .two span:hover img, .wrapbg .navbox .two span:hover img{
	display: block;
}
.banner .swiper-container {
    width: 100%;
    min-width: 1100px;
    height: 100%;
}
.banner .swiper-slide {
	overflow: hidden;
}
.banner .swiper-slide img {
    width: 100%;
    height: 100%;
    -moz-transition: all 6s ease;
	-webkit-transition: all 6s ease;
	transition: all 6s ease;
}
.banner .swiper-slide-active img {
    -moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
#contrast {
	width: 77%;
	margin-bottom: 1%;
	display: -webkit-flex;
	display: flex;
	transform: translate3d(0.35rem,0,0);
	-webkit-transform: translate3d(0.35rem,0,0);
	position: absolute;
	right: 0px;
    bottom: 1%;
    z-index: 3;
    text-align: center;
    color: #fff;
    background: url(../images/line.png) left bottom no-repeat;
    background-size: 100%;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -o-transform: translate(0,-50%);
    -ms-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    padding-left: 14%;
    box-sizing: border-box;
}
#contrast li {
	width: 14.5%;
	line-height: 1.5rem;
	text-align: center;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	flex-shrink: 1;
	font-size: 14px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-right: 0.2rem;
	cursor: pointer;
}
#contrast li.active {
	background: url(../images/nav2.png) top center no-repeat;
}
#contrast li img {
	margin-top: 3px;
}
#contrast li p {
	margin-top: 10px;
}
.wrap .left {	
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 23%;
	min-width: 226px;
	height: 100%;
	background-color: rgba(3,137,240,0.5);
}
.wrap .left .logo {
	width: 50%;
	margin: 10px auto;
	text-align: center;
}
.wrap .left .logo img {
	width: 100%;
}
.wrap .left .bannertxt {
	width: 70%;
	position: absolute;
	right:7%;
	top: 20%;
	background:  url(../images/yinhao.png) 0 0 no-repeat;
}
.wrap .left .bannertxt li {
	display: none;
	/*padding-left: 12%;*/
	padding-top: 10%;
}
.wrap .left .bannertxt .tit {
	color: #ee774a;
	padding-top: 30px;
	margin-bottom: 20px;
	font-family: "Open Sans Light";
}
.wrap .left .bannertxt h1 {
	color: #fff;
	margin: 10px 0;
}
.wrap .left .bannertxt p {
	color: #fff;
	font-size: 15px;
	line-height: 25px;
}
.wrap .left .bannertxt li.now {
	display: block;
}
.wrap .left .bannertxt .btn {
	width: 100%;
	height: 29px;
	margin-top: 30%;
	background:  url(../images/line2.png) 50% center no-repeat;
}
.wrap .left .bannertxt .btn:hover {
	background-position: 70% center;
}
.wrap .left .bannerli {
	width: 20%;
	position: absolute;
	left: 12%;
	top: 20%;
}
.wrap .left .bannerli li {
	width: 14px;
	height: 14px;
	background:  url(../images/dot1.png)  center no-repeat;
	margin: 24px 0;
	cursor: pointer;
}
.wrap .left .bannerli li.current {
	background-image: url(../images/dot2.png);
}
.wrap2 {
	width: 100%;
	min-width: 1100px;
	margin: 0 auto;
	background-color: #f9f9f9;
}
.wrap2 .news, .wrap2 .case {
	width: 50%;
}
.wrap2 .news .newsbox {
	padding: 0 10%;
}
.wrap2 .news .newsbox .tit {
	font-size: 18px;
	color: #333;
	line-height: 117px;
}
.wrap2 .news .newsbox dl dt {
	width: 40%;
	overflow: hidden;
}
.wrap2 .news .newsbox dl dd {
	width: 55%;
}
.wrap2 .news .newsbox dl dd h2 {
	font-size: 16px;
	color: #333;
}
.wrap2 .news .newsbox dl dd h3 {
	font-size: 12px;
	color: #999;
	line-height: 35px;
}
.wrap2 .news .newsbox dl dd p {
	width: 100%;
	overflow: hidden;
	font-size: 12px;
	line-height: 25px;
	height: 46px;
	margin-bottom: 10px;
}
.wrap2 .news .newsbox dl dd a.more {
	font-size: 14px;
	color: #177ec1;	
}
.wrap2 .news .newsbox ul {
	margin-top: 8%;
}
.wrap2 .news .newsbox ul li {
	line-height: 44px;
	background:  url(../images/dot3.jpg) left center no-repeat;
	border-bottom: 1px dashed #999;
}
.wrap2 .news .newsbox ul li a {
	padding-left: 20px;
}
.wrap2 .news .newsbox ul li a:hover, .wrap2 .news .newsbox h2:hover a {
	color: #177ec1;
}
.wrap2 .case ul li {
	width: 50%;
	position: relative;
	overflow: hidden;
}
.wrap2 .case ul li:nth-child(2n) {
	float: right;
}
.wrap2 .case ul li:nth-child(2n+1) {
	float: left;
}
.wrap2 .case ul li img, .wrap2 .news .newsbox dl dt img {
	width: 100%;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	-webkit-transition:0.8s;
	transition:0.8s;
}
.wrap2 .case ul li.lianli a {
	color: #fff;
}
.wrap2 .case ul li.lianli div {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 100%;
	padding-top: 15%;
}
.wrap2 .case ul li.lianli div p {
	line-height: 40px;
	margin-bottom: 4%;
	font-size: 20px;
}
.wrap2 .case ul li.lianli div span {
	padding: 2% 5%;
	border: 1px solid #fff;
}
.wrap2 .case ul li.anli h2 {
	position: absolute;
	left: 15%;
	top: 10%;
	color: #fff;
}
.wrap2 .case ul li:hover img, .wrap2 .news .newsbox dl dt:hover img {
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);	
}
.link {
	margin: 0 5%;
	padding: 2% 1%;
	min-width: 1100px;
	overflow: hidden;
}
.link ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	overflow: hidden;
}
.link ul li {
	border: 1px solid #ccc;
	flex:1;
	margin-right: 20px;
}
.link ul li img {
	width: 100%;
}
.wrapbg {
	width: 100%;
	min-width: 1200px;
	height: 396px;
	background: url("../images/nbanner.jpg") center no-repeat;
}
.wrapbg .headbox {
	height: 93px;
	line-height: 93px;
}
.ncontent {
	margin-top: 20px;
	min-height: 550px;
}
.ncontent .left {
	width: 202px;
	text-align: center;
	color: #fff;
}
.ncontent .left h1 {
	background-color: #ee774a;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
}
.ncontent .left ul li {
	margin: 10px 0;
	height: 34px;
	line-height: 34px;
	background-color: #9c9c9c;
}
.ncontent .left ul li a {
	font-size: 16px;
	color: #fff;
	display: block;
}
.ncontent .left ul li:hover {
	background-color: #0389f0;
}
.ncontent .left ul li.now {
	background-color: #0389f0;
}
.ncontent .right {
	width: 962px;
	padding-bottom: 50px;
}
.ncontent .right .tit {
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #8f8e8e;
	background: url("../images/home.png") left center no-repeat;
	padding-left: 30px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}
.ncontent .right .tit a {
	margin: 0 5px;
}
.ncontent .right .tit a:hover {
	color:#ee774a;
}
.ncontent .right .leftcon h1, .ncontent .right .leftcon img {
	text-align: center;
}
.ncontent .right .leftcon h1 {
	font-size: 24px;
	line-height: 60px;
}
.ncontent .right .leftcon img {
	display: block;
	max-width: 962px;
	margin: 0 auto;
}
.ncontent .right .leftcon p {
	line-height: 30px;
	margin-top: 20px;
}
.ncontent .right .leftcon h2 {
	font-size: 24px;
	color: #ee774a;
	margin-top:10px;
}
.ncontent .right .leftcon .wenben2 p {
	text-indent: 2em;
}
.ncontent .right .leftcon .wenben3 p {
	margin: 0;
}
.ncontent .right .leftcon .wenben3 h2 {
	margin: 10px 0;
}
.ncontent .right .leftcon .wenben3 ul {
	margin-right: -15px;
	margin-bottom: 50px;
}
.ncontent .right .leftcon .wenben3 ul li {
	margin-right: 10px;
	margin-top: 15px;
}
.ncontent .right .leftcon .newsleft dl {
	margin: 30px 0;
}
.ncontent .right .leftcon .newsleft dl dt {
	width: 280px;
	height: 175px;
	overflow: hidden;
}
.ncontent .right .leftcon .newsleft dl dt img {
	width: 100%;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}
.ncontent .right .leftcon .newsleft dl dt img:hover {
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.ncontent .right .leftcon .newsleft dl dd {
	width: 648px;
	height: 175px;
	position: relative;
	overflow: hidden;
}
.ncontent .right .leftcon .newsleft dl dd p {
	margin-top: 0;
	height: 90px;
	overflow: hidden;
}
.ncontent .right .leftcon .newsleft dl dd .more {
	position: absolute;
	right: 0;
	bottom: 0;
}
.ncontent .right .leftcon .newsleft dl dd h2 a, .ncontent .right .leftcon .newsleft dl dd h3,.ncontent .right .leftcon .newsleft .tip {
	color: #0389f0;
}
.ncontent .right .leftcon .newsleft dl dd h2 {
	margin-top: 0;
}
.ncontent .right .leftcon .newsleft dl dd h2 a {
	font-size: 20px;
}
.ncontent .right .leftcon .newsleft dl dd h3 {
	font-size: 14px;
	line-height: 30px;
	margin:0
}
.ncontent .right .leftcon .newsleft .tip {
	text-align: center;
	font-size: 12px;
	margin-bottom: 20px;
}
.ncontent .right .leftcon .newsleft .tip span {
	background: url("../images/time.png") 0 center no-repeat;
	margin-right: 30px;
}

.ncontent .right .leftcon .newsleft .tip span#hits {
	margin-right:5px;
}

.ncontent .right .leftcon .newsleft .tip i {
	background: url("../images/time2.png") 0 center no-repeat;
}
.ncontent .right .leftcon .newsleft .tip span,.ncontent .right .leftcon .newsleft .tip i {
	padding-left: 20px;
}
.ncontent .right .leftcon .yewu ul li {
	width: 453px;
	overflow: hidden;
}
.ncontent .right .leftcon .yewu ul li p {
	background: url("../images/yewu2.png") 0 center no-repeat;
	padding-left: 40px;
	line-height: 50px;
	margin-top: 0;
	height: 50px;
	overflow: hidden;
}
.ncontent .right .leftcon .yewu ul li p.nobg {
	background: none;
	padding-left: 0;
	position: relative;
}
.ncontent .right .leftcon .yewu ul li p.nobg span {
	position: absolute;
	right: 0;
	top: 0;
	color: #ee774a;
	background: url("../images/pingfang.png") 0 center no-repeat;
	padding-left: 20px;
}
.ncontent .right .leftcon .yewu ul li:nth-child(2n+1) {
	float: left;
}
.ncontent .right .leftcon .yewu ul li:nth-child(2n) {
	float: right;
}
.ncontent .right .leftcon .yewu ul li .pic {
	position: relative;
	width: 100%;
	height:286px;
	overflow:hidden
}
.ncontent .right .leftcon .yewu ul li .pic .more2 {
	width: 100%;
	height: 286px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	background: rgba(3,137,240,0.6) url("../images/more2.png")  center no-repeat;
	color: #fff;
	line-height: 230px;
	display: none;
}
.ncontent .right .leftcon .yewu ul li .pic:hover .more2 {
	display: block;
}
.ncontent .right .leftcon .yewu .ywright {
	width: 420px;
}
.ncontent .right .leftcon .yewu .ywleft {
	width: 495px;
	overflow: hidden;
}
.ncontent .right .leftcon .yewu .ywleft img {
	width: 100%;
}
.ncontent .right .leftcon .yewu .tityw {
	color: #666;
	background:url("../images/dot.png")  0 10px no-repeat;
	padding-left: 30px;
	border-bottom: 1px solid #0389f0;
	padding-bottom: 15px;
}
.ncontent .right .leftcon .yewu .yewuqita {
	clear: both;
	padding-top: 30px;
}
.ncontent .right .leftcon .yewu .tityw2 {
	background-image: url("../images/dot4.png");
	border-color: #ee774a;
	color: #666;
}
.ncontent .right .leftcon .yewu .yewuqita .tityw2 {
	margin-bottom: 30px;
}
.ncontent .right .leftcon .yewu .yewuqita h3 {
	color: #ee774a;
}
.ncontent .right .leftcon .yewu .tityw span {
	color: #ee774a;
	background:url("../images/pingfang.png")  0 center no-repeat;
	padding-left: 20px;
	font-size: 14px;
}
.ncontent .right .leftcon .yewu .lanse {
	/*color: #0389f0;*/
}
.ncontent .right .leftcon .yewu .lanse2 {
	background:url("../images/dot.png")  0 center no-repeat;
	padding-left: 30px;
}
.ncontent .right .leftcon .lianxi p {
	background:  url(../images/map3.png) 350px  center no-repeat;
	text-align: center;
	padding-left: 20px;
}
.ncontent .right .leftcon .lianxi2 ul {
	width: 100%;
	margin-top: 30px;
}
.ncontent .right .leftcon .lianxi2 ul li {
	width: 250px;
	background:  url(../images/map4.png) 0 center no-repeat;
	padding-left: 50px;
	margin-bottom: 30px;
}
.ncontent .right .leftcon .lianxi2 ul li p {
	margin-top: 0px;
	font-size: 14px;
	color: #0389f0;
}
.ncontent .right .leftcon .lianxi2 ul .li2 {
	background-image: url(../images/map5.png);
}
.ncontent .right .leftcon .lianxi2 ul .li3 {
	background-image: url(../images/map6.png);
}
.ncontent .right .leftcon .lianxi2 ul .li4 {
	background-image: url(../images/map7.png);
}
.ncontent .right .leftcon .lianxi2 ul .li5 {
	background-image: url(../images/map8.png);
}
.ncontent .right .leftcon .lianxi3 h3 {
	color: #ee774a;
	margin-top: 20px;
}
.ncontent .right .leftcon form .box {
	width: 392px;
	height: 64px;
}
.ncontent .right .leftcon form .box input {
	width: 380px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #ccc;
	padding-left: 10px;
}
.ncontent .right .leftcon form .box2 {
	height: 178px;
}
.ncontent .right .leftcon form .box textarea {
	border: 1px solid #ccc;
	height: 138px;
	width: 370px;
	padding: 10px;
}
.ncontent .right .leftcon form .box3 input {
	background-color: #0387ec;
	width: 390px;
	color: #fff;
	border: 0;
	font-size: 20px;
	cursor: pointer;
}
.ncontent .right .leftcon .hezuo ul {
	margin-right: -25px;
}
.ncontent .right .leftcon .hezuo ul li {
	margin-right: 25px;
	margin-bottom: 25px;
}

.leftcon{ line-height:28px}














