* {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: "微软雅黑";
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
}

body{
	overflow-x: hidden;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

a {
	color: #000;
	text-decoration: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-weight: normal;
	font-style: normal;
}

ol,
ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

q:before,
q:after {
	content: "";
}

ol,
ul {
	list-style: none;
}

img {
	vertical-align: middle;
}

.pc {
	display: block;
}

.mobile {
	display: none;
}

.container {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: '';
	overflow: hidden;
	clear: both;
	visibility: hidden;
	display: block;
}
.flexbox{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
}
.banner{
	position: relative;
}
.banner .swiper-slide {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}
.banner .jt{
	position: absolute;
    top: 50%;
    margin: auto;
    left: 0;
    right: 0;
}
.banner .swiper-button-next{
	width:50px;
	height:50px;
	background:rgba(255,255,255,.5);
}
.banner .swiper-button-next:after{
	font-size:24px;
}
.banner .swiper-button-prev{
	width:50px;
	height:50px;
	background:rgba(255,255,255,.5);
}
.banner .swiper-button-prev:after{
	font-size:24px;
}
.header-top{
	height: 35px;
	background: #444b56;
}
.header-top p{
	color: #fff;
	font-size: 12px;
	line-height: 35px;
	display: inline-block;
}
.header-top .rightit{
	float: right;
}
.header-top .rightit span{
	font-size: 12px;
	color: #fff;
	display: inline-block;
	line-height: 35px;
}
.header .container{
	
	position: relative;
}
.header .logo{
	float: left;
	line-height: 80px;
}
.header .logo img{
	height:65px;
}
.header .nav{
	line-height: 80px;
	float: right;
}
.header .nav ul li{
	display: inline-block;
}
.header .nav ul li a{
	font-size: 16px;
	color: #4c4c4c;
	display: block;
	padding: 0 15px;
}
.header .nav ul li a:hover{
	color: #0067b3;
}
.header .nav ul li a.on{
	color: #0067b3;
}
.header .searchform{
	float: right;
}
.header .searchform input[type=text]{
	width: 160px;
	border: 0;
	height: 40px;
	outline: none;
}
.header .searchform input[type=submit]{
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 15px;
	border: 0;
	position: relative;
	top: 5px;
}
.header .searchform{
	padding-top:15px;
}

.header .searchform .box{
	border-bottom: 2px solid #514d4a;
}
.header .nav_section{
	position: absolute;
	left: 0;
	top: 80px;
	width: 100%;
	z-index: 99;
	background: #eaeaea;
	
	transition: .3s all ease-in-out;
	overflow: hidden;
}
.header .nav_section .section{
	display: none;
	
}
.header .nav_section .section .pad{
	padding: 20px 0;
}
.header .nav_section .section .m_name{
	float: left;
	font-size: 24px;
	color: #0067b3;
	font-weight: 400;
	width: 23%;
    text-align: right;
    padding-top: 10px;
	letter-spacing: 3px;
}
.header{
	box-shadow: 1px 1px 3px #eaeaea;
	padding: 8px 0;
}
.header .nav_section .section ul{
	float: right;
	width: 73%;
}

.header .nav_section .section ul li{
	width: 25%;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px;
}
.header .nav_section .section ul li .img img{
	width: 100%;
}
.header .nav_section .section ul li ._name{
	font-size: 14px;
	color: #fff;
	background-color: #474747;
	text-align: center;
	line-height: 25px;
}
.index_recomm{
	padding: 60px 0;
}
.index_recomm .title{
	position: relative;
}
.index_recomm .title h3{
	font-size: 30px;
	color: #4c4c4c;
	font-weight: bold;
}
.index_recomm .title p{
	font-size: 24px;
	color: #4c4c4c;
	opacity: .4;
	position: absolute;
	top: -13px;
	left: 0;
}
.index_recomm{
	background: url(../images/recommbg.jpg) no-repeat center left;
	background-size: cover;
}
.index_recomm .recommlist .swiper-container {
    padding: 50px 0;
}
.index_recomm .recommlist .pad {
    padding: 10px 0;
}
.index_recomm .recommlist .info {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 35%;
    padding: 0 50px 0 25px;
    position:relative;
	margin-right: 5%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.index_recomm .recommlist .info:before{
	content: '';
    width: 3px;
    height: 55%;
    background: #0067b3;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.index_recomm .recommlist .info h3 {
    font-size: 18px;
    color: #4c4c4c;
    margin-bottom: 15px;
	font-weight:bold;
}
.index_recomm .recommlist .info p {
    font-size: 14px;
    color: #4c4c4c;
    line-height: 1.8;
	overflow: hidden;
            text-overflow: ellipsis;
            word-break: break-all;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
}
.index_recomm .recommlist .info a {
    display: inline-block;
    padding: 10px 60px 10px 20px;
    background-image: url(../images/more.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    color: #0067b3;
    font-size: 12px;
    box-shadow: 1px 1px 7px #cac5c5;
    border-radius: 15px;
    margin-top: 20px;
	width:50px;
}
.index_recomm .recommlist .img {
    padding: 5px;
    box-shadow: 0px 1px 11px #bdbdbd;
    width: 45%;
}
.index_recomm .recommlist .img img {
    width: 100%;
}
.index_recomm .recommlist .swiper-button-next {
    right: 0;
    left: auto;
    background: url(../images/next_ic.png) no-repeat center;
    width: 59px;
    height: 59px;
    background-size: 59px 59px;
    top: 50%;
}
.index_recomm .recommlist .swiper-button-prev {
    left: 0;
    background: url(../images/prev_ic.png) no-repeat center;
    width: 59px;
    height: 59px;
    background-size: 59px 59px;
    top: 94%;
}
.index_recomm .recommlist .swiper-button-next:after {
    content: '';
}
.index_recomm .recommlist .swiper-button-prev:after {
    content: '';
}
.index_about{
	background: url(../images/index_about.jpg) no-repeat center;
	height: 760px;
}
.index_about .aboutinfo{
	width: 40%;
	background: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 760px;
	padding: 100px 50px 0 50px;
}
.index_about .aboutinfo .title{
	position: relative;
	padding-bottom: 40px;
}
.index_about .aboutinfo .title h3{
	font-size: 30px;
	color: #0067b3;
	font-weight:bold;
}
.index_about .aboutinfo .title p{
	position: absolute;
	font-size: 28px;
	color: #4c4c4c;
	left: 0;
	top: -20px;
	opacity: .5;
}
.index_about .aboutinfo .content p{
	color: #363636;
	font-size: 13px;
	line-height: 2;
}
.index_about .aboutinfo .comp_logo{
	padding: 50px 0;
}
.index_about .aboutinfo .comp_logo img{
	margin-right: 20px;
	max-width:138px;
}
.index_about .number{
	padding: 50px 0;
}
.index_about .number .item{
	flex: 1;
	text-align: center;
}
.index_about .number .item h3{
	font-size: 40px;
	color: #363636;
}
.index_about .number .item h3 span{
	font-size: 40px;
	color: #363636;
}
.index_about .number .item p{
	font-size: 14px;
	color: #363636;
}
.index_about .more a{
	display: inline-block;
	padding: 10px 60px 10px 20px;
	background-image: url(../images/more.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	color: #0067b3;
	font-size: 12px;
	box-shadow: 1px 1px 7px #cac5c5;
	border-radius: 15px;
}

.index_about2{
	position: relative;
}
.index_about2 .container{
	position: relative;
}
.index_about2 .about_title{
	width: 50%;
	float: left;
	padding: 100px 0 0 0px;
}
.index_about2 .about_title .info{
	padding: 0 25px;
}
.index_about2 .about_title h3{
	color: #4c4c4c;
	font-size: 30px;
	padding: 0 0 30px 0;
	font-weight:bold;
}
.index_about2 .about_title span{
	color: #0061ae;
	font-size: 30px;
}
.index_about2 .about_title p.desc{
	font-size: 14px;
	color: #4c4c4c;
	width: 45%;
	line-height: 22px;
}
.index_about2 .chaolian{
	position: absolute;
	 top: 55px;
	left: 0px;
	z-index: -1;
}
.index_about2 .chaolian h3{
   
	font-weight: bold;
	font-size: 75px;
	color: #f5f5f5;
}
.index_about2 .about_title .wenzi p.imgp{
	padding-left: 25px;
	padding-top: 20px;
}
.index_about2 .about_title .wenzi .left{
	width: 50%;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.index_about2 .about_title .wenzi .left .list{
	padding-top: 30px;
}
.index_about2 .about_title .wenzi .left .list a{
	width: 33%;
	float: left;
	display: block;
	text-align: center;
}
.index_about2 .about_title .wenzi .left .list a img{
	height: 34px;
}
.index_about2 .about_title .wenzi .left .list a p{
	font-size: 14px;
	color: #4c4c4c;
	padding: 5px 0;
}
.index_about2 .about_title .wenzi .right{
	width: 50%;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	border-left: 2px solid #CCCACA;
	padding-left: 15px;
}
.index_about2 .about_title .wenzi .right p{
	font-size: 14px;
	color: #4c4c4c;
	line-height: 24px;
}
.index_about2 .rightimg{
	width: 45%;
	float: right;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	
}
.index_about2 .rightimg img{
	width: 100%;
}

.index_product{
	padding: 60px 0;
}
.index_product .title{
	position: relative;
}
.index_product .title h3{
	font-size: 30px;
	color: #4c4c4c;
	font-weight: bold;
}
.index_product .title p{
	font-size: 24px;
	color: #4c4c4c;
	opacity: .4;
	position: absolute;
	top: -13px;
	left: 0;
}
.index_product .item{
	padding: 50px 0;
	position: relative;
}
.index_product .item .grey{
	background: #f3f3f5;
	position: absolute;
	width: 45%;
	height: 100%;
	top: 0;
	
	z-index: -1;
}
.index_product .item:nth-child(2n+1) .grey{
	right: 0;
}
.index_product .item:nth-child(2n) .grey{
	left: 0;
}
.index_product .item .img{
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
}
.index_product .item .img img{
	max-width: 95%;
}
.index_product .item .info{
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 100px 80px 0 40px;
	background: url(../images/cc.png) no-repeat 0 65px;
}
.index_product .item:nth-child(2n+1) .info{
	float: left;
}
.index_product .item:nth-child(2n+1) .img{
	float: right;
}
.index_product .item:nth-child(2n) .info{
	float: right;
}
.index_product .item:nth-child(2n) .img{
	float: left;
}
.index_product .item .titles p{
	font-size: 16px;
	color: #0067b3;
}
.index_product .item .titles h3{
	font-size: 24px;
	color: #4c4c4c;
}
.index_product .item .content{
	padding: 10px 0 20px 0;
}
.index_product .item .content p{
	font-size: 14px;
	color: #4c4c4c;
}
.index_product .item .content .line{
	width: 40px;
	height: 3px;
	background: #0067b3;
	margin: 20px 0;
}
.index_product .item .more a{
	font-size: 14px;
	color: #4c4c4c;
}
.index_case{
	padding: 60px 0;
}

.index_case .title{
	position: relative;
}
.index_case .title h3{
	font-size: 30px;
	color: #4c4c4c;
	font-weight: bold;
}
.index_case .title p{
	font-size: 24px;
	color: #4c4c4c;
	opacity: .4;
	position: absolute;
	top: -13px;
	left: 0;
}
.index_case .index_caselist ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.index_case .index_caselist ul li:nth-child(3n){
	margin-right: 0;
}
.index_case .index_caselist ul li .img{
	overflow: hidden;
}
.index_case .index_caselist ul li .img img{
	width: 100%;
	transition: .3s all ease-in-out;
}
.index_case .index_caselist ul li:hover .img img{
	transform: scale(1.1);
}
.index_case .index_caselist ul li .info{
	padding: 10px 10px;
	position: relative;
}
.index_case .index_caselist ul li .info p{
	font-size: 14px;
	color: #fff;
}
.index_case .index_caselist ul li .info .hoverb{
	position: absolute;
	left: 0;
	top: 0;
	background: #0067b3;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: .3s all ease-in-out;
}
.index_case .index_caselist ul li .info .hover{
	position: absolute;
	left: 0;
	top: 0;
	background: #000000;
	width: 100%;
	height: 100%;
	z-index: -2;
	transition: .3s all ease-in-out;
}
.index_case .index_caselist ul li .info .more{
	position: absolute;
	right: 15px;
	top: 10px;
}
.index_case .index_caselist ul li:hover .info .hoverb{
	width: 0;
}
.index_case .index_caselist{
	padding-top: 25px;
}
.index_horor .title{
	position: relative;
}
.index_horor .title h3{
	font-size: 30px;
	color: #4c4c4c;
	font-weight: bold;
}
.index_horor .title p{
	font-size: 24px;
	color: #4c4c4c;
	opacity: .4;
	position: absolute;
	top: -13px;
	left: 0;
}
.index_horor .top{
	padding: 30px 0;
}
.index_horor .top .img{
	width: 50%;
}
.index_horor .top .info{
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 40px;
	background: url(../images/horor_rbg.jpg) no-repeat;
	background-size: cover;
}
.index_horor .top .info h3{
	font-size: 18px;
	color: #4c4c4c;
}
.index_horor .top .info .line{
	width: 65px;
	height: 5px;
	background-color: #0061ae;
	margin: 20px 0;
}
.index_horor .top .info p{
	font-size: 14px;
	color: #4c4c4c;
	line-height: 2;
}
.index_horor .top .info .more{
	margin: 40px 0 0 0;
}
.index_horor .top .info .more a {
    display: inline-block;
    padding: 10px 60px 10px 20px;
    background-image: url(../images/more.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    color: #0067b3;
    font-size: 12px;
    box-shadow: 1px 1px 7px #cac5c5;
    border-radius: 15px;
}
.index_horor{
	padding: 0 0 40px 0;
}


.index_horor .top{
	flex-wrap: wrap;
}
.index_horor .bottom ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index_horor .bottom ul li{
	width: 24%;
	padding: 10px 0;
}
.index_horor .bottom ul li .img img{
	width: 100%;
}
.index_new{
	position: relative;
}
.index_new .container {
    position: relative;
    padding: 30px 0;
}
.index_new .grey {
    position: absolute;
    height: 100%;
    width: calc(50% - 600px);
    background: #f6f6f6;
    top: 0;
    right: 0;
}
.index_new .grey2{
	position: absolute;
	height: 100%;
	width: 82%;
	background: #f6f6f6;
	top: 0;
	right: 0;
}
.index_new .index_newleft .title{
	position: relative;
}
.index_new .index_newleft .title h3{
	font-size: 30px;
	color: #4c4c4c;
	font-weight: bold;
}
.index_new .index_newleft .title p{
	font-size: 24px;
	color: #4c4c4c;
	opacity: .4;
	position: absolute;
	top: -13px;
	left: 0;
}
.index_new .index_newleft {
	float: left;
	width: 17%;
}
.index_new .new_cate ul li a{
	display: inline-block;
	font-size: 18px;
	color: #4c4c4c;
	padding: 20px 0;
}
.index_new .new_cate ul li a:hover{
	color: #0067b3;
}
.index_new .new_cate ul li a:hover{
	border-bottom:2px solid #0067b3;
}
.index_new .newlist{
	float: right;
	width: 80%;
	position: relative;
	padding-bottom: 100px;
}
.index_new .newlist .img img{
	width: 100%;
}
.index_new .newlist .info{
	padding: 12px 12px 20px 12px;
	background: #fff;
	box-shadow: 2px 2px 2px #eaeaea;
	box-shadow: 1px 1px 10px #b7b6b6;
	margin-bottom: 9px;
	position: relative;
}
.index_new .newlist .info .line{
	position: absolute;
	width: 0;
	height: 4px;
	bottom: -1px;
	left: 0;
	background: #0067b3;
	transition: .2s all ease-in-out;
}
.index_new .newlist .swiper-slide:hover .info .line{
	width: 100%;
}
.index_new .newlist .info p{
	font-size: 12px;
	color: #4c4c4c;
	padding-bottom: 8px;
}
.index_new .newlist .info h3{
	font-size: 14px;
	color: #4c4c4c;
}
.index_new .newlist .info span{
	font-size: 13px;
	color: #0067b3;
	display: inline-block;
	margin-top: 15px;
	padding-right: 25px;
	background-image: url(../images/morego.png);
	background-position: right center;
	background-repeat: no-repeat;
	position: relative;
	transition: .2s all linear;
}

.index_new .newlist .swiper-slide:hover .info span{
	transform: translateX(20px);
}
.index_new .newlist .swiper-button-next,.index_new .newlist .swiper-button-prev{
	top: 90%;
	width: 45px;
	height: 45px;
	
}
.index_new .newlist .swiper-button-prev{
	background: #fff;
	background-image: url(../images/lgo.png);
	background-position: center;
	background-repeat: no-repeat;
}
.index_new .newlist .swiper-button-next{
	background: #0067b3;
	background-image: url(../images/rgo.png);
	background-position: center;
	background-repeat: no-repeat;
	left: 55px;
	right: auto;
}
.index_new .newlist .swiper-button-prev::after{
	content: '';
}
.index_new .newlist .swiper-button-next::after{
	content: '';
}
.index_new .more{
	position: absolute;
	
}
.index_new .more{
	display: inline-block;
	padding: 10px 60px 10px 20px;
	background-image: url(../images/more.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	color: #0067b3;
	font-size: 12px;
	box-shadow: 1px 1px 7px #cac5c5;
	border-radius: 15px;
	bottom: 5%;
	    right: 0;
}
.footer{
	background-color: #323337;
	padding: 35px 0;
}
.footer .flogo{
	float: left;
	width: 15%;
}
.footer .flogo img{
	max-width:100%;
}
.footer .top{
	justify-content: space-between;
	align-items: center;
}
.footer .rword{
	float: right;
	width: 83%;
}
.footer .rword .content{
	
}
.footer .rword .content p{
	font-size: 14px;
	color: #dad7d7;
}
.footer  .foot_nav{
	padding:40px 0;
}
.footer  .foot_nav ul{
	display: flex;
	    justify-content: space-between;
}
.footer  .foot_nav ul li{

}
.footer  .foot_nav ul li>a{
	color: #fff;
	font-size: 14px;
	margin-bottom: 5px;
	display: inline-block;
}
.footer  .foot_nav ul li .sec a{
	display: block;
	font-size: 12px;
	padding: 5px 0;
	color: #999999;
}
.footer  .foot_nav ul li .sec a:hover{
	color: #fff;
}
.footercopy{
	text-align: center;
	background: #323337;
	padding: 5px 0;
	border-top: 1px solid #4e4e4e;
}
.footercopy p,.footercopy a{
	font-size: 12px;
	color: #9f9f9f;
}
.banproblem{
	position: absolute;
	width: 100%;
	bottom: 75px;
	left: 0;
	z-index: 99;
}
.banproblem .zb a{
	width: 28%;
	display: block;
	
	float: left;
	border-right: 1px solid #e0e0e0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 25px;
}
.banproblem .zb a p{
	font-size: 14px;
	color: #4c4c4c;
	display: inline-block;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.banproblem .zb a span{
	font-size: 12px;
	color: #999999;
}
.banproblem .zb{
	padding: 18px 0;
	background: #fff;
	background-image: url(../images/dhs.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.banproblem .zb a.more{
	width: 15%;
	color: #fff;
	font-size: 14px;
	padding-top: 8px;
	border-right: 0;
}
.banproblem .zb a:nth-child(3){
	border-right: 0;
}
.banner_noindex{
	height: 350px;
	background-position: center;
}
.location{
	font-size: 14px;
	color: #4c4c4c;
	
}
.location a{
	font-size: 14px;
	color: #4c4c4c;
	display: inline-block;
	vertical-align: middle;
}
.location{
	padding: 5px 0;
	border-bottom: 1px solid #eae9e9;
}
.location .container{
	justify-content: space-between;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.location .loc{
	padding: 22px 0;
}
.location .fnav ul{
	font-size: 0;
	border-right:2px solid #eae9e9;
}
.location .fnav ul li{
	display: inline-block;
}
.location .fnav ul li a{
	display: block;
	font-size: 14px;
	color: #4c4c4c;
	padding: 20px 25px;
	border-left: 2px solid #eae9e9;
}
.location .fnav ul li a:hover{
	color: #0093dd;
}
.location .fnav ul li a.on{
	color: #0093dd;
}

.csr{
	padding:60px 0;
}

.csr .info{
	padding:15px;
}


.products .title{
	text-align: center;
}
.products .title h3{
	font-size: 30px;
	color: #4c4c4c;
	position: relative;
	display: inline-block;
	padding: 25px 60px;
}
.products .title h3::before{
	width: 50px;
	height: 2px;
	content: '';
	background: #4a87ba;
	position: absolute;
	left: 0;
	top: 45px;
}
.products .title h3::after{
	width: 50px;
	height: 2px;
	content: '';
	background: #4a87ba;
	position: absolute;
	right: 0;
	top: 45px;
}
.products .title p{
	font-size: 15px;
	color: #4c4c4c;
	opacity: .5;
	letter-spacing: 2px;
}
.products .pls .item{
	float: left;
	width: 32%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 50px 25px 25px 25px;
	margin-bottom: 15px;
	border: 1px solid #eaeaea;
	margin-right:2%;

}
.products .pls .item:nth-child(3n){
	margin-right:0;
}
.products .pls .item .info .number{
	font-size: 29px;
	color: #4c4c4c;
}
.products .pls .item .info{
	position: relative;
}
.products .pls .item .info p{
	font-size: 14px;
	color: #4c4c4c;
	line-height: 2;
}
.products .pls .item .info .jt{
	position: absolute;
	bottom: 5px;
	right: 0;
}
.products .pls .item .img img{
	width: 100%;
}
.products .pls .item .img{
	padding: 20px 0 0 0;
}
.products .pls .item:hover{
	
	box-shadow: 2px 3px 5px #eaeaea;
}
.products .pls{
	padding-top: 40px;
}
.page {
    text-align: center;
    font-size: 14px;
    color: #606060;
    padding: 30px 0;
}
.page span {
    border: 1px solid #d2d2d2;
    padding: 3px 8px;
    display: inline-block;
}
.page a {
    border: 1px solid #d2d2d2;
    padding: 3px 8px;
    display: inline-block;
}
.page .on {
    background: #0093dd;
    color: #fff;
}

.new-list .title{
	text-align: center;
}
.new-list .title h3{
	font-size: 30px;
	color: #4c4c4c;
	position: relative;
	display: inline-block;
	padding: 25px 60px;
}
.new-list .title h3::before{
	width: 50px;
	height: 2px;
	content: '';
	background: #4a87ba;
	position: absolute;
	left: 0;
	top: 45px;
}
.new-list .title h3::after{
	width: 50px;
	height: 2px;
	content: '';
	background: #4a87ba;
	position: absolute;
	right: 0;
	top: 45px;
}
.new-list .title p{
	font-size: 15px;
	color: #4c4c4c;
	opacity: .5;
	letter-spacing: 2px;
}
.new-list .item{
	float: left;
	width: 32%;
	margin-right: 2%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 40px 30px;
	border: 1px solid #eaeaea;
	margin-bottom: 36px;
}
.new-list .item:nth-child(3n){
	margin-right: 0;
}
.new-list .item .date h3{
	font-size: 12px;
	color: #4c4c4c;
}
.new-list .item .date h3 span{
	font-size: 24px;
	color: #4c4c4c;
}
.new-list .item .info h3{
	font-size: 14px;
	color: #4c4c4c;
	margin: 15px 0;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.new-list .item .info p{
	font-size: 12px;
	color: #4c4c4c;
	line-height: 2;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 48px;
}
.new-list .item .img{
	padding-top: 20px;
}
.new-list .item .img img{
	width: 100%;
}
.new-list .new-tlist{
	padding-top: 35px;
}
.newshow {
    padding: 20px 0 40px;
}
.newshow .title {
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    padding: 8px 0;
}
.newshow .title h3 {
    font-size: 18px;
    color: #4c4c4c;
    padding-left: 25px;
    position: relative;
}
.newshow .title h3::after {
    width: 3px;
    height: 100%;
    background: #0093dd;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}
.newshow .date {
    padding: 20px 0;
}
.newshow .date span {
    font-size: 14px;
    color: #4c4c4c;
}
.newshow .content {
    color: #4c4c4c;
}
.case-list .title{
	text-align: center;
}
.case-list .title h3{
	font-size: 30px;
	color: #4c4c4c;
	position: relative;
	display: inline-block;
	padding: 25px 60px;
}
.case-list .title h3::before{
	width: 50px;
	height: 2px;
	content: '';
	background: #4a87ba;
	position: absolute;
	left: 0;
	top: 45px;
}
.case-list .title h3::after{
	width: 50px;
	height: 2px;
	content: '';
	background: #4a87ba;
	position: absolute;
	right: 0;
	top: 45px;
}
.case-list .title p{
	font-size: 15px;
	color: #4c4c4c;
	opacity: .5;
	letter-spacing: 2px;
}
.case-list .list-case{
	padding: 40px 0 0 0;
}
.case-list .list-case .item{
	width: 31%;
	margin-right: 3.5%;
	float: left;
	margin-bottom: 15px;
	position: relative;
}
.case-list .list-case .item:nth-child(3n){
	margin-right: 0;
}
.case-list .list-case .item .img img{
	width: 100%;
}
.case-list .list-case .item .info{
	width: 85%;
	border-top: 3px solid #0093dd;
	margin: 0 0 0 auto;
	position: relative;
	bottom: 30px;
	background: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10px 3px 0 15px;
}
.case-list .list-case .item .info p{
	font-size: 12px;
	color: #4c4c4c;
	line-height: 2;
}
.case-list .list-case .item .number{
	position: absolute;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	background: #0093dd;
	left: -15px;
	top: -15px;
	color: #fff;
}
.caseshow .title{
	text-align: center;
	padding: 40px 0 20px;
}
.caseshow .title h3{
	font-size: 24px;
	color: #060606;
}
.caseshow .show_moreImg{
	text-align: center;
}
.caseshow .show_moreImg img{
	width: 60%;
}
.caseshow .show_moreImg .swiper-button-next,.caseshow .show_moreImg .swiper-button-prev{
	color: #e5e5e5;
	font-weight: bold;
}
.caseshow .show_moreImg .swiper-container{
	padding-bottom: 40px;
}
.caseshow .show_moreImg .swiper-pagination-bullet-active{
	background:#777777 ;
	width: 30px;
	border-radius: 5px;
}
.casedesc .tit h3{
	font-size: 15px;
	color: #060606;
}
.casedesc .tit{
	padding: 10px 0;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}
.casedesc .content{
	padding: 20px 10px;
	color: #4c4c4c;
}
.n_contact .title{
	text-align: center;
}
.n_contact .title h3{
	font-size: 30px;
	color: #4c4c4c;
	position: relative;
	display: inline-block;
	padding: 25px 60px;
}
.n_contact .title h3::before{
	width: 50px;
	height: 2px;
	content: '';
	background: #4a87ba;
	position: absolute;
	left: 0;
	top: 45px;
}
.n_contact .title h3::after{
	width: 50px;
	height: 2px;
	content: '';
	background: #4a87ba;
	position: absolute;
	right: 0;
	top: 45px;
}
.n_contact .title p{
	font-size: 15px;
	color: #4c4c4c;
	opacity: .5;
	letter-spacing: 2px;
}
.n_contact .item{
	text-align: center;
	width: 30%;
}
.n_contact .item img{
	height: 72px;
}
.n_contact .item p{
	font-size: 14px;
	color: #4c4c4c;
	margin-top: 18px;
	line-height:24px;
}
.n_contact .contact_icon{
	justify-content: space-between;
	padding: 40px 0;
}
.n_contact .contact_form .items{
	width: 30%;
	border-bottom: 3px solid #ccccce;
	padding: 8px 0;
	position: relative;
}
.n_contact .contact_form .items::after{
	position: absolute;
	width: 55px;
	height: 3px;
	content: '';
	bottom: -3px;
	left: 0;
	background: #0093dd;
}
.n_contact .contact_form .first{
	justify-content: space-between;
	padding: 30px 0;
}
.n_contact .contact_form label{
	font-size: 14px;
	color: #4c4c4c;
}
.n_contact .contact_form input[type=text]{
	border: 0;
	outline: none;
}
.n_contact .contact_form .secound .items{
	border-bottom: 3px solid #ccccce;
	position: relative;
	width: 100%;
}
.n_contact .contact_form .secound{
	padding: 30px 0;
}
.n_contact .contact_form .secound input[type=text]{
	width: 80%;
}
.n_contact .submit{
	text-align: center;
	padding: 30px 0 50px 0;
}
.n_contact .submit input{
	border: 1px solid #ccccce;
	background: #fff;
	display: inline-block;
	padding: 10px 60px;
	font-size: 14px;
	color: #4c4c4c;
	border-radius: 20px;
}
.mapbox .infobox{
	width: 50%;
	float: left;
	background: #0093dd;
	text-align: right;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 55px 55px 55px 0;
}
.mapbox .infobox .tit{
	font-size: 24px;
	color: #fff;
}
.mapbox .infobox .item{
	padding: 25px 0;
}
.mapbox .infobox .item h3{
	font-size: 18px;
	color: #fff;
}
.mapbox .infobox .item p{
	font-size: 14px;
	color: #fff;
	line-height: 2;
}
.mapbox .maps{
	width: 50%;
	float: right;
}
.mapbox{
	position: relative;
}
.mapbox .icon{
	position: absolute;
	top: 90px;
	left: 50%;
	transform: translateX(-50%);
}
.mapbox .icon .img{
	margin-bottom: 30px;
}
.productSection{
	background-position: center;
	background-repeat: no-repeat;
	height: 675px;
	margin-bottom: 25px;
}
.productSection .productbox{
	width: 50%;
	margin: 0 0 0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 40px;
	background: rgba(255,255,255,.8);
}
.productSection:nth-child(2n) .productbox{
	margin: 0;
}
.productSection .productbox .title{
	font-size: 14px;
	color: #4c4c4c;
}
.productSection .productbox .title p{
	font-size: 14px;
	color: #4c4c4c;
}
.productSection .productbox .content{
	font-size: 14px;
	color: #4c4c4c;
}
.productSection .productbox .content p,.productSection .productbox .content span{
	font-size: 14px;
	color: #4c4c4c;
}
.productSection .more{
	padding-top: 40px;
}
.productSection .more a{
	display: inline-block;
	background: #717171;
	color: #fff;
	font-size: 14px;
	padding: 15px 40px;
	border-radius: 5px;
}
.productSection .columnbox{
	height: 675px;
	    flex-direction: column;
	    justify-content: center;
}
.productshow{
	padding: 40px 0;
}
.productshow .leftimg{
	width: 35%;
	float: left;
}
.productshow .leftimg img{
	width: 100%;
}
.productshow .rightinfo{
	float: right;
	width: 62%;
}
.productshow .rightinfo .title h3{
	font-size: 30px;
	color: #4c4c4c;
}
.productshow .rightinfo .title{
	padding: 10px 0 20px;
	border-bottom: 1px solid #e0e0e0;
}
.productshow .rightinfo .content{
	padding: 20px 0;
}
.productshow .rightinfo .content h3{
	font-size: 16px;
	color: #4c4c4c;
}
.productshow .rightinfo .content *{
	color: #4c4c4c;
	font-size: 14px;
}
.lunbolist {
    padding: 0 0 30px 0;
}
.lunbolist .leftlunbo {
    width: 53%;
    float: left;
}
.lunbolist .leftlunbo .swiper-slide img {
    width: 100%;
}
.lunbolist .leftlunbo .swiper-slide img.on {
    border: 1px solid #00a388;
}
.sub-detail .tab_menu{
	border-bottom: 1px solid #eaeaea;
}
.sub-detail .tab_menu li{
	display: inline-block;
	font-size: 18px;
	color: #484848;
	padding: 10px 30px;
	border-radius: 10px 10px 0 0;
	cursor: pointer;
}
.sub-detail .tab_menu li:hover{
	background: #0093dd;
	color: #fff;
}
.sub-detail .tab_menu li.current{
	background: #0093dd;
	color: #fff;
}
.tab_box {
    padding: 30px 0;
	border-bottom: 1px solid #eaeaea;
}
.tab_box .hide {
    display: none;
}
.tab_box .item img{
	max-width: 100%;
}

.s_about{
	padding: 50px 0;
}
.s_about img{
	max-width: 100%;
}
.index_horor .ny_title{
	text-align: center;
	padding: 30px 0;
}
.ny_horor .top{
	padding:0 0 0 0;
}
.index_horor .ny_title h3 {
    font-size: 30px;
}
.index_horor .ny_title p {
    font-size: 20px;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
}
.joblist .title{
			text-align: center;
		}
		.joblist .title h3{
			font-size: 36px;
			color: #005a89;
			
			position: relative;
			display: inline-block;
		}
		.joblist .title h3::after{
			font-size: 39px;
			    content: 'Recruiting Centre';
			    position: absolute;
			    top: -15px;
			    color: #d9d9d9;
			   
			    white-space: nowrap;
			    left: -75px;
			    z-index: -1;
			    opacity: 0.5;
		}
		.joblist{
			padding: 50px 0;
		}
		.joblist .cateLeft{
			width: 283px;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			padding: 15px;
			border-radius: 10px;
			border: 1px solid #e5e5e5;
			float: left;
		}
		.job_main{
			justify-content: space-between;
			padding: 30px 0 0 0;
		}
		.job_main .search_input{
			background-color: #f5f5f5;
			border-radius: 10px;
		}
		.job_main .search_input input[type=text]{
			height: 36px;
			border: 0;
			float: left;
			background-color: #f5f5f5;
		}
		.job_main .search_input input[type=submit]{
			background: url(../images/jobsearch.png) no-repeat center;
			height: 36px;
			border: 0;
			width: 40px;
			float: left;
			background-color: #f5f5f5;
		}
		.job_main .jobs{
			padding: 20px 0 15px;
		}
		.job_main .jobs h3{
			font-size: 18px;
			
		}
		.job_main .jobs .detail{
			padding: 15px 0 0 0;
		}
		.job_main .jobs .detail a{
			display: block;
			padding: 7px 0;
		}
		.job_main .jobs .detail a .circle{
			border-radius: 50%;
			border: 1px solid #dedede;
			width: 12px;
			height: 12px;
			display: inline-block;
			vertical-align: middle;
			position: relative;
		}
		.job_main .jobs .detail a:hover .circle::after{
			border-radius: 50%;
			border: 4px solid #00689f;
			width: 8px;
			height: 8px;
			content: '';
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			margin: auto;
		}
		.job_main .jobs .detail a.active .circle::after{
			border-radius: 50%;
			border: 4px solid #00689f;
			width: 8px;
			height: 8px;
			content: '';
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			margin: auto;
		}
		.job_main .jobs .detail a p{
			font-size: 14px;
			display: inline-block;
			vertical-align: middle;
			position: relative;
			top: 1px;
			margin-left: 3px;
		}
		.job_main .jobdetil{
			width: 100%;
			
		}
		.job_main .jobdetil ul li{
			padding: 30px;
			border: 1px solid #e5e5e5;
			overflow: hidden;
			margin-bottom: 25px;
			border-radius: 10px;
		}
		.job_main .jobdetil ul li .infoLeft{
			float: left;
			width: 81%;
		}
		.job_main .jobdetil ul li a{
			overflow: hidden;
			display: block;
		}
		.job_main .jobdetil ul li a .tit{
			font-size: 18px;
			color: #2b2b2b;
		}
		.job_main .jobdetil ul li a .line{
			width: 100%;
			height: 2px;
			background-color: #c7c7c7;
			margin: 15px 0;
		}
		.job_main .jobdetil ul li .more{
			float: right;
		}
		.job_main .jobdetil ul li .content *{
			font-size: 14px;
			line-height: 24px;
		}
		.job_main .jobdetil ul li .content{
			font-size: 14px;
			line-height: 24px;
			height: 72px;
			overflow: hidden;
		}
		.job_main .jobdetil ul li .more img{
			padding-top: 25px;
		}
		.job_main .jobdetil ul li .more img.hov{
			display: none;
		}
		.job_main .jobdetil ul li a:hover .more img.hov{
			display: block;
		}
		.job_main .jobdetil ul li a:hover .more img.z{
			display: none;
		}
		.job_main .jobdetil ul li a:hover .tit{
			color: #00689f;
		}
		.job_main .jobdetil ul li:hover{
			box-shadow: 1px 1px 4px #dbdbdb;

		}
		.about_choose {
    background: url(../images/introduction_bg.jpg) no-repeat center;
    height: 970px;
}
.about_choose .title {
    text-align: center;
    padding: 50px 0;
}
.about_choose .title h3 {
    font-size: 30px;
    color: #4c4c4c;
	font-weight:bold;
}
.about_choose .title .line {
    width: 100px;
    height: 3px;
    background: #0061ae;
    margin: 20px auto;
	font-weight:bold;
}
.about_choose .chooselist .item {
    overflow: hidden;
    padding: 10px 0;
	display: flex;
    justify-content: space-between;
}
.about_choose .chooselist .item:nth-child(2){
	flex-direction:row-reverse;
}
.about_choose .chooselist .item .word {
    width: 30%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #e8e8e8;
    text-align: left;
    color: #4c4c4c;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 70px 0 0 70px;
}
.about_choose .chooselist .item .word h3 {
    font-size: 24px;
    font-weight: bold;
}
.about_choose .chooselist .item .word p {
    font-size: 24px;
    padding-top: 5px;
}
.about_choose .chooselist .item .img {
    width: 67%;
    position: relative;
}
.about_choose .chooselist .item .img img {
    width: 100%;
}
.about_choose .chooselist .item .img .zhezhao {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(29,52,95,.8);
    color: #fff;
    font-size: 14px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 60px 25px 0 25px;
    transition: .3s all ease-in-out;

}
.about_choose .chooselist .item .img .zhezhao p {
    line-height: 29px;
}
.main_job {
    padding: 20px 0 40px;
}
.main_job .title {
    padding-bottom: 30px;
}
.main_job .title h3 {
    font-size: 30px;
    font-family: "SulSan-Bold";
}
.main_job .content {
    line-height: 2;
    font-size: 14px;
}
.main_job .content * {
    line-height: 2;
    font-size: 14px;
}



@media screen and (min-width: 300px) and (max-width: 768px){
	.banner_noindex{
		background-size: 100% auto;
    background-repeat: no-repeat;
    height: 41vw;
	}
	.about_choose .chooselist .item .word{
		width:100%;
		    height: auto;
    padding: 20px 10px 20px 10px;



	}
	.bannermobile img{
		width:100%;
	}
	.about_choose .chooselist .item .img .zhezhao{
		padding: 30px 25px 30px 25px;
		position: relative;
	}
	.index_new .new_cate ul li a {
    display: inline-block;
    font-size: 14px;
    color: #4c4c4c;
    padding: 15px 0;
}
.index_new .container {
    position: relative;
    padding: 30px 10px;
}
.index_new .grey2{
	width: 72%;
}
	.about_choose .chooselist .item .img img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.about_choose .title{
	padding:30px 0;
}
.about_choose .title h3 {
    font-size: 24px;
    color: #4c4c4c;
}
.about_choose{
	height:auto;
	padding:0 0 30px 0;
	background-size: cover;
}
.about_choose .title .line{
	margin: 20px auto 0;
}
	.about_choose .chooselist .item .img {
		width: 100%;
		position: relative;
	}
	.about_choose .chooselist .item{
		flex-wrap:wrap;
	}
	.csr {
    padding: 30px 0;
}
.csr .ctx {
	flex-wrap:wrap;
}
.csr .img{
	width:100%;
}
.csr .img img{
	width:100%;
}
.index_horor .ny_title {
    text-align: center;
    padding: 30px 0 0 0;
}
	.container{
		width: 100%;
		padding: 0 10px;
	}
	.pc{
		display: none!important;
	}
	.mobile{
		display: block!important;
	}
	.header-top .rightit{
		display: none;
	}
	.header .nav{
		display: none;
	}
	.header .searchform{
		display: none;
	}
	.header .logo {
	    float: left;
	    line-height: 60px;
	}
	.header .logo img{
		height: 50px;
	}
	.banner img{
		width: 100%;
	}
	.banproblem .zb{
		display: none;
	}
	.index_recomm {
	    padding: 30px 0 0 0;
	}
	.index_recomm .title p {
	    font-size: 16px;
	    color: #4c4c4c;
	    opacity: .4;
	    position: absolute;
	    top: -8px;
	    left: 0;
		display:none;
	}
	.index_recomm .title h3 {
	    font-size: 20px;
	    color: #4c4c4c;
	    font-weight: bold;
	}
	.index_recomm .recommlist .swiper-container {
	    padding: 15px 0 30px;
	}
	.index_recomm .recommlist .pad {
	    padding: 10px 0;
	    flex-wrap: wrap;
	}
	.index_recomm .recommlist .info:before{
		height: 100%;
	}
	.index_recomm .recommlist .info {
	    
	    width: 100%;
	    padding: 10px 20px 10px 20px;
	    margin-right: 0;
		margin-bottom:20px;
	}
	.index_recomm .recommlist .info p {
	    font-size: 12px;
	    color: #4c4c4c;
	    line-height: 1.8;
	}
	.index_recomm .recommlist .info h3 {
	    font-size: 17px;
	    color: #4c4c4c;
	    margin-bottom: 15px;
	}
	.index_recomm .recommlist .img {
	    padding: 5px;
	    
	    width: 100%;
	}
	.index_recomm .recommlist .swiper-button-next{
		display: none;
	}
	.index_recomm .recommlist .info a{
		padding: 8px 60px 8px 20px;
	}
	.index_about .aboutinfo {
	    width: 100%;
	    background: #fff;
	    box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    height: auto;
	    padding: 30px 20px 20px 20px;
	}
	.index_about {
	    background-size: cover;
	    height: auto;
		padding: 20px 0;
	}
	.index_about .aboutinfo .title p {
	    position: absolute;
	    font-size: 18px;
	    color: #4c4c4c;
	    left: 0;
	    top: -6px;
	    opacity: .5;
		display:none;
	}
	.index_about .aboutinfo .title h3 {
	    font-size: 22px;
	    color: #0067b3;
	}
	.index_about .aboutinfo .title {
	    position: relative;
	    padding-bottom: 20px;
	}
	.index_about .number .item h3 span {
	    font-size: 28px;
	    color: #363636;
	}
	.index_about .number .item h3 {
	    font-size: 18px;
	    color: #363636;
	}
	.index_about .number {
	    padding: 30px 0;
	}
	.index_about .more a{
		padding: 8px 60px 8px 20px;
	}
	.index_about2 .about_title {
	    width: 100%;
	    float: left;
	    padding: 0px 0 0 0px;
	}
	.index_about2 .about_title h3 {
	    color: #4c4c4c;
	    font-size: 24px;
	    padding: 0 0 20px 0;
	}
	.index_about2 .about_title p.desc {
	    font-size: 14px;
	    color: #4c4c4c;
	    width: 100%;
	    line-height: 22px;
	}
	.index_about2 .about_title .wenzi .left {
	    width: 100%;
	}
	.index_about2 .about_title .wenzi p.imgp {
	    padding-left: 15px;
	    padding-top: 10px;
	}
	.index_about2 .about_title .wenzi .left .list{
		padding: 15px 0;
	}
	.index_about2 .about_title .wenzi .right {
	    width: 100%;
	    padding-left: 10px;
	}
	.index_about2 .rightimg{
		width: 100%;
		padding: 15px 0 0 0;
	}
	.index_about2 .about_title .wenzi .right p {
	    font-size: 14px;
	    color: #4c4c4c;
	    line-height: 25px;
	    font-weight: 600;
	}
	.index_horor .top .img {
	    width: 100%;
	}
	.index_horor .top .img img{
		width: 100%;
	}
	.index_horor .top .info {
	    width: 100%;
		padding: 25px;
	}
	.index_horor .bottom ul li {
	    width: 49%;
	    padding: 10px 0;
	}
	.index_horor {
	    padding: 0px 0 20px 0;
	}
	.index_horor .title p {
    font-size: 16px;
	display:none;
}
.index_horor .title h3 {
    font-size: 20px;
}
	.index_horor .top {
	    padding: 30px 0 20px;
	}
	.index_product .item .info {
	    width: 100%;
	    box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    padding: 30px 20px 20px 30px;
	    background: url(../images/cc.png) no-repeat 0 6px;
	    background-size: 60px 60px;
	}
	.index_product .item .titles h3 {
	    font-size: 20px;
	    color: #4c4c4c;
	}
	.index_product .item .content .line {
	    width: 40px;
	    height: 3px;
	    background: #0067b3;
	    margin: 10px 0;
	}
	.index_product .item .img img {
	    max-width: 100%;
	}
	.index_product .item .img{
		width: 100%;
	}
	.index_product .item .grey{
		width: 50%;
	}
	.index_product .item {
	    padding: 30px 0;
	    position: relative;
	}
	.index_product {
	    padding: 30px 0;
	}
	.index_product .title h3 {
	    font-size: 20px;
	    color: #4c4c4c;
	    font-weight: bold;
		
	}
	.index_product .title p {
	    font-size: 16px;
	    color: #4c4c4c;
	    opacity: .4;
	    position: absolute;
	    top: -8px;
	    left: 0;
		display:none;
	}
	.index_case {
	    padding: 30px 0;
	}
	.index_case .title h3 {
	    font-size: 20px;
	    color: #4c4c4c;
	    font-weight: bold;
		
	}
	.index_case .title p {
	    font-size: 16px;
	    color: #4c4c4c;
	    opacity: .4;
	    position: absolute;
	    top: -8px;
	    left: 0;
		display:none;
	}
	.index_case .index_caselist ul li {
	    float: left;
	    width: 100%;
	    margin-right: 0;
	    margin-bottom: 20px;
	}
	.index_new .newlist {
	    float: right;
	    width: 70%;
	    position: relative;
	    padding-bottom: 50px;
	}
	.index_new .more{
		padding: 7px 60px 7px 20px;
		bottom: 10px;
	}
	.index_new .index_newleft {
	    float: left;
	    width: 28%;
	}
	.index_new .index_newleft .title p {
	    font-size: 13px;
	    color: #4c4c4c;
	    opacity: .4;
	    position: absolute;
	    top: -8px;
	    left: 0;
		display:none;
	}
	.index_new .index_newleft .title h3 {
	    font-size: 20px;
	    color: #4c4c4c;
	    font-weight: bold;
	}
	.index_new .grey {
	    position: absolute;
	    height: 100%;
	    width: 72%;
	    background: #f6f6f6;
	    top: 0;
	    right: 0;
	}
	.index_new .newlist .swiper-button-next, .index_new .newlist .swiper-button-prev {
	    top: 95%;
	    width: 30px;
	    height: 30px;
	}
	.footer {
	    display: none;
	}
	.mobilemenu {
	    width: 50px;
	    height: 50px;
	    overflow: hidden;
	    position: relative;
	    top: 5px;
	    z-index: 9;
	    float: right;
	}
	.mobilemenu span {
	    top: 25px;
	}
	.mobilemenu span:first-child {
	    content: "";
	    top: 17px;
	    left: 0;
	}
	.mobilemenu span, .mobilemenu span:first-child, .mobilemenu span:last-child {
	    left: 14px;
	    position: absolute;
	    background: #000;
	    -webkit-transition: all 0.5s ease;
	    transition: all 0.5s ease;
	    width: 27px;
	    height: 2px;
	    -webkit-border-radius: 30px;
	    border-radius: 30px;
	}
	.mobilemenu span:last-child {
	    content: "";
	    top: 34px;
	}
	.navmobile {
	    z-index: 99;
	    background: rgba(0, 103, 179, .9);
	    overflow: auto;
	    margin-left: 0;
	    width: 80%;
	    top: 0;
	    margin-left: -80%;
	    height: 100%;
	    position: fixed;
	    transition: all .2s linear;
	    z-index: 999;
	}
	.navmobile>.container>ul>li>a {
	    color: #fff;
	    width: 100%;
	    float: none;
	    font-size: 14px;
	    text-align: center;
	    padding: 15px 0;
	    border-bottom: 1px solid #7a7a7a;
	    display: block;
	    position: relative;
	}
	.navmobile>.container>ul>li>a.cate:after {
	    position: absolute;
	    right: 10px;
	    content: "+";
	    top: 12px;
	    font-size: 18px;
	}
	.navmobile>.container>ul>li>ul {
	    display: none;
	}
	.navmobile>.container>ul>li>ul>li>a {
	    font-size: 12px;
	    color: #fff;
	    padding: 10px 0;
	    text-align: center;
	    display: block;
	}
	.location .fnav{
		display: none;
	}
	.location .loc {
	    padding: 8px 0;
	}
	.location a {
	    font-size: 12px;
	    color: #4c4c4c;
	    display: inline-block;
	    vertical-align: middle;
	}
	.about_top .container{
		flex-wrap: wrap;
	}
	.about_top .compinfo {
	    width: 100%;
	}
	.about_bottom .bottom .whitez {
	    display: inline-block;
	    width: 100%;
	    box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    background: #fff;
	    vertical-align: bottom;
	    padding: 25px 15px 25px 15px;
	}
	.about_top .compinfo .log {
	    padding: 25px 0;
	}
	.about_top .compinfo .jj h3 {
	    font-size: 20px;
	    color: #fff;
	}
	.about_top .compinfo .jj p {
	    font-size: 15px;
	    color: #fff;
		line-height: 2;
	}
	.about_top .compinfo .content {
	    padding-top: 50px;
	}
	.about_top .img img{
		width: 100%;
	}
	.about_bottom .bottom .bluezi {
	    width: 100%;
	    padding: 20px 10px;
	    background: #0067b2;
	    display: inline-block;
	    box-sizing: border-box;
	}
	.about_bottom .bottom {
	    position: relative;
	    width: 100%;
	    bottom: 0;
	    font-size: 0;
	}
	.about_top {
	    background: url(../images/about_top1.jpg) no-repeat center top;
	    padding-bottom: 30px;
	}
	.about_bottom .pg {
	    padding: 35px 0 0 0;
	}
	
	.about_bottom .pg h3 {
	    font-size: 24px;
	    color: #fff;
	}
	.about_bottom .pg p {
	    font-size: 16px;
	    color: #fff;
	    line-height: 2;
	}
	.about_bottom .container {
	    position: relative;
	    height: auto;
	}
	.about_bottom {
	    background: url(../images/abbt.jpg) no-repeat center;
	    height: auto;
	    background-size: cover;
	    position: relative;
	}
	.cptedian .tit h3 {
	    font-size: 18px;
	    color: #fff;
	}
	.cptedian {
	    background: url(../images/cptd1.jpg) no-repeat center;
	    height: auto;
	    text-align: center;
	    background-size: cover;
	    box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    padding: 20px 0;
	}
	.cptedian .xx {
	    display: flex;
	    justify-content: center;
	    padding-top: 20px;
	    flex-wrap: wrap;
	}
	.cptedian .xx .ll {
	    padding: 0 20px;
	    width: 100%;
	}
	
	.cptedian .xx .rr {
	    padding: 0px 20px;
	    width: 100%;
	}
	.cptedian .xx p {
	    font-size: 13px;
	    color: #fff;
	    line-height: 2;
	    text-align: left;
	}
	.feature .item p {
	    font-size: 12px;
	    color: #4c4c4c;
	    line-height: 1.5;
	}
	.feature .item h3 {
	    font-size: 14px;
	    color: #4c4c4c;
	    margin: 15px 0;
	}
	.feature .item h3 {
	    font-size: 14px;
	    color: #4c4c4c;
	    margin: 10px 0;
	}
	.feature .item {
	    width: 50%;
	    background: #f7f7f7;
	    height: auto;
	    box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    padding: 15px 15px 15px 15px;
	}
	.feature2 .item p {
	    font-size: 12px;
	    color: #fff;
	    line-height: 1.5;
	}
	.feature2 .item h3 {
	    font-size: 14px;
	    color: #fff;
	    margin: 15px 0;
	}
	.feature2 .item h3 {
	    font-size: 14px;
	    color: #fff;
	    margin: 10px 0;
	}
	.feature2 .item {
	    width: 50%;
	    height: auto;
	    box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    padding: 15px 15px 15px 15px;
	}
	.feature2{
		height: auto;
		background-size: cover;
	}
	.gytop .title h3 {
	    font-size: 21px;
	    color: #4c4c4c;
	    position: relative;
	    display: inline-block;
	    padding: 25px 50px;
	}
	.gytop .title h3::before {
	    width: 40px;
	    height: 2px;
	    content: '';
	    background: #4a87ba;
	    position: absolute;
	    left: 0;
	    top: 38px;
	}
	.gytop .title h3::after {
	    width: 40px;
	    height: 2px;
	    content: '';
	    background: #4a87ba;
	    position: absolute;
	    right: 0;
	    top: 38px;
	}
	.gytop .title p {
	    font-size: 13px;
	    color: #4c4c4c;
	    opacity: .5;
	    letter-spacing: 2px;
	}
	.gywenzi .linfo .info {
	    background: rgba(255,255,255,.8);
	    box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    padding: 30px 15px;
	    width: 100%;
	    box-shadow: 1px 1px 4px #cfcdcd;
	}
	.gywenzi .linfo {
	    width: 100%;
	    box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    float: left;
	    padding-top: 20px;
	}
	.gywenzi .linfo .info h3 {
	    font-size: 16px;
	    color: #4c4c4c;
	    font-weight: bold;
	    margin-bottom: 10px;
	}
	.gywenzi .linfo .info p {
	    font-size: 13px;
	    color: #4c4c4c;
	    line-height: 2;
	}
	.gywenzi .bluewz {
	    width: 100%;
	    float: right;
	    box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    background: #0093dd;
	    padding: 20px 15px 20px 15px;
	}
	.gywenzi .bluewz .box{
		flex-wrap: wrap;
	}
	.gywenzi .bluewz .item{
		width: 100%;
	}
	.gywenzi .bluewz .tit {
	    font-size: 17px;
	    color: #fff;
	    margin-bottom: 15px;
	    padding-left: 15px;
	    position: relative;
	}
	.gywenzi .bluewz .item p {
	    font-size: 13px;
	    color: #fff;
	    line-height: 22px;
	}
	.gywenzi .bluewz .item h3 {
	    font-size: 15px;
	    color: #fff;
	}
	.jiegou .item .list {
	    justify-content: space-between;
	    padding: 20px 0;
	    flex-wrap: wrap;
	}
	.jiegou .item .itemlist {
	    width: 32%;
	    box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    border: 1px solid #eaeaea;
	    box-shadow: 2px 2px 5px #eaeaea;
	    text-align: center;
	    padding: 20px 0;
	}
	.jiegou .item .itemlist .img img {
	    max-height: 50px;
	}
	.jiegou .item .itemlist .img {
	    height: 55px;
	}
	.jiegou .item .tit {
	    font-size: 18px;
	    color: #4c4c4c;
	    padding-left: 15px;
	    position: relative;
	}
	
	.wuli .title h3 {
	    font-size: 21px;
	    color: #4c4c4c;
	    position: relative;
	    display: inline-block;
	    padding: 25px 50px;
	}
	.wuli .title h3::before {
	    width: 40px;
	    height: 2px;
	    content: '';
	    background: #4a87ba;
	    position: absolute;
	    left: 0;
	    top: 38px;
	}
	.wuli .title h3::after {
	    width: 40px;
	    height: 2px;
	    content: '';
	    background: #4a87ba;
	    position: absolute;
	    right: 0;
	    top: 38px;
	}
	.wuli .title p {
	    font-size: 13px;
	    color: #4c4c4c;
	    opacity: .5;
	    letter-spacing: 2px;
	}
	.moreImg .swiper-button-next:after, .moreImg .swiper-button-prev:after{
		font-size: 25px;
	}
	.moreImg .gallery-thumbs {
	    padding-top: 20px;
	    width: 70%;
	}
	.products .title h3 {
	    font-size: 21px;
	    color: #4c4c4c;
	    position: relative;
	    display: inline-block;
	    padding: 25px 50px;
	}
	.products .title h3::before {
	    width: 40px;
	    height: 2px;
	    content: '';
	    background: #4a87ba;
	    position: absolute;
	    left: 0;
	    top: 38px;
	}
	.products .title h3::after {
	    width: 40px;
	    height: 2px;
	    content: '';
	    background: #4a87ba;
	    position: absolute;
	    right: 0;
	    top: 38px;
	}
	.products .title p {
	    font-size: 13px;
	    color: #4c4c4c;
	    opacity: .5;
	    letter-spacing: 2px;
	}
	.products .pls {
	    padding-top: 10px;
	}
	.products .pls .item {
	    float: left;
	    width: 49%;
	    box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    padding: 30px 15px 15px 15px;
	    margin-bottom: 15px;
		border: 1px solid #eaeaea;
		margin-right:2%;
	}
	.products .pls .item:nth-child(2n){
		margin-right:0;
	}
	.products .pls .item .info .number {
	    font-size: 25px;
	    color: #4c4c4c;
	}
	.products .pls .item .info p {
	    font-size: 13px;
	    color: #4c4c4c;
	    line-height: 2;
	}
	.products .pls .item .info .jt {
	    position: absolute;
	    bottom: 8px;
	    right: 0;
		display:none;
	}
	.new-list .title h3 {
	    font-size: 21px;
	    color: #4c4c4c;
	    position: relative;
	    display: inline-block;
	    padding: 25px 50px;
	}
	.new-list .title h3::before {
	    width: 40px;
	    height: 2px;
	    content: '';
	    background: #4a87ba;
	    position: absolute;
	    left: 0;
	    top: 38px;
	}
	.new-list .title h3::after {
	    width: 40px;
	    height: 2px;
	    content: '';
	    background: #4a87ba;
	    position: absolute;
	    right: 0;
	    top: 38px;
	}
	.new-list .title p {
	    font-size: 13px;
	    color: #4c4c4c;
	    opacity: .5;
	    letter-spacing: 2px;
	}
	.new-list .item {
	    float: left;
	    width: 100%;
	    margin-right: 0;
	    box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    padding: 20px 15px;
	    border: 1px solid #eaeaea;
	    margin-bottom: 15px;
	}
	.case-list .title h3 {
	    font-size: 21px;
	    color: #4c4c4c;
	    position: relative;
	    display: inline-block;
	    padding: 25px 50px;
	}
	.case-list .title h3::before {
	    width: 40px;
	    height: 2px;
	    content: '';
	    background: #4a87ba;
	    position: absolute;
	    left: 0;
	    top: 38px;
	}
	.case-list .title h3::after {
	    width: 40px;
	    height: 2px;
	    content: '';
	    background: #4a87ba;
	    position: absolute;
	    right: 0;
	    top: 38px;
	}
	.case-list .title p {
	    font-size: 13px;
	    color: #4c4c4c;
	    opacity: .5;
	    letter-spacing: 2px;
	}
	.case-list .list-case .item {
	    width: 100%;
	    margin-right: 0;
	    float: left;
	    margin-bottom: 15px;
	    position: relative;
	}
	.n_contact .title h3 {
	    font-size: 21px;
	    color: #4c4c4c;
	    position: relative;
	    display: inline-block;
	    padding: 25px 50px;
	}
	.n_contact .title h3::before {
	    width: 40px;
	    height: 2px;
	    content: '';
	    background: #4a87ba;
	    position: absolute;
	    left: 0;
	    top: 38px;
	}
	.n_contact .title h3::after {
	    width: 40px;
	    height: 2px;
	    content: '';
	    background: #4a87ba;
	    position: absolute;
	    right: 0;
	    top: 38px;
	}
	.n_contact .title p {
	    font-size: 13px;
	    color: #4c4c4c;
	    opacity: .5;
	    letter-spacing: 2px;
	}
	.case-list .list-case .item .number {
	    position: absolute;
	    width: 40px;
	    height: 40px;
	    text-align: center;
	    line-height: 40px;
	    border-radius: 50%;
	    background: #0093dd;
	    left: -5px;
	    top: -15px;
	    color: #fff;
	    font-size: 14px;
	}
	.n_contact .item {
	    text-align: center;
	    width: 100%;
	    padding: 15px 0;
	}
	.n_contact .contact_icon {
	    justify-content: space-between;
	    padding: 20px 0;
	    flex-wrap: wrap;
	}
	.n_contact .item p {
	    font-size: 13px;
	    color: #4c4c4c;
	    margin-top: 10px;
	}
	.n_contact .contact_form .secound {
	    padding: 20px 0;
	}
	.n_contact .submit {
	    text-align: center;
	    padding: 10px 0 20px 0;
	}
	.n_contact .submit input {
	    border: 1px solid #ccccce;
	    background: #fff;
	    display: inline-block;
	    padding: 7px 40px;
	    font-size: 13px;
	    color: #4c4c4c;
	    border-radius: 20px;
	}
	.mapbox .infobox {
	    width: 100%;
	    float: left;
	    background: #0093dd;
	    text-align: right;
	    box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    padding: 25px 55px 25px 0;
	}
	.mapbox .icon .img img{
		width: 45px;
	}
	.mapbox .icon {
	    position: absolute;
	    top: 60px;
	    left: auto;
	    right: 0;
	    transform: translateX(0%);
	}
	.mapbox .infobox .tit {
	    font-size: 15px;
	    color: #fff;
	}
	.mapbox .infobox .item {
	    padding: 15px 0;
	}
	.mapbox .infobox .item p {
	    font-size: 13px;
	    color: #fff;
	    line-height: 2;
	}
	.mapbox .infobox .item h3 {
	    font-size: 16px;
	    color: #fff;
	}
	.mapbox .maps {
	    width: 100%;
	    float: right;
	}
	.productshow .leftimg {
	    width: 100%;
	    float: left;
	}
	.productshow .rightinfo {
	    float: right;
	    width: 100%;
	}
	.productshow .rightinfo .title h3 {
	    font-size: 24px;
	    color: #4c4c4c;
	}
	.productshow .rightinfo .title {
	    padding: 10px 0 15px;
	    border-bottom: 1px solid #e0e0e0;
	}
	.productshow {
	    padding: 29px 0;
	}
	.lunbolist .leftlunbo {
	    width: 100%;
	    float: left;
	}
	.sub-detail .tab_menu li {
	    display: inline-block;
	    font-size: 15px;
	    color: #484848;
	    padding: 8px 20px;
	    border-radius: 10px 10px 0 0;
	    cursor: pointer;
	}
	.tab_box {
	    padding: 20px 0;
	    border-bottom: 1px solid #eaeaea;
	}
	.joblist .cateLeft{
					width: 100%;
				}
				.job_main .jobdetil {
				    width: 100%;
				    float: right;
				}
				.job_main .jobdetil ul li .more img {
				    padding-top: 25px;
				    width: 30px;
				}
				.joblist .title h3::after {
				    font-size: 30px;
					content: 'Recruiting Centre';
					position: absolute;
					top: -15px;
					color: #d9d9d9;
					white-space: nowrap;
					left: -11px;
					z-index: -1;
					opacity: 0.5;
				}
				.joblist .title h3 {
				    font-size: 28px;
				}
				
				.joblist .title {
					text-align: center;
					padding: 30px 0 0 0;
				}
				.job_main .jobdetil ul li {
				    padding: 15px;
					margin-bottom: 0;
					margin-top: 15px;
				}
				.joblist {
				    padding: 0 0 30px 0;
				}
}
@media screen and (min-width: 769px) and (max-width: 1200px){
	.container{
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding: 0 10px;
	}
	.header .nav ul li a {
	    font-size: 14px;
	    color: #4c4c4c;
	    display: block;
	    padding: 0 1vw;
	}
	.index_new .container {
    position: relative;
    padding: 30px 10px;
}
	
}
@media screen and (min-width: 769px) and (max-width: 870px){
	.header .searchform{
		display: none;
	}
	.header-top .rightit{
		display: none;
	}
}