@CHARSET "UTF-8";

html, body {
	height: 100%;
}
.mn-head.cl-head {
	background-image: url(../../images/core/tmh_banner.jpg);
}
.mn-head.cs-head {
	background-image: url(../../images/core/tyndc_banner.jpg);
}
.mn-head.ca-head {
	background-image: url(../../images/core/znhj_banner.jpg);
}
.mn-head.ce-head {
	background-image: url(../../images/core/glqy_banner2.jpg);
}
.mn-head.cf-head {
    background-image: url(../../images/core/yyyywlgg_banner.jpg);
}
.mn-head.cli-head {
	background-image: url(../../images/core/znhj_banner_new.jpg);
}
.mn-link.mn-core {
    margin-bottom: -48px;
    z-index: 20;
}
.ix-3 {
    width: 100%;
    height: 120%;
    background-color: #009bde;
    position: relative;
    z-index: 0;
	overflow: hidden;
	margin-bottom: 40px;
}
.ix-3 > h2 {
	font-size: 26px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 90px;
    z-index: 20;
    -webkit-transform: translate( -50%, -50%);
    -ms-transform: translate( -50%, -50%);
    transform: translate( -50%, -50%);
}
.ix-3 .ix-3-bg {
	position: absolute;
    width: 100%;
    height: 100%;
}

.ix-3 .ix-3-bg-c {
	border-radius: 50%;
	position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.ix-3 .ix-3-bg1 {
    width: 70vw;
    height: 70vw;
    border-radius: 50%;
    background-color: #1481d3;

    animation-delay: 0.4s;
    visibility: visible;
    animation-name: circleZoomOut;
}
.ix-3 .ix-3-bg2 {
	width: 50vw;
    height: 50vw;
    border-radius: 50%;
    background-color: #108de1;

    animation-delay: 0.3s;
    visibility: visible;
    animation-name: circleZoomOut;
}
.ix-3 .ix-3-bg3 {
    width: 30vw;
    height: 30vw;
    background-color: rgb(132 207 246 / 85%);

   	animation-delay: 0.2s;
    visibility: visible;
    animation-name: circleZoomOut;
}
.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
}
.ix-3 .ix-3-a {
	z-index: 20;
	font-size: 22px;
    position: absolute;
    display: block;
   /**
    -webkit-transform: translate( -50%, -50%);
    -ms-transform: translate( -50%, -50%);
    transform: translate( -50%, -50%);
    **/
}
.ix-3 .ix-3-a.ix-3-a-1 {
    top: 47%;
    /**left: 23%;**/
}
.ix-3 .ix-3-a.ix-3-a-1::after {
	content: "";
    position: absolute;
    width: 95px;
    height: 15px;
    background-image: url(../../images/index/zuo.png);
    background-size: 100% 100%;
    background-position-x: right;
    background-repeat: no-repeat;
    margin-left: 15px;
}
.ix-3 .ix-3-a.ix-3-a-2 {
	top: 6%;
    left: 50%;
    -webkit-transform: translate( -50%, -50%);
    -ms-transform: translate( -50%, -50%);
    transform: translate( -50%, -50%);
}
.ix-3 .ix-3-a.ix-3-a-2::after {
	content: "";
    position: absolute;
    top: 22px;
    left: 48%;
    width: 12px;
    height: 72px;
    background-image: url(../../images/index/shang.png);
    background-size: 100% 100%;
}
.ix-3 .ix-3-a.ix-3-a-3 {
	top: 47%;
	/**left: left: 76%;**/
}
.ix-3 .ix-3-a.ix-3-a-3::before {
    content: "";
    position: absolute;
    margin-left: -105px;
    width: 95px;
    height: 15px;
    background-image: url(../../images/index/you.png);
    background-size: auto 100%;
    background-position-x: left;
}
.ix-3 .ix-3-logo {
	cursor: pointer;
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate( -50%, -50%);
    -ms-transform: translate( -50%, -50%);
    transform: translate( -50%, -50%);
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
    padding: 20px;
    border: 35px solid #1a41b6;
}
.ix-3 .ix-3-logo span {
	width: 150px;
    height: 150px;
    display: block;
    margin: 0px 0;
    background-image: url(../../images/core/glqy_logo.png);
    background-size: 100% 100%;
    z-index: 2;
}
.ix-3 .ix-3-logo:hover span {
	background-image: url(../../images/core/glqy_logo.png);
}
.ix-3 .ix-3-logo .ix-3-logo-img {
	width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.ix-3 .ix-3-logo .ix-cover {
	width: 102%;
    height: 102%;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate( -50%, -50%);
    -ms-transform: translate( -50%, -50%);
    transform: translate( -50%, -50%);
}
.ix-3 .ix-3-logo > .ix-cover::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: #1a41b6;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.ix-3 .ix-3-logo:hover .ix-cover::before {
    transform: translate(-50%, -50%) scale(1);
}
.ix-3 .ix-3-nums {
    position: absolute;
    width: 100%;
    bottom: 7%;
	color: #fff;
}
.ix-3 .ix-3-nums .ix-3-num {
 	height: 130px;
    width: 114px;
    cursor: pointer;

    transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	margin-right: auto;
    margin-left: auto;
}
.ix-3 .ix-3-nums .ix-3-num:hover > div {
	background-image: url(../../images/index/ix-bg2.png);
}
.ix-3 .ix-3-nums .ix-3-num > div {
 	background-image: url(../../images/index/ix-bg1.png);
    background-repeat: no-repeat;
    background-position: top;
	background-size: 100% auto;
	text-align: center;
    line-height: 120px;
    font-size: 13px;
    margin-bottom: 10px;
 }
