/* Montserrat */
@font-face {
	font-family: 'Montserrat-light';
	font-style: normal;
	font-weight: 300;
	src: url('/css/font/montserrat light.eot'); /* IE9 Compat Modes */
	src: url('/css/font/montserrat light.eot') format('embedded-opentype'), /* IE6-IE8 */
/*		 url('/css//css/font/montserrat light.woff2') format('woff2'), /* Super Modern Browsers *!/*/
		 url('/css/font/montserrat light.woff') format('woff'), /* Modern Browsers */
		 url('/css/font/montserrat light.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('/css/font/montserrat light.svg#montserrat') format('svg'); /* Legacy iOS */
 }
@font-face {
  font-family: "Montserrat-Medium";
  src: 
/*  url("/css/font/Montserrat-Medium.woff2") format("woff2"),*/
       url("/css/font/Montserrat-Medium.woff") format("woff"),
       url("/css/font/Montserrat-Medium.ttf") format("truetype"),
       url("/css/font/Montserrat-Medium.eot") format("embedded-opentype"),
       url("/css/font/Montserrat-Medium.svg") format("svg"),
       url("/css/font/Montserrat-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
 @font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url('/css/font/montserrat regular.eot'); /* IE9 Compat Modes */
	src: url('/css/font/montserrat regular.eot') format('embedded-opentype'), /* IE6-IE8 */
/*		 url('/css//css/font/montserrat regular.woff2') format('woff2'), /* Super Modern Browsers *!/*/
		 url('/css/font/montserrat regular.woff') format('woff'), /* Modern Browsers */
		 url('/css/font/montserrat regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('/css/font/montserrat regular.svg#montserrat') format('svg'); /* Legacy iOS */
 }

 @font-face {
	font-family: 'Montserrat-bold';
	font-style: normal;
	font-weight: 700;
	src: url('/css/font/Montserrat-bold.eot'); /* IE9 Compat Modes */
	src: url('/css/font/Montserrat-bold.eot') format('embedded-opentype'), /* IE6-IE8 */
/*		 url('/css//css/font/Montserrat-bold.woff2') format('woff2'), /* Super Modern Browsers *!/*/
		 url('/css/font/Montserrat-bold.woff') format('woff'), /* Modern Browsers */
		 url('/css/font/Montserrat-bold.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('/css/font/Montserrat-bold.svg#montserrat') format('svg'); /* Legacy iOS */
 }

@font-face {
	font-family: 'DINPro-Regular';
	src : url('/css/font/DINPro-Regular.otf');
	 
}  

*{margin: 0;
  padding: 0;
  font: inherit;
  line-height: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: #333;
  font: 14px/1.7 source-han-sans-simplified-c, "Pingfang SC", Microsoft YaHei, WenQuanYi Micro Hei, Arial, sans-serif;
  background: #fff;
  font-weight: normal;
  font-style: normal;
}



h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,ol,form,span,input,a,div{ 
	margin:0px; 
	padding:0px; 
	font-style:normal; 
	border:0;
	font-family: 'Montserrat-Medium',source-han-sans-simplified-c, sans-serif;
	font-style: normal;
}	
img {
    border:0px;
    border:none;
}
ol,ul,li{
    list-style:none;
}
a {
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease; 
    text-decoration:none; 
    outline:none;
    color: #333;
	font-family: Montserrat-Medium, source-han-sans-simplified-c, "Pingfang SC", Microsoft YaHei, WenQuanYi Micro Hei, Arial, sans-serif;;
}
.w1280 {
	width:1280px;
}
.w100 {
	width:100%; 
}
.w90 {
	width: 90%;
	max-width: 1920px;
}
.w90-1 {
	width: 90%;
	max-width: 1680px;
}
.md {
	margin:0 auto;
}
.fl {
	float:left;
}
.fr,.rt {
	float:right;
}
.clear {
	clear:both;
}
ul::after {
	content: "."; 
	clear: both; 
	display: block; 
	height: 0; 
	overflow: hidden;
}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clear {
	clear:both;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
img {
	border: 0;
	vertical-align: middle; 
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
input,select,textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0
}
input:focus,button:focus,textarea:focus {
	outline: none
}
input[type=text]::-ms-clear,input[type=tel]::-ms-clear,input[type=number]::-ms-clear {
	display: none
}
input, button, select {
    font-size:100%; 
    box-sizing:border-box;
    margin:0; 
    padding:0; 
    vertical-align:middle;
    outline:none;
    line-height:normal; 
    color:#666;
	border: none;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
input, textarea, button, select {
	-webkit-border-radius:0; 
	-moz-border-radius:0; 
	-o-border-radius:0; 
	border-radius:0;
}

.main_head {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}
.main_head .logo {
	position: absolute;
	left: 50px;
	top: 45px;
	z-index: 2;
}
.main_head .logo a {
	display: block;
	width: 200px;
}

.main_head .logo img {
	width: 200px;
}
.main_head .menu .main-menu {
	text-align: center;
	margin-top: 20px;
}
.main_head .menu .main-menu li {
	display: inline-block;
    padding-left: 50px;
	position: relative;
}
.main_head .menu .main-menu li a {
	color: #fff;
	font-size: 18px;
	display: block;
	position: relative;
}
.main_head .main-menu li a .text-wrap {
    position: relative;
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
    overflow: hidden;
}
.main_head .main-menu li a .text {
    display: block;
    -webkit-transition: opacity .4s,-webkit-transform .4s;
    transition: opacity .4s,-webkit-transform .4s;
    -o-transition: transform .4s,opacity .4s;
    transition: transform .4s,opacity .4s;
    transition: transform .4s,opacity .4s,-webkit-transform .4s;
}
.main_head .main-menu li a:hover .text {
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
    opacity: 0;
}
.main_head .main-menu li a:hover .text-wrap:after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.main_head .main-menu li a .text-wrap:after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px);
    opacity: 0;
    -webkit-transition: opacity .4s,-webkit-transform .4s;
    transition: opacity .4s,-webkit-transform .4s;
    -o-transition: transform .4s,opacity .4s;
    transition: transform .4s,opacity .4s;
    transition: transform .4s,opacity .4s,-webkit-transform .4s;
}

.main_head .menu .main-menu li a::after {
	content: "";
    display: block;
    background: #ff771f;
    width: 0;
    height: 7px;
    opacity: 0.5;
    position: absolute;
    bottom: 4px;
    z-index: -1;
	-webkit-transition: width 0.5s ease-out;
    -moz-transition: width 0.5s ease-out;
    -o-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out; 
}
.main_head .menu .main-menu li a:hover::after{
	width: 100%;
}
.main_head .main-menu li svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110%;
    width: 100%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.main_head .main-menu li path {
    stroke-dashoffset: 530;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
	fill: none;
    stroke: #000;
    stroke-dasharray: 530;
    stroke-width: 1;
}
.main_head .main-menu li:hover path, 
.main_head .main-menu li.active path {
    -webkit-animation: pathFill 1.2s ease;
    animation: pathFill 1.2s ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes pathFill {
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes pathFill {
    to {
        stroke-dashoffset: 0;
    }
}


.hamburger {
	position: absolute;
    right: 50px;
    top: -5px;
    z-index: 2;
    cursor: pointer;
    color: #fff;
    transition: .3s;
    padding: 0px;
    border-radius: 10px;
    width: 80px;
    height: 70px;
    background: #f67600;
    border-radius: 30%;
	display:none
}
.overHidden .hamburger {
	background: none;
}
.hamburger .ico-menu {
    margin-right: 5px;
    margin-top: 15px;
    vertical-align: middle;
    display: inline-block;
    width: 30px;
    height: 23px;
    position: relative;
 
}
.hamburger .ico-menu .bar {
    position: absolute;
    width: 35px;
    height: 4px;
    background-color: #fff;
    border-radius: 2px;
    overflow: hidden;
	transition: all 0.5s ease-out;
}
.hamburger .ico-menu .bar:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    transition: .3s;
}
.hamburger .ico-menu .bar:nth-child(1) {
    top: 0;
}
.hamburger .ico-menu .bar:nth-child(2) {
    top: 8px;
}
.hamburger .ico-menu .bar:nth-child(3) {
    top: 17px;
}
.out .has-tablet {
	display: none;
}

.out .hamburger .ico-menu .bar:nth-child(1) {
	-webkit-transform: translateY(12px) translateX(0) rotate( -45deg);
	-ms-transform: translateY(12px) translateX(0) rotate(-45deg);
	transform: translateY(12px) translateX(0) rotate( -45deg);
}
.out .hamburger .ico-menu .bar:nth-child(2) {
	opacity: 0;
}
.out .hamburger .ico-menu .bar:nth-child(3) {
	-webkit-transform: translateY(-3px) translateX(0) rotate( 45deg);
    -ms-transform: translateY(-3px) translateX(0) rotate(45deg);
    transform: translateY(-5px) translateX(0) rotate( 45deg);
}
.out .hamburger:hover .bar:after {
    background: #e36115;
}
 
.out .hamburger:hover {
    color: #e36115;
}

.ico-menu .bar:nth-child(1):after {
    transition-delay: .1s;
}
.ico-menu .bar:nth-child(2):after {
    transition-delay: .2s;
}
.ico-menu .bar:nth-child(3):after {
    transition-delay: .3s;
}
.hamburger span {
    transition: all .3s ease-in-out;
	display: block;
	font-size:12px
}

.hamburger:hover .ico-menu .bar:after {
    left: 0;
}
.hamburger:hover .bar:after {
    background: #e36115;
}
.hamburger:hover {
	color: #e36115;
}

.home_banner {
	background-position: center;
	background-size: cover;
	height: 100vh;
	width: 100%;
	position: relative;
	background-image: url(../images/banner01.jpg);
	overflow: hidden;
	max-height: 900px;
}
.quicklinks {
	position: absolute;
	left: 50%;
	width: 80%;
	bottom: 120px;
	height: 75px;
	margin-left: -40%;
}
.quicklinks a {
	text-transform: uppercase;
}
.quicklinks .link-1 {
	width: 49%;
    margin-right: 1%;
    background-color: rgb(227 97 21 / 78%);
    height: 100%;
    display: inline-block;
    background-image: url(../images/icon-arrow.png);
    background-size: 25px;
    background-position: 98%;
    background-repeat: no-repeat;
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease; 
}
.quicklinks .link-1 a {
	color: #fff;
}
.quicklinks h4 {
	padding-left: 20px;
	padding-top: 11px;
	font-family: 'Montserrat-Medium';
	font-size: 16px;
}
.quicklinks p {
	padding-left: 20px;
	font-size: 16px;
}
.quicklinks .link-2 {
	width: 48%;
	margin-left: 1%;
	background-color: rgba(255, 255, 255, 0.88);
	background-image: url(../images/icon-arrow2.png);
	background-size: 25px;
	background-position: 98%;
	background-repeat: no-repeat;
	height: 100%;
	display: inline-block;
}
.quicklinks .link-2 a {
	color: #f58116;
}



.scroll-down {
	width: 35px;
	height: 60px;
	position:absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.scroll-down .line {
	 
	content: '';
	height: 42px;
	width: 25px;
	border-radius: 20px;
	border: 1px solid #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
}
.scroll-down .dote {
	background-color: #f58116;
    border-radius: 50%;
    content: '';
    height: 8px;
    width: 8px;
    position: absolute;
    left: 1px;
    right: 0;
    top: -8px;
    margin: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);	
	-webkit-animation: scrolling 1.8s infinite;
	animation: scrolling 1.8s infinite;
}
@-webkit-keyframes scrolling{
	0%{
	-webkit-transform:translateY(15px);
	transform:translateY(15px)}
	100%{
	-webkit-transform:translateY(35px);
	transform:translateY(35px)}
}

@keyframes scrolling{
	0%{
	-webkit-transform:translateY(15px);
	transform:translateY(15px)
	}
	100%{
	-webkit-transform:translateY(35px);
	transform:translateY(35px)
	}
}

.layer2 h2 {
	width: auto;
    margin-left: -350px;
}




.about-seciton {
	position: relative;
	padding: 0% 0 80px;
	overflow: hidden;
	background: #eee;
}
.about-seciton .bg {
/*	background: url(../images/picture03.png) no-repeat bottom;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    background-size: cover;*/
}


.about-seciton .bg .adorn {
	width: 350px;
    background-position: center;
    background-size: cover;
    height: 300px;
    position: absolute;
    right: 0;
    bottom: -65px;	
}


.about-seciton .fl {
	width: 32%;
	width: 500px;
	height: 500px;
	padding-top: 0px;
	position: relative;
}
.about-seciton .fl .ul {
	height: 500px;
}


.about-seciton .fl .ul {
	bottom: -100px;
	opacity: 0;
}

.about-seciton .fl .ul.active{
	position: relative;
	-webkit-animation: float4 2.5s ease-out;
				-moz-animation: float4 2.5s ease-out;
				-o-animation: float4 2.5s ease-out;
				animation: float4 2.5s ease-out;
				animation-fill-mode: forwards; 
				-moz-animation-fill-mode: forwards; 
				-webkit-animation-fill-mode: forwards; 
				-o-animation-fill-mode: forwards;
				opacity: 0;
			animation-delay: 0s;
}
.about-seciton .fl .ul.active ul{
	-webkit-animation: float5 3s ease-in;
				-moz-animation: float5 3s ease-in;
				-o-animation: float5 3s ease-in;
				animation: float5 3s ease-in;
				animation-fill-mode: forwards; 
				-moz-animation-fill-mode: forwards; 
				-webkit-animation-fill-mode: forwards; 
				-o-animation-fill-mode: forwards;
}
@keyframes floa5 {
 0% {
  opacity: 0;
   transform: scale(2.8,2.8);
    
 }
 100% {
 	opacity: 1;
 	transform: scale(1,1);
 
 }
}
@keyframes float4 {
 0% {
   opacity: 0;
   
 transform: rotate(180deg);
   bottom: -100px;
 }

 100% {
 	opacity: 1;
 	transform: scale(1,1);
  transform: rotate(360deg);
 	bottom: -0px;
 }
}

.about-seciton .fl li{
	width: calc(50% - 20px);
	position: absolute;
	 
}
.about-seciton .fl li.l1{
	left: 0;
	top: 0;
}
.about-seciton .fl img {
	width: 100%;
	position: relative;
	z-index: 2;
	 
	display: block;
}
.about-seciton .fl li .img{
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 opacity: .8;
	 -webkit-transition:all 0.3s ease;
	 transition:all 0.3s ease; 
}
.about-seciton .fl li:hover .img{
	opacity: 0;
}

.about-seciton .fl li.l2{
	right: 0;
	top: 0;
}
.about-seciton .fl li.l3{
	right: 0;
	bottom: 0;
}
.about-seciton .fl li.l4{
	left: 0;
	bottom: 0;
}
.about-seciton .fl li{
	margin-right: 20px;
	margin-bottom: 20px;
}

.about-seciton .rt {
	position: relative;
	z-index: 2;
	width: calc(100% - 510px);
	float: right;
	margin-left: 0px;
	font-size: 16px;
	line-height: 1.7;
	text-align: justify;
	padding-left: 30px;
	padding-top: 00px;
	color: #2c2d2d;
}
.actionBtn15 {
	display: block;
	margin-top: 60px;
	font-family: Montserrat;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
	width: 175px;
}
.banner3 .actionBtn15 {
	position: absolute;
	    width: 175px;
	    margin: 0 auto;
	    bottom: 20px;
	    z-index: 909;
	    left: 50%;
	    margin-left: -100px;
}
.banner3 .actionBtn15 .lb {
	color: #ec6424;
}
.banner3 .actionBtn15 .cir-lt, .banner3 .actionBtn15 .cir-rt{
	    background: #fff;
}
.banner3 .actionBtn15 .ico-plus {
	background: url(../images/ico_cross_3.png) no-repeat center;
}

.about-seciton .w90{
	max-width: 1680px;
}

.about-seciton .title {
	/*position: absolute;
	left: 50%;
	margin-left: -250px;*/
	padding-top: 0px;
	padding-bottom: 30px;
	z-index: 3;
}

.about-seciton .title h2 {
	font-family: Montserrat-bold;
	font-size: 40px;
	font-weight: bold;
	line-height: 30px;
}
.about-seciton .title h4 {
    font-size: 3.4vw;
	font-weight: bold;
	color: #f70;
	margin-left: 0px;
	font-weight: 600;
	line-height: 1.5;
}
.about-seciton .title h4 span,
.about-seciton .title h5 span
{
	
	font-family: 'Montserrat',source-han-sans-simplified-c;
	font-weight: bold;
	text-transform: uppercase;
}
.about-seciton .title h5 {
	font-size: 45px;
    font-weight: normal;
    letter-spacing: 3px;
    position: relative;
    z-index: 2;
    margin-left: 0px;
    line-height: 1.5;
}


.actionBtn15 .lb-box {
	 display: block;
	 padding: 11px 15px;
}
.actionBtn15 .lb-box:after {
	content: '';
	 display: block;
	 clear: both;
}
.actionBtn15 .lb {
	 display: block;
	 position: relative;
	 z-index: 1;
	 float: left;
	 color:#222;
	 font-size: 16px;
	 font-weight: bold;
	 font-family: 'Montserrat';
}
.actionBtn15 .cir-lt, .actionBtn15 .cir-rt {
	 display: block;
	 position: absolute;
	 left: 0;
	 top: 50%;
	 width: 40px;
	 height: 40px;
	 margin-left: 0;
	 background: #ff7700;
	 border-radius: 20px;
	 -webkit-border-radius: 20px;
	 -moz-border-radius: 20px;
	 transform: translateY(-50%);
	 -webkit-transform: translateY(-50%);
	 -moz-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
}
.actionBtn15 .cir-lt {
	 width: 40px;
	 opacity: 1;
	 transition: width .3s ease .3s, opacity 0s ease .3s;
	 -webkit-transition: width .3s ease .3s, opacity 0s ease .3s;
	 -moz-transition: width .3s ease .3s, opacity 0s ease .3s;
}
.actionBtn15 .cir-rt {
	 width: 100%;
	 opacity: 0;
	 transition: width .3s ease 0s, opacity 0s ease .3s, left .3s ease 0s, margin-left .3s ease;
	 -webkit-transition: width .3s ease 0s, opacity 0s ease .3s, left .3s ease 0s, margin-left .3s ease;
	 -moz-transition: width .3s ease 0s, opacity 0s ease .3s, left .3s ease 0s, margin-left .3s ease;
}
.actionBtn15:hover .cir-lt {
	 width: 100%;
	 opacity: 0;
	 transition: width .3s ease 0s, opacity 0s ease .3s;
	 -webkit-transition: width .3s ease 0s, opacity 0s ease .3s;
	 -moz-transition: width .3s ease 0s, opacity 0s ease .3s;
}
.actionBtn15:hover .cir-rt {
	 left: 100%;
	 margin-left: -40px;
	 width: 40px;
	 opacity: 1;
	 transition: width .3s ease .3s, opacity 0s ease .3s, left .3s ease .3s, margin-left .3s ease .3s;
	 -webkit-transition: width .3s ease .3s, opacity 0s ease .3s, left .3s ease .3s, margin-left .3s ease .3s;
	 -moz-transition: width .3s ease .3s, opacity 0s ease .3s, left .3s ease .3s, margin-left .3s ease .3s;
}
.actionBtn15 .ico-plus {
	 display: block;
	 position: relative;
	 z-index: 1;
	 float: right;
	 width: 9px;
	 height: 32px;
	 background: url('../images/ico_cross_1.png') no-repeat center;
	 transition: transform .3s ease .15s;
	 -webkit-transition: transform .3s ease .15s;
	 -moz-transition: transform .3s ease .15s;
}
.busniess-section .actionBtn15 .ico-plus {
    background: url(../images/ico_cross_2.png) no-repeat center;
}

.actionBtn15:hover .ico-plus {
	 transform: rotate(90deg);
	 -webkit-transform: rotate(90deg);
	 -moz-transform: rotate(90deg);
	 -ms-transform: rotate(90deg);
}

.busniess-section {
	padding: 0 0 5%;
    background: #f7f7f7;
    margin-top: 0%;
    padding-top: 4%;
}
.busniess-section .c-scroll {
	height: 100px;
    position: relative;
    width: 1px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 20px;
}
.busniess-section .scroll_line {
	width: 1px;
    height: 100%;
    position: relative;
	transition: transform .6s cubic-bezier(.86,0,.07,.995);
    transform: translateY(0);
}
.busniess-section .before {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #fff;
}
.busniess-section .after {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #ff7700;
	-webkit-animation: scrolldown 2.2s cubic-bezier(.76,0,.3,1) infinite forwards;
    animation: scrolldown 2.2s cubic-bezier(.76,0,.3,1) infinite forwards;
}

.busniess-section .top-t {
	text-align: center;
	padding-bottom: 40px;
	margin-bottom: -100px;
    position: relative;
    z-index: 9;
}
.busniess-section .top-t h2 {
	font-size: 50px;
	font-weight: bold;
	line-height: 30px;
	padding-bottom: 10px;
	color: #f58116;
}
.busniess-section .top-t h4 {
	font-size: 40px;
    font-weight: normal;
    letter-spacing: 3px;
    position: relative;
    z-index: 2;
	padding-bottom: 10px;
}
.busniess-section .top-t p {
	font-size: 17px;
    color: #464646;
    line-height: 2;
}
.topbanner.swiper-container {
	width: 100%;
	height: 88vh;
	background-color: #c7c7c7;
	transition: 1s background-color 1.3s;
	position: relative;
}
.topbanner .swiper-wrapper {
	transition-delay: 1s;
	transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
.topbanner .swiper-slide {
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.topbanner .title {
	transition-delay: 1s;
	z-index: 10;
	position: absolute;
	left: 50px;

}
.topbanner .title h3 {
	font-size: calc(40px + 54 * ((53vw + 53vh) - 520px) / 820);
	font-size: calc(40px + 54 * ((53vw + 53vh) - 800px) / 820);
	letter-spacing: -1px;
	color: rgba(255,255,255,0);
	-webkit-text-stroke: 2px #fff;
	font-family: Montserrat-Medium, source-han-sans-simplified-c;
	text-align: left;
	text-transform: capitalize;
}
.topbanner .title h3 i {
	color: #ff7700;
    -webkit-text-stroke: 2px #ff7700;
}
.topbanner .title h3 span {
	display: block;
    font-size: 40px;
    font-weight: lighter;
    letter-spacing: 3px;
	position: relative;
	-webkit-text-stroke: 1px #fff;
}
.topbanner .title h3 span::after {
	content: "";
    display: block;
    width: 100px;
    height: 1px;
    position: absolute;
    top: 50%;
    background: #fff;
    left: 200px;
	
}

.topbanner .img-box {
	width: 80%;
    height: 65vh;
    position: absolute;
    transform: scale(0.6, 0.6);
    transition-duration: 1s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
    opacity: 0.9;
    overflow: hidden;
    right: 15vh;
    bottom: 10vh;
}	
.topbanner .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.2, 1.2) translateX(50%);
	transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
	transition-property: transform;
}
.topbanner .button-prev, 
.topbanner .button-next {
	transition: 0.5s;
	outline: none;
	position: absolute;
	width: 140px;
	z-index: 10;
	bottom: 5vh;
	transform: translateY(-34px);
	cursor: pointer;
}
.topbanner .button-prev {
	left: 4vw;
}
.topbanner .button-next {
	right: 4vw;
}
.topbanner .button.disabled {
	opacity: 0.6;
	cursor: default;
}
.topbanner #arrow-svg-home {
	transform: translateY(353px);
}
.topbanner .button-next #arrow-svg-home {
	transform: translateY(353px) rotateY(180deg);
	transform-origin: 80px 0px 0px;
}
.topbanner svg {
	transition: 0.5s;
}
.topbanner .cls-1 {
	transition: 0.5s;
	opacity: 0.4;
	transform-origin: -20px 40px;
	opacity: 1;
}
.topbanner .cls-4 {
	transition: 0.5s;
	stroke-width: 2px;
	stroke: #fff;
	fill: none;
	stroke-dasharray: 1;
	stroke-dashoffset: 1;
	opacity: 0.4;
	transform-origin: 0px 0px 0px;
}
.topbanner #arrow-trg {
	transition: 0.5s;
	fill: #fff;
	transform: rotateY(180deg) translate(-53px, 39px);
}
.topbanner #line {
	transition: 0.5s;
	stroke: #fff;
	transform: translate(50px, 42px);
}
.topbanner .button-prev:not(.disabled):hover svg {
	transform: translateX(-25px);
}
.topbanner .button-next:not(.disabled):hover svg {
	transform: translateX(25px);
}
.topbanner .button:not(.disabled):hover .cls-1 {
	transform: scale(1.1);
}
.topbanner .button:not(.disabled):hover .cls-4 {
	stroke-dasharray: 2px;
	stroke-dashoffset: 2px;
	opacity: 1;
}
.topbanner .button:not(.disabled):hover #arrow-trg {
	transform: rotateY(180deg) translate(-37px, 39px);
}
.topbanner .button:not(.disabled):hover #line {
	transform: translate(35px, 42px) scaleX(0.33);
}


