#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}
.g-fw {
	text-align: center;
    background: url(../styles/images/fw.jpg) no-repeat center;
	
}
.g-fw{
	padding: 70px 20px;
}
.g-fw p{
	font-size: 38px;
	color:#fff;
}
.g-fw i{
	font-size:18px;
	color:#fff;
}
.f-box .box{
	border-right:1px solid #e1e1e1;
}
.synum {
	border-bottom:1px solid #e1e1e1;
}
.che{
	margin-bottom: 50px;
	overflow: hidden;
}
.che .col-md-4{
	padding: 0;
}
.chebg{
	background-color: #f7f7f7;
	padding:0 5%;
	min-height: 294px;
	line-height: 28px;
	color:#666;
	display: flex;
    justify-content: center;
    align-items: center;
}
.more{
	    display: inline-block;
	    color: #fff;
	    padding: 7px 25px;
	    border-radius: 23px;
		font-size:13px;
		margin-top: 17px;
		border:1px solid #b8b8b8;
		color:#666;
}
.more:hover{
	    display: inline-block;
	    background: #39b54a;
	    color: #fff;
	    border-radius: 23px;
		border:1px solid #39b54a;
}
.g-fw .more{
	    display: inline-block;
	    padding: 8px 18px;
	    border-radius: 23px;
		font-size:14px;
		margin-top: 25px;
		background: #39b54a;
		color: #fff;
		border:1px solid #39b54a;
}
.synum{
	
}
.more{
	
}
.synum .box{
	padding: 3% 0;
	width: 23.8%;
	display: inline-block;
	text-align: center;
	
}
.synum span{
	color: #555555;
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
}
.synum p{
	margin: 2% 0;
	color: #555;
	font-size: 14px;
}

.text { line-height: 24px;
    font-size: 14px;
    color: #666;}
#baguetteBox-overlay.visible {
	opacity: 1;
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%;
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
	font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -webkit-transform .4s ease;
	-o-transition: left .4s ease, -o-transform .4s ease;
	-moz-transition: left .4s ease, transform .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease;
	transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease, -o-transform .4s ease;
	transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease;
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	-moz-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	-moz-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out;
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: -webkit-calc(50% - 30px);
	top: -moz-calc(50% - 30px);
	top: calc(50% - 30px);
	width: 44px;
	height: 60px;
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, 0.5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	-o-transition: background-color .4s ease;
	-moz-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
	right: 2%;
	display: block !important;
}

.baguetteBox-button#previous-button {
	left: 2%;
	display: block !important;
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: -webkit-calc(2% + 6px);
	right: -moz-calc(2% + 6px);
	right: calc(2% + 6px);
	width: 30px;
	height: 30px;
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0;
}

article,
aside,
dialog,
footer,
header,
section,
nav,
figure,
menu,
main {
	display: block
}

.form-horizontal .form-group>label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	padding-top: 12px;
}

.form-control {
	font-size: 14px;
	height: 40px;
}

.zoomPad {
	position: relative;
	float: left;
	z-index: 99;
	cursor: crosshair;
}

#map {
	width: 100%;
	height: 400px;
}

.zoomPreload {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	border: 1px solid #CCC;
	background-color: white;
	padding: 8px;
	text-align: center;
	background-image: url(../images/zoomloader.gif);
	background-repeat: no-repeat;
	background-position: 43px 30px;
	z-index: 110;
	width: 90px;
	height: 43px;
	position: absolute;
	top: 0px;
	left: 0px;
	* width: 100px;
	* height: 49px;
}


.zoomPup {
	overflow: hidden;
	background-color: #FFF;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 120;
	position: absolute;
	border: 1px solid #CCC;
	z-index: 101;
	cursor: crosshair;
}



.zoomOverlay {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #FFF;
	/*opacity:0.5;*/
	z-index: 5000;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 101;
}

.zoomWindow {
	position: absolute;
	left: 110%;
	top: 40px;
	background: #FFF;
	z-index: 6000;
	height: auto;
	z-index: 10000;
	z-index: 110;
}

.zoomWrapper {
	position: relative;
	border: 1px solid #999;
	z-index: 110;
}

.zoomWrapperTitle {
	display: block;
	background: #999;
	color: #FFF;
	height: 18px;
	line-height: 18px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 120;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.zoomWrapperImage {
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 110;

}

.zoomWrapperImage img {
	border: 0px;
	display: block;
	position: absolute;
	z-index: 101;
}

.zoomIframe {
	z-index: -1;
	filter: alpha(opacity=0);
	-moz-opacity: 0.80;
	opacity: 0.80;
	position: absolute;
	display: block;
}

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
.wap-hd-nav {
	display: none;
}

.wap-nav {
	width: 5px;
	height: 100%;
	position: absolute;
	right: 0;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	z-index: 999999999999999;
	cursor: pointer;
	position: fixed;
	top: -5px;
	right: 0;
	display: block;
}

.wap-nav .nav {
	overflow: hidden;
	width: 300px;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: auto;
	overflow: scroll;
}

.wap-nav .nav span {
	font-family: arial, helvetica, sans-serif;
}

.wap-nav .nav form {
	margin: 15px auto;
	width: 258px;
	height: 26px;
	border: 1px solid #fff;
}

.wap-nav .nav form .iptc {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	background-color: #fff;
	width: 80%;
	height: 26px;
	line-height: 26px;
	display: block;
	float: left;
}

.wap-nav .nav form .ipsc {
	width: 20%;
	height: 26px;
	line-height: 26px;
	display: block;
	float: right;
	background: #fff url("../images/sch2.png") no-repeat center center;
}

.wap-nav .nav>ul {
	display: none;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: scroll;
	padding-top: 45px;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wap-nav .nav>ul>li {
	line-height: 40px;
	font-size: 12px;
	font-size: 1.2rem;
	text-indent: 20px;
	position: relative;
}

.wap-nav .addition {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 10px;
	background: url("../images/shizi.png") no-repeat center center;
}

.wap-nav .addition.active {
	background-image: url("../images/yizi.png");
}

.wap-nav .addition.fa:before {
	margin-right: 5px;
	color: #fff;
	text-indent: 0;
}

.wap-nav .nav>ul>li>a {
	margin-right: 40px;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	display: block;
}

.wap-nav .nav>ul>li>a span {
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
}

.wap-nav .nav>ul>li .c-show {
	display: none;
	width: 100%;
}

.wap-nav .nav>ul>li .c-show1 .c-s1 {
	position: relative;
	padding-left: 15px;
}

.wap-nav .nav>ul>li .c-show1 .c-s1>a {
	position: relative;
	margin-right: 40px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px;
}

.wap-nav .nav>ul>li .c-show1 .c-s1>a span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}

.wap-nav .nav>ul>li .c-show1 .c-s1>.c-show2 {
	position: relative;
}

.wap-nav .nav>ul>li .c-show1 .c-s1>.c-show2 .c-s2 {
	position: relative;
}

.wap-nav .nav>ul>li .c-show1 .c-s1>.c-show2 .c-s2>a {
	margin-right: 40px;
	text-indent: 35px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px;
}

.wap-nav .nav>ul>li .c-show1 .c-s1>.c-show2 .c-s2>a span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}

.wap-nav .nav>ul>li .c-show1 .c-s1 .c-s2 .c-show3 {
	position: relative;
}

.wap-nav .nav>ul>li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a {
	margin-right: 40px;
	text-indent: 50px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px;
}

.wap-nav .nav>ul>li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}

.wap-nav .nav>ul>dl {
	padding: 20px;
}

.wap-nav .nav>ul>dl dd {
	float: left;
	margin: 0 2px;
}

.wap-nav .menubtn {
	width: 23px;
	height: 18px;
	position: absolute;
	top: 12px;
	right: 12px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	z-index: 9999;
}

.wap-nav .menubtn span {
	display: block;
	width: 100%;
	height: 3px;
	margin-bottom: 3px;
	background-color: #0079c6;
}