.ix-3 .ix-3-nums .ix-3-num:hover p {
	color: #99d20f;
}
.ix-3 .ix-3-nums .ix-3-num > div span {
	font-size: 37px;
    font-weight: 600;
}
.ix-3 .ix-3-nums .ix-3-num > p {
	text-align: center;
    font-weight: 600;
    font-size: 18px;
   	position: relative;
}

.ix-3 .ripple,
.ix-3 .ripple:before,
.ix-3 .ripple:after {
    position: absolute;
    top: 40%;
    left: 50%;
    width: auto;
    height: auto;
    border-radius: 50%;
    -ms-border-radius: 50%;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--moniz-base-rgb, 26, 65, 182), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--moniz-base-rgb, 26, 65, 182), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--moniz-base-rgb, 26, 65, 182), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}
.ix-3 .ripple:before,
.ix-3 .ripple:after {
	width: 255px;
    height: 255px;
    top: 50%;
}
.ix-3 .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}
.ix-3 .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.ce-info {
	position: absolute;
    width: 100%;
    top: 60%;
    color: #fff;
}
.ce-info p {
	line-height: 40px;
    font-size: 20px;
	text-indent: 34px;
}
.ce-img img {
	margin-left: auto;
	margin-right: auto;
}


/** core1.html **/
.ce-1.ix-3 .ix-3-logo span {
	width: 90px;
    height: 100px;
    display: block;
    margin: 25px 30px;
    background-image: url(../../images/core/tmhlogo.jpg);
    background-size: 100% 100%;
    z-index: 2;
}
.ce-1.ix-3 .ix-3-logo:hover span {
	background-image: url(../../images/core/tmhlogo.jpg);
}

/** core2.html **/
.ce-2.ix-3 .ix-3-logo span {
	width: 180px;
    height: 55px;
    display: block;
    margin: 60px 0px;
    background-image: url(../../images/core/tyndclogo.png);
    background-size: 100% 100%;
    z-index: 2;
}
.ce-2.ix-3 .ix-3-logo:hover span {
	background-image: url(../../images/core/tyndclogo.png);
}