.project-section {
	position: relative;
    padding-bottom: 6%;
    padding-top: 3%;
    background: #f7f7f7;
}


@-webkit-keyframes scrolldown {
	0% {
		transform: translateY(-100%)
	}

	75% {
		transform: translateY(0)
	}

	to {
		transform: translateY(100%)
	}
}

@keyframes scrolldown {
	0% {
		transform: translateY(-100%)
	}

	75% {
		transform: translateY(0)
	}

	to {
		transform: translateY(100%)
	}
}



.project-section .w90 {
	width: 100%;
    margin-left: 5%;
}
.project-section .t-h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 30px;
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
	text-transform: uppercase;
}
.project-section .t-p {
	font-size: 40px;
    font-weight: normal;
    letter-spacing: 3px;
    position: relative;
	z-index: 2;
}
.project-section .ject {
	margin-top: 40px;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background-color:#333;
}
.orange-bg {
	position: absolute;
    width: 80%;
    right: 0;
    top: 12px;
    height: 90%;
    background: #ff771f;
}

.all-project {
	position: absolute;
    right: 3%;
    top: 0;
	z-index: 3;
}
.all-project .actionBtn15 {
    display: block;
    margin-top: 60px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    width: 255px;
    font-weight: 700;
}
.all-project  .actionBtn15 .cir-lt, 
.all-project  .actionBtn15 .cir-rt {
	background: #fff;
	z-index: 1;
}
.all-project .actionBtn15 .lb {font-size: 18px;}
.all-project .swiper-button-disabled {
	opacity: .5;
}

