body{background-color: #1b1b1b}
/*====================导航*********/
.header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	height:50px;
	padding: 0 30px;

}
.ul-news li {
    padding: 30px 25px;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.ul-news .pic {
    float: left;
    width: 220px;
    margin-right: 30px;
}

.ul-news .info {
    overflow: hidden;
    position: relative;
}
.ul-news .pic a {
    display: block;
    position: relative;
    padding-top: 75%;
    overflow: hidden;
}
.ul-news .pic a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.ul-news .info {
    overflow: hidden;
    position: relative;
}
.ul-news .info .btn-arrow {
    position: absolute;
    top: 27px;
    right: 15px;
    width: 24px;
    height: 10px;
    background: url(../images/arrow.png) no-repeat center center;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.ul-news .info h4 {
    font-weight: normal;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 20px 0 16px;
    padding: 2px 0;
}

.ul-news .info h4 a{
    color: #000;
}
.ul-news li:hover .info h4 a{
    color: #14227f;
}
.ul-news .info .btn-arrow{
    position: absolute;
    top: 27px;
    right: 15px;
    width: 24px;
    height: 10px;
    background: url(../images/arrow.png) no-repeat center center;
    opacity: 0;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.ul-news li:hover .info .btn-arrow{
    right: 5px;
    opacity: 1;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.ul-news .desc{
    overflow: hidden;
}
.ul-news .desc p{
    font-size: 14px;
    line-height: 24px;
    color: #808080;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
}
.ul-news .desc .time{
    display: block;
    margin-top: 22px;
    font-family: "å®‹ä½“";
    font-size: 14px;
    color: #999;
    padding-left: 24px;
    background: url(../images/icon-time.png) no-repeat left center;
}
.ul-news .pic:hover a img{
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}
.ny_neirong2 .form {
    padding: 5%;
    background-image: url(../images/bg.jpg);
    background-size: cover;
}
.form-w {
    margin: 0 auto;
    width: 460px;
    max-width: 100%;
}
.form-txt.spe2 {
    width: 30%;
}
.form-btns .b1 {
    background: #e50039;
    color: #ffffff;
    margin-right: 2%;
    border: 1px solid #c32d52;
}
.form-btns .b2 {
    background: #fff;
    color: #666666;
    border: 1px solid #dbdbdb;
}
.form-btns .b {
    width: 212px;
    font-size: 14px;
    cursor: pointer;
    height: 52px;
    border-radius: 5px;
}
button, input[type=submit], input[type=text], input[type=button], select {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-tap-highlight-color: rgba(255,0,0,0);
    outline: 0;
    outline: 0;
    blr: expression(this.onFocus=this.blur());
}

.form-txt {
    line-height: 52px;
    font-size: 14px;
    color: #000000;
    height: 52px;
    margin-bottom: 4%;
    border-radius: 5px!important;
    padding: 0 4%;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    width: 95%;
}
.ny_neirong2  .required {
    display: block;
    width: 100%;
    padding: 10px 20px;
    height: 50px;
    font-weight: normal;
    font-size: 16px;
}
.ny_neirong2 .col-xs-12 {
    margin-bottom: 18px;
    padding-left: 8px;
    padding-right: 8px;
}
.ny_neirong2 .submit {
    margin-top: 3.3%;
    margin-bottom: 7%;
    width: 21%;
    background: #2c61b7;
    color: #fff;
    font-size: 18px;
    height: 45px;
}

.col-xs-12 {
    width: 100%;
}
.col-md-4 {
    width: 33.33333333%;
        float: left;
}
.ul-contact {
    overflow: hidden;
    margin-bottom: 20px;
}
.ul-contact li {
    float: left;
    width: 33.33%;
    background: url(../images/q-line1.png) no-repeat right center;
}
.ul-contact .inner {
    padding: 15px 5px 50px 40px;
}
style.css:1826
.m-intro2 div {
    font-size: 16px;
    line-height: 30px;
}
.ul-contact h4 {
    font-weight: normal;
    font-size: 18px;
    padding: 5px 0 5px 30px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: left center;
}
.p-list {
    width: 1260px;
    overflow: hidden;
    padding-top: 43px;
    padding-bottom: 47px;
}
.footer .text .code .ewm {
    float: left;
    width: 33%;
    MARGIN-left: 5px;
    PADDING-RIGHT: 5px;
}
.footer .text .code .ewm img {
    width: 100%;
}
.footer .text .code span {
    display: block;
    color: #fff;
 TEXT-ALIGN: center;
    margin-top: 24px;
    font-size: 16px;
}

.footer .text form {
    overflow: hidden;
}
.footer .text input {
    height: 45px;
    background: #2e2e2e;
    border: none;
    color: #fff;
    float: left;
    display: block;
    width: 74%;
    padding: 0 5%;
}
.footer .text .submit {
    width: 16%;
    padding: 0px;
    background: #2e2e2e url(../images/fsear.png) 74% 64% no-repeat;
    float: left;
    display: block;
    height: 45px;
    background-size: 88%;
}
.footer .text .code {
    overflow: hidden;
    margin-top: 21px;
}
.footer .text {
    float: right;
    margin-top: 4%;
    padding-right: 14%;
    width: 17%;
}
.footer .fot_box {
    overflow: hidden;
    float: left;
    margin-top: 4%;
    margin-left: 14%;
    width: 55%;
}
.footer .fot_box .list {
    float: left;
    margin-right: 10%;
    min-height: 210px;
    margin-bottom: 9%;
}
.footer .fot_box .list dt {
    font-size: 16px;
    color: #fff;
    height: 36px;
    background: left bottom url(../images/foline.png) no-repeat;
}
.footer .fot_box .list dd a {
    color: #e6e6e6;
    font-size: 12px;
}
.footer .fot_box .list dd {
    margin-top: 18px;
}
.footer {
    width: 100%;
    height: 395px;
    background: #222222;
    overflow: hidden;
}

.cpr_box .left {
    text-align: center;
}
.cpr_box .left a {
    color: #fff;
}
.cpr_box {
    line-height: 80px;
}
.cpr {
    width: 100%;
    background: #000;
    height: 80px;
}

/*左侧logo*/
.header .left{
	width: 12%;
}
.header .left a img{
	height: 40px;
	margin-top: 6px;
}
.header .left .img2{
	display: none;
}
/*右侧*/
.header .nav{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: 50px;
	display: block;
    width: 100%;
}
.header .navbar_nav li{
    float: left;
    position: relative;
    display: block;
    width: 16%;    
}
.header .navbar_nav li:after{
    content: "";
    width: 0;
    height: 2px;
    background: #e50039;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.header .navbar_nav li:hover:after{
    width: 100%;
}
.header .navbar_nav li a{
text-decoration: none;
    height: 100%;
    padding: 0 0px;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    font-size: 16px;
}
.header .navbar_nav li:hover a{
    color: #e50039;
}
.header .navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}
.header .navbar_nav li.dropdown .jt{
	width: 20px;
	height: 20px;
	background: url(i/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}
.header .navbar_nav li.dropdown .dropdown_menu{
	display: none;
	position: absolute;
	top:60px;
	width: 100%;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 120%;
    left: -10%;
}
.header .navbar_nav li.dropdown .dropdown_menu a{
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	margin-bottom: 2px;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu{
	display: block;
	background: #f3f3f3;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a{
	color: #666;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	color: #fff;
    background: #e50039;
}
/*白色背景的头部*/
.header.on{
	background: #ffffff8f;
	border-bottom: 1px solid #ccc;
}
.header.on .left .img1{
	display: none;
}
.header.on .left .img2{
	display: block;
}
.header.on .navbar_nav li a{
	color: #333;
}
.header.on .navbar_nav li:hover a{
	color: orangered;
}
#navToggle{
	display: none;
}

.m_nav{
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
	z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}


.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 120px;
    padding: 0 30px;
}
.header.on .head-right a {
    color: #333;
}
.m_nav.open{
    transform: translateX(0);
}
.m_nav .top{
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}
.m_nav .top .closed{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float:right;
	cursor: pointer;
}
.m_nav .logo{
	width: 100%;
	margin:0 auto;
}
.m_nav .logo img{
	height: 50px;
	display: block;
	margin:30px auto;
}
.m_nav .ul{
	margin-top: 30px;
}
.m_nav .ul li{
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav.open .ul li{
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a{
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%;
}
.m_nav .ul li .dropdown_menu{
	display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu{
	display: block;
}
.m_nav .ul li .dropdown_menu a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a:last-child{
	border: none;
}
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}
.ul-contact .ewm .pic img {
    display: block;
    width: 100%;
    height: 100%;
}
.ul-contact .ewm .pic {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 15px;
}

style.css:1826
.m-intro2 div {
    font-size: 16px;
    line-height: 30px;
}
.ul-contact .ewm {
    overflow: hidden;
    padding-top: 7px;
}
@media screen and (max-width: 992px){

        .ul-news .pic{float: none;width: auto;margin-right: 0;}
    .ul-news .info h4{margin: 10px 0 8px;font-size: 17px;}
    .ul-news .desc p{font-size: 13px;}
    .ul-news .desc .time{margin-top: 10px;}
    .ul-contact li {
    float: none;
    width: auto;
    background: none;
}
    .ul-contact .inner {
    padding: 10px;
}
    .ul-contact h4 {
    margin-bottom: 5px;
    font-size: 16px;
}
    
    .ul-contact p {
    font-size: 13px;
    line-height: 24px;
}
	.header{
		padding: 0 0px;
	}
	.header #navToggle {
		height: 100%;
		padding: 9px 15px;
		margin-right: -15px;
		display: inline-block;
		float: right;
	}
	.header #navToggle span {
		position: relative;
		width: 25px;
		height: 1px;
		margin-top: 19px;
	}
	.header #navToggle span:before,
	.header #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 1px;
		left: 0;
	}
	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #4f4f4f;
	}
	.header #navToggle span:before {
		top: 8px;
	}
	.header #navToggle span:after {
		bottom: 10px;
	}
	.header #navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}
	.header #navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.header #navToggle.open span {
		background: none;
	}
	.header #navToggle.open span:before,
	.header #navToggle.open span:after {
		background: #4f4f4f;
	}
	
	.header .nav{
		display: none;
	}
	
	.banner img{
		height: 600px;
		object-fit: cover;
	}
}