/** core3.html **/
.ce-3.ix-3 .ix-3-logo:hover span {
    background-image: url(../../images/core/glqy_logo4.png);
}
.ce-3.ix-3 .ix-3-logo span {
    width: 130px;
    height: 130px;
    display: block;
    margin: 10px;
    background-image: url(../../images/core/glqy_logo4.png);
    background-size: 100% 100%;
    z-index: 2;
}
/** core4.html **/
.ce-4.ix-3 .ix-3-logo:hover span {
    background-image: url(../../images/core/glqy_logo5.png);
}
.ce-4.ix-3 .ix-3-logo span {
    width: 130px;
    height: 130px;
    display: block;
    margin: 10px;
    background-image: url(../../images/core/glqy_logo5.png);
    background-size: 100% 100%;
    z-index: 2;
}

/** core4.html **/
.ce-main h3.ce-main-h3 {
    color: #029bdd;
    text-align: center;
    margin-bottom: 35px;
    margin-top: 15px;
}

/** core5.html **/
.ce-5.ix-3 .ix-3-logo:hover span {
    background-image: url(../../images/core/yyyywlgg_logo.png);
}
.ce-5.ix-3 .ix-3-logo span {
    width: 130px;
    height: 130px;
    display: block;
    margin: 10px;
    background-image: url(../../images/core/yyyywlgg_logo.png);
    background-size: 100% 100%;
    z-index: 2;
}

