html,
body {
	height: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
.ttel{padding-top:20px;}
.w {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
}
.pr {
    position: relative;
}
.goutong .w{height:300px;}
.goutong .tel a:hover{box-shadow:0 0 10px rgba(255,255,255,.5);}
.goutong{width:100%; height:330px; background:url(bg02.jpg) center; background-size:cover;}
.goutong_1{position:absolute; right:0; bottom:0; width:262px;}
.goutong .txt{width:50%; margin-top:20px;}
.goutong .txt h3{font-weight:normal; font-size:35px; line-height:41px; color:#FFFFFF;}
.goutong .txt h3 img{display:block; float:left; width:auto; height:41px; margin-right:8px;}
.goutong .txt h3:after{content:""; display:block; width:60px; height:1px; background:#FFFFFF; margin-top:12px;}
.goutong .txt p{font-size:14px; line-height:1.6; margin-top:8px; color:#FFFFFF;}
.goutong .txt span{display:block; font-size:14px; line-height:1.6; color:rgba(255,255,255,.7); margin-top:5px;}
.goutong .tel{margin-right:215px; margin-top:45px;}
.goutong .tel p{color:#FFFFFF; font-size:20px; line-height:1.6;}
.goutong .tel p b{font-size:20px; font-weight:normal;}
.goutong .tel p img{width:30px; display:block; float:left; margin-right:7px;}
.goutong .tel a{display:block;border-radius:5px; width:120px; height:40px; background:#FFFFFF; text-align:center; line-height:40px; margin-top:20px; font-size:15px; color:#b1141b;}
.goutong .tel a img{width:25px0px; padding-top:0px;margin-right:10px;}
.goutong{ padding:30px 20px 0;}

.pc_fl {
    float: left;
}
.pc_fr {
    float: right;
}
@media screen and (max-width: 769px){
    .goutong_1{display:none;}
.goutong .txt{width:100%; margin-top:0;}
.goutong .tel{margin-right:0; margin-top:20px;}
.goutong .txt h3{font-weight:normal; font-size:25px; line-height:31px; color:#FFFFFF;}
.goutong .txt h3 img{display:block; float:left; width:auto; height:31px; margin-right:8px;}
.goutong .txt h3:after{content:""; display:block; width:60px; height:1px; background:#FFFFFF; margin-top:12px;}
.goutong{width:100%; height:430px; background:url(bg02.jpg) center; background-size:cover;}
.goutong .tel{float:left;}
.logo img{max-height:60px;}
}
/* Typography*/

body {
	
	font-weight: 400;

}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	color: #232;
	line-height: 1;
	margin-bottom: 20px;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
}

a {
	color: #F8A555;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

input,
textarea,
select {
	width: 100%;
	background: transparent;
	border: 1px solid #ddd;
	padding: 15px 15px;
	font-size: 14px;
	letter-spacing: 1px;
	-webkit-transition: .3s;
	transition: .3s;
}


input:focus,
select:focus,
textarea:focus {
	outline: none;
}

a:active {
	color: #FFF;
	text-decoration: none;
}

p {
	margin-bottom: 10px;
}

blockquote {
	font-style: italic;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


/*Common CSS */

.overlay-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.parallax {
	width: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.btn-primary {
	background-color: #F8A555;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 600px;
	padding: 14px 28px;
	border: 1px solid #F8A555;
	text-transform: uppercase;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.btn-primary:hover {
	background-color: #FFF;
	color: #F8A555;
	border: 1px solid transparent;
}

.btn-primary:focus {
	background-color: #FFF;
	color: #F8A555;
	border: 1px solid transparent;
}

.btn-secondary {
	background-color: #0B3554;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 500px;
	text-transform: uppercase;
	line-height: 0.71;
	padding: 19px 25px;
	border: 1px solid #0B3554;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.btn-secondary:hover {
	background-color: #FFF;
	color: #232;
	border: 1px solid transparent;
}

.btn-link {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #191919;
	text-transform: uppercase;
	padding-left: 0;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.btn-link i {
	font-size: 17px;
	margin-left: 7px;
}

.btn-link:hover {
	color: #F8A555;
	text-decoration: none;
}

.btn-white {
	background-color: #FFF;
	display: inline-block;
	float: left;
	color: #F8A555;
	padding: 15px 30px;
	margin-right: 10px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.btn-white:hover {
	background-color: transparent;
	border: 1px solid #F8A555;
}

.btn-dark {
	background-color: transparent;
	display: inline-block;
	float: left;
	color: #F8A555;
	padding: 15px 30px;
	margin-right: 10px;
	border: 1px solid #F8A555;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.btn-dark:hover {
	background-color: #FFF;
	color: #F8A555;
	border: 1px solid #FFF;
}

.form-control {
	padding: 16px 16px;
}

.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*Owl Carousel */

.owl-carousel .owl-nav button.owl-prev {
	left: 20px;
}

.owl-carousel .owl-nav button.owl-next {
	right: 20px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	border-radius: 100%;
	border: 2px solid #FFF;
	color: #FFF;
	top: 50%;
	transform: translate(0, -10%);
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 40px;
	z-index: 10;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
	visibility: hidden;
}

.owl-carousel:hover .owl-nav button.owl-next,
.owl-carousel:hover .owl-nav button.owl-prev {
	visibility: visible;
	opacity: .2;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
	background-color: rgba(255, 255, 255, 0.2);
	color: #FFF;
	border: 2px solid #D3D3D3;
	opacity: 1;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
	text-align: center;
	margin-left: 0;
}

[class^="flaticon-"]:before,
[class^="flaticon-"]:after {
	font-size: 15px;
}

.owl-dots {
	margin: 50px 0 auto;
	left: 0;
	right: 0;
	text-align: center;
}

.owl-dots button {
	width: 15px;
	height: 15px;
}

.owl-dot {
	width: 7px;
	height: 7px;
	border-radius: 100%;
	border: 1px solid #000;
	background: transparent;
	margin-right: 5px;
	display: inline-block;
}

.owl-carousel button.owl-dot.active {
	background: #F8A555;
}

.owl-carousel button.owl-dot {
	background: #00656D;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
	margin-right: 15px;
}

.testimonial-main-block.theme-3 .owl-carousel button.owl-dot {
	background: #ddd;
}

.rating {
	unicode-bidi: bidi-override;
	margin-bottom: 10px;
	display: inline-block;
}

.rating input {
	position: absolute;
	left: -999999px;
}

.rating label {
	display: inline-block;
	font-size: 0;
}

.h-center {
	margin: 0 auto;
	left: 0;
	right: 0;
}

.v-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.section-heading {
	position: relative;
	padding: 10px 0 20px 0;
	margin-bottom: 50px;
	font-size: 35px;
	line-height: 50px;
}

.section-heading:after {
	content: "";
	width: 70px;
	height: 3px;
	background-color: #F8A555;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 0;
}

.img-fluid-img {
	width: 100%;
}

button:focus {
	outline: none;
}

.container-fluid {
	padding: 0;
	overflow: hidden;
}

.top-40 {
	margin-top: 40px;
}

.btm-50 {
	margin-bottom: 50px;
}

.section p {
	font-size: 17px;
	line-height: 28px;
	font-family: 'Roboto', sans-serif;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
	box-shadow: none;
	background-color: #050D3C;
	color: #FFF;
}

.none-case {
	text-transform: none;
}

.section-padding {
	padding: 100px 0;
}


/* Top Bar */

.top-bar-main-block {
	background-color: #e9e9e9;
	padding: 10px 0px 10px 0;
}
.navbar-default{background:#b1141b;}

.top-nav a {
	color: #444;
	font-size: 14px;
}

.top-nav a:hover {
	color: #F8A555;
}

.top-nav ul li {
	display: inline-block;
	font-size: 14px;padding:0px 15px;
	line-height: 1;
}

.top-nav ul li + li {
	margin-right: 15px;
}
.top-nav ul li.login{margin-right:0px;padding-right:0px;}
.top-nav ul li.reg{padding-left:0px;}
.top-nav ul .login a:after {
	content: "/";
	color: #EDEDED;
	padding-left: 5px;
}

.language-select {
	z-index: 999999;
}

.top-nav .dropdown {
	border-left: 1px solid #EDEDED;
	padding-left: 10px;
}

.top-nav .dropdown i {
	margin-right: 10px;
	margin-left: 10px;
}

.top-nav ul li a i {
	margin-right: 3px;
	font-size: 18px;
}

.top-bar-social ul li {
	display: inline-block;
	color: #444;
	font-size: 14px;
	padding-right: 15px;
	line-height: 1;
}

.top-bar-social i {
	font-size: 18px;
}

.top-bar-social ul li:last-child {
	padding-right: 0;
}

.top-bar-social .call {
	font-size: 15px;
	/*border-right: 1px solid #EDEDED;*/
	margin-right: 15px;
}

.top-bar-social .call i {
	font-size: 13px;
	margin-right: 8px;
}

.top-bar-social .call a {
	font-size: 14px;
}

.top-bar-social ul li a {
	color: #EDEDED;
}

.top-bar-social ul li a:hover {
	color: #F8A555;
}

.dropdown-menu {
	padding: 25px;
}

.dropdown-menu li {
	margin-bottom: 0px;
}

.dropdown-menu li a {
	color: #040C39;
}
.contact-section h5 {
	margin: 30px 0;font-size:24px;color:#F8A555;
}
.contact-detail {
	margin-top: 40px;
}
@media (max-width: 767px) {
	.top-nav {
		text-align: center;
	}
.contact-section h5 {
    margin:30px 0px 0px 0px;
    font-size: 20px;
    color: #F8A555;
}
.contact-detail {
    margin-top: 20px;
}
	.top-bar-social {
		text-align: center !important;
	}

	.top-bar-main-block {
		padding: 20px 0;display:none;
	}
	.about-left img{max-width:100%;}
}

/* Navigation */

.nav-bar-main-block {
	z-index: 99999;
	width: 100%;
}

.nav-bar-main-block.absolute {
	position: absolute;
	padding-top: 20px;
}

.logo {
	padding-top: 20px;
	padding-bottom:20px;
}

.navigation-btn {
	text-align: right;
	padding-top: 15px;
}
.xtel{float:right;padding-top:25px;}
.xtel img{float:left;margin-right:15px;margin-top:3px;}
.xtel p{float:left;}
.xtel p span{display:block;color:#ababab;font-size:16px;}
.xtel p font{display:block;color:#b1141b;font-size:21px;}

@media (max-width: 785px) {
	#cssmenu > ul > li > a {
		padding: 12px;
	}
}

@media (max-width: 767px) {
	.navigation-btn {
		text-align: center;
	}

	.nav-bar-main-block {
		padding: 15px 0;
	}

	.logo {
		text-align: center;
	}

	.navigation-btn {
		display: none;
	}
}

@media (max-width: 576px) {
	.nav-bar-main-block {
		padding: 15px 0;
	}

	.home-main-block .slider-heading {
		font-size: 40px;
		line-height: 60px;
	}
}

.nav-bar-main-block .btn-primary:hover,
.nav-bar-main-block .btn-primary:focus {
	background: #ee5e16;
	color: #FFF;
}

/* Home Slider */

.home-main-block {
	position: relative;
	z-index: 1;
}

.home-slider-bg .overlay-bg {
	opacity: 0.8;
	/*background-color: #0c4d52;*/
}

.home-slider-bg {
	width: 100%;
	height: 600px;
	background-position: 50% bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.slider-dtl {
	margin-top: 100px;
}

.slider-dtl-2 {
	margin-top: 200px;
}

.slider-sub-heading {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 40px;
}

.slider-heading {
	margin-bottom: 60px;
	font-size: 60px;
	line-height: 80px;
}

.slider-btn .btn-white i {
	margin-left: 10px;
}

.slider-btn .btn-dark i {
	margin-left: 10px;
}

#cssmenu > ul > li.has-sub > a {
	margin-right: 5px;
}



.navbar-nav>li{padding:0px 20px;}
.banner img{width:100%;}

.table_card { width:100%; margin:0 auto;margin-top: 20px}
.table_card .tab { height:70px; font-size:24px; background:#b1141b;border-radius:10px;color:#fff}
.table_card .tab li { float:left; height:70px; line-height:70px; padding:0 25px;}
.table_card .tab li img{margin-right:15px;}
.table_card .activ { height:70px !important; background:#f8a555 !important; color:#fff;border-radius:10px;}
.table_card .tabCon { padding:15px;overflow:hidden;color:#b1141b;height:282px;}
.table_card .tabCon div { display:none}
.table_card .tabCon .on { display:block}
.table_card .tabCon div div{display:block;}

.newslist01 { font-size:14px; }
.newslist01 li { line-height:36px;}
.newslist01 li .ding { color:#F30; margin-left:5px}
.newslist01 li .time { float:right; font-size:12px; color:#888}

.cha1,.cha2,.cha3{width:50%;float:left;margin-left:5%;margin-top:10px;}
.cha1 li,.cha2 li{width:30.33%;margin-right:3%;float:left;}
.cha1 li input,.cha2 li input{padding:0px 5px;border:1px solid #b1141b;border-radius:5px;}
.cha3{margin-top:25px;}
.cha3 input{background:#f8a555;border:0px;color:#fff;padding:6px 20px;float:right;width:auto;border-radius:8px;}

.jieguo{margin-top:20px;border-top:5px solid #f2f3f7}
.jieguo a{color:#f8a555;}

.footer{background:#444;padding:40px 0px;color:#fff;}
.fnav{float:left;}
.fnav dl{width:27%;float:left;}
.fnav dl:nth-child(4){width:16%;}
li{list-style:none;line-height:2;}
.fnav dl dt{font-size:18px;border-right:1px solid #fff;margin-bottom:20px;font-weight:normal;text-align:left;width:80%;}
.fright{float:right;}
.fright img{float:left;margin-right:10px;}
.fright p{float:left;}
.t20{margin-top:30px;}
.fright p span{display:block;font-size:15px;}
.fright p font{font-size:18px;}
.footer a{color:#fff;}


.copyright{width:100%;line-height:3;color:#fff;background:#5d5d5d;text-align:center;font-size:16px;}
#back-top{position:fixed;right:30px;bottom:100px;overflow:hidden;width:52px;height:67px;background:url(top.jpg);}
.navbar{margin-bottom:0px !important;}
.inav{background:rgba(100,100,100,0.2);overflow:hidden;padding:10px 0px;}
.inav li{display:inline-block;width:12.33%;height:100px;margin:0px 6%;background:#b1141b;overflow:hidden;border-radius:10px;float:left;}
.inav li a{color:#fff;display:block;text-align:center;font-size:16px;}
.inav li a img{margin-top:10px;}
 .swiper-container {
        width: 100%;
        height: 100%;
		position:relative;
        
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
.chptit{font-size:30px;text-align:center;margin:40px 0px;}
.chptit font{display:block;font-size:24px;}

.chp{/*background:#b1141b;*/overflow:hidden;}
.chp .container{/*background:#f7f7f7;*/overflow:Hidden;margin-top:10px;margin-bottom:10px;border-radius:15px;padding-bottom:30px;}
.table_carda { width:100%; margin:0 auto;margin-top: 20px}
.table_carda .tab { height:70px; font-size:24px; background:rgba(100,100,100,0.2);border-radius:0px;color:#fff}
.table_carda .tab li { float:left; height:70px;text-align:center; line-height:70px; padding:0 25px;cursor: pointer;}
.table_carda .tab li img{margin-right:15px;}
.table_carda .activ { height:70px !important; background:#b1141b !important; color:#fff;border-radius:0px;}
.table_carda .tabCon { background:url(pbg.jpg); padding:15px 0px;overflow:hidden;color:#b1141b;height:262px;}
.table_carda .tabCon div { display:none}
.table_carda .tabCon .on { display:block}
.table_carda .tabCon div div{display:block;}

.table_carda .newslist01 { font-size:14px;overflow:hidden; }
.table_carda .newslist01 li { line-height:36px;width:23.4%;float:left;margin:20px 1%;}
.table_carda .newslist01 li img{width:100%;}
.table_carda .newslist01 li p{background:#b1141b;color:#fff;text-align:center;}
.table_carda .newslist01 li:nth-child(1){margin-left:0px;}
.table_carda .newslist01 li:nth-child(4){margin-right:0px;}

.jhtit{font-size:30px;text-align:center;padding:40px 0px;}
.jhtit font{font-size:24px;display:block;line-height:2;}
.jhl{background:#b1141b;border-radius:10px;overflow:hidden;float:left;padding:10px;position:relative;width:45%;}
.jhl a{display:block;width:120px;margin:0px auto;background:#f8a555;color:#fff;border-radius:10px;text-align:center;font-size:18px;font-weight:400;padding:6px 0px;overflow:hidden;}
.jhl a.jhbtn1{margin-top:-15px !important;z-index:9;}
.jhl img{z-index:1;display:block;float:left;width:100%;}
.jhl p{color:#fff;line-height:2;padding:20px 0px;padding-left:15px;float:left;overflow:hidden;}
.jhr{margin-left:5%;width:50%;float:left;}
.jhr dt{font-size:30px;margin:30px 0px 30px 0px;}
.jhr dd{font-size:20px;line-height:2;}
.jhr dd:nth-child(2){margin-bottom:30px;}
.jhr dd img{width:21%;margin:2%;}
.jhr dd img:nth-child(1){margin-left:0px;}
.jihe{margin-bottom:40px;overflow:hidden;}

.inews dt{font-size:30px;text-align:center;background:url(ibg.png) left center repeat-x;margin:40px 0px;}
.inews dt span{display:inline-block;background:#fff;overflow:hidden;padding:0px 30px;}
.hezuo{width:100%;background:url(x_02.jpg) left top repeat;}
.hezuo dt{font-size:30px;text-align:center;margin:40px 0px;}
.hezuo dt span{display:inline-block;background:#fff;overflow:hidden;padding:0px 30px;}
.hezuo dd a{display:inline-block;width:18%;float:left;margin:1%;}
.hezuo dd a img{width:100%;}


    


.hezuo dd a:hover{-webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    
    filter: grayscale(0);
	
    filter: gray;}
    
.hezuo dd{padding-bottom:35px;overflow:hidden;}
.tabConb{width:72%;float:left;margin-right:2%;}
.tabConb dd{width:46%;margin-right:4%;float:left;}
.tabConb dd img{width:100%;}
.tabConb div{display:none;}
.tabConb div:nth-child(1){display:block;}
.tabb{width:26%;float:right;}
.tabb li{background:rgba(100,100,100,0.2);overflow:hidden;border-radius:10px;text-align:center;padding:17px 0px;margin:35px 0px;color:#fff;font-size:18px;}
.tabb li:nth-child(1){margin-top:0px;}
.tabb li.on{background:#b1141b;}
.tabb li a{color:#fff;}
.tabConb a{color:#3a4185;font-size:20px;}
.tabConb p{font-size:14px;line-height:2;margin:15px 0px;}
.tabConb span{font-size:14px;color:#999;text-align:right;display:block;}
.tabConb dd img{max-height:200px;}
.tabConb dd:nth-child(1) img{margin-top:20px;}
.tabConb dd:nth-child(2) img{margin-bottom:20px;}
.tabConb dd font{display:block;position:relative;}
.tabConb dd font .sanjiao{position:absolute;top:0px;left:40px;width:auto;}
.tabConb dd font .sanjiao1{position:absolute;bottom:0px;left:40px;width:auto;}
.iad img{width:100%;}
.tabc li{display:inline-block;width:22%;margin:1%;cursor: pointer;}
.tabc li img{width:100%;}
.tabc{margin-left: 5%;
    width: 65%;
    float: left;}


@media screen and (max-width: 800px) {
    .tabc{margin-left: 5%;
    width: 90%;
    float: left;}
.ttel{display:none;}
.logo{padding:0px;}	

.table_card { width:100%; margin:0 auto;margin-top: 20px}
.table_card .tab { height:auto; font-size:18px; background:#b1141b;border-radius:10px;color:#fff}
.table_card .tab li { float:left; height:40px; line-height:40px; padding:0 5%;margin:0px 1%;width:98%;text-align:left;background:#b1141b;border-radius:10px;margin-bottom:8px;}
.table_card .tab li img{margin-right:15px;height:30px;margin-top:0px;}
.table_card .activ { height:40px !important; background:#f8a555 !important; color:#fff;border-radius:10px;}
.table_card .tabCon { background:url(pbg.jpg) center top; padding:15px;overflow:hidden;color:#b1141b;height:auto;border-radius:10px;}
.table_card .tabCon div { display:none}
.table_card .tabCon .on { display:block}
.table_card .tabCon div div{display:block;}

.newslist01 { font-size:14px; }
.newslist01 li { line-height:36px;}
.newslist01 li .ding { color:#F30; margin-left:5px}
.newslist01 li .time { float:right; font-size:12px; color:#888}

.cha1,.cha2,.cha3{width:90%;float:left;margin-left:5%;margin-top:10px;}
.cha1 li,.cha2 li{width:100%;margin-right:0px;float:left;}
.cha1 li input,.cha2 li input{padding:0px 5px;border:1px solid #b1141b;border-radius:5px;background:#fff;}
.cha3{margin-top:25px;}
.cha3 input{background:#f8a555;border:0px;color:#fff;padding:6px 20px;float:right;width:auto;border-radius:8px;}
	
.footer{background:#b1141b;padding:20px 0px;color:#fff;}
.fnav{float:left;}
.fnav dl{width:50%;float:left;display:none;}
.fnav dl:nth-child(4){width:50%;}
.fnav dl:nth-child(5){width:50%;}
li{list-style:none;line-height:2;}
.fnav dl dt{font-size:18px;border-right:1px solid #fff;margin-bottom:20px;font-weight:normal;text-align:left;width:80%;}
.fright{float:right;width:100%;text-align:center;}
.fright img{float:none;margin-right:10px;}
.fright p{float:none;}
.t20{margin-top:10px;}
.fright p span{display:block;font-size:15px;}
.fright p font{font-size:18px;}
.footer a{color:#fff;}	
.ttel{margin-left:20px;}	

.inav li{display:inline-block;width:90%;margin:10px 5%;background:#b1141b;overflow:hidden;border-radius:10px;float:left;}
.inav li a{color:#fff;display:block;text-align:center;font-size:14px;}
.inav li a img{margin-top:10px;max-width:15%;}


.chptit{font-size:24px;text-align:center;margin:20px 0px;}
.chptit font{display:block;font-size:20px;}

.chp{background:#b1141b;overflow:hidden;}
.chp .container{background:#f7f7f7;overflow:Hidden;margin-top:10px;margin-bottom:10px;border-radius:10px;padding-bottom:30px;}
.table_carda { width:100%; margin:0 auto;margin-top: 20px}
.table_carda .tab { height:40px; font-size:13px; background:rgba(100,100,100,0.2);border-radius:0px;margin-bottom:0px;color:#fff}
.table_carda .tab li { float:left; height:40px;text-align:center; line-height:40px; padding:0 15px;}
.table_carda .tab li img{margin-right:15px;}
.table_carda .activ { height:40px !important; background:#b1141b !important; color:#fff;border-radius:0px;}
.table_carda .tabCon { background:url(pbg.jpg); padding:5px 0px;overflow:hidden;color:#b1141b;min-height:330px;}
.table_carda .tabCon div { display:none}
.table_carda .tabCon .on { display:block}
.table_carda .tabCon div div{display:block;}

.table_carda .newslist01 { font-size:14px;overflow:hidden; }
.table_carda .newslist01 li { line-height:36px;width:48.5%;float:left;margin:10px 1%;}
.table_carda .newslist01 li img{width:100%;}
.table_carda .newslist01 li p{background:#b1141b;color:#fff;text-align:center;margin:0px;}
.table_carda .newslist01 li:nth-child(1){margin-left:0px;}
.table_carda .newslist01 li:nth-child(4){margin-right:0px;}

.jhtit{font-size:24px;text-align:center;padding:40px 0px;}
.jhtit font{font-size:20px;display:block;line-height:1.5;}
.jhl{background:#b1141b;border-radius:10px;overflow:hidden;float:left;padding:10px 5%;position:relative;width:100%;}
.jhl a{display:block;width:100px;margin:0px auto;background:#f8a555;color:#fff;border-radius:10px;text-align:center;font-size:13px;font-weight:400;padding:6px 0px;overflow:hidden;}
.jhl a.jhbtn1{margin-top:-15px !important;z-index:9;}
.jhl img{z-index:1;display:block;float:left;width:100%;}
.jhl p{color:#fff;line-height:2;padding:20px 0px;padding-left:15px;float:left;overflow:hidden;}
.jhr{margin-left:5%;width:90%;float:left;}
.jhr dt{font-size:18px;margin:20px 0px;}
.jhr dd{font-size:14px;line-height:2;}
.jhr dd:nth-child(2){margin-bottom:30px;}
.jhr dd img{width:23.2%;margin:1%;}
.jhr dd img:nth-child(1){margin-left:0px;}
.jihe{margin-bottom:40px;overflow:hidden;}

.inews dt{font-size:20px;text-align:center;background:url(ibg.png) left center repeat-x;margin:40px 0px;}
.inews dt span{display:inline-block;background:#fff;overflow:hidden;padding:0px 30px;}
.hezuo{width:100%;background:url(x_02.jpg) left top repeat;}
.hezuo dt{font-size:20px;text-align:center;margin:40px 0px;}
.hezuo dt span{display:inline-block;background:#fff;overflow:hidden;padding:0px 30px;}
.hezuo dd a{display:inline-block;width:31.33%;float:left;margin:1%;}
.hezuo dd a img{width:100%;}
.hezuo dd{padding-bottom:35px;overflow:hidden;}
.tabConb{width:100%;float:left;margin-right:0;}
.tabConb dd{width:100%;margin-right:0;float:left;margin-bottom:15px;}
.tabConb dd img{width:100%;}
.tabConb div{display:none;}
.tabConb div:nth-child(1){display:block;}
.tabb{width:100%;float:right;overflow:hidden;}
.tabb li{background:#bdd1e5;width:48%;overflow:hidden;border-radius:10px;text-align:center;padding:10px 0px;margin:5px 1%;color:#fff;font-size:14px;float:left;}
.tabb li:nth-child(1){margin-top:5px;}
.tabb li.on{background:#b1141b;}
.tabb li a{color:#fff;}
.tabConb a{color:#3a4185;font-size:16px;}
.tabConb p{font-size:13px;line-height:2;margin:15px 0px;}
.tabConb span{font-size:13px;color:#999;text-align:right;display:block;}
.tabConb dd:nth-child(1) img{margin-top:20px;}
.tabConb dd:nth-child(2) img{margin-bottom:20px;}
.tabConb dd font{display:block;position:relative;}
.tabConb dd font .sanjiao{position:absolute;top:0px;left:40px;width:auto;}
.tabConb dd font .sanjiao1{position:absolute;bottom:0px;left:40px;width:auto;}
.iad img{width:100%;}
}


@media screen and (max-width: 480px){
.table_carda .tab li {
    float: left;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0 10px;
}
.table_carda .tab li:nth-child(4){display:none;}
.table_carda .newslist01 li img{height:150px !important;}
.table_carda .tabCon{height:440px;}
.jhtit{font-weight:bold;}
.jhtit font{font-weight:normal;}
}
.flink{color:#aaa;line-height:2;}
.flink li{display: inline-block;}
.flink a{color:#aaa;}

.f_kslj{display:none;}
@media screen and (max-width: 640px) {
    .copyright{padding-bottom:70px;}
.f_kslj {
	width: 100%;
	background: rgba(0,0,0,0.7);
	padding: 1em 0;
	display: block;
	position: fixed;
	bottom: 0;
	height: auto;
	overflow: hidden;
}
.f_kslj ul li {
	width: 25%;
	float: left;
	list-style: none;
	text-align: center;
}
.f_kslj ul li a {
	color: #fff;
	text-align: center;
	line-height: 2.5em;
}
.f_kslj ul li a i {
	display: block;
	color: #fff;
	font-size: 18px;
}
.wp {
    width: 96%;
    padding: 0 2%;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
}
/*微信弹窗*/
#wxnr {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
	display: none;
	background: rgba(0,0,0,.6);
}
#wxnr .nrdf {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 25rem;
	height: 25rem;
padding: 1.5rem;
padding-top: 3rem;
	margin-top: -12.5rem;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 2px 6px #777;
	-webkit-box-shadow: 0px 2px 6px #777;
	-moz-box-shadow: 0px 2px 6px #777;
	border-radius: 10px;
	box-sizing: border-box;
}
#wxnr img {
	width: 11.5rem;
	height: 11.5rem;
	display: block;
	margin: 0 auto;
}
#wxnr p {
font-size: 1.2rem;
line-height: 1.4;
	text-align: center;
}
#wxnr i.x {
	position: absolute;
top: 1rem;
right: 1rem;
width: 1.5rem;
height: 1.5rem;
font-size: 1rem;
line-height: 1.5rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	background: #333;
	border-radius: 100%;
	cursor: pointer;
}
#wxnr span {
	display: inline-block;
padding: 0.15rem 0.5rem;
line-height: 1.8rem;
	background-color: #222;
	color: #fff;
border-radius: 0.25rem;
	cursor: pointer;
}
#wxnr span i {
	color: #fff;
margin-right: 0.7rem;
}
/*复制提示*/
#weixin {
	position: fixed;
	top: 50%;
margin-top: -2rem;
	z-index: 9999999;
font-size: 1.3rem;
	color: #fff;
	width: 90%;
	right: 5%;
line-height: 4rem;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	border: 2px solid #333;
border-radius: 0.5rem;
	display: none;
}

.toolbar {
	position: fixed;
	bottom:50px;
	right: 1%;
	margin-top: -163px;
	z-index: 100;
	width: 80px;
}
.toolbar dd {
	position: relative;
	float: left;
	width: 80px;
	height: 80px;
	background: rgba(0,0,0,.5);
	margin-top: 2px;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	cursor: pointer;
	transition: all .5s;
}
.toolbar dd:first-child {
	margin-top: 0;
}
.toolbar dd i {
	width: 100%;
	height: 30px;
	display: block;
	margin-top: 13px;
	background: url(..//images/toolbar.png) no-repeat center 0;
}
.toolbar dd.qq i {
	background-position-y: 0;
}
.toolbar dd.tel i {
	background-position-y: -30px;
}
.toolbar dd.code i {
	background-position-y: -60px;
}
.toolbar dd.top i {
	background-position-y: -90px;
}
.toolbar dd span {
	display: block;
	color: #fff;
}
.toolbar dd.tel .box {
	position: absolute;
	top: 0;
	width: 190px;
	right: -200px;
	height: 100%;
	margin-right: 10px;
	border-radius: 5px;
	background: #0cb46a;
	opacity: 0;
	transition: all .5s;
}
.toolbar dd.tel .box p {
	font-size: 14px;
	margin: 15px auto 7px;
}
.toolbar dd.tel .box h3 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.toolbar dd.tel .box:after {
	display: block;
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent #0cb46a;
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: -18px;
	margin-left: -12px;
}
.toolbar dd.code .box {
	position: absolute;
	top: 0;
	width: 162px;
	right: -172px;
	height: 162px;
	margin-right: 10px;
	border-radius: 5px;
	background: #0cb46a;
	opacity: 0;
	transition: all .5s;
}
.toolbar dd.code .box img {
	width: 140px;
	height: 140px;
	padding: 11px;
}
.toolbar dd.code .box:after {
	display: block;
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent #0cb46a;
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 30px;
	right: -18px;
	margin-left: -12px;
}
.toolbar dd:hover {
	background: #0cb46a;
}
.toolbar dd.tel:hover .box {
	opacity: 1;
	right: 80px;
}
.toolbar dd.code:hover .box {
	opacity: 1;
	right: 80px;
}
@media screen and (max-width: 800px){ 
.toolbar{display:none;}

}

.xsearch{width:50%;float:right;margin-top:30px;margin-right:30px;}
.xsearch input{width:80%;float:left;height:40px;line-height:40px;border:1px solid #ccc;}
.xsearch button{width:20%;background:#b1141b;color:#fff;text-align:center;height:40px;line-height:40px;float:left;border:0px;}


.xxsearch{width:80%;float:right;margin-top:20px;margin-right:10%;margin-bottom:20px;}
.xxsearch input{width:80%;float:left;height:40px;line-height:40px;border:1px solid #ccc;background:#fff;}
.xxsearch button{width:20%;background:#fff;color:#b1141b;text-align:center;height:40px;line-height:40px;float:left;border:0px;}


.nav-box-2 {
	z-index: 99999999;
	display: none;
	position: absolute;
	top: 50px;
	width: 100%;
	left: 0
}
.nav-box-2 .nav-box-2-transparent {
	height: 10px;
	width: 100%
}
.nav-box-2 .nav-box-2-nr {
	background-color: #fff;
	opacity: 1;
	width: 100%;
	min-height: 332px;
	padding: 25px 0;
	box-sizing: border-box;
}
.nav-box-2 .nav-box-2-nr .wp {
	text-align: right;
	padding-right: 0px
}
.nav-box-2 .nav-box-2-nr .ul {
	vertical-align: top;
	display: inline-block;
	width: auto;
	float:left;
	text-align: center;
	border-right: 1px solid #C8C5BE
}
.nav-box-2 .nav-box-2-nr .ul li {
	padding: 0px 20px;
	height: 35px
}
.nav-box-2 .nav-box-2-nr .ul a {
	color: #444;
	font-size: 16px;
	position: relative;
	overflow: hidden;
	margin-left: -1px;
	display: block;
	line-height: 40px;
	padding:0px 10px;
}
.nav-box-2 .nav-box-2-nr .ul a span {
	display: block
}
.nav-box-2 .nav-box-2-nr .ul a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	height: 1px;
	display: block;/*background:#BFA383;*/
	width: 100%;
	border: 0;
	top: auto
}
.nav-box-2 .nav-box-2-nr .ul a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
	height: 1px;
	display: block;/*background:#BFA383;*/
	width: 100%
}
.nav-box-2 .nav-box-2-nr .ul a:hover span {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.nav-box-2 .nav-box-2-nr .ul a:hover::after {
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.nav-box-2 .nav-box-2-nr .ul a:hover::before {
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.nav-box-2 .nav-box-2-nr .ul:last-child {/*margin-right:65px*/
}