/*reset*/

:focus {
    outline: 0;
}

body,
ul,
img,
input,
dl,
dd,
tr,
th,
td,
p {
    margin: 0;
    padding: 0;
}

em {
    font-style: normal;
}

img {
    border: none;
    vertical-align: middle;
}

li,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #222;
}

a:hover {
    text-decoration: none;
}

input {
    padding: 0px;
    vertical-align: middle;
    line-height: normal;
    border: none;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

a:focus {
    outline: none;
}

iframe, video {
    max-width: 100%;
}


/*share*/

body {
    overflow-x: hidden;
    background: #fff;
    font-size: 14px;
    font-family: Microsoft YaHei,Heiti SC,tahoma,arial,Hiragino Sans GB, sans-serif;
    color: #222;
    position: relative;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/*b,
strong {

    font-weight: normal;
}*/

input[type=datetime-local] {
    -webkit-appearance: none;
    outline: none;
    border: none;
}

.read_more {
    display: inline-block;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    line-height: 44px;
    height: 44px;
    background: #3da6ff;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    padding: 0 20px;
}
@-webkit-keyframes criss-cross-left {
	 0% {
	  left:-20px
	 }
	 50% {
	  left:50%;
	  width:20px;
	  height:20px
	 }
	 100% {
	  left:50%;
	  width:375px;
	  height:375px
	 }
}
@keyframes criss-cross-left {
	 0% {
	  left:-20px
	 }
	 50% {
	  left:50%;
	  width:20px;
	  height:20px
	 }
	 100% {
	  left:50%;
	  width:375px;
	  height:375px
	 }
}

@-webkit-keyframes criss-cross-right {
	 0% {
	  right:-20px
	 }
	 50% {
	  right:50%;
	  width:20px;
	  height:20px
	 }
	 100% {
	  right:50%;
	  width:375px;
	  height:375px
	 }
}
@keyframes criss-cross-right {
	 0% {
	  right:-20px
	 }
	 50% {
	  right:50%;
	  width:20px;
	  height:20px
	 }
	 100% {
	  right:50%;
	  width:375px;
	  height:375px
	 }
}
.main_top .title {
    display: block;
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    line-height: 46px;
    position: relative;
}
.main_top .title:before {content: attr(data-text); position: absolute; display: block;height: 100%;position: absolute;left: 0;right: 0;top: -5px; transform-origin: left;opacity: .2;z-index: 1;-webkit-text-fill-color: #eee;-webkit-text-stroke-width: .5px;-webkit-text-stroke-color: #869ff3; text-align: center; font-size: 100px; width: 200%;position: absolute;left: 50%;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;-webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); font-size: 70px;}
.main_top .line {width: 50px; height: 2px; background: #3da6ff; margin: 25px auto 0;}
.main_top .title span {position: relative; z-index: 2;}
.main_top .text {
    width: 100%;
    max-width: 700px;
    margin: 20px auto 0;
    color: #777;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    max-height: 64px;
    overflow: hidden;
}


@media only screen and (min-width: 1260px) {
    .container { width: 1230px;}
}
@media only screen and (min-width: 1400px) {
    .container { width: 1370px;}
}
@media only screen and (max-width:992px) {
    .row {
        margin-right: 0;
        margin-left: 0;
    }
}



@media only screen and (max-width: 992px) {
    .main_top .title {
        font-size: 32px;
        line-height: 30px;
    }
    .main_top .title:before {font-size: 48px;}
	.main_top .text {font-size: 14px; line-height: 22px; max-height: 44px;}
	.read_more {line-height: 36px; height: 36px;}
}
@media only screen and (max-width: 768px) {
    .main_top .title {
        font-size: 22px;
        line-height: 28px;
    }
    .main_top .title:before {font-size: 32px;}
    .main_top .line {width: 35px;  margin: 20px auto 0}
    .main_top .line,.main_top .text { margin: 10px auto 0}
}



*:link,
*:visited,
*:hover,
*:active,
*:focus {
    transition: color .30s linear, background-color .30s linear, border-color .30s linear, opacity .30s linear, background-image .30s linear;
    -webkit-transition: color .30s linear, background-color .30s linear, border-color .30s linear, opacity .30s linear, background-image .30s linear;
}


/*index*/
header { width: 100%; z-index: 9999999; padding: 0; background: #fff; 
/*background: #4b61dc; background-image: -moz-linear-gradient( 0deg, rgb(74,109,226) 0%, rgb(76,92,216) 57%, rgb(77,74,206) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(74,109,226) 0%, rgb(76,92,216) 57%, rgb(77,74,206) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(74,109,226) 0%, rgb(76,92,216) 57%, rgb(77,74,206) 100%);*/
  }

header .right { float: right;}
header.large {padding: 0;}
/*.nav_content .container {width: 100%; padding: 0 30px;}*/
/*.nav_content:before {content: ''; position: absolute; width: 25%; height: 100%; background: #252b3a;}*/
.header {
    transition: all .5s;
    padding: 20px 0px;
    text-align: center;
}

.header>.container {
   position: relative;
}

#logo {
    position: relative;
    text-align: left;
    float: left;
    z-index: 9999999;
    padding-top: 0;
}

#logo h1 {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-end;
}

#logo a {
    padding: 0;
    display: inline-block;
}

#logo img {
    max-width: 142px;
    height: auto;
    padding: 22px 0;
    transition: all .5s;
}