@media screen and (min-width: 992px) {

	.wap-nav,
	.menubtn {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	.wap-hd-nav {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row nowrap;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		background-color: #0079c6;
	}

	.wap-hd-nav-item {
		width: 25%;
	}

	.wap-hd-nav-item a {
		display: block;
		padding: 5px 0;
		line-height: 20px;
		font-size: 14px;
		color: white;
		text-align: center;
		background-color: #363636;
	}

	.wap-hd-nav-item a.active {
		color: white;
		background-color: #0079c6;
	}
}

.slide .carouse {
	width: 100%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.slide .slideItem .banner-img {
	width: 100%;
}

.slide .carouse .slideItem {
	width: 100%;
	position: absolute;
}

.slide .console {
	height: 57px;
	display: inline-block;
	width: 35px;
	position: absolute;
	top: 40%;
}

.slide .dotList {
	text-align: center;
	margin-top: 20px;
}

.slide .dotList ul li {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-position: -12px 0px;
	margin-left: 10px;
	cursor: pointer;
}

.slide .dotList ul li.active {
	background-position: 0px 0px;
}

.slide .carousel-control {
	position: absolute;
	top: 45%;
	width: 30px;
	height: 30px;
	z-index: 999;
}

.slide .carousel-control.left {
	left: 0;
	background-position: -38px 0px;
	cursor: pointer;
}

.slide .carousel-control.right {
	right: 0;
	background-position: -85px 0px;
	cursor: pointer;
}

.slide .slidedetail {
	display: none;
}


.imgtoVideo img {
	width: 100%;
}

.imgtoVideo>div {
	padding: 1px;
	position: relative;
	cursor: pointer;
	width: 49%;
	display: inline-block;
}

.imgtoVideo>div:hover .imgtoVideoDetail {
	display: block
}

.imgtoVideo .imgtoVideoDetail {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 1px;
	display: none
}

.imgtoVideo .imgtoVideoDetail>div {
	background: rgba(0, 98, 197, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49, endColorstr=#C8142B49);
	width: 100%;
	height: 100%;
	text-align: center;
}

.imgtoVideo .tovideo .imgtoVideoDetail {
	display: block;
}

.imgtoVideo .tovideo .imgtoVideoDetail>div {
	background: #0C2D47;
	width: 60px;
	height: 60px;
	color: #fff;
	line-height: 60px;
	vertical-align: middle;
	margin: 0 auto;
	margin-top: 17%;
}

.imgtoVideo .imgtoVideoDetail .fa-search {
	color: #fff;
	font-size: 25px;
	margin-top: 21%;
}

.contentIV {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: table;
	background: rgba(20, 43, 73, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49, endColorstr=#C8142B49);
	margin: 0 auto;
	z-index: -999;
	max-width: 1024px;
	display: none;
}

#picturetoVideo .carouse .slideItem {
	display: table;
	height: 100%
}

#picturetoVideo .carouse .slideItem>div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#picturetoVideo .carouse .slideItem .banner-img {
	max-width: 100%;
	width: auto
}

.closeContentIV {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	z-index: 999;
}

* {
	margin: 0px;
	padding: 0px;
}

html {
	font-size: 62.5%;
	height: 100%;
}

body {
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
	overflow-x: hidden;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	line-height: 1.2;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
	tap-highlight-color: transparent;
	focus-ring-color: transparent;
	-webkit-tap-highlight-color: transparent;
	-webkit-focus-ring-color: transparent;
	-moz-tap-highlight-color: transparent;
	-moz-focus-ring-color: transparent;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	-moz-transition: all 350ms;
	transition: all 350ms;
}

a:hover {
	color: #0079c6;
	text-decoration:none;
}

ol,
ul,
li {
	list-style: none;
}

img {
	max-width: 100%;
	border: 0px solid #ccc;
}

table,
embed,
video {
	max-width: 100%;
}

input,
textarea {
	border: none;
	background: none;
	font-family: inherit;
}

input[type="submit"],
textarea[type="submit"] {
	cursor: pointer;
}

input[type="checkbox"],
textarea[type="checkbox"] {
	cursor: pointer;
}

input[type="radio"],
textarea[type="radio"] {
	cursor: pointer;
}

input:focus,
textarea:focus {
	outline: none;
}

textarea {
	resize: none;
}

button {
	border: none;
	background: none;
	cursor: pointer;
}

em,
i {
	font-style: normal;
}

/* .c-xx start */
.c-fl {
	float: left;
}

.c-fr {
	float: right;
}

.c-cb {
	clear: both;
}

.c-clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.c-mg {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.c-oh {
	overflow: hidden;
}

.c-wd {
	width: 1200px;
}

.c-tsn {
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	-moz-transition: all 350ms;
	transition: all 350ms;
}

.c-bbx {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.c-pr {
	position: relative;
}

.c-mt-5 {
	margin-top: 5px;
}

.c-mt-10 {
	margin-top: 10px;
}

.c-mt-15 {
	margin-top: 15px;
}

.c-mt-20 {
	margin-top: 20px;
}

.c-mt-25 {
	margin-top: 25px;
}

.c-mt-30 {
	margin-top: 30px;
}

.c-mt-35 {
	margin-top: 35px;
}

.c-mt-40 {
	margin-top: 40px;
}

.c-mt-45 {
	margin-top: 45px;
}

.c-mt-50 {
	margin-top: 50px;
}

.c-nomt {
	margin-top: 0 !important;
}

.c-nomr {
	margin-right: 0 !important;
}

.c-nomb {
	margin-bottom: 0 !important;
}

.c-noml {
	margin-left: 0 !important;
}

.c-nomg {
	margin: 0 !important;
}

.c-nopt {
	padding-top: 0 !important;
}

.c-nopr {
	padding-right: 0 !important;
}

.c-nopb {
	padding-bottom: 0 !important;
}

.c-nopl {
	padding-left: 0 !important;
}

.c-nopd {
	padding: 0 !important;
}

.c-nofont {
	line-height: 0;
	font-size: 0;
}

.c-nobg {
	background: none !important;
}

/* .c-xx end */
/* .f-xx start */
.f-czjz {
	position: relative;
	top: 50%;
	-webkit-transform: translate(0px, -50%);
	-moz-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	-o-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
}

.f-box {
	margin: 0 auto;
	max-width: 1200px;
	overflow: visible;
}



/* .f-xx end */
/* .m-xx start */
.m-desc {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
}

.m-desc a {
	color: #0079c6;
}

.m-desc a:hover {
	text-decoration: underline;
}

.m-desc p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
}

.m-desc span {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
}

.m-desc b {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
}

.m-desc img {
	max-width: 100%;
}

.m-desc iframe {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.m-desc table {
	width: 90%;
	border-collapse: collapse;
	line-height: 22px;
	border: 1px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}

.m-desc table tr td {
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 14px;
	font-size: 1.4rem;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
	border: 1px solid #ccc;
}

.table table tr td {
	padding: 3px;
	height: 30px;
	border: 1px solid #ccc;
}

@media screen and (max-width: 991px) {
	.table {
		width: 100%;
		overflow-x: scroll;
	}

	.table table {
		width: 991px;
	}
}

@media screen and (max-width: 991px) {
	.m-tt1 {
		font-size: 24px !important;
		font-size: 2.4rem !important;
	}

	.m-tt2 {
		font-size: 20px !important;
		font-size: 2rem !important;
	}

	.m-tt3 {
		font-size: 18px !important;
		font-size: 1.8rem !important;
	}

	.m-desc1 {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	.m-desc2 {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	[class*="-item"] .item-title {
		font-size: 14px;
		font-size: 1.4rem;
	}

	[class*="-item"] .item-desc {
		font-size: 13px;
		font-size: 1.3rem;
	}

	[class*="-item"] .item-link {
		font-size: 13px;
		font-size: 1.3rem;
	}

	[class*="-item"] .item-modal {
		display: none;
	}
}

/* .m-xx end */
/* .j-xx start */
.j-offset-top {
	-webkit-transition: all 750ms;
	-o-transition: all 750ms;
	-moz-transition: all 750ms;
	transition: all 750ms;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0;
}

.j-offset-top.run {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.j-offset-left {
	-webkit-transition: all 750ms;
	-o-transition: all 750ms;
	-moz-transition: all 750ms;
	transition: all 750ms;
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	-ms-transform: translateX(100px);
	-o-transform: translateX(100px);
	transform: translateX(100px);
	opacity: 0;
}

.j-offset-left.run {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.j-offset-right {
	-webkit-transition: all 750ms;
	-o-transition: all 750ms;
	-moz-transition: all 750ms;
	transition: all 750ms;
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px);
	opacity: 0;
}

.j-offset-right.run {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.j-lazy {
	min-width: 20%;
}

/* .j-xx end */
[class*="-item"] .item-pic {
	position: relative;
	display: block;
	line-height: 0;
	font-size: 0;
	text-align: center;
	overflow: hidden;
}

[class*="-item"] .item-pic img {
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	-moz-transition: all 350ms;
	transition: all 350ms;
}

[class*="-item"] .item-pic:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

[class*="-item"] .item-title {
	overflow: hidden;
}

[class*="-item"] .item-title a:hover {
	color: #0079c6;
}

[class*="-item"] .item-desc {
	overflow: hidden;
}

[class*="-item"] .item-desc a {
	display: block;
}

[class*="-item"] .item-desc a:hover {
	color: #0079c6;
}

.m-crm {
	background: url("../images/crmbg1.jpg") no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}

.m-crm .box-wp {
	display: table-cell;
	width: 1200px;
	height: 385px;
	vertical-align: middle;
	text-align: center;
}

.m-crm .box-title {
	font-size: 40px;
	font-size: 4rem;
	font-family: "OPEN SANS BOLD";
	color: #fff;
}

.m-crm .box-desc {
	margin-top: 10px;
	line-height: 26px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
}

.m-crm a {
	color: #fff;
}

.m-crm a:hover {
	color: #0079c6;
}

.m-crm a.active {
	color: #0079c6;
}

@media screen and (max-width: 991px) {
	.m-crm .box-wp {
		height: 200px;
	}

	.m-crm .box-title {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.m-crm .box-desc {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

.m-oths {
	margin-top: 38px;
}

.m-oths .oths-item {
	height: 32px;
	line-height: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: left center;
}

.m-oths .oths-item a {
	color: #333;
}

.m-oths .oths-item a:hover {
	color: #0079c6;
}

.m-oths .item-name {
	margin-right: 15px;
	vertical-align: top;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 86px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	border: 1px solid #e9e9e9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.m-oths .oths-item-1 {
	margin-bottom: 14px;
}

.m-page {
	margin-top: 56px;
	letter-spacing: 0;
	font-size: 0;
	text-align: center;
}

.m-page a {
	margin: 0 5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 35px;
	height: 30px;
	line-height: 28px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	text-align: center;
	border: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	-moz-transition: all 350ms;
	transition: all 350ms;
}

.m-page a.big {
	width: 98px;
}

.m-page a:hover {
	color: white;
	border-color: #0079c6;
	background-color: #0079c6;
}

.m-page a.active {
	color: white;
	border-color: #0079c6;
	background-color: #0079c6;
}

.m-page2 {
	position: relative;
}

@media screen and (max-width: 991px) {
	.m-page {
		margin-top: 45px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row wrap;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.m-page a {
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 10px;
	}
}

.m-kf {
	position: fixed;
	z-index: 10;
	right: 0;
	top: 30%;
}

.m-kf .kf-item {
	display: block;
	line-height: 0;
	font-size: 0;
	margin-bottom: 1px;
	background-color: #d8d8d8;
}

.m-kf .kf-item:hover {
	background-color: #0079c6;
}

.m-kf .kf-item.active {
	background-color: #0079c6;
}

.m-kf .kf-wx {
	position: absolute;
	display: none;
	bottom: 0;
	right: 53px;
	width: 90px;
}

@media screen and (max-width: 991px) {
	.m-kf {
		right: 0;
		top: auto;
		bottom: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row nowrap;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		width: 100%;
		background-color: #0079c6;
	}

	.m-kf .kf-item {
		width: 20%;
		text-align: center;
		background-color: #0079c6;
	}

	.m-kf .kf-wx {
		bottom: 100%;
		left: 0;
	}

	.g-ft {
		padding-bottom: 63px;
	}
}

.returntop {
	position: fixed;
	*position: absolute;
	z-index: 9;
	right: 6px;
	bottom: 30px;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	background: #0079c6;
	background-color: #0079c6;
	border-radius: 50%;
	display: none;
}

.returntop:hover {
	color: #fff;
	background-color: #333;
}

@media screen and (max-width: 991px) {
	.returntop {
		right: 0;
		bottom: 65px;
		width: 36px;
		height: 36px;
		line-height: 36px;
	}
}

.g-hd {
	position: relative;
	z-index: 9;
}
.g-hd.down {background: #fff;box-shadow: 0px 0px 3px #ccc;}

.m-hdlogo {
	float: left;
	display: block;
	padding-top: 10px;
	padding-bottom: 9px;
	line-height: 0;
	font-size: 0;
	text-align: center;
}


.m-hdnav {
	float: left;
}

.m-hdnav .nav-item {
	position: relative;
	float: left;
	margin-left: 3px;
}

.m-hdnav .nav-item>a {
	text-transform: uppercase;
	position: relative;
	display: block;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 24px;
	padding-bottom: 24px;
	line-height: 38px;
	font-size: 14px;
	font-size: 1.5rem;
}
.animate-list-2 {
    margin: 0 auto;
    background: url(../styles/images/pbg.jpg) no-repeat center 25%;
    overflow: hidden;
    min-height: 500px;
}

.m-hdnav .nav-item>a:before,
.m-hdnav .nav-item>a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 2px;
	background-color: transparent;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	-moz-transition: all 350ms;
	transition: all 350ms;
}

.m-hdnav .nav-item>a:before {
	bottom: 0px;
}

.m-hdnav .nav-item>a:after {
	top: -3px;
}

.m-hdnav .nav-item>a:hover,
.m-hdnav .nav-item>a.active,
.m-hdnav .nav-item>a.current {
	color: #0079c6;
}

.m-hdnav .nav-item>a:hover:before,
.m-hdnav .nav-item>a.active:before,
.m-hdnav .nav-item>a.current:before{
	background-color: #0079c6;
}

.m-hdnav .nav-item:first-child {
	margin-left: 0;
}

.m-hdnav .sbnav-list {
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 0;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid #eee;
	box-shadow: 0px 2px 3px #ccc;
}

.m-hdnav .sbnav-wp {
	padding-left: 0;
	padding-right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.m-hdnav .sbnav-list1 {
	top: 100%;
	left: 0;
	width: 180px;
}

.m-hdnav .sbnav-list4 {
	top: 100%;
	left: 0;
	padding: 0px 0;
	width: 250px;
}

.m-hdnav .sbnav-list2 {
	left: 100%;
	top: 0;
	width: 180px;
}

.m-hdnav .sbnav-list3 {
	left: 100%;
	top: 0;
	width: 185px;
}

.m-hdnav .sbnav-item {
	position: relative;
}

.m-hdnav .sbnav-item a {
	position: relative;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 18px;
	padding-right: 5px;
	line-height: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	text-align: left;
}

.m-hdnav .sbnav-item a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 93.45088%;
	height: 1px;
	background-color: #fff;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	-moz-transition: all 350ms;
	transition: all 350ms;
}

.m-hdnav .sbnav-item a:hover {
	color: #fff;
	background-color: #0079c6;
}

.m-hdnav .sbnav-item a:hover:before {
	background-color: #0079c6;
}

.m-hdnav .sbnav-item a.active {
	color: #fff;
	background-color: #0079c6;
}

.m-hdnav .sbnav-item a.active:before {
	background-color: #0079c6;
}

.m-hdnav .sbnav-item:first-child {
	margin-top: 0;
}

.m-hdnav .sbnav-item:last-child>a:before {
	display: none;
}
.m-hdnav .sbnav-item ul {
    position: absolute;
    top: 0px;
    right: -180px;
    width: 180px;
    background-color: #fff;
    padding: 0px;
    display: none;
	border: 1px solid #eee;
}
.m-hdnav .sbnav-item ul li a {
    font-size: 14px;
    line-height: 25px;
}

.m-hdsch {
	position: relative;
	float: right;
	margin-left: 47px;
	padding-top: 27px;
	padding-bottom: 27px;
}

.m-hdsch .box-btn {
	display: block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	background-color: #0079c6;
	border-radius: 50%;
}

.m-hdsch .box-form {
	position: absolute;
	right: 0;
	top: 100%;
	display: none;
	width: 180px;
	padding-right: 34px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc;
}

.m-hdsch .box-form .form-btn,
.m-hdsch .box-form .iconfont {
	position: absolute;
	right: 0;
	top: 0;
	width: 34px;
	height: 34px;
	line-height: 34px;
}

.m-hdsch .box-form .iconfont {
	font-size: 16px;
	font-size: 1.6rem;
	color: #0079c6;
}

.m-hdsch .box-form .form-btn {
	z-index: 2;
}

.m-hdsch .form-text {
	width: 100%;
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 991px) {
	.g-hd {
		border-top-width: 5px;
	}

	.m-hdnav {
		display: none;
	}

	.m-hdlogo {
		padding-top: 15px;
		padding-bottom: 10px;
	}

	.m-hdlogo img {
	    height: 45px;
		/*max-width: 60px;*/
	}

	.m-hdsch {
		position: absolute;
		top: 5px;
		left: 0;
		padding: 0;
		margin-left: 5px;
		z-index: 2;
	}

	.m-hdsch .box-form {
		right: auto;
		left: 0;
	}
}

.wap-hd-nav {
	display: none;
}

.wap-nav {
	width: 5px;
	height: 100%;
	position: absolute;
	right: 0;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	z-index: 999999999999999;
	cursor: pointer;
	/*position: fixed;*/
	top: -5px;
	right: 0;
	display: block;
}

.wap-nav .nav {
	overflow: hidden;
	width: 300px;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: auto;
	overflow: scroll;
}

.wap-nav .nav span {
	font-family: arial, helvetica, sans-serif;
}

.wap-nav .nav form {
	margin: 15px auto;
	width: 258px;
	height: 26px;
	border: 1px solid #fff;
}

.wap-nav .nav form .iptc {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	background-color: #fff;
	width: 80%;
	height: 26px;
	line-height: 26px;
	display: block;
	float: left;
}

.wap-nav .nav form .ipsc {
	width: 20%;
	height: 26px;
	line-height: 26px;
	display: block;
	float: right;
	background: #fff url("../images/sch2.png") no-repeat center center;
}

.wap-nav .nav>ul {
	display: none;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: scroll;
	padding-top: 45px;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wap-nav .nav>ul>li {
	line-height: 40px;
	font-size: 12px;
	font-size: 1.2rem;
	text-indent: 20px;
	position: relative;
}

.wap-nav .addition {
	width: auto;
	height: inherit;
	position: absolute;
	right: 15px;
	top: 10px;
	background: url("../images/shizi.png") no-repeat center center;
}

.wap-nav .addition.active {
	background-image: url("../images/yizi.png");
}

.wap-nav .addition.fa:before {
	margin-right: 5px;
	color: #fff;
	text-indent: 0;
}

.wap-nav .nav>ul>li>a {
	margin-right: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	display: block;
}

.wap-nav .nav>ul>li>a span {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.wap-nav .nav>ul>li .c-show {
	display: none;
	width: 100%;
}

.wap-nav .nav>ul>li .c-show1 .c-s1 {
	position: relative;
	padding-left: 15px;
}

.wap-nav .nav>ul>li .c-show1 .c-s1>a {
	position: relative;
	margin-right: 40px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 25px;
}

.wap-nav .nav>ul>li .c-show1 .c-s1>a span {
	font-size: 14px;
	color: #fff;
}

.wap-nav .nav>ul>li .c-show1 .c-s2 {
	position: relative;
	padding-left: 15px;
}

.wap-nav .nav>ul>li .c-show1 .c-s2>a {
	position: relative;
	margin-right: 40px;
	font-size: 12px;
	color: #fff;
	display: block;
	padding-top: 0px;
	padding-bottom: 5px;
	line-height: 20px;
}

.wap-nav .nav>ul>li .c-show1 .c-s2>a span {
	font-size: 12px;
	color: #fff;
}

.wap-nav .nav>ul>li .c-show1 .c-s1>.c-show2 {
	position: relative;
}

.wap-nav .nav>ul>li .c-show1 .c-s1>.c-show2 .c-s2 {
	position: relative;
}

.wap-nav .nav>ul>li .c-show1 .c-s1>.c-show2 .c-s2>a {
	margin-right: 40px;
	text-indent: 35px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px;
}

.wap-nav .nav>ul>li .c-show1 .c-s1>.c-show2 .c-s2>a span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}

.wap-nav .nav>ul>li .c-show1 .c-s1 .c-s2 .c-show3 {
	position: relative;
}

.wap-nav .nav>ul>li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a {
	margin-right: 40px;
	text-indent: 50px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px;
}

.wap-nav .nav>ul>li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}

.wap-nav .nav>ul>dl {
	padding: 20px;
}

.wap-nav .nav>ul>dl dd {
	float: left;
	margin: 0 2px;
}

.wap-nav .menubtn {
	width: 23px;
	height: 18px;
	position: absolute;
	top: 24px;
	right: 12px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	z-index: 9999;
}

.wap-nav .menubtn span {
	display: block;
	width: 100%;
	height: 3px;
	margin-bottom: 3px;
	background-color: #0079c6;
}

@media screen and (min-width: 992px) {

	.wap-nav,
	.menubtn {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	.wap-hd-nav {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row nowrap;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		background-color: #0079c6;
	}

	.wap-hd-nav-item {
		width: 25%;
	}

	.wap-hd-nav-item a {
		display: block;
		padding: 5px 0;
		line-height: 20px;
		font-size: 14px;
		color: white;
		text-align: center;
		background-color: #363636;
	}

	.wap-hd-nav-item a.active {
		color: white;
		background-color: #0079c6;
	}
}

.banner {
	position: relative;
	z-index: 2;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

.banner .dotList {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 17px;
	width: 100%;
	font-size: 0;
	letter-spacing: 0;
}

.banner .dotList ul li {
	margin-right: 0 3px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 24px;
	height: 24px;
	background: url("../images/dot1.png") no-repeat center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.banner .dotList ul li.active {
	background-image: url("../images/dot2.png");
}

.banner .carousel-control {
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -30px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 30px;
	font-size: 2rem;
	color: #0079c6;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #0079c6;
	border-radius: 50%;
}

.banner .carousel-control.left {
	left: 8.07292%;
}

.banner .carousel-control.right {
	right: 8.07292%;
}

.banner.hide {
	display: none;
}

@media screen and (max-width: 991px) {
	.banner {
		display: block;
	}

	.banner .carousel-control {
		display: none;
	}

	.banner .dotList {
		bottom: 15px;
	}

	.banner .dotList ul li {
		width: 15px;
		height: 15px;
	}

	.banner.hide {
		display: block;
	}

	.n-banner {
		display: none;
	}
}

.m-hhd {
	position: relative;
}

.m-hhd .hd-title {
	text-align: center;
	text-transform: uppercase;
	font-family: "OPEN SANS BOLD";
}

.m-hhd .hd-title1 {
	line-height: 1;
	font-size: 80px;
	font-size: 8rem;
	color: #f0f0f0;
}

.m-hhd .hd-title1 a {
	color: #f0f0f0;
}

.m-hhd .hd-title2 {
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 40px;
	font-size: 4rem;
	color: #0079c6;
}

.m-hhd .hd-title2 a {
	color: #555555;
}

.animate-list-2 ul{display:flex;margin:0 auto;justify-content:space-between;width:100%;}
.animate-list-2 .item{position:relative;z-index:1;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 7px;margin-right:-1px;width:33%;height:600px;perspective:800px;}
.animate-list-2 .item-inner{position:absolute;width:100%;height:100%; background: rgba(0,0,0,0.02);}
.animate-list-2 .item-front{position:absolute;width:100%;height:298px;color:#333;text-align:center;}
.animate-list-2 .item-front h6{padding:24px 0;color:#333;font-weight:400;font-size:18px;}
.animate-list-2 .item-front h6 span{color:red;font-size:26px;}
.animate-list-2 .item-front h5{padding:35px 0;font-weight:400;font-size:22px;}
.animate-list-2 .item-front .icon-img{display:block; padding-top: 50%;}
.animate-list-2 .item-front p{text-align:left;font-size:14px;line-height:22px;padding: 0 22px;}
.animate-list-2 .item-behind .sbg-text{ 
	    margin-top: -295px;
	    background: #fff;
	    color: #333;
	    padding: 0px 30px;
	    bottom: 0;
	    text-align: center;
}
.animate-list-2 .item-behind .sbg-text h2{ position: relative; color: #0078ff; font-size: 22px; padding-bottom: 22px; }
.animate-list-2 .item-behind .sbg-text h2:after{
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 30px;
  height: 2px;
  background: #0078ff;
  left: 50%;
	transform: translateX(-50%);
}
.animate-list-2 .item-behind{position:absolute;top:0px;left:0px;display:none;padding:0px;height:380px;}
.animate-list-2 .item-behind h6{padding:5px 0 0;padding:20px 0;border-bottom:1px solid #b0d2ec;text-align:center;font-weight:400;font-size:24px;line-height:50px;}
.animate-list-2 .item-behind dl{margin:5px 0 10px;padding:20px 0;}
.animate-list-2 .item-behind dt i{display:inline-block;margin-right:10px;width:7px;height:11px;background-image:url(/images/2016/xc/behind_icon_bg.png);}
.animate-list-2 .item-behind dt{font-size:14px;line-height:30px;}
.animate-list-2 .item-behind dd{font-size:12px;line-height:18px;}
.animate-list-2 .item-behind .dashed{height:0;border-bottom:1px dashed #b0d2ec;}
.animate-list-2 .btn-area{position:absolute;bottom:5px;left:10px;font-size:0;}
.animate-list-2 .btn-area a{display:inline-block;margin-right:5px;height:34px;border-style:solid;border-width:1px;border-radius:3px;text-align:center;text-decoration:none;font-size:14px;line-height:34px;cursor:pointer;}
.animate-list-2 .btn-area .bbtn-1{width:86px;border-color:#fff;background-color:#fff;color:#229ffd;}
.animate-list-2 .btn-area .bbtn-2{width:46px;border-color:#fff;background-color:#2c9ef3;color:#fff;}
.animate-list-2 .btn-area .bbtn-3{width:46px;border-color:#fff;background-color:#2c9ef3;color:#fff;}
.animate-list-2 .item-open .item-behind{display:block;}
.animate-list-2 .item-open .item-front{display:none;}
.animate-list-2 .item-adm .item-inner{transition:transform .5s ease;transform-origin:right center;transform-style:preserve-3d;}
.animate-list-2 .item-adm .item-front{display:block;opacity:1;transition:all .5s ease .1s;}
.animate-list-2 .item-adm .item-behind{display:block;opacity:0;transition:all .5s ease .1s;transform:rotateY(180deg);}
.animate-list-2 .item-open-adm .item-inner{z-index:2;transform:translateX(-100%) rotateY(-180deg);}
.animate-list-2 .item-open-adm .item-front{display:none;opacity:0;}
.animate-list-2 .item-open-adm .item-behind{opacity:1;}
.jzmb{}
.jzmb h3{margin:20px;padding:20px 10px;border-bottom:1px dotted #fff;color:#fff;text-align:center;font-size:18px;}
.jzmb p{margin-top:22px;padding:0 10px;font-size:14px;line-height:24px;}
.jzmb_bottom{padding:10px 0;}
.jzmb_bottom li{float:left;width:100%;color:#a3a3a3;font-size:14px;line-height:38px;}
.jzmb_bottom li span{color:red;}

@media screen and (min-width:768px){
.item-adm:hover .item-inner{z-index:2;transform:translateX(-100%) rotateY(-180deg);}
.item-adm:hover .item-behind{opacity:1;}
.item-adm:hover .item-front{display:none;opacity:0;}
	.g-hd {
	    width: 100%;
	    position: fixed;
	    z-index: 9;
	
}
}

@media screen and (max-width:767px){
.animate-list-2 ul{display:block;margin:0 auto;width:100%;}

.animate-list-2 ul li:nth-of-type(1){background:  url(../images/list_1.jpg);background-size: cover;}
.animate-list-2 ul li:nth-of-type(2){background:  url(../images/list_2.jpg);background-size: cover;}
.animate-list-2 ul li:nth-of-type(3){background:  url(../images/list_3.jpg);background-size: cover;}
.animate-list-2 ul li:nth-of-type(4){background:  url(../images/list_4.jpg);background-size: cover;}
.animate-list-2 ul li:nth-of-type(5){background:  url(../images/list_5.jpg);background-size: cover;}
.animate-list-2 .item{position:relative;z-index:1;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 7px;margin-right:-1px;width:100%;min-height:400px;perspective:800px;margin:10px 0;}
}
@media screen and (max-width: 767px) {
  .animate-list-2 .item{
    height: 200px;
    min-height:200px;
  }
   }
@media screen and (max-width: 991px) {
	.m-hhd .hd-title {
		font-size: 30px;
		font-size: 3rem;
	}

	.m-hhd .hd-title2 {
		font-size: 18px;
		font-size: 1.8rem;
	}

}

.g-hpro {
	padding-top: 57px;
	background: url("../images/hbg1.jpg") no-repeat center;
}

.g-hpro .box-hd {
	margin-bottom: 5px;
}

.m-hpro {
	position: relative;
	padding-top: 45px;
}

.m-hpro .box-btn {
	position: absolute;
	top: 0;
	width: 40px;
	line-height: 40px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	background-color: #999;
}

.m-hpro .box-btn.prev {
	left: 0;
}

.m-hpro .box-btn.next {
	right: 0;
}

.m-hpro .box-btn:hover {
	background-color: #0079c6;
}

.m-hpro .box-list {
	padding-top: 11px;
	padding-bottom: 40px;
	width: 1000%;
	overflow: hidden;
}

.m-hpro .list-item {
	position: relative;
	float: left;
	margin-right: 0.625%;
	width: 2.91667%;
}

.m-hpro .list-item:before {
	content: "";
	position: absolute;
	left: -12.57143%;
	top: -11px;
	width: 125.42857%;
	padding-top: 168.85714%;
	background: url("../images/yy1.png") no-repeat center;
	display: none;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.m-hpro .list-item:hover .item-text {
	background: url("../images/hpbg2.png");
}

.m-hpro .list-item:hover .item-title {
	color: #fff;
}

.m-hpro .list-item:hover .item-title a {
	color: #fff;
}

.m-hpro .list-item:hover .item-link {
	color: #0079c6;
	background-color: #fff;
}

.m-hpro .list-item:hover .item-link .iconfont {
	left: 138px;
}

.m-hpro .list-item:hover:before {
	display: block;
}

.m-hpro .item-pic {
	border: solid 2px #f2f2f2;
}

.m-hpro .item-text {
	position: relative;
	height: 160px;
	padding-top: 23px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url("../images/hpbg1.png") no-repeat right center;
	-webkit-background-size: cover;
	background-size: cover;
}

.m-hpro .item-title {
	height: 56px;
	line-height: 28px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	/*text-overflow: ellipsis; white-space: nowrap;*/
	overflow: hidden;
}

.m-hpro .item-link {
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}

.m-hbtn {
	position: relative;
	display: block;
	width: 170px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "OPEN SANS BOLD";
	text-transform: uppercase;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #333;
	border-radius: 18px;
}

.m-hbtn .iconfont {
	position: absolute;
	left: 4px;
	top: 4px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #333;
	background-color: #ffffff;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	-moz-transition: all 350ms;
	transition: all 350ms;
	border-radius: 50%;
}

.m-hbtn:hover {
	color: #fff;
	background-color: #0079c6;
}

@media screen and (min-width: 992px) {

	.m-hbtn:hover .iconfont {
		left: 138px;
	}
}

@media screen and (max-width: 991px) {
	.g-hpro {
		padding-top: 30px;
	}

	.g-hpro .box-hd {
		margin-bottom: 30px;
	}

	.g-hpro .box-btn {
		width: 36px;
		height: 36px;
		line-height: 36px;
	}

	.m-hpro .item-text {
		padding-top: 15px;
		height: 120px;
	}

	.m-hpro .item-link {
		margin-top: 10px;
	}

	.m-hpro .item-title {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.m-hpro .list-item {
		margin-right: .2%;
		width: 3.2%;
	}

	.m-hpro .list-item:before {
		display: none !important;
	}

	.m-hpro .list-item:hover .item-link .iconfont {
		left: 118px;
	}

	.m-hpro .box-list {
		padding-bottom: 0;
	}

	.m-hbtn {
		width: 150px;
		height: 34px;
		line-height: 34px;
		text-align: center;
		font-size: 12px;
		font-size: 1.2rem;
	}

	.m-hbtn .iconfont {
		top: 3px;
	}
}

@media screen and (max-width: 550px) {
	.m-hpro .list-item {
		width: 4.9%;
	}
}

@media screen and (max-width: 375px) {
	.m-hpro .list-item {
		width: 10%;
	}
}

.g-happl {
	position: relative;
	padding-left: 27.76042%;
}

.m-happlimg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 42.34375%;
	line-height: 0;
	font-size: 0;
}

.m-happl {
	position: relative;
	background: url("../images/hbg2.jpg") no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}

.m-happl .box-wp {
	position: relative;
	float: left;
	margin-left: 36px;
	padding-top: 56px;
	padding-bottom: 98px;
	width: 995px;
	max-width: 80%;
}

.m-happl .box-hd {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.m-happl .hd-title1 {
	color: #fff;
	color: rgba(255, 255, 255, 0.1);
}

.m-happl .hd-title1 a {
	color: #fff;
	color: rgba(255, 255, 255, 0.1);
}

/*.m-happl .hd-title1 a:hover { color: #fff; }*/

.m-happl .hd-title2 {
	color: #fff;
}

.m-happl .hd-title2 a {
	color: #fff;
}

.m-happl .hd-title2 a:hover {
	color: #ccc;
}

.m-happl .box-link {
	text-transform: uppercase;
	position: absolute;
	right: 0;
	top: 94px;
	width: 132px;
	height: 40px;
	line-height: 34px;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "OPEN SANS BOLD";
	color: #fff;
	text-align: center;
	border-radius: 20px;
	border: solid 3px #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.m-happl .box-link:hover {
	background-color: #0079c6;
}

.m-happl .box-list {
	margin-top: 49px;
	margin-bottom: -31px;
}

.m-happl .list-item {
	position: relative;
	float: left;
	margin-right: 3.51759%;
	margin-bottom: 31px;
	width: 30.85427%;
	overflow: hidden;
}

.m-happl .list-item:hover .item-modal {
	top: 0;
}

.m-happl .item-modal {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 12px solid transparent;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	-moz-transition: all 350ms;
	transition: all 350ms;
}

.m-happl .item-modal p {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.5);
}

.m-happl .item-modal a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("../images/vm1.png") no-repeat center;
}

@media screen and (max-width: 991px) {
	.m-happl .box-wp {
		float: none;
		margin: 0 auto;
		padding: 30px 0;
		max-width: 90%;
	}

	.m-happl .box-hd {
		display: block;
	}

	.m-happl .box-link {
		position: relative;
		top: auto;
		display: block;
		height: 34px;
		line-height: 32px;
		border-width: 1px;
		font-size: 14px;
		font-size: 1.4rem;
		margin-top: 15px;
		margin-left: auto;
		margin-right: auto;
	}

	.m-happl .box-list {
		margin-top: 30px;
	}
}

@media screen and (max-width: 480px) {
	.g-happl {
		padding-left: 0;
	}

	.m-happlimg {
		position: relative;
		left: 0;
		top: 0;
		bottom: auto;
		width: 100%;
	}

	.m-happl .box-list {
		margin-bottom: -20px;
	}

	.m-happl .list-item {
		margin-left: 1%;
		margin-right: 1% !important;
		margin-bottom: 20px;
		width: 48%;
	}
}

.g-habt {
	padding-top: 85px;
	padding-bottom: 94px;
}

.g-habt .box-hd {
	margin-bottom: 57px;
}

.m-habt .box-video {
	position: relative;
	float: left;
	margin-right: 5.33333%;
	width: 44.83333%;
	/* padding-top: 28.91667%; */
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

.m-habt .box-video iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.m-habt .box-text {
	padding-top: 1.58333%;
	overflow: hidden;
}

.m-habt .box-desc a {
	display: block;
	max-height: 264px;
	line-height: 30px;
	font-size: 16px;
	font-size: 1.5rem;
	overflow: hidden;
}

.m-habt .box-desc p {
	min-height: 24px;
}

.m-habt .box-link {
	margin-top: 29px;
}

@media screen and (max-width: 991px) {
	.g-habt {
		padding: 30px 0;
	}

	.g-habt .box-hd {
		margin-bottom: 30px;
	}

	.m-habt .box-video {
		float: none;
		margin-right: 0;
		width: 100%;
		/* padding-top: 46.26667%; */
	}

	.m-habt .box-text {
		padding-top: 25px;
	}
}

.g-hpartner {
	padding-top: 55px;
	padding-bottom: 112px;
}

.g-hpartner .box-hd {
	margin-bottom: 77px;
}

.m-hpartner {
	position: relative;
	padding-left: 54px;
	padding-right: 58px;
}

.m-hpartner .box-btn {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	text-align: center;
	background-color: #dcdcdc;
}

.m-hpartner .box-btn.prev {
	left: 0;
}

.m-hpartner .box-btn.next {
	right: 0;
}

.m-hpartner .box-btn:hover {
	background-color: #0079c6;
}

.m-hpartner .box-list {
	width: 1000%;
	overflow: hidden;
}

.m-hpartner .list-item {
	float: left;
	margin-right: 0.27574%;
	width: 1.41544%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #ccd0d0;
}

@media screen and (max-width: 991px) {
	.g-hpartner {
		padding: 30px 0;
	}

	.g-hpartner .box-hd {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 640px) {
	.m-hpartner .list-item {
		margin-right: .2%;
		width: 3.2%;
	}
}

@media screen and (max-width: 375px) {
	.m-hpartner .list-item {
		width: 4.9%;
	}
}

.g-hnews {
	padding-top: 69px;
}

.g-hnews .box-hd {
	margin-bottom: 35px;
}

.m-hnews .list-item {
	position: relative;
	float: left;
	margin: 1.3%;
	margin-bottom: 35px;
	width: 30.66667%;
}

.m-hnews .list-item:before {
	content: "";
	position: absolute;
	left: -1.90217%;
	top: 1.3587%;
	display: none;
	width: 103.80435%;
	padding-top: 117.93478%;
	background: url("../images/yy2.png") no-repeat center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.m-hnews .list-item:hover:before {
	display: block;
}

.m-hnews .item-pic {
	position: relative;
	border-radius: 15px 15px 0px 0px;
}
.m-hnews .list-item:hover .item-text {
}
.m-hnews .item-text {
	position: relative;
	padding-top: 25px;
	padding-bottom: 23px;
	padding-left: 20px;
	padding-right: 28px;
	border-radius: 0px 0px 15px 15px;
	background-color: #fff;
}
.m-hnews .list-item:hover .item-time{
	border-bottom: 2px solid #39b54a;
}
.m-hnews .list-item:hover .more{
	background:#39b54a;
	color: #fff;
}
.m-hnews .item-title {
	margin-top: 11px;
	height: 23px;
	line-height: 28px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.m-hnews .item-time {
	color: #666666;
	margin-top: 5px;
	line-height: 24px;
	font-size: 17px;
	border-bottom: 2px solid #0066ff;
}
.m-hnews .item-time {
	display: inline-block;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0 0 5px;
	line-height: 24px;
	font-size: 15px;
	border-bottom: 2px solid #0066ff;
}

.m-hnews .item-time .iconfont {
	margin-right: 5px;
}

.m-hnews .item-desc {
	margin-top: 19px;
}

.m-hnews .item-desc a {
	    display: block;
	    height: 60px;
	    line-height: 27px;
	    font-size: 14px;
	    /* font-size: 1.5rem; */
	    color: #393939;
	    overflow: hidden;
}

@media screen and (max-width: 991px) {
	.g-hnews {
		padding-top: 30px;
	}

	.g-hnews .box-hd {
		margin-bottom: 30px;
	}

	.m-hnews .item-title {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.m-hnews .item-desc {
		margin-top: 10px;
	}

	.m-hnews .item-desc a {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 640px) {
	.m-hnews .list-item {
		margin-left: 1%;
		margin-right: 1% !important;
		width: 98%;
	}
}

@media screen and (max-width: 375px) {
	.m-hnews .list-item {
		margin-right: 0;
		margin-bottom: 25px;
		width: 100%;
	}
}

.g-hcert {
	padding-top: 50px;
	padding-bottom: 30px;
	background: url("../images/hbg3.jpg") no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}

.m-hcertimg {
	position: relative;
	float: right;
	margin-left: 4%;
	width: 63.75%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 48px;
	padding-right: 48px;
}

.m-hcertimg .box {
	margin-bottom: 19px;
	width: 100%;
	position: relative;
}

.m-hcertimg .list {
	width: 100%;
	padding-top: 47.23468%;
	position: relative;
}

.m-hcertimg .btn {
	position: absolute;
	z-index: 4;
	top: 50%;
	margin-top: -24px;
	height: 48px;
	line-height: 48px;
	font-size: 34px;
	font-size: 3.4rem;
	color: #333;
	text-decoration: none;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.m-hcertimg .btn:hover {
	color: #0079c6;
}

.m-hcertimg .next {
	right: 0;
}

.m-hcertimg .prev {
	left: 0;
}

.m-hcertimg li {
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.m-hcertimg .p4 {
	top: 20px;
	left: 0;
	width: 31.68909%;
	z-index: 1;
}

.m-hcertimg .p5 {
	left: 14.94768%;
	top: 10px;
	width: 34.37967%;
	z-index: 2;
}

.m-hcertimg .p1 {
	left: 31.24066%;
	width: 36.7713%;
	z-index: 3;
	-webkit-box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.5);
	box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.5);
}

.m-hcertimg .p2 {
	top: 10px;
	left: 49.62631%;
	width: 34.37967%;
	z-index: 2;
}

.m-hcertimg .p3 {
	top: 20px;
	left: 67.713%;
	width: 31.68909%;
	z-index: 1;
}

.m-hcertimg .box-title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #4c4c4c;
	text-align: center;
}

.m-hcert {
	overflow: hidden;
}

.m-hcert .box-title {
	font-size: 40px;
	font-size: 4rem;
	font-family: "OPEN SANS BOLD";
	text-transform: uppercase;
	color: #0079c6;
}

.m-hcert .box-title a {
	color: #0079c6;
}

.m-hcert .box-title a:hover {
	color: #333;
}

.m-hcert .box-desc {
	margin-top: 34px;
}

.m-hcert .box-desc a {
	display: block;
	max-height: 130px;
	line-height: 26px;
	font-size: 16px;
	font-size: 1.6rem;
	overflow: hidden;
}

.m-hcert .box-link {
	margin-top: 51px;
}

@media screen and (max-width: 991px) {
	.g-hcert {
		padding: 30px 0;
	}

	.m-hcertimg {
		float: none;
		margin-left: 0;
		width: 100%;
		max-width: 765px;
	}

	.m-hcertimg .btn {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.m-hcert {
		margin-top: 30px;
	}

	.m-hcert .box-title {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.m-hcert .box-desc,
	.m-hcert .box-link {
		margin-top: 15px;
	}
}

.g-ft .f-box{
	background:url(../styles/images/bbg.jpg)no-repeat  right top;
}
.g-ft {
	background-color: #0076ce;
}
.g-ft .nav {
	width: 65%;
	border-bottom: #3391d8 solid 1px;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.g-ft .nav a{
	color: #fff;
	padding: 0 8px;
	font-size: 14px;
}
.m-fttext{
	font-size: 14px;
	color: #dddddd;
}

.m-ftfix1 {
	padding-top: 2.86458%;
	padding-bottom: 2.13542%;
	line-height: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	overflow: hidden;
}

.m-ftfix1 a {
	color: #fff;
}

.m-ftfix1 a:hover {
	color: #0079c6;
}

.m-ftb {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.m-ftb1 {
	padding-right: 20px;
	width: 31.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.m-ftb2 {
	margin-right: 12.91667%;
	width: 36.66667%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.m-ftb3 {
	float: none;
	overflow: hidden;
}

.m-fttt {
	margin-bottom: 38px;
	line-height: 1;
	font-size: 30px;
	font-size: 3rem;
	text-transform: uppercase;
	font-family: "OPEN SANS BOLD";
}

.m-ftshare {
	margin-top: 11px;
}

.m-ftshare .share-item {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin-right: 5px;
	margin-bottom: 10px;
	font-size: 0;
	line-height: 0;
}

.m-ftshare .share-item:hover {
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
}

.m-ftfix2 {
	border-top: 1px solid #828282;
	padding: 15px 0;
}

.m-ftlnk {
	overflow: hidden;
	min-height: 30px;
}

.m-ftlnk .list-item {
	float: left;
	margin-right: 30px;
	line-height: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
}

.m-ftlnk .list-item a {
	color: #fff;
}

.m-ftlnk .list-item a:hover {
	color: #ccc;
}

.m-fttext {
	line-height: 30px;
}

.m-fttext img {
	vertical-align: middle;
}

.m-ftinfo .info-item {
	position: relative;
	padding-left: 24px;
	margin: 0;
}

.m-ftinfo .iconfont {
	position: absolute;
	left: 0;
	top: 0px;
	color: #eee;
}

.m-ftnav .iconfont {
	position: absolute;
	left: 0;
	display: none;
}

.m-ftnav .nav-item {
	position: relative;
	transition: all 350ms;
}

.m-ftnav .nav-item:hover {
	padding-left: 24px;
	;
}

.m-ftnav .nav-item:hover .iconfont {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

@media screen and (max-width: 991px) {
.g-fw p {font-size: 24px; font-weight: 600; margin-bottom: 10px;}
.g-fw p i {font-weight: 300; font-size: 16px;}
	.m-ftlnk,
	.m-ftb1,
	.m-ftb2,
	.m-fttt,
	.m-ftfix2 {
		display: none;
	}

	.m-ftb3 {
		float: none;
		width: 100%;
		text-align: center;
	}

	.m-ftfix1 {
		padding-top: 30px;
		padding-bottom: 30px;
		border: none;
		background: none;
		line-height: 30px;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.m-ftshare {
		margin-bottom: 0;
		text-align: center;
	}

	.m-ftshare .share-item {
		margin-right: 10px;
		float: none;
		display: inline-block;
		*display: inline;
		*zoom: 1;
		vertical-align: top;
	}

	.m-ftfix2 {
		background: none;
	}
}

.g-wp {
	padding-top: 44px;
	padding-bottom: 80px;
}

@media screen and (max-width: 991px) {
	.g-wp {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.m-clstext {
	margin-bottom: 57px;
}

.m-clstext .box-title {
	font-size: 24px;
	font-size: 2.4rem;
}

.m-clstext .box-desc {
	margin-top: 40px;
	color: #333;
}

@media screen and (max-width: 991px) {
	.m-clstext {
		margin-bottom: 30px;
	}

	.m-clstext .box-desc {
		margin-top: 20px;
	}
}

.m-propic {
	margin: 0 auto;
	width: 744px;
	max-width: 100%;
}

.m-propic .pic-big {
	position: relative;
	float: left;
	width: 567px;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.m-propic .big-img {
	display: block;
	line-height: 0;
	font-size: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.m-propic .big-img .zoomPad {
	float: none;
	z-index: 8;
}

.m-propic .zoomWrapperImage img {
	max-width: 1200px;
}

.m-propic .pic-small {
	position: relative;
	float: right;
	width: 134px;
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
}

.m-propic .pic-btn {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 20px;
	font-size: 2rem;
	color: #999;
	background-color: #e4e4e4;
	text-align: center;
}

.m-propic .pic-btn.prev {
	top: 0;
}

.m-propic .pic-btn.next {
	bottom: 0;
}

.m-propic .pic-btn:hover {
	color: #0079c6;
}

.m-propic .pic-list {
	height: 450px;
	overflow: hidden;
}

.m-propic .pic-list ul {
	height: 2000px;
}

.m-propic .list-item {
	margin-bottom: 28px;
	margin-bottom: 27px \9;
}

.m-propic .item-pic {
	position: relative;
	display: block;
	overflow: visible;
}

.m-propic .item-pic img {
	width: 100%;
	-webkit-transform: scale(1) !important;
	-moz-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	-o-transform: scale(1) !important;
	transform: scale(1) !important;
	border: 1px solid #dcdcdc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.m-propic .item-pic:hover img {
	border-color: #0079c6;
}

.m-propic .item-pic.zoomThumbActive img {
	border-color: #0079c6;
}

.m-propic .zoomPad {
	cursor: default !important;
}

.m-propic .zoomPup {
	display: none !important;
}

.m-propic .zoomWindow {
	display: none !important;
}

.m-propic .zoomPreload {
	display: none !important;
}

.m-propic2 {
	display: none;
}

@media screen and (max-width: 991px) {
	.m-propic1 {
		display: none;
	}

	.m-propic2 {
		position: relative;
		display: block;
		overflow: hidden;
		width: 100%;
		padding-left: 45px;
		padding-right: 45px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.m-propic2 .box-btn {
		position: absolute;
		top: 50%;
		margin-top: -14px;
		display: block;
		font-size: 28px;
		font-size: 2.8rem;
		color: #888;
		text-align: center;
	}

	.m-propic2 .box-btn.prev {
		left: 0;
	}

	.m-propic2 .box-btn.next {
		right: 0;
	}

	.m-propic2 .box-btn:hover {
		color: #0079c6;
	}

	.m-propic2 .box-list {
		overflow: hidden;
	}

	.m-propic2 .box-list ul {
		width: 1000%;
	}

	.m-propic2 .list-item {
		float: left;
		margin-left: .13%;
		margin-right: .13% !important;
		width: 3.1%;
		margin-bottom: 0;
	}

	.m-propic2 .item-pic:before {
		display: none !important;
	}
}

@media screen and (max-width: 480px) {
	.m-propic2 .list-item {
		margin: 0;
		width: 10%;
	}
}

.m-proscroll {
	position: relative;
	padding-bottom: 56px;
	margin-top: 75px;
}

.m-proscroll .box-list {
	width: 1000%;
	overflow: hidden;
}

.m-proscroll .list-item {
	float: left;
	margin-right: 0.98333%;
	width: 2.68333%;
}

.m-proscroll .item-title {
	padding-top: 27px;
	padding-bottom: 13px;
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: "OPEN SANS BOLD";
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid #999;
}

.m-proscroll .item-desc {
	padding-left: 17px;
	padding-right: 3px;
	padding-top: 13px;
	padding-bottom: 32px;
}

.m-proscroll .item-desc p {
	position: relative;
	padding-left: 15px;
	font-size: 16px;
	font-size: 1.6rem;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.m-proscroll .item-desc p:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	background-color: #333;
}

.m-proscroll .item-link {
	text-transform: uppercase;
	display: block;
	width: 209px;
	max-width: 100%;
	height: 45px;
	line-height: 44px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background-color: #999999;
}

.m-proscroll .item-link:hover {
	background-color: #0079c6;
}

.m-proscroll .box-btn {
	position: absolute;
	bottom: 0;
	width: 36px;
	line-height: 36px;
	font-size: 14px;
	font-size: 14px;
	color: #fff;
	background: #999;
	text-align: center;
	transition: all 350ms;
	border-radius: 5px;
}

.m-proscroll .box-btn:hover {
	background: #0079c6;
}

.m-proscroll .prev {
	right: 50%;
	margin-right: 10px;
}

.m-proscroll .next {
	left: 50%;
	margin-left: 10px;
}

@media screen and (max-width: 991px) {
	.m-proscroll {
		margin-top: 30px;
	}

	.m-proscroll .list-item {
		margin-right: .2%;
		width: 3.2%;
	}

	.m-proscroll .item-title {
		padding: 10px 5px;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.m-proscroll .item-desc {
		padding: 15px 10px;
	}

	.m-proscroll .item-desc p {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.m-proscroll .item-link {
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 480px) {
	.m-proscroll .list-item {
		width: 4.9%;
	}
}

@media screen and (max-width: 375px) {
	.m-proscroll .list-item {
		width: 10%;
	}
}

.m-probd {
	margin-top: 65px;
}

.m-probd .box-item {
	margin-top: 47px;
}

.m-probd .box-item:first-child {
	margin-top: 0;
}

.m-probd .bitem-title {
	margin-bottom: 30px;
	line-height: 50px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background-color: #999;
}

.m-probd .bitem-desc {
	color: #333;
}

.m-probd .bitem-desc p {
	min-height: 30px;
}

@media screen and (max-width: 991px) {
	.m-probd {
		margin-top: 30px;
	}

	.m-probd .box-item {
		margin-top: 30px;
	}

	.m-probd .item-desc p {
		min-height: 10px;
	}
}

.m-abtnav {
	margin-bottom: 51px;
	line-height: 0;
	font-size: 0;
	text-align: center;
	-webkit-box-shadow: 0px 7px 8px 0px rgba(167, 167, 167, 0.2);
	box-shadow: 0px 7px 8px 0px rgba(167, 167, 167, 0.2);
	border: solid 1px #e6e6e6;
}

.m-abtnav .box-wp {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.m-abtnav .nav-item {
	position: relative;
	margin: 0 10px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-top: 14px;
	padding-left: 34px;
	padding-right: 34px;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.m-abtnav .nav-item:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	margin: 0 auto;
	width: 0;
	display: none;
	height: 0;
	border-top: 12px solid #0079c6;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.m-abtnav .nav-item.active {
	background-color: #0079c6;
}

.m-abtnav .nav-item.active .item-icon1 {
	background-image: url("../images/abtnav1h.png");
}

.m-abtnav .nav-item.active .item-icon2 {
	background-image: url("../images/abtnav2h.png");
}

.m-abtnav .nav-item.active .item-icon3 {
	background-image: url("../images/abtnav3h.png");
}

.m-abtnav .nav-item.active .item-icon4 {
	background-image: url("../images/abtnav4h.png");
}

.m-abtnav .nav-item.active .item-title {
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
}

.m-abtnav .nav-item.active:before {
	display: block;
}

.m-abtnav .item-title {
	padding: 0 0 5px;
	line-height: 28px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #666;
}

.m-abtnav .item-icon {
	margin: 0 auto;
	width: 60px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: center;
}

.m-abtnav .item-icon1 {
	background-image: url("../images/abtnav1.png");
}

.m-abtnav .item-icon2 {
	background-image: url("../images/abtnav2.png");
}

.m-abtnav .item-icon3 {
	background-image: url("../images/abtnav3.png");
}

.m-abtnav .item-icon4 {
	background-image: url("../images/abtnav4.png");
}

@media screen and (max-width: 1219px) {
	.m-abtnav .nav-item {
		margin-left: 1%;
		margin-right: 1%;
		width: 23%;
	}

	.m-abtnav .item-title {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 991px) {
	.m-abtnav {
		margin-bottom: 30px;
	}

	.m-abtnav .item-title {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 640px) {
	.m-abtnav .nav-item {
		margin: 0;
		width: 100%;
	}

	.m-abtnav .nav-item:before {
		display: none !important;
	}
}

.m-abtb1 {
	overflow: hidden;
}

.m-abtb1 .box-fix {
	position: relative;
	float: right;
	margin-left: 3.33333%;
	width: 39.58333%;
	padding-right: 15px;
	padding-top: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.m-abtb1 .box-fix:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 213px;
	height: 223px;
	background-color: #0079c6;
}

.m-abtb1 .box-video {
	position: relative;
	padding-top: 71.08696%;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

.m-abtb1 .box-video iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.m-abtb1 .box-text {
	margin-top: 25px;
}

.m-abtb1 .box-desc {
	color: #333;
}

.m-abtb1 .box-desc p {
	min-height: 30px;
}

@media screen and (max-width: 991px) {
	.m-abtb1 .box-fix {
		float: none;
		margin-left: 0;
		width: 100%;
		padding: 0;
	}
	.aimg{
		margin-bottom: 20px;
	}

	.m-abtb1 .box-fix:before {
		display: none;
	}

	.m-abtb1 .box-desc {
		margin-top: 25px;
		line-height: 24px;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.m-abtb1 .box-desc p,
	.m-abtb1 .box-desc span,
	.m-abtb1 .box-desc b {
		line-height: 24px;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.m-abtb1 .box-desc p {
		min-height: 10px;
	}
}

.m-abtb2 {
	position: relative;
	margin-top: 74px;
	padding-left: 59px;
	padding-right: 46px;
}

.m-abtb2 .box-list {
	width: 1000%;
	overflow: hidden;
}

.m-abtb2 .list-item {
	float: left;
	margin-right: 0.26484%;
	width: 3.10502%;
}

.m-abtb2 .box-btn {
	position: absolute;
	top: 50%;
	margin-top: -34px;
	width: 37px;
	line-height: 68px;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	color: #8d9bae;
	background-color: #fbfbfb;
}

.m-abtb2 .box-btn:hover {
	color: #fff;
	background-color: #0079c6;
}

.m-abtb2 .box-btn.prev {
	left: 0;
}

.m-abtb2 .box-btn.next {
	right: 0;
}

@media screen and (max-width: 991px) {
	.m-abtb2 {
		margin-top: 30px;
		padding-left: 40px;
		padding-right: 40px;
	}

	.m-abtb2 .box-btn {
		margin-top: -20px;
		width: 30px;
		height: 40px;
		line-height: 40px;
	}
}

@media screen and (max-width: 480px) {
	.m-abtb2 .list-item {
		margin-right: .2%;
		width: 4.9%;
	}
}

.m-history {
	position: relative;
	padding-left: 61px;
	padding-right: 61px;
}

.m-history .box-btn {
	position: absolute;
	top: 50%;
	margin-top: -21px;
	width: 32px;
	line-height: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #888;
	text-align: center;
	border: 1px solid #888;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.m-history .box-btn.prev {
	left: 0;
}

.m-history .box-btn.next {
	right: 0;
}

.m-history .box-list {
	overflow: hidden;
	width: 10000%;
}

.m-history .box-wp {
	position: relative;
	overflow: hidden;
}

.m-history .box-wp:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: #7d7d7d;
}

.m-history .list-item {
	position: relative;
	float: left;
	width: .33333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.m-history .list-item:before {
	content: "";
	position: absolute;
	left: 6px;
	width: 1px;
	height: 100%;
	background-color: #7d7d7d;
}

.m-history .list-item1:before {
	top: 0;
}

.m-history .list-item2 {
	margin-top: 186px;
}

.m-history .list-item2:before {
	top: 0;
}

.m-history .item-title {
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.m-history .item-desc {
	margin-top: 6px;
	height: 104px;
	line-height: 26px;
	font-size: 16px;
	font-size: 1.6rem;
	overflow: hidden;
}

.m-history .item-wp {
	padding-left: 26px;
	padding-top: 0;
	height: 186px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.m-history .item-wp:before {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	background: url("../images/radio1.png") no-repeat center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.m-history .item-wp1:before {
	left: 0;
	bottom: -7px;
}

.m-history .item-wp2 {
	padding-top: 29px;
}

.m-history .item-wp2:before {
	left: 0;
	top: -7px;
}

@media screen and (max-width: 1219px) {
	.m-history .list-item {
		width: .5%;
	}
}

@media screen and (max-width: 991px) {
	.m-history .item-title {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.m-history .item-desc {
		max-height: 96px;
		line-height: 24px;
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 480px) {
	.m-history .box-wp:before {
		display: none;
	}

	.m-history .list-item {
		margin: 0;
		width: 1%;
	}

	.m-history .list-item:before {
		display: none;
	}

	.m-history .item-wp {
		padding: 0;
		height: 136px;
	}

	.m-history .item-wp:before {
		display: none;
	}
}

.m-cert {
	margin-bottom: -54px;
	overflow: hidden;
}

.m-cert .list-item {
	position: relative;
	float: left;
	margin-right: 5.83333%;
	margin-bottom: 54px;
	width: 20.5%;
	overflow: hidden;
}

.m-cert .list-item:hover .item-modal {
	top: 0;
}

.m-cert .item-top {
	position: relative;
	overflow: hidden;
}

.m-cert .item-modal {
	position: absolute;
	left: 0;
	top: 100%;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	background-color: #000 \9;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	-moz-transition: all 350ms;
	transition: all 350ms;
}

.m-cert .item-title {
	margin-top: 17px;
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	color: #333;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.m-cert .item-title1 {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -35px;
	height: 70px;
	line-height: 24px;
	color: #fff;
	padding-top: 46px;
}

.m-cert .item-title1 .iconfont {
	position: absolute;
	left: 0;
	right: 0;
	top: 5px;
	font-size: 32px;
	font-size: 3.2rem;
}

.m-cert .item-title2 {
	display: none;
}

@media screen and (max-width: 959px) {
	.m-cert .item-modal {
		top: 0;
		background: none;
	}

	.m-cert .item-title1 {
		display: none;
	}

	.m-cert .item-title2 {
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
	}
}

@media screen and (max-width: 767px) {
	.m-cert {
		margin-top: 30px;
		margin-bottom: -30px;
	}

	.m-cert .list-item {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 480px) {
	.m-cert .list-item {
		margin-left: 1%;
		margin-right: 1% !important;
		width: 48%;
	}
}

.m-exhiimg .box-wp {
	position: relative;
	margin: 0 auto;
	padding: 0 70px;
	width: 100%;
	max-width: 1125px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.m-exhiimg .box-big {
	position: relative;
	margin: 0 auto;
	padding: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.m-exhiimg .box-big div {
	position: relative;
	overflow: hidden;
}

.m-exhiimg .box-big .img {
	line-height: 0;
	font-size: 0;
	text-align: center;
}

.m-exhiimg .box-big .title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 46px;
	line-height: 40px;
	padding: 3px 10px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.5);
	background-color: #000 \9;
}

.m-exhiimg .box-small {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

.m-exhiimg .box-btn {
	position: absolute;
	top: 50%;
	margin-top: -100px;
	display: block;
	height: 60px;
	font-size: 50px;
	font-size: 5rem;
}

.m-exhiimg .box-btn.prev {
	left: 0;
}

.m-exhiimg .box-btn.next {
	right: 0;
}

.m-exhiimg .box-list {
	padding-top: 8px;
	overflow: hidden;
}

.m-exhiimg .box-list ul {
	width: 1000%;
}

.m-exhiimg .box-list ul li {
	float: left;
	margin-right: 0.24365%;
	width: 2.31472%;
}

.m-exhiimg .list-item {
	position: relative;
	border: 3px solid transparent;
}

.m-exhiimg .list-item.active {
	border-color: #333;
}

.m-exhiimg .list-item.active:before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -7px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 8px solid #333;
}

@media screen and (max-width: 767px) {
	.m-exhiimg .box-wp {
		padding: 0 35px;
	}

	.m-exhiimg .box-big {
		padding: 5px;
	}

	.m-exhiimg .box-big .title {
		height: 36px;
		line-height: 30px;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.m-exhiimg .box-small {
		margin-top: 10px;
	}

	.m-exhiimg .box-list ul li {
		margin-right: .2%;
		width: 3.2333%;
	}

	.m-exhiimg .box-btn {
		margin-top: -20px;
		line-height: 30px;
		font-size: 24px;
		font-size: 2.4rem;
	}
}

@media screen and (max-width: 480px) {
	.m-exhiimg .box-list ul li {
		margin-right: .2%;
		width: 4.8%;
	}
}

.m-videolist {
	margin-bottom: -50px;
	overflow: hidden;
}

.m-videolist .list-item {
	float: left;
	margin-right: 6.25%;
	margin-bottom: 50px;
	width: 29.16667%;
}

.m-videolist .item-video {
	position: relative;
	padding-top: 78.28571%;
}

.m-videolist .item-video iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.m-videolist .item-title {
	margin-top: 30px;
	height: 26px;
	line-height: 26px;
	padding: 0 5px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.m-videolist .item-title a {
	color: #333333;
}

.m-videolist .item-title a:hover {
	color: #0079c6;
}

@media screen and (max-width: 767px) {
	.m-videolist {
		margin-bottom: -25px;
	}

	.m-videolist .list-item {
		margin-left: 1%;
		margin-right: 1% !important;
		margin-bottom: 25px;
		width: 48%;
	}

	.m-videolist .item-title {
		margin-top: 10px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
	}
}

.m-newsl {
	overflow: hidden;
}

.m-newsl .list-item {
	padding-top: 60px;
	overflow: hidden;
}

.m-newsl .list-item:first-child {
	padding-top: 0;
}

.m-newsl .list-item2 {
	padding-top: 63px;
}

.m-newsl .item-pic {
	float: left;
	width: 368px;
	margin-right: 3.91667%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.m-newsl .item-pic2 {
	margin-right: 5%;
	width: 307px;
}

.m-newsl .item-font {
	overflow: hidden;
}

.m-newsl .item-title {
	position: relative;
	margin-top: 7px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #393939;
}

.m-newsl .item-title a {
	color: #393939;
}

.m-newsl .item-title a:hover {
	color: #0079c6;
}

.m-newsl .item-title2 {
	margin-top: 12px;
}

.m-newsl .item-desc {
	margin-top: 11px;
}

.m-newsl .item-desc a {
	height: 90px;
	line-height: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #393939;
	overflow: hidden;
}

.m-newsl .item-desc a:hover {
	color: #0079c6;
}

.m-newsl .item-desc2 {
	margin-top: 18px;
}

.m-newsl .item-desc2 a {
	height: 120px;
}

.m-newsl .item-info {
	margin-top: 35px;
	overflow: hidden;
}

.m-newsl .item-info2 {
	margin-top: 35px;
}

.m-newsl .item-info2 {
	margin-top: 29px;
}

.m-newsl .item-link {
	float: left;
	width: 170px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	background-color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 18px;
}

.m-newsl .item-link:hover {
	color: white;
	background-color: #0079c6;
}

.m-newsl .item-time {
	float: right;
	line-height: 36px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
}

@media screen and (max-width: 991px) {
	.m-newsl .list-item {
		padding-top: 30px;
	}

	.m-newsl .item-pic {
		float: none;
		width: 100%;
		max-width: 330px;
	}

	.m-newsl .item-font {
		padding-left: 0;
	}

	.m-newsl .item-title {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.m-newsl .item-desc {
		margin-top: 10px;
	}

	.m-newsl .item-desc a {
		height: 48px;
		line-height: 24px;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.m-newsl .item-info {
		margin-top: 15px;
	}

	.m-newsl .item-link {
		height: 36px;
		line-height: 34px;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.m-newsl .item-time {
		margin-right: 0;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 36px;
	}
}

.m-news .box-title {
	font-size: 18px;
	font-size: 1.8rem;
	color: #333;
	text-align: center;
}

.m-news .box-info {
	margin-top: 38px;
	letter-spacing: 0;
	padding: 8px 0;
	line-height: 26px;
	text-align: center;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #ccc;
}

.m-news .box-time {
	position: relative;
	margin-right: 10px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 26px;
	font-size: 14px;
	font-size: 1.4rem;
	vertical-align: top;
}

.m-news .box-time .iconfont {
	position: absolute;
	left: 0;
}

.m-news .box-share {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 26px;
	vertical-align: top;
}

.m-news .share-font {
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	vertical-align: top;
}

.m-news .share-img {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.m-news .box-desc {
	margin-top: 32px;
	padding-bottom: 30px;
	border-bottom: 1px solid #cccccc;
	color: #393939;
}

@media screen and (max-width: 991px) {
	.m-news .box-desc {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
	}

	.m-news .box-desc p,
	.m-news .box-desc span,
	.m-news .box-desc a {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
	}
}

.m-ctusinfo {
	padding-top: 43px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 45px;
	background: url("../images/ctusbg1.jpg") no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	background-color: #f2f2f2;
	border-radius: 10px;
}

.m-ctusinfo .box-title {
	margin-bottom: 43px;
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
}

.m-ctusinfo .box-fix1 {
	float: left;
	margin-right: 8.36237%;
	width: 47.56098%;
}

.m-ctusinfo .box-fix {
	overflow: hidden;
}

.m-ctusinfo .list-item {
	position: relative;
	padding-left: 28px;
	line-height: 40px;
	font-size: 16px;
	font-size: 1.6rem;
}

.m-ctusinfo .list-item .iconfont {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 22px;
	font-size: 2.2rem;
	color: #999999;
}

@media screen and (max-width: 991px) {
	.m-ctusinfo .box-title {
		margin-bottom: 25px;
		font-size: 18px;
		font-size: 1.8rem;
	}

	.m-ctusinfo .box-fix1 {
		float: none;
		margin-right: 0;
		width: 100%;
	}

	.m-ctusinfo .list-item {
		margin: 5px 0;
		line-height: 30px;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.m-ctusinfo .list-item .iconfont {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

.m-ctusform {
	margin-top: 47px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

.m-ctusform .box-title {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
}
.items-hover .item:hover{
	background: none;
}

.m-ctusform .box-title span {
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
	vertical-align: middle;
}

.m-ctusform .box-form {
	margin-top: 39px;
	margin-bottom: -19px;
	overflow: hidden;
}

.m-ctusform .form-left {
	float: left;
	width: 38.5%;
}

.m-ctusform .form-right {
	float: right;
	width: 54.83333%;
}

.m-ctusform .form-item {
	position: relative;
	margin-bottom: 19px;
	padding-left: 18px;
	line-height: 0;
	font-size: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.m-ctusform .form-item input,
.m-ctusform .form-item textarea {
	width: 100%;
	height: 50px;
	line-height: 48px;
	padding-left: 40px;
	padding-right: 10px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #9999;
	border: 1px solid #aaa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
}

.m-ctusform .form-item input::-webkit-input-placeholder,
.m-ctusform .form-item textarea::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
}

.m-ctusform .form-item input:-moz-placeholder,
.m-ctusform .form-item textarea:-moz-placeholder {
	color: #999;
	opacity: 1;
}

.m-ctusform .form-item input::-moz-placeholder,
.m-ctusform .form-item textarea::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.m-ctusform .form-item input:-ms-input-placeholder,
.m-ctusform .form-item textarea:-ms-input-placeholder {
	color: #999;
	opacity: 1;
}

.m-ctusform .form-item textarea {
	height: 188px;
	line-height: 50px;
}

.m-ctusform .form-item label {
	position: absolute;
	top: 100%;
	left: 17px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 18px;
	color: #ff0000;
}

.m-ctusform .form-item .iconfont {
	position: absolute;
	left: 31px;
	top: 0;
	line-height: 48px;
	font-size: 20px;
	font-size: 2rem;
	color: #999;
}

.m-ctusform .form-item .icon-home {
	font-size: 20px;
	font-size: 2rem;
}

.m-ctusform .form-item.important {
	background: url("../images/star1.png") no-repeat left 24px;
}

.m-ctusform .form-item-2 {
	float: left;
	margin-right: 1.21212%;
	width: 39.39394%;
}

.m-ctusform .form-item-2 input {
	padding-left: 12px;
}

.m-ctusform .form-item-3 {
	float: left;
	padding-left: 0;
	width: 24.24242%;
	line-height: 48px;
	text-align: center;
	border: 1px solid #aaa;
	background-color: #fff;
}

.m-ctusform .form-item-3 img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 48px;
}

.m-ctusform .form-item-4 {
	float: right;
	padding-left: 0;
	width: 27.87879%;
}

.m-ctusform .form-item-4 input {
	padding: 0;
	font-size: 16px;
	font-size: 1.6rem;
	color: white;
	text-align: center;
	border-color: #666666;
	background-color: #666666;
}

.m-ctusform .c-oh {
	overflow: inherit;
}

@media screen and (max-width: 991px) {
	.m-ctusform {
		margin-top: 30px;
	}

	.m-ctusform .box-title {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.m-ctusform .box-title span {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.m-ctusform .box-form {
		margin-top: 30px;
	}

	.m-ctusform .form-left,
	.m-ctusform .form-right {
		float: none;
		width: 100%;
	}

	.m-ctusform .form-item {
		margin-right: 0;
		width: 100%;
	}

	.m-ctusform .form-item-2 {
		width: -webkit-calc(100% - 170px);
		width: -moz-calc(100% - 170px);
		width: calc(100% - 170px);
	}

	.m-ctusform .form-item-3 {
		float: right;
		width: 160px;
	}
}

.m-ctusmap {
	margin-top: 53px;
}

@media screen and (max-width: 991px) {
	.m-ctusmap {
		margin-top: 30px;
	}
}

@font-face {
	font-family: "OPEN SANS BOLD";
	src: url("../fonts/OPEN SANS BOLD.woff2") format("woff2"),
		url("../fonts/OPEN SANS BOLD.woff") format("woff"),
		url("../fonts/OPEN SANS BOLD.ttf") format("truetype"),
		url("../fonts/OPEN SANS BOLD.eot") format("embedded-opentype"),
		url("../fonts/OPEN SANS BOLD.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@media screen and (min-width: 992px) and (max-width: 1219px) {
	.f-box {
		width: 970px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.f-box {
		width: 750px;
	}
}

@media screen and (max-width: 767px) {
	.g-ft{
		padding-bottom:0;
	}
	.g-ft .nav {
		width: auto;
	}
	.g-ft .f-box{
		background: none;
	}
	.synum .f-box{
		padding-left: 0px;
		padding-right: 0px;
	}
	.synum span{
		font-size: 20px;
	}
	.synum p{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.f-box {
		padding-left: 10px;
		padding-right: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@font-face {
	font-family: "iconfont";
	src: url('../fonts/iconfont.eot?t=1567147187575');
	/* IE9 */
	src: url('../fonts/iconfont.eot?t=1567147187575#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
		url('../fonts/iconfont.woff?t=1567147187575') format('woff'),
		url('../fonts/iconfont.ttf?t=1567147187575') format('truetype'),
		/* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
		url('../fonts/iconfont.svg?t=1567147187575#iconfont') format('svg');
	/* iOS 4.1- */
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
	content: "\e624";
}

.icon-fanhui1:before {
	content: "\e609";
}

.icon-0601bianji:before {
	content: "\e611";
}

.icon-web3:before {
	content: "\e6fd";
}

.icon-bigger1:before {
	content: "\e647";
}

.icon-left7:before {
	content: "\e724";
}

.icon-right7:before {
	content: "\e725";
}

.icon-left9:before {
	content: "\e72c";
}

.icon-right9:before {
	content: "\e72d";
}

.icon-up10:before {
	content: "\e72e";
}

.icon-bottom10:before {
	content: "\e72f";
}

.icon-left10:before {
	content: "\e730";
}

.icon-right10:before {
	content: "\e731";
}

.icon-up14:before {
	content: "\e73e";
}

.icon-bottom14:before {
	content: "\e73f";
}

.icon-left16:before {
	content: "\e748";
}

.icon-right16:before {
	content: "\e749";
}

.icon-up18:before {
	content: "\e74e";
}

.icon-download1:before {
	content: "\e7a0";
}

.icon-download8:before {
	content: "\e7a7";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-contact:before {
	content: "\e7be";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-fax:before {
	content: "\e7c2";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-phone:before {
	content: "\e7c8";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-phone1:before {
	content: "\e7cb";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-contact1:before {
	content: "\e7c4";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-qq:before {
	content: "\e7ce";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-delete1:before {
	content: "\e7d4";
}

.icon-message:before {
	content: "\e7da";
}

.icon-calendar3:before {
	content: "\e7e1";
}

.icon-calendar5:before {
	content: "\e7e3";
}

.icon-top10:before {
	content: "\e7ed";
}

.m-page a.no:hover {
	color: #333 !important;
	border: 1px solid #e5e5e5 !important;
	background: none !important;
}

.item-btns a.no:hover {
	color: #333 !important;
	background-color: #E5E5E5 !important;
}

.ppp {
	line-height: 30px;
}

.actives {
	color: #d52c2c !important;
}

.at-resp-share-element .at-icon {
	width: 24px !important;
	height: 24px !important;
}

.at-style-responsive .at-share-btn {
	padding: 0 !important;
	border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
	width: 24px !important;
	height: 24px !important;
}

.at-resp-share-element .at-share-btn {
	margin-bottom: 0 !important;
	margin-right: 3px !important;
}

.m-projl {
	margin-bottom: -86px;
}

.m-projl .list-item {
	float: left;
	margin-right: 2.6%;
	margin-bottom: 86px;
	width: 31.6%;
}

.m-projl .item-pic {
	border: 1px solid #959595;
}

.m-projl .item-title {
	margin-top: 14px;
	height: 27px;
	line-height: 27px;
	font-size: 17px;
	font-size: 1.7rem;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000;
}

.m-projl .item-title a {
	color: #000;
}

.m-projl .item-title a:hover {
	color: #0374c0;
}

@media screen and (max-width: 991px) {
	.m-projl {
		margin-bottom: -30px;
	}

	.m-projl .list-item {
		margin-bottom: 30px;
	}

	.m-projl .item-title {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 480px) {
	.m-projl .list-item {
		width: 48%;
		margin-left: 1%;
		margin-right: 1% !important;
	}
}

.m-projl .item-title {
	padding-top: 27px;
	padding-bottom: 13px;
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: "OPEN SANS BOLD";
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid #999;
}

.m-projl .item-desc {
	padding-left: 17px;
	padding-right: 3px;
	padding-top: 13px;
	padding-bottom: 32px;
}

.m-projl .item-desc p {
	position: relative;
	padding-left: 15px;
	font-size: 16px;
	font-size: 1.6rem;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.m-projl .item-desc p:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	background-color: #333;
}

.m-projl .item-link {
	text-transform: uppercase;
	display: block;
	width: 209px;
	max-width: 100%;
	height: 45px;
	line-height: 44px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background-color: #999999;
}

.m-projl .item-link:hover {
	background-color: #0079c6;
}

@media screen and (max-width: 991px) {
	.m-projl .item-title {
		padding: 10px 5px;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.m-projl .item-desc {
		padding: 15px 10px;
	}

	.m-projl .item-desc p {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.m-projl .item-link {
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		font-size: 1.4rem;
	}
}

.m-habt .box-video video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.m-abtb1 .box-video video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.kajsbdh p img {
	margin: 0 auto;
	display: block;
}

.ny-title,
.ab-tit {
	margin-bottom: 4%;
	text-align: center;
}

.ny-title h2,
.ab-tit h2 {
	position: relative;
	font-size: 27px;
	font-family: arial, helvetica, sans-serif;
}

.ny-title h2::after,
.ab-tit h2::after {
	content: '';
	position: absolute;
	width: 40px;
	height: 2px;
	background: #2586dd;
	bottom: -15px;
	left: 50%;
	margin-left: -20px;
}

.ny-content p {
	line-height: 28px;
	color: #555;
}

.m-page a.no:hover {
	color: #333 !important;
	border: 1px solid #e5e5e5 !important;
	background: none !important;
}

.item-btns a.no:hover {
	color: #333 !important;
	background-color: #E5E5E5 !important;
}

.ppp {
	line-height: 30px;
}

.actives {
	color: #d52c2c !important;
}

.at-resp-share-element .at-icon {
	width: 24px !important;
	height: 24px !important;
}

.at-style-responsive .at-share-btn {
	padding: 0 !important;
	border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
	width: 24px !important;
	height: 24px !important;
}

.at-resp-share-element .at-share-btn {
	margin-bottom: 0 !important;
	margin-right: 3px !important;
}

.m-projl {
	margin-bottom: -86px;
}

.m-projl .list-item {
	float: left;
	margin-right: 2.6%;
	margin-bottom: 86px;
	width: 31.6%;
}

.m-projl .item-pic {
	border: 1px solid #959595;
}

.m-projl .item-title {
	margin-top: 14px;
	height: 27px;
	line-height: 27px;
	font-size: 17px;
	font-size: 1.7rem;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000;
}

.m-projl .item-title a {
	color: #000;
}

.m-projl .item-title a:hover {
	color: #0374c0;
}

@media screen and (max-width: 991px) {
	.m-projl {
		margin-bottom: -30px;
	}

	.m-projl .list-item {
		margin-bottom: 30px;
	}

	.m-projl .item-title {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 480px) {
	.m-projl .list-item {
		width: 48%;
		margin-left: 1%;
		margin-right: 1% !important;
	}
}

.m-projl .item-title {
	padding-top: 27px;
	padding-bottom: 13px;
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: "OPEN SANS BOLD";
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid #999;
}

.m-projl .item-desc {
	padding-left: 17px;
	padding-right: 3px;
	padding-top: 13px;
	padding-bottom: 32px;
}

.m-projl .item-desc p {
	position: relative;
	padding-left: 15px;
	font-size: 16px;
	font-size: 1.6rem;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.m-projl .item-desc p:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	background-color: #333;
}

.m-projl .item-link {
	text-transform: uppercase;
	display: block;
	width: 209px;
	max-width: 100%;
	height: 45px;
	line-height: 44px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background-color: #999999;
}

.m-projl .item-link:hover {
	background-color: #0079c6;
}

@media screen and (max-width: 991px) {
	.m-projl .item-title {
		padding: 10px 5px;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.m-projl .item-desc {
		padding: 15px 10px;
	}

	.m-projl .item-desc p {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.m-projl .item-link {
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		font-size: 1.4rem;
	}
}

.m-habt .box-video video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.m-abtb1 .box-video video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.kajsbdh p img {
	margin: 0 auto;
	display: block;
}

.ny-main {
	margin: 20px 0;
}

.card .card-heading {
	text-align: center;
}
.cy-pro-list {
    border: 1px solid #eee;
    padding: 0px 0px;
    margin: 0px;
    overflow: hidden;
}
.cy-pro-listtitle {
    background-color: #2586dd;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    padding: 5px 10px;
    margin: 0px;
    overflow: hidden;
}
.cy-pro-list .tree-menu {
    border: 0px;
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.tree-menu li > a:hover, .tree-menu li > a:active, .tree-menu li > a:focus {background-color: inherit;font-weight: 600;}
.tree-menu li li a {font-size: 14px;}

/* 分页样式 */
.pagination {
	color: #666;
	clear: both;
	margin-top: 1em;
	display: block;
	margin: auto;
}

.pagination li {
	display: inline-block;
}

.pagination a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: -1px;
	padding: 0 12px;
	height: 32px;
	line-height: 32px;
	color: #d4231d;
	border: 1px solid #ddd;
	background: #fff;
	text-decoration: none;
	overflow: hidden;
}

.pagination li>span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: -1px;
	padding: 0 12px;
	height: 32px;
	line-height: 32px;
	color: #d4231d;
	border: 1px solid #ddd;
	background: #fff;
	text-decoration: none;
	overflow: hidden;
}

.pagination li.active>span {
	color: #ffffff;
	background: #d4231d;
}

.pagination .prev::before {
	font-family: "FontAwesome";
	display: inline-block;
	content: "\f104";
	width: 10px;
	height: 10px;
	margin-right: 5px;
}

.pagination .next::after {
	font-family: "FontAwesome";
	display: inline-block;
	content: "\f105";
	width: 10px;
	height: 10px;
	margin-left: 5px;
}

.pagination a:not(.goto):hover {
	background-color: #eee;
	color: #ec6c00;
}

.pagination a.cur,
.pagination a.cur:hover {
	background-color: #d4231d;
	color: #fff;
	border-color: #d4231d;
	margin-right: 1px
}

.pagination a.disabled {
	background-color: #e6e6e6 !important;
	color: #bbb !important;
	cursor: no-drop
}

.pagination .prev {
	border-radius: 5px 0 0 5px;
}

.pagination .next {
	border-radius: 0 5px 5px 0;
}

.indexcase_cate {
	text-align: center;
}

.indexcase_cate a {
	display: inline-block;
	margin: 6px 4px;
	line-height: 32px;
	border: 1px #dbdbdb solid;
	padding: 0 30px;
	color: #666;
	border-radius: 5px;
}

.indexcase_cate .active {
	color: #fff;
	background-color: #0068b7;
	border-color: #0068b7;
}

.indexcase_cate a:hover {
	color: #fff;
	background-color: #0068b7;
	border-color: #0068b7;
}

.m-hdnav {
	padding-left: 10px;
	margin-bottom: 0px;
}
@media (max-width: 991px) {
    .animate-list-2 {background: inherit;}
    .animate-list-2 .item {height: auto;min-height: auto; margin-bottom: 20px;}
	.animate-list-2 .item-adm .item-inner,.item-adm .item-inner,.item-adm:hover .item-inner {
        z-index: 2;
        transform: translateX(-100%) rotateY(-180deg);
        position: inherit;
        height: auto;
        overflow: hidden;
    }
    .animate-list-2 .item-adm .item-front, .item-adm .item-front,.item-adm:hover .item-front {
        display: none;
        opacity: 0;
    }
    .animate-list-2 .item-adm .item-behind,.item-adm .item-behind,.item-adm:hover .item-behind {
        opacity: 1;
        position: relative;
        height: auto;
    }
    .animate-list-2 .item-behind .sbg-text {position: absolute;bottom: 10%; left: 0px; width: 100%; background: inherit; padding: 0px;}
}