.footer {
	background: url(../images/logo-f.png) no-repeat -5% -45% #252525;
	background-size: auto 80%;
	 
	padding: 5% 0 10%;
 
	position: relative;
}

.footer .foot_logo img {
	width: 100px;
}
.footer .foot_menu {
	float: left;
    margin-left: 1%;
    width: 70%;
}
.footer .foot_menu li {
	float: left;
	margin-right: 8%;
}
.footer .foot_menu li h3 {
	
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: bold;
    border-left: 3px solid #ff771f;
    line-height: 1.2;
    padding-left: 8px;
	 color: #fff;
	
}
.footer .foot_menu li  a {
	font-size: 15px;
	display: block;
	line-height: 2;	
	color: #e5e5e5;
}
.footer .foot_menu li h3 a{
	font-size: 17px; line-height: 1.2;
	font-weight: bold;color: #fff;letter-spacing: 0.5px;
}

.footer .foot_menu li  a:hover {
	color: #ff771f;
}
.footer .code-2 {
	position: absolute;
	right: 0;
	top: 0;
}
.footer .code-2 .wechat {
	display: inline-block;
	margin-left: 15px;
	text-align: center;
}
.footer .code-2 p {padding-top: 5px;}
.copyright {
	background:#000;
	color: #7c7c7c;
	text-align: center;
	font-size: 13px;
	padding: 7px 0px;
}

.footer .foot-1 {
	margin-bottom: 30px;
	padding-bottom: 20px;
	width: 100%;
	border-bottom: 1px solid #666;
}
.footer .foot-1 .foot-lang {
	color: #fff;
	font-size: 18px;
}
.footer .foot-1 .foot-lang a {
	color: #fff;
	font-size: 14px;
}
.footer .foot-1 .foot-lang a:hover {
	color: #ff771f;
}

.footer .guanzhu-a b{
	font-size: 18px;
	color: #fff;
	display: block;
	float: left;
}
.footer .guanzhu-a .wechat-a {
	position: relative;
	display: block;
	float: left;
	margin-left: 20px;
	margin-top: -5px;
}
.footer .guanzhu-a .wechat-a:hover .bg{
	opacity: 1;
}
.footer .guanzhu-a .wechat-a .bg{
	position: absolute;
	right: -60px;
	top: -158px;
	opacity: 0;
}
.footer .guanzhu-a .wechat-a .bg img{
	width: 150px;
	display: block;
}
.footer .guanzhu-a .wechat-a {
	background:  url('../images/wx.png') no-repeat left top;
	background-size: 40px;
	width: 40px;
	height: 40px;
}



.gotop a {
	width: 35px;
    height: 35px;
    display: block;
    border-radius: 50px;
	position: absolute;
	right: 5%;
    bottom: 30px;
	background: url(../images/top.png) no-repeat center  ;
	background-size: 16px;
	box-shadow: 0 0 0 0.1875rem #ff771f;
}
.gotop a:hover{
	bottom: 40px;
}


.cssanimations .anim_emt {
	visibility: hidden
}
.cssanimations .anim_emt.visb {
	visibility: inherit
}
.split [class*=word] {
	display: inline-block
}
.split .spt {
	display: inline-block;
	text-rendering: optimizeSpeed;
	text-transform: none;
	visibility: hidden
}
.split .spt.visb {
	visibility: visible
}
.split .spt.start {
	-webkit-animation: mk_spt 1s cubic-bezier(.165,.84,.44,1) both;
	animation: mk_spt 1s cubic-bezier(.165,.84,.44,1) both;
	visibility: visible
}