.top_login {float: right; padding-top: 20px; padding-left: 40px;}
.top_login a {line-height: 38px; height: 40px; padding: 0 25px; background: #3da6ff; display: inline-block; color: #fff; border-radius: 4px; color: #fff; border: 1px solid #3da6ff; font-size: 15px;}
.top_login .apply {color: #3da6ff; background: #fff; padding: 0 20px; margin-left: 10px;}
.top_login .apply:hover {background: #3da6ff; color: #fff;}

/* Top Search*/

.top_search { position: fixed; left: 0; top: 0; z-index: 99999999; width: 100%; max-width: 100%;  padding-top: 0;float: none;}
.top_search .popover_main {display: none;position: fixed; z-index: 99999;  width: 100%; height: 100%; overflow: hidden; left: 0; top: 0;}
.top_search .close_search {cursor: pointer; position: absolute; right: 0px; top: 0px; display: block; width: 40px; height: 40px; text-align: center; line-height: 40px;}
.top_search .search_input { position: absolute; top:28%; left:50%; width:100%; max-width: 600px;  padding: 0 15px; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%);
       -ms-transform: translate(-50%, -50%);  -o-transform: translate(-50%, -50%);    transform: translate(-50%, -50%); }
.top_search .form-control { height: 50px;  line-height: 50px;  background: #fff; }
.search i { width: 54px;  height: 70px;   background: #3da6ffurl(../images/search.png) no-repeat center center; display: inline-block;  position: relative;  z-index: 2; vertical-align: middle; }
.attr_nav {
	float: right;
    overflow: hidden;
	margin-left: 10px;
}

.attr_nav ul li {
    list-style: none;
}

.cover_div {  position: fixed;  top: 0;  left: 0;  width: 100%;  height: 100%;  background:#000;  opacity: 0.6;  display: none;}
.attr_nav a {
    display: inline-block;
    position: relative;
    z-index: 5;
    background: #fff;
    color: #3da6ff;
    text-transform: capitalize;
   }

.top_search em {
	display: block;
    font-size: 22px;
    text-align: left;
    color: #fff;
    margin-bottom: 21px;
    text-transform: capitalize;
}

.top_search .close_search i {
    width: 100%;
    height: 100%;
    line-height: inherit;
    position: absolute;
    left: 0px;
    top: 0px;
}
.top_search .close_search i::before,.top_search .close_search i::after {
    content: '';
    position: absolute;
    left: 10px;
    top: 18px;
    width: 20px;
    height: 2px;
    background: #fff;
}
.top_search .close_search i::before {
    transform: rotate(45deg);
}
.top_search .close_search i::after {
    transform: rotate(-45deg);
}
.top_search .form-control {
    box-shadow: none;
    border: none;
    background: #fff;
    border: 1px solid #ddd;
    height: 44px;
    line-height: 44px;
    padding: 0 50px 0 15px;
    text-align: left;
    font-size: 14px;
    border-radius: 0px;
}

.top_search input.form-control:focus {
    color: #222;
    font-style: inherit;
    text-transform: inherit;
}

.top_search input::-ms-input-placeholder {
    color: #777;
}


/* Internet Explorer 10+ */

.top_search input::-webkit-input-placeholder {
    color: #777;
}

/* WebKit browsers */

.top_search input:-moz-placeholder {
    color: #777;
}


/* Mozilla Firefox 4 to 18 */

.top_search input::-moz-placeholder {
    color: #777;
}


/* Mozilla Firefox 19+ */

.top_search .search_input {
    width: 100%;
}

.btn_search1 {
    background: #3da6ffurl(../images/search.png) no-repeat center center;
    top: 0px;
    height: 44px;
    position: absolute;
    right: 0px;
    width: 46px;
    z-index: 3;
    border-radius: 0;
}

.header_search {
    position: relative;
}

/* Sizes for the bigger menu */
header.small {
    left: 0;
    top: 0;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.25);
    padding: 0;
    position: fixed;
}

header.small #logo img {
	padding: 15px 0;
    max-width: 125px;
}

header.small #logo:before {
    display: none;
}
header.small .top_login {padding-top: 14px;}

header.small .mainmenu > nav > ul > li > a {padding: 21px 8px;}
header.small #logo .text {  padding-top: 9px;}
header.small #logo .text .p2 { padding-top: 3px;}
header.small .top_phone {padding-top: 21px;}

.mobile_login_nav {margin-top: 20px !important; display: flex; justify-content: space-between; padding: 0 12px !important;}
.mobile_login_nav li {text-align: center; width: 48%;}
.mobile_login_nav li a {background: #3da6ff; display: inline-block; color: #fff;border-radius: 4px; border: 1px solid #3da6ff; line-height: 40px; height: 40px; display: block; padding: 0 10px;}
.mobile_login_nav li a.login:hover {background: #3da6ff;}
.mobile_login_nav li a.apply {background: #fff; color: #3da6ff;}
@media only screen and (max-width: 1200px) {
	.top_login {padding-left: 10px}
	.top_login a {padding: 0 15px;}
	header.small .mainmenu > nav > ul > li > a {padding: 21px 4px;}
	
}

@media only screen and (max-width: 992px) {
	.top_login {display: none !important;}
	.nav_content .container { width: 100%; padding: 0 15px;}
    #logo img,
    header.small #logo img {
        max-width: 100px; padding: 13px 0;
    }
    #logo .text .p1 {font-size: 18px; line-height: 20px;}
    #logo .text .p2 {padding-top: 3px;}
    #logo .text {padding-top: 10px;}
    .attr_nav { margin-left: 0; margin-right: 15px; height: 36px; margin-top: 3px;}
    header.small .attr_nav { margin-top: 8px; margin-right: 50px;}
    .search i { width: 36px; height: 36px; font-size: 13px; }
     header.small {
        position: fixed;
    }
    header,
    header.large {
        border: none;
        position: inherit;
        position: relative;
        top: 0;
    }
    header.large .header,
    .header,
    header.small .header {
        background: #fff;
        position: relative;
        padding: 10px 0;
    }
    .header .container {
        width: 100%;
    }
    .header .row {
        margin: 0;
    }
    .header #logo,
    header.small #logo{
        padding: 0;
        position: relative;
        z-index: 9999999;
        padding-top: 0;
    }
}


@media screen and (max-width:480px) {

    .main_language li { margin-left: 10px;}
    .main_language li:nth-child(1) { margin-left: 0;}
    .main_language li a { font-size: 12px;}
    .attr_nav { margin-right: 12px;}
    .main_language li a img { padding-right: 4px;}
}


/* banner */
.slide-text .read_more:hover {
    background: #fff;
    color: #3da6ff;
}

.bs-slider {
    overflow: hidden;
    position: relative;
    background: #fff;
}

.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}

.bs-slider>.carousel-inner>.item>img,
.bs-slider>.carousel-inner>.item>a>img {
	display: block;
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/
.fade {
    opacity: 1;
}

.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
    top: auto;
    position: relative;
}

.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: rgba(0,0,0,0.2);
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.control-round:hover .carousel-control {
    opacity: 1;
}

.control-round .carousel-control.left {
    left: 1%;
}

.control-round .carousel-control.right {
    right: 1%;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
    color: #fdfdfd;
    background: #3da6ff;
    border: 0px transparent;
}

.control-round .carousel-control.left>span:nth-child(1) {
    left: 45%;
    line-height: inherit;
}

.control-round .carousel-control.right>span:nth-child(1) {
    right: 45%;
    line-height: inherit;
}

/*---------- INDICATORS CONTROL ----------*/

.indicators-line>.carousel-indicators {
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}

.indicators-line>.carousel-indicators li {
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer;
    margin: 0 6px;
}

.indicators-line>.carousel-indicators li:last-child {
    margin-right: 0;
}

.indicators-line>.carousel-indicators .active {
    border: 2px solid #fff;
    background: #3da6ff;
   -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

/*---------- SLIDE CAPTION ----------*/

.slide_style_left {
    text-align: left !important;
}

.slide_style_right {
    text-align: right !important;
}

.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 45%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    transform: translateY(-50%);
}

.slide-text>.title {
    overflow: hidden;
    padding: 0;
    color: #ffffff;
    font-size: 68px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    word-wrap: break-word;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.slide-text>p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.slide-text>a.btn-default {
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a.btn-primary {
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a:hover,
.slide-text>a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

.indicators-line>.carousel-indicators {
	display: none;
}
    
.bs-slider>.carousel-inner>.item>img, .bs-slider>.carousel-inner>.item>a>img, .bs-slider>.carousel-inner>.item video {
  
}
/*------------------------------------------------------*/

/* RESPONSIVE
/*------------------------------------------------------*/


@media (max-width: 991px) {
	.slide-text .title {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .slide-text>p {
        font-size: 18px;
    }
   .control-round .carousel-control {
    	top: 50%;
    	transform: translateY(-50%);
    }
}


/*---------- MEDIA 480px ----------*/

@media (max-width: 768px) {
	  .slide-text {
        padding: 10px 50px;
    }
    .slide-text .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .slide-text>p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control {
    	opacity: 1;
		width: 40px;
		height: 40px;
		line-height: 38px;
    }
    .control-round .carousel-control.right {
    	right: 0;
    }
    .control-round .carousel-control.left {
    	left: 0;
    }
}

@media (max-width: 480px) {
	  .slide-text {
        padding: 10px 30px;
    }
    .slide-text .title {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .slide-text>p {
        display: none;
    }
    .slide-text .read_more {
        line-height: 36px;
        height: 36px;
    }
}


/*******Slider********/
/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

.slick-slide img {
    display: block;
    margin: 0 auto;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}


/* Arrows */

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:focus,
.slick-next:focus {
    outline: none;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}


/* Dots */

.slick-dots {
    position: absolute;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0px;
    width: 100%;
    z-index: 999;
    left: 0;
    margin-top: 34px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 5px;
    width: 52px;
    margin: 0px 5px;
    padding: 0px;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 5px;
    width: 52px;
    outline: none;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    outline: none;
    background: #eeeeee;
}

.slick-dots li button:focus {
    outline: none;
}

.slick-dots li.slick-active button {
    background: #0db26d;
}

/* Arrows */

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
    z-index: 9;
}

.slick-prev:focus,
.slick-next:focus {
    outline: none;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}


/* Dots */

.slick-dots {
    position: absolute;
    bottom: -35px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0px;
    width: 100%;
    z-index: 999;
    display: none !important;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin: 0px 5px;
    padding: 0px;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    outline: none;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    outline: none;
    border: 1px solid #b2b2b2;
    padding: 0;
}

.slick-dots li button:focus {
    outline: none;
}

.slick-dots li.slick-active button {
    border: 1px solid #eb5515;
    background: transparent;
}

.slick-prev {
    width: 15px;
    height: 28px;
    position: absolute;
    left: -26px;
    top: 43%;
    vertical-align: middle;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.slick-next {
    width: 15px;
    height: 28px;
    position: absolute;
    right: -26px;
    top: 43%;
    vertical-align: middle;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.slick-next:hover,
.slick-prev:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.slick-slide .image {
    max-width: 100%;
    overflow: hidden;
}

.slick-slide .image img {
    max-width: 100%;
}
@media only screen and (max-width:768px ) {
	.slick-next {right: -10px;}
	.slick-prev {left: -10px;}
}
.mtab_nav { list-style: none;}
.mtab_nav li {cursor: pointer;  text-align: center;  padding: 30px 0;}
.mtab_nav li.on { }
.mtab_content li {height: 0; visibility: hidden; opacity: 0; overflow: hidden; list-style:  none; width: 100%; }
.mtab_content li.active { height: auto; visibility: visible; opacity: 1;}

.proTS {overflow: hidden; padding: 60px 0 60px; background: url(../images/index_bg02.jpg) no-repeat center center; background-size: cover; margin-bottom: 55px;}
.proTS .bottom {position: relative; margin-top: 40px;}
.proTS .main {text-align: center; width: 33.3333%; margin: 0 auto; position: relative; padding: 25px;}
.proTS .img img {max-width: 100%;}
.proTS .mtab_nav {position: absolute; z-index: 3; top: 0; width: 100%; height: 100%;}
.proTS .mtab_nav li {width: 100px; height: 100px; padding: 0; position: absolute; }
.proTS .mtab_nav li .image {width: 100%; height: 100%; background: #fff;overflow: hidden; box-shadow: 0px 0px 15.84px 0.16px rgba(83, 114, 216, 0.35); border-radius: 100px; background-repeat:no-repeat ; transition: all .5s; background-size: 100%;}
.proTS .mtab_nav li:nth-child(1) {left: -25px; top: 45px;}
.proTS .mtab_nav li:nth-child(2) {right: 25px; top: 41px;}
.proTS .mtab_nav li:nth-child(3) {left: -14px; bottom: 31px;}
.proTS .mtab_nav li:nth-child(4) {right: 38px; bottom: 31px;}
.proTS .mtab_nav li:hover .image, .proTS .mtab_nav li.on .image {background-position: 0 -100px;}
.proTS .mtab_content  {position: absolute; z-index: 2; top: 0; width: 100%; left: 0;}
.proTS .mtab_content li {float: left; visibility: visible; opacity: 1; height: auto; width: 50%; padding: 40px 20px; margin-bottom: 20px; margin-top: 5px;}
.proTS .mtab_content li:nth-child(1) {float: left; padding-right: 20%;}
.proTS .mtab_content li:nth-child(2) {float: right; padding-left: 20%;}
.proTS .mtab_content li:nth-child(3) {float: left; padding-right: 20%;}
.proTS .mtab_content li:nth-child(4) {float: right; padding-left: 20%;}
.proTS .mtab_content li .box { padding: 20px 20px; background: #fff; border-radius: 4px; transition: all .5s;}
.proTS .mtab_content li .title {font-size: 24px; line-height: 30px; font-weight: 700; margin-bottom: 14px; border-left: 3px solid #6181ea; padding-left: 12px;}
.proTS .mtab_content li.active .title {color: #6181ea;}
.proTS .mtab_content li.active .box {box-shadow: 0px 3px 24px 0px rgba(74, 104, 223, 0.26); }

@media only screen and (max-width: 1440px) {
	.proTS .mtab_content li {padding: 20px 20px; margin-bottom: 0px;}
}
@media only screen and (max-width: 1200px) {
	.proTS .bottom {display: flex;}
	.proTS .main {width: 40%; margin: 0; float: left;}
	.proTS .mtab_content {width: 60%; right: 0; left: auto; position: relative; float: right; }
	.proTS .mtab_content li {width: 100%; visibility: hidden; opacity: 0; height: 0; transform: scale(0); padding: 20px; }
	.proTS .mtab_content li.active {visibility: visible; opacity: 1; height: auto; transform: scale(1); position: absolute; top: 50%; transform: translateY(-50%);}
	.proTS .mtab_content li:nth-child(2),.proTS .mtab_content li:nth-child(4) {padding-left: 20px; }
	.proTS .mtab_content li:nth-child(1),.proTS .mtab_content li:nth-child(3) {padding-right: 20px; }
	.proTS .mtab_nav li {width: 80px; height: 80px;}
	.proTS .mtab_nav li:hover .image, .proTS .mtab_nav li.on .image {background-position: 0 -80px;}
}

@media only screen and (max-width: 992px) {
	.proTS {padding: 50px 0 40px; margin-bottom: 40px;}
	.proTS .bottom {display: block; margin-top: 20px;}
	.proTS .main {width: 100%; max-width: 450px; margin: 0 auto; float: none;}
	.proTS .mtab_content {width: 100%;}
	.proTS .mtab_content li .box {text-align: center; box-shadow: none;}
	.proTS .mtab_content li .title {padding-left: 0; border-left: 0;}
	.proTS .mtab_content li p {font-size: 18px;}
}
@media only screen and (max-width: 768px) {
	.proTS .mtab_content li p {font-size: 16px;}
	.proTS .main {padding: 10px 20px}
}
@media only screen and (max-width: 480px) {
	.proTS {padding: 30px 0 30px; margin-bottom: 30px;}
	.proTS .bottom {margin-top: 0px;}
	.proTS .mtab_content li .box {padding: 20px 10px;}
	.proTS .mtab_content li, .proTS .mtab_content li.active {padding: 0; position: relative; top: 0; transform: translateY(0); margin-top: 0;}
	.proTS .mtab_content li:nth-child(2), .proTS .mtab_content li:nth-child(4) {padding-left: 0;}
	.proTS .mtab_nav li {width: 60px; height: 60px;}
	.proTS .mtab_nav li:hover .image, .proTS .mtab_nav li.on .image {background-position: 0 -60px;}
	.proTS .mtab_nav li:nth-child(1) { left: 1%; top: 15%;}
	.proTS .mtab_nav li:nth-child(2) {right: 14%; top: 15%;}
	.proTS .mtab_nav li:nth-child(3) {left: 2%; bottom: 17%;}
	.proTS .mtab_nav li:nth-child(4) {right: 14%; bottom: 17%;}
	.proTS .mtab_content li .title {font-size: 20px; line-height: 22px;}
}


.serveHY {padding: 30px 0 40px; overflow: hidden; position: relative;}
.serveHY .bg {position: absolute; left: 9%; top: 3%;}
.serveHY .bg2 {position: absolute; right: -6%; bottom: 0%;}
/*.serveHY:before {content: ''; position: absolute; width: 110%; left: 0%; height: 300px; bottom: 0;}*/
/*.serveHY .main_top .title {color: #fff;}*/
.serveHY .bottom {margin-top: 40px;}
.serveHY .li {padding: 20px 30px;}
.serveHY .li .image {border-radius: 10px; position: relative; z-index: 2;}
.serveHY .li .image img {width: 100%;}
.serveHY .li .main {position: relative; z-index: 1; background: #fff; box-shadow: 0 0 10px #ccc; padding: 45px 20px 20px; border-radius: 10px; left: 20px; top: -30px; text-align: center; overflow: hidden;}
.serveHY .li .main:before {content: ''; position: absolute; width: 180px; height: 180px; background: #eee; border-radius: 510px; right: -80px; bottom: -80px; background-image: -moz-linear-gradient( -18deg, rgb(61,166,255) 0%, rgb(77,74,206) 100%);
  background-image: -webkit-linear-gradient( -18deg, rgb(61,166,255) 0%, rgb(77,74,206) 100%);
  background-image: -ms-linear-gradient( -18deg, rgb(61,166,255) 0%, rgb(77,74,206) 100%); opacity: 0.05;}
.serveHY .li .main .title {font-size: 18px; color: #3da6ff; font-weight: 700;}
.serveHY .li .main .title2 {font-size: 20px; font-weight: 700; margin: 4px 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.serveHY .li .main p {color: #808080; line-height: 22px; height: 44px; overflow: hidden;}
.serveHY .slick-prev , .serveHY .slick-next { width: 44px; height: 44px; left: 0px;opacity: 0.8; background: #fff; border: 1px solid #eee; border-radius: 26px; box-shadow: 0 0 10px #b5c8ff;}
.serveHY .slick-next {left: auto; right: 0px; }
.serveHY .slick-prev:before {content: '\f104'; font-family: 'FontAwesome'; color: #777; font-size: 24px; display: block; line-height: 42px; margin-top: -2px;}
.serveHY .slick-next:before {content: '\f105'; font-family: 'FontAwesome'; color: #777; font-size: 24px; display: block; line-height: 42px; margin-top: -2px;}
.serveHY .slick-prev:hover, .serveHY .slick-next:hover {opacity: 1; background: #3da6ff;}
.serveHY .slick-prev:hover:before, .serveHY .slick-next:hover:before { color: #fff;}
@media only screen and (max-width: 1440px) {
	.serveHY {padding: 20px 0 40px;}
}
@media only screen and (max-width: 1200px) {
	.serveHY .li .main .title2 {font-size: 16px;}
	.serveHY .li {padding: 20px;}
	.serveHY .li .main {left: 10px;}
}
@media only screen and (max-width: 992px) {
	.serveHY {padding: 30px 0 10px;}
	.serveHY .bottom {margin-top: 20px;}
	.serveHY .li {padding: 20px 20px;}
	.serveHY .li .main {left: 0;}
}
@media only screen and (max-width: 768px) {
	.serveHY .bg {display: none;}
	.serveHY .bottom {margin-top: 10px;}
	.serveHY .li {padding: 20px 10px;}
	.serveHY .li .main {left: 0;}
	.serveHY .li .main .title2 {font-size: 16px;}
	.serveHY .li .main .title {font-size: 15px;}
	.serveHY .li .main p {font-size: 13px;}
}
@media only screen and (max-width: 480px) {
	.serveHY {padding: 10px 0 10px}
	.serveHY .li .main {padding: 40px 10px 20px;}
	.serveHY .li {padding: 10px 6px;}
	.serveHY .li .main .title2 {font-size: 14px;}
	.serveHY .li .main .title {font-size: 13px;}
	.serveHY .slick-next {right: -12px;}
	.serveHY .slick-prev {left: -12px;}
	.serveHY .slick-prev, .serveHY .slick-next {width: 40px; height: 40px;}
	.serveHY .slick-prev:before, .serveHY .slick-next:before {line-height: 38px;}
	.serveHY .bg2 {display: none;}
}


/*.ser_bg {overflow: hidden; position: relative; margin-bottom: 60px;}
.ser_bg:before {content: ''; position: absolute; width: 100%; height: 50%; left: 0; bottom: 0; background: url(../images/par_bg.png) no-repeat center; background-size: cover;}*/
.ser_bg {position: relative;}
.ser_bg .top_bg {position: absolute;left: 50%; top: -1px;transform: translateX(-50%);}
.customer_service {overflow: hidden; padding: 100px 0 420px;background: #3da6ff; background-image: -moz-linear-gradient( -18deg, rgb(61,166,255) 0%, rgb(77,74,206) 100%);
  background-image: -webkit-linear-gradient( -18deg, rgb(61,166,255) 0%, rgb(77,74,206) 100%);
  background-image: -ms-linear-gradient( -18deg, rgb(61,166,255) 0%, rgb(77,74,206) 100%);}
.customer_service .main_top .title {color: #fff;}
.customer_service_content {margin-top: -355px; padding-bottom: 60px;}

.customer_service_content .li { padding: 40px 25px;}
.customer_service_content .li .box {  position: relative;}
.customer_service_content .li .box:before {content: ''; position: absolute; width: calc(100% - 40px); height: 100%; left: 20px; top: 20px;background: #fff; box-shadow: 0 0 10px #ccc;border-radius: 10px;}

.customer_service_content .li .main_box {position: relative;background: #fff; padding: 20px; box-shadow: 0 0 10px #ccc;border-radius: 10px; text-align: center;}
.customer_service_content .li .main_box:before {content: ''; position: absolute; width: 10px; height: 10px; border-radius: 10px; left: 20px; top: 20px; background: #3da6ff; background-image: -moz-linear-gradient( -18deg, rgb(61,166,255) 0%, rgb(77,74,206) 100%);
  background-image: -webkit-linear-gradient( -18deg, rgb(61,166,255) 0%, rgb(77,74,206) 100%);
  background-image: -ms-linear-gradient( -18deg, rgb(61,166,255) 0%, rgb(77,74,206) 100%); opacity: 0.5;}
  .customer_service_content .li .main_box:after {content: ''; position: absolute; width: 30px; height: 30px; border-radius: 30px; right: 10px; top: 80px; background: #3da6ff; background-image: -moz-linear-gradient( -18deg, rgb(61,166,255) 0%, rgb(77,74,206) 100%);
  background-image: -webkit-linear-gradient( -18deg, rgb(61,166,255) 0%, rgb(77,74,206) 100%);
  background-image: -ms-linear-gradient( -18deg, rgb(61,166,255) 0%, rgb(77,74,206) 100%); opacity: 0.05;}
.customer_service_content .li .image {width: 110px; height: 110px; background: #fff; border-radius: 200px; margin: -60px auto 0; padding: 15px; box-shadow: 0px 10px 16px 0px rgba(22, 57, 114, 0.11);border: 1px dashed #eee;}
.customer_service_content .li .image img {max-width: 100%;}
.customer_service_content .li .main_box .bg {position: absolute; left: 0; bottom: 0; max-width: 100%; opacity: 0.6; border-radius: 0 0 10px 10px;}
.customer_service_content .li .image span {display: block; width: 100%; height: 100%; border: 1px dashed #eee;border-radius: 200px;}
.customer_service_content .li .main {padding: 20px 0; position: relative;}
.customer_service_content .li .main .line { width: 30px; height: 2px; background: #3da6ff; margin: 0 auto 10px;}
.customer_service_content .li .main .title {font-size: 24px;/* color: #3da6ff;*/ font-weight: 700;margin-bottom: 6px;}
.customer_service_content .li .main p {font-size: 16px; color: #808080;}

.customer_service_content .slick-prev , .customer_service_content .slick-next { width: 44px; height: 44px; left: 0px;opacity: 0.8; background: #fff; border: 1px solid #eee; border-radius: 26px; box-shadow: 0 0 10px #b5c8ff;}
.customer_service_content .slick-next {left: auto; right: 0px; }
.customer_service_content .slick-prev:before {content: '\f104'; font-family: 'FontAwesome'; color: #777; font-size: 24px; display: block; line-height: 42px; margin-top: -2px;}
.customer_service_content .slick-next:before {content: '\f105'; font-family: 'FontAwesome'; color: #777; font-size: 24px; display: block; line-height: 42px; margin-top: -2px;}
.customer_service_content .slick-prev:hover, .customer_service_content .slick-next:hover {opacity: 1; background: #3da6ff;}
.customer_service_content .slick-prev:hover:before, .customer_service_content .slick-next:hover:before { color: #fff;}

@media only screen and (max-width: 1200px) {
	.ser_bg .top_bg {max-width: 240px; top: -2px;}
}

@media only screen and (max-width: 992px) {
	.ser_bg .top_bg {max-width: 180px;}
	.customer_service_content {margin-top: -180px; padding-bottom: 30px;}
	.customer_service {padding: 60px 0 220px;}
	.customer_service_content .li {padding: 40px 15px}
	.customer_service_content .li .image {width: 100px; height: 100px;}
	.customer_service_content .li .main .title {font-size: 20px;}
}
@media only screen and (max-width: 768px) {
	.ser_bg .top_bg {max-width: 140px;}
	.customer_service {padding: 40px 0 220px;}
	.customer_service_content { padding-bottom: 10px;}
	.customer_service_content .li .image {width: 90px; height: 90px;}
	.customer_service_content {margin-top: -200px;}
}
@media only screen and (max-width: 480px) {
	.ser_bg .top_bg {max-width: 100px;}
	.customer_service_content .li {padding: 40px 6px}
	.customer_service_content .slick-next {right: -10px;}
	.customer_service_content .slick-prev {left: -10px;}
	.customer_service_content .li .image {width: 80px; height: 80px;}
	.customer_service_content .li .main .title {font-size: 15px;}
	.customer_service_content .li .main p {font-size: 14px;}
}

/*.casePar_bg {overflow: hidden; position: relative;}
.casePar_bg:before {content: ''; position: absolute; width: 100%; height: 60%; left: 0; bottom: 0;}*/
.case_bg {overflow: hidden; padding: 50px 0 50px; position: relative;}
.case_bg .bg {position: absolute; right: 0%; top: 33px; transform: rotate(75deg);}
.case_bg .bottom { background: #fff; margin-top: 50px; /*margin: 40px 20px 0; border-radius: 20px; box-shadow: 0 10px 10px #eaeaea;*/}
.case_bg ul {display: flex;}
.case_bg li {width: 25%; float: left; padding: 0 10px; display: flex;}
.case_bg li .box {width: 100%;}
.case_bg li .image {border-radius: 4px; overflow: hidden; position: relative;}
.case_bg li .image p {background: #3da6ff; color: #fff; position: absolute; left: 0px; top: 0px;  line-height: 36px; text-align: center; font-size: 13px; padding: 0 6px; border-radius: 0px 0 6px 0;}
.case_bg li .image img {max-width: 100%;}
.case_bg li .main {text-align: center; padding: 20px 10px; }
.case_bg li .main .title {font-size: 15px; font-weight: 700; }
.case_bg li .main p {font-size: 14px; color: #777; margin-top: 10px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

@media only screen and (max-width: 992px) {
	.case_bg {padding: 30px 0 30px;}
	.case_bg ul {display: block;}
	.case_bg li {width: 50%; margin-bottom: 10px;}
	.case_bg .bottom {margin-top: 30px;}
	.case_bg li .main {padding: 10px 10px 20px;}
}
@media only screen and (max-width: 768px) {
	.case_bg li .main .title {font-size: 14px; font-weight: 400;}
	.case_bg li .main p {font-size: 13px;}
	.case_bg {padding: 30px 0 10px;}
}
@media only screen and (max-width: 480px) {
	.case_bg .bg {display: none;}
	.case_bg li {padding: 0 6px; margin-bottom: 0px;}
}

.par_bg {padding: 50px 0px; overflow: hidden; position: relative; background: #F9F9F9 url(../images/par_bg.png) no-repeat center bottom; background-size: cover;}
.par_bg .li {padding: 10px 17px; text-align: center;}
.par_bg .li img {max-width: 100%;}
.par_bg .li p {text-align: center; padding: 10px 0; font-size: 16px; color: #808080;}
.par_bg .main_box {background: #fff;  box-shadow: 0 10px 10px #eaeaea;}
.par_bg .main_box > div { float: left; width: 20%;  border: 1px solid #eee;}
.par_bg .main_box {display: flex; flex-wrap: wrap;}
.par_bg .main_box > .main_top {width: 60%; background: url(../images/par_title_bg.png) no-repeat left center; background-size: cover; color: #fff; display: flex; align-items: center; justify-content: center;}
@media only screen and (max-width: 992px) {
	.par_bg {padding: 40px 0;}
	.par_bg .li p {font-size: 14px;}
}
@media only screen and (max-width: 480px) {
	.par_bg .li p {font-size: 14px;}
	.par_bg .main_box > div {width: 33.33333%;}
	.par_bg .main_box > .main_top {width: 100%; height: 80px;}
}


.home_qyzz {background: none !important; padding: 10px 0 100px !important; position: relative;}
.home_qyzz .bg2 {position: absolute; bottom: 0; left: -80px; transform: rotate(-270deg);}
.home_qyzz .bottom {margin-top: 40px !important;}
.page_about_section03.home_qyzz .slick-dots li button {background: #f9f9f9; border: 1px solid #f1f1f1;}

@media only screen and (max-width: 992px) {
	.home_qyzz .bottom {margin-top: 30px !important;}
}
@media only screen and (max-width: 768px) {
	.home_qyzz .bottom {margin-top: 10px !important;}
	.home_qyzz .bg2 {display: none;}
	.home_qyzz {padding: 0 0 50px !important;}
}

/*footer*/
.footer_bg {overflow: hidden; background: #1d2736; padding-top: 40px;}
.footer_bg .top_img img { display: block; width: 100%;}
.footer { padding-top: 10px; }
.footer .fot_title {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.footer .fot_title em {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.footer ul,
.foot_bot ul {
    list-style: none;
}

.icon-minus-sign,
.icon-plus-sign {
    width: 14px;
    height: 14px;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.icon-minus-sign:before,
.icon-minus-sign:after,
.icon-plus-sign:before,
.icon-plus-sign:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 14px;
    height: 2px;
    margin: 2px 0;
}

.icon-plus-sign {
    width: 12px;
    height: 12px;
}

.icon-plus-sign:before,
.icon-plus-sign:after {
    width: 12px;
}

.icon-plus-sign:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.icon-minus-sign:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.icon-minus-sign:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.fot_title .column_icon_toggle {
    display: none;
}


.fot_nav, .fot_slv , .fot_ab , .fot_ser , .fot_lx { float: left; padding-right: 40px; width: 20%;}
.fot_ser {width: 24%;}
.fot_lx { padding-right: 0; width: 36%; }
.fot_nav li a , .fot_slv li a , .fot_ab li a , .fot_ser li a {color: #a3a3a3; font-size: 14px;}
.fot_nav li , .fot_slv li , .fot_ab li, .fot_ser li {margin-bottom: 15px; color: #a3a3a3; font-size: 14px;}
.fot_nav li a:hover , .fot_slv li a:hover , .fot_ab li a:hover, .fot_ser li a:hover {color: #3da6ff; }
.fot_lx .toggle_content {text-align: center;}
.fot_lx .ul1 li {text-align: left; width: 50%; float: left; margin-bottom: 10px;}
.fot_lx .fot_title {margin-bottom: 0;}
.fot_lx .fot_title em {display: none;}
.fot_lx .phone {color: #3da6ff; font-size: 16px;}
.fot_lx .ul2 {margin-top: 10px; text-align: left;}
.fot_lx .ul2 li {width: 50%; float: left; padding: 0 4px;}
.fot_lx .ul2 li .box {text-align: center; display: inline-block;}
.fot_lx .ul2 li p { color: #fff; opacity: 0.7; margin-top: 10px;}
.fot_lx .p {color: #fff;}
.fot_lx .ul2 li img {max-width: 100px;}

/* Mozilla Firefox 19+ */
.footer-bottom {
	background: #182231;
    padding: 45px 0 35px;
    text-align: center;
    margin-top: 30px;
}
.footer-bottom .copy {
    color: #636363;
    font-size: 13px;
padding-right: 100px;
}
.footer-bottom .copy a {
    color: #959697;
    font-size: 13px;
}
.footer-bottom .copy a:hover {
    color: #3da6ff;
}
.footer-bottom .copy .p {margin-top: 4px;}
.footer-bottom .p {color: #959697;}
.footer-bottom .copy .p img {margin-right: 4px;}
.friend_link {color: #929292; display: flex; align-items: center; float: left;}
.friend_link li {display: inline-block; color: #797979; margin-right: 2px; font-size: 13px;}
.friend_link .title {display: inline-block; margin-right: 10px; font-size: 14px;}
.friend_link ul {display: inline-block;}
.friend_link li a {color: #797979; font-size: 14px;}
.friend_link li a:hover {color: #3da6ff;}
.footerSZ {
    position: absolute;
    right: calc(50% - 170px);
    bottom: 10px;
}
@media only screen and (max-width: 992px) {
	.footerSZ {position: static;background: #182231; text-align: center; padding-bottom: 10px;}
	.fot_nav li , .fot_slv li , .fot_ab li, .fot_ser li {margin-bottom: 10px;}
	.fot_lx .fot_title em {display: block;}
	.subscribe { padding: 15px;}
	.subscribe > .box { width: 100%; text-align: center;}
	.subscribe .letter-input { margin: 20px auto;}
    .sns_ul li { display: inline-block; margin: 0 5px; float: none;}
	.footer_bg { padding-top: 0;}
	.footer:before { display: none;}
    .footer {
        padding: 20px 0 0px 0;
        margin: 0;
    }
    .footer .right { width: 100%;}
    .footer .modules { width: 100%; padding-right: 0; padding-bottom: 0;}
    .fot_con { padding: 0; background: none; margin-top: 0;}
    .footer .fot_title em {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 0;
        text-transform: uppercase;
    }
    .footer .fot_title span {
        display: none;
    }
    .footer .fot_title {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        cursor: pointer;
        font-size: 15px;
        padding: 10px 30px 10px 0;
        position: relative;
        text-transform: uppercase;
        margin-bottom: 0;
    }
    .footer .fot_title .column_icon_toggle {
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 19px;
        font-style: normal;
        cursor: pointer;
        font-weight: normal;
    }
    .footer .icon-minus-sign:before,
    .footer .icon-minus-sign:after,
    .footer .icon-plus-sign:before,
    .footer .icon-plus-sign:after {
        background: #fff;
    }
    .footer .toggle_content {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .footer-bottom {padding: 20px 0 15px;}
   .friend_link {width: 100%; float: none; display: block;}
   .friend_link .title {display: block;}
   .footer-bottom .copy { float: none; width: 100%; margin-top: 10px; font-size: 12px; padding-right: 0;}
}


/*back-top*/

.back_top {
    width: 55px;
    height: 55px;
    text-align: center;
    position: fixed;
    right: 0px;
    bottom: 245px;
    z-index: 999999;
    display: none;
    background: #3da6ff;
    background-size: cover;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;

    border: 1px solid #b1dbff;
    filter: alpha(opacity=70);
    /*opacity: 0.7;*/
}

.back_top:before {
    content: "\f106";
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 22px;
    display: block;
    line-height: 48px;
}

.back_top:hover {
    text-decoration: none;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0, 0.2);
    background-color: #3da6ff;
    filter: alpha(opacity=100);
    opacity: 1;
}

.back_top:hover:before {
    animation: scroll_up_anim 1.5s infinite;
}

@keyframes scroll_up_anim {
    0% {
        transform: translateY(-3px);
    }
    50% {
        transform: translateY(3px);
    }
    100% {
        transform: translateY(-3px);
    }
}

.back_top:link {
    text-decoration: none;
}

.back_top:hover:before {
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    .back_top {
        width: 40px;
        height: 40px;
        bottom: 106px;
    }
    .back_top:before {
        font-size: 20px;
        line-height: 36px;
    }
}

/*service*/
.online_section{position:fixed;z-index:99999999;bottom:300px;right:0px;
transition:all .3s ease;}
/*.online_section:hover {right:0px;}*/
.online_section ul li{border-radius:0px;list-style:none;width:55px;height:55px; margin-bottom:3px;transition:all .5s ease;margin-bottom:3px; font-size:14px;background-color:#3da6ff;background-repeat:no-repeat; border: 1px solid #b1dbff; position: relative;}
/*.online_section ul li:nth-child(2n+2) a {    color: #FFFFFF;  }
.online_section ul li:nth-child(2n+2) { background-color: #3da6ff;}
.online_section ul li:nth-child(2n+2) a:hover {color:#FFFFFF;}
.online_section ul li:nth-child(2n+2):hover {color:#FFFFFF;}*/
.online_section ul li a{ line-height:40px; font-size:14px; color:#fff;}
/*.online_section .online_p{background-image:url(../images/service01.png);background-position:9px 9px;}
.online_section .online_e{background-image:url(../images/service02.png);background-position:10px 11px;}
.online_section .online_ewm{background-image:url(../images/ewm_icon.png);background-position:10px 9px;}*/
.online_section .online_ewm img { max-width: 80px;}


.online_section ul li .box {color: #fff; text-align: center; padding-top: 8px; font-size: 12px; margin-top: 2px;}
.online_section ul li .box img {display: block; margin: 0 auto;}
.online_section ul li .tog {position: absolute; width: 230px; right: calc(100% + 10px); top: 0; background: #fff; border: 1px solid #eee; padding: 10px; box-shadow: 0 0 10px rgba(0,0,0,0.1); opacity: 0; visibility: hidden; transition: all .5s;}
.online_section ul li .tog:before {content: ''; position: absolute; width: 7px; height: 14px; background: url(../images/rightSan.png) no-repeat left top; /* border-width: 8px; *//*border-style: solid; border-color:  transparent transparent transparent #fff;*/  right: -7px; top: 10px;  }
.online_section ul li .tog img {max-width: 90px; float: left;}
.online_section ul li .tog .title {font-size: 16px; font-weight: 700; color: #3da6ff; margin-bottom: 6px;}

.online_section ul li .main {float: right;}
.online_section ul li:hover .tog {visibility: visible; opacity: 1;}

.online_section .online_e .tog { width: 130px;}
.online_section .online_ewm .tog { width: 110px;}
.online_section .online_ewm .tog .title {font-size: 14px; text-align: center;}
.online_section .online_ewm .tog img {float: none;}

/*.online_section ul li:hover,.online_section ul li:hover a{color:#FFFFFF;}*/
@media only screen and (max-width: 768px) {.online_section{display:none;}}


.mobile_nav{position:fixed;background: #fff; left:0;bottom:0;width:100%;padding:8px 0;display:none;z-index:999999; box-shadow: 0 -4px 4px rgba(0,0,0,0.1);}
.mobile_nav a{display:inline-block;width:25%;padding:0 10px;float:left;text-align:center;color:#3da6ff;}
.mobile_nav a i{font-size:18px;}
.mobile_nav a p{color:#222;padding-top:8px;font-size:12px;text-transform:capitalize;line-height:13px;}
/*.mobile_nav a:nth-child(3){float:right;}
.mobile_nav a:nth-child(4){float:right;}*/

@media only screen and (max-width: 768px) {
	.mobile_nav{display:block;}
	body{padding-bottom:50px;}
}

@media only screen and (max-width:480px ) {
	.mobile_nav a p{font-size:12px;}
}

/*page*/
.page_banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.page_banner img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.breadcrumb_box {
width: 100%;
    overflow: hidden;
    /*border-bottom: 1px solid #e9efff;*/
   position: absolute;
   left: 0%;
   bottom: 0;
}
.breadcrumb_box .title {
	font-size: 24px;
	color: #fff;

}
.breadcrumb {
    margin-left: 0px;
    margin-bottom: 0;
    text-transform: capitalize;
    background: none;
    padding: 10px;
    position: relative;
    z-index: 5;
    background: rgba(255,255,255,0.3);
	border-radius: 8px 8px 0 0;
}

.breadcrumb i {
    margin: 0 2px;
    display: inline-block;
    color: #fff;
    font-style: normal;
    margin-top: 0px;
}

.breadcrumb .home i {
    margin-right: 8px;
    margin-top: -2px;
    color: #3da6ff;
}

.breadcrumb a i {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}

.breadcrumb h2,
.breadcrumb a,
.breadcrumb span {
    font-size: 13px;
    color: #fff;
    line-height: 24px;
}

.breadcrumb a:hover,
.breadcrumb a:hover h2 {
    color: #3da6ff;
    text-decoration: none;
}

.breadcrumb h2 {
    margin: 0;
    display: inline-block;
    padding: 0;
}

.n_main {
    padding: 40px 0 60px;
	/*background: #f4f7ff;*/
}

/*about page*/
.single_page .text img {
    max-width: 100%;
    height: auto;
}

.single_page .text {
    font-size: 14px;
    line-height: 24px;
}

@media only screen and (max-width: 992px) {
	.n_main {
	    padding: 30px 0;
	}
}

@media only screen and (max-width:768px) {
    .single_page .text {
        font-size: 13px;
    }
    .breadcrumb_box .breadcrumb {padding: 4px 10px;}
}

.lgoin_res_box {margin: -80px auto 60px; background: #fff; max-width: 1170px; position: relative; z-index: 6; padding: 20px; border-radius: 10px; box-shadow: 0 0 10px #ccc; display: flex; align-items: center;}
.lgoin_res_box .left {width: 50%; float: left; padding: 10px 0;}
.lgoin_res_box .left img {max-width: 100%;}
.lgoin_res_box .right {width: 50%; float: right; padding-left: 20px;}
.lgoin_res_box .right .loginForm {max-width: 450px; width: 100%; padding: 20px; border-radius: 6px; margin: -20px auto 0;}
.lgoin_res_box .right .loginForm .heading {font-size: 30px; color: #3da6ff; text-align: center; font-weight: 700;}
.lgoin_res_box botton {border: none; outline: none !important;}
input[type=submit],
input[type=reset],
input[type=button]{
    outline:none;
    filter: chroma(color=#000000);  
}
.lgoin_res_box .right .form-group {position: relative; margin-top: 25px;}
.lgoin_res_box .right .form-group i {position: absolute; width: 30px; height: 40px; line-height: 40px; text-align: center; font-size: 16px; color: #3da6ff; }
.lgoin_res_box .right .form-group .form-control {line-height: 40px; height: 40px;  padding-left: 30px; outline:none !important; box-shadow: none; background: transparent;}
.lgoin_res_box .right .login_box { display: flex; justify-content: space-between;}
.lgoin_res_box .right .login_box .login, .lgoin_res_box .right .login_box a {line-height: 40px; height: 40px; padding: 0 10px; text-align: center; width: 47%; display: block; border: 1px solid #3da6ff; border-radius: 4px; color: #3da6ff;}
.lgoin_res_box .right .login_box .login {background: #3da6ff; color: #fff;}
.resetpassword_box {text-align: right;}
.resetpassword_box a {color: #3da6ff;}

.agree_box input[type="checkbox"] {margin: 0; transform: translateY(-2px);}
.agree_box label {color: #999; font-weight: 400;}
.agree_box a {color: #3da6ff;}
.register_box.lgoin_res_box .right .login_box .login {width: 100%;}
.register_box .p {text-align: center;}
.register_box .p a {color: #3da6ff; padding-left: 5px;}
.apply_box #btnSendCode {position: absolute; width: 110px; height: 38px; right: 1px; top: 1px; font-size: 13px; background: #3da6ff; color: #fff; border: 0;}
#timeshort {color: #de0000; padding-left: 10px; padding-top: 4px;}
.lgoin_res_box .right .codeLI.form-group .form-control {padding-right: 115px;}
.apply_box .right .form-group .fa-university {font-size: 15px;}
.apply_box .right .form-group textarea {border: 1px solid #ccc; padding: 8px 10px 8px 30px; width: 100%; border-radius: 4px;}
.apply_box .right .form-group {margin-top: 12px;}
.packageListBox label {font-weight: 400; color: #808080; margin-right: 8px;}
.packageListBox .title {margin-bottom: 4px; font-size: 15px; color: #3da6ff; font-weight: 700;}
.packageListBox input[type="checkbox"] {margin: 0 4px 0 0; transform: translateY(-1.5px);}
#productsTable label {margin-bottom: 0;}
.register_box #btnSendCode {position: absolute; width: 110px; height: 38px; right: 1px; top: 1px; font-size: 13px; background: #3da6ff; color: #fff; border: 0;}
.type_Box input[type="radio"] {margin: 0 5px 0 0; transform: translateY(-1.5px);}
.type_Box {margin-bottom: 10px;}
.yxwz_box {display: none;}
.yxwz_box input {width: calc(100% - 100px); height: 38px; line-height: 38px; border-bottom: 1px solid #ccc;}
.yxwz_box span {color: #777;}
.packageListBox table {
	border: 1px solid #ddd; width: 100%;
}
.packageListBox table th {padding: 8px 10px;}
.packageListBox table td {padding: 2px 10px;}
.packageListBox table td label {display: block;}

@media only screen and (max-width: 1200px) {
	.lgoin_res_box .right .loginForm {padding: 0 20px; margin: 0 auto;}
}
@media only screen and (max-width: 992px) {
	.lgoin_res_box .left  {display: none;}
	.lgoin_res_box .right {width: 100%; padding-left: 0;}
	.lgoin_res_box {background: #fff url(../images/login_bg.png) no-repeat right top; margin: -37px auto 60px;}
	.lgoin_res_box .right .form-group i {color: #3da6ff;}
}

@media only screen and (max-width: 768px) {
	.lgoin_res_box .right .loginForm .heading {font-size: 25px;}
	.lgoin_res_box .right .loginForm {padding: 0;}
	.lgoin_res_box {margin: 40px auto 40px;}
}

.page_top_nav.section_01 {overflow: hidden; padding-bottom: 40px;}
.page_top_nav.section_01 ul {text-align: center; margin-top: 30px;}
.page_top_nav.section_01.top_0 ul {margin-top: 0px;}
.page_top_nav.section_01 ul li {display: inline-block; padding: 0 10px; margin-bottom: 10px;}
.page_top_nav.section_01 ul li a {font-size: 16px; display: inline-block; padding: 10px 40px; line-height: 24px; background: #fff; border-radius: 4px; box-shadow: 0px 12px 24px 0px rgba(53, 89, 191, 0.19);}
.page_top_nav.section_01 ul li a:hover, .page_top_nav.section_01 ul li.active a { background: #3da6ff; color: #fff;}

.page_pro .section_02 li {background: #fff; box-shadow: 0 0 10px #bccdff; border-radius: 20px; padding: 20px; margin-bottom: 40px; display: flex; align-items: center;}
.page_pro .section_02 li .left {width: 50%; float: left; overflow: hidden;}
.page_pro .section_02 li .left img {max-width: 100%; transition: all .5s;}
.page_pro .section_02 li .right {width: 50%; float: right; padding-left: 40px; padding-bottom: 15px;}
.page_pro .section_02 li .right .title {font-size: 28px; font-weight: 700; line-height: 30px;}
.page_pro .section_02 li .right .text {font-size: 16px; color: #777; line-height: 2; margin-bottom: 30px;}
.page_pro .section_02 li .right .line {width: 40px; height: 2px; background: #3da6ff; margin: 15px 0;}

.page_pro .section_02 li:nth-child(2n) .left {float: right; order: 2;}
.page_pro .section_02 li:nth-child(2n) .right {float: left; padding-left: 20px; padding-right: 40px;}

.page_pro .section_02 li:hover .left img {transform: scale(1.05);}

@media only screen and (max-width: 992px) {
	.page_top_nav.section_01 {padding-bottom: 30px;}
	.page_pro .section_02 li .right .title { font-size: 20px;}
	.page_pro .section_02 li .right .line { width: 30px; margin: 10px 0;}
	.page_pro .section_02 li .right .text { font-size: 14px; line-height: 1.5; margin-bottom: 15px;}
	.page_pro .section_02 li:nth-child(2n) .right { padding-left: 10px; padding-right: 30px;}
	.page_pro .section_02 li .right { padding-left: 30px;}
	.page_top_nav.section_01 ul li a { padding: 10px 30px;}
	
}
@media only screen and (max-width: 768px) {
	.page_top_nav.section_01 {padding-bottom: 20px;}
	.page_top_nav.section_01 ul li a { font-size: 14px; padding: 6px 22px;}
	.page_pro .section_01 ul li {padding: 0 3px;}
	.page_pro .section_02 li {display: block; padding: 20px 15px; margin-bottom: 20px;}
	.page_pro .section_02 li .left {width: 100%; margin-bottom: 20px;}
	.page_pro .section_02 li .right {width: 100%; padding-left: 0; padding-bottom: 0;}
	.page_pro .section_02 li .right .title {font-size: 16px; line-height: 20px;}
	.page_top_nav.section_01 ul {margin-top: 20px;}
}

.page_prodetail { padding: 20px; background: #fff; border-radius: 8px;}
.page_prodetail .title1 {font-size: 32px; font-weight: 700; text-align: center; padding-top: 10px;}
.page_prodetail .text1 {font-size: 16px; line-height: 2; text-align: center;  margin: 10px auto; color: #444;padding: 0px 10px 40px; border-bottom: 10px solid #f4f7ff;}
.page_prodetail .text1 .img {margin-top: 20px; opacity: 0.4;}
.page_prodetail .ul1 {margin-top: 40px;}
.page_prodetail .ul1 li { display: flex; align-items: center; margin-bottom: 30px;}
.page_prodetail .ul1 li .left {width: 50%; float: left;}
.page_prodetail .ul1 li .left img {max-width: 100%; padding: 0 20px;}
.page_prodetail .ul1 li .right {width: 50%; float: left; padding-left: 40px; padding-right: 20px;}
.page_prodetail .ul1 li .right .title {font-size: 24px; font-weight: 700; color: #3da6ff;}
.page_prodetail .ul1 li .right .line {width: 40px; height: 2px; background: #3da6ff; margin: 15px 0;}
.page_prodetail .ul1 li .right .text {font-size: 16px; color: #777; line-height: 2;}
.page_prodetail .ul1 li:nth-child(2n) .left {float: right; order: 2;}
.page_prodetail .ul1 li:nth-child(2n) .right {float: left; padding-right: 40px; padding-left: 20px;}


@media only screen and (max-width: 992px) {
	.page_prodetail { padding: 20px 15px;}
	.page_prodetail .title1 {font-size: 24px;}
	.page_prodetail .ul1 li .right .title {font-size: 16px;}
	.page_prodetail .ul1 li .right .line  {margin: 10px 0; width: 30px;}
	.page_prodetail .ul1 li .right .text {line-height: 1.5; font-size: 14px;}
	.page_prodetail .ul1 li .right {padding-left: 20px; padding-right: 0;}
	.page_prodetail .ul1 li:nth-child(2n) .right {padding-right: 20px;}
}
@media only screen and (max-width: 768px) {
	.page_prodetail .ul1 li .left img { padding: 0;}
	.page_prodetail .text1 {font-size: 14px; padding: 0 0 20px;}
	.page_prodetail .title1 {font-size: 20px; line-height: 22px;}
	.page_prodetail .ul1 li .left {width: 100%; margin-bottom: 20px;}
	.page_prodetail .ul1 li {display: block; margin-bottom: 30px;}
	.page_prodetail .ul1 li .right {width: 100%; padding-left: 0; }
	.page_prodetail .ul1 li:nth-child(2n) .right {padding-left: 0; padding-right: 0;}
}
@media only screen and (max-width: 480px) {
	.page_prodetail .ul1 {margin-top: 20px;}
	.page_prodetail .ul1 li .left {margin-bottom: 15px;}
}

.page_solve .section_02 {max-width: 1200px; margin: 0 auto;}
.page_solve .section_02 ul li {width: 25%; padding: 0 15px; float: left; margin-bottom: 30px;}
.page_solve .section_02 ul li .box {box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.31);overflow: hidden; background: #fff;}
.page_solve .section_02 ul li .image {display: block; overflow: hidden; max-height: 220px;}
.page_solve .section_02 ul li img {max-width: 100%; transition: all .5s; width: 100%;}
.page_solve .section_02 ul li .main {padding: 20px 15px; text-align: center;}
.page_solve .section_02 ul li .main .title {display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; font-weight: 700;}
.page_solve .section_02 ul li .main .text { color: #777; line-height: 22px; height: 44px; overflow: hidden; margin: 10px 0; }
.page_solve .section_02 ul li:hover img {transform: scale(1.05);}
.page_solve .section_02 ul li:hover .main .title {color: #3da6ff;}
.page_solve_detail {max-width: 1200px; margin: 0 auto;}
.page_solve_detail img {width: 100%; max-width: 600px;}
.page_solve_detail .ul1 .title1 {font-size: 20px; line-height: 40px; background: #F9F9F9; color: #3da6ff; padding-left: 15px; font-weight: 700; border-left: 2px solid #3da6ff;}
.page_solve_detail .ul1 .ptitle {font-size: 16px; font-weight: 700; color: #222; margin-bottom: 10px;}
.page_solve_detail .ul1 p {color: #666;  margin-bottom: 15px; font-size: 16px;}
.page_solve_detail .ul2 li {display: inline-block; background: #F9F9F9; margin: 0 5px 10px; padding: 6px; border: 1px solid #eee;}
@media only screen and (max-width: 992px) {
	.page_solve .section_02 ul li {padding: 0 6px; margin-bottom: 12px;}
	.page_solve .section_02 ul li .main .title {font-size: 14px;}
}

@media only screen and (max-width: 768px) {
	.page_solve .section_02 ul li {width: 50%;}
	.page_solve .section_02 ul li .main {padding: 15px 10px;}
	.page_solve .section_02 ul li .main .text {margin: 10px 0 0;}
	
	.page_solve_detail .ul1 .title1 {font-size: 18px;padding-left: 10px;}
	.page_solve_detail .ul1 p {font-size: 14px;}
}
@media only screen and (max-width: 480px) {
	.page_solve .section_02 ul li .image {max-height: 160px;}
}


.page_case ul {margin-top: 30px; margin-bottom: 0px;}
.page_case ul li {width: 33.33333%; float: left; padding: 0 10px; overflow: hidden; margin-bottom: 20px;}
.page_case ul li .image { overflow: hidden;}
.page_case ul li .box { }
.page_case ul li img {max-width: 100%; transition: all .5s;}
.page_case ul li .title {text-align: center; font-size: 16px; margin-top: 10px; font-weight: 700; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.page_case ul li:hover img {transform: scale(1.05);}
.page_case ul li:hover .title {color: #3da6ff;}

@media only screen and (max-width: 992px) {
	.page_case ul li .title {font-size: 14px;}
	.page_case ul li {width: 50%; margin-bottom: 20px;}
}
@media only screen and (max-width: 768px) {
	.page_case .bottom {margin-top: 20px;}
	.page_case ul li {padding: 0 6px}
}

.single_page {background: #fff;}
.single_page .text img, .single_page img  {max-width: 100%; }
.page_new_detail {max-width: 1200px; margin: 0 auto;}
.page_new_detail  .text img, .page_new_detail  img  {max-width: 100%; max-width: 640px; width: 100%;}
.single_page .title {text-align: center; font-size: 30px; margin-bottom: 20px;}
.single_page .time {text-align: center; color: #808080; border-bottom: 1px solid #eee; padding-bottom: 20px;}
.page_new_detail .title {margin-bottom: 10px;}
.page_new_detail .text {margin-top: 20px;}
.page_new_detail .center {text-align: center;}
.single_page .text {font-size: 16px; color: #555; line-height: 2;}
.single_page .text p {margin: 10px 0;}
.single_page .text p a {color: #3da6ff;}
.single_page .text strong {color: #222;}
.single_page .text h3 {font-size: 18px; color: #222; font-weight: 700;}
.prev_next_ul {margin-top: 20px;}
.prev_next_ul li {margin-bottom: 10px;}
.prev_next_ul li a {padding: 6px 10px; display: block; background: #fff; box-shadow: 0 0 3px #d9e2ff; border-radius: 20px; color: #808080; transition: all .5s;}
.prev_next_ul li a:hover { color: #3da6ff; box-shadow: 0 0 8px #d9e2ff;}
.prev_next_ul li a span { color: #3da6ff;}


@media only screen and (max-width: 768px) {
	.single_page .title {font-size: 18px; margin-bottom: 10px;}
	.single_page .text {font-size: 14px;}
	.page_new_detail .title {margin-bottom: 5px;}
	.single_page .time {padding-bottom: 10px;}
}

.joinUs_section01 .main_top .title span, .joinUs_section02 .main_top .title span, .main_top .page_title span {position: relative;}
.joinUs_section01 .main_top .title em , .joinUs_section02 .main_top .title em , .main_top .page_title em {position: relative;}
.joinUs_section01 .main_top .title span:before, .joinUs_section02 .main_top .title span:before, .main_top .page_title span:before {content: ''; position: absolute; width: 40px; height: 40px; background: #3da6ff;left: -15px; top: -5px;opacity: 0.1;border-radius: 30px;}
.joinUs_section01 {overflow: hidden; padding: 60px 0 40px; background: url(../images/tg_bg.png) no-repeat left -70px;}
.joinUs_section01 ul {margin-top: 50px;}
.joinUs_section01 li { float: left; width: 33.3333%; padding: 0 5%; text-align: center; margin-bottom: 40px;}
.joinUs_section01 li .title { font-size: 20px; font-weight: 700; margin-top: 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.joinUs_section01 li .text {font-size: 16px; color: #777; line-height: 26px; height: 52px ; overflow: hidden; margin-top: 5px;}
.joinUs_section01 li img { max-width: 120px;}
@media only screen and (max-width: 1200px) {
	.joinUs_section01 {background: transparent;}
}
@media only screen and (max-width: 992px) {
	.joinUs_section01 li .title {font-size: 16px;}
}
@media only screen and (max-width: 768px) {
	.joinUs_section01 .main_top .title span:before, .joinUs_section02 .main_top .title span:before, .main_top .page_title span:before {width: 30px; height: 30px; top: -2px; left: -10px;}
	.joinUs_section01 {padding: 40px 0 20px;}
	.joinUs_section01 li {width: 50%; margin-bottom: 25px;}
	.joinUs_section01 ul {margin-top: 30px;}
	.joinUs_section01 li .text {font-size: 14px; line-height: 22px; height: 44px;}
}
@media only screen and (max-width: 480px) {
	.joinUs_section01 {padding: 30px 0;}
	.joinUs_section01 li {padding: 0 8px; margin-bottom: 15px;}
	.joinUs_section01 li .title {font-size: 14px;}
	.joinUs_section01 li .text {height: 66px; font-size: 13px;}
	.joinUs_section01 li img {max-width: 80px;}
}

.joinUs_section02 {overflow: hidden; background: #f4f7ff; padding: 50px 0 0px;}
.joinUs_section02 ul {margin-top: 50px; display: flex; justify-content: center; flex-wrap: wrap;}
.joinUs_section02 li { float: left; width: 33.3333%; padding: 0 5%; text-align: center; margin-bottom: 50px;}
.joinUs_section02 li .title { font-size: 20px; font-weight: 700; margin-top: 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.joinUs_section02 li .text {font-size: 16px; color: #777; line-height: 26px; height: 78px ; overflow: hidden; margin-top: 5px;}
.joinUs_section02 li img { max-width: 120px;}
@media only screen and (max-width: 992px) {
	.joinUs_section02 li .title {font-size: 16px;}
}
@media only screen and (max-width: 768px) {
	.joinUs_section02 {padding: 40px 0;}
	.joinUs_section02 li {width: 50%; margin-bottom: 25px;}
	.joinUs_section02 ul {margin-top: 30px;}
	.joinUs_section02 li .title {font-size: 16px;}
	.joinUs_section02 li .text {font-size: 14px; line-height: 22px; height: 44px;}
}

@media only screen and (max-width: 480px) {
	.joinUs_section02 {padding: 30px 0;}
	.joinUs_section02 li {padding: 0 8px; margin-bottom: 15px;}
	.joinUs_section02 li .title {font-size: 14px;}
	.joinUs_section02 li .text {height: 66px; font-size: 13px;}
	.joinUs_section02 li img {max-width: 80px;}
}
.page_bottom {padding: 30px 20px;  background: #fff; border-radius: 8px; margin-top: 30px;}
.page_bottom .ewm_div { text-align: center; padding: 20px 0;}
.page_bottom .ewm_div div {display: inline-block; position: relative;}
.page_bottom .ewm_div img {max-width: 340px; width: 100%;}
.page_bottom .ewm_div span { width: 20px; height: 20px; }
.page_bottom .ewm_div span:before, .page_bottom .ewm_div span:after {content: '';  position: absolute; width: 25px; height: 25px; border-style: solid; border-width: 3px; opacity: 0.2; }
.page_bottom .ewm_div span:nth-child(1):after {right: 0; top: 0; border-color: #3da6ff #3da6ff transparent transparent;}
.page_bottom .ewm_div span:nth-child(1):before {left: 0; top: 0; border-color: #3da6ff transparent transparent #3da6ff;}
.page_bottom .ewm_div span:nth-child(2):after {right: 0; bottom: 0; border-color: transparent #3da6ff #3da6ff transparent;}
.page_bottom .ewm_div span:nth-child(2):before {left: 0; bottom: 0; border-color: transparent transparent #3da6ff #3da6ff;}
@media only screen and (max-width: 992px) {
	.page_bottom {padding: 20px 15px;;}
}
@media only screen and (max-width: 480px) {
	.page_bottom .ewm_div img {max-width: 220px; width: 100%;}
	.page_bottom .ewm_div {  padding: 10px 0;}
}
.page_news {max-width: 1200px; margin: 0 auto;}
.page_news .page_top_nav.section_01 ul {margin-top: 0;}
.page_news .page_top_nav.section_01 {padding-bottom: 20px;}
.page_news .page_top_nav.section_01 ul li {width: 30%;}
.page_news .page_top_nav.section_01 ul li a {display: block;}
.page_news .page_bottom {margin-top: 0;}
.page_news .section_02 .ul1 li { border-bottom: 1px solid #eee; padding: 20px 0;}
.page_news .section_02 .ul1 li:nth-child(1) { padding-top: 0;}
.page_news .section_02 .ul1 li .time_amd_more {display: flex; justify-content: space-between; align-items: center;}
.page_news .section_02 .ul1 li .time_amd_more .time {color: #999;}
.page_news .section_02 .ul1 li .time_amd_more .time i {padding-right: 4px;}
.page_news .section_02 .ul1 li .image { width: 30%; float: left; display: block; overflow: hidden;}
.page_news .section_02 .ul1 li .image img { max-width: 100%; transition: all .5s; width: 100%;}
.page_news .section_02 .ul1 li .main { width: 70%; float: left; padding-left: 15px;}
.page_news .section_02 .ul1 li .main .title { font-size: 20px; line-height: 22px; margin-bottom: 15px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.page_news .section_02 .ul1 li .main .text { color: #666; font-size: 16px; line-height: 28px; height: 56px; overflow: hidden; margin-bottom: 15px;}
.page_news .section_02 .ul1 li .main .read_more {line-height: 34px; height: 34px; background: #F9F9F9; color: #777; border: 1px solid #eee;}
.page_news .section_02 .ul1 li .main .read_more:hover {background: #3da6ff; color: #fff;}
.page_news .section_02 .ul1 li .main .read_more {border-radius: 0;}
.page_news .section_02 .ul1 li:hover .main .title {color: #3da6ff;}
.page_news .section_02 .ul1 li:hover .image img {transform: scale(1.05);}
.page_news .pagination .active a, .page_news .pagination li a:hover {background-color: #3da6ff !important; color: #fff; border-color: #3da6ff !important;}
.page_news .pagination li a {margin: 0 2px;}
.pagination_box {padding-top: 10px;}
.pagination_box .total span {padding: 0 3px; color: #3da6ff;}
.pagination_box .pagination {margin: 20px 0 10px;}


@media only screen and (max-width: 992px) {
	.page_news .page_bottom {padding-top: 10px;}
	.page_news .section_02 .ul1 li .main .title {font-size: 18px; line-height: 18px; margin-bottom: 8px;}
	.page_news .section_02 .ul1 li .main .text {font-size: 14px; line-height: 24px; height: 48px; overflow: hidden; margin-bottom: 6px;}
	.page_news .section_02 .ul1 li {padding: 15px 0;}
	.page_news .section_02 .ul1 li .time_amd_more .time {font-size: 13px;}
}
@media only screen and (max-width: 768px) {
	.page_news .page_bottom {padding-top: 0px;}
	.page_news .page_top_nav.section_01 ul li a {padding: 6px 10px;}
	.page_news .page_top_nav.section_01 ul li {padding: 0 5px;}
	.page_news .section_02 .ul1 li .main .title {font-size: 16px;}
	
}
@media only screen and (max-width: 480px) {
	.page_news .section_02 .ul1 li .image {width: 100%; margin-bottom: 20px; text-align: center; }
	.page_news .section_02 .ul1 li .image img {width: 100%; max-width: 100%; border-radius: 10px;}
	.page_news .section_02 .ul1 li .main {width: 100%; padding-left: 0;}
}

.page_about_section01 {overflow: hidden; padding: 60px 0 0px;}
.page_about_section01 .left {width: 50%; float: left; border-radius: 20px;}
.page_about_section01 .bottom {margin-top: 40px;}
.page_about_section01 .left img {max-width: 100%; border-radius: 200px;}
.page_about_section01 .right {width: 100%;}
.page_about_section01 .right p {font-size: 16px; margin-bottom: 20px; border-left: 3px solid #7d9df9; padding: 20px 20px; background: #f4f7ff;}
@media only screen and (max-width: 992px) {
	.page_about_section01 {overflow: hidden; padding: 40px 0 0px;}
	.page_about_section01 .bottom {margin-top: 30px;}
}
@media only screen and (max-width: 768px) {
	.page_about_section01 .right p {font-size: 14px; padding: 15px; margin-bottom: 15px;}
	.page_about_section01 .bottom {margin-top: 20px;}
}
.page_about_section02 {overflow: hidden; padding: 50px 0 80px;}
.page_about_section02 .bottom { background: #fff; border-radius: 200px; border: 2px dashed #3f65d2; padding: 20px; max-width: 1000px; margin: 40px auto 0; text-align: center; box-shadow: 0 0 10px #bccdff; webkit-animation:move-top 2s 4; animation:move-top 2s 4;}
.page_about_section02 .bottom .left {width: 50%; float: left;}
.page_about_section02 .bottom .left img {width: 100%; max-width: 126px; border: 1px solid #eee;}
.page_about_section02 .bottom .right {width: 50%; float: right; text-align: left;}
.page_about_section02 .bottom .p1 {font-size: 18px;}
.page_about_section02 .bottom .phone {font-size: 32px; color: #3f65d2;}
.page_about_section02 .bottom .p2 {color: #777; }

@-webkit-keyframes move-top {
	 0% {
	  transform: translateY(0);
	 }
	 50% {
	  transform: translateY(10px);
	 }
	 100% {
	  transform: translateY(0px);
	 }
}
@keyframes move-top {
	 0% {
	  transform: translateY(0);
	 }
	 50% {
	  transform: translateY(10px);
	 }
	 100% {
	  transform: translateY(0px);
	 }
}
@media only screen and (max-width: 992px) {
	.page_about_section02 {padding: 20px 0 40px;}
}
@media only screen and (max-width: 480px) {
	.page_about_section02 .bottom .phone {font-size: 24px;}
	.page_about_section02 .bottom {margin: 20px auto 0;}
	.page_about_section02 .bottom .p1 {font-size: 16px;}
}
@media only screen and (max-width: 420px) {
	.page_about_section02 .bottom .left  {width: 100%;}
	.page_about_section02 .bottom .right {width: 100%; text-align: center;}
	.page_about_section02 .bottom {border-radius: 20px;}
}

.page_about_section03 {padding: 60px 0 70px; position: relative; overflow: hidden; background: #f4f7ff;}
.page_about_section03 .bottom {margin-top: 20px;}
.page_about_section03 .li {padding: 15px; /*transform: scale(0.8);*/ transition: all .5s;}
.page_about_section03 .li img {max-width: 100%; box-shadow: 0 0 10px #ccc; padding: 5px; background: #fff;}
.page_about_section03 .li p {text-align: center; font-size: 16px; padding: 10px 0 0; font-weight: 700;}
.page_about_section03 .slick-prev , .page_about_section03 .slick-next { width: 40px; height: 40px; left: 0px;opacity: 0.7; background: #fff; border: 1px solid #eee; border-radius: 20px; box-shadow: 0 0 10px #b5c8ff;}
.page_about_section03 .slick-next {left: auto; right: 0px; }
.page_about_section03 .slick-prev:before {content: '\f104'; font-family: 'FontAwesome'; color: #777; font-size: 24px; display: block; line-height: 38px; margin-top: -2px;}
.page_about_section03 .slick-next:before {content: '\f105'; font-family: 'FontAwesome'; color: #777; font-size: 24px; display: block; line-height: 38px; margin-top: -2px;}
.page_about_section03 .slick-prev:hover, .page_about_section03 .slick-next:hover {opacity: 1; background: #3da6ff;}
.page_about_section03 .slick-prev:hover:before, .page_about_section03 .slick-next:hover:before { color: #fff;}
/*.page_about_section03 .slick-center .li {transform: scale(1);}*/
/*.page_about_section03 .slick-center .li p {font-weight: 700;}*/
/*.page_about_section03 .slick-slide {opacity: 0.4;}*/
.page_about_section03 .slick-active {opacity: 1;}
.page_about_section03 .slick-dots {display: block !important; bottom: -20px;}
.page_about_section03 .slick-dots li {margin: 0 6px;}
.page_about_section03 .slick-dots li button {width: 14px; border-radius: 5px; background: #fff; border: 1px solid #d4dfff;}
.page_about_section03 .slick-dots li.slick-active button {border: 1px solid #3da6ff; background: #3da6ff;}
@media only screen and (max-width: 992px) {
	.page_about_section03 { padding: 40px 0 60px;}
	.page_about_section03 .li {padding: 10px;}
	.page_about_section03 .li p {font-size: 14px;}
}

@media only screen and (max-width: 480px) {
	.page_about_section03 { padding: 30px 0 50px;}
	.page_about_section03 .li {padding: 10px; transform: scale(1);}
	.page_about_section03 .slick-dots li {margin: 0 3px;}
	.page_about_section03 .slick-dots li button {width: 10px; }
}

.page_about_section04 {overflow: hidden; padding: 60px 0 90px; }
.page_about_section04 .bottom {max-width: 1200px; margin: 0 auto; background: #fff; margin-top: 40px; position: relative; border-radius: 20px;}
.page_about_section04 .bottom:before {content: ''; position: absolute; width: calc(100% - 40px); left: 20px; top: 20px; height: 100%; background: #fff;box-shadow: 0px 2px 21px 0px rgba(53, 89, 191, 0.41); border-radius: 20px; }
.page_about_section04 .bottom .box { padding: 50px 40px; background: #fff; position: relative;box-shadow: 0px 2px 21px 0px rgba(53, 89, 191, 0.41);border-radius: 20px;}
.page_about_section04 .bottom .input {line-height: 44px; height: 44px; border: 1px solid #ddd; background: #fff; padding: 0 30px; width: 100%; border-radius: 4px;}
.page_about_section04 .bottom li {position: relative; width: 49%; float: left; margin-bottom: 20px;}
.page_about_section04 .bottom li span {position: absolute; right: 0; top: 0px; width: 20px; height: 44px; line-height: 44px;}
.page_about_section04 .bottom li span:before {content: '*'; line-height: inherit; color: #de0000; text-align: center;}
.page_about_section04 .bottom li i {position: absolute; left: 0; top: 0px; width: 30px; height: 44px; line-height: 44px; text-align: center; color: #3da6ff; font-size: 16px; padding-left: 2px;}
.page_about_section04 .bottom li .fa-university, .page_about_section04 .bottom li .fa-envelope {font-size: 15px;}
.page_about_section04 .bottom li.yzm span {right: 110px;}
.page_about_section04 .bottom li.yzm button {float: right; width: 100px; text-align: center; background: #3da6ff; color: #fff; line-height: 44px; height: 44px; border: 0; border-radius: 4px;}
.page_about_section04 .bottom li.yzm .input {float: left; width: calc(100% - 110px); }

.page_about_section04 .bottom li:nth-child(2n+1) { float: right;}
.page_about_section04 .bottom li.full {width: 100%;}
.page_about_section04 .bottom li textarea {width: 100%; padding: 8px 30px; border: 1px solid #ddd; height: 80px; border-radius: 4px;}
.page_about_section04 .bottom .submit { height: 44px; line-height: 44px; text-align: center; color: #fff; background: #3da6ff; padding: 0 40px; border-radius: 4px;}
.page_about_section04 .bottom .submit:hover {background: #23429c;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #999;
  font-size: 14px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
  font-size: 14px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
@media only screen and (max-width: 992px) {
	.page_about_section04 {padding: 40px 0 60px;}
}
@media only screen and (max-width: 768px) {
	.page_about_section04 {padding: 30px 0 60px;}
	.page_about_section04 .bottom li {width: 100%;}
}
@media only screen and (max-width: 480px) {
	.page_about_section04 .bottom li.yzm button {font-size: 12px; width: 80px;}
	.page_about_section04 .bottom li.yzm .input {width: calc(100% - 90px);}
	.page_about_section04 .bottom li.yzm span {right: 90px;}
	.page_about_section04 .bottom { margin-top: 20px;}
	.page_about_section04 .bottom .box {padding: 25px 15px;}
}

.page_about_section05 {overflow: hidden; background: #f4f7ff; padding: 70px 0 100px;}
.page_about_section05 .main_top {margin-bottom: 30px;}
.page_about_section05 .main_top p {color: #3da6ff; font-size: 20px; text-align: center; padding: 20px 0;}
.page_about_section05 .left {width: 55%; float: left;}
.page_about_section05 .left img {max-width: 100%; border: 3px solid #fff;}
.page_about_section05 .right {width: 45%; float: right; padding-left: 40px;}
.page_about_section05 .right .title {font-size: 18px; font-weight: 700; /*border-left: 2px solid #3da6ff; padding-left: 10px; background: #fff; padding-right: 15px;*/}
.page_about_section05 .right p {margin: 10px 0 20px; font-size: 16px; color: #777;}
@media only screen and (max-width: 992px) {
	.page_about_section05 {padding: 40px 0;}
	.page_about_section05 .left {width: 100%;}
	.page_about_section05 .right {width: 100%; padding-left: 0; padding-top: 20px;}
	.page_about_section05 .main_top {margin-bottom: 10px;}
	.page_about_section05 .right p {margin: 5px 0 10px; font-size: 16px;}
}
@media only screen and (max-width: 768px) {
	.page_about_section05 {padding: 30px 0;}
	.page_about_section05 .main_top p {padding: 10px 0; font-size: 18px;}
	.page_about_section05 .right .title {font-size: 16px;}
	.page_about_section05 .right p {font-size: 14px;}
}

.error_input {border: 1px solid #de0000 !important;}
#message {position: absolute; left: 50%; transform: translateX(-50%); top: 80px; opacity: 0;}
.toast-message {top: 90px !important;}


.fixedtool {padding: 40px 0 0; overflow: hidden; overflow: hidden;}
.fixedtool li {width: calc(100% / 5); float: left; padding: 0 10px; text-align: center; cursor: pointer; border-bottom: 3px solid #fff; padding-bottom: 30px;}
.fixedtool li.current, .fixedtool li:hover {border-bottom: 2px solid #3da6ff;}
.fixedtool ul {display: flex; justify-content: center;}
.fixedtool li img {max-width: 60px;}
.fixedtool li p {padding-top: 10px;}
.floor .main_top p {font-size: 16px; text-align: center; color: #808080; max-width: 900px; margin: 30px auto;}
.floor .proIn01 {background: #f0f6ff;}
.floor .w {padding: 60px 0;}
.floor .w:nth-child(2n + 1) {background: #f0f6ff; }
.floor .mtab_nav {width: 30%; float: left;}
.floor .mtab_content {width: 70%; float: left; padding-left: 40px;}
.floor .mtab_content img {max-width: 100%;}
.floor .read_more {padding: 0 40px;box-shadow: 0px 23px 35px 0px rgba(35, 130, 210, 0.5); margin-bottom: 10px;}
.floor .read_more:hover {background: #2467ea;}
.floor .mtab_nav .image {display: inline-block; float: left; margin-right: 20px;}
.floor .mtab_nav li { text-align: left; background: #fff; padding: 15px 15px; margin-bottom: 20px; border-radius: 8px; border: 1px solid #eee; box-shadow: 0 0 10px rgb(0,0,0,0.05);}
.fixedtool.fixed {position: fixed; top: 66px; left: 0; width: 100%; background: #fff; z-index: 9999999; padding: 15px 0 0; border-top: 1px solid #eee; box-shadow: 0 10px 10px rgb(200,223,255);}
.fixedtool.fixed li img {max-width: 40px;}
.fixedtool.fixed li {padding-bottom: 15px;}
.fixedtool.fixed li p {padding-top: 0;}

@media only screen and (max-width: 992px) {
	.fixedtool.fixed {position: static;}
	.fixedtool li img {max-width: 40px;}
}
@media only screen and (max-width: 768px) {
	.fixedtool ul {text-align: center;}
	.fixedtool li {/*display: inline-block; width: auto; float: none; */}
	.floor .w {padding: 40px 0;}
	.floor .main_top p {margin: 20px 0;}
}
.alyLOgin {float: right; padding-top: 20px; margin-left: 20px; position: relative; cursor: pointer; z-index: 999999;}
.alyLOgin .img {width: 44px; height: 44px; overflow: hidden; border-radius: 30px; background: #F9F9F9;}
.alyLOgin .img img {max-width: 100%;}
.alyLOgin ul {position: absolute; width: 160px; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.1); left: -70px; padding: 0 10px; display: none;}
.alyLOgin ul li a {display: block; border-bottom: 1px solid #eee; line-height: 24px; padding: 6px 0;}
.alyLOgin ul li a i {padding-right: 10px; color: #3da6ff;}
.alyLOgin ul li a:hover {color: #3da6ff;}
.alyLOgin:hover ul {display: block;}
header.small .alyLOgin {padding-top: 12px;}
@media only screen and (max-width: 992px) {
	.alyLOgin {position: absolute; right: 50px; padding-top: 9px;}
	.alyLOgin .img {width: 40px; height: 40px;}
	header.small .alyLOgin {padding-top: 7px;}
}
.n_main .page_left {width: 25%; float: left; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.1);padding: 15px 10px;}
.n_main .page_left ul li i {margin-right: 10px; font-size: 16px; color: #3da6ff;}
.n_main .page_left ul li:nth-child(1) {font-size: 16px;}
.n_main .page_left ul li {margin-bottom: 10px;}
.n_main .page_left ul li.active a {background: #3da6ff; color: #fff;}
.n_main .page_left ul li a {padding: 6px 12px; background: #F9F9F9; display: block;}
.n_main .page_right {width: 68%; float: right;background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.n_main .page_right .img img {width: 100%; max-width: 100%;}
.personalBox {display: flex; justify-content: space-between;}
.my_product li {display: inline-block;}
.Supplier_img {width: 74px; height: 74px;  margin: 0 auto; background: linear-gradient(0deg,#1882dc,#49b2f5); border-radius: 10px;  line-height: 74px;  text-align: center; display: flex; align-items:  center; justify-content: center;}
.personTitle1 {padding: 10px 15px; font-size: 16px; background: #F9F9F9;}
.company_box {padding: 15px;}
.company_box li > div span {color: #ff0000;} 
.company_box li > div {margin-bottom: 4px;} 
.company_box li {width: 49%; float: left; margin-bottom: 10px;}
.company_box li.full {width: 100%;}
.company_box li textarea {width: 100%; height: 80px;border: 1px solid #ccc; border-radius: 4px; padding: 10px 15px;}
.company_box li:nth-child(2n) { float: right;}
.company_box  #submit {background: #3da6ff; color: #fff; border: 0; padding: 10px 30px; margin-top: 10px;}
.company_box h3 {margin: 10px 0 15px; font-weight: 700;}

.form-image {
    position: relative;
    background-color: #fff;
}
.form-image input {
    display: none;
}
.form-image img {
    max-width: 200px;
    display: block;
}
.form-image i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity .3s;
    text-align: center;
    opacity: 0;
    background: #c0c0c0;
    font-size: 2em;
}
.uploadImg_box {width: 100px; height: 100px;border-radius: 100px; overflow: hidden; float: left; margin-top: 20px;}
.uploadImg_box .form-image {width: 100%; height: 100%; background: #F9F9F9;}
.uploadImg_box img {width: 100px;max-width: 100%;}
.peosonalInfo_box .ul2 {width: calc(100% - 100px); padding-left: 20px; float: right;}
.peosonalInfo_box .ul2 li {margin-bottom: 15px;}
.phone_toggle a , .pwd_toggle a {color: #3da6ff; padding-left: 6px;}
@media only screen and (max-width: 992px) {
	.personalBox {display: block;}
	.n_main .page_left {width: 100%;}
	.n_main .page_left ul li {display: inline-block; margin-left: 4px;}
	.n_main .page_left ul li a {border-radius: 4px;}
	.n_main .page_right {width: 100%; margin-top: 30px;}
	.company_box {padding: 10px;}
	.company_box #submit {margin-top: 0;}
	.peosonalInfo_box .ul2 li {width: 100%;}
	.uploadImg_box {width: 60px; height: 60px;}
	.peosonalInfo_box .ul2 {width: calc(100% - 60px); padding-left: 12px;}
}
.mmodal .close { position: absolute;width: 40px; height: 40px; font-size: 30px; line-height: 40px; text-align: center; right: 0; top:  10px;}
.mmodal {opacity: 0; transition: all .5s; visibility: hidden; width: 100%; background: rgba(0,0,0,0.8); position: fixed; height: 100%;  z-index: 999999999; left: 0; top: 0;}
.mmodal.active { opacity: 1; visibility: visible;}
.mmodal .modal-title {font-size: 20px;font-weight: 700;}
.mmodal .modal-content { background: #fff; width: 90%;  margin: 0 auto; position: relative;max-height: 90%; max-width: 550px; overflow-y: auto; top: 50%; transform: translateY(-50%); }     
.mmodal .modal-body {font-size: 14px; line-height: 21px;  padding-top: 10px; padding-bottom: 20px;}

.peosonalInfo_box li.yzm span {right: 110px;}
.peosonalInfo_box li.yzm button {float: right; width: 100px; text-align: center; background: #3da6ff; color: #fff; line-height: 40px; height: 40px; border: 0; border-radius: 4px;}
.peosonalInfo_box li.yzm .input {float: left; width: calc(100% - 110px); }
.mmodal li .input {line-height: 40px; height: 40px; border: 1px solid #ccc; padding: 0 12px; border-radius: 4px; width: 100%;}
#phone_submit, #pwd_submit , #joinCom_submit {text-align: center; background: #3da6ff; color: #fff; line-height: 40px; height: 40px;border: 0; border-radius: 4px; padding: 0 30px;}
.mmodal form {padding: 10px 0;}
.mmodal form li > div {margin-bottom: 6px;}
.mmodal .qxClose {line-height: 40px; height: 40px; border: 1px solid #ddd; opacity: 1;  margin-left: 10px; padding: 0 30px;border-radius: 4px; position: static; width: auto; font-size: 14px; font-weight: 400;}
.mmodal .btnLi {margin-top: 10px;}
.toast-message {z-index: 99999999999 !important;}
.jsfylayer {z-index: 99999999999 !important;}
.red {color: #FF0000;}
.my_product ul {padding: 20px 15px;}
.gsUl {margin-top: 20px;}
.gsUl li {border: 1px solid #ccc; padding: 8px 12px; border-radius: 4px; cursor: pointer; margin-bottom: 20px;}
.switch_a {color: #3da6ff;}


.page_products .section01 {padding: 50px 0; overflow: hidden;}
.page_products .section01 .left {width: 50%; float: left; padding-top: 20px;}
.page_products .section01 .left ul {margin-top: 30px;}
.page_products .section01 .left ul li {font-size: 16px; margin-bottom: 6px; color: #777;}
.page_products .section01 .left .bottom {font-size: 24px; }
.page_products .section01 .left .bottom span {font-size: 52px; color: #ff8f03; padding: 0 2px;}
.page_products .section01 .right {width: 50%; float: right;}
.page_products .section01 .right img {max-width: 100%;}
.page_products .h3 {font-size: 36px; color: #3da6ff; line-height: 1.3; margin: 0;}
@media only screen and (max-width: 992px) {
	.page_products .section01 {padding: 40px 0;}
	.page_products .h3 {font-size: 28px;}
	.page_products .section01 .left {padding-top: 0;}
	.page_products .section01 .left ul {margin-top: 20px;}
	.page_products .section01 .left .bottom span {font-size: 44px; line-height: 1.1;}
}
@media only screen and (max-width: 768px) {
	.page_products .section01 {padding: 30px 0 30px;}
	.page_products .section01 .left {width: 100%; text-align: center;}
	.page_products .section01 .right {width: 100%; text-align: center;}
	.page_products .section01 .left ul li {font-size: 14px; margin-bottom: 2px;}
	.page_products .section01 .left .bottom {font-size: 16px;}
	.page_products .section01 .left .bottom span {font-size: 36px;}
}
@media only screen and (max-width: 480px) {
	.page_products .h3 {font-size: 24px;}
	.page_products .section01 .left ul {margin-top: 10px;}
}

.page_products .section02 {overflow: hidden; background: #F9F9F9; padding: 60px  0;}
.page_products .section02 ul {margin-top: 40px;}
.page_products .section02 ul li {width: calc(100% / 6); float: left; text-align: center; padding: 0 5px;}
.page_products .section02 ul li img {max-width: 100%;}
.page_products .section02 ul li .title {font-size: 18px;margin-top: 15px; color: #3da6ff;}
.page_products .section02 ul li .text {color: #666;}
@media only screen and (max-width: 992px) {
	.page_products .section02 { padding: 40px  0;}
	.page_products .section02 ul {margin-top: 30px;}
}
@media only screen and (max-width: 768px) {
	.page_products .section02 { padding: 30px 0 10px;}
	.page_products .section02 ul {margin-top: 30px; }
	.page_products .section02 ul li {width: 33.33333%; margin-bottom: 20px;}
	.page_products .section02 ul li .title {font-size: 16px;}
}
@media only screen and (max-width: 480px) {
	.page_products .section02 ul {margin-top: 25px; }
	.page_products .section02 ul li .title {font-size: 14px;}
	.page_products .section02 ul li .text {font-size: 13px;}
}

.page_products .section03 {padding: 50px 0; overflow: hidden;}
.page_products .section04, .page_products .section06 {background: #F9F9F9;}
.page_products .section03 .left {width: 50%; float: left; padding-top: 20px;}
.page_products .section03 .left ul {margin-top: 30px;}
.page_products .section03 .left ul li {font-size: 16px; margin-bottom: 15px; color: #666;}
.page_products .section03 .left .bottom {font-size: 24px; }
.page_products .section03 .left .bottom span {font-size: 52px; color: #ff8f03; padding: 0 2px;}
.page_products .section03 .right {width: 50%; float: right;}
.page_products .section03 .right img {max-width: 100%;}
.page_products .h4 {font-size: 24px; }
@media only screen and (max-width: 992px) {
	.page_products .h4 {font-size: 20px;}
	.page_products .section03 {padding: 40px 0; }
	.page_products .section03 .left {padding-top: 0;}
	.page_products .section03 .left ul li {margin-bottom: 10px; font-size: 14px;}
	.page_products .section03 .left ul {margin-top: 20px;}
}
@media only screen and (max-width: 768px) {
	.page_products .section03 {padding: 30px 0;}
	.page_products .section03 .left {width: 100%; text-align: center;}
	.page_products .section03 .right {width: 100%; text-align: center;}
}


.page_ty .h3 {margin: 0; text-align: center; font-size: 32px;}
.page_ty ul {margin-top: 30px;}
.page_ty ul li {width: 33.3333%; float: left; padding: 15px;}
.page_ty ul li .box {border: 1px solid #ddd; border-radius: 4px; padding: 20px;}
.page_ty ul li img {float: left; margin-right: 20px;}
.page_ty ul li .title {font-size: 18px;}
.page_ty ul li .text {color: #808080; line-height: 22px; height: 44px; overflow: hidden;}
.page_ty ul li .bottom  {text-align: center; margin-top: 20px;}
.page_ty ul li .bottom a {display: inline-block; line-height: 32px; padding: 0 20px; border-radius: 4px; border: 1px solid #ccc; margin: 0 10px;}
.page_ty ul li .bottom a:nth-child(2) {background: #fec220; color: #fff; border: 1px solid #fec220;}
.page_ty ul li .bottom a:hover {background: #3da6ff; color: #fff; border: 1px solid #3da6ff;}
@media only screen and (max-width: 1200px) {
	.page_ty ul li .bottom a {margin: 0 4px;}
}

@media only screen and (max-width: 992px) {
	.page_ty ul li {width: 50%;}
	.page_ty ul {margin-top: 20px;}
}
@media only screen and (max-width: 768px) {
	.page_ty .h3 {font-size: 28px;}
	.page_ty ul li {padding: 10px;}
	.page_ty ul li .box {padding: 10px;}
	.page_ty ul li .bottom a {margin: 0; padding: 0 10px;}
	.page_ty ul li .title {font-size: 16px;}
}
@media only screen and (max-width: 480px) {
	.page_ty .h3 {font-size: 24px;}
	.page_ty ul li img {margin-right: 10px;}
	.page_ty ul li {padding: 6px;}
	.page_ty ul li .bottom a {font-size: 13px;}
	.page_ty ul li .box {padding: 8px;}
	
}
@media only screen and (max-width: 420px) {
	.page_ty ul li {width: 100%;}
	.page_ty ul li .bottom {text-align: right;}
	
}


.page_serveSYY { overflow: hidden;}
.page_serveSYY .top_line {width: 40px; height: 3px; margin: 30px auto 0; background: #3da6ff;}
.page_serveSYY .section01 .left {width: 50%; text-align: center; float: left;}
.page_serveSYY .section01 .left img {max-width: 100%;}
.page_serveSYY .section01 .right {width: 50%; float: right; padding-top: 40px;}
.page_serveSYY .top_title {font-size: 36px;  line-height: 38px; font-weight: 700;}
.page_serveSYY .top_title span {position: relative;}
.page_serveSYY .top_title span:before {content: ''; position: absolute; width: 100%; height: 10px; background: #3da6ff; opacity: 0.1; bottom: 0; left: 0;}
.page_serveSYY .section01 .line {width: 40px; height: 2px; background: #3da6ff; margin: 20px 0;}
.page_serveSYY .section01 {padding: 60px 0;}
.page_serveSYY .section01 ul {margin-top: 40px;}
.page_serveSYY .section01 ul li {margin-bottom: 20px; font-size: 16px; color: #777; padding-left: 15px; position: relative;}
.page_serveSYY .section01 ul li:before {content: ''; position: absolute; width: 4px; height: 4px; background: #3da6ff; left: 0; top: 12px;}

.page_serveSYY .section02 {background: #F9F9F9; padding: 60px 0; overflow: hidden; background: url(../images/par_bg.png) no-repeat center center; background-size:cover ;}
.page_serveSYY .section02 .bottom > ul {margin-top: 30px;}
.page_serveSYY .section02 ul .li {width: 50%; float: left; padding: 20px;}
.page_serveSYY .section02 ul .li .box {background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.page_serveSYY .section02 ul li .img {width: 30%; float: left;}
.page_serveSYY .section02 ul li .img img {width: 100%; max-width: 100%;}
.page_serveSYY .section02 ul li .main {width: 70%; float: left; padding-left: 30px; padding-top: 15px; padding-right: 10px;}
.page_serveSYY .section02 ul li .main .title {font-size: 24px; margin-bottom: 10px;}
.page_serveSYY .section02 ul li .main ul li {font-size: 16px; color: #777; padding-left: 15px; position: relative; width: 100%; float: none; margin-bottom: 6px;}
.page_serveSYY .section02 ul li .main ul li:before {content: ''; position: absolute; width: 4px; height: 4px; background: #3da6ff; left: 0; top: 12px;}

.page_serveSYY .section03 {padding: 60px 0; overflow: hidden;}
.page_serveSYY .section03 ul {margin-top: 30px; text-align: center;}
.page_serveSYY .section03 ul li {width: 32%; display: inline-block; text-align: left; padding: 0 10px; margin-bottom: 20px;}

/*.page_serveSYY .section03 ul li:nth-child(2n) .box {background: #F9F9F9;}*/
.page_serveSYY .section03 ul li .box {padding: 30px 30px; border: 1px solid #eee;box-shadow: 0 0 10px rgba(0,0,0,0.1);border-left: 3px solid #3da6ff; border-radius: 20px;}
.page_serveSYY .section03 ul li:nth-child(3n + 2) .box {border-left: 3px solid #ffc33d;}
.page_serveSYY .section03 ul li:nth-child(3n + 3) .box {border-left: 3px solid #ff3d3d;}
.page_serveSYY .section03 ul li .line {width: 30px; height: 2px; background: #3da6ff; margin: 0 0 10px;}
.page_serveSYY .section03 ul li .title {font-size: 20px; font-weight: 700; margin-bottom: 12px;}
.page_serveSYY .section03 ul li .text {color: #777; line-height: 26px; height: 52px; overflow: hidden; font-size: 16px;}

.page_serveSYY .section04 {padding: 70px 0; background: #F9F9F9;}
.page_serveSYY .section04 .left {width: 50%; float: left; text-align: center;}
.page_serveSYY .section04 .left img {max-width: 100%;}
.page_serveSYY .section04 .right {width: 50%; float: right; padding-left: 20px;}
.page_serveSYY .section04 .right ul {margin-top: 20px;}
.page_serveSYY .section04 .right ul li {margin-bottom: 10px; font-size: 16px; color: #888;padding-left: 15px; position: relative;}
.page_serveSYY .section04 .right ul li:before {content: ''; position: absolute; width: 4px; height: 4px; background: #3da6ff; left: 0; top: 16px;}

.page_serveGYY .section04 .left {float: right;}
.page_serveGYY .section04 .right {float: left;}
.page_serveGYY .section04 .right .title {font-size: 20px; font-weight: 700; color: #333;}

.page_serveGYY .section033 .right {padding-top: 0;}
.page_serveGYY .section033 ul li {margin-bottom: 10px;}
.page_serveGYY .section033 ul {margin-top: 20px;}

.page_serveSYY .section05 {padding: 70px 0; }
.page_serveSYY .section05 ul {margin-top: 50px; }
.page_serveSYY .section05 ul li {width: 50%; float: left; padding: 30px 20px;}
.page_serveSYY .section05 ul li:nth-child(2), .page_serveSYY .section05 ul li:nth-child(3) {background: #F9F9F9;}
.page_serveSYY .section05 ul li .num {font-size: 52px; font-style: italic; line-height: 64px; color: #3da6ff; padding-top: 10px; opacity: 0.2; float: left; width: 90px; font-weight: 700;}
.page_serveSYY .section05 ul li .main {float: left; width: calc(100% - 90px);}
.page_serveSYY .section05 ul li .title {font-size: 24px; font-weight: 700; margin-bottom: 10px; line-height: 1;}
.page_serveSYY .section05 ul li .text {font-size: 16px; color: #808080;}

@media only screen and (max-width: 1400px) {
	.page_serveSYY .section02 ul .li {padding: 10px;}
	.page_serveSYY .section02 ul li .main {padding-left: 20px;}
}

@media only screen and (max-width: 1200px) {
	.page_serveSYY .section02 ul li .main {padding-left: 15px;}

	.page_serveSYY .section02 ul li .main .title {font-size: 16px; line-height: 18px;}
	.page_serveSYY .section02 ul li .main ul li {font-size: 14px;padding-left: 12px;}
	.page_serveSYY .section03 ul li .box {padding: 30px 15px;}
	
}

@media only screen and (max-width: 992px) {
	.page_serveSYY .section01 {padding: 40px 0;}
	.page_serveSYY .top_line {width: 30px; height: 2px; margin: 20px auto 0; }
	
	.page_serveSYY .section01 .left {width: 100%;}
	.page_serveSYY .section01 .right {width: 100%; padding-top: 30px;}
	.page_serveSYY .section01 ul {margin-top: 20px;}
	.page_serveSYY .section01 ul li {margin-bottom: 10px; font-size: 14px;}
	.page_serveSYY .section01 .top_title {text-align: center;}
	.page_serveSYY .top_title {font-size: 28px; line-height: 32px;}
	
	.page_serveSYY .section02 {padding: 40px 0 10px;}
	.page_serveSYY .section02 ul .li {width: 100%; padding: 0; margin-bottom: 30px;}
	.page_serveSYY .section02 ul li .img {width: 24%;}
	.page_serveSYY .section02 ul li .main {width: 76%;}
	
	.page_serveSYY .section03 {padding: 40px 0;}
	.page_serveSYY .section03 ul {text-align: center;margin-top: 30px;}
	.page_serveSYY .section03 ul li {width: 32%; float: none; display: inline-block; text-align: left; padding: 0; margin-bottom: 4px;}
	.page_serveSYY .section03 ul li .text {font-size: 14px; height: 78px;}
	.page_serveSYY .section03 ul li .title {font-size: 16px;}
	.page_serveSYY .section03 ul li .line {width: 20px;}
	
	.page_serveSYY .section04 {padding: 40px 0;}
	.page_serveSYY .section04 .left {width: 100%;}
	.page_serveSYY .section04 .right {width: 100%; padding-left: 0;}
	.page_serveSYY .section04 .right .top_title {text-align: center; margin-top: 30px;}
	.page_serveSYY .section04 .right ul li {font-size: 14px; text-align: center; padding-left: 0;}
	.page_serveSYY .section04 .right ul li:before {display: none;}
	
	.page_serveSYY .section05 {padding: 40px 0; }
	.page_serveSYY .section05 ul li .num {font-size: 32px; width: 60px;}
	.page_serveSYY .section05 ul li .title {font-size: 18px;}
	.page_serveSYY .section05 ul li .text {font-size: 14px; line-height: 22px; height: 66px; overflow: hidden;}
	.page_serveSYY .section05 ul li .main {width: calc(100% - 60px);}
	.page_serveSYY .section05 ul li {padding: 20px 10px;}
	.page_serveSYY .section05 ul {margin-top: 30px;}
	
	.page_serveGYY .section033 ul li {text-align: center; padding-left: 0;}
	.page_serveGYY .section033 ul li:before {display: none;}
}


@media only screen and (max-width: 768px) {
	.page_serveSYY .section01 {padding: 30px 0;}
	.page_serveSYY .top_title {font-size: 20px; line-height: 28px;}
	
	.page_serveSYY .section02 {padding: 30px 0 10px;}
	.page_serveSYY .section03 {padding: 30px 0;}
	/*.page_serveSYY .section03 ul li {margin-bottom: 10px;}*/
	.page_serveSYY .section03 ul li .box {padding: 20px 10px;}
	.page_serveSYY .section03 ul {margin-top: 20px;}
	.page_serveSYY .section03 ul li .title {font-size: 16px; margin-bottom: 10px;}
	
	.page_serveSYY .section04 {padding: 30px 0;}
	.page_serveSYY .section04 .right ul li {margin-bottom: 6px;}
	
	.page_serveSYY .section05 {padding: 30px 0;}
	.page_serveSYY .section05 ul {margin-top: 20px;}
	.page_serveSYY .section05 ul li .title {font-size: 16px}
}
@media only screen and (max-width: 640px) {
	.page_serveSYY .section02 ul li .img {width: 30%;}
	.page_serveSYY .section02 ul li .main {width: 70%;}
	
	.page_serveSYY .section05 ul li .num {font-size: 18px; line-height: 1; padding-top: 0px; width: 30px;}
	.page_serveSYY .section05 ul li .main {width: calc(100% - 30px);}
}

@media only screen and (max-width: 480px) {
	.page_serveSYY .top_title {font-size: 20px; line-height: 22px;}
	.page_serveSYY .section01 ul {margin-top: 12px}
	.page_serveSYY .section01 ul li {margin-bottom: 4px;}
	
	.page_serveSYY .section02 ul li .main {padding-top: 10px;}
	.page_serveSYY .section02 ul li .main .title {margin-bottom: 4px; font-size: 14px;}
	.page_serveSYY .section02 ul li .main ul li {margin-bottom: 0;}
	.page_serveSYY .section02 ul .li {margin-bottom: 20px;}
	.page_serveSYY .section02 .bottom > ul {margin-top: 20px;}

	.page_serveSYY .section03 ul li {width: 48%; margin-bottom: 4px; background: #fff;}
	.page_serveSYY .section03 ul li:nth-child(2n) .box { background: #fff;}
	/*.page_serveSYY .section03 ul li:nth-child(2), .page_serveSYY .section03 ul li:nth-child(3), .page_serveSYY .section03 ul li:nth-child(5) {background: #F9F9F9;}*/
	.page_serveSYY .section03 ul li .title {font-size: 14px; line-height: 18px;}
	.page_serveSYY .section03 ul li .line {width: 24px;}
	.page_serveSYY .section05 ul li {padding: 15px 6px;}
	.page_serveSYY .section05 ul li .title {font-size: 14px;}
	.page_serveSYY .section05 ul li .text {font-size: 13px;}
	.page_serveGYY .section04 .right .title {font-size: 16px;}
}

.page_servekhfw {}
.page_servekhfw .top_text {max-width: 1000px; font-size: 16px; text-align: center; margin: 20px auto; color: #777; }
.page_servekhfw .section011 .top_text {margin: 30px auto 40px; }
.page_servekhfw .section011 {padding: 60px 0;}
.page_servekhfw .section011 ul {text-align: center; display: flex;  flex-wrap: wrap; align-items: center; justify-content: center;}
.page_servekhfw .section011 li {display: inline-block; font-size: 16px;}
.page_servekhfw .section011 li:nth-child(2n + 1) {padding: 0px 10px; background: #3da6ff; color: #fff; width: 100px; height: 100px; border-radius: 50px; display: flex; align-items: center; justify-content: center; box-shadow: 6px 13px 0px rgba(228,242,255,0.8);}
.page_servekhfw .section011 li:nth-child(2n) {padding: 0 20px; font-size: 24px; color: #ddd;}

@media only screen and (max-width: 1200px) {
	.page_servekhfw .section011 li:nth-child(2n + 1) {width: 80px; height: 80px; font-size: 14px;}
	.page_servekhfw .section011 li:nth-child(2n) {font-size: 20px; padding: 0 10px;}
}
@media only screen and (max-width: 992px) {
	.page_servekhfw .section011 {padding: 40px 0;}
	.page_servekhfw .section011 .top_text {margin: 20px auto 20px;}
}
@media only screen and (max-width: 768px) {
	.page_servekhfw .section011 {padding: 30px 0;}
	.page_servekhfw .section011 .top_text {margin: 10px auto 20px; font-size: 14px;}
	.page_servekhfw .section011 li:nth-child(2n + 1) {width: 70px; height: 70px; padding: 0 5px; font-size: 13px;}
}

@media only screen and (max-width: 480px) {
	.page_servekhfw .section011 li:nth-child(2n) {padding: 0 4px;}
}

.page_servekhfw .section05 {padding: 50px 0; overflow: hidden; background: url(../images/par_bg.png) no-repeat center center; background-size:cover ;}
.page_servekhfw .section05 ul {background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1); border-radius: 20px; overflow: hidden;}
.page_servekhfw .section05 ul li:nth-child(2), .page_servekhfw .section05 ul li:nth-child(3) {background: #fff;}

.page_servekhfw .section05 ul li .text {line-height: 30px; height: 90px; overflow: hidden; color: #808080;}
@media only screen and (max-width: 992px) {
	.page_servekhfw .section05 {padding: 40px 0;}
	.page_servekhfw .section05 ul li .text {line-height: 24px; height: 96px;}
	.page_servekhfw .section05 ul li {padding: 30px 10px 0px;}
	.page_servekhfw .section05 ul {padding-bottom: 30px;}
}
@media only screen and (max-width: 768px) {
	.page_servekhfw .section05 {padding: 30px 0;}
}


.page_servekhfw .section022 {padding: 50px 0; overflow: hidden;}
.page_servekhfw .section022 .bottom {margin-top: 40px;}
.page_servekhfw .section022 .left {width: 300px; float: left; padding-top: 60px;}
.page_servekhfw .section022 .left li {text-align: center; margin-bottom: 65px; font-size: 16px;}
.page_servekhfw .section022 .left li img {margin-bottom: 10px;}
.page_servekhfw .section022 .right {width: calc(100% - 300px); float: left;}
.page_servekhfw .section022 .right li { margin-bottom: 12px;}
.page_servekhfw .section022 .right .title {font-size: 18px;  font-weight: 700; }
.page_servekhfw .section022 .right .text {font-size: 16px; color: #777;}

@media only screen and (max-width: 992px) {
	.page_servekhfw .section022 {padding: 40px 0;}
	.page_servekhfw .section022 .bottom {margin-top: 30px;}
	.page_servekhfw .section022 .left {width: 100px;}
	.page_servekhfw .section022 .right {width: calc(100% - 100px); padding-left: 30px;}
}

@media only screen and (max-width: 768px) {
	.page_servekhfw .section022 {padding: 30px 0;}
	.page_servekhfw .section022 .bottom {margin-top: 20px;}
	.page_servekhfw .section022 .left {width: 100px;}
	.page_servekhfw .section022 .left img {max-width: 60px;}
	.page_servekhfw .section022 .right {width: calc(100% - 100px); padding-left: 30px;}
	.page_servekhfw .section022 .right .title {font-size: 16px;}
	.page_servekhfw .section022 .right .text {font-size: 14px;}
}

@media only screen and (max-width: 480px) {
	.page_servekhfw .section022 .left {display: none;}
	.page_servekhfw .section022 .right {width: 100%; padding-left: 0;}
}

.page_servekhfw .section033 {padding: 50px 0; overflow: hidden; background: #F9F9F9;}
.page_servekhfw .section033 ul {text-align: center; margin-top: 40px;}
.page_servekhfw .section033 ul li {width: 32%; display: inline-block; padding: 0 5px; margin-bottom: 14px}
.page_servekhfw .section033 ul li .box {background: #fff; padding: 30px 10px; border-radius: 10px; transition: all .5s; border: 1px solid #eee; border-left: 3px solid #3da6ff;}
.page_servekhfw .section033 ul li:nth-child(3n+2) .box , .page_servekhfw .section033 ul li:last-child .box  { border-left: 3px solid #ffc33d;}
.page_servekhfw .section033 ul li:nth-child(3n+3) .box { border-left: 3px solid #ff3d3d;}
/*.page_servekhfw .section033 ul li:nth-child(3n+3) .box .title { color: #ff3d3d;}*/
/*.page_servekhfw .section033 ul li:nth-child(3n+2) .box .title , .page_servekhfw .section033 ul li:last-child .box .title { color: #ffc33d;}*/
.page_servekhfw .section033 ul li .title {font-size: 18px; font-weight: 700; margin-bottom: 6px; }
.page_servekhfw .section033 ul li .text {color: #808080; line-height: 24px; height: 72px; overflow: hidden;}
.page_servekhfw .section033 ul li .box:hover {transform: scale(1.1); box-shadow: 0 0 10px rgba(0,0,0,0.1);}

@media only screen and (max-width: 992px) {
	.page_servekhfw .section033 {padding: 40px 0;}
	.page_servekhfw .section033 ul li .title {font-size: 16px;}
	.page_servekhfw .section033 ul li {width: 49%;}
}
@media only screen and (max-width: 768px) {
	.page_servekhfw .section033 {padding: 30px 0;}
	.page_servekhfw .section033 ul {margin-top: 30px;}
	.page_servekhfw .section033 ul li .title {font-size: 14px;}
	.page_servekhfw .section033 ul li .text {font-size: 13px;}
	.page_servekhfw .section033 ul li .box {padding: 20px 10px;}
	
}
@media only screen and (max-width: 480px) {
	.page_servekhfw .section033 ul {margin-top: 20px;}
	.page_servekhfw .section033 ul li {padding: 0; margin-bottom: 5px;}
	
}

.pro_in {margin-top: -50px; position: relative; z-index: 9; overflow: hidden; padding-bottom: 20px;}
.pro_in .container {width: 100%; max-width: 1480px;}
.pro_in .row {background: #fff; border-radius: 8px; padding: 40px 0 20px; box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.pro_in .bottom ul {margin-top: 50px; text-align: center;}
.pro_in .bottom ul li {width: 32%; padding: 0 5px; display: inline-block; margin-bottom: 24px;position: relative;}
.pro_in .bottom ul li:before {content: ''; position: absolute; width: 90%; height: 100%; left: 5%; top: 10px; background: #4681ff;border-radius: 20px;  box-shadow: 0 0 10px rgba(0,0,0,0.15); opacity: 0.2;}
.pro_in .bottom ul li .box {background: #4681ff; text-align: center; padding: 30px 15px; border-radius: 20px; position: relative;}
.pro_in .bottom ul li:nth-child(2) .box {background: #fea116;}
.pro_in .bottom ul li:nth-child(2):before {background: #fea116;}
.pro_in .bottom ul li:nth-child(3) .box {background: #fc4557;}
.pro_in .bottom ul li:nth-child(3):before {background: #fc4557;}
.pro_in .bottom ul li:nth-child(4) .box {background: #1cb5a3;}
.pro_in .bottom ul li:nth-child(4):before {background: #1cb5a3;}
.pro_in .bottom ul li:nth-child(5) .box {background: #544e8c;}
.pro_in .bottom ul li:nth-child(5):before {background: #544e8c;}
.pro_in .bottom ul li .box .title {font-size: 18px; color: #fff; margin: 15px 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 700;}
.pro_in .bottom ul li .box .text {color: #fff; opacity: 0.7; line-height: 24px; height: 72px; overflow: hidden;}

.pro_in .bt2 {margin-top: 30px; padding: 0 20px;}
.pro_in .bt2 ul {display: flex; flex-wrap: wrap;}
.pro_in .bt2 li {width: 50%; float: left; padding: 0 10px; margin-bottom: 20px; display: flex;}
.pro_in .bt2 li .box {background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.1); padding: 20px; border-radius: 10px; border-bottom: 3px solid #4681ff;}
.pro_in .bt2 li:nth-child(2) .box {border-bottom: 3px solid #fea116;}
.pro_in .bt2 li:nth-child(3) .box {border-bottom: 3px solid #fc4557;}
.pro_in .bt2 li:nth-child(4) .box {border-bottom: 3px solid #1cb5a3;}
.pro_in .bt2 li .title {font-size: 20px; font-weight: 700; padding-left: 18px; position: relative; margin-bottom: 6px;}
.pro_in .bt2 li .title .text, .pro_in .bt2 li .title .line {font-size: 16px; font-weight: 400; color: #777; position: relative; top: -2px;}
.pro_in .bt2 li .title .line {padding: 0 4px; top: -3px;}
.pro_in .bt2 li .title:before {content: ''; position: absolute; width: 10px; height: 10px; background: #4681ff; left: 0; top: 13px; border-radius: 10px;}
.pro_in .bt2 li:nth-child(2) .title:before { background: #fea116; }
.pro_in .bt2 li:nth-child(3) .title:before {background: #fc4557;}
.pro_in .bt2 li:nth-child(4) .title:before {background: #1cb5a3;}
.pro_in .bt2 li .text p {color: #888; margin-bottom: 4px;}


@media only screen and (max-width: 992px) {
	.pro_in {margin-top: 0px; padding: 40px 0 30px; padding-bottom: 0;}
	.pro_in .row {padding: 0; box-shadow: none;}
	.pro_in .bottom ul {margin-top: 30px;}
	.pro_in .bt2 {padding: 0;}
}
@media only screen and (max-width: 768px) {
	.pro_in .bottom ul li {width: 49%;}
	.pro_in .bottom ul li .box .title {margin: 10px auto 5px;}
	.pro_in .bt2 li .title {font-size: 16px; padding-left: 12px;}
	.pro_in .bt2 li .title .text, .pro_in .bt2 li .title .line {font-size: 14px;}
	.pro_in .bt2 li .title:before {top: 9px; width: 7px; height: 7px;}
	.pro_in .bt2 li {padding: 0 4px; margin-bottom: 10px;}
	.pro_in .bt2 li .box {padding: 15px 10px;}
}
@media only screen and (max-width: 480px) {
	.pro_in .bottom ul li .box img {max-width: 40px;}
	.pro_in .bottom ul li .box {padding: 15px 10px;}
	.pro_in .bottom ul li .box .title {font-size: 14px;}
	.pro_in .bottom ul li .box .text {font-size: 13px;}
	.pro_in .bottom ul li {padding: 0; margin-bottom: 14px;}
	.pro_in .bottom ul {margin-top: 20px;}
	.pro_in {padding: 30px 0 0px;}
}

.page_proXM {padding: 50px 0 0; overflow: hidden;}
.page_proXM .mtab_nav {text-align: center; margin-bottom: 50px;}
.page_proXM .mtab_nav li {display: inline-block; padding: 6px 50px; font-size: 18px; background: #F9F9F9; border: 1px solid #eee; border-radius: 4px; margin: 0 10px; position: relative;}
.page_proXM .mtab_nav li:before {content: ''; position: absolute; width: 0; height: 0; border-width: 8px; border-style: solid; border-color: #3DA6FF transparent transparent; bottom: -16px; left: 50%; transform: translateX(-50%); font-size: 0; line-height: 0; opacity: 0; visibility: hidden; transition: all .5s;}
.page_proXM .mtab_nav li.on {color: #fff; background: #3da6ff;}
.page_proXM .mtab_nav li.on:before {opacity: 1; visibility: visible;}

.page_proXM .top_title {font-size: 32px; line-height: 1.2; font-weight: 700; text-align: center;}
.page_proXM .ul1 {display: flex; margin-top: 25px;}
.page_proXM .ul1 >  div {width: 20%; float: left; padding: 10px; display: flex;}
.page_proXM .ul1 >  div .box {background: #4681ff; text-align: center; padding: 20px 10px; border-radius: 10px;}
.page_proXM .ul1 >  div:nth-child(2) .box {background: #fea116;}
.page_proXM .ul1 >  div:nth-child(3) .box {background: #fc4557;}
.page_proXM .ul1 >  div:nth-child(4) .box {background: #1cb5a3;}
.page_proXM .ul1 >  div:nth-child(5) .box {background: #544e8c;}
.page_proXM .ul1 >  div .box .title {font-size: 18px; font-weight: 700; color: #fff; margin: 10px 0;}
.page_proXM .ul1 >  div .box .text { color: #fff; opacity: 0.6;}
@media only screen and (max-width: 992px) {
	.page_proXM .ul1 > div {width: 33.3333%;}
	.page_proXM .ul1 {flex-wrap: wrap; justify-content: center;}
	.page_proXM .ul1 >  div  {padding: 0 5px; margin-bottom: 10px;}
	.page_proXM .mtab_nav {margin-bottom: 40px}
	.page_proXM .top_title {font-size: 28px;}
	.page_proXM {padding: 40px 0 0;}
}
@media only screen and (max-width: 768px) {
	.page_proXM .ul1 >  div  {width: 50%;}
	.page_proXM .top_title {font-size: 22px;}
	.page_proXM .mtab_nav li {font-size: 14px; padding: 8px 30px; margin: 0 3px;}
	.page_proXM .mtab_nav {margin-bottom: 30px;}
}
@media only screen and (max-width: 480px) {
	.page_proXM .ul1 > div .box .title {font-size: 14px; margin-bottom: 4px;}
	.page_proXM .ul1 > div .box .text {font-size: 13px;}
	.page_proXM .ul1 > div:nth-child(2) .box {padding: 15px 10px;}
}
.page_proXM .box2 {background: #F9F9F9; padding: 50px 0; margin-top: 60px;}
.page_proXM .box2 .bottom {margin-top: 30px; display: flex; flex-wrap: wrap;}
.page_proXM .box2 .bottom > div {width: 50%; float: left; padding: 10px; display: flex;}
.page_proXM .box2 .bottom > div .box {background: #fff; padding: 20px; border-radius: 10px; border-bottom: 3px solid #4681ff;}
.page_proXM .box2 .bottom > div:nth-child(2) .box {border-bottom: 3px solid #fea116;}
.page_proXM .box2 .bottom > div:nth-child(3) .box {border-bottom: 3px solid #fc4557;}
.page_proXM .box2 .bottom > div:nth-child(4) .box {border-bottom: 3px solid #1cb5a3;}
.page_proXM .box2 .bottom .title { font-size: 18px; font-weight: 700; margin-bottom: 4px; position: relative; padding-left: 20px;}
.page_proXM .box2 .bottom .title:before {content: ''; position: absolute; width: 10px; height: 10px; background: #4681ff; left: 0; top: 12px; border-radius: 10px;}
.page_proXM .box2 .bottom > div:nth-child(2) .title:before {background: #fea116;}
.page_proXM .box2 .bottom > div:nth-child(3) .title:before {background: #fc4557;}
.page_proXM .box2 .bottom > div:nth-child(4) .title:before {background: #1cb5a3;}
.page_proXM .box2 .bottom .title .line , .page_proXM .box2 .bottom .title .text { font-size: 14px; font-weight: 400; color: #777; position: relative; top: -2px;}
.page_proXM .box2 .bottom .title .line {padding: 0 4px;}
.page_proXM .box2 .bottom .text {color: #888;}

@media only screen and (max-width: 992px) {
	.page_proXM .box2 {padding: 40px 0; margin-top: 40px;}
	.page_proXM .box2 .bottom {margin-top: 20px;}
}
@media only screen and (max-width: 768px) {
	.page_proXM .box2 {padding: 30px 0; margin-top: 30px;}
	.page_proXM .box2 .bottom .title {font-size: 16px; padding-left: 12px;}
	.page_proXM .box2 .bottom .title:before {width: 6px; height: 6px;}
	.page_proXM .box2 .bottom > div .box {padding: 15px 10px;}
	.page_proXM .box2 .bottom > div {padding: 5px;}
}

.page_proXM .box3 {padding: 50px 0; overflow: hidden;}
.page_proXM .box3 .bottom {margin-top: 30px; display: flex; flex-wrap: wrap;}
.page_proXM .box3 .li {width: 25%; float: left; padding: 10px; text-align: center; display: flex;}
.page_proXM .box3 .li .box {background: #fff; height: 100%;width: 100%; box-shadow: 0 0 10px rgba(0,0,0,0.1); padding: 20px; border-radius: 10px; position: relative; overflow: hidden;}
.page_proXM .box3 .li .box:before {content: ''; position: absolute; width: 100px; height: 100px; background: #fea116; border-radius: 100%; right: -50px; top: -50px; opacity: 0.05;}
.page_proXM .box3 .li .title {font-size: 16px; font-weight: 700; margin: 10px 0;}
.page_proXM .box3 .li .text {color: #777;}
.page_proXM .box3 .li .text p {display: inline-block; padding: 0 4px;}
@media only screen and (max-width: 992px) {
	.page_proXM .box3 {padding: 40px 0;}
	.page_proXM .box3 .bottom {margin-top: 20px;}
}
@media only screen and (max-width: 768px) {
	.page_proXM .box3 {padding: 30px 0;}
	.page_proXM .box3 .li {width: 50%;}
}
@media only screen and (max-width: 480px) {
	.page_proXM .box3 .li {padding: 5px;}
	.page_proXM .box3 .li img {max-width: 30px;}
	.page_proXM .box3 .li .box {padding: 15px 10px;}
	.page_proXM .box3 .li .title {font-size: 15px; margin-bottom: 4px;}
}

.page_proXM .box11 {overflow: hidden;}
.page_proXM .box11 .bottom {margin-top: 30px; display: flex; flex-wrap: wrap;}
.page_proXM .box11 .li {width: 20%; float: left; padding: 10px; display: flex;}
.page_proXM .box11 .li .box {box-shadow: 0 0 10px rgba(0,0,0,0.1); border-radius: 10px; text-align: center; padding: 20px 10px;}
.page_proXM .box11 .li .box .title { font-size: 16px; font-weight: 700; margin: 12px 0 6px;}
.page_proXM .box11 .li .box .text { color: #888;}

@media only screen and (max-width: 992px) {
	.page_proXM .box11 .li {width: 50%;}
	.page_proXM .box11 .bottom {margin-top: 30px;}
}
@media only screen and (max-width: 480px) {
	.page_proXM .box11 .li {padding: 5px; }
	.page_proXM .box11 .bottom {margin-top: 20px;}
	.page_proXM .box11 .li .box .title {font-size: 15px;margin: 10px 0 2px;}
}
.page_proXM .box22 {padding: 50px 0; overflow: hidden; background: #F9F9F9; margin-top: 50px;}
.page_proXM .box22 .bottom {display: flex; margin-top: 30px;}
.page_proXM .box22 .li {width: 33.3333%; float: left; padding: 10px; display: flex;}
.page_proXM .box22 .li .box {box-shadow: 0 0 10px rgba(0,0,0,0.1); width: 100%; border-radius: 10px; text-align: center; padding: 20px 10px; background: #fff;}
.page_proXM .box22 .li .box .title {font-size: 16px; font-weight: 700; margin: 12px 0 6px;}
.page_proXM .box22 .li .box .text {color: #777;}
@media only screen and (max-width: 992px) {
	.page_proXM .box22 {padding: 40px 0; margin-top: 40px;}
	.page_proXM .box22 .bottom {margin-top: 20px;}
}
@media only screen and (max-width: 768px) {
	.page_proXM .box22 {padding: 30px 0; margin-top: 30px;}
	.page_proXM .box22 .li {padding: 5px;}
}

@media only screen and (max-width: 480px) {
	.page_proXM .box22 .bottom {flex-wrap: wrap;}
	.page_proXM .box22 .li {padding: 0px; width: 100%; margin-bottom: 10px;}
	.page_proXM .box22 .li .box .title {font-size: 15px; margin: 6px 0 2px;}
}
.page_proXM .box33 {padding: 50px 0; overflow: hidden;}
.page_proXM .box33 .bottom {margin-top: 30px; display: flex;}
.page_proXM .box33 .li {width: 25%; float: left; text-align: center; padding: 10px; display: flex;}
.page_proXM .box33 .li .box {background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.1); padding: 20px; border-radius: 10px;}
.page_proXM .box33 .li .title {font-size: 16px; font-weight: 700; margin: 12px 0 8px;}
.page_proXM .box33 .li .text {color: #888;}
@media only screen and (max-width: 992px) {
	.page_proXM .box33 {padding: 40px 0;}
	.page_proXM .box33 .bottom {flex-wrap: wrap;}
	.page_proXM .box33 .li {width: 50%;}
}
@media only screen and (max-width: 768px) {
	.page_proXM .box33 {padding: 30px 0;}
	.page_proXM .box33 .bottom {margin-top: 20px;}
}

@media only screen and (max-width: 480px) {
	.page_proXM .box33 .li {padding: 0 5px; margin-bottom: 10px;}
	.page_proXM .box33 .li .box {padding: 20px 10px;}
	.page_proXM .box33 .li .title {font-size: 15px; margin: 8px 0 6px;}
	.page_proXM .box33 .li .text {font-size: 13px;}
	
}

.hz_banner {padding: 80px 0; overflow: hidden; background: url(../images/yzh_hez.jpg) no-repeat center center; background-size: cover; text-align: center; color: #fff;}
.hz_banner .title {font-size: 44px; font-weight: 700; line-height: 1.2;}
.hz_banner .text {font-size: 24px; margin: 20px 0 30px; opacity: 0.9;}
.hz_banner p {background: #3da6ff; color: #fff; display: inline-block; font-size: 22px; padding: 0px 25px; border-radius: 40px;}

@media only screen and (max-width: 992px) {
	.hz_banner {padding: 50px 0;}
	.hz_banner .title {font-size: 32px;}
	.hz_banner .text {font-size: 20px;}
	.hz_banner p {font-size: 16px;}
}
@media only screen and (max-width: 480px) {
	.hz_banner {padding: 40px 0; }
	.hz_banner .title {font-size: 24px;}
	.hz_banner .text {font-size: 16px; margin: 10px 0;}
	.hz_banner p {font-size: 14px;}
}

.page_hz {}
.page_hz .top_title {font-size: 32px; font-weight: 700; line-height: 1.3;}
.page_hz .box1 {padding: 50px 0; overflow: hidden;}
.page_hz .box1 .left {width: 60%; float: left;}
.page_hz .box1 .left .text {font-size: 18px; color: #666; line-height: 36px;}
.page_hz .box1 .left .text p {margin-top: 30px;}
.page_hz .box1 .right {width: 40%; float: right; text-align: center;}
.page_hz .box1 .right img {max-width: 100%;}

@media only screen and (max-width: 992px) {
	.page_hz .box1 {padding: 40px 0;}
	.page_hz .box1 .left {width: 100%; text-align: center; margin-bottom: 10px;}
	.page_hz .box1 .right {width: 100%;}
	.page_hz .top_title {font-size: 28px;}
	.page_hz .box1 .left .text {font-size: 16px; line-height: 30px;}
	.page_hz .box1 .left .text p {margin-top: 10px;}
}
@media only screen and (max-width: 768px) {
	.page_hz .box1 {padding: 30px 0;}
	.page_hz .top_title {font-size: 24px;}
	.page_hz .box1 .left .text {font-size: 14px; line-height: 24px;}
}
@media only screen and (max-width: 480px) {
	.page_hz .top_title {font-size: 20px;}
	
}
.page_hz .box2 {background: url(../images/hezuobox2_bg.jpg) no-repeat center; background-size: cover; padding: 50px 0;}
.page_hz .box2 .top_title { color: #fff;}
.page_hz .box2 ul {text-align: center; margin-top: 30px;}
.page_hz .box2 li {width: 32%; display: inline-block; padding: 10px;}
.page_hz .box2 li .box {background: rgba(255,255,255,0.15); border-radius: 10px; box-shadow: 0 0 10px rgba(0,0,0,0.1); padding: 20px 20px 70px; position: relative;border-bottom: 3px solid #4681ff;}
.page_hz .box2 li .box .num {font-size: 36px; font-style: italic; opacity: 0.6; position: absolute; font-weight: 700; bottom: 20px; line-height: 1; left: 50%; transform: translateX(-55%); color: #4680fb; }
.page_hz .box2 li .box .title {font-size: 20px; font-weight: 700; color: #fff; }
.page_hz .box2 li .box p {color: #fff; line-height: 24px; height: 48px; overflow: hidden; margin-top: 10px;opacity: 0.8;}

@media only screen and (max-width: 992px) {
	.page_hz .box2 {padding: 40px 0;}
	.page_hz .box2 li {width: 49%;}
	.page_hz .box2 li .box .title {font-size: 16px;}
	.page_hz .box2 li .box .num {font-size: 30px;}
	.page_hz .box2 li .box {padding-bottom: 60px;}
}
@media only screen and (max-width: 768px) {
	.page_hz .box2 {padding: 30px 0;}
	.page_hz .box2 li {padding: 0; margin-bottom: 4px;}
	.page_hz .box2 ul {margin-top: 20px;}
	.page_hz .box2 li .box {padding: 20px 10px 60px;}
}
@media only screen and (max-width: 480px) {
	.page_hz .box2 li .box .title {font-size: 14px;}
	.page_hz .box2 li .box p {font-size: 13px; margin-top: 5px;}
	.page_hz .box2 li .box .num {font-size: 24px; bottom: 10px;}
	.page_hz .box2 li .box {padding: 15px 10px 45px;}
	
}

.page_hz .box3 {padding: 50px 0; overflow: hidden;}
.page_hz .top_text {font-size: 16px; color: #888; margin-top: 20px;}
.page_hz .box3  ul {margin-top: 30px;}
.page_hz .box3  ul li {width: 25%; float: left; padding: 10px;}
.page_hz .box3 ul li .box {background: #fff; padding: 20px; border-radius: 10px; box-shadow: 0 0 10px rgba(0,0,0,0.1); text-align: center;}
.page_hz .box3 ul li .box .title {font-size: 16px; font-weight: 700; margin: 12px 0 8px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.page_hz .box3 ul li .box .text {color: #777; line-height: 24px; height: 48px; overflow: hidden;}
@media only screen and (max-width: 992px) {
	.page_hz .box3 {padding: 40px 0; }
	.page_hz .box3 ul {margin-top: 20px;}
	.page_hz .top_text {margin-top: 10px; font-size: 14px;}
	.page_hz .box3 ul li {width: 50%;}
}
@media only screen and (max-width: 480px) {
	.page_hz .box3 {padding: 30px 0;}
	.page_hz .box3 ul li {padding: 0 5px; margin-bottom: 10px;}
	.page_hz .box3 ul li .box  {padding: 20px 10px;}
	.page_hz .box3 ul li .box .title {font-size: 15px; margin: 8px 0 6px;}
	.page_hz .box3 ul li .box .text {font-size: 13px;}
}
.page_hz .box4 {background: #F9F9F9;}

.page_hz .box5 .title {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

.page_404 {
	padding: 100px 0;
	background: #f4f7ff;  text-align: center;
}
.page_404 .title {font-size: 160px; line-height: 1.2; font-weight: 700; color: #dfe8ff;}
.page_404 .text {font-size: 20px; color: #555; margin: 30px 0 50px;}
.page_404 .read_more {padding: 0 50px;}

@media only screen and (max-width: 992px) {
	.page_404 .title {font-size: 64px;}
	.page_404 {padding: 40px 0;}
	.page_404 .text {margin: 10px 0 20px; font-size: 16px;}
}
@media only screen and (max-width: 768px) {
	.page_404 .title {font-size: 48px;}
	.page_404 {padding: 30px 0;}
	.page_404 .text {margin: 10px 0 20px; font-size: 16px;}
}
@media only screen and (max-width: 480px) {
	.page_404 .text {margin: 5px 0 15px; font-size: 14px;}
}

.apply_success {font-size: 32px; font-weight: 700; color: #02367c; text-align: center;}

.invite_mmodal .modal-content {max-width: 880px; top: 40%;}
.invite_mmodal .read_more {line-height: 40px;height: 40px;border: none;}
.invite_mmodal .read_more.mini {line-height: 28px;height: 28px;border: none;}
.invite_mmodal .read_more.big {padding: 0 40px; margin-top: 10px;}
.invite_mmodal p {margin: 10px 0; font-size: 14px; font-size: 16px; color: #888;}
.invite_mmodal .title {font-weight: 700; font-size: 16px; line-height: 1.5; color: #333;}
.invite_mmodal .title span {word-break: break-all;}
.invite_mmodal .modal-body {text-align: center;}
