body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: "微软雅黑";
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color:#ffffff;
}

a{
	color: #333333;
	text-decoration: none !important;
}

a:hover {
	color: #046cb7;
	text-decoration: none !important;
}

em {
	font-style: normal;
}

li {
	list-style: none;
}

img {
	border: 0;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	word-wrap: break-word;
}

input:focus,textarea:focus,.swiper-button-next:focus,.swiper-button-prev:focus,.swiper-pagination-bullet:focus,button:focus{
    outline:none;
}

*::selection {
    background-color: #046cb7;
    color: white;
}

*::-moz-selection {
    background-color: #046cb7;
    color: white;
}

*::-webkit-selection {
    background-color: #046cb7;
    color: white
}

/*更改bootstrap的css部分*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, 
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, 
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, 
.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, 
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, 
.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, 
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, 
.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding: 0;
}
@media (max-width: 991px) {
	.container {
		width: 688px;
		padding: 0;
	}
}
@media (max-width: 767px) {
	.container {
		width: 335px;
		padding: 0;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
		padding: 0;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 95%;
	}
}
@media (min-width: 1250px) {
	.container {
		width: 95%;
	}
}
@media (min-width: 1650px) {
	.container {
		width: 1400px;
	}
}
/*头部公共样式 star star star*/
.header {
	width: 100%;
	height: 110px;
	position: relative;
	left: 0;
	top: 0;
	z-index: 1000;
	background-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.header .logo img {
	width: 100%;
}
.main-nav-active
{
    background-color:#ffffff;
}




.header .header-new {
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
}

.header .header-new .logo {
	width: 244px;
	height: 50px;
	display: block;
	float: left;
	margin-top: 23px;
}

.header .header-new .nav {
	height: auto;
	float: right;
}

.header .header-new .nav ul {
	height: auto;
	position: relative;
}

.header .header-new .nav ul li {
    float: left;
    height: 110px;
    line-height: 110px;
    width: 100px;
    margin: 0 5px 0 0;
}

.header .header-new .nav ul li .tits {
	color: #000000;
	font-size: 18px;
	line-height: 110px;
	float:left;
	width: 100%;
    text-align: center;
}

.header .header-new .nav ul li .tits:hover {
    color: #046cb7;
    line-height: 110px;
    display: block;
    font-weight: bold;
}

.header .header-new .nav ul li .on {
	color: #046cb7;
    line-height: 110px;
    display:block;
    font-weight: bold;
}

.header .header-new .nav ul li .c1 {
    left: 95px;
}

.header .header-new .nav ul li .c2 {
	left: 200px;
}

.header .header-new .nav ul li .c3 {
	left: 305px;
}

.header .header-new .nav ul li .c4 {
    left: 410px;
}

.header .header-new .nav ul li .c5 {
    left: 515px;
}

.header .header-new .nav ul li .header-con {
	width: 120px;
	background: #fff;
	position: absolute;
	top: 110px;
	display: none;
	z-index: 10;
	text-align:center;
}

.header .header-new .nav ul li .header-con .line {
	width: 76px;
	height: 3px;
	position: absolute;
	margin-top: 0;
	top: 0!important;
}

.header .header-new .nav ul li .header-con .l1 {
	left: 0;
	top: 2px;
}

.header .header-new .nav ul li .header-con .l2 {
	/*width: 76px;*/
	height: 3px;
	position: absolute;
	left: 0;
	top: 2px;
}

.header .header-new .nav ul li .header-con .l3 {
	/*width: 90px;*/
	left: 217px;
	top: 2px;
}

.header .header-new .nav ul li .header-con .l4 {
	left: 217px;
	top: 2px;
}

.header .header-new .nav ul li .header-con .l5 {
	right: 97px;
	top: 2px;
}

.header .header-new .nav ul li .header-con .l6 {
	left: 430px;
	top: 2px;
}

.header .header-new .nav ul li .header-con .header-list {
	width: 120px;
	height: auto;
	float: left;
}

.header .header-new .nav ul li .header-con .header-list a {
	width: 120px;
	float: left;
	height: 46px;
	border-bottom: 1px solid #f2f2f2;
	font-size: 16px;
	line-height: 46px;
	color: #666666;
	display: block;
}

.header .header-new .nav ul li .header-con .header-list a span {
	font-family: Simsun;
	margin-right: 12px;
}

.header .header-new .nav ul li .header-con .header-list a:hover {
	color: #046cb7;
}

.header .header-new .nav ul li .header-con .header-list .list-new {
	width: 120px;
	height: auto;
	float: left;
}

.header .header-new .nav ul li .header-con .header-list .list-new a {
	width: 120px;
	float: left;
	height: 46px;
	border-bottom: 1px solid #f2f2f2;
	font-size: 16px;
	line-height: 46px;
	color: #666666;
	display: block;
}

.header .header-new .nav ul li .header-con .header-list .list-new a span {
	font-family: Simsun;
	margin-right: 12px;
}

.header .header-new .nav ul li .header-con .header-list .list-new a:hover {
	color: #046cb7;
}

.header .header-new .nav ul li .header-con .header-con-new {
	width: 252px;
	padding-left: 30px;
	border-left: 1px solid #f2f2f2;
	float: left;
	margin-top: 35px;
}

.header .header-new .nav ul li .header-con .header-con-new .tit {
	font-size: 24px;
	line-height: 24px;
	font-family: Impact;
	color: #046cb7;
	text-transform: uppercase;
}

.header .header-new .nav ul li .header-con .header-con-new .tit1 {
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	display: block;
	min-height: 75px;
	margin-top: 13px;
}

.header .header-new .nav ul li .header-con .header-con-new .tit1:hover {
	color: #046cb7;
}

.header .header-new .nav ul li .header-con .header-con-new .more {
	width: 144px;
	height: 32px;
	color: #999;
	display: block;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	line-height: 32px;
	padding-left: 10px;
	font-size: 14px;
	margin-top:10px;
}

.header .header-new .nav ul li .header-con .header-con-new .more:hover {
	color: #046cb7;
}



.wyb_s{position: relative;z-index: 99; display:none;}
.t_navs{ width: 100%;}
.t_navs::after{content: "";display: block;clear: both;}
/*正常屏幕显示*/
.t_navs .top{ width: 100%; float: left; position: relative; margin-bottom:69px;}
.t_navs .top ._b{width: 100%; float:right;}
.t_navs .top ._b::after{content: "";display: block;clear: both;}
/*logo*/
.t_navs .top .logo{ line-height: 0; float: left; position:absolute; top: 20px;}
.t_navs .top .logo img{ width:78%;}
/*一级导航*/
.t_navs .top .right{ float: right;}
.t_navs .top .right .menu{float: left;}
.t_navs .top .right .menu ul{float: left;}
.t_navs .top .menu .nli{ float: left; position: relative;padding: 16px 6.5px 0px;}
.t_navs .top .menu .nli span a{ display: block;color: #333; position: relative;line-height: 45px;font-size: 16px;padding: 0 18px;}
/*鼠标经过样式*/
.t_navs .top .menu .nli:hover span a{ color: #ffffff;
    background-color: #046cb7;
    padding: 0 18px;}
.t_navs .top .menu .nli.on span a{
	color: #ffffff;
    background-color: #046cb7;
    padding: 0 18px;
	}

/*input*/
.t_navs .top .inputbox{width: 177px;float: left;margin-left: 60px;position: relative;margin-top: 21px;}
.t_navs .top .inputbox input{width: 100%;height: 28px;border: 1px solid #999;padding: 0 30px 0 12px;display: block;font-size: 14px;color: #333;border-radius: 3px;}
.t_navs .top .inputbox img{width: 16px;display: block;position: absolute;right: 6px;top: 50%;margin-top: -8px;}
/*二级导航*/
.t_navs .top .sub{ display: none; position: absolute; top:100%; left: 50%; z-index: 4;
transform: translate(-50%,0);
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
-moz-transform: translate(-50%,0);
-o-transform: translate(-50%,0);}
.t_navs .top .sub1{width: 200px;background: rgba(255,255,255,0.6);}
.t_navs .top .sub1 .l2{position: relative;}
.t_navs .top .sub1 .l2 .a2{display: block;font-size: 14px;color: #666;line-height: 30px;border-bottom: 1px solid #fff;text-align: center;position: relative;}
.t_navs .top .sub1 .l2 .a2::after{content: "";display: block;width: 10px;height: 10px;border-top: 2px solid #046cb7;border-right: 2px solid #046cb7;position: absolute;right: 6px;top: 50%;margin-top: -6px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg); }
.t_navs .top .sub1 .l2 .a2:hover{color: #046cb7;}

.t_navs .top .sub1 .l2.l2_noerji .a2::after{display:none;}


.t_navs .top .sub1 .l2 .listbox{width: 170px;position: absolute;left: calc(100% + 1px);top: 0;background: rgba(255,255,255,0.6);display: none;}
.t_navs .top .sub1 .l2 .listbox::after{content:"";display: block;width: 1px;height: 100%;position: absolute;right: 100%;top: 0;}
.t_navs .top .sub1 .l2 .listbox .list{width: 100%;border-bottom: 1px solid #fff;}
.t_navs .top .sub1 .l2 .listbox .list a{font-size: 14px;color: #666;line-height: 30px;display: block;text-align: center;}
.t_navs .top .sub1 .l2 .listbox .list a:hover{color: #046cb7;}
.t_navs .top .sub2{width: 180px;background: rgba(255,255,255,0.6);}
.t_navs .top .sub2 .l2{border-bottom: 1px solid #fff;}
.t_navs .top .sub2 .l2 a{font-size: 14px;color: #666;line-height: 30px;display: block;text-align: center;}
.t_navs .top .sub2 .l2 a:hover{color: #046cb7;}
.t_navs .top ._t {
    text-align: right;
    float: right;
    margin-right: 17px;
    position: relative;
    top: 12px;
}
.t_navs .top ._t a {
    font-size: 20px;
    color: #549fac;
    display: inline-block;
    vertical-align: middle;
}
.t_navs .top ._t span{font-size: 12px;color: #737373;display: inline-block;vertical-align: middle;margin: 0 4px;}
.t_navs .top ._t .span2{margin: 0;}
.t_navs .top ._t a:hover,
.t_navs .top ._t a.on{color: #046cb7;}

.t_navs .top .logo img {
        width: 168px !important;
}
header .header_top {
	width: 100%;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	background-color: #046cb7;
	color: #FFFFFF;
}
.header_top p {
	float: left;
}
.header_top .headerR {
	float: right;
}
.headerR .header_search {
	width: 150px;
	height: 31px;
	overflow: hidden;
	border-bottom: 1px solid #FFFFFF;
	line-height: 30px;
	margin: 6px 0;
}
.header_search input {
	width: 130px;
	height: 30px;
	background-color: transparent;
	box-shadow: none;
	border: none;
	color: #FFFFFF;
}
input::-webkit-input-placeholder { 
	color: #FFFFFF; 
}
input:-moz-placeholder{ 
	color: #FFFFFF; 
}
input:-ms-input-placeholder{ 
	color: #FFFFFF; 
}
input:placeholder{ 
	color: #FFFFFF; 
}
.headerR .headerSt {
	display: block;
	font-size: 12px;

	color: #FFFFFF;
	margin: 0 25px 0 0;
	float: left;
}
.headerR .headerEn {
	display: block;
	float: left;
	font-size: 12px;

	color: #FFFFFF;
	margin: 0 35px 0 0;
}
.headerEn .en {
	width: 20px;
	line-height: 19px;
	height: 20px;
	overflow: hidden;
	background-color: #FFFFFF;
	border-radius: 50%;
	float: left;
	margin: 12px 7px 0 0;
}
header .logo {
	display: block;
	width: 95px;
	overflow: hidden;
	margin-top: 26px;
	float: left;
}
header .logo img {
	width: 100%;
}
header .header_bottom {
	width: 100%;
	height: 110px;
	background-color: rgba(255,255,255,0.9);
	position: relative;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.header_bottom .header_menu {
	width: auto;
	height: 110px;
	overflow: hidden;
	float: right;
}
.header_menu>li {
	width: 107px;
	float: left;
	margin: 0 30px 0 0;
}
.header_menu>li>a {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 108px;
	overflow: hidden;
	color: #000000;
	font-size: 18px;
}
.header_menu>li:last-of-type {
	margin: 0;
}
.header_menu>li:hover>a {
	color: #046cb7;
	font-weight: bold;
}
.header_menu>li.active>a {
	color: #046cb7;
	font-weight: bold;
}
.header_menu>li>.headerBg {
	width: 100%;
	overflow: hidden;
	display: none;
	padding: 40px 0 38px;
	background-color: #f9f9f9;
	position: fixed;
	top: 100px;
	left: 0;
}
.headerBg h3 {
	font-size: 22px;
	color: #000000;
	margin: 0 0 10px;
}
.headerBg .hm_left {
	width: 107px;
	overflow: hidden;
	float: left;
}
.hm_left .headerTwo {
	width: 100%;
	overflow: hidden;
}
.headerTwo p {
	height: 41px;
	float: left;
	position: relative;
}
.headerTwo p:nth-of-type(2n+1) {
	width: 107px;
}
.headerTwo p:nth-of-type(2n) {
	width: 107px;
}
.headerTwo p:nth-of-type(1),.headerTwo p:nth-of-type(2) {
	height: 48px;
	padding-top: 7px;
}
.headerTwo p:nth-last-of-type(1),.headerTwo p:nth-last-of-type(2) {
	height: 48px;
	padding-bottom: 7px;
}
.headerTwo p a {
	display: block;
	width: 107px;
	line-height: 40px;
	font-size: 16px;
	color: #333333;
	text-align:center;
}
.headerTwo p:nth-of-type(2n) a {
	
}
.headerTwo p:hover a {
	color: #046cb7;
}
.headerTwo p:hover:before {
	display: block;
	content: '';
	width: 2px;
	height: 22px;
	background-color: #046cb7;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	right: -1px;
}
.headerBg .hm_core{
	width: 200px;
	overflow: hidden;
	float: left;
	margin: 0 0 0 35px;
}
.hm_core li {
	width: 100%;
	overflow: hidden;
}
.hm_core h3 {
	margin: 0 0 20px;
}
.hm_core p {
	width: 100%;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}
.hm_core p a {
	color: #949494;
}
.hm_core p a:hover {
	color: #046cb7;
}
.headerBg .hm_right {
	width: 400px;
	overflow: hidden;
	float: right;
	margin: 0 17px 0 0;
}
.hm_right a {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 18px 0;
}
.hm_right a:first-of-type {
	border-bottom: 1px solid #949494;
}
.hm_right a .hm_img {
	width: 110px;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	float: left;
}
.hm_img img {
	width: 100%;
	transition: all 1s;
}
.hm_right a .hm_txt {
	width: calc(100% - 125px);
	width: -moz-calc(100% - 125px);
	width: -webkit-calc(100% - 125px);
	overflow: hidden;
	float: left;
	margin: 0 0 0 15px;
}
.hm_txt h4 {
	line-height: 32px;
	color: #333333;
}
.hm_txt p {
	font-size: 12px;
	line-height: 20px;
	color: #949494;
	height: 60px;
	overflow: hidden;
}
.hm_right a:hover .hm_txt h4 {
	color: #046cb7;
} 
.hm_right a:hover .hm_img img {
	transform: scale(1.1);
}
header .headerSm {
	width: 100%;
	overflow: hidden;
	border-top: 15px solid #046cb7;
	background-color: #FFFFFF;
	padding: 23px 0 0;
	height: 150px;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.headerSm .logoSm {
	display: block;
	width: 347px;
	overflow: hidden;
	float: left;
}
.logoSm img {
	width: 100%;
}
.headerSm .rightSm {
	width: 155px;
	height: 53px;
	float: right;
	margin: 16px 0;
}
.rightSm .searchSm {
	width: 53px;
	height: 100%;
	float: left;
}
.rightSm .menuIcon {
	width: 62px;
	height: 49px;
	float: right;
	margin: 2px 0;
	background: url(../images/menu.png) no-repeat center center;
	position: relative;
}
.rightSm .menuIcon.menuClick {
	background: #FFFFFF;
}
.menuIcon li {
	width: 100%;
	height: 8px;
	border-radius: 4px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -4px 0 0 -31px;
	background-color: #046cb7;
	transform: rotate(-45deg);
	display: none;
}
.rightSm .menuIcon.menuClick li {
	display: block;
}
.menuIcon li:nth-of-type(2) {
	transform: rotate(45deg);
}
header .menuSm {
	width: 100%;
	height: calc(100% - 149px);
	height: -moz-calc(100% - 149px);
	height: -webkit-calc(100% - 149px);
	background-color: #efefef;
	overflow: hidden;
	position: fixed;
	left: -100%;
	top: 149px;
	padding: 30px 0 0;
	transition: all 1s;
}
.menuSm li {
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-size: 36px;
	padding: 0 50px;
	text-align: center;
}
.menuSm li a {
	color: #000000;
}
.search_content {
	width: 100%;
	height: 54px;
	background-color: #cbcbcb;
	display: none;
}
.search_content input {
	width: 100%;
	height: 100%;
	background-color: transparent;
	padding: 0 20px;
	font-size: 16px;
	color: #FFFFFF;
	border: none;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
@media only screen and (min-width: 750px) and (max-width: 1199px)
{
    .index1_title h1 
    {
        margin: 0px 0 10px !important;
        text-align: center;
        padding-top: 70px;
    }
    .index1_title {
        margin: 0px auto 0px !important;
    }
    .aboutinfo p {
        font-size: 24px !important;
        line-height: 50px !important;
    }
    .index2_list li a {
        width: 48% !important;
    }
    .index2_list li a:nth-of-type(2n+1) {
        margin: 10px 27px 10px 0;
    }
    .index2_menu li {
        width: 30% !important;
        font-size: 20px !important;
        line-height: 60px !important;
        font-size: 20px !important;
    }
    .index2_title p {
        font-size: 18px !important;
    }
    .index2 .index2_more {
	    width: 160px !important;
	    height: 60px !important;
	    line-height: 60px !important;
	    font-size: 18px !important;
    }
    .index3_title p {
        font-size: 18px !important;
    }
    #c_static_001_P_4825-1696664799184 .e_image-8 {
        margin-top: 96px;
        height: 70px !important;
    }
    .aboutinfo a {
        width: 160px !important;
        height: 50px !important;
        line-height: 50px !important;
    }
    #c_static_001_P_4825-1696664799184 .e_text-10 {
        font-size: 18px !important;
    }
    .index6 .pic {
        height: 404px !important;
    }
    .footer_bottom {
        font-size: 16px !important;
    }
    .ba_text1 {
        position: absolute !important;
        top: 17% !important;
    }
    .ba_text1 p {
        line-height: 30px !important;
        font-size: 22px !important;
    }
    .ba_text1 span {
        font-size: 18px !important;
    }
    .ba_text1 a
    {
        display:none !important;
    }
    .aboutinfo p:nth-child(3)
    {
        display:none !important;
    }
    .aboutinfo p {
        margin: 0 0 25px !important;
    }
    .header .header-new .nav {
        display: none;
    }
    .wyb_s
    {
        display:block;
    }
}
@media only screen and (max-width: 991px) {
	header .header_top ,header .header_bottom {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	header {
		height: 86px;
	}
	header .headerSm {
	    border-top: 5px solid #046cb7;
	    background-color: #FFFFFF;
	    padding: 10px 0 0;
	    height: 72px;
	    box-shadow: 0 0 10px rgba(0,0,0,0.2);
	}
	.headerSm .logoSm {
	    width: 191px;
	}
	.headerSm .rightSm {
	    width: 65px;
	    height: 40px;
	    margin: 4px 0;
	}
	.rightSm .searchSm {
		width: 24px;
		height: 24px;
		margin: 8px 0;
	}
	.searchSm img {
		width: 100%;
	}
	.rightSm .menuIcon {
		width: 30px;
		height: 30px;
		margin: 5px 0;
		background-size: 100%;
	}
	.menuIcon li {
		height: 4px;
		border-radius: 2px;
		margin: -2px 0 0 -15px;
	}
	header .menuSm {
		height: calc(100% - 71px);
		height: -moz-calc(100% - 71px);
		height: -webkit-calc(100% - 71px);
		top: 71px;
		padding: 20px 0 0;
	}
	.menuSm li {
		height: 50px;
		line-height: 50px;
		font-size: 24px;
		padding: 0 30px;
		text-align: center;
	}
	.search_content {
		height: 39px;
	}
	.search_content input {
		font-size: 14px;
		border-top: 1px solid #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
	}
    .ba_text1 {
        position: absolute !important;
        top: 17% !important;
    }
    .ba_text1 p {
        line-height: 30px !important;
        font-size: 22px !important;
    }
    .ba_text1 span {
        font-size: 18px !important;
    }
    .ba_text1 a
    {
        display:none !important;
    }
    .aboutinfo p:nth-child(3)
    {
        display:none !important;
    }
    .aboutinfo p {
        margin: 0 0 15px !important;
    }
    .index_banner video {
        position: relative;
        top: 0px;
        z-index: 99;
        display: block;
    }
    .ba_text1 {
        position: absolute;
        top: 0;
    }
    .about_rl {
        display: none !important;
    }
    .about_lt {
        width: 100% !important;
    }
    .index2_title h1:before {
        top: -20px !important;
    }
    .index2_title h1 {
        padding-top: 35px !important;
    }
    .index2 img {
        top: 0 !important;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 12px !important;
    }



/*手机端导航显示*/
.t_navs .menuph{ display: block;}
.t_navs .xialaph{ display: block;}
/*手机端样式*/
.t_navs .top{ padding: 0 15px; width: 100%; position: fixed; top: 0; left: 0; z-index: 4; background: #fff;border-bottom: 1px solid #d0c9c9; height:115px;}
.t_navs .logo{ width:244px; margin-top: 17px; float: left;}
.t_navs .logo img{ width:168px;}
/*右侧三条杠*/
.t_navs .menuph{ float: right; width: 28px; height: 22px; cursor: pointer; text-align: center; margin: 50px 0;}
.t_navs .menuph .point { display: inline-block;  width: 28px;  height: 22px; position: relative;}
/*手机端导航显示*/
.t_navs .menuph{ display: block;}
.t_navs .xialaph{ display: block;}
/*手机端样式*/
.t_navs .top{ padding: 0 15px; width: 100%; position: fixed; top: 0; left: 0; z-index: 100; background: #fff;border-bottom: 1px solid #d0c9c9; height: 78px;}
/*右侧三条杠*/
.t_navs .menuph {
    float: right;
    width: 28px;
    height: 7px;
    cursor: pointer;
    text-align: center;
    margin: 18px 0;
}
.t_navs .menuph .point {
    display: inline-block;
    width: 28px;
    height: 0px;
    position: relative;
}
.t_navs .menuph .navbtn {
    position: absolute;
    top: 10px;
    right: 12px;
    display: inline-block;
    width: 37px;
    height: 4px;
    background: #046cb7;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.t_navs .menuph .navbtn::after,
.t_navs .menuph .navbtn::before { position: absolute; right: 0; display: inline-block; width: 28px; height: 4px; content: ''; background: #046cb7;
-webkit-transition: all .3s ease-out 0s;  
-moz-transition: all .3s ease-out 0s;  
-ms-transition: all .3s ease-out 0s;  
-o-transition: all .3s ease-out 0s;  
transition: all .3s ease-out 0s;}

.t_navs .menuph .navbtn::after { top: -15px; }
.t_navs .menuph .navbtn::before {
    top: 15px;
}
.t_navs .menuph .point.active .navbtn{ background: transparent;}
.t_navs .menuph .point.active .navbtn::after{ -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0;}
.t_navs .menuph .point.active .navbtn::before { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 0;}
/*一级导航*/
.t_navs .xialaph{ position: fixed; left: 0; top: 72px; float: left; width: 100%; height: 100%; overflow: scroll; padding: 21px 15px 100px 15px; display: none; z-index:99; background:#fff;}
.t_navs .xialaph .ul2,
.t_navs .xialaph .ul3{ display: none;}
.t_navs .xialaph h4 a{ float: left;width: 45%; color: #333333;line-height: 50px;font-size: 18px;} 
.t_navs .xialaph h4{ float: left; width: 100%; position: relative;}
.t_navs .xialaph li:last-child h4::before{ content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background-color: #e7e7e7;}
.t_navs .xialaph h4:hover a,
.t_navs .xialaph h5:hover a{ color: #046cb7;}
.t_navs .xialaph h5 a{ float: left; width: 100%; color: #1f1f1f;line-height: 45px; text-transform: uppercase;font-size: 16px; font-weight:normal;}
.t_navs .xialaph h5{ float: left; width: 100%; position: relative;}
.t_navs .xialaph h5::after{ content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background-color: #e7e7e7;}
.t_navs .xialaph h4 img{ width: 15px; height: 8px; float: right; margin-top: 24px; cursor: pointer;}
.t_navs .xialaph h5 img{ width: 20px; height: 12px; float: right; margin-top: -25px; margin-right: 18px; cursor: pointer;}
.t_navs .xialaph h4.active img.img_s,
.t_navs .xialaph h5.active img.img_s{ display: none;}
.t_navs .xialaph h4.active img.img_d,
.t_navs .xialaph h5.active img.img_d{ display: block;}
.t_navs .xialaph .ul2{ float: left; width: 100%; padding: 0 10px;}
.t_navs .xialaph .ul3{padding-bottom: 10px; padding-left: 15px; z-index: 1; position: relative;}
.t_navs .xialaph .ul3::after{ content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background-color: #e7e7e7;}
.t_navs .xialaph li:last-child .ul3::after{ display: none;}
.t_navs .xialaph .ul3 li a{ color: #333;line-height: 54px; display: block;font-size: 28px;}
.t_navs .xialaph .ul3 li:hover a{color: #046cb7;}
.t_navs .xialaph .ul3 li{ padding-top: 5px;}
.t_navs .xialaph .ul3 li:first-child{ padding-top: 0;}
.t_navs .xialaph .abox{width: 100%;font-size: 0;text-align: center;float: left;margin-top: 38px;margin-bottom: 38px;}
.t_navs .xialaph .abox a{font-size: 30px;color: #737373;line-height: 20px;display: inline-block;vertical-align: middle;}
.t_navs .xialaph .abox span{font-size: 24px;color: #737373;line-height: 20px;display: inline-block;vertical-align: middle;margin: 0 10px;}
.t_navs .xialaph .input{width: 100%;position: relative;float: left;}
.t_navs .xialaph .input input{width: 100%;height: 43px;padding: 0 60px 0 12px;font-size: 18px;color: #333;border: 1px solid #eee;}
.t_navs .xialaph .input img{width: 22px;display: block;position: absolute;right: 13px;top: 50%;margin-top: -14px;}
/*二级三级导航箭头*/
.t_navs .img_d,
.t_navs .disno{ display: none;}



    .header .header-new .nav {
        display: none;
    }
    .header .logo img {
        width: 168px;
    }
    .ss1 {
        display: none;
    }
    .w2
    {
        display: none;
    }
    .wyb_s
    {
        display:block;
    }
    .index2_title h1 {
        padding: 60px 0px 15px !important;
    }
    .swiper-container {
        width: 100% !important;
        margin-top: 78px;
    }
    .index2_title p {
        font-size: 14px !important;
        line-height: 25px !important;
        padding: 0px 15px 35px 15px !important;
    }
    .index2_title {
        background-color: inherit !important;
    }
    .t_navs .top .logo {
        top: 0px !important;
    }
    .honorslist {
        width: 100% !important;
        margin-right: 0 !important;
        height: auto !important;
        margin-bottom: 30px;
    }
    .honorslist_all {
        height: auto !important;
        padding-top: 35px !important;
    }
    .index2_title {
        position: initial !important;
    }
    .index_about h1 {
        font-size: 20px !important;
    }
    .index_about p {
        font-size: 14px !important;
        line-height: 23px !important;
    }
    .index_about {
        left: 7% !important;
    }
    .index_about span {
        margin-bottom: 20px !important;
    }
    .brief_02 {
        margin-top: 78px !important;
    }
    .product-left .product-search img {
        padding-top: 13px !important;
    }

}
@media only screen and (min-width: 992px) {
	header .search_content {
		display: none !important;
	}
	header .headerSm {
		display: none;
	}
	header .header_bottom {
	    height: 90px;
	}
	.header_bottom .header_menu {
	    height: 90px;
	}
	header .logo {
	    width: 187px;
	    top: 17px;
		margin-top: 22px;
	}
	.header_menu>li {
	    margin: 0 10px 0 0;
		width: 90px;
	}
	.header_menu>li>a {
	    line-height: 90px;
		font-size: 16px;
	}
	.header_menu>li>.headerBg {
		top: 135px;
	}
	.headerBg .hm_right {
	    width: 350px;
	    margin: 0;
	}
	.about {
		width: 95% !important;
	}
	.aboutinfo {
		
	}
	.aboutimg {
		width: 44% !important;
	}
	.index6 .desc {
		font-size: 18px !important;
	}
}
@media only screen and (min-width: 1250px) {
	header .header_bottom {
	    height: 90px;
	}
	.header_bottom .header_menu {
	    height: 90px;
	}
	header .logo {
	    width: 187px;
	    top: 17px;
	}
	.header_menu>li {
	    margin: 0 5px 0 0;
	}
	.header_menu>li>a {
	    line-height: 90px;
	}
	.header_menu>li>.headerBg {
		top: 90px;
		padding-left: 523px;
	}
	.headerBg .hm_right {
	    width: 400px;
	    margin: 0 17px 0 0;
	}
}

@media only screen and (min-width: 1450px) {
	header .header_bottom {
	    height: 110px;
	}
	.header_bottom .header_menu {
	    height: 110px;
	}
	header .logo {
	    width: 244px;
	    top: 17px;
	}
	.header_menu>li {
	    margin: 0 5px 0 0;
	}
	.header_menu>li>a {
	    line-height: 110px;
	}
	.header_menu>li>.headerBg {
		top: 110px;
		padding-left: 523px;
	}
	.headerBg .hm_right {
	    width: 400px;
	    margin: 0 17px 0 0;
	}
}
/*公共底部样式部分*/

/*S footer*/
.footer {
    background: url('../images/footer_bg.jpg') center top no-repeat;
    background-size: cover;
	position: relative;
    z-index: 9;

}
.footer .footer_fixed{
    position:fixed;
    z-index: 100;
    bottom: 35px;
    right: 35px;
}
.footer_fixed .top_btns,.footer_fixed .contact_btns{
    width:50px;
    padding:12px;
    background:#ffffff;
    display:block;
    box-sizing:border-box;
    margin-top: 12px;
    border-radius:10px;
    box-shadow:0 0 10px 0 rgba(0,0,0,.1);
    font-size: 16px;
    text-align: center;
    color: #0062ff;
}
.footer_fixed .top_btns:hover, .footer_fixed .contact_btns:hover{
    box-shadow:0 0 20px 0 rgba(0,0,0,.14);
}
.footer .footer_top {
    padding: 45px 0 65px;
    /* display: flex; */
    /* flex-direction: row; */
    /* justify-content: space-between; */
}

.footer .footer_wrapper {

}

.footer_nav {
    /* float: left; */
    display: inline-block;
}

.footer_nav li {
    font-size: 14px;
    line-height: 2.2;
    padding-right: 100px;
    float: left;
}

.footer_nav li:last-child {
    padding-right: 0;
}

.footer_nav h3 {
    font-size: 18px;
    color: #222222;
    padding-right: 15px;
	margin-bottom: 15px;
}

.footer_nav .footer_nav_item {
}

.footer_nav .footer_nav_item a {
    color: #666666;
    display: block;
    padding-right: 15px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.footer_nav .footer_nav_item a:hover {
    padding-right: 5px;
    padding-left: 10px;
}

.contact_us_footer {
    font-size: 14px;
    /* float: right; */
    float: right;
	max-width: 480px;
}

.contact_us_footer h3 {
    font-size: 22px;
    color: #222222;
    font-weight: bold;
}

.contact_us_footer .number {
    line-height: 24px;
    padding: 30px 0 10px;
}

.contact_us_footer .n1 {
    font-size: 24px;
    color: #046cb7;
    margin-right: 35px;
    font-weight: bold;
}

.contact_us_footer .n2 {
    color: #999999;
    font-weight: lighter;
}

.contact_us_footer .contact_f_list {

}

.contact_f_list li {
    margin-top: 13px;
}

.contact_f_list .tips {
    color: #999999;
    font-weight: lighter;
}

.contact_f_list .details {
    color: #222222;
}

.contact_us_footer .contact_f_list2 {

}

.contact_f_list2 li {
    margin-top: 13px;
	float: left;
    margin-right: 13px;
}

.contact_f_list2 .tips {
    color: #999999;
    font-weight: lighter;
}

.contact_f_list2 .details {
    color: #222222;
}

.footer_bottom {
    border-top: 1px solid #e7e7e7;
    padding: 25px 0 30px;
    color: #ffffff;
    font-size: 14px;
    line-height: 25px;
    text-align:center;
    background-color: #000000;
}

.footer_bottom .left {
    float: left;
}

.footer_bottom a {
    color: #999999;
}

.footer_bottom .tect {
    padding-right: 20px;
}

.footer_bottom .right {
    float: right;
}

.footer .footer_icon {
    display: inline-block;
}

.footer .footer_icon a {
    margin-left: 25px;
    position: relative;
}
.footer .footer_icon .ewm{
    position:absolute;
    width:130px;
    bottom: 40px;
    left: -60px;
    background:#ffffff;
    padding: 15px 15px 0 15px;
    box-sizing:border-box;
    display: none;
    line-height: 2.5;
}
.footer .footer_icon a:hover .ewm{
    display:block;
}
.footer .footer_icon .ewm_wrappepr{

    position: relative;

    text-align: center;

    font-size: 13px;

    font-weight: normal;
}
.footer .footer_icon .ewm_wrappepr:after{
    content:'';
    background:url('../images/ico_jiao.png');
    width:20px;
    height:10px;
    background-size:100% 100%;
    position:absolute;
    bottom: -10px;
    left: calc(50% - 5px);
}

.footer .footer_icon .ewm img{
    display:block;
    margin:0;
    padding:0;
    margin-left: 5px;
}

@media screen and (max-width: 1600px) {

    .footer_nav li {
        padding-right: 70px;
    }

    .contact_us_footer .n1 {
        font-size: 22px;
        margin-right: 25px;
    }

    .contact_us_footer .number {
        padding: 20px 0 1px;
    }

    .contact_f_list .details {
        padding-top: 5px;
    }
}

@media screen and (max-width: 1440px) {
    .footer_nav h3 {
        font-size: 16px;
    }

    .footer_nav li {
        font-size: 14px;
    }

    .footer_nav li {
        padding-right: 57px;
    }

    .footer_bottom {
        padding: 15px 0 20px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1199px) {
    .footer .footer_fixed{
        bottom:10px;
        right:10px;
    }
    .footer_fixed .contact_btns, .footer_fixed .top_btns {
        width:36px;
        padding:8px;
        margin-top: 6px;
        border-radius:5px;
        font-size: 14px;
    }

    .footer_nav, .footer_bottom .right {
        display: none;
    }

    .contact_us_footer {
        float: none;

    }

    .footer .footer_top {
        padding: 20px 0 15px;
    }

    .boxs {
        width: 92%;
    }

    .contact_us_footer .n1 {
        font-size: 26px;
        margin-right: 15px;
    }

    .contact_us_footer .n2 {
        color: #666666;
        display: block;
    }
    .page a {
        padding: 0 15px !important;
    }
    .box_title h4 {
        font-size: 20px !important;
    }
    .article .post h1 {
        font-size: 20px !important;
    }
    .article .padding-large {
        padding: 50px 10px 0px !important;
    }
    #c_new_list_083-1646622384999 {
        margin-top: 0px !important;
    }
}
/*公共顶部图片*/
.banner {
	width: 100%;
	height: 402px;
	overflow: hidden;
	position: relative;
	margin: 155px 0 0;
}
.banner .bannerCom {
	width: 100%;
	height: 375px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top center;
}
.banner .bannerTxt {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-image: url(../images/bannerBg.png);
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	left: 0;
	top: 0;
	padding: 135px 0 0;
	color: #FFFFFF;
	font-size: 14px;
}
.bannerTxt h1 {
	
	font-weight: bold;
	font-size: 72px;
	color: rgba(255,255,255,0.09);
	position: relative;
	margin: 0 0 15px;
}
.bannerTxt h1 span {
	font-family: "微软雅黑";
	font-size: 48px;
	color: #FFFFFF;
	font-weight: normal;
	position: absolute;
	left: 10px;
	top: -15px;
}
.bannerTxt p {
	padding: 0 10px;
}
@media only screen and (max-width: 991px) {
	.banner {
		margin: 150px 0 0;
		height: 411px;
	}
	.banner .bannerCom {
		background-size: 100%;
	}
	.banner .bannerTxt {
		background-image: url(../images/bannerBgS.png);
		background-position: bottom center;
		background-size: 100%;
		padding: 185px 0 0;
		font-size: 22px;
	}
	.bannerTxt h1 {
		font-size: 54px;
		margin: 0 0 5px;
	}
	.bannerTxt h1 span {
		font-size: 52px;
		left: 5px;
		top: -30px;
	}
	.bannerTxt p {
	    padding: 0 5px;
	}
	.page-banner img {
        height: auto !important;
        width: 100%;
        margin-top: 72px;
    }
    .page-banner-content {
        padding-top: 185px !important;
    }
    .page-banner {
        height: auto !important;
    }
}
@media only screen and (max-width: 767px) {
	.banner {
		margin: 72px 0 0;
		height: 240px;
	}
	.banner .bannerTxt {
		background-position: top center;
		padding: 100px 0 0;
		font-size: 12px;
	}
	.bannerTxt h1 {
		font-size: 32px;
	}
	.bannerTxt h1 span {
		font-size: 36px;
		top: -25px;
	}
}
@media only screen and (min-width: 992px) {
	.banner {
		margin: 135px 0 0;
	}
}
@media only screen and (min-width: 1250px) {
	.banner {
		margin: 155px 0 0;
	}
}


.right_bar{position:fixed; top:300px; right:0; width:50px; height:203px; z-index:100;}
.right_bar li{ width:62px; height:50px; z-index:20; }
.right_bar li.rtbar_li1,.right_bar li.rtbar_li4{ position:absolute; left:0;}
.right_bar li.rtbar_li1{ top:0; width:212px; }
.right_bar li.rtbar_li2{ position:absolute; top:102px; left:0; }
.right_bar li.rtbar_li3{ position:absolute; top:51px; left:0; width:240px; }
.right_bar li.rtbar_li4{ top:153px;}
.rtbar_li4{ position:absolute; top:153px; left:0;}
.right_bar li a{ display:block; color:#FFF; font-size:14px; height:50px; line-height:50px; overflow:hidden; background-color:#046cb7; opacity:0.8; border-radius:6px;}
.right_bar li a img{ display:block; float:left; vertical-align:middle; width:24px; height:24px; margin:12px 12px 14px 14px;}
.right_bar li a:hover{ background-color:#046cb7; opacity:1;}
.rtbar_shwx{ display:none; position:absolute; top:-120px; left:-160px; padding-bottom:9px; }
.rtbar_shwx img{ padding:4px; background-color:#FFF;    width: 160px; }
.right_bar{display:none;}
.rtbar_shwx{top:-50px;}


.page{ float:left; width:100%; margin-bottom:50px; margin-top:30px; text-align:center;}
.page a{ display:inline-block; background:#fff; border:1px solid #eee; border-left:none; font-size:16px; color:#666; line-height:40px; padding:0 20px; text-transform:uppercase;}
.page a.cur,.page a:hover{ background:#046cb7; border-top-color:#046cb7; border-bottom-color:#046cb7; color:#fff;}
.page a:first-child{ border-left:1px solid #eee;}
.p_rt a{ font-size:14px; border-right:none; border-left:1px solid #eee;}
.p_rt a:last-child{ border-right:1px solid #eee;}



.page-about-content{ margin:50px 0px;}
.page-about-content h3{margin-top:0;margin-bottom:26px;font-size:30px; text-align: center;}
.page-about-content img{ width:640px; margin-bottom:10px;}
.page-about-img img{max-width: 100%;}
.page-about-content p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 16px;
    text-align: justify;
}