.wrap2 {
    width: 1300px;
    height: auto;
    margin: 0 auto;
}

.bgeee {
    background: #f9f9f9;
}

.clearfloat {
    *zoom: 1;
}

.clearfloat:before,
.clearfloat:after {
    content: "";
    display: table;
    line-height: 0;
    visibility: hidden;
}

.clearfloat:after {
    clear: both;
}

/************资讯中心************/
.newsW {
    margin-top: 35px;
}
.newsList li {
    padding: 20px 0;
    border-bottom: 1px solid #d2d2d2;
}

.newsList li:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.newsList li .pic {
    float: left;
   
}

.newsInner {
    float: right;
   
}

.newsInner h2 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}

.newsInner h2 a:hover {
    color: #e62129;
    text-decoration: none;
}

.newsInner h3 {
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.newsInner p {
    margin-top: 8px;
    line-height: 26px;
    color: #666;
}

.newsInner a.more {
    display: block;
    width: 116px;
    height: 32px;
    margin-top: 18px;
    line-height: 32px;
    text-align: center;
    color: #e62129;
    border: 1px solid #e62129;
}

.newsInner a.more:hover {
    color: #fff;
    background: #e62129;
    text-decoration: none;
}

.newsW .page {
    margin-top: 30px;
    margin-bottom: 60px;
}
/*************服务咨询***********/
.sample {
	padding: 60px 0 158px 0;
	/* background: url(../temp/simple_bg.jpg) no-repeat center;
	background-size: cover; */
}


.sampleH {
	text-align: center;
	margin-bottom: 60px;
}

.sampleH h2 {
	font-size: 36px;
	font-weight: 600;
}

.sampleH .line {
	width: 90px;
	height: 4px;
	margin: 12px auto 0;
	background: #006B3E;
}

.formInner {
	margin-bottom: 20px;
}

.formInner .left {
	float: left;
}

.formInner .right {
	float: right;
}

.formW {
	width: 48.5%;
	height: 50px;
	line-height: 40px;
	font-size: 0;
    
	background: #fff;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
}

.formW p {
	display: inline-block;
	padding-left: 14px;
	margin-right: 6px;
	vertical-align: middle;
	font-size: 16px;
	color: #999;
}

.formW p span {
	color: #e93c3c;
}

.formW input {
	width: calc(100% - 72px);
	font-size: 14px;
    border: 0px solid #ccc;
	vertical-align: middle;
}

.formW input.formTel::-webkit-inner-spin-button,
.formW input.formTel::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.formW input.formTel {
	-moz-appearance: textfield;
}

.formText .formW {
	width: 100%;
	height: 236px;
	box-sizing: border-box;
}

.formText .formW textarea {
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 26px;
}

.formYzmInner {
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
}

.formYzmInner .formYzmW {
	float: left;
	width: 160px;
	height: 100%;
	margin-right: 15px;
	background: #fff;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
}

.formYzmInner .formYzmW input {
	width: 78px;
}

.formYzmInner a {
	float: left;
	width: 154px;
	margin-right: 15px;
	font-size: 0;
	overflow: hidden;
}

.formYzmInner a img {
	width: 100%;
	vertical-align: middle;
}

.formYzmInner h4 {
	float: left;
	font-size: 16px;
}

.hint {
	height: 20px;
	padding-left: 15px;
	line-height: 20px;
}

.hint p {
	display: none;
	font-size: 14px;
	color: #CA2615;
}

.formB {
	margin-top: 10px;
    text-align: center;
}

.formB button {
	width: 220px;
	height: 40px;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.formB button.formSure {
	margin-right: 20px;
	background: red;
}

.formB button.formSure:hover {
	background: red;
}

.formB button.formReturn {
	background: #333;
}

.formB button.formReturn:hover {
	background: #000;
}

/***********关于我们*************/
.bannerBox {
    margin-top: 100px;
    height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.aboutL {
    float: left;
    -moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	animation-name: fadeInLeft;
    animation-delay: 200ms;
    visibility: visible;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.aboutH {
    height: 70px;
    margin-top: 30px;
    text-align: center;
    color: #fff;
    background: url(../home/images/biao.jpg) no-repeat center bottom;
	background-size: auto 100%;
    position: relative;
    z-index: 22;
}

.aboutH h3 {
    padding-top: 38px;
    line-height: 32px;
    font-size: 24px;
}

.aboutH h2 {
    line-height: 70px;
    font-size: 30px;
    font-weight: 600;
}

.aboutNav {
    background: #fff;
}

.aboutNav li {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    border-bottom: 1px solid #dadada;
}

.aboutNav li a {
    display: block;
    padding: 0 22px;
    position: relative;
    color: black;
}

.aboutNav li:hover a {
    color: black;
    background: #dadada;
    text-decoration: none;
}

.aboutNav li.on {
    border-bottom: 1px solid #fff;
}

.aboutNav li.on a {
    color: #e62129;
    background: #f9f9f9;
}

.aboutNav li :active a {
    color: #e62129;
    background: #f9f9f9;
    text-decoration: none;
}

.aboutLAd {
    margin: 15px 0;
}

.aboutLAd:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.aboutContact {
    padding: 0 0 30px 0;
    background: #fff;
    margin-bottom: 20px;
}

.aboutContactH {
    padding: 12px 0;
    border-bottom: 1px solid #dadada;
}

.aboutContactH h2 {
    height: 20px;
    padding-left: 16px;
    line-height: 20px;
    font-size: 16px;
    border-left: 3px solid #e62129;
}

.aboutContactH h2 span {
    float: right;
    padding-right: 20px;
}

.aboutContactH h2 span a {
    color: #e62129;
}

.aboutContact ul {
    margin-top: 15px;
}

.aboutContact ul li {
    padding: 0 10px 0 10px;
    margin-bottom: 12px; 
    line-height: 22px;
}

.aboutContact ul li span,
.aboutContact ul li em,
.aboutContact ul li p {
    display: inline;
}

.aboutContact ul li span {
    width: 22px;
    height: 22px;
    margin-right: 1px;
    font-size: 0;
    text-align: center;
    vertical-align: top;
}

.aboutContact ul li span img {
    vertical-align: middle;
}

.aboutContact ul li em {
    /* width: 46px;  */
    vertical-align: top;
}


.aboutContact ul li p a {
    text-decoration: none;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 173px;
}

.snlist ul li {
    height: 34px;
    border-bottom: dashed 1px #ccc;
}

.snlist ul li p {
    background: url(../home/images/ico2_58.jpg ) left center no-repeat;
    font: 12px/34px 宋体;
    padding: 0 0 0 15px;
}

.aboutEwm {
    text-align: center;
}

.aboutR {
    float: right;
    -moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	animation-name: fadeInRight;
    animation-delay: 200ms;
    visibility: visible;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.aboutRTop {
    font-size: 16px;
    color: #999;
}

.aboutRTop a {
    color: #999;
}

.aboutRTop a:hover {
    color: #e62129;
}

.aboutRTop .name {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    border-bottom: 2px solid #87b2c7;
    position: relative;
    top: -1px;
    position: relative;
}

.aboutRTop .name p {
    margin-top: 30px;
    line-height: 22px;
    padding-left: 22px;
    position: relative;
    z-index: 22;
}

.aboutRH {
    margin-top: 62px;
    text-align: center;
}

.aboutRH h2 {
    font-size: 36px;
    line-height: 46px;
}

.aboutRH p {
    font-size: 16px;
    line-height: 26px;
}

.aboutRW {
    margin-top: 52px;
}

.aboutPic {
    float: left;
    box-sizing: border-box;
    width: 335px;
    height: auto;
    margin: 0 48px 24px 0;
    border: 10px solid #ddd;
}

.aboutPic:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.aboutRW h3 {
    margin-top: 10px;
    margin-bottom: 32px;
    font-size: 36px;
    font-weight: 600;
    color: #006B3E;
}

.aboutRW p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 42px;
}

.aboutRInner {
    padding: 30px 70px 30px 58px;
    margin-bottom: 60px;
    background: #fff;
}

.aboutRInnerWrit {
    float: left;
    width: 302px;
}

.aboutRInnerWrit h2 {
    font-size: 36px;
    line-height: 44px;
}

.aboutRInnerWrit h3 {
    margin-bottom: 22px;
    font-size: 18px;
    color: #666;
    line-height: 24px;
}

.aboutRInnerWrit p {
    color: #666;
    line-height: 24px;
}

.aboutRInnerPic {
    float: right;
    width: 452px;
}

.aboutRInnerPic img {
    width: 100%;
}

.jtAbout {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../home/images/jt_about.png) no-repeat center;
    background-size: 8px;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.single-line {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/************资讯中心-详情页************/
.newsDetailW {
    margin-top: 70px;
    padding: 0 25px;
}

.newsDetailH {
    text-align: center;
}

.newsDetailH h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.newsDetailH p {
    color: #666;
}

.newsDetailCont {
    margin-top: 28px;
}

.newsDetailCont p {
    margin-bottom: 30px;
    font-size: 16px;
    color: #666;
    line-height: 38px;
}

.newsDetailCont p span {
    font-weight: 600;
    color: #333;
}

.jump {
    padding: 12px 0;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}

.jump p {
    line-height: 36px;
}

.jump p a {
    color: #666;
}

.jump p a:hover {
    color: #006B3E;
}

.jump p a span {
    font-size: 18px;
    font-weight: 600;
}

.newsLink {
    height: 34px;
    line-height: 34px;
    margin-top: 20px;
    margin-bottom: 60px;
}

.newsLink span {
    margin-right: 8px;
    color: #666;
}

.newsLink a {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-right: 20px;
    vertical-align: top;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

@media (max-width: 1200px) {
    .wrap2 {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .aboutH {
        height: 126px;
        
        background: url(../home/images/biao.jpg) no-repeat center bottom;
        background-size: auto 100%;
    }

    .aboutH h3 {
        font-size: 22px;
        padding-top: 28px;
    }

    .aboutContact ul li {
        padding: 0 10px 0 8px;
    }

    .aboutContact ul li p {
        width: calc(100% - 82px);
    }

    .newsW {
        margin-top: 30px;
    }

  

    

    .newsInner p {
        margin-top: 4px;
        line-height: 22px;
    }

    .newsInner a.more {
        margin-top: 12px;
    }
    .sample {
		padding: 52px 0 138px 0;
	}

	.sampleH {
		margin-bottom: 68px;
	}
}

@media (max-width: 1024px) {
    .aboutH {
        height: 80px;
        margin-top: 30px;
        background: url(../home/images/biao.jpg) no-repeat center bottom;
        background-size: 100% 100%;
    }

    .aboutH h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .aboutH h2 {
        font-size: 31px;
        line-height: 90px;
    }

    .aboutContact ul li {
        padding: 0 8px 0 4px;
    }

    .aboutContact ul li span {
        width: 20px;
        height: 20px;
        margin-right: 0;
    }

    .aboutContact ul li p {
        width: calc(100% - 76px);
    }

    .aboutEwm img {
        width: 100px;
    }

   

    

    .issueInner {
        padding: 16px 26px 15px 0;
        line-height: 30px;
    }
}


@media (max-width: 992px) {
    .aboutL {
        /* width: 100%;
        height: 60px;
        margin-top: 15px;
        background: url(../home/images/biao.jpg) no-repeat center bottom;
        background-size: 100% 100%;
        position: relative; */
        display: none;
    }

    .aboutH {
       
        height: 100%;
        margin: 0;
        text-align: center;
    }

    .aboutH h3 {
        font-size: 13px;
        line-height: 18px;
        padding-top: 6px;
    }

    .aboutH h2 {
        font-size: 27px;
        line-height: 50px;
    }

    .aboutNav {
        display: none;
        position: absolute;
        width: 100%;
        z-index: 66;
    }

    .aboutNav li {
        height: 44px;
        line-height: 44px;
    }

    .aboutLAd {
        display: none;
    }

    .aboutContact {
        display: none;
    }

    .aboutR {
        width: 100%;
        margin-top: 15px;
    }

    .aboutRTop {
        color: #333;
    }

    .aboutRTop p {
        margin: 0;
        font-size: 14px;
        background: url(../home/images/about_r_position.png) no-repeat left center;
    }

    .aboutRTop a {
        color: #333;
    }

    .issueW,
    .newsW,
    .newsDetailW {
        margin-top: 20px;
    }

  
    .sampleW {
        width: 696px;
    }
    .sampleH {
        margin-bottom: 52px;
    }
}

@media (max-width: 767px) {
    .wrap2 {
        padding: 0 15px;
    }

    .aboutL {
        height: 52px;
    }

    .aboutH h3 {
        font-size: 13px;
        line-height: 18px;
        padding-top: 6px;
    }

    .aboutH h2 {
        font-size: 18px;
        line-height: 45px;
        text-align: center;
    }

    .aboutNav li {
        font-size: 14px;
    }

    .aboutRTop p {
        font-size: 12px;
    }

    .newsW {
        margin-top: 10px;
    }

    .newsList li {
        padding: 15px 0;
    }

    


    .newsInner h2 {
        font-size: 15px;
        line-height: 18px;
    }

    .newsInner p {
        font-size: 12px;
        line-height: 18px;
    }

    .newsInner a.more {
        width: 78px;
        height: 28px;
        line-height: 28px;
        font-size: 12px;
    }

    .issueList li {
        padding-left: 10px;
        margin-bottom: 12px;
        background: #fff;
        padding: 10px 10px;
        box-shadow: 0px 0px 15px rgb(0 0 0 / 7%);
    }

    .issueInner {
        line-height: 26px;
        font-size: 13px;
    }

    .issueList li h2 {
        font-size: 14px;
    }
    .sampleW {
		width: 100%;
	}

	.formW {
		width: 100%;
		height: 45px;
		line-height: 36px;
	}

	.formW:first-child {
		margin-bottom: 15px;
	}

	.formInner {
		margin-bottom: 15px;
	}

	.formW p {
		font-size: 14px;
		padding-left: 10px;
	}

	.formW input {
		width: calc(100% - 58px);
	}

	.formText .formW textarea {
		font-size: 14px;
		line-height: 24px;
	}

	.formText .formW {
		height: 180px;
	}

	.formYzmInner {
		height: 36px;
		line-height: 36px;
	}

	.formYzmInner .formYzmW {
		width: 136px;
		margin-right: 10px;
	}

	.formYzmInner h4 {
		font-size: 14px;
	}

	.formYzmInner .formYzmW input {
		width: calc(100% - 68px);
	}

	.formYzmInner a {
		width: 136px;
	}

	.hint {
		margin-top: 38px;
	}

	/*.formB {margin-top: 20px;}*/
	.formB button {
		width: 46.5%;
		font-size: 14px;
	}

	.formB button.formSure {
		margin-right: 4%;
	}

	.sample {
		padding: 30px 0 76px 0;
	}

	.sampleH h2 {
		font-size: 22px;
	}

	.sampleH {
		margin-bottom: 40px;
	}
}

/************常见问题************/
.bannerIssue {
    background-image: url(../temp/banner_issue.jpg);
}

.issueW {
    margin-top: 50px;
    margin-bottom: 60px;
}

.issueList {
    margin-bottom: 30px;
}

.issueList li {
    padding-left: 20px;
    margin-bottom: 20px;
    background: #fff;
    padding: 10px 10px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 7%);
}

.issueList li:hover {
    box-shadow: 0 0 20px 0 #c6c6c6;
}

.issueList li:first-child .issueInner {
    display: block;
}

.issueList li h2 {
    height: 48px;
    padding-right: 45px;
    line-height: 48px;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}

.issueList li h2 em {
    color: #006B3E;
}

.issueList li h2 span {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    background: url(../home/images/issue_btn_jia.png) no-repeat center;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.issueList li h2 span.on {
    background: url(../home/images/issue_btn.png) no-repeat center;
}

.issueInner {
    display: none;
    padding: 22px 30px 20px 0;
    line-height: 32px;
    border-top: 1px solid #d2d2d2;
}

.issueInner span {
    float: left;
    width: 30px;
    font-size: 16px;
    color: #006B3E;
}

.issueCont {
    float: right;
    width: calc(100% - 32px);
}

.issueCont p {
    margin-top: 18px;
}

.issueCont p:first-child {
    margin-top: 0;
}

.issueCont p a:hover {
    color: #006B3E;
}
