* {
	padding:0px;
	margin:0px;
	font-family:微软雅黑;
	text-decoration:none;
	list-style:none;
	font-size:14px;
	color:#333;
}
*:focus {
	outline: none;
} 
img {
	border:0;
}
body {
	min-width:1080px;
	position:relative;
}
.wrapper {
	width:1080px;
	margin:auto;
	position:relative;
	overflow:hidden;
}
.clear {
	clear:both;
}


/***************************************          头部          ***************************************************/

.hd_line {
	height:120px;
	width:100%;
}
.hd_line .hd_left {
	float:left;
	width:760px;
}
.hd_line .hd_left img {
	float:left;
	margin-right:0px;
}
.hd_line .hd_left h2 {
	font-size:36px;
	padding-top:24px;
	letter-spacing:3px;
}
.hd_line .hd_left p {
	font-size:36px;
	color:#000;
	text-transform:uppercase;
	margin-top:36px;
	font-weight:bold;
}
.hd_line .hd_right {
	float:right;
	width:315px;
	position:relative;
}
.hd_line .hd_right .hd_phone {
	margin-top:44px;
	margin-left:40px;
}
.hd_line .hd_right .hd_phone img {
	float:left;
	margin-right:20px;
	margin-top:2px;
}
.hd_line .hd_right .hd_phone p {
	color:#999;
	line-height:18px;
}
.hd_line .hd_right .hd_phone span {
	font-size:24px;
	color:#ff4a00;
	font-weight:bold;
}
.hd_line .hd_right .language {
	position:absolute;
	top:10px;
	right:0;
}
.hd_line .hd_right .language a {
	padding:0 5px;
}
.hd_line .hd_right .language .lang_on {
	color:#333;
}


/************************************************   导航   *****************************************/
.nav {
	width:100%;
	height:50px;
	background:#272727;
}
.nav .mainnav {
	width:1080px;
	margin:auto;
}
.nav .mainnav li {
	float:left;
	position:relative;
	width:120px;
	height:50px;
}
.nav .mainnav li a {
	position:absolute;
	
	display:inline-block;
	color:#fff;
	height:50px;
	line-height:50px;
	font-size:16px;
	width:120px;
	text-align:center;
	z-index:999;
}
.nav .mainnav li:hover a {
	color:#fff;
	height:55px;
	line-height:55px;
	background:#ff6600;
}

.nav .mainnav li.current a {
	color:#fff;
	height:55px;
	line-height:55px;
	background:#ff6600;
}

.returnTop {
	display:block;
	width:32px;
	height:32px;
	position:fixed;
	bottom:20px;
	right:0px;
}
.returnTop  img {
	width:100%;
}
.page_btn li a {
	font-size:16px;
	color:#888;
	line-height:38px;
	display:block;
}
.page_btn li a:hover {
	color:#1f90c8;
}
.rel_article {
	padding:40px 0 0;
}
.rel_article li {
	font-size:18px;
	color:#1f90c8;
	line-height:38px;
}
.rel_article li a {
	font-size:14px;
	color:#666;
	display:block;
}
/********************************    标题    ***************************/
.title {
	text-align:center;
}
.title h3 {
	font-size:24px;
	padding-top:40px;
}
.title p {
	color:#999;
	text-transform:uppercase;
	line-height:25px;
}


.news_line {
	border-bottom:2px solid #ccc;
	margin-bottom:20px;
}
.news_line h4 {
	width:182px;
	float:left;
	font-size:16px;
	color:#222;
}
.news_line span {
	text-transform:uppercase;
	font-size:12px;
	color:#999;
	line-height:26px;
}
.news_line a {
	color:#ff6000;
	font-size:12px;
	float:right;
	line-height:26px;
}



/***********************************     首页  图片滚动   *********************************************/
.index_scroll {
	margin:0 auto;
	width:1080px;
	position:relative;
}
.team_img {
	width: 1080px;
	overflow: hidden;
	font-size: 0;
	margin:auto;
}
.team_img ul {
	width: 2400px;
}
.team_img ul li {
	width:200px;
	text-align:center;
	display: inline-block;
	padding:0 8px;
}
.index_l {
	width:30px;
	height:56px;
	background:url(../images/arr_left.png) no-repeat center center;
	position:absolute;
	top:77px;
	left:-60px;
	cursor:pointer;
}
.index_r {
	width:30px;
	height:56px;
	background:url(../images/arr_right.png) no-repeat center center;
	position:absolute;
	top:77px;
	right:-60px;
	cursor:pointer;
}
.par_img {
	width: 1080px;
	overflow: hidden;
	font-size: 0;
	margin:auto;
}
.par_img ul {
	width: 2400px;
}
.par_img ul li {
	width:155px;
	text-align:center;
	display: inline-block;
	padding:0 12.5px;
}


