﻿.sub-banner{height: 500px;background-color:#000;background-repeat: no-repeat;background-size: cover;background-position: center top;position: relative}
.sub-banner h2{font-size: 55px!important;
    color: #fff!important;
    font-weight: 800!important;
    text-transform: uppercase!important;
    position: absolute;
    bottom: 250px;
    letter-spacing: 2px;
    width: 100%;
    text-align: center;}
.sub-banner h3{    color: #fff!important;
    font-size: 15px;
    font-weight: 500!important;
    letter-spacing: 2px;
    position: absolute;
    bottom: 220px;
    width: 100%;
    text-align: center;
    font-family: Arial,sans-serif;}
.sub-banner .container{position: relative;height: 500px;}
.sub-nav{position:absolute;height: 50px;bottom: -30px;left:50%;background-color: #fff;
-webkit-box-shadow: 0 12px 40px 6px rgba(1, 94, 171, 0.1);
box-shadow: 0 12px 40px 6px rgba(1, 94, 171, 0.1); display: flex;}

.sub-nav li{float: left; position: relative; flex: 10;}
.sub-nav li a{display: block;line-height: 50px;text-align: center;font-size: 16px;color: #333;padding: 0 30px;border-right: 1px solid #efefef;text-decoration: none;}
.sub-nav li a:hover,.sub-nav li a.cur{background-color:#010066;color: #fff;}
.sub-nav .threenav {
    position: absolute;
    top: 50px;
    left: 0px;
    margin-left: 0px;
    width: 100%;
    background: #ffcc18;
    display: none;
	z-index:3;
}

.sub-nav li a::after {
    background: url(../images/navjt.png) no-repeat right center; content:''; display:inline-block; height:20px; width:20px; vertical-align: middle;
}
.sub-nav li a:hover::after {
    background: url(../images/navjthover.png) no-repeat right center; content:'';
}

.sub-nav li:hover .threenav {
    display: block;
}

.sub-nav li a.cur::after{ background: url(../images/navjthover.png) no-repeat right center; }

.sub-nav li dd a::after{ display:none; }





/*当前位置*/
.location {
	font-size: 14px;
	line-height: 40px;
	color: #999;
	text-align: right;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.08);
	margin: 0 auto 50px auto;	
}
.location .icon-weizhi1{font-size: 1.8em;}
.location .icon-jiantou5{font-size: 0.7em;padding: 25px 0;}
.location a {
	color: #666666;
	text-decoration: none;
}
.location a:hover {
	color: #FF6600;
	text-decoration: underline;
}

/*subpage*/
.subpage{background-color: #f8f8f8;padding:20px 0 60px 0;}

/*about*/
.about{ padding: 100px 0;}
.about .about-info{width: 100%;display: flex;display:-webkit-flex;justify-content:space-between;}
.about .about-info .about-img{width: 30%;}
/*.about .about-info .about-img img{width: 100%;}*/



.logoimg{ float:left; position: relative; margin-right:70px; }
.about-img .abbg{ width:100%; }
.about-img  span{ display:block; height:100%; width:100%; border:1px solid #eaeaea; position: absolute; top:30px; left:30px; z-index:-1 }
.about-img .logo{ position: absolute;
    top: 30%;
    left: 100%;
    z-index: 2;
    width: 300px;
    margin-left: -140px; }


.about .about-info .about-text{width: 70%;padding: 0 0 0 30px;}
.about .about-info .about-text h1{ text-transform: uppercase; font-weight: bold; }
.about .about-info .about-text h1::after{ display:block; content:''; height:5px; width:80px; margin:30px 0px;     background: #fc0; }


.about .about-info .about-text img{ margin:20px 0px;}
.about .about-info .about-text ul{ margin-left:20px; }
.about .about-info .about-text ul li{ list-style-type: disc; }

.about .about-text p{font-size: 16px;line-height: 28px;color: #333;margin: 0 0 20px 0;}
.about .operating{width: 100%;overflow: 0;height: 350px;background-image: url(../images/about-1.jpg);margin: 50px 0;padding: 30px 0}
.about .operating .title{width: 1200px;text-align: center;margin: 40px auto;position: relative;}
.about .operating .title h3{font-size: 50px!important;color:#fff!important;font-weight: 800!important;text-transform: uppercase!important;}
.about .operating .title:after{
	content:'';
	width:100px;
	height:1px;
	background-color:rgba(255,255,255,0.5);
	display:block;
	position:absolute; left:50%;margin-left: -250px;bottom:10px;
	}
.about .operating .title:before{
	content:'';
	width:100px;
	height:1px;
	background-color:rgba(255,255,255,0.5);
	display:block;
	position:absolute; right:50%;margin-right: -250px; bottom:10px;
	}

.about .operating .title span{font-size: 20px!important;color: rgba(255,255,255,0.5)!important;}
.about .operating .txt{font-size: 25px;color: #fff;line-height: 35px;}

.about .abot-list{width: 91%; height: 160px;overflow: hidden;background-color:rgba(255,255,255,0.5);margin: 80px auto;padding: 20px;
-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}
.about .abot-list li{font-size: 16px;color: #666;}
.about .abot-list li h4{font-size: 30px;color: #015eab;position:relative;text-align: center;width: 100%;}
.about .abot-list h4:after{
	content:'';
	width:1px;
	height:60px;
	background-color:#eaeaea;
	display:block;
	position:absolute; right:-15px;top:20px;
}
.about .abot-list .last:after{width:0!important;}
.about .abot-list li p{font-size: 16px;color: #999;text-align: center;padding: 0 30px;}

/*发展历程*/
.event{}
.event .eventlist{}
.event .eventlist li{line-height: 70px;border-bottom:1px dotted #ccc;padding-left: 230px;position: relative;}
.event .eventlist li:after{
	content: '';
	position: absolute;
	width: 30px;
	height: 1px;
	background-color: #aaa;
	left:140px;top:35px;
}
.event .eventlist li:nth-child(2n){background-color: rgba(255,255,255,0.3);}
.event .eventlist li i{font-size: 24px;font-weight:800;font-style: normal;padding:0 5px 0 5px;font-family: "Arial";}
.event .eventlist li span{position: absolute;left:10px;top:0px;font-size:14px;color:#777 }
.event .eventlist li:hover{
border-bottom:none;
-webkit-box-shadow: 1px 10px 40px rgba(0, 0, 0, 0.15);
box-shadow: 1px 10px 40px rgba(0, 0, 0, 0.15);}
.event .eventlist li:hover span{color: #015eab;}

/*honors*/

.honors{width: 80%;margin: 50px auto;}
#ryimg{padding: 50px 0 50px 0;}
#ryimg .owl-wrapper-outer{margin:0 auto;}
#ryimg .item{margin:20px 10%;text-align: center; }
#ryimg .item a{display: block;position:relative;width:100%;height:100%;padding:8px;
-webkit-box-shadow: 0 6px 30px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0 6px 30px 1px rgba(0, 0, 0, 0.15);
}
#ryimg .item a .info{display: none;}
#ryimg .item a .info h3{font-size:20px;color:#333;letter-spacing: 1px; font-weight: 300;text-align: center;}
#ryimg .item a .img {width:100%;margin: 0 auto;
	border-bottom: 6px solid #f4f4f4;
	border-top: 6px solid #ddd;
	border-left: 6px solid #f4f4f4;
	border-right: 6px solid #ccc;
}
#ryimg .item a .img img {width:100%;}
#ryimg .item a:hover{text-decoration: none;}


/*contact*/
.contact{background-color: #f8f8f8;}
.contact .contact-list{margin: 100px 0;position: relative;display: flex;display:-webkit-flex;justify-content:center;flex-wrap: wrap;}
.contact .contact-list .list{width: 100%;margin: 0 0 2% 0; height:auto;background-color: #fff;padding:20px 30px;
-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);}

.contact .contact-list .list h3{ color: #010066;font-size: 22px;letter-spacing: 2px; font-weight: 800;position: relative;display: block;margin-bottom: 30px;}
.contact .contact-list .list h3:after{
	        position: absolute;
		    content: "";
		    width: 6px;
		    height: 30px;
		    background: #010066;
		    position: absolute;
	        left:-30px;
	        top:-3px;
		    transition: all 0.5s ease 0s;
}
.contact .contact-list .list p{display: block;line-height: 22px;font-size: 16px;color: #666;position: relative;padding:0 0 10px 40px;
margin: 0 0 20px 0;border-bottom: 1px solid #eee;}
.contact .contact-list .list p i{font-size: 1.4em;color: #999;position: absolute;left:0;top:0;}




/*pro*/
.pro{background-color: #efefef;padding:20px 0 60px 0;}
.pro .prolist{}
.pro .prolist .pro-box{background-size: cover;background-position: right top;padding: 20px;height: 250px;margin-bottom: 5%;position: relative;
	-webkit-box-shadow: 0 12px 40px 8px rgba(0, 0, 0, 0.05);box-shadow: 0 12px 40px 8px rgba(0, 0, 0, 0.05);}

.pro .prolist .pro-body{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.6);
	padding: 20px 30px 20px 30px;
}
.pro .prolist .pro-heading{font-size:22px;color:#333;font-weight: 100;position: relative;}
.pro .prolist .pro-heading span{padding-left: 10px; color: #3fb560;font-family: 'Lato', sans-serif;font-size: 18px;font-weight: 300;text-transform: uppercase;}
.pro .prolist .pro-heading:after{
	content:'';
	width:6px;
	height:30px;
	background-color:#3fb560;
	position:absolute; left:-30px;top:0px;
	}

.pro .prolist p{
	font-size:14px;letter-spacing: 1px;
	line-height: 23px;
	width: 60%;
	color:#666;
	margin: 20px 0;
    text-align:justify;
	text-justify:inter-ideograph;
}
.pro .prolist .pro-item{}
.pro .prolist .pro-item li{
	font-size:14px;letter-spacing: 1px;
	line-height: 23px;
	color:#666;
    text-align:justify;
	text-justify:inter-ideograph;
}

.pro .prolist .btn-primary{
	background-color: transparent;
	line-height: 20px;height: auto;
	border: none;color:#333;
	font-size: 14px;
	text-transform: uppercase;
	position: absolute;
	bottom: 20px;
	right:20px;
	padding: 8px 10px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;}

.pro .prolist .btn-primary i{font-size: 1.2em;padding-left: 5px;}
.pro .prolist .pro-box:hover .pro-body{
background-color: #004a9b;
-webkit-box-shadow: 0 12px 40px 6px rgba(0, 0, 0, 0.15);
box-shadow: 0 12px 40px 6px rgba(0, 0, 0, 0.15);}
.pro .prolist .pro-box:hover .pro-box{
transform:translate3d(0, -10px, 0);
-moz-transform:translate3d(0, -10px, 0);
-ms-transform:translate3d(0, -10px, 0);
-o-transform:translate3d(0, -10px, 0);	}
.pro .prolist .pro-box:hover .btn-primary{background-color:rgba(255,255,255,0.8);color: #004a9b;padding: 8px 30px;border-radius:30px;
-webkit-border-radius:30px  }
.pro .prolist .pro-box:hover .pro-heading{color: #fff;}
.pro .prolist .pro-box:hover .pro-heading span{color: rgba(255,255,255,0.8);}
.pro .prolist .pro-box:hover p,.pro .prolist .pro-box:hover .pro-item li{color: rgba(255,255,255,0.8);}
.pro .prolist .pro-box:hover .pro-heading:after{height:0;}




.knowledge{}
.knowledge .panel{margin-bottom: 10px;}
.knowledge .panel-heading{
}
.knowledge .panel-heading .panel-title a{font-size: 16px;line-height: 20px;}

/* Custom Styles */
    ul.nav-tabs{
        width: 140px;
        margin-top: 20px;
        border-radius: 4px;
        border: 1px solid #ddd;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    }
    ul.nav-tabs li{
        margin: 0;
        border-top: 1px solid #ddd;
    }
    ul.nav-tabs li:first-child{
        border-top: none;
    }
    ul.nav-tabs li a{
        margin: 0;
        padding: 8px 16px;
        border-radius: 0;
    }
    ul.nav-tabs li.active a, ul.nav-tabs li.active a:hover{
        color: #fff;
        background: #0088cc;
        border: 1px solid #0088cc;
    }
    ul.nav-tabs li:first-child a{
        border-radius: 4px 4px 0 0;
    }
    ul.nav-tabs li:last-child a{
        border-radius: 0 0 4px 4px;
    }
    ul.nav-tabs.affix{
        top: 300px; /* Set the top position of pinned element */
    }


/*news*/
.news{background: #f9f9f9;padding:20px 0 60px 0;}
.news .newslist{padding-bottom: 20px;padding-top: 20px;width:100%;margin: 0 auto;}
.news .newslist li{border: 1px solid #eaeaea;margin-bottom: 20px;height: 130px;background-color:rgba(255,255,255,0.8)}
.news .newslist li a{display: block;position:relative;padding: 20px 250px 20px 200px; }
.news .newslist li a .info{}
.news .newslist li a .info h3{font-size: 18px;color: #333;margin-bottom: 10px;}
.news .newslist li a .info p{font-size: 14px;color: #999;line-height: 22px;}
.news .newslist li a .img{width:160px;height: 86px;overflow: hidden;position: absolute;right:20px;top:20px;background-size: cover;background-position: center center;}
.news .newslist li a .time{position: absolute;width: 80px;height: 80px;left:25px;top:25px;border:1px solid #efefef;padding: 15px;text-align: center;
font-size:14px;color: #888; font-family: 'Lato', sans-serif;background-color: #efefef;font-weight:300;}
.news .newslist li a .time span{display: block;text-align: center;font-size: 45px;line-height: 30px;margin-bottom:10px;font-family: 'Lato', sans-serif;font-weight:300; }
.news .newslist li a:hover{text-decoration : none }
.news .newslist li a:hover .info h3{color: #237ac1;}
.news .newslist li a:hover .time{background-color: #004a9b; color:#fff; }
.news .newslist li a:hover .time span{color: #fff;}
.news .newslist li:hover{
-webkit-box-shadow: 0 12px 40px 6px rgba(0, 0, 0, 0.05);
box-shadow: 0 12px 40px 6px rgba(0, 0, 0, 0.05);
transform:translateY(-10px);-webkit-transform:translateY(-10px);}
.err{ width:30%; line-height:30px; font-size:20px; color:rgba(0,0,0,0.3); text-align:center; margin:50px auto; padding:20px; border:1px solid rgba(0,0,0,0.07);background-color:rgba(255,255,255,0.8)}

/*分页样式*/	 
.pagination {
	width:100%;
	margin: 0px auto;
	display: flex;display:-webkit-flex;justify-content:center;flex-wrap: wrap;
}

.pagination a{
	display: inline-block;font-family: 'Lato', sans-serif;
	line-height: 30px;
	margin-right: 10px;margin-bottom: 10px;
	font-weight: normal;
	background-color: #fff;
	text-transform: uppercase;
	padding: 0 12px;border: 1px solid #eaeaea;
}
.pagination a:last-child{margin-right: 0;}
.pagination a:hover,
.pagination a:focus,
.pagination a.active,
.pagination .active span {
	color: #fff !important;
	background-color: #010066;
}


.pagination b{ display: inline-block;
    font-family: 'Lato', sans-serif;
    line-height: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: normal;
    background-color: #fff;
    text-transform: uppercase;
    padding: 0 12px;
    border: 1px solid #eaeaea; }

.shownews{width: 100%;margin: 0 auto;background-color: #fff;padding: 20px;
-webkit-box-shadow: 0 12px 40px 6px rgba(0, 0, 0, 0.05);
box-shadow: 0 12px 40px 6px rgba(0, 0, 0, 0.05);}
.shownews .shownews-title{font-size:30px;text-align: center;border-bottom: 1px solid #efefef;margin-bottom: 1px;padding: 20px 0;color: #237ac1;}
.shownews .shownews-info{background-color: #f9f9f9;height: 35px;line-height: 35px;text-align: center;font-size:12px;color: #888;margin-bottom: 30px; }
.shownews .shownews-info span{padding:0 12px; }
.shownews .shownews-info i{font-size: 1.6em!important;padding-right: 2px; }
.shownews .shownews-cont{font-size:14px;line-height: 26px;color:#666;margin-bottom: 30px;border-bottom: 1px solid #efefef;padding-bottom: 20px; }
.jiathis_style{padding: 0 0 20px 0;}




.subpage{}
.subpage h3{font-size: 25px;line-height: 40px;text-align: center;
letter-spacing: 1px;color: #444;width: 80%;margin: 0 auto;padding: 0 0 50px 0;}
.subpage h3 span{font-weight: 800;}
.subpage .txt{font-size: 18px;color: #666;line-height: 30px; text-align: center;margin: 0 0 30px 0;}
.subpage .show-img{width: 100%;margin: 0 auto;}
.subpage .show-img li{}
.subpage .show-img li a{width: 90%;margin: 0 auto 30px auto;display: block;
background-color: #fff;
-webkit-box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.03);
box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.03);}
.subpage .show-img li a .img{min-height: 190px;background-color: #000;overflow: hidden;position: relative;}
.subpage .show-img li a .img img{width: 100%;}
.subpage .show-img li a i{position: absolute;display: block; width: 50px;height: 50px;left:50%;margin-left: -25px;top:50%;margin-top: -220px;
font-size:2.5em;color: #fff;text-align: center;line-height: 50px;}
.subpage .show-img li a h4{text-align: center;line-height: 50px;color: #666;}
.subpage .show-img li a:hover{text-decoration: none;
-webkit-box-shadow: 0 12px 40px 6px rgba(0, 0, 0, 0.15);
box-shadow: 0 12px 40px 6px rgba(0, 0, 0, 0.15);	}
.subpage .show-img li a:hover .img img{
transform: scale(1.2);-webkit-transform: scale(1.2); }
.subpage .show-img li a:hover i{margin-top: -25px;}
.subpage .show-img li a:hover h4{text-decoration: none;color: #3fb560;}


.zltx{width: 100%;}
.zltx p{font-size: 18px;letter-spacing: 1px; line-height: 35px;color: #444;margin:0 20px;}
.zltx .zslist{display: flex;display:-webkit-flex;justify-content:center;flex-wrap: wrap;width: 100%;}
.zltx .zslist li{width: 45%;padding: 5%;}
.zltx .zslist li img{width: 100%;display: block;padding: 20px;
-webkit-box-shadow: 0 12px 40px 6px rgba(0, 74, 155, 0.08);
box-shadow: 0 12px 40px 6px rgba(0, 74, 155, 0.08);}
.zltx .zslist li span{
	padding: 30px 0 0 0;
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 20px;
}
.yfcg{width: 100%;}
.yfcg p{font-size: 18px;letter-spacing: 1px; line-height: 35px;color: #444;margin:0 20px;}


#zsimg{padding: 50px 0 30px 0;}
#zsimg .owl-wrapper-outer{margin:0 auto;}
#zsimg .item{margin:20px 10%;text-align: center; }
#zsimg .item a{display: block;position:relative;width:100%;height:100%;padding:10px;
-webkit-box-shadow: 0 6px 30px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0 6px 30px 1px rgba(0, 0, 0, 0.15);
}
#zsimg .item a .info{display: none;}
#zsimg .item a .info h3{font-size:20px;color:#333;letter-spacing: 1px; font-weight: 300;text-align: center;}
#zsimg .item a .img {width:100%;margin: 0 auto;
	border-bottom: 8px solid #f4f4f4;
	border-top: 8px solid #ddd;
	border-left: 8px solid #f4f4f4;
	border-right: 8px solid #ccc;
}
#zsimg .item a .img img {width:100%;}
#zsimg .item a:hover{text-decoration: none;}

.owl-theme .owl-controls .owl-buttons div{position:absolute;margin:0;padding:0;background-color:transparent;overflow:hidden;_display:none;}
.owl-theme .owl-controls .owl-buttons .owl-prev,.owl-theme .owl-controls .owl-buttons .owl-next{background-color:transparent;font-size:80px;font-family:宋体; line-height:60px;width: 100px;height:100px;top:50%;margin-top: -40px;font-weight: 800;}
.owl-theme .owl-controls .owl-buttons .owl-prev{left:-80px;}
.owl-theme .owl-controls .owl-buttons .owl-next{right:-80px;}
.owl-theme .owl-controls .owl-buttons .owl-prev:before{content:"<";color: #000;}
.owl-theme .owl-controls .owl-buttons .owl-next:before{content:">";color: #000;}


.job-list{}
.job-list .tabs-list{}
.job-list .tabs-container{}
.job-list .tabs-container .tab-content{}
.job-list .tab-content h4{font-size: 20px;letter-spacing: 1px; font-weight: 500;color:#f2821e;position: relative;padding: 0 0 0 20px; }
.job-list .tab-content h4:after{
	content: '';
	position: absolute;left: 0;top:50%;margin-top: -10px;
	width: 6px;height: 20px;border-radius: 3px;
	background-color: #f2821e;
}
.job-list .tab-content ul{padding: 0 0 30px 20px;}
.job-list .tab-content ul li{line-height: 30px;font-size: 14px;letter-spacing: 1px;color: #666;}
.job-list .tab-content a{display:block;width: 120px;line-height: 35px;background-color: #f2821e;color: #fff;display: block;position: relative;
margin: 20px;text-decoration: none;text-align: center;font-size: 16px;letter-spacing: 2px;border-radius: 4px;}
.job-list .tab-content a:hover{
-webkit-box-shadow: 0 6px 10px rgba(242, 130, 30, 0.2);
box-shadow: 0 6px 10px rgba(242, 130, 30, 0.2);
	
}


.culture{width: 100%;}
.culture .cul-jzg{display: flex;display:-webkit-flex;justify-content:space-between;flex-wrap: wrap;}
.culture .cul-jzg li{width: 48%;padding:0 12px;position: relative;margin: 0 0 3% 0;}
.culture .cul-jzg li:nth-child(2n){margin:  0 0 3% 0;}
.culture .cul-jzg li h3{width: 120px;height: 120px;position: absolute;top:50%;left:40px;margin-top: -60px;
font-size: 22px;color: #fff;line-height: 120px;letter-spacing: 2px;	
background-color: #3fb560;border-radius: 50%;
-webkit-box-shadow: 0 6px 20px 1px rgba(63, 181, 96, 0.3);
box-shadow: 0 6px 20px 1px rgba(63, 181, 96, 0.3);
}
.culture .cul-jzg li h3:after{
	content: '';
	width: 26px;height: 6px;border-radius: 3px;background-color:rgba(255,255,255,0.7);
	left: 50%;margin-left: -13px;
	bottom: 20px;
	position: absolute;
}
.culture .cul-jzg li .info{background-color: #fff;padding:40px 40px 20px 170px;height: 200px;
    -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.05);
}
.culture .cul-jzg li .info p{font-size: 14px;line-height: 23px;color: #666;text-align:justify; text-justify:inter-ideograph}


.culture .brand{display: flex;display:-webkit-flex;justify-content:flex-start;flex-wrap: wrap;width: 100%;margin: 50px 0;}
.culture .brand .img{width: 300px;height: 300px;border-radius: 50%;background-color: #fff;text-align: center;
    -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.03);
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.03);
}
.culture .brand .img img{width: 250px;padding-top: 100px;}
.culture .brand .info{
        width: 60%;
	padding: 50px 0 0 50px;
	font-size: 16px;line-height: 25px;color: #666;
}
.culture .brand .info p{margin:0 0 20px 0}
.culture .vision{display: flex;display:-webkit-flex;flex-wrap: wrap;justify-content: space-between; margin: 30px 0;width: 100%}
.culture .vision li{width: 25%;padding:0 12px;position: relative;margin: 30px 0;}
.culture .vision li h3{width: 120px;height: 120px;position: absolute;top:-60px;left:50%;margin-left: -60px;
font-size: 22px;color: #fff;line-height: 120px;letter-spacing: 2px;	
background-color: #3fb560;border-radius: 50%;
-webkit-box-shadow: 0 6px 20px 1px rgba(63, 181, 96, 0.3);
box-shadow: 0 6px 20px 1px rgba(63, 181, 96, 0.3);
}
.culture .vision li h3:after{
	content: '';
	width: 26px;height: 6px;border-radius: 3px;background-color:rgba(255,255,255,0.7);
	left: 50%;margin-left: -13px;
	bottom: 20px;
	position: absolute;
}
.culture .vision li p{
	width: 100%;display: block;text-align: center;
	background-color: #fff;padding:90px 20px 20px 20px;height: 200px;
    -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.05);
	font-size: 16px;line-height: 28px;color: #666;letter-spacing: 1px;
}



/*job*/

.rcnl{width: 100%;margin: 50px 0;}
.rcln-info{display: flex;display:-webkit-flex;justify-content:space-between;flex-wrap: wrap;width: 100%}
.rcln-info .rcln-text{width: 60%} 
.r-title{font-size:22px;font-weight: 800;color:#3fb560;margin-bottom: 20px;  }
.rcln-info .rcln-text .txt{text-align: left;padding-left:40px;padding-top: 10px;}
.rcln-info .rcln-text .txt h4{font-size: 16px;color: #444;font-weight: 600;}
.rcln-info .rcln-text .txt p{font-size: 14px;line-height: 22px;color: #666;margin-bottom: 20px;}
.rcln-info .img{width: 40%;text-align: right;}
.rcln-info .img img{}
.rcln-cont{}
.rcln-cont .r-title{font-size:22px;font-weight: 800;color:#3fb560;margin-bottom: 20px;  }
.rcln-cont p{font-size: 14px;line-height: 22px;color: #666;}




@media screen and (max-width: 640px){

	.sub-banner h2{ font-size:25px !important;bottom: 50%;     width: 90%;left: 5%; }
	.sub-banner h3{ bottom: 30%; font-size: 14px; letter-spacing: 0px; width: 90%;left: 5%;}
	
	
	.sub-banner{ height:250px; }
	.sub-banner .container{ height:183px;}
	.pronav{ overflow-x: scroll;}
	.pronav .sub-nav{     position:static;
    height: 50px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    margin-bottom: 0px; width:170%; }
	::-webkit-scrollbar-thumb{ background:#e6e6e6; }
	.sub-nav li a{ font-size:12px;     padding: 0 15px; }
	.container{ padding:0px 2%; }
	.location{ text-align:left; margin: 0 auto 20px auto; }
	.showpro .row{ padding:0px 2%; }
	.showpro .txt {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    text-align: center;
    margin: 0 0 30px 0;}
	
	.contact .contact-list{ margin:10px 0; }
	.contact .contact-list .list p {
    display: block;
    line-height: 18px;
    font-size: 12px;
    color: #666;
    position: relative;
    padding: 0 0 10px 40px;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #eee;
}
	.contact .contact-list .list h3 {
    color: #010066;
    font-size: 19px;
    letter-spacing:0px;
    margin-bottom: 20px;
}
}