.ce-main .cm-item {
	cursor: pointer;
	color: #000;
	border: 1px solid #e5e5e5;
    box-shadow: 1px 1px 7px #d7d7d7;
    padding: 10px 15px 25px 15px;
    display: block;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
    line-height:24px;
}
.ce-main .cm-item:hover {
	background-color: #1296db;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.ce-main .cm-item:hover {
	text-decoration: none;
}
.ce-main .cm-item .cm-item-main h2 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}
.ce-main .cm-item .cm-item-main h2::after {
    content: '';
    background-color: #1296db;
    width: 120px;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.ce-main .cm-item:hover .cm-item-main h2::after {
	background-color: #fff;
}
.ce-main .cm-item .cm-item-main p {
	font-size: 13px;
    line-height: 20px;
}
.ce-main .cm-item .cm-item-main p a {
	font-size: 18px;
    line-height: 44px;
    color: #1296db;
}
.ce-main .cm-item:hover .cm-item-main p a {
	color: #fff;
	text-decoration: none;
}
.ce-main .cm-item .cm-im-img {
    width: 110px;
    float: right;
}
.ce-main .cm-item .cm-im-img img {

}

.ix-3 .ix-3-logo .ix-cover {
    display: none;
}

@media (min-width: 1740px) {
	/**图表信息 **/
	.ix-3 {
	    height: 1000px;
	}
	.ix-3 .ix-3-txt {
	    font-size: 18px;
	}
	.ix-3 .ix-3-a {
    	font-size: 40px;
	}
	.ix-3 .ix-3-a.ix-3-a-2 {
	    top: 16%;
	}
	.ix-3 .ix-3-a.ix-3-a-2::after {
	    top: 76px;
	    left: 48%;
	    width: 22px;
	    height: 140px;
	}
	.ix-3 .ix-3-a.ix-3-a-1::after {
	    width: 140px;
	    height: 22px;
	    margin-left: 15px;
	}
	.ix-3 .ix-3-a.ix-3-a-3::before {
	    left: -165px;
	    width: 140px;
	    height: 22px;
	}
	.ix-3 .ix-3-nums {
    	bottom: 10%;
	}
	.ix-3 .ix-3-nums .ix-3-num {
    	height: 146px;
   	 	width: 130px;
	}
	.ix-3 .ix-3-nums .ix-3-num > div {
	    text-align: center;
	    line-height: 150px;
	    font-size: 17px;
	}
	.ix-3 .ix-3-nums .ix-3-num > div span {
	    font-size: 50px;
	}
	.ix-3 .ix-3-nums .ix-3-num > p {
	    text-align: center;
	    font-weight: 600;
	    font-size: 21px;
	    position: relative;
	}
}
@media (max-width: 1324px) {
}
@media (max-width: 768px)  {

	/**信息图**/
	.ix-3 {
	    height: 800px;
	}
	.ix-3 .ix-3-nums {
    	bottom: 50px;
	}
	.ix-3 .ix-3-a {
		font-size: 12px;
	}
	.ix-3 .ix-3-a.ix-3-a-1 {
	    top: 29%;
	    left: 9px;
	}
	.ix-3 .ix-3-a.ix-3-a-1::after {
		width: 38px;
	    height: 7px;
	    top: 4px;
	    right: -26px;
	    margin-left: 0px;
	}
	.ix-3 .ix-3-a.ix-3-a-2 {
	   	top: 105px;
    	left: 50%;
	}
	.ix-3 .ix-3-a.ix-3-a-2::after {
	    width: 8px;
	    height: 38px;
	}
	.ix-3 .ix-3-a.ix-3-a-3 {
	    height: 8px;
	    top: 30%;
	    left: auto;
	    right: 2px;
	    width: 98px;
	}
	.ix-3 .ix-3-a.ix-3-a-3::before {
	    width: 38px;
	    height: 10px;
	    margin-left: -44px;
	    top: 3px;
	    left: auto;
	}
	.ce-1.ix-3 .ix-3-logo span {
		width: 75px;
	    height: 90px;
	    margin: 0px 8px;
	}
	.ce-2.ix-3 .ix-3-logo span {
		width: 90px;
	    height: 32px;
	    margin: 30px 0px;
	}
	.ce-3.ix-3 .ix-3-logo span {
	    width: 71px;
	    height: 71px;
	}
	.ix-3 .ix-3-logo {
	    top: 30%;
		border-width: 15px;
	}
	.ix-3 .ripple:before, .ix-3 .ripple:after {
	    width: 160px;
    	height: 160px;
	}
	.ix-3 .ix-3-nums .ix-3-num > p {
	    text-align: center;
	    font-weight: 400;
	    font-size: 13px;
	    position: relative;
	}
	.ix-3 .ix-3-nums .ix-3-num {
	    height: 100px;
	    width: 80px;
	    cursor: pointer;
	    margin-bottom: 15px;
	    margin-right: auto;
	    margin-left: auto;
	}
	.ix-3 .ix-3-nums .ix-3-num > div {
    	height: 85px;
	}
	.ix-3 .ix-3-nums .ix-3-num > div {
    	height: 77px;
	}
	.ix-3 .ix-3-nums .ix-3-num > div {
		height: 90px;
	    text-align: center;
	    line-height: 90px;
	    font-size: 13px;
	    margin-bottom: 3px;
	}
	.ix-3 > h2 {
	    font-size: 18px;
	    top: 80px;
	}
	.ce-info {
	    bottom: auto;
	    top:45%
	}
	.ce-info p {
	    line-height: 22px !important;
	    font-size: 13px;
	    text-indent: 34px;
	}

	.ce-main .cm-item .ce-image {
		margin-bottom: 15px;
	}
	.ce-main .cm-item .cm-im-img {
	    width: 100%;
	    float: right;
	}
	.ce-main h3.ce-main-h3 {
	    margin-bottom: 25px;
	    margin-top: 10px;
	}
	.ce-main .col-xs-9 {
		margin-left: -15px;
	}

	.mn-link.mn-core {
	    margin-bottom: -30px;
	}
	.ix-3 .ix-3-bg-c {
      top: 30%;
	}
	.ix-3 .ix-3-bg1 {
	    width: 110vw;
	    height: 110vw;
	}
	.ix-3 .ix-3-bg2 {
	    width: 90vw;
	    height: 90vw;
	}
	.ix-3 .ix-3-bg3 {
	    width: 70vw;
	    height: 70vw;
	}
	.ix-3 .ix-3-bg {
	    display: none;
	}
   .mn-link .mn-menus {
    min-width: 1000px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}
}
.mn-link .mn-menus {
    min-width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}
.mn-link .ce-ct-link{
	margin-top:-50px
}