/***********************************************     尾部   *********************************************/
#footer {
	width:100%;
	background:#272727;
	padding-bottom:50px;
	clear:both;
}
#footer ul {
	float:left;
	padding-top:50px;
}
#footer ul li,#footer ul li a {
	color:#fff;
	opacity:0.8;
	filter:alpha(opacity=80);
	-khtml-opacity:0.8;
	-moz-opacity:0.8;
}
#footer ul li span {
	color:#fff;
}
.ft_l {
	width:380px;
}
.ft_l li {
	height:20px;
	line-height:20px;
}
.ft_mid {
	width:300px;
	margin:0 47px 0 27px
}
.ft_mid li {
	line-height:18px;
}
.ft_mid li img {
	float:left;
	margin-right:15px;
}
.ft_mid .ft_add {
	margin:15px 0;
}
.ft_mid .ft_add span {
	display:block;
	float:left;
	height:36px;
}
.ft_r {
	width:326px;
	float:left;
}
.ft_r .ft_code {
	float:left;
	margin-right:20px;
	padding-top:50px;
}
.ft_r ul {
	width:166px;
}
.ft_r ul li {
	height:30px;
}
#footer ul .code_ph {
	color:#ff6600;
}


/******************************************   内页  banner  *********************************/
.in_banner {
	width:100%;
	height:300px;
	background-size: cover;
}
.in_banner h2 {
	font-size:34px;
	color:#fff;
	font-weight:normal;
	padding-top:118px;
	padding-left:100px;
}
.in_banner p {
	color:#1f90c8;
	text-transform:uppercase;
	line-height:20px;
}
.reg_banner {
	background:url(../images/in_banner.png) no-repeat center center;
	background-size: cover;
}
.pat_banner {
	background:url(../images/in_banner.png) no-repeat center center;
	background-size: cover;
}
.abt_banner {
	background:url(../images/in_banner.png) no-repeat center center;
	background-size: cover;
}
.cpy_banner {
	background:url(../images/in_banner.png) no-repeat center center;
	background-size: cover;
}
.leg_banner {
	background:url(../images/in_banner.png) no-repeat center center;
	background-size: cover;
}
.news_banner {
	background:url(../images/in_banner.png) no-repeat center center;
	background-size: cover;
}
.newsd_banner {
	background:url(../images/in_banner.png) no-repeat center center;
	background-size: cover;
}
.ctt_banner {
	background:url(../images/in_banner.png) no-repeat center center;
	background-size: cover;
}



/***************************************   内页  tab   *****************************/
.reg_left {
	width:240px;
	float:left;
	padding-bottom:60px;
}
.reg_left .reg_top {
	width:210px;
	height:60px;
	background:#272727;
	text-align:right;
	padding-right:30px;
	margin:60px 0 42px;
}
.reg_left .reg_top h4 {
	font-size:20px;
	font-weight:normal;
	color:#fff;
	padding-top:15px;
}
.reg_left .reg_top span {
	color:#fff;
	opacity:0.5;
	filter:alpha(opacity=50);
	-khtml-opacity:0.5;
	-moz-opacity:0.5;
}
.reg_left .in_tab>li {
	text-align:right;
	margin-bottom:17px;
}
.reg_left .in_tab>li>a {
	width:100%;
	display:block;
	height:38px;
	line-height:38px;
	font-size:16px;
	border-bottom:1px solid #272727;
	float:right;
}