.anim_emt.start {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.anim_emt.start.scale_up {
	-webkit-animation-name: mk_scale;
	animation-name: mk_scale
}

.anim_emt.start.fade_in {
	-webkit-animation-name: mk_fade;
	animation-name: mk_fade
}

.anim_emt.start.r_to_l {
	-webkit-animation-name: mk_right_to_left;
	animation-name: mk_right_to_left
}

.anim_emt.start.l_to_r {
	-webkit-animation-name: mk_left_to_right;
	animation-name: mk_left_to_right
}

.anim_emt.start.t_to_b {
	-webkit-animation-name: mk_top_to_bottom;
	animation-name: mk_top_to_bottom
}

.anim_emt.start.b_to_t {
	-webkit-animation-name: mk_bottom_to_top;
	animation-name: mk_bottom_to_top
}
.anim_emt.start {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.anim_emt.start.scale_up {
	-webkit-animation-name: mk_scale;
	animation-name: mk_scale
}

.anim_emt.start.fade_in {
	-webkit-animation-name: mk_fade;
	animation-name: mk_fade
}

.anim_emt.start.r_to_l {
	-webkit-animation-name: mk_right_to_left;
	animation-name: mk_right_to_left
}

.anim_emt.start.l_to_r {
	-webkit-animation-name: mk_left_to_right;
	animation-name: mk_left_to_right
}

.anim_emt.start.t_to_b {
	-webkit-animation-name: mk_top_to_bottom;
	animation-name: mk_top_to_bottom
}

.anim_emt.start.b_to_t {
	-webkit-animation-name: mk_bottom_to_top;
	animation-name: mk_bottom_to_top
}

.visb {
	visibility: visible
}

.invisible {
	visibility: hidden
}

.home_banner video{
	width: 120%;
	object-fit: cover;
	margin-top: -8%;
}
#overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5) url(../images/mbl.png) repeat top left;
 
}
.home_banner .b-1 {
	color: #fff;
		
}
.b-1 h3,
.b-1 h4,
.b-1 h5
{
font-family: source-han-sans-simplified-c!important;
font-weight: 700;	
}
.home_banner .b-1 .h3{
	
	position: absolute;
	z-index: 9;
	width: 100%;
	text-align: center;
	top: 35%;
 font-family: source-han-sans-simplified-c!important;
 font-weight: 700;
}
.home_banner .b-1 h3{
	font-size: 2.8rem;
	line-height: 1.4;
	margin-bottom: 50px;
	margin-top: 10px;
}
.home_banner .b-1 h3 b{
	font-weight: bold;font-size: 2.8rem;
}
.home_banner .b-1 h4{
	font-size: 1.6rem;
	 font-weight: 500;
	margin-bottom: 0px;
}
.b-2.quicklinks p {
font-size: 16px;text-indent: -45px;
text-align: center;
font-family: source-han-sans-simplified-c;
font-weight: bold;

}
.b-2.quicklinks {
	line-height: 65px;
	height: 65px;
	width: 300px;
	width: auto;
	left: inherit;
	
	margin: 0 auto;
	bottom: 0px;
	position: relative;
	text-align: center;
}

.ns-1 .h2 .b-2.quicklinks {margin-top:20px}

.b-2.quicklinks .link-1 {
	width: 300px;
	border-radius: 15px 0 15px 0;
	background-position: 88% center;
	background-size: 22px;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease; 
	display: inline-block;
}
.b-2.quicklinks .link-song {width: 200px;}
.quicklinks .link-1:hover {
	background-color: rgb(227 97 21 / 100%);
	background-position: 92% center;
}

.about-seciton .f4 li{
	float: left;
	width: calc(25% - 30px);
}
.about-seciton .f4 li:first-child{
	margin-left: 0;
}
.about-seciton .f4 li:last-child{
	margin-right: 0;
}
.about-seciton .shuzi {
	padding: 100px 0px;
	max-width: 1680px;
	width: 90%;
	margin: 0 auto;
}
.about-seciton .shuzi b {
	font-size: 32px;
	font-family: RobotoMono-Regular;
	    font-weight: bolder;
}

.about-seciton .shuzi li{
	float: left;
	text-align: center;
	padding: 10px 0 30px;
	background: #fff;
	margin: 0 20px;
	border-radius: 20px 0 20px 0;
}
.about-seciton .shuzi li p {
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;font-weight: bold;
}
.about-seciton .shuzi li .b {
	height: 95px;
}

.about-seciton .shuzi li i{
	font-size: 18px;
	font-weight: normal;
	vertical-align: middle;
	vertical-align: super;
}
.about-seciton .shuzi li b{
	font-family: 'Montserrat-bold';
	font-weight: bold;
	font-size: 68px;
	padding-right: 10px;
	color: #ff7700;
}

.cp-grid {
	display: grid;
	width: 100%;
	grid-gap: 15px 15px;
	justify-content: center;
	    grid-template-columns: 19% 19% 19% 19% 19%;
	    grid-template-rows: 220px 220px 220px;
}
.cp-grid li{
	background: #222;
	color: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 0 30px 30px 30px;
	padding: 0;
	box-sizing: border-box;
}
.cp-grid li span{
	font-size: 14px;
	line-height: 1.6;
	font-weight: bold;
	text-transform: capitalize;
	display: block;
	position: relative;
	z-index: 2;
	margin-top: -5px;
	border-top: 2px solid rgb(255 119 0 / 0%);
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease; 
	margin-top: -12px;
	padding-top: 10px;
	padding-left: 20px;
	font-family: 'Montserrat', source-han-sans-simplified-c, sans-serif;
}
.cp-grid li span::before{
	content: '';
	display: block;
	width: 50px;
	height: 3px;
	background: #f70;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease; 
}
.cp-grid li:hover span::before{
width: 100%;
}
.cp-grid li span b{
	display: block;
	font-size: 22px;
	line-height: 1.6;
	padding-top: 5px;
	font-weight: 700;
}
.cp-grid li {
	position: relative;
	background-position: right center ;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease; 
}
.cp-grid li::before {
		content: '';
	    display: block;
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background-image: linear-gradient(to right, #000000, rgb(255 255 255 / 0%));
	    opacity: .5;
	    -webkit-transition:all 0.3s ease;
	    transition:all 0.3s ease; 
}
.cp-grid li:hover {
  
}
.cp-grid li:hover:before {
 width: 150%;
 height: 100%;
opacity: 0;
 }

 
 .cp-grid li.li1{
	grid-column: 1 / 3;
	background-image:   url('../images/cp1.jpg');
}
.cp-grid li.li2{
	background-image:   url('../images/cp2.jpg');
}
.cp-grid li.li3{
	background-image:   url('../images/cp3.jpg');
}
.cp-grid li.li5 {
	background-image:   url('../images/cp4.jpg');
	background-position: -20% center ;
}
.cp-grid li.li4 {
	background-image:   url('../images/cp5.jpg');
	background-position: left center ;
}
.cp-grid li.li6 {
	background-image:   url('../images/cp6.jpg');
}

.cp-grid li.li9 {
	background-image:   url('../images/cp7.jpg');
}
.cp-grid li.li10 {
	background-image:   url('../images/cp8.jpg');
}
.cp-grid li.li100 {
	background-image:   url('/images/cp8.jpg');
}
.cp-grid li.li7 {
	background-image:   url('../images/cp9.jpg');
}
.cp-grid li.li8 {
	background-image:   url('../images/cp10.jpg');
}
.cp-grid li.li10 {
	background-image:   url('/images/cp110.jpg');
}
.cp-grid li.li11 {
	background-image:   url('/images/cp11.jpg');
}
.cp-grid li.li12 {
	background-image:   url('/images/cp12.jpg');
}
.cp-grid li.li13 {
	background-image:   url('../images/cp13.jpg');
}
.cp-grid li.li14 {
	background-image:   url('../images/cp14.jpg');
}
.cp-grid li.li15 {
	background-image:   url('../images/cp15.jpg');
}
.cp-grid li.li16 {
	background-image:   url('../images/cp16.jpg');
}
.cp-grid li.li17 {
	background-image:   url('../images/cp17.jpg');
}
 
.cp-grid li.li8{
	/*grid-column: 3 / 5;*/
}
.cp-grid li.li4{
	grid-column: 1 / 2;
	grid-row: 2 / 4;
}
.cp-grid li.li3{
	grid-column: 3 / 4;
	grid-row: 1 / 3;
}
.cp-grid li.li9{
	 grid-column: 2 / 4;
}
.cp-grid li.li10{
	 grid-column: 4 / 6;
}

.cp-grid li.li100{
	grid-column: 4 / 6;
}
.cp-grid li.li11{
	grid-column: 4 / 6;
}
.h3 span{
	font-size: 32px;
	font-family: 'Montserrat-bold';
	    font-weight: 800;letter-spacing: -0.5px;
}
.h3.a {
	margin-left: 10px;
	margin-bottom: 20px;
}
.h3.a b,.h3.a b span{
	font-size: 52px;
	color: #f70;letter-spacing: -0.5px;
}
.h3.a .span{
	font-size: 28px;
	display: inline-block;
	letter-spacing: -0.5px;
}
.h3.a .span span{
	font-size: 28px;
	font-weight: 400;
}

.cp-section {
	padding: 100px 0;
	background:  #f7f7f7;
}

.cp-pp .h3 {
	float: left;
	width: 400px;
	margin-top: -10px;
}
.cp-pp .h3 b{
	 
	text-transform: uppercase;
}
.cp-pp .rt {
	float: right;
	width: calc(100% - 500px);
	border-radius: 20px 0 20px 0;
	overflow: hidden;
	border: 1px solid #eee;
}
.logo-q li{
		float: left;
	    width: 33.333%;
	    height: 130px;
	    background: #fff;
	    border: 1px solid #eee;
 
}
.logo-q li img {
	height: 50%;
    display: block;
    margin: 0;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.logo-q li img.height60 {
	height: 60%;
}


/*
.logo-q li img.xs {
	height: 35px;
	margin-top: 0px;
}
.logo-q li img.s {
	height: 45px;
	margin-top: 0px;
}
.logo-q li img.m {
	height: 50px;
	margin-top: 0px;
}
.logo-q li img.l {
	height: 60px;
}
.logo-q li img.xl {
	height: 65px;
	 
}
.logo-q li img.xxl {
	height: 80px;
}
*/
.cp-pp {
	padding-bottom: 100px;
}
.cp-pp .h3 .span{
	margin-top: -10px;
}

.news-section {padding: 100px 0;}
.news-section .top-t {
	text-align: center;
	padding-bottom: 40px;
    position: relative;
    z-index: 9;
}
.news-section .top-t h2 {
	font-size: 50px;
	font-weight: bold;
	line-height: 30px;
	padding-bottom: 10px;
	color: #1252af;
	font-family: 'Montserrat-bold';
}
.news-section .top-t h4 {
	font-size: 40px;
    font-weight: normal;
    letter-spacing: 3px;
    position: relative;
    z-index: 2;
	padding-bottom: 10px;
}
.news-section .top-t p {
	font-size: 17px;
    color: #464646;
    line-height: 2;
}
.news-section .n-list {

}
.news-section .n-list li {
	margin-bottom: 2%;
    width: 48%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 20px 0 20px 0;
    overflow: hidden;
}
.news-section .n-list li a {
    position: relative;
    display: block;
    height: 286px;
}
.news-section .n-list li .news-bg {
	width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.news-section .n-list li a:hover .news-bg {
    opacity: 1;
}
.news-section .n-list li .newsbox {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f6f6f6 url(../images/news-bg.png) no-repeat center center;
	background: rgba(0, 0, 0, .6);
    background-size: cover;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.news-section .n-list li a:hover .newsbox {
    background: rgba(0, 0, 0, .4);
}
.news-section .n-list li .newsbox .nb-in {
    position: absolute;
    top: 50%;
    left: 0;
    box-sizing: border-box;
    padding: 30px;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.news-section .n-list .nb-in .text {	
    width: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.news-section .n-list a:hover .text {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.news-section .n-list .text p {
	margin-bottom: 10px;
    font-size: 15px;
    color: #fff;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.news-section .n-list .text h3 {
	font-size: 20px;
	height: 68px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.news-section .n-list a:hover .text p, 
.news-section .n-list a:hover .text h3 {
    color: #fff;
}

.news-section .n-list .arrow {
	background: url(../images/icon-arrow4.png) no-repeat;
    width: 45px;
    height: 45px;
    background-size: 45px;
    margin-top: 20px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.news-section .n-list a:hover .arrow {
	background: url(../images/icon-arrow5.png) no-repeat;
	background-size: 45px;
}	
.news-section .actionBtn15 {
	margin: 0 auto;
	margin-top: 20px;
}

.ns-1.about-bg {
	background-image: url(../images/140587651.jpg);
	
	background-size: cover;
}
.ns-1 {
	height: 800px;
	width: 100%;
	position: relative;	
	background-repeat: no-repeat;
	background-position: center bottom;  
	overflow: hidden; 
}
.ns-1 .h2{
	font-size: 52px;
	font-size: 3.6rem;
	line-height: 1.6;
	font-family: source-han-sans-simplified-c!important;
	    font-weight: 700;
	    position: absolute;
	    top: 250px;
	    width: 100%;
	    color: #fff;
	    text-align: center;
	    z-index: 2;
}
.ns-1 .h2 span{
	display: block;
	font-family: 'Montserrat-bold';
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.ns-1:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .4;
}
.n-menu {
	position: absolute;
	bottom: 0px;
	height: 150px;
	z-index: 2;
	width: 80%;
	background: #ff771f;
	border-radius: 0 70px 0 0;
}
.n-menu li{
	float: left;

}
.f5 li{
		width: 20%;
}
.f4 li{
	width: 25%;
}
.f2 li{
		width: 50%;
}
.f3 li {
	width: 33%;
}
.f4 li {
	width: 25%;
}
.f5 li {
	width: 20%;
}
.n-menu ul{
	margin-right: 30px;
}
.n-menu li.on a,
.n-menu li a:hover
{
	color: #fff;
	font-weight: bold;
}
.n-menu li a{
	display: block;
	line-height: 150px;
	text-align: center;
	position: relative;
	font-size: 22px;
	font-weight: bold;
}
.n-menu li:last-child a::after {
	display: none;
}

.n-menu li a:after{
	content: '';
	display: block;
	right: 0;
	position: absolute;
	right: 0;
	top: 65px;
	z-index: 2;
	background: #eee;
	width: 2px;
	height: 20px;
}

.n-b2 {
	padding: 100px 0 0;
}
.n-b2 .b {
	padding-bottom: 50px;
}

.b-t.tmd {
	margin: 0 auto;
	display: block;
	text-align: center;
	position: relative;
}

.b-t strong{
	font-size: 52px;
	font-weight: bold;
}
.b-t span {
	font-family: 'Montserrat-Medium';
}

 .b-t h4{
	text-transform: uppercase;
    font-size: 45px;
    font-weight: bold;
    color: #ff771f;
    font-family: 'Montserrat-bold';
}
.b-t h2 {
	font-size: 30px;
    font-weight: 400;
}
.b-t h2 span {
	color: #f67600;
    font-weight: bold;
    /* font-size: 24px; */
    padding-left: 10px;
}

.ab-sj{
	margin-top: 100px;
}
.ab-sj li{
	float: left;
	width: 300px;
}
.ab-sj li p{
	font-size: 20px;
}
.ab-sj li div {
	
}

.ab-sj li span{
	font-size: 60px;    color: #ff771f;
	font-family: 'Montserrat-Medium';
	    font-weight: bolder;padding-right: 5px;
}
.n-b2 .p {
font-size: 20px;
line-height: 2;
padding: 50px 0;
font-weight: 300;
}

.about-v.rt {
	width: 200px;
	margin-top: 20px;
}

.about-v a
{
position: relative;
margin: 0 auto;
text-align: center;
width: 74px;
height: 150px;
display: block;color: #000;
font-size: 18px;
	padding-top: 0px;	cursor: pointer;
}
.about-v a span {
	display: block;
	position: relative;
	z-index: 2;
	
	width: 74px;
height: 74px;
margin-bottom: 20px;
 
	/* line-height: 74px; */
	border-radius: 50%;
	background-color: #2640bf;

	background: url(../images/ico32.png) no-repeat center #ff6800;
	box-shadow: 0 10px 32px -5px #f3c888;
}

.about-v a i {
    display: block;
    position: absolute;
    width: 78px;
    height: 78px;
 
    -webkit-box-shadow: inset #ff6900 0 0 5px;
    box-shadow: inset #ff6900 0 0 5px;
    border-radius: 50%;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-animation: warn-2 2s ease-out 1.1s infinite;
    animation: warn-2 2s ease-out 1.1s infinite;
}

.ab-2 {
	margin-top: 50px;
}
.ab-2 li:last-child{
	border-right: 0;
}
.ab-2 li:hover:after{
	    opacity: .3;
}
.ab-2 li{
	width: 33.333%;
	float: left;
	color: #fff;
	border-right: 1px solid #777;
	padding: 100px 0px 0 70px;
	text-align: left;
	height: 600px;
	background:  url('../images/busniess03.jpg') no-repeat left top;
	background-size: cover;
	position: relative;
}
.ab-2 li b{
	font-size: 32px;
	padding-bottom: 20px;
	display: block;
	position: relative;
	z-index: 2;
	font-weight: bold;
}
.ab-2 li p{
	font-size: 18px;position: relative;z-index: 2; font-weight: 300;
}
.ab-2 li:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	height: 100%;
	width: 100%;
	background: #222;
	opacity: .7;
}

.ab-2 li.li2 {
	background: url(../images/picture02.jpg) no-repeat left top;
	    background-size: cover;
}
.ab-2 li.li3 {
	background: url(../images/picture03.jpg) no-repeat left top;
	    background-size: cover;
}
.ab-3 {
	
}

.ab-3 li {
	width: 20%;
	float: left;
	height: 380px;
	text-align: left;
	padding: 80px 0 0 40px;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
}
.ab-3 li:nth-child(3),
.ab-3 li:nth-child(6)
 {
	border-right: 1px solid #eee;
}
.ab-3 li b{
	font-size: 22px;
	font-weight: bold;
	padding-left: 0px;
	display: block;
	margin-bottom: 0px;
	padding-top: 50px;
	background:  url('../images/c.png') no-repeat left top;
	background-size: 35px;
}
.ab-3 li.b b{
	background:  url('../images/b.png') no-repeat left top;
	background-size: 35px;
}
.ab-3 li.c b{
	background:  url('../images/a.png') no-repeat left top;
	background-size: 35px;
}
.ab-3 li.d b{
	background:  url('../images/e.png') no-repeat left top;
	background-size: 35px;
}
.ab-3 li.e b{
	background:  url('../images/f.png') no-repeat left top;
	background-size: 35px;
}
.ab-3 li.f b{
	background:  url('../images/ff.png') no-repeat left top;
	background-size: 40px;
}
.ab-3 li.g b{
	background:  url('../images/ff2.png') no-repeat left top;
	background-size: 35px;
}
.ab-3 li.h b{
	background:  url('../images/h.png') no-repeat left top;
	background-size: 35px;
}
.ab-3 li.i b{
	background:  url('../images/j.png') no-repeat left top;
	background-size: 35px;
}
.ab-3 li.j b{
	background:  url('../images/i.png') no-repeat left top;
	background-size: 35px;
}
.ab-3 li p{
	font-size: 16px;
	padding:  10px 10px 0 0;
}
.ab-3 li p strong {
	font-size: 22px;
	font-weight: bold;
	margin-left: -20px;
}

.award_1 {
	margin: 50px 0 50px;
}
.award_1 ul {
	width: 105%;
}

.award_1 li{
	float: left;
	width: 20%;
	margin-right: 5%;
	height: 320px;
	margin-bottom: 50px;
	position: relative;
	
}
.award_1 li p {
opacity: 0;
position: absolute;top: 180px;
width: 300px;
left: 50%;
margin-left: -150px;
z-index: 2;
background: #efefef;
padding: 20px;
-webkit-transition:all 0.3s ease;
transition:all 0.3s ease;  visibility:hidden;
}
.award_1 li:hover p{
	opacity: 1;
	 visibility:visible;
}
.award_1 li .img{ 
	width: 210px;
	height: 210px;
	overflow: hidden;
	border-radius: 200%;
	margin-bottom: 20px;
	position: relative;
	margin: 0 auto;
}
.award_1 li img{ 
	display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    /* margin-left: -65px; */
    transform: translate(-50%,-50%);
}
.award_1 li b{ 
font-size: 17px;
display: block;
padding: 15px 0 0px;
text-align: center;
	font-weight: bold;
	font-style: normal;
color: #333;
}
.award_1 li:last-child b{
	/*font-size: 14px;*/
} 
.award_1 li i {
	font-weight: normal;
	font-style: normal;
	display: block;
	color: #ff771f;font-size: 16px;
	text-align: center;
	margin-bottom: 5px;
}

.award_1 li span{
	font-size: 14px;
	color: #777;
	padding: 0px 0;text-align: center;
	display: block;
} 
.award_1 li .p {
	max-height: 300px;
	overflow: scroll;
	font-size: 14px;
	    font-weight: lighter;
	    margin-top: -45px;
	    line-height: 1.4;
	    padding: 15px 10px 5px;
	    text-align: center;
	    color: #555;
	    background: rgb(239 239 239 / 85%);
	    position: relative;
	    z-index: 5;
	    opacity: 0;
	    visibility:hidden;
	    border-radius: 10px;
	    -webkit-transition: all 0.1s ease;
	    transition: all 0.1s ease;
}
.award_1 li:hover .p{
	display: block;
	visibility:visible;
	opacity: 1;
}
.ab-1 .zz{
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
	background: #222;
}
.ab-1 .zz img{
	min-width: 1200px;
	width: 100%;
	display: block;
	margin: 0 auto;
}


.ab-4 {
	background: #efefef;
	padding: 50px 0 0;
	position: relative;
	background: url(../images/visual02a.jpg) no-repeat center;
}
.ab-4 #page{
	position: relative;
}

.ab-4::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	background: #fff;
	opacity: .8;
}


.cp-1 .b-t span{
	    font-size: 22px;
    display: block;
    text-transform: uppercase;
}
.cp-1 .cp-grid {
	display: block;
	margin-top: 50px;
}
.cp-1 .cp-grid li{
	display: block;
	height: 500px;
	width: 49%;
	float: left;
	background-color: #fff;
	margin-right: 2%;
	margin-bottom: 50px;
	background-size: cover;
	background-position: center;
}
 
.cp-1 .cp-grid li:nth-child(2n) {
	margin-right: 0;
}
.cp-1 .cp-grid li:hover:before
 
 {
	display: block;
 width: 100%;
 height: 100%;
 opacity: .8;
 }
.cp-1 .cp-grid li span {
	padding-top: 200px;
	padding-left: 50px;
	color: #fff;
	font-size: 20px;
	font-family: 'Montserrat-Medium';
}
.cp-1 .cp-grid li span b{
	font-size: 32px;
	color: #fff;
}

.cp-1 .cp-grid li a{
	/*border: 1px solid #fff;
	color: #fff;
	margin-top: 40px;
	display: block;
	width: 200px;
	height: 45px;
	font-size: 15px;
	letter-spacing: .5px;
	line-height: 45px;
	text-align: center;
	position: relative;
	z-index: 2;
	background:  url('../images/down2.png') no-repeat 140px 10px;
	background-size: 20px;
	text-indent: -35px;
	border-radius:5px;
	margin-left: 50px;
	font-weight: bold;
	text-transform: capitalize;*/
	display: block;
	height: 500px;
	position: relative;
	z-index: 9;
}
.cp-1 .cp-grid li:hover a{
/*	background-color: #f70;
	border: 1px solid #f70;*/
}
.cp-2 {
	margin-top: 50px;
	margin-bottom: 100px;
}
.cp-2.logo-q li{
	width: 20%;
	height: 140px;
	position:relative
}


.cont-1 {
	margin-top: 80px;
	margin-bottom: 50px;
}

.cont-1 li{
	float: left;
	width: 25%;
	font-size: 18px;
	color: #ff771f;
	color: #222;
}
.cont-1 li b{
	background: url('../images/n1.png') no-repeat left top;
	width: 50px;
	height: 50px;
	display: block;
	border: 1px solid #b2b2b2;
	border-radius: 50px;
	margin-bottom: 20px;
}
.cont-1 li.youxiang b{
	background: url('../images/n2.png') no-repeat left top;
}
.cont-1 li.dizhi b{
	background: url('../images/n3.png') no-repeat left top;
}
.cont-1 li span{
	display: block;
	font-size: 16px;color: #666;
}
.map #container {
    height: 600px;
    width: 100%;
}
.map {
    height: 550px;
    overflow: hidden;
    margin: 70px 0 60px;
}

.toutiao-news {
	background: url(../images/news-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 50px 0px;
}
.n-wid {
	width: 80%;
    max-width: 1400px;
    margin: auto;
}
.normal-news .news-list {
	padding: 50px 0px 50px;
}
.news-list a {
	display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-bottom: 1px solid #eee;
	padding-bottom: 40px;
}
.normal-news .news-list .col {
    width: 64%;
}
.normal-news .news-list span {
	font-size: 15px;
    padding-bottom: 5px;
    color: #ff771f;
	font-family: 'Montserrat-Medium';
}
.normal-news .news-list h3 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #333;
	font-weight: bold;
}
.normal-news .news-list p.jj {
	line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #474747;
    font-size: 16px;
}
.normal-news .news-list .col-pic {
	width: 28.5%;
    padding-bottom: 17.8%;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.normal-news .news-list a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ff771f;
    height: 1px;
    width: 0;
    opacity: 0;
    transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
}
.normal-news .news-list:hover a:after {
    opacity: 1;
    width: 100%;
}

.normal-news {min-height:200px}

.fenye {
	color: #fff;
}
.fenye ul {text-align: center;}
.fenye li {display: inline-block;margin-top:25px;margin-bottom: 25px;}

.fenye li a {
	padding: 6px 10px;
	border: 1px solid #333;
	margin-left: 10px;
	background: #FFF;
	color: #000;
	line-height: 20px;
	    display: block;
}
.fenye li a:hover {
	padding:6px 10px;
	border: 1px solid ##f67600;
    background: #f67600;
	color: #fff;
}

.fenye .active a {
	display:block;
	color: #fff;
	padding: 6px 10px;
	border: 1px solid #f67600;
    background: #f67600;
	color: #fff;
}
.article-body {margin-top: 100px;}
.article-body .n-wid {
	position: relative;
    border-top: 1px solid #ff771f;
	padding-top: 80px;
	padding-bottom: 70px;
}
.new-left {
	width: 40%;
    padding-right: 2%;
	display: inline-block;
    vertical-align: top;
}
.new-left .caption h1 {
	font-size:40px;
	color: #ff771f;
	letter-spacing: 0.05em;
	line-height: 58px;
	font-weight: bold;
}
.new-left .nd-time {
	color: #A5A5A5;
	font-size: 20px;
	margin-top: 50px;
	font-family: 'Montserrat-Medium';
}
.new-left .toggle {
	margin-top: 13.54167vw;
	font-size: 20px;
}
.new-left .toggle .item-box {
	position: relative;
}
.new-left .toggle .item-box a {
	color: #A5A5A5;
    display: inline-block;
    margin-bottom: 22px;
    -webkit-transition: color .3s linear;
    transition: color .3s linear;
}
.new-left .toggle .item-box a:hover {
	color: #ff771f;
}
.new-left .toggle .item-box a span {
	display: inline-block;
	position: relative;
	margin-left: 18px;
	padding-left: 20px;
	font-size: 16px;
}
.new-left .toggle .item-box a span::before {
    -webkit-transition: background .3s linear;
    transition: background .3s linear;
	content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 16px;
    background-color: #A5A5A5;
    transform: translateY(-50%);
}
.lt-prev a {
	background: url(../images/arr01.png) no-repeat left;
    background-size: 24px;
    padding-left: 20px;
}
.lt-next a {
	background: url(../images/arr02.png) no-repeat left;
    background-size: 24px;
    padding-left: 20px;
}
.lt-back a {
	background: url(../images/arr03.png) no-repeat left;
    background-size: 20px;
    padding-left: 20px;
}

.new-right {
	display: inline-block;
    vertical-align: top;
	width: 60%;
	    float: right;
	font-size: 16px;
    line-height: 1.875;
	color: #404040;
    letter-spacing: 0.05em;
}
.new-right p strong{
	display: block;
	font-size: 18px;
	color: #bb0000;
	font-weight: bold;
}

.new-right img {
	display: block;
	margin: 20px auto;
	max-width: 100%;
	height: auto!important;
}
.new-right .f2 p {
	width: 50%;
	float: left;
	height: 14vw;
	margin: 0;
	overflow: hidden;
} 
.new-right .f2 p img{
	width: 100%;
	height: auto;
	margin: 0;
}
.new-right .clear::after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
}

.rc-1 {
	padding-top: 80px;
    padding-bottom: 70px;
	background: url(../images/rc-2.png) no-repeat center;
	background-size: cover;
}
.rc-1 .left {
	width: 34%;
    float: left;
}
.rc-1 .right {
	width: 64%;
    float: right;
    padding-top: 10px;
}

.rc-1 .right p {
	color: #37393d;
    font-size: 16px;
    line-height: 1.8;
}
.rc-1 .right .p{
	font-size: 18px;
    line-height: 2;
}
.rc-1 .right h3 {
	font-size: 26px;
	padding-top: 40px;
    padding-bottom: 20px;
    color: #ff771f;
}
.rc-1 .txt {
	position: absolute;
    left: 10%;
    width: 50%;
	top: 50px;
	opacity: .3;
}
.rc-1 .txt img {width: 100%;}

.rc-2 {
	background-size: cover;
	padding: 80px 0px;
	max-width: 1680px;
    margin: 0 auto;
}
.rc-2 .num {
	position: absolute;
    top: 0;
    left: 11%;
    display: block;
    font-family: 'Montserrat-Medium';
    font-weight: 400;
    font-size: 4rem;
    line-height: 1.7;
    z-index: 10;
}
.rc-2 .l1 .num::before {
    background-color: #2a8e3b;
}
.rc-2 .l1 .num,
.rc-2 .l1 h2 {color: #2a8e3b;}

.rc-2 .l2 .num::before {
    background-color: #cc2430;
}
.rc-2 .l2 .num,
.rc-2 .l2 h2 {color: #cc2430;}

.rc-2 .l3 .num::before {
    background-color: #f8a800;
}
.rc-2 .l3 .num,
.rc-2 .l3 h2 {color: #f8a800;}

.rc-2 .l4 .num::before {
    background-color: #3d7ca7;
}
.rc-2 .l4 .num,
.rc-2 .l4 h2 {color: #3d7ca7;}




.rc-2 .tubiao {margin-top: 50px;}
.rc-2 .tubiao img {
	height: 60px;
    margin: -30px 0 0 125px;
    display: block;
}


.rc-2 .num::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 3px;
    width: calc(100% - 8px);
    height: 4px;
}
.rc-2 .md{
	width: 100%;
    /* max-width: 1400px; */
    margin: auto;
    min-width: 1300px;
}

.rc-2 .fl{
    position: relative;
    width: 33.333%;
    padding: 0 2% 4%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    width: 25%;
    border-bottom: 1px solid #ddd;
	 
}
.rc-2 .fl:last-child{
	margin-right: 0;
	border-right: 1px solid #ddd;
}
.rc-2 h2 {
	font-size: 26px;
    padding-bottom: 15px;
    padding-top: 90px;
    font-weight: bold;
}
.img-hr img{
	    width: 100%;
}
.rc-2 p {
	color: #37393d;
    font-size: 15px;
    line-height: 1.6;
	text-align: justify;
	padding: 0;
	height: 168px;
}
.rc-2 .fuli {
	background-image: url(../images/rc01.jpg);
}
.rc-2 .fl h3 {
	background-position: center bottom;
	background-size: cover;
	text-align: center;
	color: #fff;
	height: 200px;
	width: 200px;
	border-radius: 100%;
	margin: 0 auto 20px; 
	margin-bottom: 20px;
}
.rc-2 .fl p{
 
}

.hr-a {
	text-align: center;
}
.hr-a a{
	width: 350px;
	height:80px;
	line-height: 80px;
	display: inline-block;
	margin: 80px auto 80px;
	margin-right: 20px;
font-size: 22px;
text-align: center;	
border-radius: 14px;
	color: #fff;font-weight: bold;
	background-color: #e36115;
	color: #ff5722;
    font-weight: bold;
    background-color: #fff;
    border: 2px solid #ff5722;
}
.hr-a a:hover{
	color: #fff;font-weight: bold;
	background-color: #e36115;
}
img-hr img{
width: 100%;
display: block;
}
.rc-2 .fl.l1 h3 {
	background-image: url(../images/rc01.jpg);
}
	.rc-2 .fl.l2 h3 {
		background-image: url(../images/rc2.jpeg);
	}
		.rc-2 .fl.l3 h3 {
			background-image: url(../images/309590353.jpg);
		}
			.rc-2 .fl.l4 h3 {
				background-image: url(../images/rc03.jpg);
			}			


.tupianji {
	max-width: 1680px;
    margin: 0 auto;
}			
.tupianji .swiper {
    width: 100%;
    height: 100%;
}

.tupianji .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-size: cover;
	background-position: center;

        /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.tupianji .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tupianji .swiper-button-next:after, 
.tupianji .swiper-button-prev:after {font-size:30px}
.tupianji .tpj {
	height: 380px;
    width: 25%;
    float: left;
}
.tupianji .tpj-2 {
	background: #2a8e3b;
    position: relative;
    color: #fff;
}
.tupianji .tpj-2 h2 {
	position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
}
.tupianji .tpj-4 {
	background: #cc2430;
}
.tupianji .tpj-5 {
	background: #f8a800;
}
.tupianji .tpj-6 {
	background: #3d7ca7;
}

.zhaopin-section {
    padding: 5% 0 3%;
}
.zhaopin-section .ti {
	text-align: center;
	font-size: 28px;
	margin-bottom: 50px;
}
.zhaopin-section .ti h2 {
	text-transform: uppercase;
    font-size: 50px;
    font-weight: bold;
    color: #ff771f;
    font-family: 'Montserrat-bold';
}
.zhaopin-section .ti p {
	padding-bottom: 20px;
	font-weight: bold;
}

.zhaopin-section .ti::after {
	content: "";
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 1px;
    height: 60px;
    background-color: #ddd;
}
.zhaopin-section .question-list {
    margin-top: 12px;
}
.zhaopin-section .question-list li {
    width: 100%;
    background: #eee;
	margin-bottom: 20px;
}
.zhaopin-section li .ques01 {
    overflow: hidden;
    padding: 40px;
    cursor: pointer;
    background: url(../images/arrow_off.png) no-repeat 98% 20px;
	position: relative;border-left: #ff771f solid 3px;
}
.zhaopin-section li .ques01.active {
    background: url(../images/arrow_on.png) no-repeat 98% 20px;
}
.zhaopin-section .ques01 span {
    float: left;
    font-size: 18px;
    text-align: center;
    width: 50%;
    padding-right: 60px;
}
.zhaopin-section .ques01 span.ques-subject {
    overflow: hidden;
    text-align: left;
	width: 30%;
	color: #202020;
    font-size: 18px;
    font-weight: bold;
}
.zhaopin-section .ques01 span.ques-cont {
    text-align: left;
}
.zhaopin-section .question-list li .ques-txt {
    display: none;
    padding: 30px 40px;
    background-color: #f9fafc;
    border-top: 1px solid #ffdab3;
	font-size: 16px;
	line-height:30px;
}
.zhaopin-section .question-list li .ques-txt h3 {
	padding-bottom: 15px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
	color: #ff771f;
}
.job-icon {
	-webkit-transition: all .4s;
    transition: all .4s;
    width: 56px;
    height: 56px;
    border-radius: 50%;
	background-color: #5e5e5e;
    color: #ffffff;
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.zhaopin-section .question-list li .ques01.active .job-icon {
    background-color: #ff771f;
}
.zhaopin-section .job-icon i {
	background: url(../images/arr2.png) no-repeat center;
    width: 100%;
    height: 100%;
    background-size: 24px;
    display: block;-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.zhaopin-section .question-list li:hover  .job-icon {
    background-color: #ff771f;
	
}
.zhaopin-section li:hover i{
 transform: rotateY(180deg)
}
.zhaopin-section .left-lxfs {
	width: 30%;
	margin-right: 10%;
	display: inline-block;
	vertical-align: top;
}
.zhaopin-section .right-gw {
	width: 55%;
	display: inline-block;
}

.org-renewal {
	width: 1200px;
	margin: 0 auto;
	margin-top: 55px;
	margin-bottom: 55px;
}
.org-renewal .clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:initial;
}
.org-top-box {
    display: table;
    width: 100%;
	width: 1200px;
	margin: 0 auto;
}
.org-top-box dt {
    width: 100%;
}
.org-top-box dd {
    width: 78%;
}
.org-top-box dt, .org-top-box dd {
    display: table-cell;
    vertical-align: middle;
}
.org-top-box dt > h3 {
	width: 182px;
    height: 182px;
    padding: 9px;
    border: 1px solid #cfcfcf;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
	margin: 0 auto;
}
.org-top-box dt > h3 > p {
    width: 162px;
    height: 162px;
    border: 1px solid #fe761f;
    background-color: #fe761f;
    margin: auto;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    font-size: 30px;
    color: #fff;
    letter-spacing: -0.45px;
    text-align: center;
    line-height: 162px;
    font-weight: 400;
}
.org-top-box dd span {
    display: block;
    color: #fe761f;
}
.org-top-box dd strong {
    font-weight:600;
	font-family: Montserrat;
}
.org-top-box dd > p {
    font-size: 36px;
    line-height: 50px;
    color: #333;
    font-weight: 300;
    letter-spacing: -0.75px;
    word-break: keep-all;
	text-align: left;
}
.org-list-box {
    position: relative;
    text-align: center;
    margin-left: 25px;
    margin-top: 122px;
}
.org-list-box:before {
    width: 90%;
    height: 1px;
}
.org-renewal .org-list-box:before, .org-renewal .org-list-box:after {
    position: absolute;
    display: inline-block;
    content: "";
    background: #b6b6b6;
    left: 0;
    top: 0;
    margin-left: 75px;
}
.org-renewal .org-list-box:before {
	width: 700px;
    height: 1px;
    left: 50%;
    margin-left: -350px;
}


.org-list-box > li {
    position: relative;
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 35%;
    margin-right: 25%;
    padding-top: 45px;
	text-align: center;
    background: url(/images/org_line_2.jpg) repeat-y center top;
}
.org-list-box > li:last-child {
	margin-right: 0;
}

.org-list-box > li:before, 
.org-list-box > li:after {
    position: absolute;
    display: inline-block;
    content: "";
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.org-list-tit {
    width: 100%;
    height: 100px;
    padding: 1px;
    margin-bottom: 20px;
    background: #616161;
}
.org-list-tit > p {
    font-size: 20px;
    padding: 0;
    letter-spacing: -1px;
    color: #fff;
    font-weight: 500;
    line-height: 100px;
    background-repeat: no-repeat;
    background-position: 35%;
    background-size: 40px;
    padding-left: 30px;
}
.org-renewal .org-list-box:after {
    width: 1px;
    height: 122px;
    margin-top: -122px;
	left: 50%;
    margin-left: -10px;
}

.org-list-con {
    border: 1px solid #333;
    font-size: 16px;
    line-height: 30px;
    padding: 15px 0;
    letter-spacing: -1px;
    color: #fff;
    background-color: #eee;
    margin-top: 10px;
	border-radius: 10px;
}
.org-list-con.border-red {
	    border: 0px solid #d60202;
    background-color: #e7181c;
    background-image: linear-gradient( 135deg, #e7181c 10%, #ee7f75 100%);
}

.org-list-con.border-orange {
	border: 0px solid #f57500;
    background-color: #eb6218;
    background-image: linear-gradient( 135deg, #eb6218 10%, #f5a950 100%);
}
.org-list-con.border-yellow {
	border: 0px solid #edb717;
    background-color: #006026;
    background-image: linear-gradient( 135deg, #006026 15%, #01a94c 100%);
}
.org-list-con.border-green {
	border: 0px solid #2a8e3b;
    background-color: #d52178;
    background-image: linear-gradient( 135deg, #d52178 15%, #ec7578 100%);
}

.org-list-con.border-blue {
	border: 0px solid #37a5cf;
    background-color: #00a8d0;
    background-image: linear-gradient( 135deg, #00a8d0 15%, #7bc9e8 100%);
}
.org-list-con.border-blue2 {
	border: 0px solid #116fb9;
    background-color: #f49d07;
    background-image: linear-gradient( 135deg, #f49d07 15%, #ffcc41 100%);
}
.org-list-con.border-purple {
	border: 0px solid #5b23c0;
    background-color: #374193;
    background-image: linear-gradient( 135deg, #374193 15%, #8592c8 100%);
}

.org-list-box > li:after {
    width: 5px;
    height: 5px;
    border: 3px solid #cfcfcf;
    background: #eee;
    border-radius: 50%;
    margin-top: -6px;
}
.org-renewal .org-list-box > li:before, .org-renewal .org-list-box > li:after {
    position: absolute;
    display: inline-block;
    content: "";
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.down-menu {
	position: relative;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    height: 100px;
	padding-right: 80px;
	z-index:9

}
.main_head .down-menu .logo {
    position: absolute;
    left: 50px;
    top: 25px;
}	
.main_head .down-menu .menu .main-menu li a {color: #333;}
.main_head .down-menu .menu .main-menu li a:hover {
	color: #ff771f
}
.main_head .down-menu .menu .main-menu {
    text-align: center;
    margin-top: 45px;
}
.down-menu .fu.lang {
	position: absolute;
    top: 10px;
    right: 80px;
	font-size: 14px;	
}
.down-menu .fu.lang a {
	margin-left: 8px;
    display: inline-block;
    position: relative;
    padding-left: 20px
}
.down-menu .fu.lang a img {
	position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.down-menu .fu.lang a.on,
.down-menu .fu.lang a:hover {
    color: #fe761f;
}

#headers {
	opacity: 1;
	webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.master_hide #headers{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	background: #fff;
	opacity: 1;
	border-bottom: 1px solid #ccc;
}
.master_hide .navv {
	display: none;
}





@-webkit-keyframes warn-2 {
	0% {
		opacity: 0.5;
		-webkit-transform: scale(.1);
		transform: scale(.1)
	}

	5% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: scale(2);
		transform: scale(2)
	}
}

@keyframes warn-2 {
	0% {
		opacity: 0.5;
		-webkit-transform: scale(.1);
		transform: scale(.1)
	}

	5% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: scale(2);
		transform: scale(2)
	}
}

@-webkit-keyframes mk_scale {
	0% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		opacity: 0
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes mk_scale {
	0% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		opacity: 0
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@-webkit-keyframes mk_fade {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes mk_fade {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes mk_left_to_right {
	0% {
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

@keyframes mk_left_to_right {
	0% {
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

@-webkit-keyframes mk_right_to_left {
	0% {
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

@keyframes mk_right_to_left {
	0% {
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

@-webkit-keyframes mk_bottom_to_top {
	0% {
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes mk_bottom_to_top {
	0% {
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

@-webkit-keyframes mk_top_to_bottom {
	0% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes mk_top_to_bottom {
	0% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

@-webkit-keyframes mk_spt {
	0% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		opacity: 0
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

@keyframes mk_spt {
	0% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		opacity: 0
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

@-webkit-keyframes mk_line {
	0% {
		width: 0;
		opacity: 0
	}

	100% {
		width: 100%;
		opacity: 1
	}
}

@keyframes mk_line {
	0% {
		width: 0;
		opacity: 0
	}

	100% {
		width: 100%;
		opacity: 1
	}
}


@-webkit-keyframes throb {
	0% {
	  -webkit-transform: scale(1);
	}
  
	50% {
	  -webkit-transform: scale(0.8);
	}
  
	100% {
	  -webkit-transform: scale(1);
	}
  }
  
  @keyframes throb {
	0% {
	  transform: scale(1);
	}
  
	50% {
	  transform: scale(0.8);
	}
  
	100% {
	  transform: scale(1);
	}
  }


.ab-album {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0
}
.ab-album .slick-dots {
	margin-top: 120px
}

.red-main {
    padding: 100px 0 0;
}
.red-main h3 {
	font-size: 28px;
    padding-bottom: 40px;
}
.red-main ul li {
	width: 49%;
	float: left;
	color: #fff;
	margin-right: 0.5%;
	margin-left: 0.5%;
	padding: 5%;
	margin-bottom: 1%;
	position: relative;
}
.red-main ul li.li1 {background: #f8a800;border-bottom-right-radius: 50px;}
.red-main ul li.li2 {background: #2a8e3b;border-bottom-left-radius: 50px;}
.red-main ul li.li3 {background: #3d7ca7;border-top-right-radius: 50px;}
.red-main ul li.li4 {background: #cc2430;border-top-left-radius: 50px;}

.red-main ul li p {
	font-size: 18px;
}
.red-main ul li span {
	font-size: 90px;
    position: absolute;
    bottom: 50px;
    right: 80px;
    opacity: 0.7;
}
.red-main .redbox-mail {
	padding: 50px 0px;
	font-size: 22px;
}
.red-main .redbox-mail a {
	text-decoration: underline;
}

.star-hehuo {
	background: #f7f7f7;
    padding: 50px 0px;
}
.star-hehuo #tabs {text-align: center;}
.star-hehuo #tabs li {
	cursor: pointer;
    display: inline-block;
    
    
    height: 34px;
    line-height: 34px;
    color: #51545d;
    border-radius: 20px;
    position: relative;
    font-weight: bold;
}
.star-hehuo #tabs li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 1px;
    height: 9px;
    background: url(/images/line.jpg) no-repeat;
}
.star-hehuo #tabs li:first-child::before {
    opacity: 0;
}
.star-hehuo #tabs li #current {
	border-radius: 50px;
    color: #fff;
    background: #f67600;
}
.star-hehuo #tabs li a {
	font-size: 18px;
	padding: 0 20px;
	display: block;
	margin: 0 25px;
}
.star-hehuo #tabs li a:hover {
	color: #f67600;
}
.star-hehuo #content {
	border-top: 1px solid #ccc;
    margin: 4% 0 0;
    padding: 4% 0 0;
}
.star-hehuo #content li {
	float: left;
    margin: 0 40px 32px;
    text-align-last: justify;
	font-size: 22px;
	width: 68px;
}

.college-1 {
	padding: 50px 0px;
}
.college-1 .boxx {
	position: relative;
    z-index: 1;
    display: flex;
	margin-top: 50px;
	margin-bottom: 80px;
}
.college-1 .boxx .hr {
    position: absolute;
    background: #ccc;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
	z-index: 2;
}
.college-1 .boxx .hr.bottom {
    top: auto;
    bottom: 0;
}
.college-1 .boxx .box-in {
	position: relative;
	padding: 3vw;
	margin-right: 1%;
}
.college-1 .boxx .box-a {
	width: calc(4.16667vw*8);
}
.college-1 .boxx .box-b {
	width: calc(4.16667vw*5);
}
.college-1 .boxx .box-c {
	width: calc(4.16667vw*6);
	margin-right: 0;
}
.college-1 .boxx .bghui {
	background: #f7f7f7;
}
.college-1 .boxx .intxt {
    position: relative;
}
.college-1 .boxx .intxt h4 {
	font-size: 28px;
    padding-bottom: 20px;
    color: #f1a700;
}
.college-1 .boxx .intxt h4.color-2 {color: #3b8e36;}
.college-1 .boxx .intxt h4.color-3 {color: #37a5cf;}
.college-1 .boxx .intxt h4.color-4 {color: #c3212c;}


.college-1 .boxx .intxt p {
	font-size: 16px;
	padding-bottom: 15px;
	text-align: justify;
}
.college-1 .boxx .intxt p b {
	font-weight: bold;
}
.college-1 .vr {
    background: #ccc;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.college-1 .vr.right {
    left: auto;
    right: 0;
}
.college-2 {
	background: url(/images/mcnt3_bg.jpg) no-repeat center;
	padding: 60px 0;
	background-size: cover;
}
.college-2 #tabs {
	text-align: center;
    position: relative;
    width: 900px;
    margin: 0 auto;
}
.college-2 #tabs:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f8cfa9;
}
.college-2 #tabs li {
	display: inline-block;
    position: relative;
    font-size: 24px;
    padding: 0 40px 25px;
}
.college-2 #tabs li a:before {
	content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
	transform: translateX(-50%);
    background-color: #ff771f;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.college-2 #tabs li #current:before {
    bottom: -15px;
    width: 30px;
    height: 30px;
    background: url(/images/selected-ico.png) 0 50%;
}
.college-2 #tabs li a:hover {
	color: #ff771f;
}
.college-2 #tabs li #current h3 {
	color: #ff771f;
}
.college-2  #content {
	padding-top: 90px;
}
.college-2  #content ul li {
	width: 23%;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 30px;
    float: left;
	height: 257px;
    overflow: hidden;
}
.college-2  #content ul li img {
	width: 100%;
	height: 100%;
    object-fit: cover;
}
.college-2  #content .detail a {
	display: block;
    width: 300px;
    background: #f67600;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
}


.tuanjian-list {
	padding: 50px 0px;
}
.left-box .listul li {
	float: left;
	width: 300px;
}
.left-box {
	float: left;
	width: calc(100% - 250px);
}
.left-box .listul li {
	width: 30%;
	margin-bottom: 40px;
	margin-right: 3%;
}
.left-box .listul li a {}
.left-box .listul li .tuu {
	width: 100%;
	height: 200px;
}
.left-box .listul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.left-box .listul li h4 {
	font-size: 18px;
	height: 72px;
    -webkit-line-clamp: 2;
	line-height: 32px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.left-box .listul li .zii {
	padding: 20px 30px;
	border: 1px solid #e9e9e9;
	border-top: 0px;
}
.left-box .listul li .zii span {
	color: #ff771f;
    margin: 0px 0 15px;
    font-weight: bold;
}



.tuanjian-list .right-box {
	width: 250px;
	background: #f4f4f4;
	padding: 20px;
	float: right;
}
.tuanjian-list .right-box ul {padding-top: 10px;}
.tuanjian-list .right-box ul li {
	margin-bottom: 15px;
}
.tuanjian-list .right-box ul li a {
	display: block;
	position: relative;
	padding-left: 15px;
	font-size: 18px;
}
.tuanjian-list .right-box ul li.on a,
.tuanjian-list .right-box ul li a:hover {
	color: #ff771f
}
.tuanjian-list .right-box ul li.on a::after {
	content: "";
    width: 8px;
    height: 8px;
    background: #ff771f;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 50px;
    transform: translateY(-50%);
}

.tuanjian-list a:hover {color: #333;}
.tuanjian-list a {
	font-size: 16px;
}

@media screen and (min-width:1681px) {
	.footer .foot_menu li {margin-right: 10%;}
	.footer .foot_menu li a { }
	.footer .foot_menu li h3 {
	 
	}	
	.current-swiper {
		height: 570px;
	}
	.nocurrent-swiper {
		height: 450px;
		margin-top: 60px;
	}
}

@media (max-width: 1460px) {
	.ab-album {
		margin-left: 30px;
		margin-right: 30px
	}
	.ab-album .slick-dots {
		margin-top: 90px
	}
	.logo-q li img {
		height: 40%;
	}
}

@media screen and (max-width:1680px) {
 
	.current-swiper {
		height: 570px;
	}
	.nocurrent-swiper {
		height: 450px;
		margin-top: 60px;
	}
	
	.quicklinks {bottom: 90px;}
	
	.home_banner {
			max-height: 850px;
		}
}

@media screen and (max-width:1500px) {

.home_banner .b-1 .h3 {
		    top: 30%;
	}
	.ab-2 li{
		padding-left: 40px;
	}
	.home_banner {
		max-height: 720px;
	}
	.current-swiper {
		height: 470px;
	}
	.nocurrent-swiper {
		height: 430px;
		margin-top: 35px;
	}
	.cp-pp .rt {width: calc(100% - 450px);}
	.college-2  #content ul li {
	height: 245px;
    overflow: hidden;
}
	 
}

@media screen and (max-width:1300px) {
	.rc-2 .md{
		width: 85%;
		min-width: 1280px;
	}
	.rc-2 .fl {
		width: 21.7%;
		margin-right: 1.5%;
		margin-left: 1.5%;
	}
}
	
@media (max-width: 900px) {
	.ab-album__text {
		width: 100%;
		padding-right: 0
	}

	.ab-album__pic {
		margin-top: 40px;
		display: block;
		width: 100%;
		max-width: 60%;
		margin: 40px auto 0 auto
	}

	.ab-album .slick-dots {
		margin-top: 35px
	}
	.logo-q li img {
		height: 30%;
	}
}


