html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
dt,
dd,
ul,
ol,
li,
textarea,
input {
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-appearance: none;
}

*:not(input, textarea) {
	-webkit-touch-callout: inherit;
	-webkit-user-select: auto;
}

body {
	font-family: Hiragino Sans GB, Arial, Helvetica, "Microsoft YaHei";
	-webkit-touch-callout: inherit;
	-webkit-user-select: auto;
	background: #fff;
	color: #333;
    line-height: 1.5;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}

a:hover {
	text-decoration: none;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	padding: 0;
	outline: none;
}
li {
	list-style-type: none;
}
img {
	display: block;
	border: 0 none;
	margin: auto;
}

@font-face {
	font-family: "iconfont";
	src: url('iconfont.eot');
	/* IE9*/
	src: url('iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('iconfont.woff') format('woff'), /* chrome, firefox */
	url('iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
	url('iconfont.svg#iconfont') format('svg');
	/* iOS 4.1- */
}

.cl:after {
	clear: both;
	content: '';
	display: block;
	height: 0;
}

.warp {
	margin: auto;
}


/*头部*/

.header {
	border-top: 4px solid #ff6600;
	height: 97px;
	overflow: hidden;
}
.header .warp {
	width: 1080px;
}
.logo {
	float: left;
}
.logo img {
	width: 170px;
    margin-top: 28px;
    margin-right: 60px;
}

.app {
	float: right;
	color: #fff;
	font-size: 12px;
    line-height: 36px;
    background: #ff6600;
    border-radius: 18px;
    padding: 0 20px;
    margin-top: 30px;
}
.app i {
    float: left; 
    font-family: "iconfont" !important;       
    font-style: normal;
	font-size: 24px;
}
.nav {
	float: left;
}
.nav li {
	float: left;
}

.nav li a {
	display: block;
	position: relative;
	padding: 0 20px;
    font-size: 18px;
    line-height: 97px;
	text-align: center;
	color: #999;
}
.nav li i {
	position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -10px;
	width: 20px;
	height: 4px;
}
.nav li.brand a {
	color: #ff6600;
}
.nav li.brand i{
	background-color: #ff6600;
}
/*幻灯*/
.slideshow {
    position: relative;
    z-index: 1;
}
.slideshow,  
.slides{
    width: 100%;
    height: 540px; 
}
.slideshow img {
    position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.slides {
  position: absolute;
  overflow: hidden; 
}
.slides li a, .slides li img {
    display: block; 
}

.slidenav {
    position: absolute;
    bottom: 70px;
    left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
    text-align: right;
    z-index: 100;
    height: 16px;
    line-height: 16px;
    overflow: hidden; 
}
.slidenav li {
    display: inline; 
}
.slidenav li a {
  display: inline-block;
  margin-right: 10px;
  width: 12px;
  height: 12px;
  overflow: hidden;
  background: #fff;
  filter: alpha(opacity=50);
  background: rgba(255, 255, 255, .5); 
  
  text-decoration: none;
  border-radius: 50%; 
}
.slidenav li a span {
    display: none; 
}
.slidenav li.active a {
    background: #fff;
    filter: alpha(opacity=100);
}

.slidetip {
    position: absolute;
    bottom: 2px;
    height: 40px;
    left: 0;
    font-weight: normal;
    color: #fff;
    overflow: hidden; 
}
.slidetip .front {
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 0 0;
    width: 100%;
    line-height: 20px;
    overflow: hidden;
    text-align: left;
    font-size: 12px; 
}
.slidetip .front a {
    margin-left: 7px;
    color: #fff; 
  }
.slidetip .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5; 
}
.slidetip a {
    color: #fff; 
}
/*公司介绍*/
.section1 {
	position: relative;
	top: -50px;
    z-index: 4;
}
.section1 .warp {
	width: 980px;
	padding: 50px;
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}
.introduce {
	float: left;
	width: 550px;
    margin-right: 40px;
}
.introduce p {
	margin-bottom: 10px;
	font-size: 16px;
	text-indent: 2em;
}
.introduce + img {
    margin-top: 40px;
}
/*重点产品与项目*/
.section2 {
    position: relative;
    z-index: 5;
}
.title {
	font-size: 34px;
	text-align: center;
    font-weight: 400;
}
.section2 .warp {
	width: 1080px;
}
.section2 .title {
    padding-top: 20px;
    padding-bottom: 50px;
}
.section2 ul {
	position: relative;
}
.section2 li {
	float: left;
	width: 33.33%;
    margin-bottom: 50px;
	text-align: center;
}
.section2 h3 {
    margin-bottom: 10px;
	font-size: 20px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section2 li > p {
	height: 56px;
	overflow: hidden;
	font-size: 14px;
	color: #999;
    line-height: 2;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.img_box {
    width: 148px;
    height: 148px;
    margin: 0 auto 20px;
    border: 3px solid #eee;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    line-height: 148px;
   /*  behavior: url(PIE.htc);  */
}
.section2 li:hover .img_box{
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    border-color: #fff;
}
.img_box img {
    max-width: 120px;
	/* margin-top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); */
    display: inline;
    vertical-align: middle;
}
/*弹出层*/
.layout {
    position: fixed;
    top: 50%;
	left: 50%;
	width: 1080px;
    margin-left: -540px;
	z-index: 2;
	display: none;
    overflow-y: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
    /* transform: translateY(-50%);
    -webkit-transform:translateY(-50%); */
}
.layout_content {
	background: #fff;
}
.animate_show {
	-webkit-animation: show .5s ease;
}
.animate_hide {
	-webkit-animation: hide .5s ease forwards;
}
@-webkit-keyframes show{
	from{
		-webkit-transform: scale(0);
	}
	to{
		-webkit-transform: scale(1);
	}
}
@keyframes show{
	from{
		transform: scale(0);
	}
	to{
		transform: scale(1);
	}
}
@-webkit-keyframes hide{
	from{
		-webkit-transform: scale(1);
	}
	to{
		-webkit-transform: scale(0);
	}
}
@keyframes hide{
	from{
		transform: scale(1);
	}
	to{
		transform: scale(0);
	}
}

.layout_header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	color: #fff;
	line-height: 60px;
	text-align: center;
    font-weight: 400;
    z-index: 4;
}
table {
	width: 100%;
    margin-top: -16px;
    text-align: left;
    line-height: 3;
}
th {
	font-weight: 400;
    text-align: left;
}

.item_cdfer .layout_header {
	background: #ff3700;
}
.item_cdfer th:first-child {
	color: #ff3700;
}
.item_cdhn .layout_header {
	background: #ff086b;
}
.item_cdhn th:first-child {
	color: #ff086b;
    line-height: 1.5;
}
.item_thkj .layout_header {
	background: #0f6caa;
}
.item_thkj th:first-child {
	color: #0f6caa;
}
.item_c21 .layout_header {
	background: #3892f2;
}
.item_c21 th:first-child {
	color: #3892f2;
}
.item_canyin .layout_header {
	background: #0f0f0f;
}
.item_canyin th:first-child {
	color: #0f0f0f;
}
.item_fuka .layout_header {
	background: #e9343d;
}
.item_fuka th:first-child {
	color: #e9343d;
}
.item_hxdsw .layout_header {
	background: #ff6600;
}
.item_hxdsw th:first-child {
	color: #ff6600;
}
.item_jsyf .layout_header {
	background: #309fed;
}
.item_jsyf th:first-child {
	color: #309fed;
}
.item_xmtz .layout_header {
	background: #febd40;
}
.item_xmtz th:first-child {
	color: #febd40;
}
.close {
	position: absolute;
	right: 20px;
	top: 12px;
}
.layout_main {
    width: 940px;
	padding: 60px 0 20px;
    margin: auto;
	font-size: 16px;
}
.layout_main h2 {
    padding: 50px 0 30px;
	font-size: 28px;
}
.digest {
    padding: 30px 0;
	text-align: left;
}
.layout_img {
    width: 220px;
    height: 165px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}
.layout_img:last-child {
    margin-right: 0;
}
.layout_img_small {
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    width: 100px;
    height: 100px;
}
.layout_img_small:nth-child(8n){
    margin-right:0;
}
.row2 {
    width: 45%;
	float: left;
	margin-right: 10%;
}
.row2:last-child {
	margin-right: 0;
}
.row3{
    width: 40%;
    float: left;
}
.code {
    width: 160px;
    float: right;
}
.code img{
    width: 160px;
    height: 160px;
}
.code p{
    font-size: 16px;
    line-height: 2;
    margin-bottom: 20px;
}
.layout_img + .qrcode{
    height: 165px;
}
/*合作伙伴*/
.partner {
	background: #f0f0f0;
}
.partner .warp {
	width: 900px;
    padding: 60px 0 30px;
}
.partner ul {
	width: 960px;
}
.partner .title {
    padding-bottom: 50px;
}
.partner  li {
	float: left;
	width: 178px;
	height: 58px;
	margin-right: 60px;
	margin-bottom: 40px;
	border: 1px solid #999;
    text-align: center;
    line-height: 58px;
    overflow: hidden;
}
.partner  li img {
	max-width: 100%;
	max-height: 100%;
	display: inline;
    vertical-align: middle;
}
/*尾部*/
.footer {
	background: #333;
	font-size: 14px;
	color: #fff;
}
.footer .warp {
	width: 980px;
	padding: 40px 0;
}
.box1 {
	float: left;
	width: 270px;
    padding: 10px 0;
	/* border-right: 1px solid rgba(255, 255, 255, .2);
	margin-right: 150px; */
}
.box1 > img {
	margin-left: 0;
	margin-top: 20px;
}
.box1 li {
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	background: rgba(255, 255, 255, .1);
}
.box1 li img {
	display: inline;
    vertical-align: middle;
}
.box2 {
    /* padding: 10px 0; */
    padding: 10px 0 10px 150px;
    margin-left: 270px;
    border-left: 1px solid rgba(255, 255, 255, .2);
}
.box2 p:last-child {
	margin-top: 10px;
}

/*媒体查询（自适应）开始*/

@media screen and (max-width:1079px) {
	.header .warp{
		width: 100%;
	}
    .layout {
		width: 100%;
        left:0;
        margin-left: 0;
	}
	.section1 .warp {
		width: auto;
	}
	.section2 .warp {
		width: 100%;
	}
}

@media screen and (max-width:979px) {
	.header {
	    border-top-width: 6px;
	    height: auto;
	    padding-top: 60px;
	    position: relative;
	}
	.logo {
		position: absolute;
	    top: 0;
	    left: 20px;
	}
	.app {
		position: absolute;
	    top: 0;
	    right: 0;
	    background: #fff;
	    color: #ff6600;
	    margin-top: 0;
    	line-height: 60px;
	}
	
	.app span {
		display: none;
	}
	.logo img{
		width: 133px;
		margin-top: 14px;
	}
	.nav {
		float: none;
		border-top: 1px solid #e2e2e2;
		border-bottom: 2px solid #ff6600;
	}
	.nav li {
		width: 25%;
	}
	.nav li i {
		display: none;
	}
	.nav li a {
		display: block;
	    padding: 0 ; 
		font-size: 12px;
		border-right: 1px solid #e2e2e2;
		text-align: center;
		line-height: 4;
	}
	.nav li.brand {
		background: #ff6600;
	}
	.nav li.brand a {
		color: #fff;
		border-right: none;
	}
	
	.section1 .warp {
	    width: 80%;
	}
	.introduce {
	    float: none;
	    width: 100%;
	}
	.footer .warp {
		width: auto;
		text-align: center;
        padding: 20px 0;
	}
	.box1 {
		float: none;
		width: auto;
		/* border-right: none;
		margin-right: auto; */
	}
	.box1 > img {
		margin-left: auto;
	    margin-top: 0;
	}
	.box1 ul {
		display: none;
	}
    .box2 {
        border-left: none;
        margin-left: auto;
        padding: 0 0 0 6px;
        text-align: left;
    }
	.box2 span {
		display: none;
	}
}

@media screen and (max-width:768px) {
	.slideshow {
		height: 320px;
	}
	.section1 .warp {
	    width: 80%;
	    padding: 50px 5%;
	}
	.section2 li {
		width: 50%;
	}
	.partner .warp {
		width: auto;
	}
	
	.partner ul{
		width: 640px;
		margin: auto;
	}
	.partner li {
		margin-right: 50px;
	}
	.partner li:nth-child(3n) {
    	margin-right: 0;
    }
     
	.layout {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
        margin-top: 0;
       /*  transform: translateY(0);
        -webkit-transform: translateY(0); */
		background: rgba(0, 0, 0, .8);
	}
	.layout_content {
		position: absolute;
		top: 20px;
		bottom: 20px;
		width: 90%;
		left: 5%;
		box-shadow: none;
	}
    .layout_header {
        line-height: 30px;
        font-size: 3rem;
    }
	 .layout_main {
        width: auto;
        position: absolute;
		top: 30px;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 0 10px ;
        font-size: 15px;
		overflow-y: scroll;
	}
    .close {
        width: 18px;
        top: 6px;
    }
    .layout_img{
        width: 48%;
        height: auto;
        margin-right: 4%;
        margin-bottom: 20px;
    }
    .layout_img:nth-child(2n+2) {
        margin-right: 0;
    }
    .layout_img + .qrcode{
        height: 127px;
    }
	.digest {
	    padding: 10px 0;
	}
	.layout_main h2 {
		padding: 10px;
		font-size: 20px;
	}
	.row2 {
	    width: 100%;
		float: none;
		margin-right: 0;
	    padding-bottom: 10px;
	}
	.row2:last-child {
		border-top: 1px solid #ccc;
	    padding-top: 10px;
	}
    .row3 {
	    width: 100%;
		float: none;
		margin-right: 0;
	    padding-bottom: 10px;
	}
	.row3:nth-child(2) {
		border-top: 1px solid #ccc;
	    padding-top: 10px;
	}
}

@media screen and (max-width:640px) {
	.slideshow{
		height: 160px;
	}
	.slidenav {
		bottom: 30px;
	}
	.slidenav li a {
		width: 6px;
		height: 6px;
		margin-right: 5px;
	}
	.section1 {
	    top: -20px;
	}
	.section1 .warp {
		padding: 20px 5%;
	}
	.introduce + img {
	    width: 70%;
	}
	.title {
		font-size: 20px;
	}
	.section2 .title {
	    padding-bottom: 10px;
	}
	.img_box {
	    width: 78px;
	    height: 78px;
        line-height: 78px;
	}
	.img_box img {
	    /* -webkit-transform:  translateY(-50%);
    	transform: translateY(-50%); */
    	width: 80%;
	}
	.partner ul{
		width: 300px;
		margin: auto;
	}
	.partner li {
	    width: 88px;
	    height: 28px;
	    margin-right: 15px;
	    margin-bottom: 20px;
	    line-height: 28px;
    }
    .partner li img {
    	-webkit-transform: scale(0.75);
      	transform: scale(0.75);
    }
    .partner .title {
	    padding-bottom: 10px;
	} 
    .partner .warp{
        padding: 20px 0 10px;
    }
   
}

@media screen and (max-width:480px) {}

@media screen and (max-width:360px) {}