@CHARSET "UTF-8";


/** 通用  **/
a {
  	background: transparent;
    color: #3bb18f;
  	text-decoration: none;
}
a:active,
a:hover {
  	outline: 0;
	color: #359e80;
  	text-decoration: underline;
}
a:focus {
  	outline: thin dotted;
  	outline: 5px auto -webkit-focus-ring-color;
  	outline-offset: -2px;
}
.btn:focus {
    outline: none;
    outline-offset: 0px;
}

/**链接**/
.mn-a,
.mn-a:visited {
    color: #000;
	background-color: transparent;
	text-decoration: none;
    font-size: 14px;
 	font-weight: 500;
    transition: all .4s;
}
.mn-a:active,
.mn-a:hover {
	color: #3bb18f;
	text-decoration: none;
}
.mn-a:focus {
	color: #3bb18f;
  	outline: thin dotted;
  	outline: 5px auto -webkit-focus-ring-color;
}


.mn-a-s-1 {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 20px;
}
.mn-2 .navbar-brand {
    display: block;
}
/** 图标按钮  **/
.mn-icon {
    background-size: 100% 100%;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.mn-icon-good {
    background-image: url(/static/login/images/hyrd_sl_dz.png);
}
.mn-icon-good-selected {
    background-image: url(/static/login/images/hyrd_sl_dz_c.png);
}
.mn-icon-good:hover {
    background-image: url(/static/login/images/hyrd_sl_dz_c.png);
}

/** load.html 顶部按钮 **/
html, body {
    position: relative;
}
.mn-1, .mn-2 {
	/**position: absolute;**/
    width: 100%;
    z-index: 9999;
}
.navbar-default .navbar-brand {
	display: none;
}
.mn-1 {
    background-color: #377dff;
    color: #fff;
    line-height: 30px;
	top: 0px;
	padding: 0 15px;
}
.mn-1-phone {
	border-radius: 50%;
    border: 1px solid #fff;
    padding: 1px 1px 0px 2px;
    font-size: 12px;
    text-align: center;
    margin-right: 3px;
}
.mn-1-qrcode {
	font-size: 17px;
	margin-right: 4px;
	vertical-align: middle;
}
.mn-1-left {
	font-size: 12px;
}
.mn-1-left > img {
    margin-right: 8px;
    vertical-align: -4px;
}
.mn-1-right {
	text-align: right;
}
.mn-1-right a {
    color: #fff;
    border-right: 1px solid #fff;
    padding-right: 15px;
    padding-left: 10px;
    font-size: 12px;
}
.mn-1-right a:focus,
.mn-1-right a:visited,
.mn-1-right a:hover {
	color: #fff;
}
.mn-1-right a:hover {
	color: #e7e7e7 !important;
}
.mn-1-a-img > img {
    margin-top: -3px;
    margin-right: 5px;
}
.mn-1-a-img > span {
    display: none;
    position: absolute;
    right: 0px;
    text-align: center;
    background-color: #fff;
    line-height: 10px;
    padding-bottom: 9px;
    border: 1px solid #e8e8e8;
    border-top: 0px;
 	color: #eb5f43;
    font-weight: 700;
    font-size: 12px;
}
.mn-1-a-img > span > img {
	width: 140px;
}
.mn-1-a-img:hover > span {
	display: block;
}

.mn-2 {
	/**background-color: rgba(255, 255, 255, 0.9);**/
	background: rgba(255, 255, 255, 0.85);
    margin-bottom: 0px;
    border: none;
 	position: absolute;
}
.mn-2.navbar-fixed-top {
	position: fixed;
}
.mn-2-top {
    position: fixed ! important;
    margin-top: 0px ! important;
    z-index: 99999999 ! important;
    top: 0px;
}
.mn-2-scroll {
	top: -60px;

	filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.mn-2 .navbar-left a {
	padding: 9px 15px 6px 15px;
}
.mn-2 .mn-logo-img {
	width: 150px;
    margin-top: 15px;
    position: absolute;
}
.mn-2 .navbar-nav .navbar-nav-li:hover > a,
.mn-2 .navbar-nav .navbar-nav-li:hover .ce-select-4-a,
.mn-2 .navbar-nav .navbar-nav-li.active > a,
.mn-2 .navbar-nav .navbar-nav-li.active .ce-select-4-a,
.mn-2 .navbar-nav .navbar-nav-li.active:hover > a,
.mn-2 .navbar-nav .navbar-nav-li.active:hover .ce-select-4-a  {
	background-color: transparent;
    border-bottom: 3px solid #2196F3;
	/**color: #2196F3;**/
	color: #009bde ! important;
}

.mn-2 .navbar-nav .navbar-nav-li > a,
.mn-2 .navbar-nav .navbar-nav-li .ce-select-4-a,
.mn-2 .navbar-nav .navbar-nav-li .ce-select-4-a .ce-select-4-ul a {
	color: #000;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    margin-right: 15px;
    margin-left: 15px;
    position: relative;
    display: block;
    /***padding: 10px 15px 8px 15px;**/
    padding: 40px 10px 25px 10px;
    text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.mn-2 .ce-select-4 .ce-select-4-ul li a {
	color: #939393;
}
.mn-2 .navbar-nav .navbar-nav-li .ce-select-4 {
	padding: 0;
}
.mn-2.mn-2-top .navbar-nav-li > a,
.mn-2.mn-2-top .navbar-nav-li .ce-select-4-a {
    color: #111 ! important;
    line-height: 60px ! important;
}
.mn-2.mn-2-top .navbar-brand {
    padding: 5px 0 0px 0;
}
.mn-2.mn-2-top .be-navbar-2 .navbar-brand > img {
    width: 190px;
}
.mn-2 .navbar-brand {
    padding: 15px 0 10px 0;
}
.mn-2 .ce-select-4 .ce-select-4-ul {
    padding: 5px 0px;
    background-color: rgb(255 255 255 / 85%);
	width: 300px;
}


/** load.html 页底 **/
.ce-foot {
    text-shadow: none;
}
.ce-foot .ce-head span {
    border-bottom-color: #097fc4;
}
.ce-foot .ce-foot-link,
.ce-foot .ce-copyright a {
    color: #097fc4;
}
.ce-foot .ce-copyright {
	text-align: center;
}
.ce-foot .ce-copyright {
    background: #222;
    border-top: none;
    padding: 10px 15px 0px 15px;
}
.ce-copyright .ce-ct-p span {
	margin-right: 15px;
}
.ce-copyright .ce-ct-p a {}
.ce-copyright .ce-ct-p small {
	margin: 0 5px;
}
.ce-foot .ce-foot-logo {
    width: auto;
    margin: 0px 0 12px 0;
}
.ce-foot .ce-foot-links li {
    border-top: none;
    color: #fff;
    line-height: 30px;
    font-size: 13px;
}
.ce-foot .ce-head span.ce-head-s1 {
	font-size: 21px;
}
.ce-foot .ce-head span.ce-head-s2 {
	font-size: 14px;
	float: right;
}
.ce-foot .ce-head span.ce-head-s2 a {
    font-size: 14px;
}

/** -------- start codeing -------- **/
/** A标签 **/
.mn-a-1,
.mn-a-1:visited {
	color: #fff;
    background-color: #596770;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 11px ! important;
    font-weight: 500;
    transition: all .4s;
}
.mn-a-1:active,
.mn-a-1.active,
.mn-a-1:hover {
	background-color: #93c41a;
	color: #fff;
	text-decoration: none;
}
.mn-a-1:focus {
	color: #fff;
  	outline: thin dotted;
  	outline: 5px auto -webkit-focus-ring-color;
}

.mn-a-2,
.mn-a-2:visited {
    color: #fff;
	background-color: transparent;
	text-decoration: none;
    font-size: 14px;
 	font-weight: 500;
    transition: all .25s;
}
.mn-a-2.active,
.mn-a-2:active,
.mn-a-2:hover {
	color: #94c51b;
	text-decoration: none;
}
.mn-a-2:focus {
	color: #94c51b;
  	outline: thin dotted;
  	outline: 5px auto -webkit-focus-ring-color;
}

.mn-a-3,
.mn-a-3:visited {
    color: #009bde;
	background-color: transparent;
	text-decoration: none;
    font-size: 14px;
 	font-weight: 500;
    transition: all .4s;
}
.mn-a-3:active,
.mn-a-3.active,
.mn-a-3:hover {
	color: #94c51b;
	text-decoration: none;
}
.mn-a-3:focus {
	color: #94c51b;
  	outline: thin dotted;
  	outline: 5px auto -webkit-focus-ring-color;
}

.mn-a-4,
.mn-a-4:visited {
    color: #000;
	background-color: transparent;
	text-decoration: none;
    font-size: 14px;
 	font-weight: 500;
    transition: all .4s;
}
.mn-a-4:active,
.mn-a-4.active,
.mn-a-4:hover {
	color: #94c51b;
	text-decoration: none;
}
.mn-a-4:focus {
	color: #94c51b;
  	outline: thin dotted;
  	outline: 5px auto -webkit-focus-ring-color;
}

/** 动画 **/
@keyframes circleZoomIn {
	0% {
	    opacity: 0;
	    -webkit-transform: translate(-50%,-50%) scale3d(.3,.3,.3);
	    -moz-transform: translate(-50%,-50%) scale3d(.3,.3,.3);
	    transform: translate(-50%,-50%) scale3d(.3,.3,.3);
	}
	50% {
	    opacity: 1;
	}
}
@keyframes circleZoomOut {
	0% {
	    opacity: 1;
	    -webkit-transform: translate(-50%,-50%) scale3d(.3,.3,.3);
	    -moz-transform: translate(-50%,-50%) scale3d(.3,.3,.3);
	    transform: translate(-50%,-50%) scale3d(.3,.3,.3);
	}
	50% {
	    opacity: 0;
	}
}
@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}

/** 页面顶部导航 **/
.navbar-default .navbar-toggle {
	padding: 3px 4px;
	border: none;
}
.navbar-default .navbar-toggle img {
	width: 30px;
}
.mn-2 .mn-header {
	margin-left: 15px;
	margin-right: 15px;
}
.mn-2 .navbar-collapse.collapse {
}
.mn-2 .navbar-nav-li.active > a.mn-a,
.mn-2 .navbar-nav-li.active > a.mn-a:hover,
.mn-2 .navbar-nav-li > a.mn-a,
.mn-2 .navbar-nav-li > a.mn-a:hover,
.mn-2 .navbar-nav-li:hover .ce-select-4-a.mn-a,
.mn-2 .navbar-nav-li .ce-select-4-a.mn-a {
	border-bottom: 0px solid #fff ! important;
}
.mn-2 .navbar-nav-li.active > a.mn-a::after,
.mn-2 .navbar-nav-li > a.mn-a:hover::after,
.mn-2 .navbar-nav-li:hover .ce-select-4-a.mn-a::after,
.mn-2 .navbar-nav-li.active .ce-select-4-a.mn-a::after {
    width: 100%;
}
.mn-2 .navbar-nav-li > a.mn-a::after,
.mn-2 .navbar-nav-li .mn-a.ce-select-4-a::after  {
    background: #93c41a none repeat scroll 0 0;
    bottom: 0px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mn-2 .ce-select-4 .ce-select-4-ul li {
	padding-left: 30px;
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.mn-2 .ce-select-4 .ce-select-4-ul li a {
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    font-weight: 500;
    line-height: 35px;
    text-indent: 10px;
    font-size: 12px;
    color: #161719;
    text-decoration: none;
}
.mn-2 .ce-select-4 .ce-select-4-ul li:hover a,
.mn-2 .ce-select-4 .ce-select-4-ul li a:hover,
.mn-2 .ce-select-4 .ce-select-4-ul li a:focus,
.mn-2 .ce-select-4 .ce-select-4-ul li a:active {
	color: #fff;
}
.mn-2 .ce-select-4 .ce-select-4-ul li:hover {
	background: #93c41a none repeat scroll 0 0;
}

/** 页面顶部导航 - 登录注册 **/
.mn-2 ul > .mn-login {
	display: block;
    width: 230px;
 	height: auto;
    padding-top: 10px;
    padding-right: 15px;
}
.mn-2 ul > .mn-login .mn-ln-1 {
    text-align: right;
    margin-bottom: 13px;
    padding-top: 25px;
}
.mn-2 ul > .mn-login .mn-ln-1 a {
	margin-left: 5px;
}
.mn-2 ul > .mn-login .mn-ln-2 {
	text-align: right;
}
.mn-2 ul > .mn-login .mn-ln-2 a {
	margin-left: 8px;
	font-size: 13px;
	color: #596770;
}
.mn-2 ul > .mn-login a {
	display: inline-block;
}
.mn-2 ul > .mn-login .mn-ln-2 a:hover {
    color: #94c51b;
}
.mn-2 ul > .mn-login a img {
    margin-bottom: -3px;
}
/** 页脚 **/
.ce-footer-1 {
	padding-bottom: 20px;
}
.ce-foot .ce-footer {
    background: #016098;
}
.ce-foot .ce-copyright {
    background: #00598d;
}
.ce-foot .ce-head {
	border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.ce-foot .ce-head span {
    border: none;
}
.ce-foot .ce-head-right {
	float: right;
}
.ce-foot .ce-foot-ewm li {
	display: inline-block;
    margin-right: 15px;
}
.ce-foot .ce-foot-img {
	display: inline-block;
}
.ce-foot .ce-foot-ewm li p {
	font-size: 13px;
    text-align: center;
    line-height: 30px;
}

/** 模块标题 **/
.ix-4-header {
	text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}
.ix-4-header i {
	font-size: 50px;
    color: #009bde;
    margin-bottom: 15px;
}
.ix-4-header > div > div {
	color: #b9b9b9;
    text-align: center;
    font-size: 10px;
}
.ix-4-header > div > div a {
    font-size: 15px;
    font-weight: 500;
    margin: 0px 5px;
}
.ix-4-header .ix-4-hr-span {
    color: #009bde;
    font-size: 22px;
}
.ce-image {
    width: 100%;
}

/** 返回顶部 **/
.ce-gotop {
	border-radius: 50%;
	z-index: 30 ! important;
}
.ce-gotop i {
	background-size: 100% 100%;
    width: 40px;
    height: 40px;
	background-image: url(../../images/index/top_c.png);
	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-gotop:hover i {
	background-image: url(../../images/index/top.png);
}

/** 普通页面 **/
/** 标题**/
.mn-head {
    height: 550px;
    width: 100%;
    background-size: 100% 100%;
    position: relative;

    cursor: pointer;
 	transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	background-position: center;
}
.mn-head:hover {
    background-size: 110% 110%;
}

.mn-head h3 {
	position:absolute;
	top: 275px;
	left:50%;
	-webkit-transform: translate( -50%, -50%);
    -ms-transform: translate( -50%, -50%);
    transform: translate( -50%, -50%);
    color: #fff;
    font-size: 40px;
    width: 100%;
    font-weight:bold;
    text-align: center;
    text-shadow: 2px 2px 2px #090909 !important;
}
.mn-head h3::before,
.mn-head h3::after {
    content: "";
    display: inline-block;
    height: 10px;
    width: 50px;
    background-color: #94c51b;
    vertical-align: 7px;
    margin: 0 15px;
}

/** 导航**/
.mn-link {
    position: relative;
    margin-bottom: 55px;
}
.mn-link .ce-ct-link {
	margin-top: -50px;
	margin-bottom: 15px;
    font-size: 16px;
	position: absolute;
	width: 360px;
}
.mn-link .ce-ct-link a {
    font-size: 15px;
}
.mn-link .ce-ct-link span {
	display: inline-block;
    width: 1.5px;
    height: 14px;
    vertical-align: -1px;
    background-color: #fff;
    margin: 0 2px;
}
.mn-link .mn-menus {
	margin-right: auto;
    margin-left: auto;
    min-width: 700px;
    width: 700px;
    height: 72px;
    text-align: center;
    margin-top: -25px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 1px 1px 6px #9e9e9e;
    z-index: 20;
    position: relative;
	
	justify-content: space-around;
    display: flex;
}
.mn-link .mn-menus a {
    padding: 0px 10px;
    display: inline-block;
	word-break: break-word;
    word-wrap: break-word;
    align-self: center;
    position: relative;
}
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage {
    height: 100%;
   /** padding: 0px 30px; **/
}
.ce-carousel-3.owl-carousel.owl-drag .owl-item {
    display: flex;
	height: 100%;
	justify-content: center ! important;
    align-items: center;
}
.mn-link .mn-menus a::after {
	content: "";
    height: 35px;
    width: 105px;
    bottom: -51px;
	z-index: -1;
    left: 50%;
    position: absolute;
    background-size: 100% 100%;
    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;
    -webkit-transform: translate( -50%, -50%);
    -ms-transform: translate( -50%, -50%);
    transform: translate( -50%, -50%);
}
.mn-link .mn-menus a:hover::after,
.mn-link .mn-menus a.active::after {
    background-image: url(../../images/about/ejdhbj.png);
}
/**.mn-link .mn-menus a:hover,
.mn-link .mn-menus a.active {
    font-size: 18px;
    padding: 27px 24px;
}*/

.owl-carousel.owl-drag .owl-item {
	display: flex;
}

/** 模块标题**/
.at-main > h3 {
    color: #029bdd;
    text-align: center;
    margin-bottom: 25px;
}


/** 模块分页**/
.pagination>li>a,
.pagination>li>span {
    background-color: #dee3e9;
    border: 1px solid #dee3e9;
    padding: 12px 22px;
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #0168b7;
    border-color: #0168b7;
}

/** 弹框 **/
.at-modal {
	background-image: none!important;
    z-index: 9999;
	overflow-x: hidden;
    overflow-y: auto;
}
.ce-modal .modal-header button.close {
    position: absolute;
    right: 0px;
    top: 0px;
    margin-top: 0px!important;
}
.at-modal .modal-content {
	background: none;
    box-shadow: none;
    width: 100%;
    height: 100%;
    position: relative;
}
.at-modal button.close {
    position: absolute;
    right: 0px;
    margin: 0px!important;
    top: 0px;
    z-index: 9999;
    background-color: rgb(17 17 17 / 70%);
    padding: 2px 11px;
}
.at-modal .modal-dialog {
    width: 100%;
    margin: 0px;
    height: 100%;
}
.at-modal .ce-m1-body {
    background-color: transparent;
    padding: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate( -50%, -50%);
    -ms-transform: translate( -50%, -50%);
    transform: translate( -50%, -50%);
}
.at-modal-div {}
.at-modal-input {
    display: inline-block;
    height: 100%;
    width: 30%;
    margin-right: 15px;
    line-height: 1.5;
    color: #7d7d8f;
    background-color: #f5f5f5;
    padding: 14px 10px;
    font-size: 14px;
    border-radius: 1px;
    border: none;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    overflow: visible;
}
.ce-foot .at-modal-a {
	padding: 8px 30px 12px 30px;
    background-color: #1682dd;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;

	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-foot .at-modal-a:hover {
	color: #000;
}
.at-modal .ce-m1-body {
	width: 100%;
}
.ns-1-detail h2 {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
}
.ns-1-detail h6 {
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 35px;
}
.ns-1-detail > p {
    text-align: left;
    text-indent: 30px;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 3px;
    line-height: 20px;
}
.ns-1-detail img {
 margin-right: auto;
 margin-left: auto;
 height: auto !important;
 max-width: 100% !important;
 display: block;
}

#ix-73-c .owl-item {
	display: block!important;
}