.reg_left .in_tab li a span {
	margin:0 15px 0 10px;
}
.reg_left .in_tab li .menu2 li a {
	font-size:12px;
	height:38px;
	line-height:38px;
	display:block;
	border-bottom:1px solid #333;
	width:88%;
	float:right;
	color:#333;
}
.reg_left .in_tab li .menu2 li a span {
	color:#333;
}
.reg_left .in_tab li .menu2 .menu3 li a {
	font-size:12px;
	height:38px;
	line-height:38px;
	display:block;
	border-bottom:1px solid #333;
	width:75%;
	float:right;
	color:#666;
}
.reg_left .in_tab li .menu2 li a:hover {
	color:#fff;
}
.reg_left .in_tab li .menu2 li a:hover span {
	color:#fff;
}
.reg_left .in_tab li .menu2 .menu3 li a:hover {
	color:#fff;
}
.reg_left .in_tab li .menu2,.reg_left .in_tab li .menu3 {
	display:none;
}
.reg_left .in_tab li a:hover {
	color:#fff;
	background:#ff4a00;
}
.reg_left .in_tab li a:hover span {
	color:#fff;
}
/* .reg_left .in_tab>li {
	height:38px;
	line-height:38px;
	text-align:right;
	border-bottom:1px solid #1f90c8;
	margin-bottom:17px;
	position:relative;
}
.reg_left .in_tab>li>a,.reg_left .in_tab>li>a span {
	font-size:16px;
	color:#444;
}
.reg_left .in_tab li a span {
	margin:0 15px 0 10px;
}
.reg_left .in_tab li:hover {
	background:#00aaff;
}
.reg_left .in_tab>li ul {
	position:absolute;
}
.reg_left .in_tab>li ul li {
	height:35px;
	line-height:35px;
	width:90%;
	float:right;
	border-bottom:1px solid #1f90c8;
}
.reg_left .in_tab>li ul li a {
	font-size:12px;
	color:#666;
}
.reg_left .in_tab>li ul li:hover a,.reg_left .in_tab>li ul li:hover span {
	color:#fff;
} */
.reg_left .in_tab .in_tabon>a {
	background:#333;
}
.reg_left .in_tab .in_tabon a,.reg_left .in_tab .in_tabon span {
	color:#fff;
}
.reg_right {
	width:780px;
	padding-bottom:100px;
	float:right;
	display:none;
}
.reg_right .current {
	text-align:right;
	color:#aaa;
	border-bottom:1px solid #d6d6d6;
	line-height:34px;
	margin-top:26px;
}
.reg_right .current a {
	color:#aaa;
	padding:0 5px;
}
.reg_right .current .curr {
	color:#1f90c8；
}
.reg_left .in_tab li .menu2 .in_tabon a,.reg_left .in_tab li .menu2 .in_tabon span {
	color:#fff;
}
.reg_left .in_tab li .menu2 .menu3 .in_tabon a,.reg_left .in_tab li .menu2 .menu3 .in_tabon span {
	color:#fff;
}
.in_conright {
	display:block;
}
.in_conright .reg_main .country_list li {
	width:130px;
	float:left;
	margin:13px;
	border-bottom:1px solid #A8D4F3;
	line-height:50px;
	color:#666;
	text-align:center;
}
.in_conright .reg_main .country_title {
	text-align:center;
}
.in_conright .reg_main .country_title h4 {
	font-size:24px;
}
.in_conright .reg_main .country_title p {
	padding:25px 0 5px;
	border-bottom:1px solid #e5e5e5;
}
.in_conright .reg_main .country_title span {
	display:inline;
	padding:50px;
}
.in_conright .reg_main .country_con h4 {
	font-size:16px;
}
.in_conright .reg_main .country_con .cc_main {
	padding:20px 0;
	border-bottom:1px solid #999;
}
.in_conright .reg_main .country_con .cc_main h4 b {
	font-weight:normal;
	color:#666;
	margin-left:30px;
}
.in_conright .reg_main .country_con .cc_main ul {
	margin:10px 0 10px 80px;
}
.in_conright .reg_main .country_con .cc_main ul li {
	line-height:24px;
}
.page_list{text-align: center;clear:both}
.page_list{width: 100%;height:30px;}
.page_list a{padding: 6px 12px;border:1px solid #aaa;margin-left: 10px; color: #888;}
.page_list span {padding: 6px 12px;border:1px solid #1f90c8;margin-left: 10px; color: #1f90c8;}
.page_list a:hover,.page_list a.on{border:1px solid #1f90c8; color: #1f90c8;}
.page_info{text-align: center;width: 100%;height:30px;clear:both}
.page_info span{padding: 0px 5px;}